/* Responsive Styles */

/* Header Responsive Styles */
@media (max-width: 767.98px) {
  .header-section {
    padding: 15px 0;
  }

  .logo-img {
    max-height: 50px;
  }

  .nav-links {
    justify-content: center;
    padding: 10px 0;
  }

  .nav-links a {
    margin: 0 10px;
    font-size: 0.9rem;
  }
}

@media (max-width: 575.98px) {
  .header-section {
    padding: 10px 0;
  }

  .logo-img {
    max-height: 54px;
  }

  .nav-links a {
    margin: 0 8px;
    font-size: 0.85rem;
  }
}

/* Hero Section Responsive Styles */
@media (max-width: 991.98px) {
  .hero-section {
    padding: 60px 0;
  }

  .hero-heading {
    font-size: 2.8rem;
  }

  .hero-subheading {
    font-size: 1.1rem;
  }

  .hero-image {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    padding: 50px 0;
  }

  .min-vh-75 {
    min-height: auto;
  }

  .hero-heading {
    font-size: 2.3rem;
  }

  .hero-subheading {
    font-size: 1.05rem;
  }

  .hero-cta {
    margin-top: 25px;
  }

  .hero-content {
    text-align: center;
  }

  .hero-image {
    margin-bottom: 20px;
  }
}

@media (max-width: 575.98px) {
  .hero-heading {
    font-size: 1.7rem;
  }

  .hero-subheading {
    font-size: 1rem;
  }

  .hero-btn {
    padding: 12px 25px;
    font-size: 1rem;
  }
}

/* Sections Responsive Styles */
@media (max-width: 991.98px) {
  .assan-section,
  .cure-pain-section,
  .services-section,
  .specialties-section {
    padding: 60px 0;
  }

  .assan-section {
    background-size: 150px auto, 150px auto;
  }

  .assan-section::before {
    background-size: 150px auto, 150px auto;
  }

  .cure-pain-section {
    background-size: 130px auto, 130px auto;
  }

  .cure-pain-section::before {
    background-size: 130px auto, 130px auto;
  }

  .services-section {
    background-size: 120px auto, 120px auto;
  }

  .services-section::before {
    background-size: 120px auto, 120px auto;
  }

  .specialties-section {
    background-size: 100px auto, 100px auto;
  }

  .specialties-section::before {
    background-size: 100px auto, 100px auto;
  }

  .assan-heading,
  .cure-pain-heading,
  .services-heading,
  .specialties-heading {
    font-size: 2.3rem;
  }

  .assan-description,
  .cure-pain-description,
  .services-description,
  .specialties-description {
    font-size: 1.05rem;
  }

  .center-yoga-image {
    max-width: 250px;
  }
}

