@media all and (min-width: 350px) {

    #hiddenSection {
        height: 65px;
    }

    #LandingSection .slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        transition: opacity 1s ease-in-out;
        z-index: -1;
    }

    #LandingSection .slide::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.85),
            rgba(0, 0, 0, 0.8));
        z-index: 1;
    }

    #LandingSection .container-fluid {
        padding: 0% 0px 0px 0px;
        margin: 0px 0px 0px 0px;
    }

    #LandingSection .slider {
        position: relative;
        width: 100%;
        height: 70vh;
        overflow: hidden;
    }

    #LandingSection .overlay {
        position: absolute;
        bottom: 120px;
        left: 10px;
        right: 10px;
        margin-left: 0%;
        z-index: 2;
        width: 100%;
        /* above the gradient */
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
        padding: 15px;
        border-radius: 10px;
        transform: translateY(20px);
        opacity: 0;
        transition: all 0.8s ease;
    }

    #LandingSection .overlay h2 {
        color: white;
        font-weight: bold;
        font-size: 30px;
        line-height: 40px;
        font-family: var(--fontFamilyHKGrotesk);
    }

    #LandingSection .overlay p {
        color: white;
        font-size: 18px;
        font-family: var(--fontFamilyHKGrotesk);
    }

    #inProductsTypeCard .container-fluid {
        padding: 2% 5%;
    }

    .whyUsFeatures .well {
        padding: 10px 5px;
        background-color: transparent;
        border-radius: 15px;
        border: 1px solid white;
        transition: 0.3s ease-in;
    }

    .whyUsFeatures .well h4 {
        color: white;
        font-size: 14px;
        padding-top: 10px;
        transition: 0.3s ease-in;
        font-family: var(--fontFamilyHKGrotesk);
        text-align: center;
        line-height: 22px;
    }

    #inAboutUs .container-fluid {
        padding: 2% 5% 7% 5%;
    }

    .aboutIconHome h2 {
        font-weight: bold;
        font-size: 1.5em;
        margin: 0px;
        font-family: var(--fontFamilyHKGrotesk);
        padding: 0px 0px 5px 0px;
        letter-spacing: 1px;
    }

    .aboutIconHome h4 {
        font-size: 1em;
        margin: 0px;
        font-family: var(--fontFamilyHKGrotesk);
        padding: 0px 0px 15px 0px;
    }


    #WhyChooseUs .container-fluid {
        padding: 5% 5% 5% 5%;
    }

    #inProducts .container-fluid {
        padding: 2% 5%;
    }

    #inMaterialTypeComp .container-fluid {
        padding: 2% 5%;
    }

    #inProductsType .container-fluid {
        padding: 2% 5%;
    }

    #inBannerCall .container-fluid {
        padding: 2% 5% 4% 5%;
    }

    .callUsBannerNum h1 {
        font-weight: bold;
        padding-top: 10px;
        font-size: 2em;
    }

    #inGalleryType .container-fluid {
        padding: 4% 5%;
        background-color: var(--BackgroundColor);

    }

    .galleryImage {
        height: 340px;
        aspect-ratio: 1;
        border-radius: 10px;
        margin: 15px 0px 5px 0px;
        overflow: hidden;
        border: 1px solid rgba(48, 43, 109, 0.1);
        transition: 0.3s ease-in;
    }

    .galleryImage:hover {
        border: 1px solid rgba(48, 43, 109, 0.7);
        transition: 0.3s ease-in;
    }

    .galleryImage img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    #inTestimonials .container-fluid {
        padding: 2% 5%;
    }

    #footerHome .container-fluid {
        padding: 2% 5%;
        background-color: var(--themeColor);
    }

    .copyright h4 {
        margin: 0px;
        color: white;
        padding: 7px 0px;
        font-size: 0.8em;
    }



    .copyright h5 {
        margin: 0px;
        text-align: left;
        color: white;
        padding: 7px 0px;
        font-size: 0.7em;
    }


    .toTheTopIcon {
        left: 89.5%;
        top: 86%;
    }

    .whatsappIcon {
        left: 89.5%;
        top: 92%;
    }

    .footerLinks h3 {
        color: white;
        font-weight: 800;
        font-size: 1em;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-family: var(--fontFamilyHKGrotesk);
        padding-top: 15px;
    }

    .footerLinks h6 {
        color: white;
        font-weight: 800;
        font-size: 1em;
        letter-spacing: 0px;
        font-family: var(--fontFamilyHKGrotesk);
        padding-top: 0px;
    }

    .footerLinks .quicklinks a {
        font-size: 1.1em;
        line-height: 25px;
    }

    .copyright {
        padding: 5% 0% 0% 0%;
    }

    .copyright .devTagLine h6 {
        margin: 0px;
        text-align: right;
        padding: 7px 0px;
        font-size: 0.8em;
    }

    .copyright .devTagLine h6 a {
        margin: 0px;


    }

    .paggination h5 {
        color: var(--themeColor);
        font-size: 0.9em;
        line-height: 22px;
        padding-bottom: 0px;
    }

    #sectionOurProduct .container-fluid {
        padding: 5% 5% 2% 5%;
    }

    #sectionProductComp .container-fluid {
        padding: 10px 5% 5% 5%;
    }

    .imageSwiper {
        padding: 2% 5% 5% 5%;
    }

    #sectionProductComp .overlay-wrapper {
        position: relative;
        width: 100%;
        height: 120px;
        overflow: hidden;
        border-radius: 0px;
    }

    #sectionProductComp .overlay-img {
        width: 100%;
        height: auto;
        display: block;
    }

    #sectionProductComp .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 7% 5% 5% 5%;
        background: rgba(0, 0, 0, 0.85);
        /* Black with 50% opacity */
        color: #fff;
    }

    #sectionProductComp .overlay h3 {
        font-size: 2em;
        font-weight: bold;
        letter-spacing: 2px;
        margin: 0;
        text-align: center;
        padding-bottom: 15px;
        line-height: 35px;
        font-family: var(--fontFamilyHKGrotesk);
        color: white;
    }

    #sectionProductComp .overlay h4 {
        font-size: 1em;
        margin: 0;
        text-align: center;
        line-height: 25px;
        font-family: var(--fontFamilyHKGrotesk);
        color: #CDCED0;
    }

    #inAboutUs .container-fluid {
        padding: 5% 5%;
    }

    .processSection {
        padding: 20px 20px;
        background: linear-gradient(135deg, #e9f4ff, #ffffff);
    }

    .processWrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        flex-wrap: wrap;
    }

    .stepCard {
        width: 100%;
        padding: 20px;
        background: rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(10px);
        border-radius: 18px;
        box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
        text-align: center;
        transform-style: preserve-3d;
        transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
        position: relative;
    }

    .sectionHeading {
        text-align: center;
        font-size: 38px;
        font-family: var(--fontFamilyCabinetGrotesk);
        font-weight: 800;
        margin-bottom: 20px;
        color: #0c2f52;
    }

    .impactSection {
        margin-top: 60px;
        padding: 20px 20px 20px 20px;
        background: linear-gradient(195deg, #06345a, #0a4e83);
        color: #fff;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    }
}