.elementor-widget-container.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-container .premium-global-cursor-{{ID}}{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-widget-container .premium-global-badge-{{ID}} .premium-badge-text{color:var( --e-global-color-secondary );}.elementor-widget-container:not(.premium-gbadge-custom) .premium-global-badge-{{ID}} .premium-badge-container, .elementor-widget-container.premium-gbadge-custom .premium-global-badge-{{ID}} .premium-badge-container{background-color:var( --e-global-color-primary );}.elementor-widget-container .premium-global-badge-{{ID}} .premium-badge-icon{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}.elementor-117 .elementor-element.elementor-element-4ed9501{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-html.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-html .premium-global-cursor-{{ID}}{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-widget-html .premium-global-badge-{{ID}} .premium-badge-text{color:var( --e-global-color-secondary );}.elementor-widget-html:not(.premium-gbadge-custom) .premium-global-badge-{{ID}} .premium-badge-container, .elementor-widget-html.premium-gbadge-custom .premium-global-badge-{{ID}} .premium-badge-container{background-color:var( --e-global-color-primary );}.elementor-widget-html .premium-global-badge-{{ID}} .premium-badge-icon{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-widget-container.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-html.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-container.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-html.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for html, class: .elementor-element-0612f29 *//* ======================
   VARIABLES & RESET
====================== */
:root {
  --forest-green: #2C5B3C;
  --warm-white: #FFFFFF;
  --goldenrod: #F6AF00;
  --orange: #FF6C00;
  --muted-brown: #3B3A36;
  --sky-blue: #89B9D6;
  --soft-gray: #E5E5E5;
  --menu-transition: 0.4s ease-in-out;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
  background-color: var(--warm-white);
  color: var(--muted-brown);
  overflow-x: hidden;
}

/* ======================
   HEADER STYLES
====================== */
.main-header {
  background-color: white;
  border-bottom: 2px solid var(--goldenrod);
  position: relative;
  z-index: 100;
  width: 100%;
  margin: 0 auto;
  color: white;
}

.header-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 15px 5%;
  flex-wrap: wrap;
}

.logo-container {
  margin-bottom: 10px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
}

.e-con-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.datetime-bar {
  background-color: var(--goldenrod);
  color: white;
  padding: 8px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  width: 100vw;
  margin: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .datetime-bar {
    font-size: 12px;
    padding: 6px 0;
  }
}

/* ======================
   MAIN NAVIGATION
====================== */
.main-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0 20px;
  justify-content: center;
}

.main-nav a {
  color: black;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  padding: 6px 8px;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85rem;
}

.main-nav a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--goldenrod);
  transform: scaleX(0);
  transition: transform 0.3s;
}

.main-nav a:hover {
  color: var(--goldenrod);
}

.main-nav a:hover::after {
  transform: scaleX(1);
}

.elementor-kit-111 button, .elementor-kit-111 input[type="button"], .elementor-kit-111 input[type="submit"], .elementor-kit-111 .elementor-button {
    background-color: white;
}

/* ======================
   MOBILE MENU BUTTON
====================== */
.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  color: black;
  font-size: 1.5rem;
  cursor: pointer;
  position: relative;
  z-index: 1001;
  transition: transform 0.3s ease;
  padding: 0;
}

.mobile-menu-btn.active {
  transform: rotate(90deg);
}

/* ======================
   MOBILE MENU OVERLAY
====================== */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: var(--forest-green);
  z-index: 1000;
  transition: right var(--menu-transition);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  overflow-y: auto;
}

.mobile-menu-overlay.active {
  right: 0;
}

/* ======================
   MOBILE MENU HEADER
====================== */
.mobile-menu-header {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 20px;
  z-index: 10;
}

.mobile-menu-close {
  background: none;
  border: none;
  color: white;
  font-size: 2.5rem;
  cursor: pointer;
  transition: all 0.3s;
  line-height: 1;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu-close:hover {
  transform: rotate(90deg);
  color: var(--goldenrod);
}

/* ======================
   MOBILE LOGO - CENTERED
====================== */
.mobile-logo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 20px 20px;
  flex-shrink: 0;
}

