:root {
    --green-deep: #136450;
    --green-mid: #2d5c3e;
    --green-light: #4a8c60;
    --cream: #f7f1e8;
    --cream-dark: #ede4d5;
    --amber: #c97b2a;
    --amber-light: #e8a44a;
    --white: #fff;
    --black: #222;
    --text-dark: #12231a;
    --text-muted: #5a7262;
    --border: rgba(28, 58, 40, 0.12);
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Outfit", sans-serif;
    background: var(--white);
    color: var(--text-dark);
    overflow-x: hidden;
}
h1,
h2,
h3,
h4 {
    font-family: "Space Grotesk", sans-serif;
}

/* ── NAVBAR ── */
.ekb-navbar {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--border);
    padding: 0.45rem 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    transition: box-shadow 0.3s;
}
.ekb-navbar.scrolled {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}
.navbar-brand-logo {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--green-deep);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Space Grotesk", sans-serif;
    color: var(--amber-light);
    font-size: 1.1rem;
    font-weight: 700;
    flex-shrink: 0;
}
.navbar-brand-text {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--green-deep);
    letter-spacing: 0.02em;
    text-decoration: none;
}
.navbar-brand-text span {
    color: var(--amber);
}
.nav-link {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--text-muted) !important;
    padding: 0.4rem 0.9rem !important;
    transition: color 0.2s;
}
.nav-link:hover,
.nav-link.active {
    color: var(--green-deep) !important;
}
.nav-cta {
    background: var(--green-deep) !important;
    color: var(--cream) !important;
    border-radius: 100px !important;
    padding: 0.5rem 1.4rem !important;
    transition: background 0.25s;
}
.nav-cta:hover {
    background: var(--green-mid) !important;
    color: var(--white) !important;
}
.nav-link.nav-cta.active {
    color: #fff !important;
}
/* ── HERO ── */
#home {
    padding-top: 90px;
    min-height: 100vh;
    background: var(--white);
    position: relative;
    overflow: hidden;
}
.hero-glow {
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    filter: blur(80px);
}
.hero-glow-1 {
    width: 600px;
    height: 600px;
    background: rgba(74, 140, 96, 0.08);
    top: -100px;
    right: -100px;
}
.hero-glow-2 {
    width: 400px;
    height: 400px;
    background: rgba(201, 123, 42, 0.06);
    bottom: -80px;
    left: -80px;
}
.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(201, 123, 42, 0.1);
    border: 1px solid rgba(201, 123, 42, 0.3);
    color: var(--amber);
    padding: 0.35rem 1rem;
    border-radius: 100px;
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.hero-tag::before {
    content: "";
    width: 6px;
    height: 6px;
    background: var(--amber);
    border-radius: 50%;
}
.hero-h1 {
    font-size: clamp(2.4rem, 4.5vw, 4rem);
    font-weight: 600;
    line-height: 1.08;
    color: var(--green-deep);
    letter-spacing: -0.01em;
}
.hero-h1 em {
    font-style: italic;
    color: var(--amber);
    display: block;
}
.hero-sub {
    font-size: 1.1rem;
    color: var(--text-muted);
    line-height: 1.5;
}
.btn-primary-ekb {
    background: var(--green-deep);
    color: var(--cream);
    padding: 0.85rem 2rem;
    border-radius: 100px;
    font-size: 0.88rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-decoration: none;
    border: none;
    box-shadow: 0 4px 20px rgba(28, 58, 40, 0.25);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.25s;
}
.btn-primary-ekb:hover {
    background: var(--green-mid);
    color: var(--cream);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(28, 58, 40, 0.3);
}
.btn-outline-ekb {
    border: 1.5px solid var(--green-deep);
    color: var(--green-deep);
    padding: 0.85rem 2rem;
    border-radius: 100px;
    font-size: 0.88rem;
    font-weight: 500;
    text-decoration: none;
    background: transparent;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.25s;
}
.btn-outline-ekb:hover {
    background: var(--green-deep);
    color: var(--cream);
}
.hero-stats-bar {
    display: flex;
    gap: 2rem;
    padding-top: 2rem;
    border-top: 1px solid var(--border);
    flex-wrap: wrap;
}
.stat-num {
    font-family: "Space Grotesk", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--green-deep);
    line-height: 1;
}
.stat-num span {
    color: var(--amber);
}
.stat-label {
    font-size: 0.85rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.hero-img-main {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(28, 58, 40, 0.22);
    height: auto;
    object-fit: cover;
    width: 100%;
}
.hero-img-stack {
    position: relative;
}
.hero-badge {
    position: absolute;
    background: var(--white);
    border-radius: 14px;
    padding: 0.9rem 1.1rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    gap: 0.7rem;
    min-width: 155px;
}
.hero-badge.b1 {
    bottom: -18px;
    left: -24px;
}
.hero-badge.b2 {
    top: 80px;
    right: -24px;
}
.hb-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}
.hb-icon.amber {
    background: rgba(201, 123, 42, 0.12);
}
.hb-icon.green {
    background: rgba(28, 58, 40, 0.08);
}
.hb-num {
    font-size: 1rem;
    font-weight: 700;
    color: var(--green-deep);
    line-height: 1;
}
.hb-desc {
    font-size: 0.7rem;
    color: var(--text-muted);
}

