
header, .navbar {
  position: relative;
  z-index: 9999 !important;
}

#heroSlider, .carousel, .carousel-inner, .carousel-item {
  position: relative;
  z-index: 1 !important;
}

#menuToggle i {
  color: #000 !important;
  font-size: 24px;
}


html, body {
  overflow-x: hidden !important;
}

.navbar-collapse {
  max-width: 100vw;
}

.mobile-quote-nav {
  right: 10px !important;
  max-width: calc(100% - 20px);
}


  :root {
    --green: #4a9d47;
    --red: #d80000;
  }

  body.menu-open {
    overflow: hidden;
  }

 
  .top-bar {
    background: #4a9d47;
    color: #fff;
    font-size: 14px;
    padding: 6px 0;
  }

  .top-bar a,
  .top-bar span {
    color: #fff;
    text-decoration: none;
  }

  .top-bar i {
    color: #fff;
  }

  .top-bar .right a {
    margin-left: 15px;
    color: #fff;
    transition: color 0.3s ease;
  }

  .top-bar .right a:hover {
    color: var(--red);
  }

  


  /* Canton Fair CTA Button */
.canton-fair-btn {
  background: linear-gradient(135deg, #ffd700, #ff9f00);
  color: #000 !important;
  padding: 6px 14px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  overflow: hidden;
  animation: pulseGlow 2s infinite;
  box-shadow: 0 0 0 rgba(255, 215, 0, 0.6);
}

/* Hover */
.canton-fair-btn:hover {
  background: linear-gradient(135deg, #ff9f00, #ffd700);
  color: #000 !important;
  transform: translateY(-1px);
}

/* Glow animation */
@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.6);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(255, 215, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 215, 0, 0);
  }
}

/* Mobile optimization */
@media (max-width: 768px) {
  .canton-fair-btn {
    font-size: 12px;
    padding: 5px 12px;
    margin-top: 5px;
  }
}

 


/* center alignment fix for small screens */
.top-bar .center {
  flex: 1;
}



  .navbar {
    background: #fff;
    padding: 10px 0;
  }

  .navbar {
  position: relative;
  z-index: 1000;
}
.navbar-toggler,
#menuToggle {
  z-index: 1100;
  color: #000;
  position: relative;
}

  .main-header-logo {
    height: 45px;
    width: auto;
    display: block;
  }

  .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .navbar-nav {
    gap: 25px;
    margin: 0 auto;
  }

  .navbar-nav .nav-link {
    color: #000;
    font-weight: 500;
    font-size: 14px !important;
    text-transform: uppercase;
    position: relative;
    transition: 0.3s;
  }

  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link.active {
    color: #4a9d47 !important;
  }

  .navbar-nav .nav-link::after {
    content: "";
    position: absolute;

    bottom: -5px;
    left: 50%;
    width: 0;
    height: 3px;
  background: #4a9d47;
    transform: translateX(-50%);
    transition: width 0.3s ease;
  }

  .navbar-nav .nav-link:hover::after,
  .navbar-nav .nav-link.active::after {
    width: 50%;
  }

 
  .dropdown-toggle::after {
    display: none !important;

  }

  .dropdown-toggle {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    transition: color 0.3s ease;
  }

  .navbar-nav .dropdown:hover>.dropdown-toggle,
  .navbar-nav .dropdown.show>.dropdown-toggle {
   color: #4a9d47;
  }


  .dropdown-menu {
    border: none;
    border-top: 3px solid #4a9d47; 
    padding: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  .dropdown-item {
    font-weight: 500;
    font-size: 12px !important;
    text-transform: capitalize;
    padding: 10px 20px;
    transition: 0.3s;
  }

  .dropdown-item:hover {
    background: var(--red);
    color: #fff;
  }

  .navbar-right {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .navbar-right a {
    color: #000;
    font-weight: 500;
    text-decoration: none;
  }

  .navbar-right a:hover {
    color: var(--red);
  }

  .navbar-right .search-btn {
    background: #4a9d47 ;
    color: #fff;
    border: none;
    padding: 8px 10px;
    border-radius: 3px;
  }







  
  @media (min-width: 992px) {
    .dropdown:hover>.dropdown-menu {
      display: block;
      margin-top: 0;
    }
  }

 
  @media (max-width: 991px) {

    .top-bar .container {
      flex-direction: column;
      align-items: left;
      gap: 6px;
    }

    .top-bar {
      display: none !important;
    }

    .top-bar .left,
    .top-bar .right {
      text-align: center;
      flex-wrap: wrap;
      justify-content: center;
    }

    .top-bar .left span,
    .top-bar .right a,
    .top-bar .right span {
      font-size: 13px;
      margin: 3px 6px;
    }

    /* Navbar adjustments */
    .navbar {
      padding: 30px 0;
    }

    .navbar-brand {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
    }

    .navbar-toggler {
      border: none;
      font-size: 22px;
      color: #000;
    }

    .navbar-collapse {
      position: fixed;
      top: 0;
      left: -100%;
      width: 80%;
      height: 100vh;
      background: #fff;
      z-index: 999;
      transition: left 0.4s ease;
      overflow-y: auto;
      padding-top: 70px;
      box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
    }

    .navbar-collapse.open {
      left: 0;
    }

    .navbar-nav {
      flex-direction: column;
      gap: 15px;
      padding: 20px;
    }

    /* Mobile dropdowns */
    .dropdown-menu {
      position: static;
      border: none;
      background: #f9f9f9;
      display: none;
      padding-left: 15px;
    }

    .dropdown.show .dropdown-menu {
      display: block;
    }

    .dropdown-item {
      padding: 8px 0;
    }

    .close-btn {
      font-size: 26px;
      background: none;
      border: none;
      color: #000;
    }

    .navbar-right {
      justify-content: center;
      margin-top: 10px;
    }

 
  }

  /* Overlay */
  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 998;
  }

  #overlay.show {
    opacity: 1;
    visibility: visible;
  }


  /* ===== MOBILE GET QUOTE BUTTON ===== */
