.elementor-kit-23{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#378CDC;--e-global-color-text:#000000;--e-global-color-accent:#F99820;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;}.elementor-kit-23 e-page-transition{background-color:#FFBC7D;}.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);}.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 *//* ============================================
   LOGO — light/dark mode swap
   ============================================ */

.dark-mode-logo { display: none; }

html.wp-dark-mode-active .dark-mode-logo { display: block; }
html.wp-dark-mode-active .light-mode-logo { display: none; }


/* ============================================
   LOGO SIZE — SVG fix
   ============================================ */

.light-mode-logo img,
.dark-mode-logo img {
  width: 80px;
  height: auto;
}


/* ============================================
   HERO TITLE — typewriter heading
   ============================================ */

.hero-title {
  font-family: 'Poppins', sans-serif;
  color: #FFFFFF;
  font-size: clamp(36px, 7vw, 100px);
  text-align: center;
}

.cycling-word {
  color: #F99820;
  opacity: 1;
  transition: opacity 0.5s ease;
}


/* ============================================
   HEADER NAV LINKS — orange with blue hover
   ============================================ */

/* Light mode header nav links */
.elementor-location-header .elementor-nav-menu a,
.elementor-location-header .elementor-nav-menu li a {
  color: #F99820 !important;
  transition: color 0.3s ease !important;
}

/* Header nav hover — blue */
.elementor-location-header .elementor-nav-menu a:hover,
.elementor-location-header .elementor-nav-menu li a:hover {
  color: #378CDC !important;
}

/* Active/current page link — blue */
.elementor-location-header .elementor-nav-menu .current-menu-item a {
  color: #378CDC !important;
}

/* Dark mode header nav links */
html.wp-dark-mode-active .elementor-location-header .elementor-nav-menu a,
html.wp-dark-mode-active .elementor-location-header .elementor-nav-menu li a {
  color: #F99820 !important;
}

html.wp-dark-mode-active .elementor-location-header .elementor-nav-menu a:hover,
html.wp-dark-mode-active .elementor-location-header .elementor-nav-menu li a:hover {
  color: #378CDC !important;
}


/* ============================================
   LANGUAGE DROPDOWN — light and dark mode
   ============================================ */

#language-select {
  border: 2px solid #000000 !important;
  padding: 12px 30px 12px 20px !important;
}

html.wp-dark-mode-active #language-select {
  border: 2px solid #FFFFFF !important;
  padding: 12px 30px 12px 20px !important;
  background: #FFFFFF !important;
  color: #000000 !important;
}


/* ============================================
   LET'S GO BUTTON — stays orange in dark mode
   ============================================ */

html.wp-dark-mode-active #lets-go-btn {
  background: #F99820 !important;
  color: #FFFFFF !important;
}

html.wp-dark-mode-active #lets-go-btn:hover {
  background: #378CDC !important;
  color: #FFFFFF !important;
}


/* ============================================
   ALL ELEMENTOR BUTTONS — orange in dark mode
   ============================================ */

html.wp-dark-mode-active a.elementor-button,
html.wp-dark-mode-active a.elementor-button-link,
html.wp-dark-mode-active .elementor-button-wrapper a {
  background-color: #F99820 !important;
  color: #FFFFFF !important;
  border-color: #F99820 !important;
}

html.wp-dark-mode-active a.elementor-button:hover,
html.wp-dark-mode-active a.elementor-button-link:hover,
html.wp-dark-mode-active .elementor-button-wrapper a:hover {
  background-color: #378CDC !important;
  color: #FFFFFF !important;
  border-color: #378CDC !important;
}


/* ============================================
   ABOUT PAGE BUTTONS — stack on mobile
   ============================================ */

@media (max-width: 768px) {
  .elementor-column {
    width: 100% !important;
  }

  .elementor-widget-button {
    text-align: center !important;
    margin-bottom: 16px !important;
  }

  .elementor-button {
    width: 100% !important;
    display: block !important;
  }
}


