.elementor-kit-6{--e-global-color-primary:#1A3F1D;--e-global-color-secondary:#216A3A;--e-global-color-text:#1A3F1D;--e-global-color-accent:#4FB254;--e-global-color-1a5bdf3:#BFBFBF;--e-global-color-1e03eb0:#283A21;--e-global-color-2d7d800:#FFFFFF;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:400;--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;font-family:"Roboto", Sans-serif;font-weight:300;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-secondary );color:var( --e-global-color-primary );}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-accent );color:#080808;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"Roboto", Sans-serif;font-size:2.25em;font-weight:400;}.elementor-kit-6 h2{font-family:"Roboto", Sans-serif;font-size:1.8em;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;}.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 .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 */html {
  scroll-behavior: smooth;
}

.call-or-text {
    max-width: 500px !important; 
    margin:0px auto;
}

#logo img {
    width: 100%;
 height: auto;
  aspect-ratio: 160.89 / 48.21;
  display: block;
  transition: max-width 0.3s ease;
}


header.scrolled #logo img {
  max-width: 160px; /* Adjust as needed */
}

header {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 1rem 0;
}

.section-heading h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #f7b731;
  position: relative;
  padding: 0.5rem 1rem;
  background: rgba(255, 183, 49, 0.05);
  border: 1px solid rgba(255, 183, 49, 0.2);
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(255, 183, 49, 0.15);
}

.section-heading::before,
.section-heading::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.section-heading.light h2 {
  background: rgba(0, 0, 0, 0.05); /* light gray backdrop */
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #111; /* dark text */
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.section-heading.light::before,
.section-heading.light::after {
  background: rgba(0, 0, 0, 0.15); /* subtle divider lines */
}
.section-heading.on-gold h2 {
  background: rgba(255, 255, 255, 0.15); /* soft white overlay */
  color: #fff; /* white or near-white text */
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.section-heading.on-gold::before,
.section-heading.on-gold::after {
  background: rgba(255, 255, 255, 0.4);
}



.elementor-11 .elementor-element.elementor-element-2fbcf294 .elementor-menu-toggle {
        border: none;
}.elementor-11 .elementor-element.elementor-element-2fbcf294 .elementor-menu-toggle {
        border: none;
}/* End custom CSS */