/* Responsive CSS File - High-Net-Worth Market Insights Template */

/* 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) {
  h1, .hero-title-1 {
    font-size: 3.2rem;
  }
  
  h2 {
    font-size: 2.5rem;
  }
  
  h3 {
    font-size: 2rem;
  }
  
  .service-card {
    padding: 2rem;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  h1, .hero-title-1 {
    font-size: 2.8rem;
  }
  
  h2 {
    font-size: 2.2rem;
  }
  
  h3 {
    font-size: 1.8rem;
  }
  
  section {
    padding: 4rem 0;
  }
  
  .hero-content {
    padding: 4rem 0;
  }
  
  .service-card,
  .about-feature,
  .price-card,
  .core-info-item {
    margin-bottom: 2rem;
  }
  
  .review-item {
    padding: 2rem;
    margin: 1.5rem 0.5rem;
  }
  
  .contact-form {
    padding: 2.5rem;
  }
  
  .team-member {
    margin-bottom: 3rem;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  h1, .hero-title-1 {
    font-size: 2.5rem;
  }
  
  h2 {
    font-size: 2rem;
  }
  
  h3 {
    font-size: 1.6rem;
  }
  
  section {
    padding: 3rem 0;
  }
  
  .hero-content {
    padding: 3rem 0;
    text-align: center;
  }
  
  .hero-desc-1 {
    margin-left: auto;
    margin-right: auto;
  }
  
  .about-img {
    margin-bottom: 2rem;
  }
  
  .service-card,
  .about-feature,
  .price-card,
  .core-info-item,
  .team-member,
  .blog-card {
    margin-bottom: 2rem;
  }
  
  .review-item {
    padding: 1.5rem;
    margin: 1rem 0.5rem;
  }
  
  .review-text::before {
    font-size: 4rem;
    top: -2rem;
  }
  
  .contact-form {
    padding: 2rem;
  }
  
  .footer-top .col-md-6 {
    margin-bottom: 2rem;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  h1, .hero-title-1 {
    font-size: 2.2rem;
  }
  
  h2 {
    font-size: 1.8rem;
  }
  
  h3 {
    font-size: 1.5rem;
  }
  
  section {
    padding: 2.5rem 0;
  }
  
  .hero-content {
    padding: 2.5rem 0;
    text-align: center;
  }
  
  .hero-subtitle-1 {
    font-size: 1.2rem;
  }
  
  .hero-desc-1 {
    margin-left: auto;
    margin-right: auto;
  }
  
  .about-img {
    margin-bottom: 2rem;
  }
  
  .section-title,
  .section-subtitle,
  .section-desc {
    margin-bottom: 1.5rem;
  }
  
  .service-card,
  .about-feature,
  .price-card,
  .core-info-item,
  .team-member,
  .blog-card {
    margin-bottom: 1.5rem;
  }
  
  .review-item {
    padding: 1.5rem;
    margin: 1rem 0;
  }
  
  .review-text::before {
    font-size: 3.5rem;
    top: -1.5rem;
  }
  
  .contact-form {
    padding: 1.5rem;
  }
  
  .footer-top .col-md-6 {
    margin-bottom: 2rem;
  }
  
  .gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
  
  .gallery-item {
    height: 150px;
  }
  
  .accordion-button {
    padding: 1rem;
  }
  
  .accordion-body {
overflow-x: hidden;
    padding: 1rem;
  }
}

/* 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-container {
    --swiper-autoplay-delay: 0;
  }
  
  .nav-link::after,
  .service-card::before,
  .service-card:hover,
  .about-feature:hover,
  .price-card:hover,
  .core-info-item:hover,
  .blog-card:hover,
  .gallery-item:hover .gallery-img,
  .blog-card:hover .blog-img img {
    transition: none;
    transform: none;
  }
} 