/* ── MARQUEE ── */
.marquee-wrap {
    background: var(--green-deep);
    padding: 0.95rem 0;
    overflow: hidden;
}
.marquee-track {
    display: flex;
    gap: 2.5rem;
    align-items: center;
    animation: marquee 28s linear infinite;
    width: max-content;
}
.m-item {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    color: rgba(247, 241, 232, 1);
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    white-space: nowrap;
    font-weight: 400;
}
.m-item i {
    font-size: 25px;
}
.m-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--amber);
    flex-shrink: 0;
    display:none;
}
@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* ── SHARED ── */
.section-label {
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--amber);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.section-label::before {
    content: "";
    width: 22px;
    height: 1.5px;
    background: var(--amber);
}
.section-title {
    font-size: clamp(2rem, 3.8vw, 3.2rem);
    font-weight: 600;
    color: var(--black);
    line-height: 1.12;
}
.section-sub {
    color: var(--text-muted);
    font-size: 1.1rem;
    line-height: 1.5;
}
.bg-cream {
    background: var(--cream) !important;
}
.bg-green-deep {
    background: var(--green-deep) !important;
}

/* ── PRODUCTS ── */
.product-card {
    border-radius: 20px;
    border: 1px solid var(--border);
    overflow: hidden;
    transition: all 0.3s;
    background: var(--white);
    height: 100%;
}
.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(28, 58, 40, 0.12);
    border-color: rgba(28, 58, 40, 0.2);
}
.product-card.featured {
    background: var(--green-deep);
    border-color: transparent;
}
.product-img-wrap {
    height: 200px;
    overflow: hidden;
}
.product-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}
.product-card:hover .product-img-wrap img {
    transform: scale(1.06);
}
.product-body {
    padding: 1.4rem;
}
.product-tag {
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--amber);
    font-weight: 600;
    margin-bottom: 0.4rem;
}
.product-card.featured .product-tag {
    color: var(--amber-light);
}
.product-name {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--green-deep);
    margin-bottom: 0.35rem;
}
.product-card.featured .product-name {
    color: var(--cream);
}
.product-desc {
    font-size: 1rem;
    color: var(--text-muted);
    line-height: 1.5;
}
.product-card.featured .product-desc {
    color: rgba(247, 241, 232, 0.6);
}
.product-footer {
    padding: 0.9rem 1.4rem 1.2rem;
    border-top: 1px solid var(--border);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-card.featured .product-footer {
    border-top-color: rgba(255, 255, 255, 0.1);
}
.moq-text {
    font-size: 0.95rem;
    color: var(--text-muted);
}
.product-card.featured .moq-text {
    color: rgba(247, 241, 232, 0.5);
}
.moq-text b {
    color: var(--green-deep);
}
.product-card.featured .moq-text b {
    color: var(--amber-light);
}
.prod-arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(28, 58, 40, 0.08);
    color: var(--green-deep);
    font-size: 0.9rem;
    transition: all 0.2s;
}
.product-card.featured .prod-arrow {
    background: rgba(255, 255, 255, 0.12);
    color: var(--cream);
}
.product-card:hover .prod-arrow {
    background: var(--green-deep);
    color: var(--cream);
}
.product-card.featured:hover .prod-arrow {
    background: var(--amber);
}

