@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}



@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/MyriadPro-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Trebuchet MS';
    src: url('../fonts/trebuc.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

:root {
    --primary-blue: #0A192F;
    --secondary-blue: #172A45;
    --metallic: #8892B0;
    --white: #E6F1FF;
    --accent: #64FFDA;
    --font-heading: 'Metropolis', sans-serif;
    --font-body: 'MyriadPro', sans-serif;
    --font-accent: 'Open Sans', sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    margin: 0;
    padding: 0;
    color: var(--white);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img {
    width: 100%;
    height: auto;
}

/* ==================== MENU ==================== */

.menu-section {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 50px;
    flex-wrap: wrap;
    width: 100%;
    z-index: 12;
    /* background: rgba(10, 25, 47, 0.35); */
    transition: background 0.4s ease, box-shadow 0.4s ease;
}

.menu-section a {
    padding: 60px 15px;
    text-decoration: none;
    font-family: var(--font-heading);
    font-size: 13px;
    letter-spacing: 2px;
    color: var(--white);
    transition: opacity 0.3s ease;
}

.menu-section a:hover {
    opacity: 0.75;
}

.menu-section.scrolled {
    background: var(--secondary-blue);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    padding-right: 50px;
    /* justify-content: space-between; */
}

.menu-section.scrolled a {
    padding: 25px 25px;
}

.divider {
    color: var(--white);
    font-weight: 300;
    font-size: 9px;
    opacity: 0.5;
}

.header-logo {
    position: absolute;
    left: 30px;
    top: 25px;
    width: 180px;
    z-index: 1;
}

.hero-title {
    position: absolute;
    left: 30px;
    top: 150px;
    z-index: 1;
    color: #00345b;
}

.hero-title .title {
    font-family: var(--font-accent);
    font-size: 42px;
    line-height: 1.1;
    letter-spacing: 1.1;
    font-weight: 700;
    margin-bottom: 10px;
}

.hero-title .description {
    font-family: var(--font-accent);
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 1;
    font-weight: 700;
}

.hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 30px;
    padding: 30px 100px;
}

.hero-container .image-outer {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #00345b; */
    background: linear-gradient(45deg, #f3f5f5, #c4cbcd);
    margin: 0 auto;
}

.hero-container .image-outer .img-wrap {
    width: 105px;
    height: 105px;
    object-fit: cover;
    border-radius: 50%;
}

.hero-container .description {
    font-family: var(--font-heading);
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 0.5;
    font-weight: 400;
    color: #010101;
    text-align: center;
    font-weight: 600;
    margin-top: 20px;
}

.why-choose-us {
    background-color: #dcf5fb;
    padding: 40px 0px;
}

.why-choose-us .why-professionals {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.why-choose-us .why-professionals img {
    width: 55%;
    border-radius: 0 30px 30px 0;
}

.why-choose-us .why-professionals .content {
    width: 45%;
    padding: 0px 60px;
}

.why-choose-us .why-professionals .content .title {
    font-family: var(--font-accent);
    font-size: 42px;
    line-height: 1.1;
    /* letter-spacing: .2px; */
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--primary-blue);
    margin-top: 0px;
}

.why-choose-us .why-professionals .content .description {
    font-family: var(--font-accent);
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 0.5;
    font-weight: 600;
    color: var(--primary-blue);
    padding-left: 30px;
    position: relative;
}

.why-choose-us .why-professionals .content .description::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    /* transform: translateY(-50%); */
    width: 20px;
    height: 20px;
    background-image: url(../images/check-icon--04.png);
    background-position: center;
    background-size: cover;
}

.card-container-lg {
    width: 90%;
    padding: 20px 0px;
    margin: 0 auto;
    text-align: center;
    /* box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08); */
    background: linear-gradient(to left,
            #dcf5fb,
            /* right side */
            #FFFFFF,
            /* middle */
            #dcf5fb
            /* left side */
        );
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}

/* Main Heading */
.card-container-lg h1 {
    color: var(--primary-blue);
    font-family: var(--font-accent);

    /* Deep navy blue */
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 0px;
    letter-spacing: 0.5px;
    line-height: 1.1;
}

/* Subtext */
.card-container-lg p {
    color: #4a7c96;
    /* Muted blue-grey */
    font-size: 14px;
    font-family: var(--font-accent);
    color: var(--primary-blue);
    font-weight: 400;
    text-align: center;
    margin: 0px;
}


.why-choose-us .product-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    padding: 0px 100px;
}

