:root {
    --dbn-green: #198754;
    --dbn-dark: #052e1b;
    --dbn-blue: #0b2e4a;
    --dbn-gold: #f4b942;
}

body {
    background: #f6f9f7;
}

.cf-navbar {
    background: rgba(5, 46, 27, 0.96);
    backdrop-filter: blur(10px);
}

.hero-section {
    min-height: 88vh;
    background: linear-gradient(120deg, rgba(5, 46, 27, 0.88), rgba(11, 46, 74, 0.78)), url('/assets/img/green-finance-bg.png');
    background-size: cover;
    background-position: center;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero-badge {
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 50px;
    padding: 8px 16px;
    display: inline-block;
    font-size: 0.9rem;
}

.hero-title {
    font-size: clamp(2.4rem, 5vw, 4.8rem);
    font-weight: 800;
    line-height: 1.05;
}

.hero-card {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.18);
    backdrop-filter: blur(12px);
    border-radius: 24px;
}

.section-title {
    font-weight: 800;
    color: var(--dbn-dark);
}

.feature-card {
    border: 0;
    border-radius: 22px;
    transition: all .25s ease;
    height: 100%;
}

    .feature-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.12);
    }

.icon-box {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: rgba(25, 135, 84, 0.12);
    color: var(--dbn-green);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    margin-bottom: 18px;
}

.impact-section {
    background: linear-gradient(rgba(5, 46, 27, .9), rgba(5, 46, 27, .92)), url('/assets/img/green-finance-bg.png');
    background-size: cover;
    background-position: center;
    color: white;
}

.process-step {
    position: relative;
    padding-left: 72px;
}

.step-number {
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--dbn-green);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.cta-box {
    border-radius: 28px;
    background: linear-gradient(135deg, var(--dbn-green), var(--dbn-blue));
    color: #fff;
}

.footer {
    width: 100%;
    background: linear-gradient(rgba(4,31,19,.96), rgba(4,31,19,.98)), url('/assets/img/green-finance-bg.png');
    background-size: cover;
    background-position: center;
    color: rgba(255,255,255,.8);
}

.footer-links a {
    color: rgba(255,255,255,.72);
    text-decoration: none;
    transition: all .2s ease;
}

    .footer-links a:hover {
        color: #fff;
        padding-left: 3px;
    }

.footer .bi {
    transition: transform .2s ease;
}

    .footer .bi:hover {
        transform: translateY(-2px);
    }

/* Second Style*/

:root {
    --cf-green: #198754;
    --cf-green-dark: #063d27;
    --cf-blue: #0b2e4a;
    --cf-gold: #f4b942;
    --cf-soft: #f6fbf8;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    background: var(--cf-soft);
    color: #1f2937;
    overflow-x: hidden;
}

.cf-navbar {
    background: rgba(4, 31, 19, .86);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255,255,255,.12);
    padding: 14px 0;
}

.card-header {
    background: #198754 !important;
    color: #fff;
    font-size: large;
    font-weight: bold !important;
}
.accordion,
.accordion-item,
.accordion-body,
.accordion-header,
.accordion-button {
    opacity: 0.99 !important;
}

.accordion-button {
    background: #198754 !important;
    color: #fff !important;
}

    .accordion-button:not(.collapsed) {
        background: #198754 !important;
        color: #fff !important;
    }

.navbar-brand {
    letter-spacing: -.4px;
    font-size: 1.25rem;
}

.navbar .nav-link {
    color: rgba(255,255,255,.82) !important;
    font-weight: 500;
    margin: 0 6px;
}

    .navbar .nav-link:hover {
        color: #fff !important;
    }

.hero-section {
    min-height: 100vh;
    padding: 130px 40px 80px;
    background: radial-gradient(circle at 10% 20%, rgba(25,135,84,.45), transparent 28%), radial-gradient(circle at 90% 15%, rgba(244,185,66,.28), transparent 25%), linear-gradient(120deg, rgba(4,31,19,.95), rgba(11,46,74,.82)), url('/assets/img/green-finance-bg.png');
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative;
}

    .hero-section::after {
        content: "";
        position: absolute;
        inset: auto 0 0 0;
        height: 140px;
        background: linear-gradient(to bottom, transparent, var(--cf-soft));
        pointer-events: none;
    }

    .hero-section .container-fluid {
        position: relative;
        z-index: 2;
        max-width: 1320px;
    }