/* ── WHY ── */
.why-point {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.2rem;
    border-radius: 14px;
    border: 1px solid transparent;
    transition: all 0.3s;
}
.why-point:hover {
    background: var(--cream);
    border-color: var(--border);
}
.wp-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(28, 58, 40, 0.07);
    color: var(--green-deep);
    font-size: 1.3rem;
    flex-shrink: 0;
}
.wp-title {
    font-weight: 500;
    font-size: 1.15rem;
    color: var(--black);
}
.wp-text {
    font-size: 1rem;
    color: var(--text-muted);
    line-height: 1.3;
}
.metrics-card {
    background: var(--cream-dark);
    border-radius: 20px;
    padding: 2rem;
}
.cert-box {
    background: var(--white);
    border-radius: 12px;
    padding: 1rem;
    border: 1px solid var(--border);
    text-align: center;
}
.cert-name {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--green-deep);
}
.cert-sub {
    font-size: 0.85rem;
    color: var(--text-muted);
}
.progress-bar-custom {
    height: 6px;
    background: rgba(28, 58, 40, 0.1);
    border-radius: 100px;
    overflow: hidden;
}
.pb-fill {
    height: 100%;
    border-radius: 100px;
    background: linear-gradient(90deg, var(--green-mid), var(--green-light));
}

/* ── PROCESS ── */
.process-step-card {
    position: relative;
    padding: 2rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    height: 100%;
    transition: all 0.3s;
}
.process-step-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.2);
}
.ps-num {
    font-family: "Space Grotesk", sans-serif;
    font-size: 3rem;
    font-weight: 600;
    color: rgba(201, 123, 42, 0.8);
    line-height: 1;
    margin-bottom: 1rem;
}
.ps-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: rgba(201, 123, 42, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--amber-light);
    font-size: 1.4rem;
    margin-bottom: 1rem;
}
.ps-title {
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--cream);
    margin-bottom: 0.5rem;
}
.ps-text {
    font-size: 1rem;
    color: rgba(247, 241, 232, 0.85);
    line-height: 1.5;
}

/* ── GALLERY ── */
.gallery-img {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}
.gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
    display: block;
}
.gallery-img:hover img {
    transform: scale(1.07);
}

/* ── TESTIMONIALS ── */
.testimonial-card {
    background: var(--white);
    border-radius: 18px;
    padding: 1.8rem;
    border: 1px solid var(--border);
    transition: all 0.3s;
    height: 100%;
}
.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(28, 58, 40, 0.1);
}
.tc-quote {
    font-family: "Space Grotesk", sans-serif;
    font-size: 2.8rem;
    color: var(--amber);
    line-height: 0.8;
    margin-bottom: 0.8rem;
}
.tc-stars {
    color: #FFC107;;
    letter-spacing: 2px;
    font-size: 1.25rem;
    margin-bottom: 0.9rem;
}
.tc-text {
    font-size: 1rem;
    color: var(--text-muted);
    line-height: 1.5;
    margin-bottom: 1.3rem;
}
.tc-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--green-deep);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cream);
    font-weight: 600;
    font-size: 1rem;
    flex-shrink: 0;
}
.tc-name {
    font-weight: 500;
    font-size: 0.9rem;
    color: var(--green-deep);
}
.tc-role {
    font-size: 0.85rem;
    color: var(--text-muted);
}

