/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-title {
    font-size: 3.5rem;
  }
  
  .service-img {
    height: 180px;
  }
  
  .team-img {
    height: 250px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
  
  .section-title h2 {
    font-size: 2.2rem;
  }
  
  .hero-title {
    font-size: 3rem;
  }
  
  .hero-subtitle {
    font-size: 1.3rem;
  }
  
  .about-feature {
    margin-bottom: 30px;
  }
  
  .service-item {
    margin-bottom: 30px;
  }
  
  .feature-item {
    margin-bottom: 30px;
  }
  
  .price-item {
    margin-bottom: 30px;
  }
  
  .team-member {
    margin-bottom: 30px;
  }
  
  .blog-item {
    margin-bottom: 30px;
  }
  
  .contact-form {
    margin-bottom: 50px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
  .section-padding {
    padding: 60px 0;
  }
  
  .section-title {
    margin-bottom: 40px;
  }
  
  .section-title h2 {
    font-size: 2rem;
  }
  
  .hero {
    height: auto;
    padding: 150px 0 100px;
  }
  
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.2rem;
  }
  
  .about-feature {
    margin-bottom: 30px;
  }
  
  .service-item {
    margin-bottom: 30px;
  }
  
  .feature-item {
    margin-bottom: 30px;
  }
  
  .price-item {
    margin-bottom: 30px;
  }
  
  .team-member {
    margin-bottom: 30px;
  }
  
  .review-item {
    margin: 20px 10px;
  }
  
  .core-info-item {
    margin-bottom: 30px;
  }
  
  .blog-item {
    margin-bottom: 30px;
  }
  
  .contact-form {
    margin-bottom: 50px;
  }
  
  .footer-widget {
    margin-bottom: 30px;
  }
  
  .breadcrumb-section {
    padding: 120px 0 80px;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
  .section-padding {
    padding: 50px 0;
  }
  
  .section-title {
    margin-bottom: 30px;
  }
  
  .section-title h2 {
    font-size: 1.8rem;
  }
  
  .section-title h2:after {
    width: 40%;
  }
  
  .hero {
    height: auto;
    padding: 130px 0 80px;
    text-align: center;
  }
  
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .about-feature {
    margin-bottom: 30px;
  }
  
  .service-item {
    margin-bottom: 30px;
  }
  
  .feature-item {
    margin-bottom: 30px;
  }
  
  .price-item {
    margin-bottom: 30px;
  }
  
  .team-member {
    margin-bottom: 30px;
  }
  
  .review-item {
    margin: 20px 0;
  }
  
  .core-info-item {
    margin-bottom: 30px;
  }
  
  .blog-item {
    margin-bottom: 30px;
  }
  
  .contact-form {
    padding: 30px 20px;
    margin-bottom: 40px;
  }
  
  .footer-widget {
    margin-bottom: 30px;
  }
  
  .breadcrumb-section {
    padding: 100px 0 60px;
  }
  
  .footer-bottom {
    text-align: center;
  }
  
  #site-copyright {
    text-align: center;
    margin-top: 10px;
  }
  
  .navbar-brand {
    font-size: 1.5rem;
  }
} 