/* ==========================================================================
   Accent Reduction Clinics - Responsive CSS
   ========================================================================== */

/* Tablet Styles (max-width: 991px) */
@media (max-width: 991px) {
  /* Typography */
  h1 { font-size: 1.75rem; }
  h2 { font-size: 1.5rem; }
  h3 { font-size: 1.25rem; }
  h4 { font-size: 1.125rem; }
  
  /* Hero Section */
  .hero-section {
    text-align: center;
  }
  
  /* Timeline */
  .timeline::before {
    left: 30px;
  }
  
  .timeline-item {
    width: calc(100% - 60px);
    margin-left: 60px !important;
  }
  
  .timeline-item::before {
    left: -40px !important;
  }
  
  /* Process Steps */
  .process-step::after {
    display: none;
  }
  
  /* Price Cards */
  .price-card {
    margin-bottom: 2rem;
  }
  
  .price-card.featured {
    transform: none;
  }
}

/* Mobile Styles (max-width: 767px) */
@media (max-width: 767px) {
  /* Typography */
  body {
    font-size: 14px;
  }
  
  h1 { font-size: 1.5rem; }
  h2 { font-size: 1.25rem; }
  h3 { font-size: 1.125rem; }
  h4 { font-size: 1rem; }
  p { font-size: 0.875rem; }
  
  /* Navigation */
  .navbar-brand {
    font-size: 12px !important;
    font-size: 1.125rem;
  }
  
  .navbar-nav .nav-link {
    font-size: 10px !important;
    margin: 0.25rem 0;
    font-size: 0.875rem;
  }
  
  /* Section Padding */
  .section-padding {
    padding: 50px 0;
  }
  
  /* Hero Section */
  .hero-section {
    min-height: 80vh;
  }
  
  /* About Features */
  .about-feature {
    margin-bottom: 1.5rem;
  }
  
  /* Service Cards */
  .service-card {
    margin-bottom: 2rem;
  }
  
  .service-price {
    font-size: 1.5rem;
  }
  
  /* Feature Boxes */
  .feature-box {
    margin-bottom: 1.5rem;
  }
  
  .feature-box i {
    font-size: 3rem;
  }
  
  /* Price Cards */
  .price-amount {
    font-size: 2rem;
  }
  
  /* Team Members */
  .team-member {
    margin-bottom: 2rem;
  }
  
  .team-member img {
    width: 120px;
    height: 120px;
  }
  
  /* Process Steps */
  .process-number {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }
  
  /* Timeline */
  .timeline::before {
    left: 15px;
  }
  
  .timeline-item {
    width: calc(100% - 45px);
    margin-left: 45px !important;
    padding: 1.5rem;
  }
  
  .timeline-item::before {
    left: -30px !important;
    width: 15px;
    height: 15px;
  }
  
  /* Career Cards */
  .career-card {
    margin-bottom: 1.5rem;
  }
  
  /* Core Info */
  .core-info-item {
    padding: 2rem 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .core-info-item i {
    font-size: 2.5rem;
  }
  
  /* Contact Form */
  .contact-form {
    padding: 2rem;
  }
  
  .btn-submit {
    width: 100%;
    padding: 15px 30px;
  }
  
  /* Blog Cards */
  .blog-card {
    margin-bottom: 2rem;
  }
  
  /* Gallery */
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  
  .gallery-item img {
    height: 250px;
  }
  
  /* Footer */
  .footer {
    padding: 40px 0 20px;
  }
  
  .footer .col-md-3 {
    margin-bottom: 2rem;
  }
  
  /* Additional Page Elements */
  .element-card {
    padding: 1.5rem;
  }
  
  /* Swiper - Disable autoplay and effects on mobile */
  .swiper {
    padding: 10px 0 40px;
  }
  
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

/* Small Mobile (max-width: 575px) */
@media (max-width: 575px) {
  /* Container padding */
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  /* Typography */
  h1 { font-size: 1.375rem; }
  h2 { font-size: 1.125rem; }
  h3 { font-size: 1rem; }
  
  /* Navbar */
  .navbar-toggler {
    font-size: 1rem;
    padding: 0.25rem 0.5rem;
  }
  
  /* Hero Section */
  .hero-section {
    min-height: 70vh;
  }
  
  /* Section Title */
  .section-title {
    margin-bottom: 2rem;
  }
  
  /* About Feature */
  .about-feature i {
    font-size: 2.5rem;
  }
  
  /* Service Card */
  .service-card img {
    height: 180px;
  }
  
  .service-card-body {
    padding: 1.5rem;
  }
  
  /* Reviews */
  .review-card {
    padding: 1.5rem;
  }
  
  /* Case Study */
  .case-study-card {
    padding: 2rem;
  }
  
  /* Contact Info */
  .contact-info-box {
    padding: 1.5rem;
    text-align: center;
  }
  
  /* FAQ */
  .accordion-button {
    padding: 1rem;
    font-size: 0.875rem;
  }
  
  /* Forms */
  .form-control,
  .form-select {
    font-size: 0.875rem;
    padding: 10px 15px;
  }
}

/* Extra Small Mobile (max-width: 380px) */
@media (max-width: 380px) {
  /* Typography */
  h1 { font-size: 1.25rem; }
  h2 { font-size: 1rem; }
  
  /* Navbar Brand */
  .navbar-brand {
    font-size: 12px !important;
    font-size: 1rem;
  }
  
  /* Price Amount */
  .price-amount {
    font-size: 1.75rem;
  }
  
  /* Service Price */
  .service-price {
    font-size: 1.25rem;
  }
}

/* Landscape Mobile */
@media (max-width: 767px) and (orientation: landscape) {
  .hero-section {
    min-height: 100vh;
  }
  
  .section-padding {
    padding: 40px 0;
  }
}

/* Print Styles */
@media print {
  .navbar,
  .footer,
  .btn,
  .swiper-button-next,
  .swiper-button-prev,
  .swiper-pagination {
    display: none !important;
  }
  
  .section-padding {
    padding: 30px 0;
  }
  
  * {
    color: black !important;
    background: white !important;
  }
} 