  /* Mobile-specific compact card */
  @media (max-width: 768px) {
    .product-card {
      font-size: 0.7rem;
    }
    .product-card .card-img-top {
      height: 80px !important; /* small image */
      object-fit: cover;
    }
    .product-card .card-body {
      padding: 0.25rem 0.5rem !important;
    }
    .product-card .card-body h6,
    .product-card .card-body p {
      margin-bottom: 2px !important;
      line-height: 1 !important;
    }
    .product-card .btn {
      padding: 0.2rem;
      font-size: 0.65rem;
    }
  }

     
    .header-area {
      background: #fff;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
      position: sticky;
      top: 0;
      z-index: 999;
      padding: 6px 0;
    }


    .search-bar {
      flex-grow: 1;
      background: #f1f3f6;
      border-radius: 50px;
      padding: 5px 15px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .search-bar input {
      border: none;
      background: transparent;
      flex-grow: 1;
      outline: none;
      font-size: 14px;
    }

    .search-bar i {
      color: #555;
      font-size: 18px;
      cursor: pointer;
    }

    /* Fix for mobile view */
    @media (max-width: 767px) {
      .header-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 5px;
      }

      .logo-wrap {
        justify-content: center;
      }

      .search-bar {
        border-radius: 30px;
        width: 100%;
      }
    }

    /* Bottom Navigation (Mobile) */
    .mobile-nav {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #fff;
      box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
      display: flex;
      justify-content: space-around;
      align-items: center;
      padding: 8px 0;
      z-index: 999;
    }

    .mobile-nav a {
      color: #333;
      text-decoration: none;
      text-align: center;
      font-size: 12px;
    }

    .mobile-nav i {
      font-size: 20px;
      display: block;
      margin-bottom: 2px;
    }

    @media (min-width: 768px) {
      .mobile-nav {
        display: none;
      }
    }
    


        @media (min-width: 768px) {
          .logos {
            height: 40px;
              width: auto;
          }
    }
    
    .logos {
     height: 55px;
        width: auto;
    }
    /* 🔹 Header Base */
.header-area {
  border-bottom: 1px solid #eee;
  transition: all 0.3s ease;
  z-index: 1000;
}

/* 🔹 Search Bar */
.search-bar {
  position: relative;
  max-width: 450px;
}

.search-bar input {
  font-size: 0.95rem;
}

.search-bar .btn-primary {
  background-color: #007bff;
  border: none;
}

.search-bar .btn-primary:hover {
  background-color: #0056b3;
}

/* 🔹 Dropdown */
#cityDropdown .list-group-item {
  cursor: pointer;
  transition: background 0.2s;
}

#cityDropdown .list-group-item:hover {
  background: #f8f9fa;
}

/* 🔹 Nav Styling */
.main-nav .nav-link {
  padding: 0.5rem 0.8rem;
  color: #333;
}

.main-nav .nav-link:hover,
.main-nav .nav-link.active {
  color: #007bff;
}

/* 🔹 Responsive Mobile */
@media (max-width: 768px) {
  .main-nav {
    display: none !important;
  }

  #mobileMenu {
    display: none;
  }

  .search-bar {
    width: 100%;
    margin-top: 0.5rem;
  }

  .logo {
    font-size: 1.6rem;
  }
}

/* Popup background overlay */
#cityPopup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Popup box */
.popup-box {
  background: #fff;
  width: 320px;
  max-height: 80vh;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  overflow: hidden;
}

/* Scrollable city list */
.city-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #eee;
  border-radius: 6px;
}

.city-list li {
  padding: 10px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  transition: background 0.2s;
}

.city-list li:hover {
  background: #f5f5f5;
}

.city-list li:last-child {
  border-bottom: none;
}

.close-btn {
  float: right;
  cursor: pointer;
  font-size: 20px;
}

/* 
---------------------------------------------
Featured Style
--------------------------------------------- 
*/

.featured .left-image {
  position: relative;
}

.featured .left-image img {
  padding-left: 55px;
}

.featured .left-image a {
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  background-color: #f35525;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -55px;
}

.featured .section-heading {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 60px;
}

.featured .section-heading h2 {
  width: 70%;
}

.featured .accordion {
  margin-left: 10px;
  margin-right: 10px;
  --bs-accordion-border-radius: 10px;
  --bs-accordion-inner-border-radius: 10px;
  --bs-accordion-bg: #fafafa;
  --bs-accordion-border-color: none;
  border: none !important;
}

.featured .accordion-header {
  border-bottom: 1px solid #eaeaea;
}

.featured .accordion-button {
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  color: #1e1e1e;
}

.featured .accordion-button:not(.collapsed) {
  color: #f35525;
  background-color: #fafafa;
  outline: none;
}

.featured .accordion-button::after {
  display: none;
}

.featured #headingThree {
  border-bottom: none;
}

.featured .accordion-item:last-of-type .accordion-collapse {
  border-top: 1px solid #eaeaea;
}

.featured .info-table {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
}

.featured .info-table ul li {
  display: block;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #eee;
}

.featured .info-table ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.featured .info-table ul li img {
  float: left;
  margin-right: 25px;
}

.featured .info-table ul li h4 {
  font-size: 22px;
  font-weight: 600;
}

.featured .info-table ul li h4 span {
  font-size: 15px;
  color: #aaa;
  font-weight: 400;
}


.section-heading h6 {
    color: #ee626b;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}
/* 
---------------------------------------------
Video Style
--------------------------------------------- 
*/