.center-nav .nav-link {
  font-size: 13px;
  padding: 10px 0;
  color: #555 !important;
  transition: color 0.3s ease;
}

.center-nav .nav-link:hover {
  color: var(--primary-color) !important;
}

.center-nav .has-dropdown .custom-dropdown {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background-color: #fff;
  transition: all 0.3s ease;
  border-radius: 4px;
  z-index: 1000;
  margin-top: 10px;
}

.center-nav .has-dropdown:hover .custom-dropdown {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.center-nav .custom-dropdown .dropdown-item {
  font-size: 14px;
  color: #555;
  transition: all 0.2s ease;
}

.center-nav .custom-dropdown .dropdown-item:hover {
  background-color: #faf8f5;
  color: var(--primary-color);
  padding-left: 1.8rem !important;
}

/* Mobile Offcanvas Menu Styles */
.main-sidebar-menu {
  border-right: none;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
}

.main-sidebar-menu .offcanvas-header {
  background-color: var(--primary-color);
  color: #fff;
}

.main-sidebar-menu .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.main-sidebar-menu .nav-link {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  transition: all 0.3s ease;
}

.main-sidebar-menu .nav-link:hover {
  background-color: #faf8f5;
  color: var(--primary-color);
  padding-left: 25px;
}

.main-sidebar-menu .collapse .nav-link {
  font-size: 14px;
  padding: 10px 20px;
  border-bottom: none;
  font-weight: 400;
}

.main-sidebar-menu .collapse .nav-link:hover {
  padding-left: 30px;
  color: var(--primary-color);
}

.main-sidebar-menu .fa-chevron-down {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.main-sidebar-menu .nav-link[aria-expanded="true"] .fa-chevron-down {
  transform: rotate(180deg);
}

.new-footer {
  background-color: #faf8f5;
  color: var(--dark-gray);
  font-family: inherit;
}

.new-footer .footer-top {
  padding: 40px 10px;
}

.new-footer h6 {
  color: var(--primary-dark);
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

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

.new-footer ul li {
  margin-bottom: 18px;
}

.new-footer ul li a {
  color: var(--text-color);
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s;
}

.new-footer ul li a:hover {
  color: var(--primary-color);
}

.new-footer ul li a i {
  width: 25px;
  font-size: 16px;
  color: var(--primary-color);
  margin-right: 12px;
  text-align: center;
}

.footer-newsletter {
  background-color: var(--bg-light);
  padding: 40px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.newsletter-icon {
  width: 60px;
  height: 60px;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--primary-color);
  margin-right: 20px;
}

.newsletter-form .form-control {
  border-radius: 10px 0 0 10px !important;
  border: 1px solid #cbd5e0;
  padding: 12px 20px;
}

.newsletter-form .btn {
  border-radius: 0 10px 10px 0;
  background-color: var(--primary-color);
  color: #fff;
  padding: 12px 30px;
  font-weight: 600;
  transition: all 0.3s;
  border: 1px solid var(--primary-color);
}

.newsletter-form .btn:hover {
  background-color: var(--primary-dark);
  color: #fff;
}

.footer-dark {
  background-color: var(--primary-dark);
  color: rgba(255, 255, 255, 0.8);
  padding: 25px 0 30px;
}

.footer-dark .trust-badges {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  padding-left: 30px;
  height: 100%;
  display: flex;
  align-items: center;
}

@media (max-width: 1399px) {
  .header-center .logo img {
    max-height: 50px !important;
  }
}

@media (max-width: 1300px) {
  .banner-area .banner-cont h1 {
    font-size: 46px;
    line-height: 56px;
  }
}

@media screen and (max-width: 1243px) {
  .center-nav .nav-link {
    font-size: 12px;
  }
}

@media screen and (max-width: 1199px) {
  .banner-area .banner-cont h1 {
    font-size: 36px;
    line-height: 46px;
  }

  .banner-area .banner-cont {
    padding: 25px !important;
  }

  .banner-area .swiper-slide {
    min-height: 570px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1151px) {
  .center-nav .nav-link {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .footer-dark .trust-badges {
    border-left: none;
    padding-left: 0;
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .footer-bottom-links {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .payment-icons {
    justify-content: center;
    width: 100%;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-form .form-control {
    border-radius: 4px;
    margin-bottom: 15px;
  }

  .newsletter-form .btn {
    border-radius: 4px;
    width: 100%;
  }

  .newsletter-icon {
    min-width: 60px;
  }

  .footer-bottom-links span.mx-2 {
    display: none;
  }

  .footer-bottom-links a {
    display: block;
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .banner-pagination {
    bottom: 17px !important;
  }

  .banner-area .swiper-slide {
    min-height: 550px;
  }
}

.trust-badge-item {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.trust-badge-item i {
  font-size: 24px;
  margin-right: 12px;
  color: var(--secondary-color);
}

.footer-bottom-links {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 40px;
  padding-top: 25px;
  font-size: 13px;
}

.footer-bottom-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  margin: 0 10px;
  transition: color 0.3s;
}

.footer-bottom-links a:hover {
  color: var(--secondary-color);
}

.social-icons-dark a {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 12px;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.4s;
}

.social-icons-dark a:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--primary-dark);
}

.payment-icons img {
  height: 30px;
  background-color: #fff;
  padding: 4px 6px;
  border-radius: 3px;
  margin-left: 8px;
  object-fit: contain;
}

@media (max-width: 767px) {
  .payment-icons img {
    margin: 4px;
  }
}