.why-choose-us .product-list .product-item {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.why-choose-us .product-list .product-item .product-details {
    padding: 20px 30px;
}

.why-choose-us .product-list .product-item .product-details .product-name {
    font-size: 18px;
    font-weight: 700;
    font-family: var(--font-accent);
    letter-spacing: .2px;
    color: var(--primary-blue);
    margin-bottom: 10px;
}

.why-choose-us .product-list .product-item .product-details .description {
    font-size: 13px;
    font-weight: 400;
    font-family: var(--font-accent);
    letter-spacing: .2px;
    color: var(--primary-blue);
}


/* footer */

.contact-us {
    padding: 60px 100px;
    /* background-color: #f5e7d0; */
    color: var(--primary-blue);
    background: linear-gradient(0deg, #96adab, #ffffff);

}

.contact-us .wrap {
    display: flex;
    gap: 30px;
}

.contact-us .single-col {
    width: 33.33%;
}

.contact-us .single-col .footer-logo {
    /* margin: 20px auto; */
    width: 70%;
    display: block;
    margin-bottom: 10px;
}

.contact-us .single-col .mini-title {
    font-size: 13px;
    font-family: var(--font-heading);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1.2px;
    color: var(--primary-blue);
    margin-bottom: 10px;
}

.contact-us .single-col .sub-title {
    font-size: 24px;
    font-family: var(--font-heading);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 1.3px;
    color: var(--primary-blue);
    margin-bottom: 15px;
}

.contact-us .mini-description {
    font-size: 11px;
    font-family: var(--font-heading);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: .9;
    color: var(--primary-blue);
    margin-bottom: 10px;
    text-align: justify;
}

.contact-us .single-col .form-group {
    width: 100%;
    margin-bottom: 4px;
    display: flex;
    flex-direction: column;
}

.contact-us .single-col .form-group label {
    margin-bottom: 0px !important;
    letter-spacing: .2px;
}

.contact-us .single-col .form-group input,
.contact-us .single-col .form-group textarea {
    font-size: 11px;
    font-family: var(--font-heading);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 1px;
    color: var(--primary-blue);
    padding: 6px 8px;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: none;
    width: 100%;
    background: #fff;
}

.contact-us .single-col .form-group input:focus,
.contact-us .single-col .form-group textarea:focus {
    border-color: var(--primary-blue);
}

.contact-us .single-col .view-download-btn {
    width: 100%;
    background-color: var(--primary-blue);
    color: var(--metallic);
    font-size: 11px;
    font-family: var(--font-heading);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: .4px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 10px;
}

.contact-us .single-col .submit-btn {
    width: max-content;
    background-color: var(--primary-blue);
    color: var(--metallic);
    font-size: 11px;
    font-family: var(--font-heading);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: .4px;
    text-align: center;
    padding: 5px 30px 5px 10px;
    cursor: pointer;
    position: relative;
    margin-bottom: 10px;
    border: 0px;
    outline: 0px;
}

.contact-us .single-col .submit-btn:hover {
    opacity: 0.85;
}

.contact-us .single-col .submit-btn::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border: 1px solid var(--metallic);
    z-index: 1;
    right: 10px;
    top: 11px;
    transform: rotate(45deg);
    transform-origin: top right;
    border-left: 0px;
    border-bottom: 0px;
}

.contact-us .whatsapp-footer {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;
    /* gap: 30px; */
}

.contact-us .whatsapp-footer .whatsapp-content {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--primary-blue);
    width: 100%;
    margin-left: calc(33.333% + 10px);
}

.contact-us .whatsapp-footer .whatsapp-icon {
    width: 20px;
    height: 20px;
    object-fit: cover;
    margin-right: 5px;
    flex-shrink: 0;
}

.contact-us .whatsapp-footer .whatsapp-text {
    margin-bottom: 0px;
}

.bottom-footer {
    background-color: #000000;
    padding: 20px;
    text-align: center;
    font-size: 9px;
    font-weight: 400;
    color: var(--white);
    font-family: var(--font-heading);
}

.bottom-footer a {
    text-decoration: none;
    color: var(--white);
}

.d-lfex-footer-description {
    display: flex;
    /* justify-content: space-between; */
}

.d-lfex-footer-description a {
    text-decoration: none;
    padding: 8px 12px;
    border: 1px solid var(--primary-blue);
    border-radius: 18px;
    line-height: 0;
    margin: 0;
    height: 40px;
    display: flex;
    align-items: center;
    margin-left: 20px;
    width: 180px;
    color: var(--primary-blue);
}

.d-lfex-footer-description img {
    width: 24px;
    height: auto;
    margin-right: 10px;
}

/* footer */

.commercial-sand {
    position: relative;
    display: flex;
}

.commercial-sand .content {
    position: absolute;
    top: 50%;
    right: 0%;
    width: 50%;
    transform: translate(0%, -50%);
    padding-right: 100px;
}

