@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap");
:root {
    --green: #123d27;
    --green2: #0b2a1b;
    --gold: #d8b45b;
    --cream: #f6f2e9;
    --text: #243027;
}
* {
    box-sizing: border-box;
}
body {
    font-family: "DM Sans", sans-serif;
    color: var(--text);
    line-height: 1.7;
}
h1,
h2,
h3 {
    font-family: "Playfair Display", serif;
    color: var(--green);
}
h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    margin: 10px 0 18px;
}
.topbar {
    background: #092016;
    color: #dfe8df;
    font-size: 13px;
    padding: 8px 0;
}
.main-nav {
    background: var(--green);
    padding: 0px 0;
    box-shadow: 0 4px 20px #0001;
}
.navbar-brand {
    font-family: "Playfair Display", serif;
    font-size: 25px;
}
.navbar-brand span {
    color: var(--gold);
}
.nav-link {
    color: #eaf0eb !important;
    margin: 0 7px;
    font-weight: 500;
}
.nav-link.active,
.nav-link:hover {
    color: var(--gold) !important;
}
.btn-gold {
    background: var(--gold);
    border-color: var(--gold);
    color: #142619;
    font-weight: 700;
    padding: 11px 20px;
}
.btn-gold:hover {
    background: #ebc96e;
    border-color: #ebc96e;
}
.hero-slide {
    min-height: 650px;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #092217ee 0%, #123d27cc 45%, #123d2755 100%), url("../images/word-image-1.jpg");
    background-size: cover;
    background-position: center;
}
.hero-slide-2 {
    background-image: linear-gradient(90deg, #092217ee 0%, #123d27cc 50%, #123d2755), url("../images/word-image-2.jpg");
}
.hero-slide-3 {
    background-image: linear-gradient(90deg, #092217ee 0%, #123d27cc 50%, #123d2755), url("../images/word-image-3.jpg");
}
.hero-copy {
    max-width: 720px;
    color: #fff;
    padding: 80px 0;
}
.hero-copy h1 {
    font-size: clamp(3rem, 6vw, 5.5rem);
    color: #fff;
    line-height: 1.05;
    margin: 15px 0;
}
.hero-copy h1 strong {
    color: var(--gold);
}
.hero-copy p {
    font-size: 19px;
    max-width: 650px;
    color: #e9efe9;
    margin-bottom: 30px;
}
.eyebrow,
.section-tag {
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 700;
    color: var(--gold);
}
.section-pad {
    padding: 90px 0;
}
.section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 35px;
}
.text-link {
    color: var(--green);
    font-weight: 700;
    text-decoration: none;
}
.about-box {
    background: var(--green);
    padding: 35px;
    border-radius: 24px;
}
.stat {
    background: #ffffff12;
    border: 1px solid #ffffff18;
    padding: 30px 20px;
    border-radius: 16px;
    color: #fff;
}
.stat strong {
    display: block;
    font: 700 38px "Playfair Display";
    color: var(--gold);
}
.stat span {
    font-size: 14px;
}
.product-card {
    border: 1px solid #e2e6e1;
    border-radius: 18px;
    background: #fff;
    overflow: hidden;
    transition: 0.25s;
}
.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px #123d2715;
}
.product-icon {
    height: 105px;
    background: var(--cream);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: var(--green);
}
.product-card p {
    font-size: 14px;
    color: #69736c;
    min-height: 68px;
}
.feature {
    padding: 30px;
    border: 1px solid #e2e6e1;
    border-radius: 18px;
    height: 100%;
    background: #fff;
}
.feature i {
    font-size: 34px;
    color: var(--green);
    display: block;
    margin-bottom: 18px;
}
.feature h5 {
    font-weight: 700;
}
.feature p {
    color: #69736c;
    font-size: 14px;
}
.gallery-card {
    height: 250px;
    border-radius: 18px;
    overflow: hidden;
    cursor: pointer;
    background: var(--cream);
}
.gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}
.gallery-card:hover img {
    transform: scale(1.05);
}
.gallery-placeholder {
    height: 250px;
    border-radius: 18px;
    background: var(--cream);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #789;
    font-size: 15px;
}
.gallery-placeholder i {
    font-size: 45px;
    margin-bottom: 10px;
}
.cta {
    background: var(--green);
    color: #fff;
    padding: 80px 0;
}
.cta h2 {
    color: #fff;
}
.cta p {
    color: #dce7df;
}
.inner-hero {
    padding: 100px 0;
    background: linear-gradient(110deg, var(--green), #1b5a39);
    color: #fff;
}
.inner-hero h1 {
    color: #fff;
    font-size: clamp(2.8rem, 5vw, 4.5rem);
    margin: 12px 0;
}
.inner-hero p {
    margin: 0;
    color: #dbe6de;
}
.info-panel {
    background: var(--cream);
    border-radius: 22px;
    padding: 25px;
}
.info-panel > div {
    padding: 22px 10px;
    border-bottom: 1px solid #ddd7c9;
}
.info-panel > div:last-child {
    border: 0;
}
.info-panel small {
    display: block;
    color: #7a7c73;
    font-weight: 700;
    letter-spacing: 1px;
}
.info-panel strong {
    display: block;
    color: var(--green);
    font-size: 20px;
    margin-top: 4px;
}
.mission-card {
    padding: 42px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid #e2e6e1;
    height: 100%;
}
.mission-card.dark {
    background: var(--green);
    color: #e9f0ea;
}
.mission-card.dark h3 {
    color: #fff;
}
.form-card {
    background: #fff;
    border: 1px solid #e2e6e1;
    border-radius: 22px;
    padding: 35px;
    box-shadow: 0 15px 40px #123d2710;
}
.form-control {
    padding: 12px 14px;
    border-radius: 10px;
    border-color: #dce2dc;
}
.form-control:focus {
    border-color: var(--green);
    box-shadow: 0 0 0 0.2rem #123d2720;
}
.form-card label,
.modal label {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 6px;
}
.contact-list > div {
    display: flex;
    gap: 18px;
    padding: 20px 0;
    border-bottom: 1px solid #e5e8e5;
}
.contact-list i {
    font-size: 25px;
    color:#fff;
}
.contact-list small,
.contact-list span {
    display: block;
    color: #778078;
    font-size: 12px;
}
.contact-list strong {
    display: block;
}
.map-section iframe {
    width: 100%;
    height: 430px;
    border: 0;
}
.footer {
    background: #092016;
    color: #d7e0d9;
}
.footer h4,
.footer h6 {
    color: #fff;
}
.footer h4 {
    font-family: "Playfair Display", serif;
}
.footer p {
    font-size: 14px;
    color: #aebdb3;
}
.footer a {
    display: block;
    color: #b8c7bd;
    text-decoration: none;
    margin: 6px 0;
    font-size: 14px;
}
.copyright {
    border-top: 1px solid #ffffff12;
    padding: 18px 0;
    color: #91a197;
    font-size: 12px;
}
.modal-content {
    border: 0;
    border-radius: 18px;
}
.modal-header {
    background: var(--green);
    color: #fff;
    border-radius: 18px 18px 0 0;
}
.modal-title {
    font-family: "Playfair Display", serif;
}
.modal-body {
    padding: 28px;
}
.modal-footer {
    padding: 20px 28px 28px;
    border: 0;
}
@media (max-width: 991px) {
    .hero-slide {
        min-height: 580px;
    }
    .section-head {
        align-items: start;
        flex-direction: column;
    }
    .navbar-nav {
        padding: 15px 0;
    }
    .main-nav .btn {
        margin-left: 0 !important;
        margin-bottom: 10px;
    }
}



/* start header section */

/* =========================================
   MANGla TRADING CO. - HEADER
========================================= */

:root {
    --primary-green: #12372a;
    --dark-green: #0b261c;
    --gold: #d6a84f;
    --gold-light: #e6c477;
    --white: #ffffff;
    --text-muted: #d8e1dc;
}


/* =========================
   TOP BAR
========================= */

.topbar {
    background: #0b261c;
    /* color: var(--text-muted); */
    font-size: 13px;
    padding: 9px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.topbar-item {
    display: flex;
    align-items: center;
    gap: 7px;
}

.topbar-item i {
    color: var(--gold);
    font-size: 14px;
}

.topbar-item a {
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.2s ease;
}

.topbar-item a:hover {
    color: var(--gold-light);
}

.separator {
    opacity: 0.4;
    margin: 0 4px;
}


/* =========================
   MAIN NAVIGATION
========================= */

.main-nav {
    /* background: var(--primary-green); */
    min-height: 76px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
}


/* =========================
   BRAND
========================= */

.navbar-brand {
    display: flex;
    align-items: baseline;
    gap: 7px;
    font-size: 24px;
    letter-spacing: -0.3px;
    color: var(--white) !important;
    text-decoration: none;
}

.brand-main {
    color: var(--gold);
    font-weight: 800;
}

.brand-sub {
    color: var(--white);
    font-weight: 600;
}


/* =========================
   NAV LINKS
========================= */

.main-nav .navbar-nav {
    gap: 5px;
}

.main-nav .nav-link {
    position: relative;
    color: rgba(255, 255, 255, 0.86) !important;
    font-size: 15px;
    font-weight: 500;
    padding: 27px 14px !important;
    transition:
        color 0.25s ease,
        background 0.25s ease;
}

/* .main-nav .nav-link:hover {
    color: var(--gold-light) !important;
} */

.main-nav .nav-link.active {
    color: var(--gold) !important;
    font-weight: 600;
}


/* Animated active underline */

.main-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 17px;
    height: 2px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.25s ease;
}

.main-nav .nav-link:hover::after,
.main-nav .nav-link.active::after {
    transform: scaleX(1);
}


/* =========================
   ENQUIRE BUTTON
========================= */

.btn-gold {
    background: var(--gold);
    color: #172019;
    border: 1px solid var(--gold);
    border-radius: 6px;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 14px;
    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.2s ease,
        box-shadow 0.25s ease;
}

.btn-gold:hover {
    background: var(--gold-light);
    border-color: var(--gold-light);
    color: #172019;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(214, 168, 79, 0.25);
}


/* =========================
   MOBILE NAVIGATION
========================= */

.navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 8px 10px;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(214, 168, 79, 0.2);
}

