/* Responsive Design */

/* Large Desktop */
@media (min-width: 1200px) {
  .container-fluid {
    max-width: 1140px;
  }
}

/* Desktop */
@media (max-width: 1199.98px) {
  .hero-section .text-white h1 {
    font-size: 2.63rem;
  }
  
  .section {
    padding: 60px 0;
  }
}

/* Tablet */
@media (max-width: 991.98px) {
  .hero-section .text-white h1 {
    font-size: 2.08rem;
  }
  
  .hero-section .text-white p {
    font-size: 1.15rem;
  }
  
  .section {
    padding: 50px 0;
  }
  
  .service-card,
  .price-card,
  .team-card,
  .feature-card {
    margin-bottom: 2.20rem;
  }
  
  .price-card.featured {
    transform: none;
    margin-bottom: 3.07rem;
  }
  
  .team-photo {
    width: 120px;
    height: 120px;
  }
  
  .navbar-nav {
    text-align: center;
    padding-top: 1.19rem;
  }
  
  .navbar-nav .nav-item {
    margin: 0.25rem 0;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  /* Disable Swiper autoplay and effects on mobile */
  .swiper {
    --swiper-navigation-size: 0px;
  }
  
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  
  /* Typography adjustments */
  h1 {
    font-size: 1.77rem;
  }
  
  h2 {
    font-size: 1.62rem;
  }
  
  h3 {
    font-size: 1.29rem;
  }
  
  .hero-section .text-white h1 {
    font-size: 1.77rem;
    margin-bottom: 1.18rem;
  }
  
  .hero-section .text-white p {
    font-size: 1.11rem;
    margin-bottom: 1.62rem;
  }
  
  /* Section adjustments */
  .section {
    padding: 40px 0;
  }
  
  .section-title {
    margin-bottom: 2.20rem;
  }
  
  /* Hero adjustments */
  .hero-section {
  padding-top: 50px;
    min-height: 80vh;
    text-align: center;
  }
  
  .hero-shape {
    display: none;
  }
  
  /* Card adjustments */
  .service-card,
  .price-card,
  .team-card,
  .feature-card,
  .career-card,
  .case-card {
    margin-bottom: 1.62rem;
  }
  
  .feature-card,
  .service-card,
  .info-card {
    padding: 1.5rem;
  }
  
  .price-card {
    padding: 2rem 1.5rem;
  }
  
  .contact-form {
    padding: 2rem;
  }
  
  /* Team adjustments */
  .team-photo {
    width: 100px;
    height: 100px;
  }
  
  /* Process adjustments */
  .process-number {
    width: 50px;
    height: 50px;
    font-size: 1.29rem;
  }
  
  /* Gallery adjustments */
  .gallery-image {
    height: 200px;
  }
  
  /* Form adjustments */
  .form-control {
    font-size: 18.00px; /* Prevents zoom on iOS */
  }
  
  /* Price adjustments */
  .service-price {
    font-size: 1.77rem;
  }
  
  /* Button adjustments */
  .btn-primary {
    padding: 0.75rem 1.5rem;
    font-size: 1.00rem;
  }
  
  /* Footer adjustments */
  .footer {
    padding: 2rem 0 1rem;
    text-align: center;
  }
  
  .footer .col-md-3,
  .footer .col-md-4 {
    margin-bottom: 2.20rem;
  }
}

/* Small Mobile */
@media (max-width: 575.98px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  h1 {
    font-size: 1.62rem;
  }
  
  h2 {
    font-size: 1.40rem;
  }
  
  .hero-section .text-white h1 {
    font-size: 1.62rem;
  }
  
  .section {
    padding: 30px 0;
  }
  
  .feature-card,
  .service-card,
  .info-card,
  .contact-form {
    padding: 1.25rem;
  }
  
  .price-card {
    padding: 1.5rem 1.25rem;
  }
  
  .team-card {
    padding: 1.5rem;
  }
  
  .process-step {
    padding: 1.5rem;
  }
  
  .timeline-item {
    padding: 1.5rem;
  }
  
  .faq-question,
  .faq-answer {
    padding: 1.25rem;
  }
  
  .service-price {
    font-size: 1.62rem;
  }
  
  .gallery-image {
    height: 180px;
  }
}

/* Extra Small Devices */
@media (max-width: 374.98px) {
  .hero-section .text-white h1 {
    font-size: 1.40rem;
  }
  
  .feature-card,
  .service-card,
  .info-card,
  .contact-form,
  .price-card,
  .team-card {
    padding: 1rem;
  }
  
  .service-price {
    font-size: 1.40rem;
  }
  
  .btn-primary {
    padding: 0.625rem 1.25rem;
    font-size: 0.93rem;
  }
}

/* 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;
    padding: 2rem 0;
  }
  
  .section {
    padding: 1rem 0;
    break-inside: avoid;
  }
  
  .card,
  .feature-card,
  .service-card,
  .price-card {
    break-inside: avoid;
    box-shadow: none;
    border: 1px solid #c4c4c4;
  }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hero-section::before {
    background-size: cover;
  }
}

/* Landscape Mobile */
@media (max-height: 480px) and (orientation: landscape) {
  .hero-section {
  padding-top: 50px;
    min-height: 100vh;
    padding: 2rem 0;
  }
  
  .navbar {
    padding: 0.25rem 0;
  }
  
  .navbar-brand {
    font-size: 1.15rem !important;
  }
} 