.mobile-logo img {
  height: 120px;
  width: auto;
  max-width: 80%;
  object-fit: contain;
}

/* ======================
   MOBILE NAVIGATION
====================== */
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 10px 30px 20px;
  gap: 0;
}

.mobile-nav a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 14px 20px;
  width: 100%;
  max-width: 320px;
  text-align: center;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  opacity: 0;
  transform: translateY(10px);
  transition: 
    opacity 0.4s ease, 
    transform 0.4s ease, 
    color 0.3s ease,
    background-color 0.3s ease;
}

.mobile-nav a:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-nav a:hover {
  color: var(--goldenrod);
  background-color: rgba(255, 255, 255, 0.05);
}

/* Active state animations */
.mobile-menu-overlay.active .mobile-nav a {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered animation delays */
.mobile-menu-overlay.active .mobile-nav a:nth-child(1) { transition-delay: 0.05s; }
.mobile-menu-overlay.active .mobile-nav a:nth-child(2) { transition-delay: 0.1s; }
.mobile-menu-overlay.active .mobile-nav a:nth-child(3) { transition-delay: 0.15s; }
.mobile-menu-overlay.active .mobile-nav a:nth-child(4) { transition-delay: 0.2s; }
.mobile-menu-overlay.active .mobile-nav a:nth-child(5) { transition-delay: 0.25s; }
.mobile-menu-overlay.active .mobile-nav a:nth-child(6) { transition-delay: 0.3s; }
.mobile-menu-overlay.active .mobile-nav a:nth-child(7) { transition-delay: 0.35s; }
.mobile-menu-overlay.active .mobile-nav a:nth-child(8) { transition-delay: 0.4s; }
.mobile-menu-overlay.active .mobile-nav a:nth-child(9) { transition-delay: 0.45s; }
.mobile-menu-overlay.active .mobile-nav a:nth-child(10) { transition-delay: 0.5s; }

/* ======================
   MOBILE SOCIAL ICONS
====================== */
.mobile-social {
  display: flex;
  justify-content: center;
  gap: 25px;
  padding: 25px 20px 40px;
  margin-top: auto;
}

.mobile-social a,
.mobile-social a:link,
.mobile-social a:visited,
.mobile-social a:hover,
.mobile-social a:active,
.mobile-social a:focus,
.mobile-menu-overlay .mobile-social a {
  color: white !important;
  font-size: 1.5rem;
  width: 50px;
  height: 50px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 50%;
  transition: none !important;
  text-decoration: none !important;
  background-color: transparent !important;
  transform: none !important;
}

/* ======================
   BODY SCROLL LOCK
====================== */
body.menu-open {
  overflow: hidden;
}

/* ======================
   RESPONSIVE BREAKPOINTS
====================== */
@media (max-width: 768px) {
  .main-nav {
    display: none;
  }

  .mobile-menu-btn {
    display: block;
  }

  .hero {
    height: 350px;
  }

  .hero-content h2 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .header-title {
    font-size: 1.8rem;
  }

  .header-actions {
    gap: 10px;
  }

  .hero {
    height: 300px;
  }

  .hero-content h2 {
    font-size: 1.7rem;
  }

  .hero-content p {
    font-size: 1rem;
  }

  .mobile-logo img {
    height: 100px;
  }

  .mobile-nav a {
    font-size: 0.9rem;
    padding: 12px 15px;
  }

  .mobile-social a {
    width: 44px;
    height: 44px;
    font-size: 1.3rem;
  }
}

/* Extra small devices */
@media (max-width: 360px) {
  .mobile-logo img {
    height: 80px;
  }

  .mobile-nav a {
    font-size: 0.85rem;
    padding: 10px 12px;
  }
}/* End custom CSS */