@media all and (min-width: 350px) {


    #hiddenSection {
        height: 0px;
    }

    #sectionOurProduct {
        padding: 20% 0% 2% 0%;
    }

    .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: linear-gradient(135deg, #053E81 0%, #1e293b 100%);
        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;
          }
}
