/* ===== RESPONSIVE STYLES ===== */

/* Large Desktop Screens */
@media (min-width: 1400px) {
  .container-xxl {
    max-width: 1320px;
  }
  
  .hero-title {
    font-size: 4.11rem;
  }
  
  .section {
    padding: 6rem 0;
  }
}

/* Desktop Screens */
@media (max-width: 1199.98px) {
  .hero-title {
    font-size: 3.11rem;
  }
  
  h1 { font-size: 2.34rem; }
  h2 { font-size: 1.88rem; }
  
  .service-card {
    margin-bottom: 2.09rem;
  }
}

/* Tablet Screens */
@media (max-width: 991.98px) {
  .hero-section {
  padding-top: 50px;
    min-height: 80vh;
    text-align: center;
  }
  
  .hero-title {
    font-size: 2.62rem;
  }
  
  .hero-subtitle {
    font-size: 1.23rem;
  }
  
  .section {
    padding: 4rem 0;
  }
  
  .team-photo {
    width: 150px;
    height: 150px;
  }
  
  .price-card.featured {
    transform: none;
    margin: 2rem 0;
  }
  
  .decorative-blob {
    display: none;
  }
  
  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

/* Mobile Landscape */
@media (max-width: 767.98px) {
  .navbar-brand {
    font-size: 1.33rem !important;
  }
  
  .hero-title {
    font-size: 2.03rem;
    margin-bottom: 1.13rem;
  }
  
  .hero-subtitle {
    font-size: 1.14rem;
    margin-bottom: 1.61rem;
  }
  
  .hero-desc {
    font-size: 1.02rem;
    margin-bottom: 2.09rem;
  }
  
  h1 { font-size: 1.88rem; }
  h2 { font-size: 1.51rem; }
  h3 { font-size: 1.33rem; }
  
  .section {
    padding: 3rem 0;
  }
  
  .section-desc {
    margin-bottom: 2.09rem;
  }
  
  .feature-item {
    padding: 1.5rem;
    margin-bottom: 1.61rem;
  }
  
  .feature-icon {
    font-size: 2.62rem;
  }
  
  .service-card {
    padding: 1.5rem;
    margin-bottom: 1.61rem;
  }
  
  .service-image {
    height: 180px;
  }
  
  .service-price {
    font-size: 1.88rem;
  }
  
  .price-card {
    padding: 2rem 1.5rem;
    margin-bottom: 1.61rem;
  }
  
  .price-value {
    font-size: 2.62rem;
  }
  
  .team-photo {
    width: 120px;
    height: 120px;
  }
  
  .team-name {
    font-size: 1.23rem;
  }
  
  .review-item {
    padding: 1.5rem;
  }
  
  .review-text {
    font-size: 1.02rem;
  }
  
  .blog-content {
    padding: 1.2rem;
  }
  
  .blog-title {
    font-size: 1.23rem;
  }
  
  .contact-form {
    padding: 2rem 1.5rem;
  }
  
  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.5rem;
  }
  
  .footer {
    padding: 2rem 0 1rem;
  }
  
  .footer-section {
    margin-bottom: 2.09rem;
    text-align: center;
  }
}

/* Mobile Portrait */
@media (max-width: 575.98px) {
  .hero-section {
  padding-top: 50px;
    min-height: 70vh;
    padding: 2rem 0;
  }
  
  .hero-title {
    font-size: 1.88rem;
  }
  
  .hero-subtitle {
    font-size: 1.02rem;
  }
  
  .section {
    padding: 2.5rem 0;
  }
  
  .section-title {
    margin-bottom: 0.74rem;
  }
  
  .section-subtitle {
    margin-bottom: 0.74rem;
  }
  
  .section-desc {
    margin-bottom: 1.61rem;
  }
  
  .feature-item {
    padding: 1.2rem;
  }
  
  .service-card {
    padding: 1.2rem;
  }
  
  .service-image {
    height: 150px;
  }
  
  .service-price {
    font-size: 1.61rem;
  }
  
  .price-card {
    padding: 1.8rem 1.2rem;
  }
  
  .price-value {
    font-size: 2.34rem;
  }
  
  .team-photo {
    width: 100px;
    height: 100px;
  }
  
  .review-item {
    padding: 1.2rem;
  }
  
  .blog-content {
    padding: 1rem;
  }
  
  .blog-image {
    height: 150px;
  }
  
  .contact-form {
    padding: 1.5rem 1rem;
  }
  
  .btn-submit,
  .btn-primary,
  .btn-secondary {
    padding: 0.6rem 1.5rem;
    font-size: 1.03rem;
  }
  
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.3rem;
  }
  
  .faq-question {
    padding: 0.8rem 1rem;
    font-size: 0.97rem;
  }
  
  .faq-answer {
    padding: 0.8rem 1rem;
    font-size: 1.03rem;
  }
}

/* Extra Small Mobile */
@media (max-width: 374.98px) {
  .hero-title {
    font-size: 1.61rem;
  }
  
  .service-card,
  .price-card,
  .feature-item,
  .review-item {
    padding: 1rem;
  }
  
  .service-image,
  .blog-image {
    height: 120px;
  }
  
  .team-photo {
    width: 80px;
    height: 80px;
  }
  
  .contact-form {
    padding: 1.2rem 0.8rem;
  }
}

/* ===== MOBILE SWIPER MODIFICATIONS ===== */
@media (max-width: 767.98px) {
  .swiper {
    overflow: visible;
  }
  
  .swiper-slide {
    padding: 1rem;
  }
  
  /* Disable autoplay and effects on mobile as per requirements */
  .swiper[data-mobile-autoplay="false"] {
    pointer-events: auto;
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .navbar,
  .footer,
  .btn,
  .swiper-pagination,
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
  
  .hero-section {
  padding-top: 50px;
    min-height: auto;
    page-break-after: always;
  }
  
  .section {
    padding: 2rem 0;
    page-break-inside: avoid;
  }
  
  body {
    font-size: 12pt;
    line-height: 1.4;
  }
  
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
  }
}

/* ===== ACCESSIBILITY IMPROVEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
  .hero-section::before,
  .decorative-blob,
  .animate-on-scroll {
    animation: none !important;
    transition: none !important;
  }
  
  .swiper {
    scroll-behavior: auto;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .service-card,
  .price-card,
  .feature-item,
  .review-item,
  .blog-card {
    border: 2px solid var(--dark-gray);
  }
  
  .btn-primary,
  .btn-secondary,
  .btn-submit {
    border: 2px solid var(--white);
  }
}

/* ===== LANDSCAPE ORIENTATION FIXES ===== */
@media screen and (orientation: landscape) and (max-height: 500px) {
  .hero-section {
  padding-top: 50px;
    min-height: 100vh;
    padding: 1rem 0;
  }
  
  .hero-title {
    font-size: 2.03rem;
    margin-bottom: 0.74rem;
  }
  
  .hero-subtitle {
    font-size: 1.02rem;
    margin-bottom: 1.13rem;
  }
  
  .hero-desc {
    margin-bottom: 1.61rem;
  }
} 