/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*/
html,
body {
    padding: 0;
    margin: 0;
    background-color: #fff;
    color: #000;
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

/* HERO SECTION */
.hero-section {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.3) 40%, transparent 100%);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 60px;
    margin-bottom: 250px;
}

    .hero-content h1 {
        font-weight: 800;
        font-size: 2.5rem;
        text-transform: uppercase;
        line-height: 1.2;
        text-align: center;
    }

    .hero-content p {
        font-size: 16px;
        color: #fff;
        line-height: 21px;
        width: 576px;
        text-align: center;
        margin: auto;
    }

.btn-green {
    background-color: #5AC576;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 30px;
    padding: 10px 25px;
    margin-top: 1.5rem;
    transition: 0.3s ease;
}

    .btn-green a {
        text-decoration: none;
        color: #fff;
    }

.inquire-btn a {
    text-decoration: none;
    color: #fff;
}

.btn:hover {
    background-color: #74B35E !important;
}


/* BOTTOM SECTION */

.btn-download a:hover {
    text-decoration: underline;
}

.btn-download:hover {
    background-color: #fff !important;
}
.btn-download a {
    text-decoration: none;
}
.info-section {
    padding: 80px 0;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-text {
    color: #ccc;
    font-size: 17px;
    line-height: 1.6;
    max-width: 80%;
}

    .info-text strong {
        color: #fff;
    }

.brand-logo {
    margin-top: 30px;
    display: inline-block;
    background-color: #000;
}

    .brand-logo img {
        width: 150px;
        filter: brightness(0) invert(1);
    }

.house-img {
    width: 100%;
    border-radius: 6px;
}

/* INNOVATION SECTION */
.innovation-section {
    background-color: #f4f4f4;
    padding: 80px 0;
}

.innovation-text h2 {
    font-weight: 800;
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #000;
    line-height: 36px;
}

.innovation-text p {
    font-size: 17px;
    color: #333;
    margin-bottom: 15px;
}

.innovation-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .innovation-text ul li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 8px;
        color: #000;
        font-weight: 600;
    }

        .innovation-text ul li::before {
            content: "•";
            position: absolute;
            left: 0;
            color: #000;
            font-weight: bold;
        }

.innovation-img img {
    width: 100%;
    border-radius: 6px;
}

