@media all and (min-width: 350px) {
    .BrandLogo img {
        height: 35px;
    }

    #hiddenSection {
        height: 0px;
    }

    #sectionOurProduct {
        padding: 1% 0% 2% 0%;
    }

    .heroLandingSlider {
        position: relative;
        width: 100%;
        height: 90vh;
        overflow: hidden;
        background: #0a0a0a;
    }

    .contactForm {
        margin-top: 15px;
    }

    #toastContainer {
        position: fixed;
        top: 90%;
        left: 10%;
        width: 100%;
        transform: translateX(-50%);
        z-index: 9999;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #footerHome {
       background: var(--themeColor);
        position: relative;
        overflow: hidden;
        padding: 1% 0% 2% 0%;
    }

    .copyright {
        margin-top: 0px;
        border-radius: 10px;
        padding: 15px 15px;
        text-align: left;
        width: 80%;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        background: rgba(0, 0, 0, 0.2);
    }

    .copyright h5 {
        line-height: 1.5;
    }

    .copyright h6 {
        color: white;
        text-align: left;
        padding-top: 5px;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .copyright a {
        color: white;
        text-align: left;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    #sectionOurProduct .mattress-grid {
        margin-bottom: 20px;
        position: relative;
        z-index: 2;
    }

    #sectionOurProduct .specs-grid {
        display: flex;
        justify-content: space-between;
    }

    .welcome-section {
        padding: 20px 0;
    }

    #sectionOurProduct .why-choose-section {
        padding: 10px 25px 25px 25px;
        margin-top: 0px;
        border-radius: 15px;
    }

    .rnd-section {
        padding: 20px 0;
        background: transparent;
    }

    .gallery-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        padding: 0 0px;
    }

    .cta-content {
        max-width: 700px;
        margin: 0 auto;
        padding: 20px;
        background: var(--themeColor);
        border-radius: 32px;
        color: white;
        position: relative;
        overflow: hidden;
    }

    .slide-cta {
        display: flex;
        justify-content: left;
        gap: 20px;
        font-family: var(--fontFamilyMulish);
        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 20px;
        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 20px;
        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: 2% 1%;
    }

    .about-hero {
        align-items: center;
        margin-bottom: 0px;
        padding: 0% 0%;
    }

    .aboutContainer {
        margin: 0 auto;
        padding: 2% 0% 0% 0%;

    }

    .hero-content .sectionTitle {
        font-family: var(--fontFamilyMarcellus);
        font-size: 26px;
        font-weight: bold;
        line-height: 1.2;
        color: #1a1a1a;
        margin-bottom: 24px;
        letter-spacing: 2px;
    }

    .title-accent {
        display: block;
        background: linear-gradient(135deg, #053E81 0%, #4A8F01 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .hero-content .section-description {
        font-size: 16px;
        line-height: 1.7;
        color: #4a4a4a;
        max-width: 100%;
        font-weight: normal;
    }

    .stats-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        padding: 0% 0%;
        margin-bottom: 10px;
    }

    .stat-card {
        background: white;
        padding: 25px 25px;
        border-radius: 20px;
        text-align: center;
        margin-top: 05px;
        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: 100%;
    }

    .founder-section {
        align-items: center;
        margin-bottom: 50px;
        padding: 15px 15px;
        margin: 0% 00% 5% 0%;
        background: white;
        border-radius: 15px;
        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: 30px;
        font-weight: 700;
        line-height: 1.15;
        color: var(--themeColor);
        margin-bottom: 20px;
        letter-spacing: -1px;
    }

    .mattress-grid .specs-grid {
        display: flex;
        justify-content: space-between;
    }

    .containerProduct {
        margin: 0px;
        padding: 2% 5%;
    }

    .WhyUsContainer {
        margin: 0 auto;
        padding: 0 5%;
        position: relative;
        z-index: 2;
    }

    .section-header {
        text-align: center;
        margin-bottom: 20px;
        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: 16px;
        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: 36px;
    }

    .LandingCard-front,
    .LandingCard-back {
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        border-radius: 24px;
        padding: 5px;
    }

    /* Call Us Banner Section */
    .call-us-section {
        position: relative;
        overflow: hidden;
        padding: 5% 0%;
    }

    .trust-badges {
        display: flex;
        gap: 5px;
        margin-top: 20px;
        flex-wrap: wrap;
        animation: fadeInUp 1.6s ease-out;
    }

    .content-column {
        padding: 50px 0px;
    }

    .call-us-section .phone-buttons {
        display: normal;
        gap: 5px;
        flex-wrap: nowrap;
    }

    .call-us-section .phone-btn {
        display: inline-flex;
        align-items: center;
        gap: 15px;
        background: white;
        color: #667eea;
        padding: 14px 15px;
        border-radius: 50px;
        font-family: var(--fontFamilyMulish);
        text-decoration: none;
        font-size: 16px;
        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: 40px;
        height: 40px;
        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;
    }

    #footerHome .whatsappIcon a {
        color: white;
        font-size: 1.2em;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    #inTestimonials .testimonialComp {
        position: relative;
        overflow: hidden;
        padding: 4% 0%;
    }

    #toTheTopIcon {
        position: fixed;
        right: -80px;
        bottom: 70px;
        width: 40px;
        height: 40px;
        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);
        }
    }


}