.nav-cta {
    padding-bottom: 0;
}


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991.98px) {

    .main-nav {
        min-height: 68px;
    }

    .main-nav .navbar-nav {
        gap: 0;
        padding-top: 15px;
    }

    .main-nav .nav-link {
        padding: 11px 0 !important;
    }

    .main-nav .nav-link::after {
        display: none;
    }

    .main-nav .nav-link.active {
        color: var(--gold) !important;
    }

    .nav-cta {
        margin: 12px 0 15px;
    }

    .nav-cta .btn {
        width: 100%;
    }
}


@media (max-width: 767.98px) {

    .topbar {
        font-size: 12px;
    }

    .topbar-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .navbar-brand {
        font-size: 21px;
    }

    .separator {
        margin: 0 2px;
    }
}


@media (max-width: 420px) {

    .topbar-item:last-child {
        flex-wrap: wrap;
    }

    .topbar-item:last-child .separator {
        display: none;
    }

    .navbar-brand {
        font-size: 19px;
    }
}


/* end header section */


/* start slider section */

/* =========================================
   HERO SECTION
========================================= */

.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-section .carousel,
.hero-section .carousel-inner,
.hero-section .carousel-item {
    height: 680px;
}


/* =========================================
   HERO SLIDES
========================================= */

.hero-slide {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    isolation: isolate;
}


/* Dark premium overlay */

.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;

    background:
        linear-gradient(
            90deg,
            rgba(5, 25, 18, 0.94) 0%,
            rgba(8, 38, 27, 0.82) 42%,
            rgba(8, 38, 27, 0.32) 72%,
            rgba(8, 38, 27, 0.08) 100%
        );
}


/* Optional bottom gradient */

.hero-slide::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 160px;
    z-index: -1;

    background: linear-gradient(
        to top,
        rgba(4, 20, 14, 0.55),
        transparent
    );
}


/* =========================================
   SLIDE BACKGROUNDS
========================================= */

.hero-slide-1 {
    background-image: url("../images/s2.jpg");
}

.hero-slide-2 {
    background-image: url("../images/s1.jpg");
}

.hero-slide-3 {
    background-image: url("../images/s3.jpg");
}


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

.hero-copy {
    max-width: 680px;
    padding: 40px 0 90px;
    color: #ffffff;
}


/* =========================================
   EYEBROW
========================================= */

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 20px;

    color: #e6c477;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.hero-eyebrow span {
    width: 32px;
    height: 2px;
    display: inline-block;
    background: #d6a84f;
}


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

.hero-copy h1 {
    margin: 0 0 22px;

    font-size: clamp(42px, 5vw, 70px);
    line-height: 1.06;
    font-weight: 400;
    letter-spacing: -1.8px;
}

.hero-copy h1 strong {
    display: block;
    color: #d6a84f;
    font-weight: 800;
}


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

.hero-copy p {
    max-width: 590px;

    margin: 0 0 32px;

    color: rgba(255, 255, 255, 0.82);

    font-size: 17px;
    line-height: 1.75;
}


/* =========================================
   HERO ACTIONS
========================================= */

.hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}


/* CTA */

.hero-btn {
    min-width: 180px;
    padding: 13px 22px;

    border-radius: 5px;

    font-size: 14px;
    font-weight: 700;
}

.hero-btn i {
    margin-left: 7px;
    transition: transform 0.25s ease;
}

.hero-btn:hover i {
    transform: translateX(4px);
}


/* Secondary link */

.hero-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    color: #ffffff;
    text-decoration: none;

    font-size: 14px;
    font-weight: 600;

    transition: color 0.25s ease;
}

.hero-link i {
    font-size: 13px;
    transition: transform 0.25s ease;
}

.hero-link:hover {
    color: #e6c477;
}

.hero-link:hover i {
    transform: translate(2px, -2px);
}


/* =========================================
   CAROUSEL INDICATORS
========================================= */

.hero-section .carousel-indicators {
    z-index: 5;

    justify-content: flex-start;

    width: auto;
    margin-left: max(
        calc((100% - 1320px) / 2),
        12px
    );

    margin-bottom: 78px;

    gap: 8px;
}

.hero-section .carousel-indicators button {
    width: 28px;
    height: 3px;

    margin: 0;

    border: 0;
    border-radius: 10px;

    opacity: 0.5;

    transition:
        width 0.3s ease,
        opacity 0.3s ease;
}

.hero-section .carousel-indicators button.active {
    width: 55px;
    opacity: 1;
}


/* =========================================
   CAROUSEL ARROWS
========================================= */

.hero-control {
    width: 54px;
    height: 54px;

    top: 50%;
    transform: translateY(-50%);

    margin: 0 25px;

    opacity: 0;

    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;

    background: rgba(0, 0, 0, 0.18);

    transition:
        opacity 0.3s ease,
        background 0.3s ease;
}

.hero-section:hover .hero-control {
    opacity: 1;
}

.hero-control:hover {
    background: rgba(214, 168, 79, 0.85);
}


/* =========================================
   TRUST STRIP
========================================= */

.hero-trust-strip {
    position: absolute;
    z-index: 6;

    left: 0;
    right: 0;
    bottom: 0;

    background: rgba(7, 31, 22, 0.88);

    border-top: 1px solid rgba(255, 255, 255, 0.1);

    backdrop-filter: blur(8px);
}

.hero-trust-inner {
    min-height: 66px;

    display: flex;
    align-items: center;
    justify-content: flex-end;

    gap: 40px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 9px;

    color: rgba(255, 255, 255, 0.82);

    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.trust-item i {
    color: #d6a84f;
    font-size: 17px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1199.98px) {

    .hero-section .carousel,
    .hero-section .carousel-inner,
    .hero-section .carousel-item {
        height: 630px;
    }

    .hero-copy h1 {
        font-size: 58px;
    }

    .hero-trust-inner {
        gap: 25px;
    }
}


@media (max-width: 991.98px) {

    .hero-section .carousel,
    .hero-section .carousel-inner,
    .hero-section .carousel-item {
        height: 620px;
    }

    .hero-slide::before {
        background:
            linear-gradient(
                90deg,
                rgba(5, 25, 18, 0.94),
                rgba(8, 38, 27, 0.68)
            );
    }

    .hero-copy {
        max-width: 650px;
        padding-bottom: 100px;
    }

    .hero-copy h1 {
        font-size: 52px;
    }

    .hero-copy p {
        font-size: 16px;
    }

    .hero-trust-inner {
        justify-content: space-between;
        gap: 15px;
    }

    .trust-item {
        font-size: 11px;
    }

    .hero-control {
        display: none;
    }
}


@media (max-width: 767.98px) {

    .hero-section .carousel,
    .hero-section .carousel-inner,
    .hero-section .carousel-item {
        height: 650px;
    }

    .hero-slide {
        background-position: 60% center;
    }

    .hero-slide::before {
        background:
            linear-gradient(
                90deg,
                rgba(5, 25, 18, 0.96),
                rgba(8, 38, 27, 0.72)
            );
    }

    .hero-copy {
        padding: 30px 0 130px;
    }

    .hero-eyebrow {
        font-size: 10px;
        letter-spacing: 1.5px;
    }

    .hero-copy h1 {
        font-size: 42px;
        line-height: 1.08;
        letter-spacing: -1px;
    }

    .hero-copy p {
        max-width: 520px;
        font-size: 15px;
        line-height: 1.65;
    }

    .hero-actions {
        gap: 18px;
    }

    .hero-btn {
        width: 100%;
    }

    .hero-link {
        margin-left: 4px;
    }

    .hero-trust-inner {
        min-height: 70px;
        justify-content: center;
        flex-wrap: wrap;
        padding: 10px 0;
        gap: 8px 18px;
    }

    .trust-item {
        font-size: 10px;
    }

    .trust-item i {
        font-size: 14px;
    }

    .hero-section .carousel-indicators {
        margin-left: 15px;
        margin-bottom: 82px;
    }
}


@media (max-width: 480px) {

    .hero-section .carousel,
    .hero-section .carousel-inner,
    .hero-section .carousel-item {
        height: 680px;
    }

    .hero-copy h1 {
        font-size: 37px;
    }

    .hero-copy p {
        font-size: 14px;
    }

    .hero-eyebrow span {
        width: 22px;
    }

    .hero-trust-inner {
        gap: 6px 12px;
    }

    .trust-item span {
        display: none;
    }

    .trust-item i {
        font-size: 17px;
    }
}


/* =========================================
   REDUCED MOTION
========================================= */

@media (prefers-reduced-motion: reduce) {

    .hero-section .carousel {
        transition: none;
    }

    .hero-btn i,
    .hero-link i,
    .hero-control,
    .hero-section .carousel-indicators button {
        transition: none;
    }
}

/* end slider section */
/* start home about section */

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

.about-section {
    position: relative;
    background: #ffffff;
    overflow: hidden;
}


/* Subtle background detail */

.about-section::before {
    content: "";
    position: absolute;

    width: 420px;
    height: 420px;

    top: -220px;
    right: -180px;

    border-radius: 50%;

    background: rgba(214, 168, 79, 0.06);

    pointer-events: none;
}


/* =========================================
   SECTION TAG
========================================= */

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 18px;

    color: #b18736;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.section-tag span {
    display: inline-block;

    width: 30px;
    height: 2px;

    background: #d6a84f;
}


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

