@media all and (min-width: 1400px) {

    /* --------- LANDING PAGE STARTS --------- */
    .OthersWrapper {
        padding: 3% 7%;
    }

    .CourseViewWrapper {
        padding: 1.5% 6%;
    }

    .hidden_section {
        height: 60px;
    }

    /*INDEX PAGE STYLE STARTS*/

    .heroSlideLandingrLanding {
        position: relative;
        width: 100%;
        height: 100vh;
        overflow: hidden;
    }

    .SlideLanding-content {
        position: absolute;
        top: 20%; 
        color: #fff; 
    }

    .inServInclue {
        opacity: 0;
        transform: scale(0);
        transition: opacity 1s ease, transform 1s ease;
    }

    .inServInclue.show {
        opacity: 1;
        transform: scale(1.0);
    }

    .extra-services-section.modern {
        padding: 90px 8%;
        background: linear-gradient(210deg, var(--themeColorRGBA02) 45%, #f9fbff 40%, #eef7ff 100%);
        overflow: hidden;
        position: relative;
    }

    .cta-section {
        margin-top: 70px;
        padding: 55px;
        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: 4em;
        font-weight: bold;
        margin-bottom: 15px;
        color: #133154;
        font-family: var(--fontFamilyCabinetGrotesk);
    }

    .inAppointContainer {
        padding: 2% 7%;
    }

    .inAppointSection {
        opacity: 0;
        transform: translateX(50px);
        transition: opacity 1s ease, transform 1s ease;
    }

    .inAppointSection.show {
        opacity: 1;
        transform: translateX(0);
    }

    .day-card {
        padding: 15px 20px;
        margin: 12px 0;
        width: 160px;
        border-radius: 18px;
        background: transparent;
        border: 1px solid var(--secondaryColor);
        animation: fadeIn 0.7s ease forwards;
        transform: translateY(15px);
        opacity: 0;
    }

    .inAboutSection {
        opacity: 0;
        transform: translateY(-50px);
        transition: opacity 1s ease, transform 1s ease;
    }

    .inAboutSection.show {
        opacity: 1;
        transform: translateY(0);
    }

    .services-section {
        text-align: center;
        padding: 20px 20px;
    }

    .hero-wrapper {
        position: relative;
        padding: 5% 15%;
        background: linear-gradient(135deg, #E6F7FA, #ffffff);
    }

    .hero-content {
        padding-left: 50px;
        position: relative;
    }

    .emergency-content {
        padding-left: 60px;
    }

    .inCallEmergency {
        opacity: 0;
        transform: translateX(-50px);
        transition: opacity 1s ease, transform 1s ease;
    }

    .inCallEmergency.show {
        opacity: 1;
        transform: translateX(0);
    }

    .inOfficeLoacation {
        opacity: 0;
        transform: scale(0);
        transition: opacity 1s ease, transform 1s ease;
    }

    .inOfficeLoacation.show {
        opacity: 1;
        transform: scale(1);
    }

    .inWhoWeServe {
        opacity: 0;
        transform: scale(1.4);
        transition: opacity 1s ease, transform 1s ease;
    }

    .inWhoWeServe.show {
        opacity: 1;
        transform: scale(1);
    }

    .aligner-hero {
        position: relative;
        display: grid;
        padding: 10% 0% 10% 10%;
        color: white;
        overflow: hidden;
    }

    .feature-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 25px;
        flex-wrap: wrap;
    }

    .why-aligners {
        padding: 90px 2%;
        position: relative;
    }

    .aligner-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.35));
        z-index: 1;
        backdrop-filter: blur(4px);
    }

    #inWhoWeServe .container-fluid {
        padding: 0%;
    }

    .featureCardAligners {
        background: rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(12px);
        border-radius: 18px;
        padding: 20px 10px;
        text-align: center;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
        transition: 0.3s ease;
        position: relative;
    }

    .location-section {
        padding: 100px 8%;
        position: relative;
        background: linear-gradient(135deg, #eaf4ff, #f9fcff);
        overflow: hidden;
    }

    .inWhyUs {
        opacity: 0;
        transform: translateX(50px);
        transition: opacity 1s ease, transform 1s ease;
    }

    .inWhyUs.show {
        opacity: 1;
        transform: translateX(0px);
    }

    #inWhyUs .container-fluid {
        padding: 0px;
    }

    .containerWhyUs {
        padding: 0px 0px 0px 10%;
    }

    .rattingWrapper {
        position: relative;
        background: url('Assets/image/cedric-fauntleroy.jpg') center/cover no-repeat;
        padding: 0px 0px 10px 0px;
    }

    .why-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 25px;
    }

    .rattingWrapper {
        border-radius: 0px;
    }

    .rattingWrapper::before {
        border-radius: 0px;
    }

    .rating-section {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 50px 20px;
    }

    .rating-content {
        width: 80%;
        color: white;
    }

    .stats-section {
        margin: 60px auto;
        max-width: 900px;
        display: flex;
        justify-content: space-around;
        text-align: center;
    }

    .rating-content h2 {
        font-size: 3em;
        margin-bottom: 40px;
        font-weight: bold;
        font-family: var(--fontFamilyCabinetGrotesk);
    }

    .inTestimonials {
        opacity: 0;
        transform: scale(1.5);
        transition: opacity 1s ease, transform 1s ease;
    }

    .inTestimonials.show {
        opacity: 1;
        transform: scale(1);
    }

    #heroSlider .SectionHeadComp h2 {
        text-align: center;
        font-size: 7em;
        padding: 3% 0%;
        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: -5.5%;
    }

    .hero-slides {
        display: flex;
        animation: marqueeScroll 20s linear infinite;
    }

    .footerSection {
        background: var(--bgImage);
        position: relative;
        padding: 120px 8% 40px 8%;
        overflow: hidden;
        border-top-left-radius: 80px;
        border-top-right-radius: 80px;
    }

    .footerContainer {
        z-index: 2;
    }

    .copyrightComp {
        text-align: center;
        font-size: 12px;
    }

    .connect-btn {
        position: fixed;
        bottom: 20px;
        right: 15px;
        color: white;
        background: var(--secondaryColor);
        border: none;
        border-radius: 5px;
        padding: 10px 20px;
        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;
    }

    .service-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
        gap: 30px;
        max-width: 1200px;
        margin: auto;
    }

    .service-card h3 {
        font-size: 20px;
        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;
    }

    .alignerWrapper {
        background: #0e8aa7;
    }

    .aligner-content h2 {
        font-size: 42px;
        font-weight: 700;
        font-family: var(--fontFamilyCabinetGrotesk);
    }

    .features-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
        gap: 35px;
        margin-top: 55px;
    }

    .feature-card {
        background: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(14px);
        border-radius: 20px;
        padding: 35px;
        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: 5em;
        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: 90px 0 60px;
        overflow: hidden;
        background: linear-gradient(135deg, var(--bg1) 0%, #28b9c9 35%, var(--bg2) 100%);
        color: #fff;
        border-bottom-left-radius: 60px;
        border-bottom-right-radius: 60px;
        box-shadow: 0 20px 60px rgba(34, 60, 80, 0.18);
    }

    .hero-inner {
        display: flex;
        gap: 40px;
        align-items: center;
        flex-wrap: wrap
    }

    .hero-visual {
        flex: 0 0 420px;
        min-width: 280px;
        position: relative
    }

    .aboutUsWrapper .section {
        padding: 70px 0;
    }

    .image-card {
        flex: 0 0 420px;
        border-radius: 20px;
        overflow: hidden;
        position: relative
    }

  .dental-full-section {
  position: relative;
  padding: 60px 0;
  background: linear-gradient(180deg, #f5fcff 0%, #e6f7ff 100%);
  overflow: hidden;
  margin-top: 5%;
  border-radius: 45px;
  }
  .df-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 40px;
  max-width: 1100px;
  margin: auto;
  }
  #policyTab .section{
margin-bottom:0px;
padding:0px 10%;
background:var(--card);
border-radius:12px;
border:1px solid rgba(15,23,42,0.03);
}
    /*OTHER PAGES ENDS*/
    .services-hero-section {
padding: 30px 0 80px;
border-radius: 45px; 
margin: 25px 0px; 
}
.services-main-container {
max-width: 1300px;
margin: 0 auto;
padding: 0 20px;
}
.services-stats-section {
padding: 80px 0;
background: linear-gradient(135deg, #085890 0%, #2FA84F 100%);
border-radius: 45px;
}
.statNumber {
font-size: 48px;
font-weight: 800;
display: block;
color: #ffffff;
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: 70px;
}
.services-cta-section {
padding: 100px 0;
background: #ffffff;
border-radius: 45px;
text-align: center;
}
.about-hero-title {
font-size: 46px;
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: 30px 0 80px;
background: #ffffff;
text-align: center;
border-radius: 0px 0px 45px 45px;
position: relative;
margin: 25px 0px 45px 0px;
}
.about-overview-section {
padding: 40px 0;
background: white;
border-radius: 45px;
margin: 25px 0px;
}
.about-specialties-section {
padding: 40px 0;
background: #f7fafc;
border-radius: 45px;
margin: 25px 0px;
}
.about-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.about-whyus-section {
padding: 20px 0;
background: #ffffff;
border-radius: 15px;
margin: 25px 0px;
}
.about-mission-section {
padding: 100px 0;
background: linear-gradient(135deg, #085890 0%, #2FA84F 100%);
color: #ffffff;
border-radius: 45px;
margin: 25px 0px;
text-align: center;
}
}