@media all and (min-width: 1400px) {

    body {
        background-color: var(--BackgroundColor);
        transition: background-color .5s;
        padding: 0px;
        margin: 0px;
    }

    .BrandLogo img {
        height: 50px;
    }

    .PrivacySection ul {
        padding-left: 45px;
    }

    .subInner {
        padding-left: 45px;
    }
    .heroLandingSlider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
    margin-top: -100px;

  background: #1a1a1a;  /* ✅ fallback so black flash never shows */
}

    #sectionOurProduct {
        padding: 1% 10% 2% 10%;
    }

    #toastContainer {
        position: fixed;
        top: 90%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9999;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #footerHome {
        background: var(--themeColor);
        position: relative;
        overflow: hidden;
        padding: 1% 8% 2% 8%;
    }

    .copyright {
        margin-top: 0px;
        border-radius: 15px;
        padding: 25px 30px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        background: rgba(0, 0, 0, 0.2);
    }

    .copyright h6 {
        color: white;
        text-align: right;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .copyright a {
        color: white;
        text-align: right;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    #sectionOurProduct .mattress-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
        margin-bottom: 20px;
        position: relative;
        z-index: 2;
    }

    .welcome-section {
        padding: 100px 0;
    }

    .message-box {
        background: white;
        padding: 40px;
        margin-top: 15px;
        border-radius: 20px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
        margin-bottom: 40px;
        position: relative;
    }

    #sectionOurProduct .why-choose-section {
        padding: 40px 45px;
        margin-top: 25px;
        border-radius: 45px;
    }

    .rnd-section {
        padding: 100px 0;
        background: transparent;
    }

    .gallery-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        padding: 0 20px;
    }

    .cta-content {
        max-width: 700px;
        margin: 0 auto;
        padding: 60px;
        background: var(--themeColor);
        border-radius: 32px;
        color: white;
        position: relative;
        overflow: hidden;
    }

    .slide-cta {
        display: flex;
        align-items: center;
        gap: 20px;
        font-family: var(--fontFamilyMulish);
        flex-wrap: wrap;
        opacity: 0;
        transform: translateY(30px);
        transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .slide-cta .cta-primary {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        padding: 15px 38px;
        background: white;
        color: #0a0a0a;
        border: 2px solid white;
        border-radius: 50px;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.5px;
        text-decoration: none;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        overflow: hidden;
    }

    .slide-cta .cta-secondary {
        display: inline-flex;
        align-items: center;
        padding: 15px 38px;
        background: transparent;
        color: white;
        border: 2px solid rgba(255, 255, 255, 0.3);
        border-radius: 50px;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.5px;
        text-decoration: none;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .fqs-wrap {
        font-family: var(--fontFamilyMulish);
        background: #f7f4ef;
        overflow: hidden;
        padding: 4% 10%;
    }

    .about-hero {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 80px;
        align-items: center;
        margin-bottom: 0px;
        padding: 0% 10%;
    }

    .aboutContainer {
        margin: 0 auto;
        padding: 5% 0% 0% 0%;

    }

    .hero-content .sectionTitle {
        font-family: var(--fontFamilyMarcellus);
        font-size: 56px;
        font-weight: bold;
        line-height: 1.2;
        color: #1a1a1a;
        margin-bottom: 24px;
        letter-spacing: 2px;
    }

    .title-accent {
        display: block;
        background: var(--backgroundImageRight);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .section-description {
        font-size: 18px;
        line-height: 1.8;
        color: #4a4a4a;
        max-width: 580px;
        font-weight: 300;
    }

    .stats-grid {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 30px;
        padding: 3% 10% 0% 10%;
        margin-bottom: 70px;
    }

    .stat-card {
        background: white;
        padding: 40px 24px;
        border-radius: 20px;
        text-align: center;
        margin-top: 45px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        opacity: 0;
        transform: translateY(30px);
        animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    }

    .image-slider {
        height: 400px;
    }

    .founder-section {
        display: grid;
        grid-template-columns: 1.4fr 1fr;
        gap: 80px;
        align-items: center;
        margin-bottom: 120px;
        padding: 40px 40px;
        margin: 0% 10% 5% 10%;
        background: white;
        border-radius: 32px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
        position: relative;
        overflow: hidden;
    }

    .founder-values {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        margin-bottom: 40px;
    }

    .containerProduct .sectionTitle {
        font-family: var(--fontFamilyMarcellus);
        font-size: 52px;
        font-weight: 700;
        line-height: 1.15;
        color: var(--themeColor);
        margin-bottom: 20px;
        letter-spacing: -1px;
    }

    .containerProduct {
        margin: 0px;
        padding: 2% 7%;
    }

    .WhyUsContainer {
        margin: 0 auto;
        padding: 0 10%;
        position: relative;
        z-index: 2;
    }

    .section-header {
        text-align: center;
        margin-bottom: 80px;
        opacity: 0;
        transform: translateY(30px);
        animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s forwards;
    }

    .section-title {
        font-family: var(--fontFamilyMarcellus);
        font-size: 36px;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 24px;
        background: linear-gradient(135deg, #ffffff 0%, #a78bfa 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .title-highlight {
        display: block;
        color: white;
        font-size: 56px;
    }

    .LandingCard-front,
    .LandingCard-back {
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        border-radius: 24px;
        padding: 25px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    /* Call Us Banner Section */
    .call-us-section {
        position: relative;
        overflow: hidden;
        padding: 5% 7%;
    }

    .trust-badges {
        display: flex;
        gap: 30px;
        margin-top: 40px;
        flex-wrap: wrap;
        animation: fadeInUp 1.6s ease-out;
    }

    .content-column {
        padding: 50px 30px;
    }

    .phone-buttons {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    .phone-btn {
        display: inline-flex;
        align-items: center;
        gap: 15px;
        background: white;
        color: #667eea;
        padding: 16px 35px;
        border-radius: 50px;
        font-family: var(--fontFamilyMulish);
        text-decoration: none;
        font-size: 1.2em;
        font-weight: 700;
        transition: all 0.3s ease;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
        position: relative;
        overflow: hidden;
    }

    #footerHome .whatsappIcon {
        position: fixed;
        bottom: 20px;
        right: 30px;
        width: 45px;
        height: 45px;
        background: #25d366;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 1000;
        box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
        animation: pulse-whatsapp 2s infinite;
    }

    @keyframes pulse-whatsapp {

        0%,
        100% {
            transform: scale(1);
            box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
        }

        50% {
            transform: scale(1.05);
            box-shadow: 0 15px 40px rgba(37, 211, 102, 0.6);
        }
    }

    #footerHome .whatsappIcon a {
        color: white;
        font-size: 1.7em;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    #inTestimonials .testimonialComp {
        position: relative;
        overflow: hidden;
        padding: 4% 8%;
    }

    #toTheTopIcon {
        position: fixed;
        right: -80px;
        bottom: 80px;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: var(--themeColor);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        cursor: pointer;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        opacity: 0;
        transition: right 0.4s ease, opacity 0.4s ease, transform 0.3s ease;
        z-index: 9999;
    }

    /* Visible State */
    #toTheTopIcon.visible {
        right: 30px;
        opacity: 1;
    }

    /* Hover */
    #toTheTopIcon:hover {
        transform: translateY(-5px);
    }

    /* Bounce animation */
    #toTheTopIcon.bounce {
        animation: bounceTop 0.5s ease;
    }

    @keyframes bounceTop {
        0% {
            transform: translateY(0);
        }

        30% {
            transform: translateY(-12px);
        }

        60% {
            transform: translateY(6px);
        }

        100% {
            transform: translateY(0);
        }
    }
}