.about-content {
    position: relative;
    z-index: 1;
}

.about-content h2 {
    max-width: 620px;

    margin: 0 0 22px;

    color: #12372a;

    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.12;

    font-weight: 700;
    letter-spacing: -1.2px;
}

.about-content h2 span {
    display: block;
    color: #d6a84f;
}


.about-content p {
    max-width: 620px;

    margin-bottom: 16px;

    color: #64716b;

    font-size: 15px;
    line-height: 1.8;
}

.about-content .about-lead {
    color: #34463e;

    font-size: 17px;
    line-height: 1.75;
}


/* =========================================
   HIGHLIGHTS
========================================= */

.about-highlights {
    display: flex;
    flex-wrap: wrap;

    gap: 14px 25px;

    margin: 25px 0 28px;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 8px;

    color: #34463e;

    font-size: 13px;
    font-weight: 600;
}

.highlight-item i {
    color: #d6a84f;
    font-size: 15px;
}


/* =========================================
   ABOUT LINK
========================================= */

.about-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    color: #12372a;

    text-decoration: none;

    font-size: 14px;
    font-weight: 700;
}

.about-link span {
    width: 35px;
    height: 35px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(18, 55, 42, 0.2);
    border-radius: 50%;

    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.about-link:hover {
    color: #12372a;
}

.about-link:hover span {
    background: #d6a84f;
    border-color: #d6a84f;

    transform: translateX(4px);
}


/* =========================================
   STATS CARD
========================================= */

.about-stats-card {
    position: relative;

    background: #f6f8f5;

    border: 1px solid #e4e9e5;
    border-radius: 12px;

    overflow: hidden;

    box-shadow:
        0 18px 50px rgba(18, 55, 42, 0.08);
}


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

.stats-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 21px 25px;

    background: #12372a;

    color: #ffffff;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.stats-heading i {
    color: #d6a84f;
    font-size: 18px;
}


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

.stat-card {
    min-height: 190px;

    padding: 28px 25px;

    background: #ffffff;

    display: flex;
    flex-direction: column;
    justify-content: center;

    transition:
        background 0.25s ease,
        transform 0.25s ease;
}

.stat-card:hover {
    background: #fbfcfa;
}

.stat-border-right {
    border-right: 1px solid #e4e9e5;
}

.stat-border-bottom {
    border-bottom: 1px solid #e4e9e5;
}


.stat-icon {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 15px;

    border-radius: 7px;

    background: rgba(214, 168, 79, 0.12);

    color: #b18736;

    font-size: 18px;
}


.stat-card strong {
    display: block;

    color: #12372a;

    font-size: 36px;
    line-height: 1;

    font-weight: 800;
    letter-spacing: -1px;
}

.stat-card span {
    display: block;

    margin-top: 9px;

    color: #78837e;

    font-size: 12px;
    font-weight: 600;

    text-transform: uppercase;
    letter-spacing: 0.8px;
}


/* =========================================
   STATS FOOTER
========================================= */

.stats-footer {
    display: flex;
    align-items: center;
    gap: 14px;

    padding: 20px 25px;

    background: #f6f8f5;

    border-top: 1px solid #e4e9e5;
}

.stats-footer > i {
    flex-shrink: 0;

    color: #d6a84f;
    font-size: 28px;
}

.stats-footer strong {
    display: block;

    color: #12372a;

    font-size: 13px;
}

.stats-footer p {
    margin: 3px 0 0;

    color: #7a8580;

    font-size: 12px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991.98px) {

    .about-content {
        max-width: 700px;
        margin: 0 auto;
    }

    .about-stats-card {
        max-width: 700px;
        margin: 0 auto;
    }
}


@media (max-width: 767.98px) {

    .about-content h2 {
        font-size: 35px;
    }

    .about-content .about-lead {
        font-size: 15px;
    }

    .about-highlights {
        flex-direction: column;
        gap: 10px;
    }

    .stat-card {
        min-height: 165px;
        padding: 22px 18px;
    }

    .stat-card strong {
        font-size: 30px;
    }

    .stat-card span {
        font-size: 10px;
    }

    .stats-heading {
        padding: 18px;
    }

    .stats-footer {
        padding: 17px 18px;
    }
}


@media (max-width: 480px) {

    .about-content h2 {
        font-size: 31px;
    }

    .stat-card {
        min-height: 145px;
    }

    .stat-icon {
        width: 35px;
        height: 35px;
        margin-bottom: 12px;
        font-size: 15px;
    }

    .stat-card strong {
        font-size: 27px;
    }
}

/* end home about section */

/* start product section */
/* =========================================
   PRODUCTS SECTION
========================================= */

.products-section {
    position: relative;
    background: #f5f7f4;
    overflow: hidden;
}


/* =========================================
   SECTION HEADER
========================================= */

.products-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 40px;

    margin-bottom: 42px;
}

.section-head-content {
    max-width: 680px;
}

.products-section .section-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 15px;

    color: #b18736;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.products-section .section-tag span {
    width: 30px;
    height: 2px;

    background: #d6a84f;
}


.products-section .section-head h2 {
    margin: 0 0 15px;

    color: #12372a;

    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.12;

    font-weight: 700;
    letter-spacing: -1.2px;
}

.products-section .section-head h2 span {
    color: #d6a84f;
}


.products-section .section-head p {
    max-width: 610px;

    margin: 0;

    color: #68756f;

    font-size: 15px;
    line-height: 1.7;
}


/* =========================================
   VIEW ALL
========================================= */

.products-view-all {
    flex-shrink: 0;

    display: inline-flex;
    align-items: center;
    gap: 11px;

    color: #12372a;

    text-decoration: none;

    font-size: 13px;
    font-weight: 700;
}

