
:root {
    --red: #c8202e;
    --red-dark: #a5121f;
    --navy: #0d1b2a;
    --black: #0a0a0a;
    --ink: #161616;
    --gray-bg: #f2f2f2;
    --gray-line: #e2e2e2;
    --text-dark: #1a1a1a;
    --text-mid: #5c5c5c;
    --text-light: #c9c9c9;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI',Arial,Helvetica,sans-serif;
    color: var(--text-dark);
    line-height: 1.5;
    background: #fff;
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}
.eyebrow {
    color: var(--red);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 10px;
    font-family: "DM Sans", sans-serif;
}

    .eyebrow::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 36px;
        height: 3px;
        background: var(--red);
    }
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 13px 50px 13px 20px;
    border-radius: 2px;
    transition: .25s ease;
    cursor: pointer;
    border: none;
    font-family: "Poppins", sans-serif !important;
    position: relative !important;
}
.btn-red {
    background: var(--red);
    color: #fff;
}
a.build-btn:hover img.arrowpng {
    filter: brightness(0) saturate(100%) invert(15%) sepia(76%) saturate(3719%) hue-rotate(345deg) brightness(106%) contrast(91%);
}
    .btn-red:hover {
        background: var(--red-dark);
    }

.btn-outline-dark {
    background: transparent;
    border: 1px solid rgba(255,255,255,.5);
    color: #fff;
}

    .btn-outline-dark:hover {
        background: #fff;
        color: var(--black);
    }
