.elementor-kit-1867{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-5afe8c53:#20AD96;--e-global-color-11b5ecd0:#3F3A64;--e-global-color-3327f190:#333333;--e-global-color-7bde8916:#696969;--e-global-color-79be719f:#8C89A2;--e-global-color-57996a9d:#FFF;--e-global-color-90e343b:#F8F8F8;--e-global-color-63593481:#F5F7FA;--e-global-color-15046f19:#3A7E69;--e-global-color-47f4cdea:#7E7E7E;--e-global-color-70099401:#6AC5F1;--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;}.elementor-kit-1867 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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-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 *//** h1 underline **/

/* ===== Animated underline for H1 titles ===== */
.custom-section h1 {
  position: relative;
  display: inline-block;
  cursor: default;
}

/* The line itself (starts hidden in the center) */
.custom-section h1::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  height: 3px;
  width: 30%; /* default visible width */
  background-color: #f7931a; /* Orange line color */
  transform: translateX(-50%);
  transition: width 0.5s ease-in-out, opacity 0.5s ease-in-out;
  opacity: 0.6;
}

/* On hover → underline expands from center to full width */
.custom-section h1:hover::after {
  width: 100%;
  opacity: 1;
}


body.no-sticky-header .elementor-section-sticky {
  position: static !important;
}/* End custom CSS */