@media (max-width: 767.98px) {
  .assan-section,
  .cure-pain-section,
  .services-section,
  .specialties-section {
    padding: 50px 0;
  }

  .assan-section {
    background-size: 100px auto, 100px auto;
  }

  .assan-section::before {
    background-size: 100px auto, 100px auto;
  }

  .cure-pain-section {
    background-size: 80px auto, 80px auto;
  }

  .cure-pain-section::before {
    background-size: 80px auto, 80px auto;
  }

  .services-section {
    background-size: 70px auto, 70px auto;
  }

  .services-section::before {
    background-size: 70px auto, 70px auto;
  }

  .specialties-section {
    background-size: 60px auto, 60px auto;
  }

  .specialties-section::before {
    background-size: 60px auto, 60px auto;
  }

  .assan-heading,
  .cure-pain-heading,
  .services-heading,
  .specialties-heading {
    font-size: 2rem;
  }

  .assan-description,
  .cure-pain-description,
  .services-description,
  .specialties-description {
    font-size: 1rem;
  }

  .cure-pain-card {
    border-radius: 15px 15px 15px 35px;
  }

  .assan-card-content,
  .cure-pain-card-content,
  .services-card-content {
    padding: 20px 15px;
  }

  .assan-card-title,
  .cure-pain-card-title,
  .services-card-title {
    font-size: 1.2rem;
  }

  .assan-card-description,
  .cure-pain-card-description,
  .services-card-description {
    font-size: 0.9rem;
  }

  .center-yoga-image {
    /* max-width: 200px; */
    margin-bottom: 30px;
  }

  .specialties-left,
  .specialties-right {
    padding: 10px 0;
  }

  .specialties-left .specialty-item,
  .specialties-right .specialty-item {
    justify-content: space-between;
    text-align: center;
    margin-bottom: 25px;
  }

  .specialties-left .specialty-item {
    flex-direction: row-reverse;
  }

  .specialties-left .specialty-icon,
  .specialties-right .specialty-icon {
    margin: 0 10px 0 0;
  }

  .specialties-left .specialty-item::after,
  .specialties-right .specialty-item::after {
    display: none;
  }

  .specialty-icon {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }

  .specialty-text h5 {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .assan-section,
  .cure-pain-section,
  .services-section,
  .specialties-section {
    padding: 40px 0;
    background-image: none;
  }

  .assan-section::before,
  .cure-pain-section::before,
  .services-section::before,
  .specialties-section::before {
    display: none;
  }

  .cure-pain-section {
    background-color: #f9f9f9;
  }

  .assan-heading,
  .cure-pain-heading,
  .services-heading,
  .specialties-heading {
    font-size: 1.5rem;
  }

  .assan-subheading,
  .cure-pain-subheading,
  .services-subheading,
  .specialties-subheading {
    font-size: 1rem;
  }

  .cure-pain-card {
    border-radius: 15px 15px 15px 25px;
  }

  .services-card {
    margin-bottom: 20px;
  }

  .center-yoga-image {
    max-width: 180px;
  }

  .specialty-item {
    margin-bottom: 20px;
  }

  .specialty-icon {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}

/* Testimonials Section Responsive Styles */
@media (max-width: 991.98px) {
  .testimonials-section {
    padding: 60px 0;
    background-size: 80px auto, 80px auto;
  }

  .testimonials-section::before {
    background-size: 80px auto, 80px auto;
  }

  .testimonials-heading {
    font-size: 2.3rem;
  }

  .testimonials-description {
    font-size: 1.05rem;
  }
}

@media (max-width: 767.98px) {
  .testimonials-section {
    padding: 50px 0;
    background-size: 50px auto, 50px auto;
  }

  .testimonials-section::before {
    background-size: 50px auto, 50px auto;
  }

  .testimonials-heading {
    font-size: 2rem;
  }

  .testimonials-description {
    font-size: 1rem;
  }

  .testimonial-card {
    padding: 25px 20px;
    margin-bottom: 25px;
  }

  .testimonial-avatar {
    width: 70px;
    height: 70px;
  }

  .testimonial-text {
    font-size: 0.95rem;
  }

  .testimonial-author h5 {
    font-size: 1.1rem;
  }

  .testimonial-author span {
    font-size: 0.85rem;
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 40px;
    height: 40px;
  }

  .carousel-control-prev {
    left: -20px;
  }

  .carousel-control-next {
    right: -20px;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 575.98px) {
  .testimonials-section {
    padding: 40px 0;
    background-image: none;
  }

  .testimonials-section::before {
    display: none;
  }

  .testimonials-heading {
    font-size: 1.7rem;
  }

  .testimonials-subheading {
    font-size: 1rem;
  }

  .testimonial-card {
    padding: 20px 15px;
  }

  .testimonial-avatar {
    width: 60px;
    height: 60px;
  }

  .star-rating i {
    font-size: 1rem;
  }

  .testimonial-text {
    font-size: 0.9rem;
  }

  .testimonial-text::before,
  .testimonial-text::after {
    font-size: 2rem;
  }
}

/* Footer Responsive Styles */
@media (max-width: 767.98px) {
  .footer-section {
    padding: 40px 0 0;
  }

  .footer-about,
  .footer-links,
  .footer-location {
    text-align: center;
    margin-bottom: 30px;
  }

  .social-icons {
    justify-content: center;
  }

  .map-container {
    margin-top: 20px;
  }

  .map-container iframe {
    height: 250px;
  }
}

@media (max-width: 575.98px) {
  .footer-section {
    padding: 30px 0 0;
  }

  .footer-about h5,
  .footer-links h5,
  .footer-location h5 {
    font-size: 1.1rem;
  }

  .footer-bottom {
    padding: 15px 0;
  }

  .footer-bottom p {
    font-size: 0.8rem;
    line-height: 1.4;
  }
}