.products-view-all span {
    width: 37px;
    height: 37px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #cbd4ce;
    border-radius: 50%;

    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.products-view-all:hover {
    color: #12372a;
}

.products-view-all:hover span {
    background: #d6a84f;
    border-color: #d6a84f;

    transform: translate(3px, -3px);
}


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

.product-card {
    position: relative;

    height: 100%;

    display: flex;
    flex-direction: column;

    background: #ffffff;

    border: 1px solid #e1e7e2;
    border-radius: 10px;

    overflow: hidden;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.product-card:hover {
    transform: translateY(-7px);

    border-color: rgba(214, 168, 79, 0.55);

    box-shadow:
        0 18px 40px rgba(18, 55, 42, 0.11);
}


/* =========================================
   CARD TOP
========================================= */

.product-card-top {
    position: relative;

    height: 180px;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        linear-gradient(
            135deg,
            #12372a 0%,
            #174936 100%
        );

    overflow: hidden;
}


/* Decorative circle */

.product-card-top::before {
    content: "";

    position: absolute;

    width: 170px;
    height: 170px;

    right: -55px;
    top: -75px;

    border: 1px solid rgba(214, 168, 79, 0.25);
    border-radius: 50%;
}

.product-card-top::after {
    content: "";

    position: absolute;

    width: 110px;
    height: 110px;

    left: -45px;
    bottom: -60px;

    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}


/* =========================================
   PRODUCT NUMBER
========================================= */

.product-number {
    position: absolute;

    top: 18px;
    left: 20px;

    color: rgba(255, 255, 255, 0.48);

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}


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

.product-icon {
    position: relative;
    z-index: 2;

  

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(214, 168, 79, 0.55);


    background: rgba(255, 255, 255, 0.07);

    color: #e6c477;

    font-size: 29px;

    transition:
        background 0.3s ease,
        transform 0.3s ease;
}

.product-card:hover .product-icon {
    background: rgba(214, 168, 79, 0.15);
    transform: scale(1.06);
}


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

.product-content {
    flex: 1;

    display: flex;
    flex-direction: column;

    padding: 25px 24px 22px;
}


.product-category {
    margin-bottom: 7px;

    color: #b18736;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 1.5px;
    text-transform: uppercase;
}


.product-content h3 {
    margin: 0 0 12px;

    color: #12372a;

    font-size: 23px;
    font-weight: 750;
}


.product-content p {
    flex: 1;

    margin: 0 0 22px;

    color: #718079;

    font-size: 13px;
    line-height: 1.7;
}


/* =========================================
   PRODUCT ENQUIRY
========================================= */

.product-enquiry {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;

    padding: 12px 0;

    border: 0;
    border-top: 1px solid #e7ebe8;

    background: transparent;

    color: #12372a;

    font-size: 12px;
    font-weight: 700;

    text-align: left;

    transition:
        color 0.25s ease,
        padding 0.25s ease;
}

.product-enquiry i {
    color: #b18736;

    transition: transform 0.25s ease;
}

.product-enquiry:hover {
    color: #a37c2e;
    padding-left: 3px;
}

.product-enquiry:hover i {
    transform: translateX(5px);
}


/* =========================================
   BOTTOM CTA
========================================= */

.products-bottom-cta {
    margin-top: 45px;
    padding: 22px 25px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 25px;

    background: #12372a;

    border-radius: 9px;

    color: #ffffff;
}


.products-bottom-cta strong {
    display: block;

    margin-bottom: 4px;

    font-size: 15px;
    font-weight: 700;
}


.products-bottom-cta span {
    color: rgba(255, 255, 255, 0.65);

    font-size: 12px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991.98px) {

    .products-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .products-section .section-head h2 {
        font-size: 40px;
    }

    .products-bottom-cta {
        align-items: flex-start;
        flex-direction: column;
    }
}


@media (max-width: 767.98px) {

    .products-section .section-head h2 {
        font-size: 34px;
    }

    .products-section .section-head p {
        font-size: 14px;
    }

    .product-card-top {
        height: 140px;
    }

    .product-content {
        padding: 22px 20px 18px;
    }

    .products-bottom-cta {
        padding: 20px;
    }

    .products-bottom-cta .btn {
        width: 100%;
    }
}


@media (max-width: 480px) {

    .products-section .section-head h2 {
        font-size: 30px;
    }

    .products-view-all {
        font-size: 12px;
    }

    .product-card-top {
        height: 135px;
    }

    .product-icon {
        width: 60px;
        height: 60px;
        font-size: 25px;
    }
}



.product-image {
   
    overflow: hidden;
    flex-shrink: 0;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}



/* end product section */


/* start why choose us */

/* ================================
   WHY CHOOSE US
================================ */

.why-choose-section {
    background: #f8f9f5;
}

.section-heading {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.section-tag {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #123d27;
}

.section-heading h2 {
    margin: 0;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.15;
    font-weight: 700;
    color: #1c2418;
}

.section-description {
    max-width: 700px;
    margin: 18px auto 0;
    font-size: 16px;
    line-height: 1.8;
    color: #687064;
}


/* Feature Card */

.feature-card {
    height: 100%;
    padding: 30px 28px;
    background: #ffffff;
    border: 1px solid #e7ebe2;
    border-radius: 14px;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.feature-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #123d27;
    transition: width 0.35s ease;
}

.feature-card:hover {
    transform: translateY(-7px);
    border-color: #d8dfcc;
    box-shadow: 0 18px 45px rgba(35, 48, 28, 0.09);
}

.feature-card:hover::after {
    width: 100%;
}


/* Top Area */

.feature-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.feature-number {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #9ba394;
}

.feature-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #f0f4e9;
    color: #123d27;
    font-size: 23px;
    transition: all 0.35s ease;
}

.feature-card:hover .feature-icon {
    background: #123d27;
    color: #ffffff;
}


/* Content */

.feature-content h5 {
    margin-bottom: 12px;
    font-size: 19px;
    font-weight: 700;
    color: #20271d;
}

.feature-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
    color: #737a70;
}


/* Mobile */

@media (max-width: 767px) {

    .section-heading h2 br {
        display: none;
    }

    .feature-card {
        padding: 25px 23px;
    }

    .feature-top {
        margin-bottom: 22px;
    }

}

/* end why choose us */


/* start gallery section */

/* =========================================
   GALLERY HOME
========================================= */

.gallery-home {
    background: #ffffff;
}

.gallery-heading {
    align-items: flex-end;
    margin-bottom: 38px;
}

.gallery-heading h2 {
    margin-bottom: 14px;
}

.gallery-heading p {
    max-width: 560px;
    margin: 0;
    color: #737a70;
    font-size: 15px;
    line-height: 1.7;
}


/* View Gallery Link */

.gallery-view-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 13px 20px;
    border: 1px solid #dce2d6;
    border-radius: 50px;
    color: #26301f;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.gallery-view-link i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.gallery-view-link:hover {
    background: #123d27;
    border-color: #123d27;
    color: #ffffff;
}

.gallery-view-link:hover i {
    transform: translate(3px, -3px);
}


/* Gallery Item */

.gallery-item {
    position: relative;
    display: block;
    height: 320px;
    overflow: hidden;
    border-radius: 14px;
    background: #eef1eb;
    text-decoration: none;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s cubic-bezier(.2,.65,.3,1);
}


/* Dark Overlay */

.gallery-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(15, 22, 12, 0.78) 0%,
        rgba(15, 22, 12, 0.12) 55%,
        rgba(15, 22, 12, 0) 100%
    );
    opacity: 0.85;
    transition: opacity 0.35s ease;
}


/* Overlay Content */

.gallery-overlay {
    position: absolute;
    z-index: 2;
    left: 22px;
    right: 22px;
    bottom: 20px;

    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    color: #ffffff;
}

.gallery-overlay span {
    display: block;
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    opacity: 0.7;
}

.gallery-overlay h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}


/* Arrow */

.gallery-arrow {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 50%;

    font-size: 17px;

    transition: all 0.35s ease;
}

.gallery-arrow i {
    transition: transform 0.35s ease;
}


/* Hover */

.gallery-item:hover img {
    transform: scale(1.08);
}

.gallery-item:hover::after {
    opacity: 1;
}

.gallery-item:hover .gallery-arrow {
    background: #ffffff;
    border-color: #ffffff;
    color: #26301f;
}

.gallery-item:hover .gallery-arrow i {
    transform: translate(3px, -3px);
}


/* Responsive */

@media (max-width: 991px) {

    .gallery-heading {
        align-items: flex-start;
    }

    .gallery-item {
        height: 280px;
    }

}

@media (max-width: 767px) {

    .gallery-heading {
        display: block;
    }

    .gallery-view-link {
        margin-top: 22px;
    }

    .gallery-item {
        height: 260px;
        border-radius: 12px;
    }

    .gallery-overlay {
        left: 18px;
        right: 18px;
        bottom: 17px;
    }

}

/* end gallery section */

/* start home before footer */

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

.cta-section {
    padding: 90px 0;
    background: #f7f8f4;
}


/* CTA Box */

.cta-box {
    position: relative;
    overflow: hidden;

    padding: 70px 75px;

    border-radius: 20px;
    background: #123d27;

    display: flex;
    align-items: center;
    justify-content: space-between;

    box-shadow: 0 25px 60px rgba(25, 35, 20, 0.12);
}


/* Decorative Background */

.cta-box::before {
    content: "";
    position: absolute;

    width: 420px;
    height: 420px;

    right: -150px;
    top: -190px;

    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 50%;
}

.cta-box::after {
    content: "";
    position: absolute;

    width: 280px;
    height: 280px;

    right: -60px;
    bottom: -180px;

    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 50%;
}


/* Content */

.cta-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.cta-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 18px;

    color: #b9c889;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
}

.cta-line {
    width: 28px;
    height: 1px;
    background: #b9c889;
}


.cta-content h2 {
    margin: 0 0 18px;

    color: #ffffff;

    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -0.5px;
}


.cta-content p {
    max-width: 650px;

    margin: 0;

    color: rgba(255,255,255,0.68);

    font-size: 16px;
    line-height: 1.8;
}


/* Actions */

.cta-actions {
    display: flex;
    align-items: center;
    gap: 20px;

    margin-top: 32px;
}


.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;

    padding: 14px 22px;

    border: 1px solid #c5d493;
    border-radius: 5px;

    background: #c5d493;
    color: #1f2919;

    font-size: 14px;
    font-weight: 700;

    transition: all 0.3s ease;
}


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


.cta-btn:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #1f2919;
    transform: translateY(-2px);
}


.cta-btn:hover i {
    transform: translateX(4px);
}


.cta-note {
    color: rgba(255,255,255,0.45);
    font-size: 12px;
}


/* Decorative Icon */

.cta-decoration {
    position: relative;
    z-index: 2;

    width: 145px;
    height: 145px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 50%;

    color: rgba(255,255,255,0.13);
}


.cta-decoration i {
    font-size: 55px;
}


.cta-decoration span {
    position: absolute;

    top: 18px;
    right: 20px;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.3);
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .cta-box {
        padding: 55px 45px;
    }

    .cta-decoration {
        width: 115px;
        height: 115px;
    }

    .cta-decoration i {
        font-size: 42px;
    }

}


@media (max-width: 767px) {

    .cta-section {
        padding: 60px 0;
    }

    .cta-box {
        padding: 45px 28px;
        border-radius: 15px;
    }

    .cta-content h2 {
        font-size: 32px;
    }

    .cta-content p {
        font-size: 14px;
    }

    .cta-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .cta-note {
        font-size: 11px;
    }

    .cta-decoration {
        display: none;
    }

}

