/* ==========================================
   RESPONSIVE STYLES - MOBILE FIRST
   Bootstrap 5 Breakpoints Compatible
   ========================================== */

/* Base styles are mobile-first (min-width: 320px) */

/* ==========================================
   MOBILE SMALL (320px - 575px)
   ========================================== */

/* Hero Section - Mobile */
.hero-section {
  min-height: 80vh;
  padding: 2rem 0;
}

.hero-title {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.hero-subtitle {
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

.hero-shape-1,
.hero-shape-2 {
  display: none;
}

/* Services - Mobile */
.service-card {
  margin-bottom: 1.5rem;
}

.service-price {
  font-size: 1.125rem;
}

/* Navigation - Mobile */
.navbar-brand {
  font-size: 1rem;
}

.navbar-nav .nav-link {
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
}

/* Sections - Mobile */
.section {
  padding: 2rem 0;
}

.section-title {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

.section-subtitle {
  font-size: 0.9rem;
  margin-bottom: 2rem;
}

/* Cards - Mobile */
.testimonial-card,
.faq-card,
.team-card {
  margin-bottom: 1rem;
  padding: 1rem;
}

.testimonial-avatar {
  width: 50px;
  height: 50px;
}

.team-avatar {
  width: 80px;
  height: 80px;
}

/* Gallery - Mobile */
.gallery-item {
  margin-bottom: 1rem;
}

.gallery-item img {
  height: 150px;
}

/* Contact Form - Mobile */
.contact-form {
  padding: 1.5rem;
}

.form-control {
  margin-bottom: 1rem;
}

/* Footer - Mobile */
.footer {
  padding: 2rem 0 1rem;
  text-align: center;
}

/* ==========================================
   MOBILE MEDIUM (576px and up)
   ========================================== */

@media (min-width: 576px) {
  /* Hero Section */
  .hero-title {
    font-size: 1.6rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  /* Services */
  .service-price {
    font-size: 1.25rem;
  }
  
  /* Navigation */
  .navbar-brand {
    font-size: 1.125rem;
  }
  
  /* Sections */
  .section-title {
    font-size: 1.375rem;
  }
  
  /* Cards */
  .testimonial-card,
  .faq-card,
  .team-card {
    padding: 1.25rem;
  }
  
  .testimonial-avatar {
    width: 55px;
    height: 55px;
  }
  
  .team-avatar {
    width: 100px;
    height: 100px;
  }
  
  /* Gallery */
  .gallery-item img {
    height: 180px;
  }
}

/* ==========================================
   TABLET (768px and up)
   ========================================== */

@media (min-width: 768px) {
  /* Hero Section */
  .hero-section {
    min-height: 90vh;
  }
  
  .hero-title {
    font-size: 1.75rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  
  .hero-shape-1 {
    display: block;
    width: 200px;
    height: 200px;
  }
  
  .hero-shape-2 {
    display: block;
    width: 150px;
    height: 150px;
  }
  
  /* Services */
  .service-card {
    margin-bottom: 2rem;
  }
  
  .service-price {
    font-size: 1.25rem;
  }
  
  /* Navigation */
  .navbar-brand {
    font-size: 1.125rem;
  }
  
  .navbar-nav .nav-link {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }
  
  /* Sections */
  .section {
    padding: 3rem 0;
  }
  
  .section-title {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
  
  .section-subtitle {
    font-size: 1rem;
    margin-bottom: 3rem;
  }
  
  /* Cards */
  .testimonial-card,
  .faq-card,
  .team-card {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .testimonial-avatar {
    width: 60px;
    height: 60px;
  }
  
  .team-avatar {
    width: 120px;
    height: 120px;
  }
  
  /* Gallery */
  .gallery-item img {
    height: 200px;
  }
  
  /* Contact Form */
  .contact-form {
    padding: 2rem;
  }
  
  /* Footer */
  .footer {
    padding: 3rem 0 1rem;
    text-align: left;
  }
}

/* ==========================================
   DESKTOP (992px and up)
   ========================================== */

@media (min-width: 992px) {
  /* Hero Section */
  .hero-section {
    min-height: 100vh;
  }
  
  .hero-title {
    font-size: 1.75rem;
  }
  
  .hero-shape-1 {
    width: 250px;
    height: 250px;
  }
  
  .hero-shape-2 {
    width: 180px;
    height: 180px;
  }
  
  /* Services */
  .service-card:hover {
    transform: translateY(-5px);
  }
  
  /* Sections */
  .section {
    padding: 4rem 0;
  }
  
  .section-title {
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
  
  .section-subtitle {
    margin-bottom: 4rem;
  }
  
  /* Gallery */
  .gallery-item:hover {
    transform: scale(1.05);
  }
  
  .gallery-item img {
    height: 220px;
  }
}

/* ==========================================
   LARGE DESKTOP (1200px and up)
   ========================================== */

@media (min-width: 1200px) {
  /* Hero Section */
  .hero-shape-1 {
    width: 300px;
    height: 300px;
  }
  
  .hero-shape-2 {
    width: 200px;
    height: 200px;
  }
  
  /* Gallery */
  .gallery-item img {
    height: 240px;
  }
}

/* ==========================================
   EXTRA LARGE DESKTOP (1400px and up)
   ========================================== */

@media (min-width: 1400px) {
  /* Container adjustments for very large screens */
  .hero-section .container {
    max-width: 1320px;
  }
  
  .section .container {
    max-width: 1320px;
  }
  
  /* Gallery */
  .gallery-item img {
    height: 250px;
  }
}

/* ==========================================
   PRINT STYLES
   ========================================== */

@media print {
  .hero-shape-1,
  .hero-shape-2,
  .navbar,
  .footer {
    display: none;
  }
  
  .hero-section {
    min-height: auto;
    background: none;
    color: black;
  }
  
  .service-card,
  .testimonial-card,
  .faq-card,
  .team-card {
    box-shadow: none;
    border: 1px solid #ccc;
  }
  
  .gallery-item {
    break-inside: avoid;
  }
}

/* ==========================================
   HIGH CONTRAST MODE
   ========================================== */

@media (prefers-contrast: high) {
  .service-card,
  .testimonial-card,
  .faq-card,
  .team-card {
    border: 2px solid var(--text-primary);
  }
  
  .hero-shape-1,
  .hero-shape-2 {
    display: none;
  }
  
  .hero-section {
    background: var(--background-white);
  }
}

/* ==========================================
   DARK MODE SUPPORT
   ========================================== */


.hero-content {
    padding-top: 150px;
}