.elementor-kit-6{--e-global-color-primary:#0062F5;--e-global-color-secondary:#F95738;--e-global-color-text:#2C2C2C;--e-global-color-accent:#DEE5EF;--e-global-color-6e4e07c:#F5F5F5;--e-global-color-e16d532:#F4F9FF;--e-global-color-7f74b0a:#C9DFFF;--e-global-color-61f04ec:#7575751A;--e-global-color-05a1dc1:#020617;--e-global-color-d8895ba:#75757540;--e-global-color-8a485b9:#79808B;--e-global-color-2821ac2:#0062F54D;--e-global-color-bdeb7e9:#0062F51A;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Plus Jakarta Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Plus Jakarta Sans";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Plus Jakarta Sans";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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 */.hfe-nav-menu a:focus,
.hfe-nav-menu button:focus {
  outline: none !important;
  box-shadow: none !important;
}


/* Default menu/header text + svg icons */
header a,
.site-header a,
.elementor-location-header a,
.elementor-nav-menu a,
.main-header a,
header .elementor-icon svg {
  color: #F5F5F5 !important;
  fill: #F5F5F5 !important;   /* svg fill */
  stroke: #0A1220 !important; /* svg stroke (if used) */
  transition: color 0.25s ease, fill 0.25s ease, stroke 0.25s ease;
}

/* When body gets the class, make text + svg light */
body.scrolled-dark header a,
body.scrolled-dark .site-header a,
body.scrolled-dark .elementor-location-header a,
body.scrolled-dark .elementor-nav-menu a,
body.scrolled-dark .main-header a,
body.scrolled-dark header .elementor-icon svg {
  color: #F5F5F5 !important;
  fill: #F5F5F5 !important;
  stroke: #F5F5F5 !important;
}

/* When body get sub menu */
body.scrolled-dark header .sub-menu{
    background-color: #0062f5 !important;
    border-radius: 5px;
}

/* Header submenu */
header .sub-menu a:hover{
    border-radius: 5px;
    color: #F5F5F5 !important ;
    background-color: #0062f5;
}
header .sub-menu a{
    color: #2c2c2c !important;
}

/* Buttons: keep their original color (don’t override) */
header .elementor-button,
header .elementor-button a,
header .elementor-button svg {
  color: #f5f5f5 !important;
  fill: #2c2c2c !important;
  stroke: initial !important;
}

footer .menu-item a{
    color: #d2d2d2 !important;
}


/* Before After Slider */

/* Hamburger Menu icon css */
.menu-toggle {
  width: 30px;
  height: 22px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 9999;
}

.bar {
  height: 3px;
  background-color: #f5f5f5;
  border-radius: 2px;
  transition: all 0.4s ease;
}

.menu-toggle.active .bar1 {
  transform: rotate(45deg) translate(5px, 5px);
}
.menu-toggle.active .bar2 {
  opacity: 0;
}
.menu-toggle.active .bar3 {
  transform: rotate(-45deg) translate(6px, -6px);
}/* End custom CSS */