@media (max-width: 600px) {

  .navmenu .mainmenu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        width: 100%;
        padding: 20px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 999;
    }

    .navmenu .mainmenu.active {
        display: flex !important;
    }

    .navmenu .menu {
        flex-direction: column;
       
        gap: 15px;
    }

    .navmenu .menu li a {
        color: #333 !important;
        font-size: 16px;
        padding: 10px 0;
        text-align: left;
        
    }

    .mobilemenu {
        display: flex;
    }
 

  .hero-ayurveda .hero-text {
    padding-right: 0;
    margin-top: 30px;
    text-align: center;
  }

  .hero-ayurveda h2 {
    font-size: 28px;
  }

  .hero-ayurveda p {
    font-size: 16px;
  }

  .hero-ayurveda .hero-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
  }

  .hero-ayurveda .btn {
    font-size: 14px;
    padding: 10px 20px;
    margin-right: 0;
  }

  .hero-ayurveda .patient-info {
    font-size: 12px;
    text-align: center;
  }

  .hero-ayurveda .hero-image img {
    width: 100%;
    border-radius: 6px;
  }

  .hero-ayurveda .info-box {
    position: static;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
  }

  .hero-ayurveda .info-box p {
    font-size: 13px;
  }

  .aboutsection {
    padding: 50px 0px;
  }

  .about-content h2 {
    font-size: 24px;
    line-height: 36px;

  }

  .about-content span {
    font-size: 15px;

  }

  .about-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .abt-primary,
  .abt-secondary {
    width: 100%;
    text-align: center;
  }

  .stats {

    gap: 10px;
    margin-top: 20px;
  }

  .learn-more {
    margin-top: 20px;
  }

  .more-abtsec {
    padding: 80px 0px;
  }

  .moreabt-title h2 {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .moreabt-title h4 {
    font-size: 15px;
    margin-bottom: 0px;

  }

  .img-wrap img {
    max-width: 250px;
    margin: 20px auto;
  }

  .stamp {
    left: 90px;
  }

  .info-block h3 {
    font-size: 18px;
  }

  .info-block {
    margin-bottom: 20px;
  }

  .package-head {
    display: block;
  }

  .pg-head h2 {
    font-size: 28px;
    text-align: left;
    margin-bottom: 0px !important;
  }

  .package-card1 img,
  .package-card img {
    height: 250px;
  }

  .overlay-content h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .overlay-content p {
    font-size: 13px;
  }

  .overlay-content .read-more {
    font-size: 13px;
    padding: 6px 12px;
  }
  
  .icon-circle {
    width: 50px;
    height: 50px;
    margin-bottom: 12px;
  }

  .icon-circle img {
    width: 24px;
    height: 24px;
  }
     .amenity-img {
      display: none;
    }

   
    .amenityhead h2 {
        font-size: 28px;
        text-align: center;
    }

    .amenityhead p {
        text-align: center;
        max-width: 100%;
        font-size: 15px;
        margin-bottom: 20px;
    }

    .amenitycard {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .amenity-icon {
        height: 60px;
        width: 60px;
    }

    .amenity-icon img {
        width: 28px;
        height: 28px;
    }

    .amenity-title h6 {
        font-size: 15px;
    }
      .choose-img {
    width: 260px;
    height: 260px;
    margin: 30px auto;
  }

  .choose-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .choose-text h5 {
    font-size: 16px;
  }

  .choose-text p {
    font-size: 13px;
  }

  .choose-icon {
    margin-bottom: 10px;
  }
 
  .doc-content h2 {
    font-size: 26px;
  }

  .doc-content h4 {
    font-size: 16px;
  }

.doc-content {
  padding: 0px;
}
 
  .social-icon {
    justify-content: center;
    margin-top: 20px;
  }

  .social-icon a i {
    font-size: 20px;
  }

  .owl-nav i {
    font-size: 22px;
  }

  .owl-dot {
    width: 10px;
    height: 10px;
  }
   .cta-sec {
    justify-content: center;
    padding: 0 20px;
    text-align: center;
  }

  .cta-content {
    text-align: center;
    padding: 40px 0;
    max-width: 100%;
    margin: 0 auto;
  }

  .cta-content h2 {
    font-size: 26px;
    line-height: 1.4;
  }

  .cta-content h2 strong {
    font-size: 30px;
  }

  .cta-content p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .cta-content a {
    padding: 10px 25px;
    font-size: 14px;
  }
 .testimonial-text {
    font-size: 16px;
    line-height: 1.5;
    margin: 15px 0;
  }

  .testi-head h2 {
    font-size: 28px;
    text-align: center;
  }

  .slider {
    flex-direction: column;
    gap: 15px;
  }

  .testimonial-card {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px;
  }

  .custom-nav {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .nav-buttons {
    justify-content: center;
  }

  .nav-buttons button {
    width: 36px;
    height: 36px;
    font-size: 16px;
    margin-bottom: 20px;
  }

  .profile {
    flex-direction: row;
    align-items: flex-start;
  }

  .profile img {
    width: 40px;
    height: 40px;
  }

  .profile-info h5 {
    font-size: 16px;
  }

  .profile-info p {
    font-size: 14px;
  }

  .qutotation img,
  .rightqutotation img {
    width: 40px;
    height: 40px;
  }

  .choose-img {
    margin-left: 0;
    text-align: center;
  }

  .rightqutotation {
    justify-content: center;
  }
}