@media (max-width: 600px) {

  .footer-modern-clean-inner,
  .footer-modern-clean-row,
  .footer-modern-clean-brand,
  .footer-modern-clean-col,
  .footer-modern-clean-contact {
    min-width: 0;
    max-width: 95%!important;
    margin-right: 0;
    padding: 0;
  }
}
/* Desktop filter chip style */
.filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f1f1f1;
  border-radius: 50px;
  padding: 6px 12px;
  font-size: 14px;
  color: #333;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.filter-chip .remove-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  line-height: 1;
  background: #e0e0e0;
  transition: 0.2s;
}
.filter-chip .remove-filter:hover {
  background: #ff4d4d;
  color: white;
}
/* Filter Box Styling */
.filter-box {
   background: #f2e8e8;
  border-radius: 16px;
  padding: 0px 8px 0px 16px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 32px;
  position: relative;
}

/* Filter box styling */
.filter-box {
  background: #f2e8e8;
  border-radius: 16px;
  padding: 0 12px;
  height: 32px;
  display: flex;
  align-items: center;
}

/* Keep select default arrow */
.filter-box select {
  border: none;
  background: transparent;
  font-size: 15px;
  width: 100%;
  padding-right: 14px; /* space for arrow */
  appearance: menulist;  /* default downward arrow */
  -webkit-appearance: menulist; /* Chrome/Safari */
  -moz-appearance: menulist;    /* Firefox */
}

.filter-box select:focus {
  outline: none;
}

.filter-box select:focus {
  outline: none;
  box-shadow: none;
}/* Mobile specific card design */
@media (max-width: 576px) {
  .mobile-heading {
    display: block;
    margin-top: 16px;
    font-size: 18px;
    font-weight: 600;
  }
  .text-muted{
    font-size: 12px!important;
    gap: 4px;
    font-weight: 400;
    color: #666;
  }

  .lab-card {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 12px;
    flex-direction: column; /* stack info + button */
  }

  .lab-left img {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    object-fit: cover;
  }

  .lab-right {
    flex: 1;
  }
  .price-section{
    font-size: 12px!important;
    font-weight: 500;
    color: #333;
  }

  .lab-name {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    color: #333;
  }

  .lab-rating {
    font-size: 13px;
    color: #444;
    margin: 2px 0;
  }

  .lab-rating span {
    color: #777;
    font-size: 12px;
  }

  .lab-address {
    font-size: 13px;
    color: #666;
    margin-bottom: 4px;
  }

  .lab-price {
    font-size: 11px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px; /* spacing before button */
  }

  .lab-price .mrp {
    text-decoration: line-through;
    color: #888;
  }

  .lab-price .final {
    color: #e53935;
    font-weight: 600;
  }

  .lab-price .discount {
    color: #2e7d32;
    font-size: 11px;
  }

  /* Show Book Now button in compact form */
  .card .btn {
    white-space: nowrap;
    display: inline-block !important;
    font-size: 11px;
    padding: 6px 14px;
    border-radius: 6px;
    margin-top: 36px;
    align-self: flex-start; /* align to left under details */
  }
}



/* Mobile View */
@media (max-width: 576px) {
  /* Hide hero + heading + subtext + description */
  .hero-section,
  .hero-section-heading,
  .headline-subtext,
  .lab-list-desc {
    display: none !important;
  }

  /* Filters row style */
  .filter-form-section {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 1rem !important;
  }
.container{
  margin-top: 20%;
  width: 100%!important;
}
  .filter-form-items select {
    min-width: 10px;
    font-size: 15px;
    border: none;
    background: transparent;
    box-shadow: none;
    padding: 2px 10px;
  }
  .filter-form-items select:focus {
    outline: none;
    box-shadow: none;
  }



  /* Filter chips style */
  .filter-chip {
    font-size: 10px;
    padding: 5px 10px;
  }

}
/* Mobile specific card design */
@media (max-width: 576px) {
    .mobile-heading {
    display: block;
    margin-top: 16px;
    font-size: 18px;
    font-weight: 600;
  }
  .lab-card {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 12px;
  }

  .lab-left img {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    object-fit: cover;
  }

  .lab-right {
    flex: 1;
  }

  .lab-name {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    color: #333;
  }

  .lab-rating {
    font-size: 13px;
    color: #444;
    margin: 2px 0;
  }

  .lab-rating span {
    color: #777;
    font-size: 12px;
  }

  .lab-address {
    font-size: 13px;
    color: #666;
    margin-bottom: 4px;
  }

  .lab-price {
    font-size: 11px;
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .lab-price .mrp {
    text-decoration: line-through;
    color: #888;
  }

  .lab-price .final {
    color: #e53935;
    font-weight: 600;
  }

  .lab-price .discount {
    color: #2e7d32;
    font-size: 13px;
  }

  /* Hide desktop book button on mobile */
 
}
.date-scroll { -ms-overflow-style: none; scrollbar-width: none; }
.date-scroll::-webkit-scrollbar { display: none; }
.date-card { cursor: pointer; flex: 0 0 auto; }
.date-card input:checked + div { border-color: #BD1922!important; }

.slot-btn { cursor: pointer; }
.slot-btn span {
    display: inline-block;
    background: #f0ebeb;
    border-radius: 16px;
    padding: 10px;
    transition: 0.2s;
    font-size: 15px;
}
.slot-btn input:checked + span {
    background: #BD1922;
    color: #fff;
    border-color: #BD1922;
}
.slot-btn i { margin-right: 6px; }
.fw-bolds{
    font-size: 22px;
    font-weight: 600;
}
.date-card {
    width: 97px;
   
}


@media (max-width: 991px) {
    .container{ margin-top: 16%!important; width: 95%!important; }
    .slot-btn span { font-size: 14px!important; }
    .section-title{ font-size:22px!important; }
    .fw-bolds{
    font-size: 15px!important;
    font-weight: 600;

  }
  .date-card {
      width: 67px!important;
    
  }
    
}


  .custom-bgs{
    position: relative;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    margin-top: 5%;
    /* background: #f9f2f2 !important; */
    padding-bottom: 2%;
  }
  .bg-pink{
    background: #fff0f0;
  }