/* =====================================================
   DR. YASH SHAH — ENT Specialist
   responsive.css — All Media Queries
   ===================================================== */

@media(min-width: 1200px){
  .container{
    max-width: 1200px !important;
  }  
}

/* Tablet */
@media (max-width: 1024px) {
  .hero-section {
    min-height: 600px;
    padding: 60px 0 70px;
  }
  .hero-form-card {
    padding: 20px 20px 50px;
  }
  .about-img,
  .redefine-img {
    height: 400px;
  }
}

/* Mobile */
@media (max-width: 767px) {

  .main-nav .nav-link {
    padding: 12px 0;
  }
  .navbar-brand.logo-text {
    font-size: 18px;
    padding: 16px 0;
  }
  #mainNav {
    padding: 16px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }
  .btn-book {
    margin-top: 12px;
    display: inline-block;
  }
  .hero-section {
    min-height: auto;
    padding: 48px 0 64px;
  }
  .hero-form-card {
    padding: 16px 16px 56px;
    border-radius: var(--radius-md);
  }
  .btn-request {
    font-size: 15px;
    padding: 12px 28px;
    bottom: -20px;
  }

  .section-body-text {
    font-size: 15px;
  }
  .section-about,
  .section-services,
  .section-clinics,
  .section-redefine,
  .section-testimonials,
  .section-faq,
  .section-appointment {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  
  .service-card-wide {
    flex-direction: column;
    gap: 12px;
  }
  .clinic-img-wrap,
  .clinic-img {
    height: 250px;
  }
  .testimonial-card {
    padding: 24px;
  }
  .testimonials-box {
    padding: 20px;
  }
  .custom-nav {
    gap: 15px;
    padding: 12px 16px;
  }
  .nav-btn {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .faq-btn {
    font-size: 14px;
    padding: 16px !important;
  }
  .appt-img {
    min-height: 250px;
    height: 250px;
  }
  .appt-img-wrap {
    min-height: 250px;
  }
 
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  .stats-row {
    justify-content: center;
    gap: 70px;
  }

  /* Care/Gallery section */
  .care-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .care-section {
    padding: 56px 0;
  }
  .section-testimonials .section-heading::before{
    left: -10px !important;
  }
  .footer-top{
    padding-top: 40px !important;
    padding-bottom: 96px !important;
  }
  .about-banner {
    height: 260px;
}
}

/* Small Mobile */
@media (max-width: 480px) {
   .btn-book, .btn-explore {
    width: 100%;
  }
  .hero-form-card {
    padding: 12px 12px 52px;
  }
  
  .testimonial-card .quote {
    font-size: 40px;
  }
  .testimonial-card .bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .hero-title {
    font-size: 48px;
    line-height: 1.2;
}
}


@media(min-width: 992px){
  .footer-top .border-right::before{
    content: " ";
    width: 1px;
    height: 100%;
    position: absolute;
    right: -105px;
    background: #E1E5ED;  
  }
  .care-slider {
    margin-left: -12px;
  }
  .care-slider .slick-list {
    padding-right: 300px;
  }
}