.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#FFFFFF;--e-global-color-accent:#61CE70;--e-global-color-5cb295c:#084142;--e-global-color-424e204:#E9BB55;--e-global-color-7d8b90f:#FFE5D8;--e-global-color-72f0874:#084142;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#FFE5D8;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.e-wc-error-notice .woocommerce-error, .e-wc-error-notice .wc-block-components-notice-banner.is-error{font-family:"IRANYekanX", Sans-serif;font-size:12px;--error-box-border-radius:20px 20px 20px 20px;}body.e-wc-error-notice .woocommerce-error a.wc-backward, body.e-wc-error-notice .wc-block-components-notice-banner.is-error a.wc-backward{font-family:"IRANYekanX", Sans-serif;}.e-wc-message-notice .woocommerce-message, .e-wc-message-notice .wc-block-components-notice-banner.is-success{--message-message-text-color:var( --e-global-color-72f0874 );font-family:"IRANYekanX", Sans-serif;font-size:12px;--message-box-border-radius:20px 20px 20px 20px;--message-buttons-border-radius:20px 20px 20px 20px;}body.e-wc-message-notice .woocommerce-message .restore-item, body.e-wc-message-notice .wc-block-components-notice-banner.is-success .restore-item, body.e-wc-message-notice .woocommerce-message a:not([class]), body.e-wc-message-notice .wc-block-components-notice-banner.is-success a:not([class]){font-family:"IRANYekanX", Sans-serif;}body.e-wc-message-notice .woocommerce-message .button, body.e-wc-message-notice .wc-block-components-notice-banner.is-success .button{font-family:"IRANYekanX", Sans-serif;}.e-wc-info-notice .woocommerce-info, .e-wc-info-notice .wc-block-components-notice-banner.is-info{--info-message-text-color:var( --e-global-color-72f0874 );font-family:"IRANYekanX", Sans-serif;font-size:12px;box-shadow:0px 0px 10px 0px rgba(133.91748962402343, 133.91748962402343, 133.91748962402343, 0.26);--info-box-border-radius:20px 20px 20px 20px;--info-buttons-border-radius:20px 20px 20px 20px;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== افکت هاله رنگی متحرک با رنگ اصلی #FFE5D8 ===== */
body.elementor-page {
  background: radial-gradient(circle at 50% 50%, #FFE5D8 0%, #ffffff 70%);
  background-repeat: no-repeat;
  background-size: 200% 200%;
  animation: movingGlow 12s ease-in-out infinite alternate;
  overflow-x: hidden;
}

/* انیمیشن حرکت آرام و پیوسته هاله */
@keyframes movingGlow {
  0% {
    background-position: 40% 30%;
  }
  50% {
    background-position: 60% 70%;
  }
  100% {
    background-position: 30% 40%;
  }
}/* End custom CSS */