.commercial-sand .content .title {
    font-family: var(--font-accent);
    font-size: 28px;
    line-height: 1.1;
    /* letter-spacing: .2px; */
    font-weight: 400;
    margin-bottom: 20px;
    color: var(--white);
    margin-top: 0px;
}

.commercial-sand .content .description {
    font-family: var(--font-accent);
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 0.5;
    font-weight: 600;
    color: var(--white);
    padding-left: 30px;
    position: relative;
}

.commercial-sand .content .description::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    /* transform: translateY(-50%); */
    width: 20px;
    height: 20px;
    background-image: url(../images/check-icon--04.png);
    background-position: center;
    background-size: cover;
}

.product-sec {
    padding: 40px 100px;
    background-color: #dcf5fb;
}

.product-sec .product-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.product-sec .product-info .single-item {
    width: 90%;
    margin: 0 auto;
}

.product-sec .product-info .single-item img {
    width: 70%;
    margin: 0 auto;
    display: block;
}

.product-sec .product-info .card-container {
    width: 100%;
    padding: 15px 0px;
    margin: 0 auto;
    text-align: center;
    /* box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08); */
    background: linear-gradient(to left,
            #dcf5fb,
            /* right side */
            #FFFFFF,
            /* middle */
            #dcf5fb
            /* left side */
        );
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Main Heading */
.product-sec .product-info .card-container h1 {
    color: var(--primary-blue);
    font-family: var(--font-accent);

    /* Deep navy blue */
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 0px;
    letter-spacing: 0.5px;
    line-height: 1.1;
}

.taglines-wrap {
    /* display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    justify-content: center; */
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
}

.taglines-wrap .single-tagline {
    /* padding: 8px 0px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: var(--white);
    background-color: var(--primary-blue);
    border-radius: 15px;
    font-family: var(--font-accent); */
    flex: 0 1 calc(25% - 5px);
    padding: 8px 0px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: var(--white);
    background-color: var(--primary-blue);
    border-radius: 15px;
    font-family: var(--font-accent);
}

.mini-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    justify-content: center;
}

.mini-products img {
    border-radius: 15px;
}

.mini-products .product-name {
    font-size: 14px;
    font-family: var(--font-accent);
    color: var(--primary-blue);
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
}

.error-message {
    background-color: #920c0c33;
    font-size: 12px;
    font-family: var(--font-heading);
    font-weight: 400;
    color: #fb3d3d;
    border: 1px solid #991f1f;
    padding: 8px 12px;
    border-radius: 8px;
    text-align: center;
}

/* .product-sec .product-info .single-item .product-image{
    width: 100%;
    height: auto;
    border-radius: 16px;
    position: relative;
    z-index: 2;
} */

.product-detail {
    padding: 40px 100px;
    background-color: #dcf5fb;
}

.product-detail .all-products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
}

.product-detail .all-products .items {
    position: relative;
    width: 75%;
    margin-left: 25%;
}

.product-detail .all-products .items .pr-image {
    width: 60%;
    height: auto;
    position: absolute;
    left: -30%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.product-detail .all-products .single-item {
    position: relative;
    background-color: #bfd9ec;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 50px;
    width: 100%;
    height: 200px;
    border: 2px solid #FFF;
    border-radius: 22px;

    /* z-index: 1; */
}

.product-detail .all-products .name {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--font-accent);
    color: var(--primary-blue);
    z-index: 1;
}

.block-head {
    margin-bottom: 5px;
    display: block;
}

.product-detail .all-products .single-item::before {
    position: absolute;
    width: 160%;
    height: 100%;
    border-radius: 50%;
    content: '';
    background-color: #d5e6f3;
    top: -50%;
    left: -30%;
    /* z-index: 1; */
}

.advanced-banner {
    display: flex;
}

.advance-tech {
    width: 100%;
    padding: 0 25% 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    background-color: #dcf5fb;
    margin-top: -150px;
}

.advance-tech .single-item {
    padding: 20px;
    background-color: #FFFFFF70;
    border-radius: 22px;
}

.advance-tech .single-item .title {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--font-accent);
    color: var(--primary-blue);
    margin: 20px 0px;
    text-align: center;
}


.advance-tech .single-item .card {
    position: relative;
    background-color: #bfd9ec;
    overflow: hidden;
    width: 100%;
    border: 2px solid #FFF;
    border-radius: 22px;
    padding: 16px;
    margin-top: 20px;
}

.advance-tech .single-item .card::before {
    position: absolute;
    width: 160%;
    height: 100%;
    border-radius: 50%;
    content: '';
    background-color: #d5e6f3;
    top: -50%;
    left: -30%;
}

.advance-tech .single-item .card .description {
    font-family: var(--font-accent);
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 0.5;
    font-weight: 600;
    padding-left: 30px;
    position: relative;
    color: var(--primary-blue);
}