/* end home before footer */


/* start footer section */

/* =========================================
   SITE FOOTER
========================================= */

.site-footer {
    background: #123d27;
    color: #ffffff;
    position: relative;
}


/* Main Footer */

.footer-main {
    display: grid;
    grid-template-columns: 1.5fr 0.7fr 1.35fr 1fr;
    gap: 60px;

    padding: 75px 0 65px;
}


/* Brand */

.footer-logo {
    display: inline-block;
    margin-bottom: 18px;

    color: #ffffff;
    text-decoration: none;

    font-size: 25px;
    font-weight: 700;
    letter-spacing: -0.4px;
}

.footer-brand p {
    max-width: 390px;
    margin: 0;

    color: rgba(255,255,255,0.58);
    font-size: 14px;
    line-height: 1.8;
}


/* Enquiry Link */

.footer-enquiry {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-top: 25px;

    color: #c5d493;
    text-decoration: none;

    font-size: 13px;
    font-weight: 600;

    transition: all 0.3s ease;
}

.footer-enquiry i {
    transition: transform 0.3s ease;
}

.footer-enquiry:hover {
    color: #ffffff;
}

.footer-enquiry:hover i {
    transform: translate(3px, -3px);
}


/* Columns */

.footer-column h6 {
    margin: 4px 0 22px;

    color: #ffffff;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}


/* Links */

.footer-links {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255,255,255,0.58);
    text-decoration: none;

    font-size: 14px;

    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #c5d493;
    padding-left: 4px;
}


/* Contact */

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;

    margin-bottom: 0px;
}

.contact-icon {
    width: 34px;
    height: 34px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 7px;

    color: #c5d493;
    font-size: 14px;
}

.contact-item span {
    display: block;

    margin-bottom: 3px;

    color: rgba(255,255,255,0.38);

    font-size: 10px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.contact-item strong {
    display: block;

    color: rgba(255,255,255,0.85);

    font-size: 13px;
    font-weight: 600;
}

.contact-item small {
    color: rgba(255,255,255,0.42);
    font-size: 11px;
}

.contact-item a {
    color: rgba(255,255,255,0.72);
    text-decoration: none;
    font-size: 13px;

    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #c5d493;
}

.contact-item p {
    max-width: 250px;

    margin: 0;

    color: rgba(255,255,255,0.62);

    font-size: 12px;
    line-height: 1.7;
}


/* Business */

.business-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 25px;
}

.business-item {
    display: flex;
    align-items: center;
    gap: 9px;

    padding: 11px 12px;

    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 7px;

    color: rgba(255,255,255,0.65);

    font-size: 12px;
}

.business-item i {
    color: #c5d493;
    font-size: 14px;
}


/* Business Notes */

