.elementor-kit-8{--e-global-color-primary:#171717;--e-global-color-secondary:#000000;--e-global-color-text:#040404;--e-global-color-accent:#61CE70;--e-global-color-18728d7:#202020;--e-global-color-f9c8fdf:#196199;--e-global-color-0032389:#003366;--e-global-color-d8bc41e:#32C9E8;--e-global-color-9839e5f:#002244;--e-global-color-7903319:#3858E8;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:15px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.7em;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.7em;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-4402c31-font-family:"Poppins";--e-global-typography-4402c31-font-size:40px;--e-global-typography-4402c31-font-weight:700;--e-global-typography-f21bca5-font-family:"Poppins";--e-global-typography-f21bca5-font-size:16px;--e-global-typography-f21bca5-font-weight:400;--e-global-typography-eb632ce-font-family:"Poppins";--e-global-typography-eb632ce-font-size:31px;--e-global-typography-eb632ce-font-weight:700;background-color:#FFFFFF;color:#1A1A1A;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:#11A9C8;font-weight:600;}.elementor-kit-8 h2{color:#1F1F1F;font-family:"Poppins", Sans-serif;font-size:30px;font-weight:700;}.elementor-kit-8 h3{color:#0F0F0F;font-family:"Poppins", Sans-serif;font-size:24px;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1260px;}.e-con{--container-max-width:1260px;--container-default-padding-top:1%;--container-default-padding-right:1%;--container-default-padding-bottom:1%;--container-default-padding-left:1%;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.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-kit-8{--e-global-typography-primary-font-size:20px;--e-global-typography-text-font-size:15px;--e-global-typography-accent-font-size:15px;--e-global-typography-4402c31-font-size:28px;--e-global-typography-f21bca5-font-size:15px;--e-global-typography-eb632ce-font-size:24px;}.elementor-kit-8 h2{font-size:25px;}.elementor-kit-8 h3{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Optional: make the accordion title look like a "Read more" text link */
.readmore-accordion .elementor-tab-title{
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  display: inline-flex;
  gap: 8px;
  cursor: pointer;
}

.readmore-accordion .elementor-accordion-icon{
  display: none !important; /* hide the default accordion icon */
}

/* Optional spacing for the expanded text */
.readmore-accordion .elementor-tab-content{
  border: 0 !important;
  padding: 10px 0 0 0 !important;
}



.header-transparent,
.header-solid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity .25s ease, visibility .25s ease;
}

.header-transparent { z-index: 9999; }

/* solid header hidden by default — no transform! */
.header-solid {
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.is-scrolled .header-solid {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.is-scrolled .header-transparent {
  opacity: 0;
  pointer-events: none;
}/* End custom CSS */