@media all and (min-width: 350px) {

    /* --------- LANDING PAGE STARTS --------- */
    .OthersWrapper {
        padding: 0% 0%;
    }

    .CourseViewWrapper {
        padding: 0% 0%;
    }

    .hidden_section {
        height: 90px;
    }



    .whatsappChat {
        top: 93%;
        left: 72.5%;
        width: 105px;
        z-index: 5555;
    }

    /*INDEX PAGE STYLE STARTS*/
    .heroSlideLandingrLanding {
        position: relative;
        width: 100%;
        height: 100vh;
        overflow: hidden;
    }

 
    .SlideLanding-content {
        position: absolute;
        top: 25%;
        padding: 20px;
        left: 0%;
        color: #fff;
        width: 100%;
    }

    .extra-services-section.modern {
        padding: 40px 3%;
        background: linear-gradient(210deg, var(--themeColorRGBA02) 45%, #f9fbff 40%, #eef7ff 100%);
        overflow: hidden;
        position: relative;
    }

    .cta-section {
        margin-top: 20px;
        padding: 25px;
        text-align: center;
        background: white;
        border-radius: 25px;
        backdrop-filter: blur(14px);
        border: 1px solid rgba(255, 255, 255, 0.5);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    }

    .cta-section h2 {
        font-size: 2.5em;
        font-weight: bold;
        margin-bottom: 15px;
        color: #133154;
        font-family: var(--fontFamilyCabinetGrotesk);
    }

    .inAppointContainer {
        padding: 5% 5%;
    }

    .containerBook {}

    .day-card {
        padding: 15px 20px;
        margin: 10px 0;
        width: 140px;
        border-radius: 18px;
        background: transparent;
        border: 1px solid var(--secondaryColor);
        animation: fadeIn 0.7s ease forwards;
        transform: translateY(15px);
        opacity: 0;
    }

    .services-section {
        text-align: center;
        padding: 10px 0px;
    }

    #inAboutSection .container-fluid {
        padding: 0% 18px;
    }

    .hero-wrapper {
        position: relative;
        padding: 5% 5%;
        background: linear-gradient(135deg, #E6F7FA, #ffffff);
    }

    .hero-content {
        padding-left: 0px;
        position: relative;
    }

    .emergency-content {
        padding-left: 00px;
    }

    .why-aligners {
        padding: 20px 0%;
        position: relative;
    }

    .aligner-hero {
        position: relative;
        display: block;
        padding: 5% 0% 5% 0%;
        color: white;
        overflow: hidden;
    }

    #inWhoWeServe .container-fluid {
        padding: 0% 5%;
    }

    .featureCardAligners {
        background: rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(12px);
        border-radius: 18px;
        padding: 20px 10px;
        text-align: center;
        margin-bottom: 15px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
        transition: 0.3s ease;
        position: relative;
    }

    .location-section {
        padding: 20px 5%;
        position: relative;
        background: linear-gradient(135deg, #eaf4ff, #f9fcff);
        overflow: hidden;
    }

    #inWhyUs .container-fluid {
        padding: 0% 4%;
    }

    .containerWhyUs {
        padding: 0px 0px 0px 2px;
    }

    .why-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 10px;
        margin-bottom: 25px;
    }

    .rattingWrapper {
        border-radius: 15px;
    }

    .rattingWrapper::before {
        border-radius: 15px;
    }

    .rating-section {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 50px 10px;
        flex-wrap: wrap;
    }

    .rating-content {
        width: 95%;
        color: white;
        padding-left: 0px;
    }

    .stats-section {
        margin: 10px 0px;
        width: 95%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        text-align: center;
    }

    .rating-content h2 {
        font-size: 2.5em;
        font-weight: bold;
        margin: 0px 0px 40px 0px;
        font-family: var(--fontFamilyCabinetGrotesk);
    }

    #heroSlider .SectionHeadComp h2 {
        text-align: center;
        font-size: 3.4em;
        padding: 0% 0%;
        line-height: 55px;
        font-family: var(--fontFamilyCabinetGrotesk);
        /* Gradient Text */
        background: var(--bgImage);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    /* MAIN CONTAINER */
    .testimonialWrapper {
        margin-top: 0%;
    }

    .hero-slides {
        display: flex;
        animation: marqueeScroll 3s linear infinite;
    }

    .footerSection {
        background: var(--bgImage);
        position: relative;
        padding: 80px 10px 40px 20px;
        overflow: hidden;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .footerContainer {
        position: relative;
        z-index: 2;
    }

    .copyrightComp {
        text-align: left;
        font-size: 12px;
    }

    .copyrightComp h5 {
        padding-top: 15px;
    }

    .copyrightComp h6 {
        line-height: 20px;
    }

    .connect-btn {
        position: fixed;
        bottom: 20px;
        right: 15px;
        color: white;
        background: var(--secondaryColor);
        border: none;
        border-radius: 5px;
        padding: 10px 13px;
        font-size: 12px;
        display: flex;
        align-items: center;
        gap: 10px;
        z-index: 5555555;
        cursor: pointer;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease;
    }

    #sideBtnComp {
        top: 92%;
        height: 40px;
    }

    #sideBtnComp.show {
        right: -10px;
    }

    .service-card h3 {
        font-size: 24px;
        margin: 8px 0;
        font-family: var(--fontFamilyCabinetGrotesk);
        color: #222;
    }

    .service-card p {
        font-size: 16px;
        color: #666;
        font-family: var(--fontFamilyHKGrotesk);
        line-height: 1.6;
    }

    .service-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
        gap: 15px;
        max-width: 1200px;
        margin: auto;
    }

    .alignerWrapper {
        background: #0e8aa7;
        padding: 15px;
    }

    .aligner-content h2 {
        font-size: 42px;
        font-weight: 700;
        margin: 0px;
        font-family: var(--fontFamilyCabinetGrotesk);
    }

    .features-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
        gap: 15px;
        margin-top: 35px;
    }

    .feature-card {
        background: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(14px);
        border-radius: 20px;
        padding: 15px;
        text-align: center;
        border: 1px solid rgba(255, 255, 255, 0.5);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
        position: relative;
        transition: .4s ease;
        overflow: hidden;
    }

    /*INDEX PAGE STYLE ENDS*/
    .ds-cta h2 {
        font-size: 2em;
        font-weight: 800;
        font-family: var(--fontFamilyCabinetGrotesk);
        color: var(--themeColor);
        text-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    }

    .hero-landing {
        position: relative;
        padding: 15px 10px 20px 10px; 
        border-radius: 15px;
        overflow: hidden;
        background: linear-gradient(135deg, var(--bg1) 0%, #28b9c9 35%, var(--bg2) 100%);
        color: #fff;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        box-shadow: 0 20px 60px rgba(34, 60, 80, 0.18);
    }
 .hero-visual {
        margin-top: 15px;
        position: relative
    }
        .aboutUsWrapper .section{
padding:00px 0;
}
.aboutUsWrapper  .container{
    padding: 0px;
}
.image-card img{ 
        border-radius: 20px; 
    }
      .dental-full-section {
  position: relative;
  padding: 00px 10px;
  background: linear-gradient(180deg, #f5fcff 0%, #e6f7ff 100%);
  overflow: hidden;
  margin-top: 5%;
  border-radius: 45px;
  }
  #policyTab .section{
margin-bottom:0px;
padding:10px 1%;
background:var(--card);
border-radius:12px;
border:1px solid rgba(15,23,42,0.03);
}
.services-hero-section {
padding: 15px 0 80px;
border-radius: 15px; 
margin: 25px 0px 0px 0px; 
}
.services-main-container {
max-width: 1300px;
margin: 0 auto;
padding: 0 0px;
}
.services-stats-section {
padding: 20px 0; 
color: #ffffff;
border-radius: 15px;
}
.statNumber {
font-size: 30px;
font-weight: 800;
display: block;
color: var(--themeColor);
font-family: var(--fontFamilyCabinetGrotesk);
margin-bottom: 10px;
}
.services-approach-title {
font-size: 42px;
font-weight: 800;
color: #1a202c;
font-family:var(--fontFamilyCabinetGrotesk);
text-align: center;
margin-bottom: 10px;
}
.services-cta-section {
padding: 20px 0;
background: #ffffff;
border-radius: 15px;
text-align: center;
}
.about-hero-title {
font-size: 26px;
font-weight: 800;
color: #1a202c;
font-family: var(--fontFamilyCabinetGrotesk);
margin-bottom: 30px;
line-height: 1.2;
max-width: 900px;
margin-left: auto;
margin-right: auto;
}
.about-hero-section {
padding: 20px 10px 15px 10px;
background: #ffffff;
text-align: center;
border-radius: 0px 0px 15px 15px;
position: relative;
margin: 25px 0px 25px 0px;
}
.about-overview-section {
padding: 2px 20px;
background: white;
border-radius: 15px;
margin: 15px 0px;
}
.about-specialties-section {
padding: 20px 10px;
background: #f7fafc;
border-radius: 15px;
margin: 15px 0px;
}
.about-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 0px;
}
.about-whyus-section {
padding: 20px 15px;
background: #ffffff;
border-radius: 15px;
margin: 25px 0px;
}
.about-mission-section {
padding: 20px 0;
background: linear-gradient(135deg, #085890 0%, #2FA84F 100%);
color: #ffffff;
border-radius: 15px;
margin: 15px 0px;
text-align: center;
}
    /*OTHER PAGES ENDS*/
}