/* PRODUCT RANGE SECTION */
.product-section {
    background-color: #000;
    color: #fff;
    padding: 100px 0;
}

    .product-section h2 {
        font-weight: 800;
        text-transform: uppercase;
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .product-section p {
        color: #ccc;
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 15px;
    }

    .product-section strong {
        color: #fff;
    }

.highlight-text {
    color: #74B35E !important;
    font-weight: 700;
}

.product-img {
    text-align: center;
}

    .product-img img {
        width: 100%;
        margin-top: 30px;
    }


/* HERO TECHNOLOGY SECTION */
.hero-technology {
    background-color: #fff;
    padding: 80px 0;
}

    .hero-technology h2 {
        font-weight: 800;
        font-size: 2rem;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .hero-technology p {
        color: #333;
        line-height: 1.6;
        margin-bottom: 15px;
        font-size: 1rem;
    }

    .hero-technology ul {
        list-style: none;
        padding: 0;
        margin-top: 15px;
        list-style: disc;
    }

        .hero-technology ul li {
            color: #6BBE5B;
            font-weight: 500;
            margin-bottom: 5px;
        }

.btn-green {
    background-color: #74B35E;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 10px 25px;
    font-weight: normal;
    display: block;
    position: relative;
    margin: 50px auto;
    transition: 0.3s;
}

    .btn-green:hover {
        background-color: #57a74c;
    }

.hero-imgs {
    margin-top: 40px;
}

    .hero-imgs img {
        width: 100%;
        border-radius: 6px;
    }

.img-caption {
    text-align: center;
    margin-top: 10px;
    font-size: 0.9rem;
    color: #666;
}

.technology-btn {
    margin: auto 0 !important;
}

.preview-btn {
    color: #000;
    line-height: 3;
}

.distributor-section {
    background-color: #d4e6cc;
    padding: 80px 0;
}

    .distributor-section h2 {
        font-weight: 800;
        text-transform: uppercase;
        font-size: 2rem;
        margin-bottom: 25px;
        color: #000;
    }

    .distributor-section p, h5 {
        color: #000;
        padding: 15px;
    }

    .distributor-section ul {
        padding-left: 18px;
        margin-bottom: 25px;
    }

        .distributor-section ul li {
            margin-bottom: 8px;
            color: #000;
            line-height: 17px;
        }

    .distributor-section strong {
        color: #000;
    }

.distributor-img img {
    width: 100%;
    border-radius: 6px;
    height: 70%;
}

.distributor-text {
    padding-left: 44px;
    padding-right: 0;
}
/*--------------------ainability -----------------------------*/
.section-container {
    padding: 80px 0;
    background-color: #000;
}

    .section-container h2 {
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: #fff;
        font-size: 2rem;
    }

.subtitle {
    font-weight: 500;
    margin-bottom: 20px;
    color: #fff;
    padding: 30px 0;
}

.green-text {
    color: #74B35E;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 25px;
}

ul {
    list-style-type: disc;
    color: #ccc;
    max-width: 90%;
}

li {
    margin-bottom: 8px;
}

.image-container img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

/* SECTION 1: GLOBAL FOOTPRINT */
.global-section {
    padding: 80px 0;
}

    .global-section h2 {
        font-weight: 800;
        text-transform: uppercase;
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .global-section p {
        color: #444;
        font-size: 1rem;
    }

    .global-section .highlight {
        color: #74B35E;
        font-weight: 700;
    }

.inquire-btn {
    background-color: #74B35E;
    color: #fff;
    border: none;
    padding: 10px 25px;
    font-weight: normal;
    border-radius: 25px;
    margin-top: 20px;
}

.map-container img {
    width: 100%;
    height: auto;
}

/* SECTION 2: DISTRIBUTOR CTA */
.cta-section {
    text-align: center;
    padding-bottom: 80px;
    background-color: #fff;
}

    .cta-section h3 {
        font-weight: 800;
        text-transform: uppercase;
        margin-bottom: 25px;
    }

    .cta-section .highlight {
        color: #74B35E;
    }

.cta-cards .card {
    background-color: #d7f0d4;
    border: none;
    border-radius: 8px;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 0;
}

.cta-section p {
    color: #333;
    font-size: 1rem;
    margin-top: 20px;
}

.card a {
    color: #000;
    text-decoration: none;
}

ul.distributors li::before {
    content: "●"; /* Unicode black circle */
    color: #000; /* green accent */
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.distributors li {
    color: #000;
}

.sub-hieding {
    text-decoration: underline;
}
/* SECTION 3: FORM */
.form-section {
    text-align: center;
    padding-top: 40px;
}

    .form-section input {
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 10px;
        width: 100%;
    }

.submit-btn {
    background-color: #74B35E;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 25px;
    font-weight: 600;
    text-transform: uppercase;
}

/* Hero Section */
.closing-section {
    position: relative;
    height: 90vh;
    display: flex;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 0 10%;
}

.closing-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
}

.closing-content {
    position: relative;
    z-index: 2;
    top: 40px;
}

    .closing-content h2 {
        font-weight: 800;
        text-transform: uppercase;
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .closing-content p {
        font-size: 1rem;
        color: #f1f1f1;
        line-height: 1.7;
        margin: 0 auto;
    }

/* Footer */
footer {
    background-color: #fff;
    text-align: center;
    padding: 40px 0 20px 0;
    font-size: 0.9rem;
}

    footer img {
        margin-bottom: 10px;
        width: 120px;
    }

    footer p {
        margin: 0;
        color: #666;
    }

    footer a {
        color: #000;
        text-decoration: none;
        margin: 0 5px;
    }

        footer a:hover {
            text-decoration: underline;
        }

.footer-content {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.footer-link {
    display: flex;
    margin-top: 1.5rem;
    list-style: none;
    padding: 0px;
}

    .footer-link li {
    }

.footer-content p, .footer-content span {
    color: #000;
}