/* Mobile Quote Button in Navbar */
.mobile-quote-nav {
  background: #4a9d47;
  color: #fff !important;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: all 0.3s ease;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}

.mobile-quote-nav:hover {
  background: #6da21e;
  text-decoration: none;
  transform: translateY(-50%) scale(1.05);
}

/* Hide on desktop */
@media (min-width: 992px) {
  .mobile-quote-nav {
    display: none !important;
  }
}




/* Desktop Get a Free Quote Button */
.desktop-quote-btn {
  background: #4a9d47;
  color: #fff !important;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.desktop-quote-btn:hover {
  background: #6da21e;
  text-decoration: none;
  transform: scale(1.05);
}

/* MULTI-LEVEL DROPDOWN (DESKTOP) */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
    margin-top: -1px;
    display: none;
}

/* Hover on desktop */
@media (min-width: 992px) {
    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
}

/* MOBILE: SUBMENU SHOULD OPEN LIKE ACCORDION */
@media (max-width: 991px) {
    .dropdown-submenu > a::after {
        content: "\f105";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        float: right;
        margin-right: 10px;
    }

    .dropdown-submenu.open > .dropdown-menu {
        display: block !important;
        padding-left: 15px;
        background: #f9f9f9;
    }
}




/* ===============================
   MEGA MENU BASE
   =============================== */
.mega-dropdown {
  position: static !important;
}

.mega-menu {
  position: absolute;
  left: 0;
  width: 100%;
  display: none;
  padding: 35px 0;
  background: #fff;
  border-top: 3px solid var(--green);
  box-shadow: 0px 10px 25px rgba(0,0,0,0.12);
  z-index: 999;
}

.mega-container {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  text-align: left !important;
}

.mega-column {
  width: 33%;
  min-width: 220px;
}

.mega-title {
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 14px;
  letter-spacing: 0.3px;
}

.mega-column ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mega-column ul li {
  margin-bottom: 10px;
}

.mega-column ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  padding: 4px 0;
  display: inline-block;
  transition: color 0.25s ease, padding-left 0.25s ease;
}

.mega-column ul li a:hover {
  color: var(--red);
  padding-left: 4px;
}



@media (min-width: 992px) {
  .mega-dropdown:hover .mega-menu {
    display: block;
  }
}



@media (max-width: 991px) {

  .mega-menu {
    position: relative;
    display: none;
    width: 100%;
    box-shadow: none;
    border: none;
    padding: 10px 20px;
  }

  .mega-dropdown.open .mega-menu {
    display: block;
  }

  .mega-container {
    flex-direction: column;
    gap: 20px;
  }

  .mega-column {
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
  }

  .mega-title {
    font-size: 15px;
    margin-bottom: 6px;
    padding-left: 8px;
    border-left: 3px solid var(--green);
  }

  /* Make links easier to tap on mobile */
  .mega-column ul li a {
    font-size: 14px;
    padding: 6px 0;
    display: block;
  }
}


/* ===============================
   HARD LEFT ALIGN FIX
   =============================== */
.mega-column ul,
.mega-column ul li,
.mega-column ul li a {
  text-align: left !important;
}














.footer {
  background-color: #4a9d47 !important;
  color: #fff !important;
  font-size: 15px;
}

.footer .footer-heading {
  color: #fff !important;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
}

.footer .footer-heading::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #fff;
  margin-top: 8px;
}

.footer a {
  color: #fff !important;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer a:hover {
  color: #d80000 !important;
  padding-left: 4px;
}

.footer-links li {
  margin-bottom: 8px;
}
.footer i {
  color: #fff !important;
}

.footer .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background:  #d80000 !important;
  color: #4a9d47 !important;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 18px;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.footer .social-icons a:hover {
  background: #d80000;
  color: #fff !important;
  transform: translateY(-3px);
}

.footer-bottom {
  border-color: #fff !important;
  color: #fff;
}

@media (max-width: 768px) {
  .footer .footer-heading::after {
    margin-left: 0;
  }
  .footer-subscribe input {
    font-size: 14px;
  }
}






/* footer-shipping-countries-start */

.footer-shipping-compact {
  background: linear-gradient(180deg, #06263d, #041b2c);
  padding: 35px 0 30px;
  color: #cfd8dc;
}

.shipping-title {
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 24px;
  position: relative;
}

.shipping-title::after {
  content: "";
  width: 120px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 8px auto 0;
}

.shipping-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  /* gap: 18px; */
}

.shipping-col h5 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0 6px;
}

.shipping-col a {
  display: block;
  font-size: 13px;
  color: #cfd8dc;
  padding: 3px 0 3px 14px;
  position: relative;
  text-decoration: none;
  transition: all 0.25s ease;
}

/* .shipping-col a::before {
  content: "›";
  position: absolute;
  left: 0;
  color: #d80000;
} */

.shipping-col a:hover {
  color: #ffffff;
  transform: translateX(3px);
}

/* Mobile */
@media (max-width: 768px) {
  .footer-shipping-compact {
    padding: 30px 0 25px;
  }

  .shipping-title {
    font-size: 18px;
  }

  .shipping-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .shipping-grid {
    grid-template-columns: 1fr;
  }
}
/* footer shipping compact end */

/* footer-shipping-countries-end */





