/* Responsive Styles */

/* Extra Large Devices (1400px and up) */
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
  
  .hero-title {
    font-size: 5rem;
  }
  
  .hero-subtitle {
    font-size: 1.8rem;
  }
}

/* Large Devices (1200px and up) */
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-title {
    font-size: 4.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.6rem;
  }
}

/* Medium Devices (992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .section-padding {
    padding: 80px 0;
  }
  
  .hero-section {
    min-height: 600px;
  }
  
  .hero-title {
    font-size: 3.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.4rem;
  }
  
  .service-img {
    height: 180px;
  }
  
  .team-img img {
    height: 250px;
  }
  
  .gallery-item img {
    height: 220px;
  }
  
  footer {
    padding: 80px 0 40px;
  }
}

/* Small Devices (768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 70px 0;
  }
  
  .hero-section {
    min-height: 500px;
  }
  
  .hero-title {
    font-size: 3rem;
  }
  
  .hero-subtitle {
    font-size: 1.2rem;
  }
  
  .about-feature,
  .service-item,
  .feature-item,
  .price-item,
  .team-member,
  .coreinfo-item,
  .blog-item {
    margin-bottom: 20px;
  }
  
  .service-img {
    height: 160px;
  }
  
  .feature-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  
  .price-amount {
    font-size: 36px;
  }
  
  .team-img img {
    height: 220px;
  }
  
  .contact-form {
    padding: 30px;
  }
  
  .gallery-item img {
    height: 200px;
  }
  
  footer {
    padding: 70px 0 30px;
  }
  
  .page-header {
    min-height: 350px;
  }
}

/* Extra Small Devices (up to 767px) */
@media (max-width: 767px) {
  .section-padding {
    padding: 60px 0;
  }
  
  .section-title {
    margin-bottom: 15px;
  }
  
  .section-subtitle {
    margin-bottom: 30px;
  }
  
  .hero-section {
    min-height: 450px;
    text-align: center;
  }
  
  .hero-content {
    padding: 0 15px;
  }
  
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .about-feature,
  .service-item,
  .feature-item,
  .price-item,
  .team-member,
  .coreinfo-item,
  .blog-item {
    margin-bottom: 20px;
  }
  
  .service-img {
    height: 180px;
  }
  
  .feature-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  
  .price-amount {
    font-size: 32px;
    margin: 15px 0;
  }
  
  .team-img img {
    height: 200px;
  }
  
  .contact-form {
    padding: 20px;
  }
  
  .form-control {
    margin-bottom: 20px;
  }
  
  .gallery-item {
    margin-bottom: 20px;
  }
  
  .gallery-item img {
    height: 180px;
  }
  
  footer {
    padding: 60px 0 30px;
    text-align: center;
  }
  
  footer h4 {
    margin-top: 30px;
  }
  
  .page-header {
    min-height: 300px;
    text-align: center;
  }
  
  .breadcrumb {
    justify-content: center;
  }
  
  /* Disable animations on mobile */
  @media (prefers-reduced-motion: reduce) {
    .animated {
      animation: none !important;
      transition: none !important;
    }
  }
  
  .swiper-container {
    overflow: hidden;
  }
  
  .swiper-button-next, 
  .swiper-button-prev {
    display: none !important;
  }
}

/* Very Small Devices (up to 575px) */
@media (max-width: 575px) {
  .section-padding {
    padding: 50px 0;
  }
  
  .hero-section {
    min-height: 400px;
  }
  
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .service-img {
    height: 160px;
  }
  
  .team-img img {
    height: 180px;
  }
  
  .gallery-item img {
    height: 160px;
  }
  
  .page-header {
    min-height: 250px;
  }
} 