.elementor-kit-79{--e-global-color-primary:#35173F;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#1C1C1C;--e-global-color-accent:#B9A069;--e-global-color-inverse_primary:#B9A069;--e-global-typography-primary-font-size:2.5rem;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1.5em;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:1.7rem;--e-global-typography-secondary-font-weight:200;--e-global-typography-secondary-line-height:1.5em;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:1.3rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-size:1.25rem;--e-global-typography-accent-line-height:1.2em;--e-global-typography-inverse_primary-font-family:"Montserrat";--e-global-typography-inverse_primary-font-size:1rem;--e-global-typography-inverse_primary-line-height:1.8em;--e-global-typography-a6483f8-font-family:"Montserrat";--e-global-typography-a6483f8-font-size:1rem;--e-global-typography-a6483f8-font-weight:300;--e-global-typography-a6483f8-line-height:1.5em;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-79 e-page-transition{background-color:#FFBC7D;}.elementor-kit-79 a{font-family:"Montserrat", Sans-serif;line-height:1.4em;}.elementor-kit-79 h1{font-size:3rem;line-height:1.5em;}.elementor-kit-79 h2{font-size:1.5rem;}.elementor-kit-79 h3{font-size:1.25rem;}.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);}@media(max-width:1024px){.elementor-kit-79{--e-global-typography-primary-font-size:2.3rem;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-size:1.5rem;--e-global-typography-secondary-line-height:1.5em;--e-global-typography-text-font-size:1.2rem;--e-global-typography-text-line-height:1.3em;--e-global-typography-accent-font-size:1.18rem;--e-global-typography-accent-line-height:1.2em;--e-global-typography-inverse_primary-font-size:1rem;--e-global-typography-inverse_primary-line-height:1.7em;--e-global-typography-a6483f8-font-size:1.2rem;--e-global-typography-a6483f8-line-height:1.5em;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-79 a{font-size:1.2rem;line-height:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:700px;}.e-con{--container-max-width:700px;}}@media(max-width:767px){.elementor-kit-79{--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-size:1.3rem;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-size:1.1rem;--e-global-typography-text-line-height:1.2em;--e-global-typography-accent-font-size:1.12rem;--e-global-typography-accent-line-height:1.1em;--e-global-typography-inverse_primary-line-height:1.5em;--e-global-typography-a6483f8-line-height:1.3em;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-79 a{font-size:1.1rem;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:380px;}.e-con{--container-max-width:380px;}}/* Start custom CSS *//* 🔁 Reusable loader */
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  border: 4px solid #e5e5e5;
  border-top: 4px solid #35173F; /* main color */
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 1;
  transition: opacity 0.4s ease;
}

/* Hide state (fades out smoothly) */
.loader.hide {
  opacity: 0;
  pointer-events: none;
}

/* Animation */
@keyframes spin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}/* End custom CSS */