.footer-business-note {
    display: flex;
    flex-direction: column;

    padding: 12px 0;

    border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-business-note strong {
    margin-bottom: 3px;

    color: rgba(255,255,255,0.4);

    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer-business-note span {
    color: rgba(255,255,255,0.75);
    font-size: 12px;
}


/* =========================================
   FOOTER BOTTOM
========================================= */

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 22px 0;

    border-top: 1px solid rgba(255,255,255,0.09);

    color: rgba(255,255,255,0.38);

    font-size: 11px;
}

.footer-tagline {
    color: rgba(255,255,255,0.45);
}

.footer-tagline i {
    vertical-align: middle;
    color: #c5d493;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1199px) {

    .footer-main {
        grid-template-columns: 1.3fr 0.7fr 1.3fr;
        gap: 45px;
    }

}


@media (max-width: 991px) {

    .footer-main {
        grid-template-columns: 1.2fr 1fr;
        gap: 45px 35px;

        padding: 60px 0 50px;
    }

}


@media (max-width: 575px) {

    .footer-main {
        grid-template-columns: 1fr;
        gap: 35px;

        padding: 50px 0 40px;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;

        line-height: 1.6;
    }

    .business-list {
        max-width: 300px;
    }

}

/* end footer section */

/* start braadcrumb */

/* =========================================
   INNER HERO WITH BACKGROUND IMAGE
========================================= */

.inner-hero {
    position: relative;
    min-height: 480px;

    display: flex;
    align-items: center;

    background-image:
        linear-gradient(
            90deg,
            rgba(20, 29, 16, 0.88) 0%,
            rgba(20, 29, 16, 0.70) 45%,
            rgba(20, 29, 16, 0.35) 100%
        ),
        url("../images/b1.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    color: #ffffff;
}


/* Content */

.inner-hero .container {
    position: relative;
    z-index: 2;
}

.inner-hero .eyebrow {
    display: inline-block;

    margin-bottom: 16px;

    color: #c5d493;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
}


.inner-hero h1 {
    max-width: 800px;

    margin: 0 0 20px;

    color: #ffffff;

    font-size: clamp(42px, 6vw, 5   0px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -1px;
}


.inner-hero p {
    max-width: 620px;

    margin: 0;

    color: rgba(255,255,255,0.72);

    font-size: 17px;
    line-height: 1.8;
}


/* Bottom subtle gradient */

.inner-hero::after {
    content: "";

    position: absolute;
    inset: auto 0 0 0;

    height: 100px;

    background: linear-gradient(
        to top,
        rgba(15, 22, 12, 0.35),
        transparent
    );

    pointer-events: none;
}


/* Mobile */

@media (max-width: 767px) {

    .inner-hero {
        min-height: 420px;

        background-position: 60% center;
    }

    .inner-hero h1 {
        font-size: 42px;
    }

    .inner-hero p {
        font-size: 14px;
    }

}

/* end bradcrumb */


/* start about section */

/* =========================================
   COMPANY OVERVIEW
========================================= */

.company-overview {
    background: #ffffff;
}


/* Content */

.company-content {
    max-width: 760px;
}

.company-content h2 {
    margin: 0;

    max-width: 700px;

    color: #20281c;

    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.8px;
}


.content-divider {
    width: 55px;
    height: 3px;

    margin: 24px 0 25px;

    background: #123d27;
}


.company-content p {
    margin-bottom: 16px;

    color: #70776c;

    font-size: 15px;
    line-height: 1.85;
}

.company-content p strong {
    color: #303a29;
    font-weight: 700;
}


.company-content .lead-text {
    color: #4e574a;

    font-size: 17px;
    line-height: 1.8;
}


/* Story Link */

.company-link {
    display: inline-flex;
    align-items: center;
    gap: 11px;

    margin-top: 12px;

    color: #303a29;
    text-decoration: none;

    font-size: 13px;
    font-weight: 700;
}

.company-link i {
    color: #123d27;
    transition: transform 0.3s ease;
}

.company-link:hover {
    color: #123d27;
}

.company-link:hover i {
    transform: translateX(5px);
}


/* =========================================
   COMPANY SNAPSHOT
========================================= */

.company-snapshot {
    position: relative;

    padding: 35px;

    background: #f5f7f1;

    border: 1px solid #e3e8dc;
    border-radius: 16px;

    overflow: hidden;
}


.company-snapshot::before {
    content: "";

    position: absolute;

    width: 180px;
    height: 180px;

    right: -80px;
    top: -80px;

    border: 1px solid #dce3d2;
    border-radius: 50%;
}


/* Header */

.snapshot-header {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding-bottom: 22px;

    border-bottom: 1px solid #dfe4da;
}

.snapshot-header span {
    color: #123d27;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.8px;
}

.snapshot-header i {
    color: #8b9682;
    font-size: 20px;
}


/* Grid */

.snapshot-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}


.snapshot-item {
    position: relative;

    padding: 25px 15px 23px 0;

    border-bottom: 1px solid #dfe4da;
}

.snapshot-item:nth-child(odd) {
    padding-right: 20px;
    border-right: 1px solid #dfe4da;
}

.snapshot-item:nth-child(even) {
    padding-left: 20px;
}


.snapshot-item > span {
    display: block;

    margin-bottom: 10px;

    color: #a1aa99;

    font-size: 10px;
    font-weight: 700;
}


.snapshot-item small {
    display: block;

    margin-bottom: 5px;

    color: #899183;

    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
}


.snapshot-item strong {
    display: block;

    color: #283224;

    font-size: 19px;
    font-weight: 700;
}


/* Owner */

.snapshot-owner {
    display: flex;
    align-items: center;
    gap: 14px;

    padding: 25px 0;

    border-bottom: 1px solid #dfe4da;
}


.owner-icon {
    width: 44px;
    height: 44px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: #e7ecdF;
    color: #123d27;

    font-size: 18px;
}


.snapshot-owner small {
    display: block;

    margin-bottom: 4px;

    color: #899183;

    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
}


.snapshot-owner strong {
    display: block;

    color: #303a29;

    font-size: 13px;
    line-height: 1.4;
}


/* Footer */

.snapshot-footer {
    display: flex;
    align-items: center;
    gap: 9px;

    padding-top: 22px;

    color: #6f7969;

    font-size: 11px;
    line-height: 1.5;
}

.snapshot-footer i {
    color: #123d27;
    font-size: 16px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .company-content {
        max-width: 100%;
    }

    .company-snapshot {
        max-width: 650px;
    }

}


@media (max-width: 575px) {

    .company-snapshot {
        padding: 25px 22px;
    }

    .company-content h2 {
        font-size: 32px;
    }

    .company-content .lead-text {
        font-size: 15px;
    }

    .snapshot-item strong {
        font-size: 16px;
    }

    .snapshot-item:nth-child(even) {
        padding-left: 15px;
    }

}

/* end about section */


/* start mission vision section */

/* =========================================
   MISSION & VISION
========================================= */

.mission-vision-section {
    background: #f7f8f4;
}


/* Section Heading */

.mission-vision-section .section-heading {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.mission-vision-section .section-heading h2 {
    margin-bottom: 15px;
}

.mission-vision-section .section-heading p {
    max-width: 600px;
    margin: 0 auto;

    color: #737a70;
    font-size: 15px;
    line-height: 1.8;
}


/* =========================================
   PURPOSE CARD
========================================= */

.purpose-card {
    position: relative;

    height: 100%;
    min-height: 410px;

    padding: 38px 40px;

    border-radius: 16px;

    overflow: hidden;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}


.purpose-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(30, 40, 25, 0.12);
}


/* Mission */

.mission-card {
    background: #ffffff;
    border: 1px solid #e2e7dd;
    color: #253021;
}


/* Vision */

.vision-card {
    background: #123d27;
    color: #ffffff;
}


/* Decorative Circle */

.purpose-card::after {
    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    right: -150px;
    bottom: -170px;

    border: 1px solid rgba(113,134,42,0.12);

    border-radius: 50%;

    transition: transform 0.5s ease;
}

.purpose-card:hover::after {
    transform: scale(1.15);
}


/* Top */

.purpose-top {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 70px;
}


.purpose-number {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.mission-card .purpose-number {
    color: #a2aa99;
}

.vision-card .purpose-number {
    color: rgba(255,255,255,0.35);
}


/* Icon */

.purpose-icon {
    width: 54px;
    height: 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    font-size: 23px;
}

.mission-card .purpose-icon {
    background: #eef2e7;
    color: #123d27;
}

.vision-card .purpose-icon {
    background: rgba(255,255,255,0.08);
    color: #c5d493;
}


/* Content */

.purpose-content {
    position: relative;
    z-index: 2;

    max-width: 560px;
}


.purpose-label {
    display: block;

    margin-bottom: 13px;

    color: #123d27;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
}

.vision-card .purpose-label {
    color: #c5d493;
}


.purpose-content h3 {
    margin: 0 0 20px;

    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.mission-card .purpose-content h3 {
    color: #123d27;
}

.vision-card .purpose-content h3 {
    color: #ffffff;
}


.purpose-content p {
    max-width: 510px;

    margin: 0;

    font-size: 14px;
    line-height: 1.8;
}

.mission-card .purpose-content p {
    color: #70786c;
}

.vision-card .purpose-content p {
    color: rgba(255,255,255,0.62);
}


/* Bottom Accent */

.purpose-line {
    position: absolute;

    left: 40px;
    bottom: 30px;

    width: 45px;
    height: 2px;

    background: #123d27;
}

.vision-card .purpose-line {
    background: #c5d493;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 767px) {

    .purpose-card {
        min-height: 390px;
        padding: 30px 26px;
    }

    .purpose-top {
        margin-bottom: 55px;
    }

    .purpose-content h3 br {
        display: none;
    }

    .purpose-line {
        left: 26px;
        bottom: 25px;
    }

}




/* =========================================
   OUR CAPABILITIES
========================================= */

.capabilities-section {
    background: #ffffff;
}

.capabilities-section .section-heading {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.capabilities-section .section-heading h2 {
    margin-bottom: 15px;
}

.capabilities-section .section-heading p {
    max-width: 650px;
    margin: 0 auto;
    color: #737a70;
    font-size: 15px;
    line-height: 1.8;
}


/* =========================================
   CAPABILITY CARD
========================================= */

.capability-card {
    position: relative;
    height: 100%;
    min-height: 390px;
    display: flex;
    flex-direction: column;
    padding: 34px 34px 28px;
    background: #f7f8f4;
    border: 1px solid #e1e6dc;
    border-radius: 16px;
    overflow: hidden;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.capability-card:hover {
    transform: translateY(-7px);
    border-color: #cfd7c3;
    box-shadow: 0 20px 45px rgba(31, 41, 27, 0.10);
}


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

.capability-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 58px;
}

.capability-number {
    color: #a0a89a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.capability-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #123d27;
    color: #c5d493;
    font-size: 23px;
    transition:
        background 0.35s ease,
        color 0.35s ease,
        transform 0.35s ease;
}

.capability-card:hover .capability-icon {
    background: #123d27;
    color: #ffffff;
    transform: rotate(-4deg);
}


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

.capability-content {
    flex: 1;
}

.capability-label {
    display: block;
    margin-bottom: 12px;
    color: #123d27;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
}

.capability-content h3 {
    margin: 0 0 15px;
    color: #123d27;
    font-size: 27px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.4px;
}

.capability-content p {
    margin: 0;
    color: #6f776b;
    font-size: 14px;
    line-height: 1.8;
}

.capability-content strong {
    color: #3b4634;
    font-weight: 700;
}


/* =========================================
   FOOTER
========================================= */

.capability-footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid #dde3d7;
}

.capability-footer span {
    color: #4f594a;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.capability-footer i {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d5dccf;
    border-radius: 50%;
    color: #123d27;
    font-size: 14px;
    transition:
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.capability-card:hover .capability-footer i {
    background: #123d27;
    border-color: #123d27;
    color: #ffffff;
    transform: translate(2px, -2px);
}


/* =========================================
   SUBTLE DECORATION
========================================= */

.capability-card::after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -110px;
    width: 220px;
    height: 220px;
    border: 1px solid rgba(113, 134, 42, 0.10);
    border-radius: 50%;
    pointer-events: none;
    transition: transform 0.5s ease;
}

.capability-card:hover::after {
    transform: scale(1.15);
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {
    .capability-card {
        min-height: 370px;
    }
}

@media (max-width: 767px) {

    .capability-card {
        min-height: auto;
        padding: 28px 25px 24px;
    }

    .capability-top {
        margin-bottom: 45px;
    }

    .capability-icon {
        width: 50px;
        height: 50px;
        font-size: 21px;
    }

    .capability-content h3 {
        font-size: 24px;
    }

    .capability-content p {
        font-size: 13px;
    }

    .capability-footer {
        margin-top: 25px;
    }
}

/* end mission vision seciton */


/* start modal section */
    
/* =========================================
   ENQUIRY MODAL
========================================= */

.enquiry-modal .modal-dialog {
    max-width: 780px;
    padding: 15px;
}

.enquiry-content {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 30px 80px rgba(20, 30, 18, 0.20);
}


/* =========================================
   HEADER
========================================= */

.enquiry-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding: 30px 32px;
    border-bottom: 1px solid #e6e9e3;
    background: #f7f8f4;
}

.enquiry-heading {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.enquiry-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #123d27;
    color: #c5d493;
    font-size: 19px;
}

.enquiry-tag {
    display: block;
    margin-bottom: 5px;
    color: #123d27;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
}

.enquiry-header .modal-title {
    margin: 0;
    color: #123d27;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: -0.4px;
}

.enquiry-header p {
    margin: 6px 0 0;
    color: #747b70;
    font-size: 13px;
    line-height: 1.6;
}

.enquiry-close {
    margin-top: 2px;
    padding: 10px;
    border-radius: 50%;
    opacity: 0.55;
    transition:
        background 0.25s ease,
        opacity 0.25s ease;
}

.enquiry-close:hover {
    background: #e5e9df;
    opacity: 1;
}


/* =========================================
   BODY
========================================= */

.enquiry-body {
    padding: 30px 32px 32px;
}

.enquiry-intro {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 26px;
    padding: 11px 14px;
    border: 1px solid #e1e7d9;
    border-radius: 8px;
    background: #f8faf6;
    color: #65705e;
    font-size: 12px;
}

.enquiry-intro i {
    flex-shrink: 0;
    color: #123d27;
    font-size: 15px;
}


/* =========================================
   FORM FIELDS
========================================= */

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: #30392c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.form-group label span {
    color: #123d27;
}

.input-wrap {
    position: relative;
}

.input-wrap > i {
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 2;
    color: #8a9384;
    font-size: 15px;
    transform: translateY(-50%);
    pointer-events: none;
    transition: color 0.25s ease;
}

.input-wrap .form-control {
    min-height: 50px;
    padding: 12px 15px 12px 43px;
    border: 1px solid #dce2d7;
    border-radius: 9px;
    background: #ffffff;
    color: #273024;
    font-size: 13px;
    box-shadow: none;
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}

.input-wrap .form-control::placeholder {
    color: #a4aba0;
}

.input-wrap .form-control:hover {
    border-color: #c8d0c2;
}

.input-wrap .form-control:focus {
    border-color: #123d27;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(113, 134, 42, 0.10);
}

.input-wrap:focus-within > i {
    color: #123d27;
}


/* =========================================
   TEXTAREA
========================================= */

.textarea-wrap > i {
    top: 18px;
    transform: none;
}

.textarea-wrap textarea.form-control {
    min-height: 125px;
    resize: vertical;
    line-height: 1.7;
}


/* =========================================
   FOOTER
========================================= */

.enquiry-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 32px 25px;
    border-top: 1px solid #e6e9e3;
    background: #ffffff;
}

.enquiry-note {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #7b8277;
    font-size: 11px;
}

.enquiry-note i {
    color: #123d27;
    font-size: 16px;
}


/* =========================================
   SUBMIT BUTTON
========================================= */

.enquiry-submit {
    min-width: 175px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px 20px;
    border: 0;
    border-radius: 8px;
    background: #123d27;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition:
        background 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

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

.enquiry-submit:hover {
    background: #123d27;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(32, 41, 27, 0.15);
}

.enquiry-submit:hover i {
    transform: translateX(4px);
}

.enquiry-submit:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(113, 134, 42, 0.20);
}


/* =========================================
   MODAL ANIMATION
========================================= */

.enquiry-modal .modal-content {
    animation: enquiryModalIn 0.3s ease;
}

@keyframes enquiryModalIn {
    from {
        opacity: 0;
        transform: translateY(15px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 767px) {

    .enquiry-modal .modal-dialog {
        margin: 10px auto;
        padding: 10px;
    }

    .enquiry-header {
        padding: 24px 22px;
    }

    .enquiry-heading {
        gap: 12px;
    }

    .enquiry-icon {
        width: 42px;
        height: 42px;
        font-size: 17px;
    }

    .enquiry-header .modal-title {
        font-size: 23px;
    }

    .enquiry-header p {
        font-size: 12px;
    }

    .enquiry-body {
        padding: 24px 22px;
    }

    .enquiry-intro {
        align-items: flex-start;
        margin-bottom: 22px;
    }

    .enquiry-footer {
        flex-direction: column;
        align-items: stretch;
        padding: 18px 22px 22px;
    }

    .enquiry-note {
        justify-content: center;
        text-align: center;
    }

    .enquiry-submit {
        width: 100%;
    }
}

/* end modal section */

/* start product section */

/* =========================================
   PRODUCTS SECTION
========================================= */

.products-section {
    background: #f7f8f4;
}


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

.products-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 50px;
}

.products-heading h2 {
    margin: 8px 0 0;
    color: #123d27;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -1px;
}

.products-heading > p {
    max-width: 390px;
    margin: 0 0 4px;
    color: #737a70;
    font-size: 14px;
    line-height: 1.8;
}


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

.product-card {
    height: 100%;
    background: #ffffff;
    border: 1px solid #e0e5dc;
    border-radius: 15px;
    overflow: hidden;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.product-card:hover {
    transform: translateY(-7px);
    border-color: #d0d8c7;
    box-shadow: 0 18px 45px rgba(30, 40, 25, 0.10);
}


/* =========================================
   PRODUCT IMAGE
========================================= */

.product-image {
    position: relative;
    height: 225px;
    overflow: hidden;
    background: #e8ece3;
}

.product-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.07);
}


/* =========================================
   IMAGE OVERLAY
========================================= */

.product-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(20, 28, 17, 0.15),
        transparent 45%,
        rgba(20, 28, 17, 0.30)
    );
    pointer-events: none;
}