.advance-tech .single-item .card .description::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    /* transform: translateY(-50%); */
    width: 20px;
    height: 20px;
    background-image: url(../images/check-icon--04.png);
    background-position: center;
    background-size: cover;
}

@media (max-width: 1024px) {
    .why-choose-us .why-professionals img {
        width: 50%;
    }

    .why-choose-us .why-professionals .content {
        width: 50%;
    }

    .why-choose-us .why-professionals .content .title {
        font-size: 28px;
    }

    .contact-us {
        padding: 40px 40px;
    }

    .product-detail {
        padding: 40px 40px;
    }

    .product-detail .all-products {
        gap: 60px;
    }


    .advance-tech {
        padding: 0 18% 40px;
    }
}

@media (max-width: 991px) {

    .hero-container {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .why-choose-us .why-professionals {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
    }

    .why-choose-us .why-professionals img {
        width: 90%;
    }

    .why-choose-us .why-professionals .content {
        width: 100%;
        padding: 40px 50px 0 50px;
    }

    .product-detail .all-products {
        grid-template-columns: 1fr;
        gap: 80px;
    }

    .product-detail .all-products .items {
        width: 80%;
        margin-left: 10%;
    }

    .product-detail .all-products .items .pr-image {
        width: 36%;
        left: -10%;
    }

    .advance-tech {
        padding: 0 12% 40px;
    }

}

@media (min-width: 768px) {
    .d-sm-block {
        display: none;
    }
}

@media (max-width: 768px) {

    .d-sm-none {
        display: none !important;
    }

    .d-sm-block {
        display: block;
    }

    .menu-section {
        padding: 20px 10px;
        padding-right: 10px !important;
        gap: 0;
        justify-content: space-around;
    }

    .menu-section a {
        padding: 12px 6px;
        font-size: 10px;
        letter-spacing: 0.8px;
        white-space: nowrap;
    }

    .menu-section.scrolled a {
        padding: 20px 0px;
    }

    .divider {
        display: none;
    }

    .header-logo {
        width: 140px;
        height: auto;
        left: 20px;
        transform: translateX(0%);
        top: 80px;
        overflow: visible;
        border-radius: 0;
    }

    .hero-container {
        padding: 30px 50px;
    }

    .hero-container {
        grid-template-columns: 1fr 1fr;
    }


    .why-choose-us .product-list {
        grid-template-columns: 1fr 1fr;
        padding: 0 30px;
    }

    .contact-us .single-col .footer-logo {
        margin: 20px auto;
    }

    .contact-us {
        padding: 40px 20px;
    }

    .contact-us .wrap {
        flex-direction: column;
        gap: 30px;
    }

    .contact-us .single-col {
        width: 100%;
    }

    .contact-us .whatsapp-footer {
        justify-content: center;
    }

    .contact-us .whatsapp-footer .whatsapp-content {
        width: 100%;
        justify-content: center;
    }

    .commercial-sand .content {
        top: unset;
        bottom: 0%;
        width: 100%;
        transform: translate(0%, -0%);
        padding: 40px 30px;
        right: unset;
    }

    .product-sec {
        padding: 40px 50px;
    }

    .product-sec .product-info {
        grid-template-columns: repeat(1, 1fr);
    }

    .mini-products {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .advance-tech {
        padding: 0 6% 40px;
    }
}

@media (min-width: 576px) {
    .d-xs-block {
        display: none;
    }
}

@media (max-width: 576px) {

    .d-xs-none {
        display: none !important;
    }

    .d-xs-block {
        display: block;
    }

    .menu-section a {
        padding: 8px 0px;
        font-size: 10px;
        letter-spacing: 0px;
        white-space: nowrap;
    }

    .hero-container .image-outer {
        width: 100px;
        height: 100px;
    }



    .hero-container .image-outer .img-wrap {
        width: 95px;
        height: 95px;
    }

    .why-choose-us .why-professionals .content {
        width: 100%;
        padding: 40px 30px 0 30px;
    }

    .card-container-lg h1 {
        font-size: 22px;
    }

    .why-choose-us .product-list {
        grid-template-columns: 1fr;
        padding: 0 30px;
    }

    .product-sec {
        padding: 40px 30px;
    }

    .product-detail .all-products .items .pr-image {
        width: 40%;
        left: -3%;
    }

    .product-detail .all-products {
        gap: 30px;
    }

    .product-detail .all-products .items {
        width: 100%;
        margin-left: 0%;
    }

    .product-detail .all-products .single-item {
        padding-right: 25px;
    }

    .commercial-sand .content .description {
        font-size: 13px;
    }

    .advance-tech {
        grid-template-columns: 1fr;
        margin-top: -106px;
        padding: 0 10% 40px;
    }
}