/* ── ENQUIRY FORM ── */
.form-card {
    background: var(--white);
    border-radius: 24px;
    padding: 2.5rem;
    border: 1px solid var(--border);
    box-shadow: 0 20px 60px rgba(28, 58, 40, 0.08);
}
.form-label {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--green-deep);
    margin-bottom: 0.4rem;
}
.form-control,
.form-select {
    border: 1.5px solid var(--border);
    border-radius: 10px;
    font-size: 0.9rem;
    background: var(--white);
    color: var(--text-dark);
    transition:
        border-color 0.2s,
        box-shadow 0.2s;
}
.form-control:focus,
.form-select:focus {
    border-color: var(--green-light);
    box-shadow: 0 0 0 3px rgba(74, 140, 96, 0.12);
    background: var(--white);
    color: var(--text-dark);
}
.form-check-input:checked {
    background-color: var(--green-mid);
    border-color: var(--green-mid);
}
.btn-submit {
    background: var(--green-deep);
    color: var(--cream);
    padding: 0.9rem 2.4rem;
    border-radius: 100px;
    font-size: 0.92rem;
    font-weight: 600;
    border: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    transition: all 0.25s;
    cursor: pointer;
}
.btn-submit:hover {
    background: var(--green-mid);
    box-shadow: 0 8px 28px rgba(28, 58, 40, 0.25);
    transform: translateY(-2px);
}
.info-strip {
    background: var(--green-deep);
    border-radius: 20px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.info-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}
.info-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--amber-light);
    font-size: 1.25rem;
    flex-shrink: 0;
}
.info-label {
    font-size: 0.85rem;
    color: rgba(247, 241, 232, 0.85);
    text-transform: uppercase;
    letter-spacing: 0.07em;
}
.info-val {
    font-size: 0.92rem;
    color: var(--cream);
    font-weight: 500;
}
.social-link {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.8);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.85);
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.2s;
}
.social-link:hover {
    background: var(--amber);
    color: var(--white);
    border-color: transparent;
}
.success-msg {
    display: none;
    text-align: center;
    padding: 3rem 1rem;
}
.success-msg i {
    font-size: 3.5rem;
    color: var(--green-light);
    display: block;
    margin-bottom: 1rem;
}

/* ── CTA ── */
.cta-banner {
    background: var(--amber);
    padding: 5rem 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.cta-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='40' cy='40' r='18' fill='%23ffffff' fill-opacity='0.04'/%3E%3C/svg%3E");
}
.cta-banner > * {
    position: relative;
    z-index: 1;
}
.cta-title {
    font-size: clamp(2.2rem, 4.5vw, 3.8rem);
    font-weight: 600;
    color: var(--white);
    line-height: 1.1;
}
.btn-cta-dark {
    background: var(--green-deep);
    color: var(--cream);
    padding: 0.9rem 2.2rem;
    border-radius: 100px;
    font-size: 1.15rem;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.25s;
    box-shadow: 0 4px 20px rgba(28, 58, 40, 0.3);
}
.btn-cta-dark:hover {
    transform: translateY(-2px);
    color: var(--cream);
    box-shadow: 0 10px 30px rgba(28, 58, 40, 0.4);
}
.btn-cta-light {
    background: rgba(255, 255, 255, 0.2);
    color: var(--white);
    padding: 0.9rem 2.2rem;
    border-radius: 100px;
    font-size: 1.15rem;
    font-weight: 500;
    text-decoration: none;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.25s;
}
.btn-cta-light:hover {
    background: rgba(255, 255, 255, 0.32);
    color: var(--white);
}

/* ── FOOTER ── */
footer {
    background: var(--text-dark);
    color: var(--cream-dark);
    padding: 4rem 0 2rem;
}
.footer-brand-name {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--white);
}
.footer-brand-name span {
    color: var(--amber);
}
.footer-desc {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-top: 15px;
}
.footer-col-title {
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    margin-bottom: 1rem;
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links li {
    margin-bottom: 0.6rem;
}
.footer-links a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s;
}
.footer-links a:hover {
    color: var(--cream-dark);
}
.footer-divider {
    border-color: rgba(255, 255, 255, 0.8);
}
.footer-bottom-text, .footer-bottom-text a {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

/* ── ANIMATIONS ── */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: all 0.65s ease;
}
.reveal.up {
    opacity: 1;
    transform: translateY(0);
}
@media screen and (max-width: 767px) {
    .form-card{
        padding:1rem !important;
    }
    footer {
        padding: 4rem 0 1rem;
    }
    .footer-bottom-text, .footer-bottom-text a{
        margin-top:0;
    }
}