/* =========================================
   PRODUCT NUMBER
========================================= */

.product-number {
    position: absolute;
    top: 15px;
    left: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 28px;
    padding: 0 8px;
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 5px;
    background: rgba(20, 29, 16, 0.65);
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    backdrop-filter: blur(5px);
}


/* =========================================
   CATEGORY
========================================= */

.product-category {
    position: absolute;
    right: 15px;
    bottom: 14px;
    z-index: 2;
    padding: 6px 9px;
    border-radius: 4px;
    background: #c5d493;
    color: #26301f;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.2px;
}


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

.product-content {
    min-height: 205px;
    display: flex;
    flex-direction: column;
    padding: 24px 24px 21px;
}

.product-content h3 {
    margin: 0 0 10px;
    color: #123d27;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.3px;
}

.product-content p {
    margin: 0;
    color: #737a70;
    font-size: 13px;
    line-height: 1.75;
}


/* =========================================
   ENQUIRY BUTTON
========================================= */

.product-enquiry {
    width: 100%;
    margin-top: auto;
    padding: 13px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 0;
    border-top: 1px solid #e5e9e1;
    background: transparent;
    color: #293226;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-align: left;
    cursor: pointer;
}

.product-enquiry i {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d5dccf;
    border-radius: 50%;
    color: #123d27;
    font-size: 13px;
    transition:
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.product-enquiry:hover {
    color: #123d27;
}

.product-enquiry:hover i {
    background: #123d27;
    border-color: #123d27;
    color: #ffffff;
    transform: translate(2px, -2px);
}


/* =========================================
   FOCUS STATE
========================================= */

.product-enquiry:focus {
    outline: none;
}

.product-enquiry:focus-visible {
    box-shadow: 0 0 0 3px rgba(113, 134, 42, 0.15);
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .products-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 40px;
    }

    .products-heading > p {
        max-width: 600px;
    }

    .product-image {
        height: 210px;
    }
}


@media (max-width: 767px) {

    .products-heading h2 {
        font-size: 32px;
    }

    .products-heading > p {
        font-size: 13px;
    }

    .product-image {
        height: 230px;
    }

    .product-content {
        min-height: 195px;
        padding: 22px 20px 19px;
    }

    .product-content h3 {
        font-size: 21px;
    }
}

/* end product section */


/* start gallery section */

/* =========================================
   GALLERY SECTION
========================================= */

.gallery-section {
    background: #f7f8f4;
}

.gallery-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 50px;
}

.gallery-heading h2 {
    margin: 8px 0 0;
    color: #123d27;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -1px;
}

.gallery-heading > p {
    max-width: 390px;
    margin: 0 0 4px;
    color: #737a70;
    font-size: 14px;
    line-height: 1.8;
}


/* =========================================
   GALLERY CARD
========================================= */

.gallery-card {
    width: 100%;
    padding: 0;
    display: block;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.gallery-image {
    position: relative;
    height: 330px;
    overflow: hidden;
    border-radius: 15px;
    background: #dfe4da;
}

.gallery-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(.2,.7,.2,1);
}

.gallery-card:hover .gallery-image img {
    transform: scale(1.07);
}


/* =========================================
   IMAGE OVERLAY
========================================= */

.gallery-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    background:
        linear-gradient(
            to bottom,
            rgba(20, 28, 17, 0.45),
            transparent 35%,
            rgba(20, 28, 17, 0.88)
        );
    color: #ffffff;
}

.gallery-number {
    align-self: flex-start;
    min-width: 38px;
    padding: 7px 9px;
    border: 1px solid rgba(255,255,255,0.30);
    border-radius: 5px;
    background: rgba(20, 29, 16, 0.45);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    backdrop-filter: blur(5px);
}

.gallery-info span {
    display: block;
    margin-bottom: 6px;
    color: #c5d493;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.8px;
}

.gallery-info h3 {
    margin: 0;
    color: #ffffff;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 700;
}

.gallery-arrow {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.30);
    border-radius: 50%;
    background: rgba(20, 29, 16, 0.50);
    color: #ffffff;
    font-size: 15px;
    backdrop-filter: blur(5px);
    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.gallery-card:hover .gallery-arrow {
    background: #123d27;
    border-color: #123d27;
    transform: translate(2px, -2px);
}


/* =========================================
   ACCESSIBILITY
========================================= */

.gallery-card:focus {
    outline: none;
}

.gallery-card:focus-visible .gallery-image {
    box-shadow: 0 0 0 4px rgba(113, 134, 42, 0.25);
}


/* =========================================
   GALLERY MODAL
========================================= */

.gallery-modal .modal-dialog {
    max-width: 1180px;
    margin: 15px auto;
}

.gallery-modal .modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 16px;
    background: #171d14;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}


/* =========================================
   MODAL HEADER
========================================= */

.gallery-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
    background: #123d27;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.gallery-modal-tag {
    display: block;
    margin-bottom: 4px;
    color: #c5d493;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.8px;
}

.gallery-modal-header h5 {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}

.gallery-modal-close {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 50%;
    background: transparent;
    color: rgba(255,255,255,0.75);
    font-size: 14px;
    cursor: pointer;
    transition:
        background 0.25s ease,
        color 0.25s ease;
}

.gallery-modal-close:hover {
    background: rgba(255,255,255,0.10);
    color: #ffffff;
}


/* =========================================
   MODAL BODY
========================================= */

.gallery-modal-body {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 80px;
    background: #11150f;
}

.gallery-preview-wrap {
    position: relative;
    width: 100%;
    height: 65vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-preview-wrap img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.30);
}


/* =========================================
   NAVIGATION BUTTONS
========================================= */