.hero-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.25);
    color: #fff;
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 600;
    box-shadow: 0 15px 40px rgba(0,0,0,.18);
}

.hero-title {
    font-size: clamp(2.7rem, 5.7vw, 5.8rem);
    font-weight: 900;
    line-height: .98;
    letter-spacing: -2px;
    max-width: 900px;
}

.hero-section .lead {
    max-width: 760px;
    color: rgba(255,255,255,.84);
    font-size: 1.18rem;
    line-height: 1.75;
}

.hero-card {
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.22);
    backdrop-filter: blur(22px);
    border-radius: 30px;
    box-shadow: 0 30px 80px rgba(0,0,0,.32);
    position: relative;
    overflow: hidden;
}

    .hero-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(255,255,255,.22), transparent);
        pointer-events: none;
    }

    .hero-card > * {
        position: relative;
        z-index: 1;
    }

.btn {
    font-weight: 700;
}

.btn-success {
    background: linear-gradient(135deg, #16a34a, #198754);
    border: 0;
    box-shadow: 0 10px 25px rgba(25,135,84,.28);
}

    .btn-success:hover {
        transform: translateY(-2px);
        box-shadow: 0 14px 34px rgba(25,135,84,.38);
    }

section {
    position: relative;
}

.section-title {
    font-weight: 900;
    letter-spacing: -.8px;
    color: var(--cf-green-dark);
}

.feature-card {
    border: 0;
    border-radius: 28px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 12px 34px rgba(15, 23, 42, .08);
    transition: all .25s ease;
    height: 100%;
}

    .feature-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 22px 50px rgba(15, 23, 42, .14);
    }

.icon-box {
    width: 64px;
    height: 64px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(25,135,84,.16), rgba(244,185,66,.18));
    color: var(--cf-green);
    display: grid;
    place-items: center;
    font-size: 1.9rem;
    margin-bottom: 20px;
}

#eligibility {
    background: linear-gradient(180deg, #ffffff, #f4fbf7) !important;
}

.process-step {
    background: #fff;
    border-radius: 24px;
    padding: 24px 24px 24px 88px;
    box-shadow: 0 10px 30px rgba(15,23,42,.07);
    position: relative;
    transition: .25s ease;
}

    .process-step:hover {
        transform: translateX(6px);
    }

.step-number {
    position: absolute;
    left: 24px;
    top: 24px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--cf-green), #22c55e);
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(25,135,84,.35);
}

.impact-section {
    background: radial-gradient(circle at 15% 20%, rgba(25,135,84,.4), transparent 25%), linear-gradient(120deg, rgba(4,31,19,.97), rgba(11,46,74,.92)), url('/assets/img/green-finance-bg.png');
    background-size: cover;
    background-position: center;
}

    .impact-section h2.text-success {
        color: #4ade80 !important;
        font-size: 2.4rem;
    }

.cta-box {
    border-radius: 34px;
    background: radial-gradient(circle at top left, rgba(244,185,66,.35), transparent 30%), linear-gradient(135deg, #198754, #0b2e4a);
    color: #fff;
    overflow: hidden;
    position: relative;
}

    .cta-box::after {
        content: "";
        position: absolute;
        width: 260px;
        height: 260px;
        right: -80px;
        bottom: -120px;
        border-radius: 50%;
        background: rgba(255,255,255,.12);
    }

.footer {
    width: 100%;
    background: linear-gradient(rgba(4,31,19,.96), rgba(4,31,19,.98)), url('/assets/img/green-finance-bg.png');
    background-size: cover;
    background-position: center;
    color: rgba(255,255,255,.78);
}

.footer-links a {
    color: rgba(255,255,255,.72);
    text-decoration: none;
    transition: all .2s ease;
}

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

.back-to-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--cf-green);
    color: #fff;
    display: grid;
    place-items: center;
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(25,135,84,.35);
    z-index: 999;
}

@media (max-width: 991px) {
    .hero-section {
        padding: 115px 18px 70px;
        text-align: center;
    }

        .hero-section .lead {
            margin-left: auto;
            margin-right: auto;
        }

        .hero-section .d-flex {
            justify-content: center;
        }

    .hero-card {
        text-align: left;
    }
}

@media (max-width: 575px) {
    .hero-title {
        letter-spacing: -1px;
    }

    .btn-lg {
        width: 100%;
    }

    .process-step {
        padding: 78px 22px 22px;
    }

    .step-number {
        left: 22px;
    }
}

