/* 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-title-1 {
    font-size: 3rem;
  }
  
  .section-title h2 {
    font-size: 2.25rem;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  section {
    padding: 4rem 0;
  }
  
  .hero-section {
    height: auto;
    padding: 6rem 0;
  }
  
  .hero-title-1 {
    font-size: 2.5rem;
  }
  
  .hero-subtitle-1 {
    font-size: 1.25rem;
  }
  
  .section-title h2 {
    font-size: 2rem;
  }
  
  .about-image {
    margin-bottom: 3rem;
  }
  
  .services-item,
  .priceplan-item,
  .team-member,
  .blog-item {
    margin-bottom: 2.5rem;
  }
  
  .contact-info {
    margin-top: 2.5rem;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  section {
    padding: 3.5rem 0;
  }
  
  .hero-section {
    height: auto;
    padding: 5rem 0;
    text-align: center;
  }
  
  .hero-content {
    margin-bottom: 3rem;
  }
  
  .hero-title-1 {
    font-size: 2.25rem;
  }
  
  .hero-subtitle-1 {
    font-size: 1.15rem;
  }
  
  .section-title h2 {
    font-size: 1.85rem;
  }
  
  .about-image {
    margin-bottom: 2.5rem;
  }
  
  .services-item,
  .priceplan-item,
  .team-member,
  .blog-item {
    margin-bottom: 2rem;
  }
  
  .contact-form {
    padding: 2rem;
  }
  
  .contact-info {
    margin-top: 2rem;
    padding: 2rem;
  }
  
  footer {
    padding: 4rem 0 2rem;
  }
  
  .footer-widget {
    margin-bottom: 2rem;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  section {
    padding: 3rem 0;
  }
  
  .hero-section {
    height: auto;
    padding: 4rem 0 3rem;
    text-align: center;
  }
  
  .hero-content {
    margin-bottom: 2.5rem;
  }
  
  .hero-title-1 {
    font-size: 2rem;
  }
  
  .hero-subtitle-1 {
    font-size: 1.1rem;
  }
  
  .section-title h2 {
    font-size: 1.75rem;
  }
  
  .section-title h2:after {
    width: 40px;
  }
  
  .services-item,
  .priceplan-item,
  .team-member,
  .features-item,
  .coreinfo-item,
  .blog-item {
    margin-bottom: 1.5rem;
  }
  
  .services-item,
  .contact-form {
    padding: 1.5rem;
  }
  
  .contact-info {
    margin-top: 1.5rem;
    padding: 1.5rem;
  }
  
  footer {
    padding: 3rem 0 1.5rem;
  }
  
  .footer-widget {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  
  .footer-links {
    text-align: center;
  }
  
  .footer-bottom {
    text-align: center;
  }
  
  .reviews-item {
    padding: 1.5rem;
  }
  
  .reviews-item-author {
    flex-direction: column;
    text-align: center;
  }
  
  .reviews-item-author-image {
    margin: 0 auto 1rem;
  }
  
  .accordion-button {
    padding: 1rem;
  }
  
  .accordion-body {
overflow-x: hidden;
    padding: 1rem;
  }
}

/* Fix for prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  
  .swiper-container,
  .swiper-wrapper {
    transition-property: none !important;
  }
} 