.gallery-nav {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    transform: translateY(-50%);
    backdrop-filter: blur(8px);
    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.gallery-nav:hover {
    background: #123d27;
    border-color: #123d27;
}

.gallery-prev {
    left: 20px;
}

.gallery-next {
    right: 20px;
}

.gallery-prev:hover {
    transform: translate(-2px, -50%);
}

.gallery-next:hover {
    transform: translate(2px, -50%);
}


/* =========================================
   COUNTER
========================================= */

.gallery-counter {
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 11px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 5px;
    background: rgba(15, 20, 13, 0.70);
    color: rgba(255,255,255,0.60);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    backdrop-filter: blur(6px);
}

.gallery-counter #galleryCurrent {
    color: #c5d493;
}


/* =========================================
   MODAL FOOTER
========================================= */

.gallery-modal-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 25px;
    background: #123d27;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.gallery-modal-footer span:first-child {
    display: block;
    margin-bottom: 4px;
    color: #c5d493;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.6px;
}

.gallery-modal-footer h4 {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}

.gallery-footer-note {
    color: rgba(255,255,255,0.40);
    font-size: 10px;
    letter-spacing: 1px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .gallery-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 40px;
    }

    .gallery-image {
        height: 290px;
    }

    .gallery-modal-body {
        min-height: 60vh;
        padding: 20px 65px;
    }

    .gallery-preview-wrap {
        height: 55vh;
    }
}


@media (max-width: 767px) {

    .gallery-heading h2 {
        font-size: 32px;
    }

    .gallery-heading > p {
        font-size: 13px;
    }

    .gallery-image {
        height: 260px;
    }

    .gallery-modal .modal-dialog {
        margin: 8px;
    }

    .gallery-modal-header {
        padding: 16px 18px;
    }

    .gallery-modal-body {
        min-height: 55vh;
        padding: 15px 50px;
    }

    .gallery-preview-wrap {
        height: 50vh;
    }

    .gallery-nav {
        width: 38px;
        height: 38px;
        font-size: 15px;
    }

    .gallery-prev {
        left: 8px;
    }

    .gallery-next {
        right: 8px;
    }

    .gallery-modal-footer {
        align-items: flex-start;
        flex-direction: column;
        padding: 16px 18px;
        gap: 8px;
    }

    .gallery-footer-note {
        display: none;
    }
}

/* end gallery section */


/* start contact section */
.contact-section {
background: #f7f8f4;
}

/* ---------------------------------
Contact Intro
--------------------------------- */

.contact-intro {
max-width: 500px;
margin-bottom: 38px;
}

.contact-intro h2 {
margin: 10px 0 18px;
color: #123d27;
font-size: clamp(36px, 4vw, 52px);
line-height: 1.1;
font-weight: 700;
letter-spacing: -1.2px;
}

.contact-intro h2 span {
color: #123d27;
}

.contact-intro p {
max-width: 480px;
margin: 0;
color: #737a70;
font-size: 14px;
line-height: 1.85;
}

/* ---------------------------------
Contact List
--------------------------------- */

.contact-list {
display: flex;
flex-direction: column;
gap: 0;
border-top: 1px solid #dde3d8;
}

.contact-item {
display: flex;
align-items: flex-start;
gap: 16px;
padding: 21px 0;
border-bottom: 1px solid #dde3d8;
}

.contact-icon {
width: 44px;
height: 44px;
flex-shrink: 0;

display: flex;
align-items: center;
justify-content: center;

border-radius: 10px;
background: #123d27;
color: #c5d493;
font-size: 17px;

transition:
    background .3s ease,
    color .3s ease,
    transform .3s ease;

}

.contact-item .contact-icon {
background: #123d27;
color: #ffffff;
transform: translateY(-2px);
}

.contact-content {
display: flex;
flex-direction: column;
min-width: 0;
}

.contact-content small {
margin-bottom: 5px;
color: #123d27;
font-size: 9px;
font-weight: 800;
letter-spacing: 1.7px;
}

.contact-content strong {
color: #293226;
font-size: 14px;
line-height: 1.55;
font-weight: 700;
}

.contact-content span {
margin-top: 3px;
color: #7b8277;
font-size: 12px;
line-height: 1.5;
}

/* ---------------------------------
Contact Note
--------------------------------- */

.contact-note {
display: flex;
align-items: center;
gap: 9px;

margin-top: 24px;

color: #697264;
font-size: 11px;
line-height: 1.5;

}

.contact-note i {
flex-shrink: 0;
color: #123d27;
font-size: 16px;
}

/* ---------------------------------
Form Card
--------------------------------- */

.contact-form-card {
position: relative;

padding: 34px 36px;

background: #ffffff;
border: 1px solid #e0e5dc;
border-radius: 16px;

box-shadow: 0 15px 45px rgba(30, 40, 25, 0.06);

}

.contact-form-card::before {
content: "";

position: absolute;
top: 0;
left: 36px;

width: 50px;
height: 3px;

background: #123d27;
border-radius: 0 0 3px 3px;

}

/* ---------------------------------
Form Header
--------------------------------- */

.form-header {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 20px;

margin-bottom: 10px;

}

.form-header > div > span {
display: block;
margin-bottom: 7px;

color: #123d27;
font-size: 10px;
font-weight: 800;
letter-spacing: 1.8px;

}

.form-header h3 {
margin: 0;
color: #123d27;
font-size: 28px;
line-height: 1.2;
font-weight: 700;
letter-spacing: -0.5px;
}

.form-header-icon {
width: 48px;
height: 48px;
flex-shrink: 0;

display: flex;
align-items: center;
justify-content: center;

border-radius: 11px;
background: #123d27;
color: #c5d493;
font-size: 18px;

}

.form-description {
max-width: 570px;
margin: 0 0 28px;

color: #7a8176;
font-size: 13px;
line-height: 1.75;

}

/* ---------------------------------
Form Fields
--------------------------------- */

.contact-form-group label {
display: block;
margin-bottom: 8px;

color: #30392c;
font-size: 11px;
font-weight: 700;

}

.contact-form-group label span {
color: #123d27;
}

.contact-input {
position: relative;
}

.contact-input > i {
position: absolute;
top: 50%;
left: 15px;
z-index: 2;

color: #8a9384;
font-size: 14px;

transform: translateY(-50%);
pointer-events: none;

transition: color .25s ease;

}

.contact-input .form-control {
min-height: 49px;

padding: 12px 14px 12px 42px;

border: 1px solid #dce2d7;
border-radius: 8px;

background: #ffffff;
color: #273024;

font-size: 13px;

box-shadow: none;

transition:
    border-color .25s ease,
    box-shadow .25s ease;

}

.contact-input .form-control::placeholder {
color: #a4aba0;
}

.contact-input .form-control {
border-color: #c8d0c2;
}

.contact-input .form-control {
border-color: #123d27;
box-shadow: 0 0 0 3px rgba(113, 134, 42, 0.10);
}

.contact-input > i {
color: #123d27;
}

/* ---------------------------------
Textarea
--------------------------------- */

.textarea-input > i {
top: 18px;
transform: none;
}

.textarea-input textarea.form-control {
min-height: 130px;
resize: vertical;
line-height: 1.7;
}

/* ---------------------------------
Submit Area
--------------------------------- */

.form-submit-row {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;

padding-top: 4px;

}

.form-security {
display: flex;
align-items: center;
gap: 8px;

color: #7b8277;
font-size: 10px;

}

.form-security i {
color: #123d27;
font-size: 15px;
}

.contact-submit {
min-width: 165px;
min-height: 48px;

display: inline-flex;
align-items: center;
justify-content: center;
gap: 11px;

padding: 12px 20px;

border: 0;
border-radius: 8px;

background: #123d27;
color: #ffffff;

font-size: 12px;
font-weight: 700;
letter-spacing: .2px;

cursor: pointer;

transition:
    background .3s ease,
    transform .3s ease,
    box-shadow .3s ease;

}

.contact-submit i {
font-size: 14px;
transition: transform .3s ease;
}

.contact-submit {
background: #123d27;
color: #ffffff;

transform: translateY(-2px);

box-shadow: 0 8px 22px rgba(32, 41, 27, 0.16);

}

.contact-submit i {
transform: translateX(4px);
}

.contact-submit {
outline: none;
}

.contact-submit {
box-shadow: 0 0 0 3px rgba(113, 134, 42, 0.20);
}

/* ---------------------------------
Responsive
--------------------------------- */

@media (max-width: 991px) {

.contact-form-card {
    padding: 30px;
}

.contact-form-card::before {
    left: 30px;
}

.contact-intro {
    max-width: 650px;
}

}

@media (max-width: 767px) {

.contact-intro {
    margin-bottom: 30px;
}

.contact-intro h2 {
    font-size: 36px;
}

.contact-item {
    padding: 18px 0;
    gap: 13px;
}

.contact-icon {
    width: 40px;
    height: 40px;
    font-size: 15px;
}

.contact-form-card {
    padding: 27px 22px;
    border-radius: 13px;
}

.contact-form-card::before {
    left: 22px;
}

.form-header h3 {
    font-size: 24px;
}

.form-header-icon {
    width: 42px;
    height: 42px;
    font-size: 16px;
}

.form-description {
    font-size: 12px;
    margin-bottom: 24px;
}

.form-submit-row {
    align-items: stretch;
    flex-direction: column;
    gap: 15px;
}

.form-security {
    justify-content: center;
    text-align: center;
}

.contact-submit {
    width: 100%;
}

}
/* end contact section */
