body {
  font-family: 'Montserrat', sans-serif;
}


.topbar {
  background-color: #268BCC !important;
  color: white;
  font-size: 0.9rem;
}

.topbar a {
  color: white;
  text-decoration: none;
  margin-right: 15px;
}

.topbar a:hover {
  text-decoration: underline;
}

.social-icons a {
  display: inline-block;
  margin-left: 12px;
  color: white;
  border: 1px solid white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background-color: white;
  color: #268BCC !important;
}


.navbar {
  animation: fadeInDown 0.5s ease-in-out;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);

}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.navbar .nav-link {
  color: #000;
  font-weight: 500;
  transition: all 0.3s ease;
  font-size: 15px;
}

.navbar .nav-link:hover {
  color: #268BCC;
}


.navbar-nav .nav-item {
  /* margin: 0 10px; */
  margin: 0 5px;
}


.dropdown-menu {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
  display: block;
  visibility: hidden;
  pointer-events: none;
}

.nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;


}

.dropdown-menu .dropdown-item:hover {
  background-color: #268BCC;
  color: #fff; 
  border-radius: 4px; 
}


.cart-badge {
  position: absolute;
  top: -6px;
  right: -10px;
  background: #dc3545;
  color: white;
  border-radius: 50%;
  font-size: 12px;
  padding: 2px 6px;
}


.offcanvas.offcanvas-end {
  transition: transform 0.4s ease-in-out;
}

.me-2 {
  width: 100%;
  height: 50px;
  object-fit: cover;


}




@media (max-width: 768px) {
  .topbar {
    display: none !important;
  }
}


.bg-overlay {
  background-color: rgba(0, 123, 255, 0.85);
  backdrop-filter: blur(6px);
  transition: all 0.4s ease-in-out;
  z-index: 9999;
}

#closeSearch {
  z-index: 10000;
  font-size: 2rem;
  color: white;
}

#searchOverlay input {
  width: 100%;
  padding: 14px 24px;
  font-size: 1.1rem;
  border-radius: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border: none;
  outline: none;
}


.search-input {
  position: absolute;
  right: 0;
  top: -5px;
  width: 0;
  opacity: 0;
  transition: all 0.4s ease;
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 0.9rem;
  z-index: 999;
}

.search-input.active {
  width: 180px;
  opacity: 1;
  border: 1px solid #ccc;
  background-color: white;
}




#mobileNav .collapse .nav-link {
  padding: 0.5rem 1rem;
  font-size: 0.95rem;
  color: #333; 
  transition: all 0.2s ease-in-out;
}

/* Hover state */
#mobileNav .collapse .nav-link:hover {
  background-color: #268BCC; 
  color: #fff; 
  border-radius: 4px;
}

/* Optional: active/selected state */
#mobileNav .collapse .nav-link.active {
  background-color: var(--primary-blue);
  color: #fff;
  font-weight: 600;
}





/*footer css*/

.footer-cta-boxed {
  /* background-image: url('../images/home/disposalnew.webp'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.cta-inner {
  background: rgba(255, 255, 255, 0.92);
  padding: 80px 30px;
  max-width: 1000px;
  border-radius: 30px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  margin: -130px;
}

.cta-inner h2 {
  font-size: 32px;
  font-weight: 700;
  color: #268bcc;
  margin-bottom: 20px;
}

.cta-inner h2 span {
  color: #000;
}

.cta-inner p {
  font-size: 16px;
  color: #000;
  /* line-height: 1.6; */
}



.footer-clean-card {
  background: #268bcc;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  padding: 120px 120px 30px;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-column h4 {
  font-size: 18px;
  margin-bottom: 15px;
  border-bottom: 2px solid #fff;
  display: inline-block;
  padding-bottom: 5px;
}

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

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.footer-column ul li a:hover {
  color: #d3e9f7;
}

.contact-column p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  font-size: 14px;
  color: #fff !important;
}

.footer-bottom-para {
  color: #fff;
  font-family: "Montserrat", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  margin: 0px 0px 0px 0px;
}


.contact-column a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.contact-column a:hover {
  color: #d3e9f7;
  text-decoration: underline;
}



@media (max-width: 768px) {
  .cta-overlay h2 {
    font-size: 24px;
  }

  .cta-overlay p {
    font-size: 14px;
  }

  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-column {
    margin-bottom: 30px;
  }
}


.footer-bottom-para a {
  color: #fff;
  text-decoration: none;
}

.footer-bottom-para a:hover {
  text-decoration: underline;
}



@media (max-width: 768px) {
  .footer-cta-boxed {
    padding: 40px 10px;
  }

  .cta-inner {
    padding: 40px 20px;
    margin: 0 auto;
  }

  .cta-inner h2 {
    font-size: 22px;
    line-height: 1.4;
  }

  .cta-inner p {
    font-size: 15px;
  }
}



.toggle-password-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #888;
  font-size: 16px;
}

/* Responsive padding for section */
.account-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

:root {
  --primary-blue: #0d6efd;
  --dark-green: #198754;
  /* Add this line */
  --background-light: #f8f9fa;
}

/*footer css close*/






.floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  z-index: 9999;
}

.language-switcher,
.whatsapp-button {
  display: flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.language-switcher {
  background: white;
  color: #000000;
}

.language-switcher .flag-icon {
  width: 20px;
  height: auto;
  margin-right: 6px;
}

.whatsapp-button {
  background-color: #25D366;
  color: white;
}

.whatsapp-button img {
  margin-right: 8px;
}

.whatsapp-label {
  font-size: 14px;
  transition: opacity 0.3s ease-in-out;
  color: #ffffff;
}

/* Responsive: adjust slightly if needed */
@media (max-width: 576px) {
  .floating-buttons {
    bottom: 15px;
    right: 15px;
  }

  .whatsapp-button,
  .language-switcher {
    padding: 5px 8px;
    font-size: 13px;
  }

  .whatsapp-label {
    display: none;
  }
}