/* ============================================
   FOOTER — stays dark in both modes
   ============================================ */

/* Footer background always dark */
.elementor-location-footer {
  background-color: #111111 !important;
}

/* General footer text white */
.elementor-location-footer p,
.elementor-location-footer span {
  color: #FFFFFF !important;
}

/* Footer copyright link white */
.elementor-location-footer a {
  color: #FFFFFF !important;
}

/* Footer nav links orange — overrides white above */
.footer-nav a {
  color: #F99820 !important;
  transition: color 0.3s ease !important;
}

/* Footer nav hover blue */
.footer-nav a:hover {
  color: #378CDC !important;
  transition: color 0.3s ease !important;
}

/* Footer divider */
.elementor-location-footer .elementor-divider-separator {
  border-color: #333333 !important;
}

/* ============================================
   PRIVACY POLICY — readable in dark mode
   ============================================ */

html.wp-dark-mode-active .elementor-widget-text-editor p,
html.wp-dark-mode-active .elementor-widget-text-editor li {
  color: #FFFFFF !important;
}

/* ============================================
   PRIVACY POLICY ACCORDION — dark mode fix
   ============================================ */

html.wp-dark-mode-active .elementor-accordion-content {
  background: #1a1a1a !important;
  color: #FFFFFF !important;
}

html.wp-dark-mode-active .elementor-accordion-title {
  background-color: #378CDC !important;
  color: #FFFFFF !important;
}

html.wp-dark-mode-active .elementor-accordion-item.elementor-active .elementor-accordion-title {
  background-color: #F99820 !important;
}

/* ============================================
   PRIVACY POLICY ACCORDION — dark mode fix
   ============================================ */

/* Orange titles in dark mode */
html.wp-dark-mode-active .elementor-accordion-title {
  color: #F99820 !important;
  background-color: transparent !important;
}

/* Blue on hover in dark mode */
html.wp-dark-mode-active .elementor-accordion-title:hover {
  color: #378CDC !important;
}

/* Blue when open in dark mode */
html.wp-dark-mode-active .elementor-accordion-item.elementor-active .elementor-accordion-title {
  color: #378CDC !important;
}

/* White content text in dark mode */
html.wp-dark-mode-active .elementor-accordion-content {
  color: #FFFFFF !important;
  background-color: transparent !important;
}


/* Plus/minus icon — white in dark mode */
html.wp-dark-mode-active .elementor-accordion-icon {
  color: #FFFFFF !important;
}

/* Plus/minus icon — orange when open in dark mode */
html.wp-dark-mode-active .elementor-accordion-item.elementor-active .elementor-accordion-icon {
  color: #F99820 !important;
}


/* ============================================
   CONTACT FORM 7 — submit button styling
   ============================================ */

/* Orange submit button */
.wpcf7-submit {
  background-color: #F99820 !important;
  color: #FFFFFF !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px !important;
  padding: 14px 40px !important;
  border: none !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease !important;
}

/* Blue on hover */
.wpcf7-submit:hover {
  background-color: #378CDC !important;
  color: #FFFFFF !important;
}

/* Dark mode — stays orange */
html.wp-dark-mode-active .wpcf7-submit {
  background-color: #F99820 !important;
  color: #FFFFFF !important;
}

/* Dark mode hover — stays blue */
html.wp-dark-mode-active .wpcf7-submit:hover {
  background-color: #378CDC !important;
  color: #FFFFFF !important;
}


/* ============================================
   HELP US BUTTON — stays orange in dark mode
   ============================================ */

html.wp-dark-mode-active .elementor-location-header .elementor-button {
  background-color: #F99820 !important;
  color: #FFFFFF !important;
}

html.wp-dark-mode-active .elementor-location-header .elementor-button:hover {
  background-color: #378CDC !important;
  color: #FFFFFF !important;
}


/* Force light mode as default on page load */
html {
  color-scheme: light;
}/* End custom CSS */