/* Responsive CSS */

@media (max-width: 1199.98px) {
  .hero-section {
    padding: 160px 0 80px;
  }
  
  .about-feature i,
  .feature-item i,
  .coreinfo-item i {
    font-size: 40px;
  }
  
  .team-img {
    height: 270px;
  }
}

@media (max-width: 991.98px) {
  h1 {
    font-size: 2.5rem;
  }
  
  h2 {
    font-size: 2rem;
  }
  
  .hero-section {
    padding: 140px 0 60px;
  }
  
  .section-title {
    margin-bottom: 40px;
  }
  
  .about-section,
  .services-section,
  .features-section,
  .priceplan-section,
  .team-section,
  .reviews-section,
  .coreinfo-section,
  .contact-section,
  .blog-section,
  .faq-section,
  .gallery-section {
    padding: 80px 0;
  }
  
  .team-img {
    height: 230px;
  }
  
  footer {
    padding: 60px 0 20px;
  }
  
  .navbar-collapse {
    background-color: var(--white);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  
  .navbar-nav {
    margin-top: 15px;
  }
  
  .nav-link {
    padding: 10px 0;
  }
  
  .page-header {
    padding: 100px 0 50px;
  }
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 2.2rem;
  }
  
  h2 {
    font-size: 1.8rem;
  }
  
  .hero-section {
    padding: 120px 0 50px;
    text-align: center;
  }
  
  .hero-section::before {
    width: 100%;
    right: 0;
    transform: skewY(-5deg);
    top: 70%;
    height: 50%;
  }
  
  .hero-img {
    margin-top: 40px;
  }
  
  .about-section,
  .services-section,
  .features-section,
  .priceplan-section,
  .team-section,
  .reviews-section,
  .coreinfo-section,
  .contact-section,
  .blog-section,
  .faq-section,
  .gallery-section {
    padding: 60px 0;
  }
  
  .section-title {
    margin-bottom: 30px;
  }
  
  .team-img {
    height: 300px;
  }
  
  .contact-form {
    margin-top: 40px;
    padding: 30px;
  }
  
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  
  footer {
    padding: 50px 0 20px;
    text-align: center;
  }
  
  footer h4 {
    margin-top: 30px;
  }
  
  footer .col-lg-3:first-child h4 {
    margin-top: 0;
  }
  
  .page-header {
    padding: 90px 0 40px;
  }
  
  /* Adjust all animations to be less pronounced on mobile */
  @media (prefers-reduced-motion: no-preference) {
    .fade-in, .slide-in-left, .slide-in-right {
      animation-duration: 0.4s;
    }
  }
}

@media (max-width: 575.98px) {
  h1 {
    font-size: 2rem;
  }
  
  h2 {
    font-size: 1.6rem;
  }
  
  .hero-section {
    padding: 100px 0 40px;
  }
  
  .about-section,
  .services-section,
  .features-section,
  .priceplan-section,
  .team-section,
  .reviews-section,
  .coreinfo-section,
  .contact-section,
  .blog-section,
  .faq-section,
  .gallery-section {
    padding: 50px 0;
  }
  
  .navbar-brand {
    font-size: 20px;
  }
  
  .contact-form {
    padding: 20px;
  }
  
  .accordion-button {
    padding: 15px;
    font-size: 16px;
  }
  
  .accordion-body {
    padding: 15px;
  }
  
  .page-header {
    padding: 80px 0 30px;
  }
  
  /* Disable animations on very small screens */
  .fade-in, .slide-in-left, .slide-in-right {
    animation: none;
  }
}

/* Disable animations when reduced motion is preferred */
@media (prefers-reduced-motion: reduce) {
  .fade-in, .slide-in-left, .slide-in-right {
    animation: none;
  }
  
  .swiper-container {
    --swiper-autoplay-delay: 0 !important;
  }
} 