/* Responsive Design - Mobile First Approach */

/* Extra Large Devices (xl) */
@media (max-width: 1199.98px) {
  .hero-section {
    min-height: 80vh;
  }
  
  .hero-decoration-1 {
    width: 150px;
    height: 150px;
  }
  
  .hero-decoration-2 {
    width: 120px;
    height: 120px;
  }
  
  .service-card {
    padding: 1.5rem;
  }
}

/* Large Devices (lg) */
@media (max-width: 991.98px) {
  :root {
    --section-padding: 4rem 0;
  }
  
  .hero-section {
    min-height: 70vh;
    text-align: center;
  }
  
  .hero-title {
    font-size: var(--font-size-xl);
  }
  
  .hero-subtitle {
    font-size: var(--font-size-base);
  }
  
  .hero-decoration-1 {
    width: 120px;
    height: 120px;
    top: 5%;
    right: 5%;
  }
  
  .hero-decoration-2 {
    width: 100px;
    height: 100px;
    bottom: 10%;
    left: 5%;
  }
  
  .service-icon {
    font-size: 2.61rem;
  }
  
  .gallery-item img {
    height: 200px;
  }
  
  .team-photo {
    width: 120px;
    height: 120px;
  }
  
  .contact-form {
    padding: 2rem;
  }
}

/* Medium Devices (md) */
@media (max-width: 767.98px) {
  :root {
    --section-padding: 3rem 0;
  }
  
  .navbar-brand {
    font-size: var(--font-size-base);
  }
  
  .hero-section {
    min-height: 60vh;
    padding: 2rem 0;
  }
  
  .hero-title {
    font-size: var(--font-size-lg);
  }
  
  .hero-subtitle {
    font-size: var(--font-size-sm);
  }
  
  .hero-decoration {
    display: none;
  }
  
  .service-card {
    padding: 1.5rem;
    margin-bottom: 1.60rem;
  }
  
  .service-icon {
    font-size: 2rem;
  }
  
  .testimonial-card {
    padding: 1.5rem;
    margin-bottom: 1.56rem;
  }
  
  .gallery-item img {
    height: 180px;
  }
  
  .faq-card {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
  
  .team-card {
    padding: 1.5rem;
    margin-bottom: 1.70rem;
  }
  
  .team-photo {
    width: 100px;
    height: 100px;
  }
  
  .contact-form {
    padding: 1.5rem;
  }
  
  .footer {
    padding: 2rem 0 1rem;
    text-align: center;
  }
}

/* Small Devices (sm) */
@media (max-width: 575.98px) {
  :root {
    --section-padding: 2rem 0;
    --font-size-base: 0.9rem;
    --font-size-sm: 0.8rem;
    --font-size-lg: 1rem;
    --font-size-xl: 1.1rem;
    --font-size-xxl: 1.3rem;
  }
  
  .navbar {
    padding: 0.5rem 0;
  }
  
  .navbar-brand {
    font-size: var(--font-size-sm);
  }
  
  .hero-section {
    min-height: 50vh;
    padding: 1.5rem 0;
  }
  
  .hero-title {
    font-size: var(--font-size-lg);
    margin-bottom: 1rem;
  }
  
  .hero-subtitle {
    font-size: var(--font-size-sm);
    margin-bottom: 1.63rem;
  }
  
  .btn-primary {
    padding: 0.5rem 1.5rem;
    font-size: var(--font-size-sm);
  }
  
  .section-title {
    margin-bottom: 2rem;
  }
  
  .section-subtitle {
    margin-bottom: 2rem;
  }
  
  .service-card {
    padding: 1rem;
    margin-bottom: 1rem;
  }
  
  .service-icon {
    font-size: 1.89rem;
  }
  
  .service-title {
    font-size: var(--font-size-base);
  }
  
  .service-description {
    font-size: var(--font-size-sm);
  }
  
  .service-price {
    font-size: var(--font-size-lg);
  }
  
  .testimonial-card {
    padding: 1rem;
    margin-bottom: 1rem;
  }
  
  .testimonial-text {
    font-size: var(--font-size-sm);
  }
  
  .testimonial-author {
    font-size: var(--font-size-sm);
  }
  
  .gallery-item img {
    height: 150px;
  }
  
  .faq-card {
    padding: 1rem;
    margin-bottom: 1rem;
  }
  
  .faq-question {
    font-size: var(--font-size-base);
  }
  
  .faq-answer {
    font-size: var(--font-size-sm);
  }
  
  .team-card {
    padding: 1rem;
    margin-bottom: 1rem;
  }
  
  .team-photo {
    width: 80px;
    height: 80px;
  }
  
  .team-name {
    font-size: var(--font-size-base);
  }
  
  .team-role {
    font-size: var(--font-size-sm);
  }
  
  .contact-form {
    padding: 1rem;
  }
  
  .form-control {
    padding: 0.5rem;
    font-size: var(--font-size-sm);
  }
  
  .footer {
    padding: 1.5rem 0 0.5rem;
  }
  
  .breadcrumb-image {
    width: 80px;
    height: 50px;
  }
}

/* Extra Small Devices (xs) */
@media (max-width: 375px) {
  :root {
    --section-padding: 1.5rem 0;
  }
  
  .hero-section {
    min-height: 40vh;
    padding: 1rem 0;
  }
  
  .service-card,
  .testimonial-card,
  .faq-card,
  .team-card {
    padding: 0.75rem;
  }
  
  .contact-form {
    padding: 0.75rem;
  }
  
  .gallery-item img {
    height: 120px;
  }
  
  .team-photo {
    width: 60px;
    height: 60px;
  }
}

/* Landscape Orientation for Mobile */
@media (max-height: 500px) and (orientation: landscape) {
  .hero-section {
    min-height: 100vh;
    padding: 1rem 0;
  }
  
  .hero-title {
    font-size: var(--font-size-lg);
    margin-bottom: 0.55rem;
  }
  
  .hero-subtitle {
    font-size: var(--font-size-sm);
    margin-bottom: 1rem;
  }
} 

.hero-content {
    padding-top: 225px;
}