/* Responsive Styles */

/* 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: 42px;
  }
  
  .section-title h2 {
    font-size: 32px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  section {
    padding: 70px 0;
  }
  
  .hero-section {
    height: 70vh;
    min-height: 450px;
  }
  
  .hero-content h1 {
    font-size: 36px;
  }
  
  .hero-content p {
    font-size: 16px;
  }
  
  .section-title h2 {
    font-size: 28px;
  }
  
  .service-card,
  .feature-item,
  .pricing-card,
  .team-card,
  .blog-card {
    margin-bottom: 25px;
  }
  
  .service-title {
    font-size: 20px;
  }
  
  .service-price,
  .pricing-price {
    font-size: 28px;
  }
  
  .testimonial-card {
    padding: 25px;
  }
  
  .contact-form {
    padding: 30px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  section {
    padding: 60px 0;
  }
  
  .hero-section {
    height: auto;
    min-height: 400px;
    padding: 120px 0 80px;
  }
  
  .hero-content {
    text-align: center;
    margin-bottom: 40px;
  }
  
  .hero-content h1 {
    font-size: 32px;
  }
  
  .hero-content p {
    font-size: 16px;
    margin: 0 auto 30px;
  }
  
  .section-title {
    margin-bottom: 40px;
  }
  
  .section-title h2 {
    font-size: 26px;
  }
  
  .about-image {
    margin-bottom: 30px;
  }
  
  .about-content {
    text-align: center;
  }
  
  .feature-card,
  .service-card,
  .feature-item,
  .pricing-card,
  .team-card,
  .coreinfo-item,
  .blog-card {
    margin-bottom: 20px;
  }
  
  .service-title {
    font-size: 19px;
  }
  
  .service-price,
  .pricing-price {
    font-size: 26px;
  }
  
  .testimonial-card {
    padding: 25px 20px;
  }
  
  .contact-form {
    padding: 25px;
    margin-bottom: 40px;
  }
  
  footer {
    padding: 60px 0 30px;
  }
  
  .footer-widget {
    margin-bottom: 30px;
  }
  
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  
  .inner-page-header {
    height: 250px;
    padding: 100px 0 50px;
  }
  
  .inner-page-title {
    font-size: 36px;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  section {
    padding: 50px 0;
  }
  
  .hero-section {
    height: auto;
    min-height: 350px;
    padding: 100px 0 60px;
  }
  
  .hero-content {
    text-align: center;
    margin-bottom: 40px;
  }
  
  .hero-content h1 {
    font-size: 28px;
  }
  
  .hero-content p {
    font-size: 15px;
    margin: 0 auto 25px;
  }
  
  .btn {
    padding: 10px 25px;
    font-size: 14px;
  }
  
  .section-title {
    margin-bottom: 30px;
  }
  
  .section-title h2 {
    font-size: 24px;
  }
  
  .about-image {
    margin-bottom: 30px;
  }
  
  .about-content {
    text-align: center;
  }
  
  .feature-card,
  .service-card,
  .feature-item,
  .pricing-card,
  .team-card,
  .coreinfo-item,
  .blog-card {
    margin-bottom: 20px;
    padding: 20px;
  }
  
  .service-title {
    font-size: 18px;
  }
  
  .service-price,
  .pricing-price {
    font-size: 24px;
  }
  
  .testimonial-card {
    padding: 20px 15px;
  }
  
  .testimonial-card::before {
    font-size: 24px;
  }
  
  .contact-form {
    padding: 20px;
    margin-bottom: 40px;
  }
  
  .form-control {
    height: 45px;
    padding: 8px 15px;
  }
  
  textarea.form-control {
    height: 120px;
  }
  
  footer {
    padding: 50px 0 20px;
    text-align: center;
  }
  
  .footer-widget {
    margin-bottom: 30px;
  }
  
  .footer-heading::after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  
  .inner-page-header {
    height: 200px;
    padding: 80px 0 40px;
  }
  
  .inner-page-title {
    font-size: 30px;
  }
  
  .inner-page-section {
    padding: 50px 0;
  }
  
  .inner-page-card {
    padding: 20px;
  }
  
  .shape {
    display: none;
  }
}

/* Media query for prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  
  .swiper-slide {
    transition: none !important;
  }
  
  .feature-card:hover,
  .service-card:hover,
  .feature-item:hover,
  .pricing-card:hover,
  .team-card:hover,
  .coreinfo-item:hover,
  .blog-card:hover,
  .inner-page-card:hover {
    transform: none !important;
  }
  
  .team-card:hover .team-image img,
  .blog-card:hover .blog-image img {
    transform: none !important;
  }
} 