/* responsive.css - Medanta Dental Clinic Mobile Adaptation Layouts */

@media (max-width: 1200px) {
  .hero-title {
    font-size: 48px;
  }
}

@media (max-width: 991px) {
  .section-padding {
    padding: 70px 0;
  }
  
  .floating-appointment-widget {
    transform: translateY(0);
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
  .doctor-image-wrapper {
    height: 400px;
  }
  
  .navbar-collapse {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 15px;
    margin-top: 15px;
    box-shadow: var(--shadow-md);
  }
  
  .nav-link {
    margin-bottom: 5px;
  }
}

@media (max-width: 768px) {
  .section-padding {
    padding: 60px 0;
  }
  
  .section-main-title {
    font-size: 30px;
  }
  
  .carousel-item {
    height: 520px;
  }
  
  .hero-title {
    font-size: 34px;
  }
  
  .hero-subtitle {
    font-size: 15px;
    margin-bottom: 25px;
  }
  
  .before-after-slider {
    height: 280px;
  }
  
  .doctor-image-wrapper {
    height: 320px;
  }
  
  .btn {
    padding: 10px 22px;
    font-size: 14.5px;
  }
  
  .top-bar {
    display: none !important;
  }
  
  .emergency-pulse-btn {
    width: 50px;
    height: 50px;
    font-size: 20px;
    bottom: 20px;
    right: 20px;
  }
  
  .back-to-top {
    bottom: 85px;
    right: 20px;
    width: 42px;
    height: 42px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .section-main-title {
    font-size: 26px;
  }
  
  .before-after-wrapper {
    padding: 15px;
  }
  
  .calendar-days-grid {
    gap: 5px;
  }
  
  .calendar-day-cell {
    padding: 8px 0;
    font-size: 12px;
  }
  
  .brand-text-name {
    font-size: 18px;
  }
  
  .brand-text-tag {
    font-size: 9px;
  }
}
