/* 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: 1199.98px) {
  .hero-content h1 {
    font-size: 3.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.3rem;
  }
  
  .section-title h2 {
    font-size: 2.2rem;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-padding {
    padding: 80px 0;
  }
  
  .hero-content h1 {
    font-size: 3rem;
  }
  
  .hero-subtitle {
    font-size: 1.2rem;
  }
  
  .section-title h2 {
    font-size: 2rem;
  }
  
  .about-feature {
    margin-bottom: 20px;
  }
  
  .services-card,
  .priceplan-card,
  .team-card,
  .blog-card {
    margin-bottom: 25px;
  }
  
  .services-card-title,
  .priceplan-card-header h4,
  .team-card-title,
  .blog-card-title {
    font-size: 1.3rem;
  }
  
  .services-card-price,
  .priceplan-card-price {
    font-size: 1.6rem;
  }
  
  .contact-info {
    margin-top: 30px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .section-padding {
    padding: 70px 0;
  }
  
  .hero-content h1 {
    font-size: 2.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .section-title {
    margin-bottom: 40px;
  }
  
  .section-title h2 {
    font-size: 1.8rem;
  }
  
  .about-img {
    margin-bottom: 30px;
  }
  
  .about-feature {
    margin-bottom: 20px;
  }
  
  .services-card,
  .priceplan-card,
  .team-card,
  .features-item,
  .coreinfo-card,
  .blog-card {
    margin-bottom: 20px;
  }
  
  .services-card-img,
  .blog-card-img {
    height: 180px;
  }
  
  .services-card-title,
  .priceplan-card-header h4,
  .team-card-title,
  .blog-card-title {
    font-size: 1.3rem;
  }
  
  .services-card-price,
  .priceplan-card-price {
    font-size: 1.6rem;
  }
  
  .priceplan-card {
    margin-bottom: 20px;
  }
  
  .contact-info {
    margin-top: 30px;
  }
  
  .footer-widget {
    margin-bottom: 30px;
  }
  
  .footer-widget h4 {
    margin-bottom: 20px;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .section-padding {
    padding: 60px 0;
  }
  
  .hero-content h1 {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .btn-primary,
  .btn-outline-primary {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
  
  .section-title {
    margin-bottom: 30px;
  }
  
  .section-title h2 {
    font-size: 1.6rem;
  }
  
  .section-title h2:after {
    width: 60px;
    bottom: -10px;
  }
  
  .about-img {
    margin-bottom: 30px;
  }
  
  .about-feature {
    margin-bottom: 20px;
  }
  
  .services-card,
  .priceplan-card,
  .team-card,
  .features-item,
  .coreinfo-card,
  .blog-card {
    margin-bottom: 20px;
  }
  
  .services-card-img,
  .blog-card-img {
    height: 160px;
  }
  
  .services-card-body,
  .blog-card-body {
    padding: 20px;
  }
  
  .services-card-title,
  .priceplan-card-header h4,
  .team-card-title,
  .blog-card-title {
    font-size: 1.2rem;
  }
  
  .services-card-price,
  .priceplan-card-price {
    font-size: 1.4rem;
  }
  
  .priceplan-card {
    padding: 30px 20px;
  }
  
  .contact-form {
    padding: 30px 20px;
  }
  
  .contact-info {
    margin-top: 30px;
    padding: 30px 20px;
  }
  
  .footer-widget {
    margin-bottom: 30px;
  }
  
  .footer-widget h4 {
    margin-bottom: 20px;
    font-size: 1.3rem;
  }
  
  .footer-brand {
    font-size: 1.6rem;
  }
  
  .footer-copyright {
    padding: 15px 0;
  }
  
  .footer-copyright small {
    font-size: 0.8rem;
  }
  
  /* Adjust swiper navigation on small screens */
  .swiper-button-next, 
  .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  
  .swiper-button-next:after, 
  .swiper-button-prev:after {
    font-size: 16px;
  }
  
  /* Disable animations on mobile to improve performance */
  .floating, 
  .rotating {
    animation: none;
  }
}

/* Specific adjustments for extremely small screens */
@media (max-width: 380px) {
  .hero-content h1 {
    font-size: 1.8rem;
  }
  
  .hero-subtitle {
    font-size: 0.9rem;
  }
  
  .btn-primary,
  .btn-outline-primary {
    padding: 8px 15px;
    font-size: 0.85rem;
  }
  
  .section-title h2 {
    font-size: 1.4rem;
  }
  
  .services-card-title,
  .priceplan-card-header h4,
  .team-card-title,
  .blog-card-title {
    font-size: 1.1rem;
  }
  
  .services-card-price,
  .priceplan-card-price {
    font-size: 1.3rem;
  }
} 