@media all and (min-width: 1400px) {

    body {
        background-color: var(--BackgroundColor);
        transition: background-color .5s;
        padding: 0px;
        margin: 0px;
    }

    #hiddenSection {
        height: 0px;
    }

    #LandingSection .container-fluid {
        padding: 0% 0px 0px 0px;
        margin: 0px;
    }

    #LandingSection .slider {
        position: relative;
        width: 100%;
        height: 88vh;
        overflow: hidden;
    }

    #LandingSection .overlay {
        position: absolute;
        bottom: 80px;
        left: 50px;
        margin-left: 22%;
        z-index: 2;
        width: 50%;
        text-align: center;
        /* above the gradient */
        background-color: rgba(0, 0, 0, 0);
        color: #fff;
        padding: 30px;
        border-radius: 10px;
        transform: translateY(40px);
        opacity: 0;
        transition: all 0.8s ease;
    }

    #LandingSection .overlay h2 {
        color: white;
        font-weight: bold;
        font-size: 2.5em;
        margin: 0px;
        padding: 0px 0px 10px 0px;
        letter-spacing: 3px;
        font-family: var(--fontFamilyHKGrotesk);
    }

    #LandingSection .overlay p {
        color: white;
        padding: 0px 0px 30px 0px;
        font-family: var(--fontFamilyMulish);
    }

    #inProductsTypeCard .container-fluid {
        padding: 2% 10%;

    }

    .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: 16px;
        padding-top: 10px;
        transition: 0.3s ease-in;
        font-family: var(--fontFamilyMulish);
        text-align: center;
        line-height: 22px;
    }

    #inAboutUs .container-fluid {
        padding: 2% 10%;
    }

    .aboutIconHome h2 {
        font-weight: bold;
        font-size: 1.7em;
        margin: 0px;
        font-family: var(--fontFamilyMulish);
        padding: 0px 0px 5px 0px;
        letter-spacing: 1px;
    }

    .aboutIconHome h4 {
        font-size: 1em;
        margin: 0px;
        font-family: var(--fontFamilyMulish);
        padding: 0px;
    }


    #WhyChooseUs .container-fluid {
        padding: 2% 10%;
    }

    #inProducts .container-fluid {
        padding: 2% 10%;
    }

    #inMaterialTypeComp .container-fluid {
        padding: 2% 2%;
    }

    #inProductsType .container-fluid {
        padding: 2% 10%;
    }

    #inBannerCall .container-fluid {
        padding: 4% 10%;
    }

    .callUsBannerNum h1 {
        font-weight: bold;
        padding-top: 10px;
    }

    #inGalleryType .container-fluid {
        padding: 2% 10%;
    }

    .galleryImage {
        height: 290px;
        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% 10%;
    }

    #footerHome .container-fluid {
        padding: 2% 10%;
        background-color: var(--themeColor);
    }

    .copyright h4 {
        margin: 0px;
        color: white;
        font-size: 0.8em;
    }

    .copyright h5 {
        margin: 0px;
        text-align: center;
        color: white;
        font-size: 0.7em;
    }

    .copyright .devTagLine h6 {
        margin: 0px;
        text-align: right;
        padding: 7px 0px;
        font-size: 0.8em;
    }

    .copyright .devTagLine h6 a {
        margin: 0px;


    }

    .toTheTopIcon {
        left: 97.5%;
        top: 86%;
    }

    .whatsappIcon {
        left: 97.5%;
        top: 92%;
    }

    .footerIcons {
        padding-top: 10%;
    }

    .footerLinks h3 {
        color: white;
        font-weight: 800;
        font-size: 1em;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-family: var(--fontFamilyHKGrotesk);
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .footerLinks h6 {
        color: white;
        font-weight: normal;
        font-size: 14px;
        letter-spacing: 0px;
        font-family: var(--fontFamilyHKGrotesk);
        padding-top: 0px;
    }

    .copyright {
        padding: 0% 0% 0% 0%;
    }

    #sectionOurProduct .container-fluid {
        padding: 5% 10% 2% 10%;
    }

    #sectionProductComp .container-fluid {
        padding: 10px 10% 2% 10%;
    }

    .paggination h5 {
        color: var(--secondaryTextColor);
        font-size: 0.9em;
        font-weight: bold;
        padding-bottom: 15px;
    }

    .paggination h5 a {
        font-weight: 200;
        font-size: 0.8em;
        text-decoration: none;
        color: var(--secondaryTextColor);
    }


    .imageSwiper {
        padding: 2% 12% 2% 10%;
    }

    .founder-desk {
        margin: 50px auto;
        background: #ffffff;
        border-radius: 12px;
        box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
        padding: 40px 30px;
        color: #333;
        position: relative;
        overflow: hidden;
    }

    .timeline-container {
        padding: 50px 20px;
        margin: 13% 0 5% 0;
    }

    #sectionProductComp .overlay-wrapper {
        position: relative;
        width: 100%;
        height: 370px;
        overflow: hidden;
        border-radius: 10px;
    }

    #sectionProductComp .overlay-img {
        width: 100%;
        height: auto;
        display: block;
    }

    #sectionProductComp .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 9% 10% 5% 10%;
        background: rgba(0, 0, 0, 0.85);
        /* Black with 50% opacity */
        color: #fff;
    }

    #sectionProductComp .overlay h3 {
        font-size: 3em;
        font-weight: bold;
        letter-spacing: 2px;
        margin: 0;
        text-align: center;
        padding-bottom: 15px;
        line-height: 55px;
        font-family: var(--fontFamilyHKGrotesk);
        color: white;
    }

    #sectionProductComp .overlay h4 {
        font-size: 1.1em;
        margin: 0;
        text-align: center;
        line-height: 30px;
        font-family: var(--fontFamilyMulish);
        color: #CDCED0;
    }

    .cardProductTypeCard {
        opacity: 0;
        transform: translateX(120px);
        transition: opacity 1s ease, transform 1s ease;
    }

    .cardProductTypeCard.show {
        opacity: 1;
        transform: translateX(0);
    }

    .cardAboutUs {
        opacity: 0;
        transform: translateX(80px);
        transition: opacity 1s ease, transform 1s ease;
    }

    .cardAboutUs.show {
        opacity: 1;
        transform: translateX(0);
    }

    .cardWhyChooseUs {
        opacity: 0;
        transform: translateY(50px);
        transition: opacity 1s ease, transform 1s ease;
    }

    .cardWhyChooseUs.show {
        opacity: 1;
        transform: translateY(0);
    }

    .cardinProductsType {
        opacity: 0;
        transform: translateX(-50px);
        transition: opacity 1s ease, transform 1s ease;
    }

    .cardinProductsType.show {
        opacity: 1;
        transform: translateX(0);
    }

    .cardinProducts {
        opacity: 0;
        transform: translateX(-50px);
        transition: opacity 1s ease, transform 1s ease;
    }

    .cardinProducts.show {
        opacity: 1;
        transform: translateX(0);
    }

    #inAboutUs .container-fluid {
        padding: 5% 10%;
    }

    .processSection {
        padding: 20px 20px;
        background: linear-gradient(135deg, #e9f4ff, #ffffff);
    }

    .processWrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 35px;
        flex-wrap: wrap;
    }

    .stepCard {
        width: 260px;
        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: 50px;
        color: #0c2f52;
    }

    .impactSection {
        margin-top: 60px;
        padding: 150px 20px 180px 20px;
        background: linear-gradient(195deg, #06345a, #0a4e83);
        color: #fff;
        clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 75%);
    }
}