.btn-outline-light {
    background: transparent;
    border: 1px solid #c7c7c7;
    color: var(--text-dark);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
    .btn-outline-light:hover {
        background: var(--text-dark);
        color: #fff;
        border-color: var(--text-dark);
    }

.btn-black {
    background: var(--black);
    color: #fff;
}

    .btn-black:hover {
        background: #000;
    }

/* ===== HEADER ===== */
header {
    background: var(--white);
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    right: 0;
    background: #fffffff5;
    z-index:9999;
}
.topnav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 24px;
    max-width: 1240px;
    margin: 0px auto;
    position: relative;
}
header.headerwrap::before {
    content: """";
    background: #c8202e;
    left: 0;
    height: 77px;
    width: 100%;
    top: 0;
    bottom: 0;
    max-width: 300px;
    right: 0;
    position: absolute;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}
.logo img {
    width: 100%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(103deg) brightness(113%) contrast(101%);
}

.logo {
    display: flex;
    flex-direction: column;
    line-height: 1;
    max-width: 150px;
}

    .logo .word {
        font-size: 26px;
        font-weight: 900;
        letter-spacing: 1px;
    }

        .logo .word span.zio {
            color: var(--red);
        }

        .logo .word span.mix {
            color: #3f6fd1;
        }

.logo .tag {
    font-size: 9px;
    color: #999;
    letter-spacing: .5px;
    margin-top: 2px;
}
.main-nav {
    display: flex;
    gap: 28px;
    align-items: center;
    width: 70%;
    justify-content: flex-end;
}
    .main-nav a {
        color: #000000;
        font-size: 16px;
        font-weight: 300;
        letter-spacing: .4px;
        padding: 6px 0;
        position: relative;
        font-family: "Poppins", sans-serif;
    }
.main-nav a.active {
    color: var(--red);
}
.main-nav a.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background: var(--red);
}
.nav-right {
    display: flex;
    align-items: center;
    gap: 20px;
}
.lang-icon {
    color: #e6e6e6;
    font-size: 16px;
    cursor: pointer;
}
.burger {
    display: none;
    background: none;
    border: none;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}
/* ===== HERO ===== */
.hero {
    position: relative;
    background: linear-gradient(120deg,rgba(6,10,16,.94) 30%,rgba(20,15,15,.75)), repeating-linear-gradient(115deg,#1b232c 0 2px,#141a20 2px 4px);
    background-size: cover;
    color: #fff;
    overflow: hidden;
    min-height: 520px;
}
.hero-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 78% 30%, rgba(200,32,46,.18), transparent 45%), linear-gradient(100deg, rgba(5,8,13,.96) 25%, rgba(15,17,20,.55) 65%, rgba(30,22,20,.35) 100%), linear-gradient(#151b22,#0b0d10);
    z-index: 0;
}
.hero-bg svg {
    position: absolute;
    right: -40px;
    top: 0;
    height: 100%;
    opacity: .5;
}
.hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1240px;
    margin: 0 auto;
    padding: 36px 24px 60px;
    display: flex;
    gap: 40px;
    align-items: center;
}

.hero-left {
    flex: 1.1;
    min-width: 280px;
}

.breadcrumb {
    font-size: 12px;
    color: #9a9a9a;
    margin-bottom: 26px;
    letter-spacing: .5px;
}

    .breadcrumb span {
        color: var(--red);
        font-weight: 700;
    }

.hero-left h1 {
    font-size: 46px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 14px;
}

.hero-left h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.35;
    max-width: 520px;
}

    .hero-left h2 .accent {
        color: var(--red);
    }

.hero-left p {
    color: #c7c7c7;
    font-size: 15px;
    max-width: 480px;
    margin-bottom: 34px;
}

.feature-row {
    display: flex;
    gap: 34px;
    flex-wrap: wrap;
}

    .feature-row li {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 13px;
        font-weight: 600;
        color: #e9e9e9;
    }

    .feature-row i {
        color: #fff;
        font-size: 18px;
        background: rgba(255,255,255,.08);
        border: 1px solid rgba(255,255,255,.25);
        width: 38px;
        height: 38px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

.hero-right {
    flex: .9;
    min-width: 260px;
    display: flex;
    justify-content: center;
    position: relative;
}

.cement-bag {
    position: relative;
    width: 290px;
    height: 360px;
    border-radius: 6px;
    background: linear-gradient(160deg,#e8ded0,#cfc3ae 55%,#b7a98f);
    box-shadow: 0 30px 60px rgba(0,0,0,.55), inset 0 0 0 1px rgba(0,0,0,.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 26px 20px;
    transform: rotate(-1deg);
}

    .cement-bag::before {
        content: "";
        position: absolute;
        top: -14px;
        left: 10%;
        width: 80%;
        height: 26px;
        background: linear-gradient(160deg,#dcd2c2,#b7a98f);
        border-radius: 6px 6px 0 0;
    }

.bag-logo {
    font-size: 22px;
    font-weight: 900;
    margin-top: 6px;
}

    .bag-logo .zio {
        color: var(--red);
    }

    .bag-logo .mix {
        color: #3f6fd1;
    }

.bag-sub {
    font-size: 8px;
    letter-spacing: 1px;
    color: #6b6b6b;
    margin-bottom: 18px;
}

.bag-mid {
    background: #12161b;
    color: #fff;
    text-align: center;
    padding: 16px 14px;
    border-radius: 2px;
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
}

    .bag-mid .p1 {
        font-size: 11px;
        letter-spacing: 1px;
        color: #bbb;
    }

    .bag-mid .p2 {
        font-size: 15px;
        font-weight: 800;
        letter-spacing: 1px;
        margin-top: 4px;
    }

    .bag-mid .p3 {
        font-size: 11px;
        letter-spacing: 1px;
        color: #bbb;
        margin-top: 2px;
    }

.bag-weight {
    font-size: 22px;
    font-weight: 800;
    margin-top: 16px;
}

    .bag-weight small {
        display: block;
        font-size: 9px;
        font-weight: 600;
        color: #6b6b6b;
        letter-spacing: 1px;
    }

.bag-certs {
    display: flex;
    gap: 6px;
    margin-top: 16px;
}

    .bag-certs span {
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: #00000012;
        border: 1px solid #9992;
        font-size: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #555;
    }

.diag-line {
    position: absolute;
    width: 2px;
    height: 220px;
    background: linear-gradient(#c8202e,transparent);
    top: -40px;
    right: 60px;
    transform: rotate(20deg);
    opacity: .7;
}

/* ===== PRODUCTS SECTION ===== */
.products-section {
    background: var(--gray-bg);
    padding: 70px 0 60px;
}
.products-head h2 {
    font-size: 33px;
    font-weight: 800;
    max-width: 480px;
    font-family: "DM Sans", sans-serif;
    line-height: 37px;
}
    .products-head .desc {
        max-width: 320px;
        font-size: 13.5px;
        color: var(--text-mid);
    }
.product-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
}
.product-card {
    background: #fff;
    border: 1px solid var(--gray-line);
    padding: 26px 20px 24px;
    text-align: left;
    transition: .25s;
}

    .product-card:hover {
        box-shadow: 0 14px 30px rgba(0,0,0,.08);
        transform: translateY(-4px);
    }
    .product-card .bag-mini {
        width: 100%;
        height: 240px;
        border-radius: 4px;
        margin-bottom: 18px;
        position: relative;
        overflow: hidden;
        background: linear-gradient(160deg,#efe7db,#d8cdba 60%,#c3b69c);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .product-card .bag-mini .stripe {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 36%;
        }

        .product-card .bag-mini .mini-logo {
            position: relative;
            z-index: 1;
            font-size: 15px;
            font-weight: 900;
            color: #222;
            background: #fff;
            padding: 4px 10px;
            border-radius: 2px;
            margin-top: 8px;
        }

        .product-card .bag-mini .mini-label {
            position: relative;
            z-index: 1;
            font-size: 9px;
            letter-spacing: 1px;
            color: #5c5c5c;
            margin-top: 70px;
            text-align: center;
            font-weight: 700;
        }

        .product-card .bag-mini .mini-weight {
            position: relative;
            z-index: 1;
            font-size: 11px;
            font-weight: 800;
            color: #333;
            margin-top: 6px;
        }

.stripe.opc {
    background: linear-gradient(120deg,#8f1620,#c8202e);
}

.stripe.ppc {
    background: linear-gradient(120deg,#12335e,#2b5aa8);
}

.stripe.rhc {
    background: linear-gradient(120deg,#154d33,#2c8258);
}

.stripe.wc {
    background: linear-gradient(120deg,#e9e9e9,#ffffff);
}

.stripe.bulk {
    background: linear-gradient(120deg,#161616,#3a3a3a);
}
.product-card h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
    min-height: 24px;
    font-family: "Fraunces", serif;
    color: #c8202e;
}

.product-card p {
    font-size: 13px;
    color: var(--text-mid);
    margin-bottom: 16px;
    min-height: 60px;
}

.view-details {
    color: var(--red);
    font-weight: 700;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 34px;
}

    .dots span {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #c9c9c9;
    }

        .dots span.active {
            background: var(--red);
        }

/* ===== INDUSTRY SECTION ===== */
.industry-section {
    background: var(--ink);
    color: #fff;
    padding: 70px 0;
}

.industry-flex {
    display: flex;
    gap: 50px;
    align-items: center;
    flex-wrap: wrap;
}

.industry-left {
    flex: 1;
    min-width: 260px;
}

    .industry-left h2 {
        font-size: 32px;
        font-weight: 800;
        line-height: 1.25;
        margin-bottom: 26px;
    }

.industry-grid {
    flex: 1.4;
    min-width: 320px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 14px;
}

.industry-card {
    position: relative;
    background: linear-gradient(150deg,#242424,#141414);
    border: 1px solid #2c2c2c;
    border-radius: 2px;
    padding: 22px 16px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
    overflow: hidden;
}

    .industry-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(160deg, rgba(200,32,46,.10), transparent 60%);
    }

    .industry-card i {
        font-size: 20px;
        color: var(--red);
        position: relative;
        z-index: 1;
    }

    .industry-card span {
        font-size: 13px;
        font-weight: 700;
        position: relative;
        z-index: 1;
        line-height: 1.3;
    }

/* ===== WHY CHOOSE ===== */
.why-section {
    padding: 70px 0;
    background: #fff;
}

.why-eyebrow-wrap {
    text-align: left;
    margin-bottom: 10px;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 24px;
    margin-top: 30px;
}

.why-card {
    text-align: left;
    padding-right: 10px;
}

    .why-card i {
        font-size: 30px;
        color: var(--red);
        margin-bottom: 18px;
        display: block;
    }

    .why-card h3 {
        font-size: 15.5px;
        font-weight: 800;
        margin-bottom: 8px;
    }

    .why-card p {
        font-size: 13px;
        color: var(--text-mid);
    }

/* ===== CATALOGUE BANNER ===== */
.catalog-banner {
    background: var(--black);
    color: #fff;
    padding: 36px 0;
}

.catalog-flex {
    display: flex;
    align-items: center;
    gap: 34px;
    flex-wrap: wrap;
}

.catalog-img {
    width: 150px;
    height: 110px;
    flex-shrink: 0;
    position: relative;
}

    .catalog-img .sheet {
        position: absolute;
        background: linear-gradient(150deg,#1e1e1e,#050505);
        border: 1px solid #333;
        border-radius: 3px;
        width: 110px;
        height: 150px;
    }

        .catalog-img .sheet.s1 {
            top: -10px;
            left: 10px;
            transform: rotate(-8deg);
        }

        .catalog-img .sheet.s2 {
            top: 0;
            left: 35px;
            transform: rotate(6deg);
            background: linear-gradient(150deg,#e8e0d0,#cabb9d);
        }

            .catalog-img .sheet.s2 .mark {
                color: #c8202e;
                font-weight: 900;
                font-size: 11px;
                position: absolute;
                top: 14px;
                left: 14px;
            }

.catalog-text {
    flex: 1;
    min-width: 220px;
}

    .catalog-text h3 {
        font-size: 19px;
        font-weight: 800;
        margin-bottom: 6px;
    }

    .catalog-text p {
        font-size: 13px;
        color: #b9b9b9;
        max-width: 320px;
    }

.catalog-stats {
    display: flex;
    gap: 34px;
    flex-wrap: wrap;
}

.stat {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .stat .num {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        border: 2px solid var(--red);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 800;
        font-size: 13px;
        flex-shrink: 0;
    }

    .stat .lbl {
        font-size: 11px;
        color: #c9c9c9;
        font-weight: 600;
        line-height: 1.3;
    }

/* ===== CTA STRIP ===== */
.cta-strip {
    background: var(--red);
    color: #fff;
    padding: 26px 0;
}

.cta-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

    .cta-flex h2 {
        font-size: 22px;
        font-weight: 800;
        letter-spacing: .3px;
        flex: 1;
        min-width: 260px;
    }

.cta-contacts {
    display: flex;
    gap: 34px;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 600;
}

    .cta-contacts li {
        display: flex;
        align-items: center;
        gap: 10px;
    }

/* ===== FOOTER ===== */
footer {
    background: #0c0c0c;
    color: #bdbdbd;
    padding: 56px 0 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
    gap: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #232323;
}

.footer-brand p {
    font-size: 13px;
    color: #8f8f8f;
    margin: 14px 0 18px;
    max-width: 230px;
}

.social {
    display: flex;
    gap: 10px;
}

    .social a {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        border: 1px solid #333;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        color: #bdbdbd;
    }

.footer-col h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.footer-col li {
    font-size: 13px;
    margin-bottom: 12px;
    color: #9c9c9c;
}

.footer-col.contact li {
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

.footer-col.contact i {
    color: var(--red);
    margin-top: 3px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 0;
    font-size: 12px;
    color: #7a7a7a;
    flex-wrap: wrap;
    gap: 10px;
}

    .footer-bottom a {
        margin-left: 18px;
        color: #9c9c9c;
    }

.headingcontentwrrap .products-head {
    width: 25%;
}
.headingcontentwrrap .product-grid {
    width: 75%;
}
.headingcontentwrrap {
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 55px;
}



/* =========================
   HERO SLIDER
========================= */

.hero-slider {
    position: relative;
    width: 100%;
    height: 520px;
    overflow: hidden;
    background: #07151d;
}
/* =========================
   SLIDES
========================= */
.hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.03);
    transition: opacity 0.8s ease, visibility 0.8s ease, transform 5s ease;
}

    .hero-slide.active {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }


/* =========================
   DARK OVERLAY
========================= */

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, rgba(3, 13, 19, 0.92) 0%, rgba(3, 13, 19, 0.75) 35%, rgba(3, 13, 19, 0.20) 70%, rgba(3, 13, 19, 0.05) 100% );
}


/* =========================
   CONTENT
========================= */

.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1250px;
    height: 100%;
    margin: auto;
    padding: 85px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}


    /* =========================
   HEADING
========================= */
    .hero-content h1 {
        margin: 0;
        font-size: clamp(42px, 5vw, 72px);
        line-height: 0.96;
        font-weight: 800;
        letter-spacing: -1px;
        color: #ffffff;
        text-transform: uppercase;
        font-family: "Poppins", sans-serif;
    }
        .hero-content h1 span {
            color: #e52b24;
            font-family: "Fraunces", serif;
            font-style: italic;
        }
    /* =========================
   DESCRIPTION
========================= */
    .hero-content p {
        margin: 22px 0 28px;
        font-size: 17px;
        line-height: 1.55;
        color: #eeeeee;
        font-weight: 300;
        font-family: "Poppins", sans-serif;
    }
/* =========================
   BUTTONS
========================= */
img.arrowpng {
    transform: rotate(180deg);
    height: 20px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(103deg) brightness(113%) contrast(101%);
    position: absolute;
    z-index: 9;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hero-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
}
    .hero-buttons a {
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 14px;
        padding: 13px 50px 13px 20px;
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase;
        transition: 0.3s ease;
        position: relative;
        font-family: "Poppins", sans-serif;
    }

/* Red Button */

.btn-primary {
    color: #ffffff;
    background: #e52b24;
    border: 1px solid #e52b24;
}

    .btn-primary:hover {
        background: #c91f19;
        border-color: #c91f19;
    }


/* Outline Button */

.btn-outline {
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.7);
    background: rgba(0,0,0,0.15);
}

    .btn-outline:hover {
        background: #ffffff;
        color: #111111;
    }


/* =========================
   ARROWS
========================= */
.hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,0.75);
    color: #333;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
    display: none;
}

    .hero-arrow:hover {
        background: #e52b24;
        color: #ffffff;
    }

.hero-prev {
    left: 15px;
}

.hero-next {
    right: 15px;
}


/* =========================
   DOTS
========================= */

.hero-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    gap: 8px;
}

.hero-dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #ffffff;
    opacity: 0.8;
    cursor: pointer;
    transition: 0.3s ease;
}

    .hero-dot.active {
        width: 10px;
        height: 10px;
        background: #e52b24;
        opacity: 1;
    }


    /* =========================================
   ABOUT ZIOMIX SECTION
========================================= */

.about-zio {
    position: relative;
    width: 100%;
    min-height: 440px;
    /*background-image: url("assets/images/ZiOMIX_third_section_background.jpg");*/
    background-size: cover;
    background-image: url('../images/bbb.png');
    background-position: center right;
    overflow: hidden;
    color: #ffffff;
}


/* =========================================
   DARK OVERLAY
========================================= */

.about-zio-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(3, 18, 27, 0.98) 0%,
            rgba(3, 18, 27, 0.94) 30%,
            rgba(3, 18, 27, 0.78) 52%,
            rgba(3, 18, 27, 0.30) 75%,
            rgba(3, 18, 27, 0.10) 100%
        );

    z-index: 1;
}


/* =========================================
   CONTAINER
========================================= */

.about-zio-container {
    position: relative;
    z-index: 2;
    max-width: 1250px;
    min-height: 440px;
    margin: auto;
    padding: 50px 30px;
    box-sizing: border-box;
    display: flex;
    grid-template-columns: 35% 35%;
    align-items: center;
    gap: 45px;
}


/* =========================================
   LEFT CONTENT
========================================= */

.about-zio-content {
    max-width: 430px;
}


.section-label {
    display: block;

    margin-bottom: 12px;

    color: #e52b24;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 0.5px;

    text-transform: uppercase;
}
.about-zio-content h2 {
    margin: 0 0 20px;
    font-size: 33px;
    line-height: 37px;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
}
    .about-zio-content h2 span {
        color: #c8202e;
    }
.about-zio-content p {
    margin: 0 0 15px;

    max-width: 390px;

    color: #cbd3d8;

    font-size: 13px;

    line-height: 1.65;
}


/* =========================================
   BUTTON
========================================= */
.about-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin-top: 8px;
    padding: 13px 50px 13px 20px;
    background: #e52b24;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #e52b24;
    transition: 0.3s ease;
    font-family: "Poppins", sans-serif;
    position: relative;
}

.about-btn:hover {
    background: transparent;

    color: #ffffff;
}


.about-btn i {
    transition: 0.3s ease;
}

.about-btn:hover i {
    transform: translateX(5px);
}


/* =========================================
   FEATURES
========================================= */

.about-zio-features {
    width: 100%;

    max-width: 360px;

    display: flex;

    flex-direction: column;

    gap: 2px;
}


/* =========================================
   FEATURE BOX
========================================= */

.feature-box {
    position: relative;
    min-height: 72px;
    padding: 12px 18px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 0px;
    background: linear-gradient( 135deg, rgba(23, 38, 48, 0.96), rgba(10, 25, 35, 0.80) );
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 5px;
    overflow: hidden;
    transition: 0.3s ease;
}


.feature-box::after {
    content: "";

    position: absolute;

    right: -30px;
    bottom: -30px;

    width: 100px;
    height: 100px;

    border-radius: 50%;

    background: rgba(255,255,255,0.03);
}


.feature-box:hover {
    transform: translateX(5px);

    border-color: rgba(229,43,36,0.5);

    background:
        linear-gradient(
            135deg,
            rgba(30, 45, 55, 0.98),
            rgba(12, 28, 38, 0.90)
        );
}


/* =========================================
   ICON
========================================= */
/*.feature-icon {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 17px;
}
*/
.feature-box h3 {
    margin: 0;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    font-family: "Fraunces", serif;
}
    .feature-box span {
        display: block;
        margin-top: 2px;
        font-size: 14px;
        color: #ffffff;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
    }
.feature-icon img {
    height: 40px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7430%) hue-rotate(138deg) brightness(94%) contrast(114%);
}
/* ==============================
   GLOBAL PRESENCE SECTION
============================== */
.global-presence {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-top: 2px solid #222;
    border-bottom: 2px solid #222;
}
.global-container {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 100px;
    justify-content: center;
}
.bannerfourth img {
    width: 100%;
}

/* ==============================
   LEFT CONTENT
============================== */

.global-content {
    position: relative;
    z-index: 3;
    width: 31%;
    padding-left: 20px;
}
.global-tag {
    display: block;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    color: #ed3237;
    font-family: "DM Sans", sans-serif;
}
.global-content h2 {
    margin: 0 0 14px;
    font-size: 33px;
    line-height: 37px;
    font-weight: 700;
    color: #171717;
    font-family: "DM Sans", sans-serif;
}
.global-content p {
    max-width: 300px;
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 23px;
    color: #777;
    font-family: "Poppins", sans-serif;
}


/* ==============================
   BUTTON
============================== */
.global-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-width: 190px;
    padding: 13px 50px 13px 20px;
    border: 1px solid #9a9a9a;
    border-radius: 5px;
    background: transparent;
    color: #333;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    transition: all 0.3s ease;
    font-family: "Poppins", sans-serif;
    position: relative;
}

    .global-btn span {
        font-size: 23px;
        line-height: 12px;
    }

    .global-btn:hover {
        background: #ed3237;
        border-color: #ed3237;
        color: #fff;
    }


/* ==============================
   WORLD MAP
============================== */

.global-map {
    position: absolute;
    z-index: 1;
    left: 27%;
    top: 0;
    width: 58%;
    height: 100%;
    background-image: url("/assets/images/global-map.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    pointer-events: none;
}


/* ==============================
   RIGHT STATS
============================== */

.global-stats {
    position: relative;
    z-index: 3;
    width: 17%;
    margin-left: auto;
    padding-right: 25px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.stat-item {
    display: flex;
    flex-direction: column;
}
    .stat-item strong {
        font-size: 35px;
        line-height: 1;
        font-weight: 700;
        color: #c8202e;
        font-family: "Fraunces", serif;
    }
    .stat-item span {
        margin-top: 5px;
        font-family: Arial, sans-serif;
        font-size: 12px;
        line-height: 1.3;
        color: #777;
    }



/* =========================================
   TRUSTED CLIENTS
========================================= */

.trusted-clients {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: radial-gradient( circle at 50% 100%, rgba(35, 65, 82, 0.18), transparent 50% ), #06131d;
    border-top: 1px solid rgba(255,255,255,0.25);
    border-bottom: 1px solid rgba(255,255,255,0.25);
    padding: 29px 0 20px;
}

.trusted-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}


/* =========================================
   HEADING
========================================= */

.trusted-heading {
    margin-bottom: 17px;
}
    .trusted-heading span {
        font-size: 33px;
        font-weight: 700;
        letter-spacing: 0.3px;
        color: #ed3237;
        font-family: "Fraunces", serif;
        text-align: center;
        display: block;
        line-height: 37px;
    }


/* =========================================
   SLIDER WRAPPER
========================================= */

.clients-slider-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
}


/* =========================================
   SLIDER
========================================= */

.clients-slider {
    width: 100%;
    overflow: hidden;
}

.clients-track {
    display: flex;
    gap: 9px;
    transition: transform 0.55s ease;
    will-change: transform;
}


/* =========================================
   CLIENT CARD
========================================= */

.client-card {
    flex: 0 0 calc((100% - 63px) / 8);
    height: 64px;
    background: #ffffff;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    box-sizing: border-box;
    box-shadow: 0 2px 7px rgba(0,0,0,0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.client-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.35);
}
.client-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 150px;
    max-height: 48px;
}

/* =========================================
   ARROWS
========================================= */
.client-arrow {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,0.10);
    color: #cbd2d6;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.3s ease;
}
.client-arrow:hover {
    background: #ed3237;
    color: #ffffff;
}
.client-arrow span {
    line-height: 1;
}
/* =========================================
   DOTS
========================================= */
.clients-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    margin-top: 21px;
}
.client-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #8a949b;
    cursor: pointer;
    transition: width 0.3s ease, border-radius 0.3s ease, background 0.3s ease;
}
.client-dot.active {
    width: 22px;
    border-radius: 5px;
    background: #ed3237;
}


/* =========================================
   MAJOR PROJECTS SECTION
========================================= */

.major-projects {
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    overflow: hidden;
}

.projects-container {
    width: 100%;
    max-width: 1294px;
    min-height: 252px;
    margin: 0 auto;
    padding: 28px 58px 25px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 38px;
}


/* =========================================
   LEFT CONTENT
========================================= */
.projects-intro {
    width: 25%;
}
.projects-label {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    color: #ed3237;
    letter-spacing: 0.2px;
    font-family: "DM Sans", sans-serif;
}
.projects-intro h2 {
    margin: 0 0 12px;
    font-size: 33px;
    line-height: 37px;
    font-weight: 700;
    color: #151515;
    font-family: "DM Sans", sans-serif;
}
.projects-intro p {
    margin: 0 0 18px;
    max-width: 310px;
    font-size: 14px;
    line-height: 20px;
    color: #777777;
    font-family: "Poppins", sans-serif;
}

/* =========================================
   BUTTON
========================================= */
.projects-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 50px 13px 20px;
    box-sizing: border-box;
    border: 1px solid #a6a6a6;
    border-radius: 4px;
    background: #ffffff;
    color: #333333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease;
    font-family: "Poppins", sans-serif;
    position: relative;
}

    .projects-btn span {
        font-size: 21px;
        line-height: 1;
    }

    .projects-btn:hover {
        color: #ffffff;
        background: #ed3237;
        border-color: #ed3237;
    }


/* =========================================
   PROJECT LIST
========================================= */
.projects-list {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 5px;
    width: 75%;
}
/* =========================================
   PROJECT CARD
========================================= */

.project-card {
    min-width: 0;
    background: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .project-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 16px rgba(0, 0, 0, 0.10);
    }


/* =========================================
   PROJECT IMAGE
========================================= */
.project-image {
    width: 100%;
    height: 175px;
    overflow: hidden;
    background: #eeeeee;
}
.project-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.project-card:hover .project-image img {
    transform: scale(1.04);
}


/* =========================================
   PROJECT INFO
========================================= */

.project-info {
    padding: 8px 10px 9px;
}
.project-info h3 {
    margin: 0 0 4px;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
    color: #c8202e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "DM Sans", sans-serif;
}
    .project-info span {
        display: block;
        font-size: 11px;
        color: #888888;
        font-family: "Poppins", sans-serif;
    }

/* =========================================
   TESTIMONIAL SECTION
========================================= */

.testimonial-section {
    position: relative;
    width: 100%;
    min-height: 200px;
    overflow: hidden;
    background: #07151d;
    color: #fff;
    display: flex;
    align-items: center;
}


/* Background Image */
.testimonial-bg {
    position: absolute;
    background-image: url('../images/tstbg.png');
    background-size: cover;
    background-position: center right;
    z-index: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    max-width: 620px;
}


/* Dark Gradient */

.testimonial-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, #06151d 0%, #06151de8 28%, #06151dba 48%, #06151d45 72%, #06151d20 100% );
    z-index: 1;
}
/* Main Container */
.testimonial-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 28px 55px;
    display: flex;
    align-items: center;
}
/* =========================================
   LEFT CONTENT
========================================= */

.testimonial-content {
    width: 44%;
    position: relative;
}
.testimonial-subtitle {
    display: block;
    color: #ef2d2d;
    font-size: 33px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 14px;
    line-height: 37px;
    font-family: "Fraunces", serif;
}
.testimonial-main {
    display: flex;
    align-items: flex-start;
}
.quote-icon {
    color: #ef2727;
    font-family: Georgia, serif;
    font-size: 76px;
    line-height: 45px;
    margin-right: 17px;
    font-weight: bold;
}
#testimonial-text {
    max-width: 390px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
}
/* =========================================
   NAVIGATION
========================================= */

.testimonial-navigation {
    display: flex;
    gap: 7px;
    margin-top: 17px;
}
.testimonial-btn {
    width: 31px;
    height: 31px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
.testimonial-btn span {
    font-size: 23px;
    line-height: 1;
    margin-top: -3px;
}
.testimonial-btn:hover {
    background: #ef2727;
    color: #fff;
    transform: translateY(-2px);
}
/* =========================================
   DIVIDER
========================================= */
.testimonial-divider {
    width: 1px;
    height: 91px;
    background: rgba(255, 255, 255, 0.23);
    margin: 0 38px 0 25px;
}
/* =========================================
   CLIENT
========================================= */
.testimonial-client {
    display: flex;
    align-items: center;
    min-width: 350px;
}
.client-image {
    width: 66px;
    height: 66px;
    flex: 0 0 66px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, 0.75);
    background: #eee;
}
.client-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.client-info {
    margin-left: 16px;
}
.client-info h3 {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    font-family: "Fraunces", serif;
}
.client-info span {
    display: block;
    color: rgb(255 255 255 / 68%);
    font-size: 11px;
    line-height: 1.4;
    font-family: "Poppins", sans-serif;
}
/* =========================================
   MAIN SECTION
========================================= */
.build-section {
    position: relative;
    width: 100%;
    min-height: 205px;
    overflow: hidden;
    background: linear-gradient( 105deg, #a90707 0%, #d71919 45%, #bd0d0d 100% );
    color: #ffffff;
}
/* =========================================
   CONTAINER
========================================= */
.build-container {
    position: relative;
    width: 100%;
    max-width: 1250px;
    min-height: 205px;
    margin: 0 auto;
    padding: 20px 28px;
    display: flex;
    align-items: center;
}
/* =========================================
   LEFT CONTENT
========================================= */
.build-content {
    position: relative;
    z-index: 3;
    width: 100%;
    flex-shrink: 0;
}
    .build-content h2 {
        margin: 0 0 5px;
        font-size: 33px;
        line-height: 37px;
        font-weight: 700;
        letter-spacing: 0.2px;
        color: #ffffff;
        font-family: "DM Sans", sans-serif;
    }
.build-content h2 span {
    color: #ff6868;
}
    .build-content p {
        max-width: 100%;
        margin: 0 0 10px;
        font-size: 14px;
        line-height: 20px;
        color: rgba(255, 255, 255, 0.82);
        font-family: "Poppins", sans-serif;
    }
/* =========================================
   BUTTON
========================================= */
.build-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 50px 13px 20px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    background: #14232a;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease;
    font-family: "Poppins", sans-serif;
    position: relative;
}
.build-btn span {
    margin-left: 12px;
    font-size: 16px;
    line-height: 1;
}
.build-btn:hover {
    background: #ffffff;
    color: #bd1111;
    transform: translateY(-2px);
}
/* =========================================
   WORLD MAP
========================================= */
.world-map {
    position: absolute;
    left: 29%;
    top: 0;
    width: 39%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    pointer-events: none;
}
.map-image {
    width: 100%;
    height: 88%;
    opacity: 0.17;
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/8/80/World_map_-_low_resolution.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: brightness(0) invert(1);
}
/* =========================================
   RIGHT CONTACT AREA
========================================= */
.build-contact {
    position: relative;
    z-index: 3;
    width: 39%;
    margin-left: auto;
    display: none;
    grid-template-columns: 1fr 1fr;
    column-gap: 28px;
    row-gap: 18px;
}
/* =========================================
   CONTACT ITEM
========================================= */
.contact-item {
    display: flex;
    align-items: center;
    min-width: 0;
}
.contact-icon {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    margin-right: 9px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 10px;
}
.contact-text {
    padding-top: 0;
    width: 70%;
}
.contact-text h4 {
    margin: 0 0 2px;
    font-size: 17px;
    font-weight: 600;
    line-height: 23px;
    color: #ffffff;
    font-family: "DM Sans", sans-serif;
}
.contact-text p {
    margin: 0;
    font-size: 13px;
    line-height: 17px;
    color: rgba(255, 255, 255, 0.78);
    font-family: "Poppins", sans-serif;
}

/************Product Page*************/
/* =========================================
   PRODUCTS BANNER
========================================= */

.products-banner {
    position: relative;
    width: 100%;
    min-height: 420px;
    overflow: hidden;
    background: #050708;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}


/* =========================================
   BACKGROUND IMAGE
========================================= */
.products-banner-bg {
    position: absolute;
    background-image: url('../images/products/prodctb.png');
    background-size: cover;
    background-position: center;
    z-index: 0;
    max-width: 900px;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

/* =========================================
   DARK OVERLAY
========================================= */

.products-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, rgba(3, 7, 10, 0.98) 0%, rgba(3, 7, 10, 0.94) 28%, rgba(3, 7, 10, 0.72) 48%, rgba(3, 7, 10, 0.28) 72%, rgba(3, 7, 10, 0.45) 100% );
    z-index: 1;
}


/* =========================================
   MAIN CONTAINER
========================================= */

.products-banner-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1400px;
    min-height: 420px;
    margin: 0 auto;
    padding: 38px 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* =========================================
   LEFT CONTENT
========================================= */

.products-content {
    width: 55%;
    position: relative;
    z-index: 5;
}


/* =========================================
   BREADCRUMB
========================================= */
.products-breadcrumb {
    display: none;
    align-items: center;
    gap: 10px;
    margin-bottom: 17px;
    font-size: 10px;
    font-weight: 500;
    color: rgba(255,255,255,0.85);
}

    .products-breadcrumb i {
        font-size: 7px;
        color: rgba(255,255,255,0.4);
    }

    .products-breadcrumb .active {
        color: #e52b2b;
    }


/* =========================================
   MAIN HEADING
========================================= */
.products-content h1 {
    margin: 0 0 10px;
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

    .products-content h1 span {
        color: #fff;
    }


/* =========================================
   SUB HEADING
========================================= */

.products-content h2 {
    margin: 0 0 15px;
    font-size: clamp(19px, 2vw, 27px);
    line-height: 1.2;
    font-weight: 700;
    color: #f5f5f5;
}

    .products-content h2 strong {
        color: #e92828;
    }


/* =========================================
   DESCRIPTION
========================================= */

.products-content > p {
    width: 520px;
    max-width: 100%;
    margin: 0;
    color: rgba(255,255,255,0.76);
    font-size: 13px;
    line-height: 1.65;
}


/* =========================================
   FEATURES
========================================= */

.product-features {
    display: flex;
    align-items: center;
    margin-top: 25px;
}


/* =========================================
   SINGLE FEATURE
========================================= */

.product-feature {
    display: flex;
    align-items: center;
    min-height: 45px;
    padding: 0 20px;
    border-right: 1px solid rgba(255,255,255,0.25);
}

    .product-feature:first-child {
        padding-left: 0;
    }

    .product-feature:last-child {
        border-right: none;
    }


/* =========================================
   FEATURE ICON
========================================= */
.feature-icon {
    width: 67px;
    height: 67px;
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    background: rgba(0,0,0,0.28);
    color: #fff;
    font-size: 15px;
}
/* =========================================
   FEATURE TEXT
========================================= */

.feature-text {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
    white-space: nowrap;
}
.feature-text span {
    color: #fff;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
}
.feature-text strong {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

/* =========================================
   RIGHT PRODUCT AREA
========================================= */

.product-image-wrapper {
    position: absolute;
    right: 55px;
    bottom: 0;
    width: 430px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 4;
}


/* =========================================
   PRODUCT GLOW
========================================= */

.product-glow {
    position: absolute;
    width: 380px;
    height: 280px;
    right: 15px;
    bottom: 10px;
    background: rgba(255, 255, 255, 0.08);
    filter: blur(45px);
    border-radius: 50%;
}


/* =========================================
   CEMENT BAG
========================================= */

.cement-bag {
    position: relative;
    width: 285px;
    max-height: 380px;
    object-fit: contain;
    z-index: 3;
    filter: drop-shadow(0 25px 25px rgba(0,0,0,0.7)) drop-shadow(0 5px 8px rgba(0,0,0,0.4));
    transition: transform 0.5s ease, filter 0.5s ease;
}


/* Hover effect */

.products-banner:hover .cement-bag {
    transform: translateY(-5px) rotate(-1deg);
    filter: drop-shadow(0 30px 30px rgba(0,0,0,0.75)) drop-shadow(0 5px 10px rgba(0,0,0,0.5));
}
.cement-products-section {
    width: 100%;
    background: #ffffff;
    padding: 48px 0 25px;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
}


.cement-products-container {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 30px;
}


/* ==========================================
   TOP AREA
========================================== */

.products-top {
    display: grid;
    grid-template-columns: 1.45fr 1.1fr auto;
    align-items: center;
    column-gap: 45px;
    margin-bottom: 28px;
}


/* LABEL */
.products-label {
    position: relative;
    display: inline-block;
    color: #d52b2b;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 13px;
    font-family: "DM Sans", sans-serif;
}


    .products-label::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -8px;
        width: 23px;
        height: 2px;
        background: #d52b2b;
    }


/* HEADING */
.products-title-area h2 {
    margin: 0;
    color: #111820;
    font-size: 33px;
    line-height: 37px;
    font-weight: 700;
    letter-spacing: 0px;
    font-family: "DM Sans", sans-serif;
}

/* DESCRIPTION */

.products-description {
    padding-top: 9px;
}


    .products-description p {
        margin: 0;
        max-width: 430px;
        color: #333;
        font-size: 13px;
        line-height: 1.55;
        font-weight: 400;
    }


/* ==========================================
   BROCHURE BUTTON
========================================== */
.brochure-btn {
    min-width: 220px;
    height: 45px;
    padding: 0 17px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border: 1px solid #9d9d9d;
    border-radius: 4px;
    color: #161616;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    transition: all 0.3s ease;
    font-family: "Poppins", sans-serif;
}


    .brochure-btn i {
        font-size: 14px;
    }


    .brochure-btn:hover {
        background: #d52b2b;
        border-color: #d52b2b;
        color: #fff;
    }


/* ==========================================
   SLIDER
========================================== */

.products-slider-wrapper {
    width: 100%;
    overflow: hidden;
}


.products-slider {
    display: flex;
    gap: 13px;
    transition: transform 0.5s ease;
}


/* ==========================================
   PRODUCT CARD
========================================== */

.cement-card {
    flex: 0 0 calc((100% - 52px) / 3);
    min-width: 0;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}


    .cement-card:hover {
        transform: translateY(-4px);
        border-color: #d4d4d4;
        box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    }


/* ==========================================
   IMAGE AREA
========================================== */
.cement-image-box {
    padding: 24px 18px 10px;
    background: #fff;
}
    .cement-image-box img {
        width: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.4s ease;
    }
.cement-card:hover
.cement-image-box img {
    transform: scale(1.035);
}


/* ==========================================
   CARD CONTENT
========================================== */

.cement-card-content {
    padding: 0 22px 22px;
}

    .cement-card-content h3 {
        min-height: 15px;
        margin: 0 0 17px;
        color: #c8202e;
        font-size: 26px;
        line-height: 1.25;
        font-weight: 700;
        font-family: "Fraunces", serif;
    }

    .cement-card-content p {
        min-height: 64px;
        margin: 0 0 16px;
        color: #3e3e3e;
        font-size: 12px;
        line-height: 1.55;
    }


/* ==========================================
   VIEW DETAILS
========================================== */
.view-details {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #dc302e;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    transition: all 0.25s ease;
    font-family: "DM Sans", sans-serif;
}
    .view-details span {
        font-size: 20px;
        line-height: 10px;
        transition: transform 0.25s ease;
    }


    .view-details:hover {
        color: #a71919;
    }


        .view-details:hover span {
            transform: translateX(5px);
        }


/* ==========================================
   DOTS
========================================== */

.products-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    margin-top: 24px;
}
.product-dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #d9d9d9;
    cursor: pointer;
    transition: all 0.3s ease;
}
.product-dot.active {
    width: 11px;
    height: 11px;
    background: #d62d2d;
}


/* =========================================
   WHY CHOOSE SECTION
========================================= */

.why-choose-section {
    width: 100%;
    padding: 35px 0 45px;
    background-color: #fafafa;
    /* subtle paper texture */
    background-image: radial-gradient( rgba(0, 0, 0, 0.025) 0.7px, transparent 0.7px );
    background-size: 5px 5px;
    font-family: Arial, Helvetica, sans-serif;
    color: #191919;
}


/* =========================================
   CONTAINER
========================================= */

.why-choose-container {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 45px;
}


/* =========================================
   HEADING
========================================= */

.why-heading {
    position: relative;
    display: inline-block;
    margin-bottom: 28px;
}


    .why-heading span {
        display: block;
        color: #d52c2c;
        font-size: 14px;
        line-height: 1;
        font-weight: 700;
    }


    /* Red underline */

    .why-heading::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -14px;
        width: 36px;
        height: 3px;
        background: #d52c2c;
    }


/* =========================================
   FEATURES WRAPPER
========================================= */

.why-features {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: stretch;
}


/* =========================================
   FEATURE ITEM
========================================= */

.why-item {
    min-height: 150px;
    padding: 0 38px;
    border-right: 1px solid #dedede;
}


    .why-item:first-child {
        padding-left: 15px;
    }


    .why-item:last-child {
        border-right: none;
        padding-right: 15px;
    }


/* =========================================
   ICON
========================================= */

.why-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 13px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #252525;
    font-size: 43px;
    line-height: 1;
}


/* First & last icons red */

.why-item:first-child .why-icon,
.why-item:last-child .why-icon {
    color: #d72c2c;
}


/* Clock red accent */

.why-item:nth-child(3) .why-icon {
    color: #252525;
}


/* =========================================
   TITLE
========================================= */
.why-item h3 {
    margin: 0 0 8px;
    color: #c8202e;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
}

/* =========================================
   DESCRIPTION
========================================= */

.why-item p {
    max-width: 190px;
    margin: 0;
    color: #3e3e3e;
    font-size: 12px;
    line-height: 1.55;
    font-weight: 400;
}


/* =========================================
   HOVER EFFECT
========================================= */

.why-item {
    transition: transform 0.3s ease;
}
.why-item:hover {
    transform: translateY(-4px);
}
.why-item:hover .why-icon {
    transform: scale(1.05);
}
.why-icon {
    transition: transform 0.3s ease;
}
/* =========================================
   CATALOGUE SECTION
========================================= */

.catalogue-section {
    width: 100%;
    background: linear-gradient( 90deg, #101820 0%, #0c141b 50%, #101820 100% );
    border-top: 1px solid #e52c2c;
    border-bottom: 1px solid #252f36;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
}


/* =========================================
   CONTAINER
========================================= */

.catalogue-container {
    width: 100%;
    max-width: 1380px;
    min-height: 160px;
    margin: 0 auto;
    padding: 18px 40px;
    display: flex;
    align-items: center;
}


/* =========================================
   LEFT CATALOGUE IMAGE
========================================= */

.catalogue-image {
    width: 225px;
    height: 105px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 5px;
    background: rgba(255,255,255,0.04);
}
.catalogue-image img {
    width: 100%;
    height: 100%;
    display: block;
    transition: transform 0.35s ease;
}
.catalogue-image:hover img {
    transform: scale(1.04);
}

/* =========================================
   INTRO CONTENT
========================================= */

.catalogue-intro {
    width: 255px;
    padding-left: 30px;
    flex-shrink: 0;
}
.catalogue-intro h3 {
    margin: 0 0 9px;
    color: #d92c2c;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
}
.catalogue-intro p {
    margin: 0;
    color: rgba(255,255,255,0.62);
    font-size: 11px;
    line-height: 1.5;
}


/* =========================================
   STAT
========================================= */

.catalogue-stat {
    min-width: 145px;
    height: 70px;
    padding-left: 30px;
    margin-left: 5px;
    border-left: 1px solid rgba(255,255,255,0.20);
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* =========================================
   STAT NUMBER
========================================= */
.stat-number {
    color: #f1f1f1;
    font-size: 27px;
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
    font-family: "DM Sans", sans-serif;
}
    .stat-number span {
        color: #df2b2b;
        font-size: 20px;
        margin-right: 1px;
    }


/* =========================================
   STAT TITLE
========================================= */
.stat-title {
    margin-top: 8px;
    color: rgb(255 255 255 / 70%);
    font-size: 13px;
    line-height: 1.2;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}
/* =========================================
   DOWNLOAD ACTION
========================================= */

.catalogue-action {
    margin-left: auto;
    padding-left: 30px;
}
.catalogue-btn {
    min-width: 250px;
    height: 53px;
    padding: 0 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: #d92c2c;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.catalogue-btn i {
    font-size: 16px;
}
.catalogue-btn:hover {
    background: #b91f1f;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(217,44,44,0.25);
}



/* =========================================
   CONTACT CTA SECTION
========================================= */

.contact-cta {
    width: 100%;
    background: #d91616;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
}


/* =========================================
   CONTAINER
========================================= */
.contact-cta-container {
    width: 100%;
    max-width: 1450px;
    min-height: 125px;
    margin: 0 auto 0;
    padding: 18px 65px;
    display: none;
}


/* =========================================
   HEADING
========================================= */

.cta-heading {
    flex: 1;
    min-width: 400px;
}


    .cta-heading h2 {
        margin: 0;
        color: #fff;
        font-size: 29px;
        line-height: 1.15;
        font-weight: 700;
        letter-spacing: -0.5px;
        white-space: nowrap;
    }


        .cta-heading h2 strong {
            color: #050505;
            font-weight: 800;
        }


/* =========================================
   CONTACT INFO
========================================= */

.cta-contact-info {
    display: flex;
    align-items: center;
    gap: 48px;
    flex-shrink: 0;
}


/* =========================================
   CONTACT ITEM
========================================= */

.cta-item {
    display: flex;
    align-items: center;
    gap: 13px;
    white-space: nowrap;
}


/* =========================================
   ICON
========================================= */
.cta-icon {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 27px;
    flex-shrink: 0;
}
.cta-icon i {
    font-weight: 400;
}


/* =========================================
   TEXT
========================================= */
.cta-text {
    color: #fff;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
/* =========================================
   BUTTON
========================================= */

.cta-button-wrapper {
    margin-left: auto;
    flex-shrink: 0;
}


.cta-button {
    width: 205px;
    height: 54px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #050505;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    transition: background 0.3s ease, transform 0.3s ease;
}

.cta-button i {
    font-size: 17px;
    transition: transform 0.3s ease;
}
.cta-button:hover {
    background: #1c1c1c;
    transform: translateY(-2px);
}
.cta-button:hover i {
    transform: translateX(5px);
}
.leftrightbtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 15px;
}
.leftrightbtn .cta-icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(13%) hue-rotate(30deg) brightness(105%) contrast(104%);
}
/* =========================================
   INDUSTRY SECTION
========================================= */

.industry-section {
    width: 100%;
    position: relative;
    padding: 38px 0 40px;
    background: linear-gradient( 90deg, #080e13 0%, #10171d 50%, #151c21 100% );
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}


    /* =========================================
   BACKGROUND SHAPE / TEXTURE
========================================= */

    .industry-section::before {
        content: "";
        position: absolute;
        left: -120px;
        top: -100px;
        width: 600px;
        height: 500px;
        background: linear-gradient( 135deg, rgba(255,255,255,0.035), transparent 55% );
        transform: rotate(15deg);
        pointer-events: none;
    }


/* =========================================
   MAIN CONTAINER
========================================= */

.industry-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1390px;
    min-height: 285px;
    margin: 0 auto;
    padding: 0 45px;
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 48px;
    align-items: center;
}


/* =========================================
   LEFT CONTENT
========================================= */

.industry-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


/* =========================================
   SUBTITLE
========================================= */
.industry-subtitle {
    color: #df2e2e;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0px;
    font-family: "DM Sans", sans-serif;
}


/* =========================================
   SMALL LINE
========================================= */

.industry-line {
    width: 30px;
    height: 2px;
    margin-top: 10px;
    background: #df2e2e;
}


/* =========================================
   HEADING
========================================= */
.industry-content h2 {
    margin: 13px 0 0;
    color: #f4f4f4;
    font-size: 33px;
    line-height: 37px;
    font-weight: 700;
    letter-spacing: 0px;
    font-family: "DM Sans", sans-serif;
}
/* =========================================
   HEADING BOTTOM LINE
========================================= */

.industry-heading-line {
    width: 36px;
    height: 3px;
    margin-top: 16px;
    margin-bottom: 25px;
    background: #df2e2e;
}


/* =========================================
   EXPLORE BUTTON
========================================= */

.industry-btn {
    width: 193px;
    height: 44px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(255,255,255,0.65);
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    background: rgba(0,0,0,0.18);
    transition: all 0.3s ease;
}


    .industry-btn i {
        font-size: 15px;
        transition: transform 0.3s ease;
    }


    .industry-btn:hover {
        background: #df2e2e;
        border-color: #df2e2e;
    }


        .industry-btn:hover i {
            transform: translateX(5px);
        }


/* =========================================
   INDUSTRY GRID
========================================= */

.industry-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 11px 14px;
}


/* =========================================
   INDUSTRY CARD
========================================= */

.industry-card {
    position: relative;
    height: 125px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 20px 24px;
    border: 1px solid rgba(255,255,255,0.20);
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    text-decoration: none;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}


    /* =========================================
   CARD BACKGROUND IMAGES
========================================= */

    .industry-card.residential {
        background-image: url('../images/products/p31.png');
    }


    .industry-card.commercial {
        background-image: url('../images/products/p32.png');
    }


    .industry-card.infrastructure {
        background-image: url('../images/products/p33.png');
    }


    .industry-card.industrial {
        background-image: url('../images/products/p34.png');
    }


    .industry-card.roads {
        background-image: url('../images/products/p35.png');
    }


    .industry-card.prefab {
        background-image: url('../images/products/p36.png');
    }


/* =========================================
   CARD OVERLAY
========================================= */

.industry-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, rgba(4,9,13,0.88) 0%, rgba(4,9,13,0.67) 48%, rgba(4,9,13,0.50) 100% );
    transition: background 0.3s ease;
}


/* =========================================
   CARD HOVER
========================================= */

.industry-card:hover {
    transform: translateY(-3px);
    border-color: #df2e2e;
    box-shadow: 0 10px 25px rgba(0,0,0,0.35);
}


    .industry-card:hover .industry-card-overlay {
        background: linear-gradient( 90deg, rgba(4,9,13,0.78), rgba(4,9,13,0.48) );
    }


/* =========================================
   ICON
========================================= */

.industry-icon {
    position: relative;
    z-index: 2;
    width: 52px;
    flex-shrink: 0;
    color: #e22d2d;
    font-size: 38px;
    line-height: 1;
    text-align: center;
    margin-right: 20px;
    transition: transform 0.3s ease;
}

.industry-card:hover .industry-icon {
    transform: scale(1.08);
}
/* =========================================
   CARD TITLE
========================================= */
.industry-card-title {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
}

/* =========================================
   CONTACT INFORMATION SECTION
========================================= */

.contact-info-section {
    width: 100%;
    padding: 25px 0;
    background: #fafafa;
    font-family: Arial, Helvetica, sans-serif;
    color: #191919;
}


/* =========================================
   MAIN CONTAINER
========================================= */
.contact-info-container {
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 25px;
}


/* =========================================
   LEFT MAIN CARD
========================================= */

.contact-main-card {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    padding: 22px 40px 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
}


/* =========================================
   SECTION TITLE
========================================= */

.contact-section-title {
    color: #d72c2c;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}


/* =========================================
   CONTACT COLUMNS
========================================= */

.contact-columns {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}


/* =========================================
   CONTACT COLUMN
========================================= */

.contact-column {
    min-height: 145px;
    padding: 10px 10px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    border-right: 1px solid #dedede;
}


    .contact-column:first-child {
        padding-left: 0;
    }


    .contact-column:last-child {
        border-right: none;
        padding-right: 0;
    }


/* =========================================
   ICON
========================================= */

.contact-icon {
    width: 34px;
    height: 42px;
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: #df3030;
    font-size: 31px;
    line-height: 1;
}


    .contact-icon i {
        font-weight: 400;
    }


/* =========================================
   DETAILS
========================================= */

.contact-details {
    padding-top: 1px;
}


    .contact-details h3 {
        margin: 0 0 14px;
        color: #202020;
        font-size: 16px;
        line-height: 1.2;
        font-weight: 700;
    }


    .contact-details p {
        margin: 0;
        color: #3e3e3e;
        font-size: 13px;
        line-height: 1.8;
        font-weight: 400;
    }


/* =========================================
   RIGHT HELP CARD
========================================= */

.contact-help-card {
    min-height: 205px;
    padding: 25px 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    background: linear-gradient( 135deg, #101920, #18232b );
    border: 1px solid #27333b;
    border-radius: 6px;
    color: #fff;
}


/* =========================================
   HELP ICON
========================================= */

.help-icon-wrapper {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #d72c2c;
    border-radius: 50%;
    color: #fff;
    font-size: 35px;
}


    .help-icon-wrapper i {
        font-weight: 400;
    }


/* =========================================
   HELP CONTENT
========================================= */

.help-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


    .help-content h3 {
        margin: 0 0 9px;
        color: #fff;
        font-size: 16px;
        line-height: 1.2;
        font-weight: 700;
    }


    .help-content p {
        margin: 0 0 8px;
        color: rgba(255,255,255,0.75);
        font-size: 13px;
        line-height: 1.2;
    }


/* =========================================
   PHONE NUMBER
========================================= */

.help-number {
    display: block;
    margin-bottom: 15px;
    color: #e22c2c;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
}


/* =========================================
   CALL NOW BUTTON
========================================= */
.call-now-btn {
    width: 162px;
    height: 38px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(255,255,255,0.55);
    border-radius: 3px;
    color: #fff;
    background: transparent;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    transition: all 0.3s ease;
}
.call-now-btn i {
    font-size: 13px;
    transition: transform 0.3s ease;
}
.call-now-btn:hover {
    background: #d72c2c;
    border-color: #d72c2c;
}
.call-now-btn:hover i {
    transform: translateX(4px);
}
.contact-info-section .contact-icon img {
    filter: brightness(0) saturate(100%) invert(27%) sepia(100%) saturate(1979%) hue-rotate(345deg) brightness(91%) contrast(91%);
}
.build-section .contact-item .contact-icon {
    flex: unset;
    width: 52px;
    align-items: center;
    height: 52px;
    background: #000000a8;
    border: none;
}
.build-section .contact-item .contact-icon img {
    height: 22px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(82deg) brightness(105%) contrast(105%);
}
/***********Award and Achievements*******************/
/* =========================================
   AWARDS BANNER
========================================= */
.awards-banner {
    position: relative;
    width: 100%;
    min-height: 580px;
    overflow: hidden;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}
/* =========================================
   BACKGROUND
========================================= */
.awards-bg {
    position: absolute;
    inset: 0;
    background-image: url("../images/factory-bg.jpg");
    background-size: cover;
    background-position: center;
    transform: scale(1.02);
    filter: brightness(0.65);
}
/* Dark gradient */
.awards-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, rgba(3, 9, 14, 0.98) 0%, rgba(3, 9, 14, 0.93) 30%, rgba(3, 9, 14, 0.55) 57%, rgba(3, 9, 14, 0.18) 100% );
}

/* =========================================
   CONTAINER
========================================= */
.awards-container {
    position: relative;
    z-index: 5;
    max-width: 1480px;
    margin: auto;
    padding: 25px 30px 0;
}
/* =========================================
   BREADCRUMB
========================================= */
.breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #ddd;
}
.breadcrumb b {
    color: #777;
    font-size: 19px;
}
.breadcrumb strong {
    color: #e42620;
    font-weight: 600;
}
/* =========================================
   MAIN CONTENT
========================================= */
.awards-main {
    min-height: 370px;
    display: grid;
    grid-template-columns: 52% 48%;
    align-items: center;
}
/* =========================================
   LEFT CONTENT
========================================= */
.awards-content {
    padding-top: 15px;
    position: relative;
    z-index: 10;
}
.awards-content h1 {
    margin: 0;
    font-size: 63px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -2px;
}
.awards-content h1 span {
    color: #e32620;
}
/* =========================================
   TITLE LINE
========================================= */
.title-line {
    display: flex;
    align-items: center;
    margin-top: 18px;
    margin-bottom: 25px;
}
    .title-line span {
        width: 43px;
        height: 3px;
        background: #e32620;
    }
    .title-line i {
        width: 47px;
        height: 3px;
        background: #a6a6a6;
    }
/* =========================================
   DESCRIPTION
========================================= */
.awards-description {
    max-width: 620px;
    margin: 0 0 28px;
    color: #e2e2e2;
    font-size: 17px;
    line-height: 1.65;
}
/* =========================================
   FEATURES
========================================= */
.award-features {
    display: flex;
    align-items: center;
    max-width: 690px;
}
.award-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 145px;
}
/* Feature Icon */
.feature-icona {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgb(255 255 255 / 42%);
    color: #fff;
    font-size: 22px;
}
/* Feature text */
.award-feature h4 {
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
}
.award-feature p {
    margin: 0;
    color: #eee;
    font-size: 13px;
}
/* Dividers */
.feature-divider {
    width: 1px;
    height: 48px;
    margin: 0 18px;
    background: rgba(255,255,255,0.25);
}
/* =========================================
   RIGHT AWARD
========================================= */
.award-visual {
    position: relative;
    height: 395px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Award image */
.award-image {
    position: relative;
    z-index: 8;
    width: 340px;
    max-height: 390px;
    object-fit: contain;
}
/* Glow behind award */
.award-glow {
    position: absolute;
    width: 270px;
    height: 300px;
    background: rgba(255,180,60,0.12);
    filter: blur(70px);
    border-radius: 50%;
}
/* =========================================
   AWARD BASE
========================================= */
.award-base {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: 310px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient( to bottom, #676767, #252525 );
    box-shadow: 0 12px 25px rgba(0,0,0,0.8);
    z-index: 3;
}
/* =========================================
   RED DIAGONAL LINES
========================================= */
.red-line {
    position: absolute;
    z-index: 4;
    width: 4px;
    background: #e52620;
    box-shadow: 0 0 6px #ff3b35, 0 0 18px rgba(255,50,45,0.85);
    transform: rotate(30deg);
}
/* First */
.red-line-1 {
    height: 430px;
    left: 51%;
    top: -100px;
}
/* Second */
.red-line-2 {
    height: 390px;
    left: 56%;
    top: -75px;
    opacity: 0.8;
}
/* Third */
.red-line-3 {
    height: 300px;
    right: 5%;
    bottom: -145px;
    transform: rotate(30deg);
}
/* =========================================
   BOTTOM STATS
========================================= */
.stats-section {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 20;
    background: linear-gradient( 90deg, rgba(6,15,22,0.98), rgba(8,18,26,0.96) );
    border-top: 1px solid rgba(255,255,255,0.12);
    margin: 0 0 0 0;
}
.stats-container {
    max-width: 1280px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
    align-items: center;
    padding: 20px 20px;
}
/* =========================================
   STAT BOX
========================================= */
.stat-box {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 0 25px;
}

/* Stat icon */
/*.stat-icon {
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #e32620;
    font-size: 38px;
    border: 3px solid #e32620;
    border-radius: 50%;
}*/
/* Number */
.stat-box strong {
    display: block;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
/* Text */
.stat-box p {
    margin: 8px 0 0;
    color: #ddd;
    font-size: 14px;
    line-height: 1.35;
}
/* Divider */
.stat-divider {
    height: 62px;
    background: rgba(255,255,255,0.2);
}
.awards-banner::before {
    content: "";
    background-image: url('../images/awardandachievements/awardbanner.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -70px;
    right: 0;
    left: 0;
    bottom: 350px;
    height: 100%;
    width: 100%;
}
.feature-icona img {
    height: 37px;
    filter: brightness(0) saturate(100%) invert(99%) sepia(8%) saturate(0%) hue-rotate(196deg) brightness(111%) contrast(100%);
}

.stat-icon img {
    height: 50px;
    filter: brightness(0) saturate(100%) invert(32%) sepia(55%) saturate(4133%) hue-rotate(344deg) brightness(87%) contrast(106%);
}
/*********our prestigious award**********/
/* =====================================
   AWARDS SECTION
===================================== */
.awards-section {
    width: 100%;
    padding: 42px 0 25px;
    background: #f8f8f8;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}
.awards-wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}
/* =====================================
   HEADING
===================================== */
.awards-heading {
    text-align: center;
    margin-bottom: 24px;
}
.awards-subtitle {
    display: block;
    margin-bottom: 9px;
    color: #dc302a;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}
.awards-heading h2 {
    margin: 0;
    color: #101820;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
}
.heading-line {
    width: 53px;
    height: 3px;
    margin: 17px auto 0;
    background: #e02d27;
    position: relative;
}
.heading-line::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 13px;
    height: 3px;
    background: #e5e5e5;
}
/* =====================================
   AWARDS GRID
===================================== */
.awards-grid {
    display: flex;
    gap: 13px;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
    .awards-grid > div {
        width: 16%;
    }
/* =====================================
   CARD
===================================== */
.award-card {
    overflow: hidden;
    background: #f5f5f5;
    border: 1px solid #dedede;
    border-radius: 6px;
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.award-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}
/* =====================================
   AWARD IMAGE
===================================== */
.award-image {
    width: 100%;
    height: 190px;
    overflow: hidden;
    background: #292c2f;
}
.award-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.award-card:hover .award-image img {
    transform: scale(1.04);
}
/* =====================================
   CARD CONTENT
===================================== */
.award-content {
    text-align: center;
    padding: 20px 8px 16px;
    min-height: 141px;
    box-sizing: border-box;
}
.award-year {
    display: block;
    margin-bottom: 10px;
    color: #dc302a;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
}
.award-content h3 {
    margin: 0;
    min-height: 42px;
    color: #15191d;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
.award-content p {
    margin: 12px 0 0;
    color: #555;
    font-size: 13px;
    line-height: 1.3;
}
/* =====================================
   BUTTON
===================================== */
.awards-button-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 17px;
}
.awards-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 27px;
    min-width: 244px;
    height: 46px;
    padding: 0 24px;
    box-sizing: border-box;
    text-decoration: none;
    color: #bc302c;
    background: transparent;
    border: 2px solid #e3a09e;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.awards-button strong {
    font-size: 26px;
    line-height: 1;
    font-weight: 400;
    transition: transform 0.3s ease;
}
.awards-button:hover {
    color: #fff;
    background: #dc302a;
    border-color: #dc302a;
}
.awards-button:hover strong {
    transform: translateX(5px);
}
/***********Our Achievements************/

.achievements-section {
    position: relative;
    width: 100%;
    padding: 28px 30px 35px;
    overflow: hidden;
    background: #1c2023;
    color: #ffffff;
}
/* Background dark industrial effect */
.achievements-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient( circle at 15% 30%, rgba(255,255,255,0.04), transparent 28% ), radial-gradient( circle at 85% 60%, rgba(255,255,255,0.025), transparent 35% );
    opacity: 0.8;
    pointer-events: none;
}
.achievements-container {
    position: relative;
    max-width: 1450px;
    margin: auto;
    z-index: 2;
}
/* =========================
   HEADING
========================= */
.section-heading {
    text-align: center;
    margin-bottom: 42px;
}
.section-heading span {
    display: block;
    color: #e4312c;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
}
.section-heading h2 {
    font-size: 33px;
    line-height: 1.2;
    font-weight: 700;
    color: #f2f2f2;
}
.heading-line {
    width: 52px;
    height: 3px;
    background: #d9302b;
    margin: 16px auto 0;
}
/* =========================
   TIMELINE
========================= */
.timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}
/* Main horizontal line */
.timeline::before {
    content: "";
    position: absolute;
    top: 44px;
    left: 7%;
    right: 7%;
    height: 2px;
    background: linear-gradient( to right, rgba(255,255,255,0.55), rgba(255,255,255,0.8), rgba(255,255,255,0.55) );
    z-index: 0;
}
/* =========================
   TIMELINE ITEM
========================= */
.timeline-item {
    position: relative;
    text-align: center;
    z-index: 2;
}
/* Red timeline dots */
.timeline-item::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #d92d28;
    border-radius: 50%;
    top: 39px;
    left: -10px;
    box-shadow: 0 0 0 3px rgba(217,45,40,0.08);
}
/* Hide first dot */
.timeline-item:first-child::before {
    display: none;
}
/* =========================
   ICON CIRCLE
========================= */
.icon-circle {
    width: 90px;
    height: 90px;
    margin: 0 auto 14px;
    border: 2px solid #d92d28;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient( circle, rgba(28,35,42,0.95), rgba(11,16,21,0.98) );
    box-shadow: 0 0 15px rgba(0,0,0,0.25);
    transition: all 0.35s ease;
}
.icon-circle svg {
    width: 45px;
    height: 45px;
    fill: none;
    stroke: #e7e7e7;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: all 0.35s ease;
}
/* Hover Effect */
.timeline-item:hover .icon-circle {
    transform: translateY(-7px);
    background: #d92d28;
    box-shadow: 0 10px 25px rgba(217,45,40,0.28);
}
.timeline-item:hover .icon-circle svg {
    stroke: #ffffff;
}
/* =========================
   TEXT
========================= */
.timeline-item h3 {
    font-size: 17px;
    line-height: 22px;
    color: #eeeeee;
    margin-bottom: 9px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
.timeline-item p {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #c6c6c6;
}
.icon-circle img {
    height: 60px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
/************certification***********/
/* ===============================
   CERTIFICATION SECTION
================================ */
.certification-section {
    width: 100%;
    padding: 28px 70px;
    background: linear-gradient( rgba(248, 248, 247, 0.94), rgba(244, 244, 243, 0.96) );
    position: relative;
    overflow: hidden;
}
/* Background Texture Effect */
.certification-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient( circle at 20% 30%, rgba(120, 120, 120, 0.06), transparent 22% ), radial-gradient( circle at 70% 60%, rgba(120, 120, 120, 0.05), transparent 25% );
    pointer-events: none;
}
/* Main Container */
.certification-container {
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: 28% 72%;
    align-items: center;
    gap: 35px;
    position: relative;
    z-index: 2;
}
/* ===============================
   LEFT CONTENT
================================ */
.certification-content {
    padding-left: 8px;
}
.section-tag {
    display: inline-block;
    color: #a63a32;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin-bottom: 12px;
}
.certification-content h2 {
    font-size: 31px;
    line-height: 1.28;
    font-weight: 700;
    color: #1d2329;
    margin-bottom: 12px;
}
.certification-content p {
    max-width: 390px;
    color: #4c5155;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 500;
}
/* ===============================
   CERTIFICATIONS BOX
================================ */
.certifications-box {
    min-height: 205px;
    border: 1px solid #d3d5d7;
    border-radius: 10px;
    background: rgb(245 245 244);
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
    padding: 28px 20px;
}
/* ===============================
   CERTIFICATE ITEM
================================ */
.certificate-item {
    position: relative;
    min-height: 145px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding: 0 12px;
}
/* Vertical Divider */
.certificate-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    width: 1px;
    height: 80px;
    background: #d8dadd;
}
/* ===============================
   LOGO
================================ */
.certificate-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    min-height: 104px;
}
.certificate-logo img {
    max-width: 100px;
    max-height: 82px;
    width: auto;
    height: auto;
    object-fit: contain;
}
/* CE Logo */
.ce-logo span {
    font-size: 58px;
    font-weight: 400;
    letter-spacing: -7px;
    color: #171b20;
    line-height: 1;
}
/* ===============================
   CERTIFICATE TEXT
================================ */
.certificate-item h4 {
    margin: 0;
    color: #30353a;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    min-height: 64px;
}
/* ===============================
   HOVER EFFECT
================================ */
.certificate-item {
    transition: 0.3s ease;
}
.certificate-item:hover {
    transform: translateY(-4px);
}
.certificate-item:hover .certificate-logo {
    transform: scale(1.04);
}
/* =====================================
   RECOGNITION BANNER
===================================== */
.recognition-banner {
    width: 100%;
    background: linear-gradient( 90deg, #b70f13 0%, #c61618 50%, #b90d11 100% );
    padding: 28px 70px;
    position: relative;
    overflow: hidden;
    border-top: 4px solid #d5d5d5;
}
/* Subtle Background Effect */
.recognition-banner::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 300px;
    background: radial-gradient( circle, rgba(255,255,255,0.06), transparent 70% );
    left: -150px;
    top: -100px;
    pointer-events: none;
}
/* =====================================
   MAIN CONTAINER
===================================== */
.recognition-container {
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: 95px 1.7fr 1.2fr auto;
    align-items: center;
    gap: 35px;
    position: relative;
    z-index: 2;
}
/* =====================================
   TROPHY ICON
===================================== */
.trophy-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.trophy-icon svg {
    width: 62px;
    height: 62px;
    fill: none;
    stroke: rgba(255,255,255,0.75);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
/* =====================================
   HEADING
===================================== */
.recognition-title h2 {
    margin: 0;
    color: #ffffff;
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: 0.4px;
}
/* Black Text */
.recognition-title h2 span {
    color: #0c0c0c;
    font-weight: 800;
}
/* =====================================
   DESCRIPTION
===================================== */
.recognition-description p {
    margin: 0;
    color: rgba(255,255,255,0.78);
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
}
/* =====================================
   BUTTON
===================================== */
.recognition-button {
    display: flex;
    justify-content: flex-end;
}
.recognition-button a {
    min-width: 190px;
    height: 52px;
    padding: 0 20px 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    text-decoration: none;
    background: #101820;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 3px;
    transition: all 0.3s ease;
}
/* Arrow */
.recognition-button .arrow {
    font-size: 28px;
    line-height: 1;
    font-weight: 300;
    transition: transform 0.3s ease;
}
/* Hover */
.recognition-button a:hover {
    background: #000000;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}
.recognition-button a:hover .arrow {
    transform: translateX(6px);
}
.trophy-icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.products-head-right .btn-outline-light {
    margin: 18px 0 0 0;
    position: relative;
}
main.main {
    margin: 75px 0 0 0;
}
.hero-buttons a.btn-outline:hover img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(7453%) hue-rotate(303deg) brightness(109%) contrast(101%);
}
h2 span {
    font-family: "Fraunces", serif;
    color: #c8202e;
}
.products-head-right .btn-outline-light img.arrowpng {
    filter: brightness(0) saturate(100%) invert(5%) sepia(9%) saturate(0%) hue-rotate(316deg) brightness(100%) contrast(89%);
}
.products-head-right .btn-outline-light:hover img.arrowpng {
    filter: brightness(0) saturate(100%) invert(100%) sepia(91%) saturate(38%) hue-rotate(254deg) brightness(110%) contrast(110%);
}
.global-btn img.arrowpng {
    filter: brightness(0) saturate(100%) invert(18%) sepia(0%) saturate(1604%) hue-rotate(150deg) brightness(116%) contrast(104%);
}
.global-btn:hover img.arrowpng {
    filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(7500%) hue-rotate(211deg) brightness(110%) contrast(100%);
}
.projects-btn img.arrowpng {
    filter: brightness(0) saturate(100%) invert(15%) sepia(13%) saturate(19%) hue-rotate(327deg) brightness(90%) contrast(84%);
}
.projects-btn:hover img.arrowpng {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(282deg) brightness(101%) contrast(105%);
}
.burger {
    display: none;
    border: none;
    background: #c8202e;
    cursor: pointer;
    font-size: 24px;
    height: 45px;
    width: 45px;
    border-radius: 5px;
}
/**************************/
.sta {
    display: flex;
}

.word img {
    background: white;
    padding: 5px;
    border-radius: 10px;
    max-width: 170px;
}

.footer-col.contact li {
    flex-direction: column;
}

    .footer-col.contact li > div {
        display: flex;
        flex-direction: row;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }

.add {
    padding-left: 40px;
}

.tmt-logo {
    width: 150px;
}

.copy-r {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr 2fr;
}

.footer-col.contact i {
    color: var(--red);
    margin-top: 3px;
    background: white;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}
iframe{
    width:100%;
}











/**font-family: "Poppins", sans-serif; font-family: "DM Sans", sans-serif;
    font-family: "Fraunces", serif; ****/
p {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}
/**font-family: "Poppins", sans-serif;****/
/* ===== RESPONSIVE ===== */
@media (max-width:1080px) {
    .product-grid {
        grid-template-columns: repeat(3,1fr);
    }

    .why-grid {
        grid-template-columns: repeat(3,1fr);
    }

    .footer-grid {
        grid-template-columns: 1.4fr 1fr 1fr;
    }
}

@media (max-width:900px) {
    .main-nav {
        position: fixed;
        top: 64px;
        left: 0;
        right: 0;
        background: var(--black);
        flex-direction: column;
        align-items: flex-start;
        padding: 16px 24px;
        gap: 0;
        transform: translateY(-140%);
        transition: .3s ease;
        border-top: 1px solid #222;
        max-height: 70vh;
        overflow: auto;
    }

        .main-nav.open {
            transform: translateY(0);
        }

        .main-nav a {
            padding: 12px 0;
            width: 100%;
            border-bottom: 1px solid #1c1c1c;
        }

    .burger {
        display: block;
    }

    .hero-inner {
        flex-direction: column;
        padding-bottom: 40px;
    }

    .hero-left h1 {
        font-size: 36px;
    }

    .hero-right {
        order: -1;
        margin-bottom: 10px;
    }

    .cement-bag {
        width: 230px;
        height: 290px;
    }
}

@media (max-width:760px) {
    .product-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .why-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .industry-flex {
        flex-direction: column;
    }

    .industry-grid {
        width: 100%;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .footer-brand {
        grid-column: 1/-1;
    }

    .cta-flex {
        text-align: left;
    }
}

@media (max-width:520px) {
    .product-grid {
        grid-template-columns: 1fr;
    }

    .why-grid {
        grid-template-columns: 1fr;
    }

    .industry-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .catalog-flex {
        flex-direction: column;
        align-items: flex-start;
    }

    .catalog-stats {
        gap: 20px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .hero-left h1 {
        font-size: 30px;
    }

    .hero-left h2 {
        font-size: 18px;
    }

    .products-head-right {
        width: 100%;
        justify-content: space-between;
    }
}
