/* Responsive Styles for Mature Interests Template */

/* Large Desktops (1200px and up) */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  
  .hero-title {
    font-size: 4rem;
  }
  
  .hero-subtitle {
    font-size: 1.8rem;
  }
}

/* Desktops and Laptops (992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-title {
    font-size: 3.2rem;
  }
  
  .hero-subtitle {
    font-size: 1.5rem;
  }
  
  .section-padding {
    padding: 90px 0;
  }
}

/* Tablets (768px to 991px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-title {
    font-size: 2.8rem;
  }
  
  .hero-subtitle {
    font-size: 1.3rem;
  }
  
  .section-padding {
    padding: 70px 0;
  }
  
  .section-title h2 {
    font-size: 2.2rem;
  }
  
  .service-item, .price-item, .blog-item, .coreinfo-item {
    margin-bottom: 30px;
  }
  
  .contact-form {
    margin-bottom: 30px;
  }
  
  .team-member {
    margin-bottom: 30px;
  }
}

/* Mobile Landscape (576px to 767px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .hero-section {
    height: auto;
    padding: 100px 0;
  }
  
  .hero-title {
    font-size: 2.5rem;
    text-align: center;
  }
  
  .hero-subtitle {
    font-size: 1.2rem;
    text-align: center;
  }
  
  .hero-image {
    margin-top: 30px;
  }
  
  .section-padding {
    padding: 60px 0;
  }
  
  .section-title {
    margin-bottom: 40px;
    text-align: center;
  }
  
  .section-title h2 {
    font-size: 2rem;
  }
  
  .section-title h2:after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .about-feature, .service-item, .feature-item, .price-item, 
  .team-member, .blog-item, .coreinfo-item {
    margin-bottom: 30px;
  }
  
  .navbar-brand {
    font-size: 1.5rem;
  }
  
  footer {
    padding: 50px 0 20px;
  }
  
  .footer-widget {
    margin-bottom: 30px;
  }
}

/* Mobile Portrait (up to 575px) */
@media (max-width: 575.98px) {
  .hero-section {
    height: auto;
    padding: 80px 0;
  }
  
  .hero-title {
    font-size: 2rem;
    text-align: center;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
    text-align: center;
  }
  
  .hero-image {
    margin-top: 30px;
  }
  
  .btn {
    padding: 0.7rem 1.5rem;
    font-size: 0.9rem;
  }
  
  .section-padding {
    padding: 50px 0;
  }
  
  .section-title {
    margin-bottom: 30px;
    text-align: center;
  }
  
  .section-title h2 {
    font-size: 1.8rem;
  }
  
  .section-title h2:after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .navbar-brand {
    font-size: 1.4rem;
  }
  
  .about-feature, .service-item, .feature-item, .price-item, 
  .team-member, .blog-item, .coreinfo-item {
    margin-bottom: 25px;
  }
  
  .contact-form {
    padding: 20px;
  }
  
  .review-item {
    padding: 20px;
  }
  
  footer {
    padding: 40px 0 20px;
  }
  
  .footer-widget {
    margin-bottom: 25px;
  }
  
  .price {
    font-size: 2rem;
  }
  
  .page-header {
    padding: 80px 0 40px;
  }
  
  .page-title {
    font-size: 2.2rem;
  }
}

/* For prefers-reduced-motion accessibility */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  
  .float-animation {
    animation: none !important;
  }
  
  .swiper-container {
    --swiper-autoplay-delay: 0;
  }
} 