﻿* {
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    color: #172033;
    background: #fff;
}

/* =========================
           TOP BAR
        ========================= */

.top-bar {
    background: #16213e;
    color: #fff;
    font-size: 13px;
    padding: 8px 0;
}

    .top-bar a {
        color: #fff;
        text-decoration: none;
        margin-left: 18px;
    }

/* =========================
           NAVBAR
        ========================= */

.navbar {
    background: #fff;
    box-shadow: 0 3px 18px rgba(0,0,0,.08);
    padding: 12px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.brand-box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.solar-logo {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg,#ff8c00,#ffc107);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
}

.brand-title {
    font-weight: 800;
    font-size: 17px;
    line-height: 1.1;
    color: #16213e;
}

.brand-subtitle {
    font-size: 11px;
    color: #777;
}

.navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 600;
    color: #30384d;
    padding: 10px 12px !important;
}

    .navbar-nav .nav-link:hover {
        color: #ef6c00;
    }

.apply-btn {
    background: linear-gradient(135deg,#f57c00,#ff9800);
    border: none;
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(245,124,0,.25);
}

/* =========================
           HERO
        ========================= */

.hero {
    min-height: 590px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(7,25,55,.96) 0%, rgba(7,25,55,.85) 42%, rgba(7,25,55,.20) 100%), url('https://images.unsplash.com/photo-1509391366360-2e959784a276?auto=format&fit=crop&w=1800&q=85') center/cover no-repeat;
    display: flex;
    align-items: center;
}

.hero-content {
    max-width: 700px;
    color: #fff;
    padding: 70px 0;
}

.hero-tag {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 30px;
    background: rgba(255,193,7,.15);
    border: 1px solid rgba(255,193,7,.5);
    color: #ffd54f;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero h1 {
    font-size: clamp(38px,5vw,65px);
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 15px;
}

    .hero h1 span {
        color: #ffb300;
    }

.hero h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.hero p {
    color: #e1e7f0;
    line-height: 1.8;
    font-size: 16px;
    max-width: 650px;
}

.hero-buttons {
    margin-top: 30px;
}

.btn-main {
    background: #ff9800;
    color: #fff;
    border: none;
    padding: 13px 25px;
    border-radius: 8px;
    font-weight: 700;
}

    .btn-main:hover {
        background: #ef6c00;
        color: #fff;
    }

.btn-outline-light-custom {
    border: 1px solid rgba(255,255,255,.7);
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
}

/* =========================
           STATS
        ========================= */

.stats-section {
    margin-top: -55px;
    position: relative;
    z-index: 5;
}

.stat-card {
    background: #fff;
    border-radius: 14px;
    padding: 28px 20px;
    text-align: center;
    box-shadow: 0 10px 35px rgba(0,0,0,.10);
    height: 100%;
}

.stat-icon {
    width: 55px;
    height: 55px;
    margin: auto auto 15px;
    background: #fff3e0;
    color: #ef6c00;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.stat-card h3 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 5px;
    color: #16213e;
}

.stat-card p {
    margin: 0;
    color: #777;
    font-size: 13px;
}

/* =========================
           COMMON
        ========================= */

.section {
    padding: 90px 0;
}

.section-light {
    background: #f7f9fc;
}

.section-title {
    max-width: 700px;
    margin: 0 auto 50px;
    text-align: center;
}

    .section-title .small-title {
        color: #ef6c00;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 1.5px;
    }

    .section-title h2 {
        font-size: 38px;
        font-weight: 800;
        color: #16213e;
        margin: 10px 0 15px;
    }

    .section-title p {
        color: #6b7280;
        line-height: 1.7;
    }

/* =========================
           ABOUT
        ========================= */

.about-img {
    width: 100%;
    min-height: 450px;
    object-fit: cover;
    border-radius: 18px;
}

.about-content {
    padding-left: 30px;
}

    .about-content h2 {
        font-weight: 800;
        font-size: 38px;
        color: #16213e;
        margin-bottom: 20px;
    }

    .about-content p {
        color: #606a7b;
        line-height: 1.8;
    }

.check-list {
    list-style: none;
    padding: 0;
    margin-top: 25px;
}

    .check-list li {
        margin-bottom: 15px;
        font-size: 15px;
        font-weight: 600;
    }

    .check-list i {
        color: #198754;
        margin-right: 8px;
    }

/* =========================
           BENEFITS
        ========================= */

.benefit-card {
    background: #fff;
    border: 1px solid #e9edf3;
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    transition: .3s;
}

    .benefit-card:hover {
        transform: translateY(-7px);
        box-shadow: 0 15px 35px rgba(0,0,0,.08);
    }

.benefit-icon {
    width: 58px;
    height: 58px;
    background: #fff3e0;
    color: #ef6c00;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    margin-bottom: 20px;
}

.benefit-card h5 {
    font-weight: 700;
    color: #16213e;
}

.benefit-card p {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0;
}

/* =========================
           HOW IT WORKS
        ========================= */

.step-card {
    text-align: center;
    position: relative;
    padding: 20px;
}

.step-number {
    width: 65px;
    height: 65px;
    margin: auto;
    border-radius: 50%;
    background: #16213e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-weight: 800;
    border: 5px solid #fff3e0;
}

.step-card h5 {
    margin-top: 20px;
    font-weight: 700;
}

.step-card p {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
}

/* =========================
           SUBSIDY
        ========================= */

.subsidy-box {
    background: linear-gradient(135deg,#16213e,#233b68);
    color: #fff;
    border-radius: 20px;
    padding: 50px;
    overflow: hidden;
    position: relative;
}

    .subsidy-box h2 {
        font-size: 38px;
        font-weight: 800;
    }

    .subsidy-box p {
        color: #dbe3f0;
        line-height: 1.8;
    }

.subsidy-highlight {
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 15px;
}

    .subsidy-highlight strong {
        font-size: 24px;
        color: #ffb300;
    }

/* =========================
           ELIGIBILITY
        ========================= */

.eligibility-card {
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e8ecf2;
    padding: 30px;
    height: 100%;
}

    .eligibility-card h5 {
        font-weight: 700;
        margin-bottom: 20px;
    }

    .eligibility-card ul {
        padding-left: 20px;
        color: #626b7a;
        line-height: 2;
    }

/* =========================
           QUOTE
        ========================= */

.quote-section {
    background: linear-gradient(rgba(10,26,55,.93),rgba(10,26,55,.93)), url('https://images.unsplash.com/photo-1497435334941-8c899ee9e8e9?auto=format&fit=crop&w=1600&q=80') center/cover;
    padding: 90px 0;
    color: #fff;
}

.quote-icon {
    font-size: 45px;
    color: #ffb300;
}

.quote-text {
    max-width: 850px;
    margin: 20px auto;
    font-size: 25px;
    line-height: 1.7;
    font-weight: 500;
}

.quote-author {
    font-weight: 700;
    font-size: 17px;
}

.quote-role {
    color: #c8d2e1;
    font-size: 14px;
}

/* =========================
           FAQ
        ========================= */

.accordion-item {
    border: 1px solid #e6eaf0;
    margin-bottom: 12px;
    border-radius: 10px !important;
    overflow: hidden;
}

.accordion-button {
    font-weight: 700;
    color: #16213e;
    padding: 20px;
}

    .accordion-button:not(.collapsed) {
        color: #ef6c00;
        background: #fff8ef;
        box-shadow: none;
    }

.accordion-body {
    color: #6b7280;
    line-height: 1.7;
}

/* =========================
           CTA
        ========================= */

.cta-section {
    padding: 70px 0;
    background: #fff4e5;
}

    .cta-section h2 {
        font-weight: 800;
        color: #16213e;
    }

    .cta-section p {
        color: #667085;
    }

/* =========================
           FOOTER
        ========================= */

footer {
    background: #101827;
    color: #fff;
    /*padding-top: 65px;*/
}

.footer-brand {
    font-size: 21px;
    font-weight: 800;
}

footer p {
    color: #aeb8c7;
    font-size: 14px;
    line-height: 1.8;
}

footer h6 {
    font-weight: 700;
    margin-bottom: 20px;
}

footer ul {
    padding: 0;
    list-style: none;
}

    footer ul li {
        margin-bottom: 11px;
    }

        footer ul li a {
            text-decoration: none;
            color: #aeb8c7;
            font-size: 14px;
        }

            footer ul li a:hover {
                color: #ffb300;
            }

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.10);
    margin-top: 50px;
    padding: 20px 0;
    color: #98a2b3;
    font-size: 13px;
}

/* =========================
           RESPONSIVE
        ========================= */

@media(max-width:991px) {
    .navbar-nav;

{
    padding-top: 15px;
}

.apply-btn {
    display: inline-block;
    margin-top: 8px;
}

.hero {
    min-height: 550px;
}

.about-content {
    padding-left: 0;
    margin-top: 35px;
}

.stats-section {
    margin-top: -25px;
}

}

@media(max-width:767px) {
    .top-bar;

{
    text-align: center;
}

.top-bar .right-links {
    display: none;
}

.hero {
    min-height: 650px;
    background: linear-gradient(90deg, rgba(7,25,55,.94), rgba(7,25,55,.80)), url('https://images.unsplash.com/photo-1509391366360-2e959784a276?auto=format&fit=crop&w=1200&q=80') center/cover;
}

.hero-content {
    padding: 50px 15px;
}

.hero h1 {
    font-size: 42px;
}

.hero h4 {
    font-size: 20px;
}

.hero p {
    font-size: 14px;
}

.hero-buttons .btn {
    width: 100%;
    margin-bottom: 10px;
}

.section {
    padding: 65px 0;
}

.section-title h2,
.about-content h2,
.subsidy-box h2 {
    font-size: 30px;
}

.stats-section {
    margin-top: 20px;
}

.stat-card {
    margin-bottom: 15px;
}

.about-img {
    min-height: 300px;
}

.subsidy-box {
    padding: 30px 22px;
}

.quote-text {
    font-size: 19px;
}

.cta-section {
    text-align: center;
}

}

.page-banner {
    background: linear-gradient( rgba(10,28,58,.93), rgba(10,28,58,.93) ), url('https://images.unsplash.com/photo-1509391366360-2e959784a276?auto=format&fit=crop&w=1600&q=85') center/cover;
    padding: 90px 0;
    color: #fff;
    text-align: center;
}

    .page-banner .small-title {
        color: #ffb300;
        font-size: 13px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 1.5px;
    }

    .page-banner h1 {
        font-size: 48px;
        font-weight: 800;
        margin: 10px 0;
    }

    .page-banner p {
        color: #d9e0eb;
        margin: 0;
    }


/* =========================
   CONTACT SECTION
========================= */

.contact-section {
    padding: 80px 0;
}


/* Contact Card */

.contact-card {
    background: #fff;
    border-radius: 16px;
    padding: 35px;
    height: 100%;
    border: 1px solid #e7ebf1;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

    .contact-card h3 {
        font-size: 28px;
        font-weight: 800;
        color: #16213e;
        margin-bottom: 25px;
    }


/* Contact Item */

.contact-item {
    display: flex;
    gap: 18px;
    margin-bottom: 28px;
}


.contact-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    background: #fff3e0;
    color: #ef6c00;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}


.contact-item h6 {
    font-weight: 700;
    margin-bottom: 7px;
    color: #16213e;
}


.contact-item p {
    margin: 0;
    color: #687386;
    font-size: 14px;
    line-height: 1.7;
}


.contact-item a {
    color: #ef6c00;
    text-decoration: none;
    font-weight: 600;
}


    .contact-item a:hover {
        color: #d35400;
    }


/* =========================
   FORM
========================= */

.contact-form {
    background: #fff;
    padding: 35px;
    border-radius: 16px;
    border: 1px solid #e7ebf1;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
}


    .contact-form h3 {
        font-size: 28px;
        font-weight: 800;
        color: #16213e;
        margin-bottom: 25px;
    }


.form-label {
    font-size: 13px;
    font-weight: 700;
    color: #344054;
}


.form-control {
    min-height: 48px;
    border: 1px solid #dfe4eb;
    border-radius: 8px;
    font-size: 14px;
}


    .form-control:focus {
        border-color: #ff9800;
        box-shadow: 0 0 0 .2rem rgba(255,152,0,.12);
    }


textarea.form-control {
    min-height: 130px;
    resize: vertical;
}


.submit-btn {
    background: linear-gradient(135deg,#f57c00,#ff9800);
    border: none;
    color: #fff;
    padding: 13px 25px;
    border-radius: 8px;
    font-weight: 700;
}


    .submit-btn:hover {
        background: #ef6c00;
        color: #fff;
    }


/* =========================
   ADDRESS
========================= */

.address-section {
    padding: 80px 0;
    background: #fff;
}


.address-box {
    background: #f7f9fc;
    border-radius: 18px;
    padding: 45px;
    border: 1px solid #e6eaf0;
}


.address-icon {
    width: 65px;
    height: 65px;
    border-radius: 15px;
    background: #fff3e0;
    color: #ef6c00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 20px;
}


.address-box h3 {
    font-weight: 800;
    color: #16213e;
}


.address-box p {
    color: #657083;
    line-height: 1.9;
    margin-bottom: 0;
}


/* =========================
   MAP
========================= */

.map-box {
    height: 100%;
    min-height: 320px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #e6eaf0;
}


    .map-box iframe {
        width: 100%;
        height: 100%;
        min-height: 320px;
        border: 0;
    }

@media(max-width: 767px) {
    .top-bar;

{
    text-align: center;
}

.right-links {
    display: none;
}

.page-banner {
    padding: 65px 15px;
}

    .page-banner h1 {
        font-size: 36px;
    }

.contact-section,
.address-section {
    padding: 60px 0;
}

.contact-card,
.contact-form {
    padding: 25px;
}

.address-box {
    padding: 30px 22px;
}

}


/* =====================================
   COMMON SECTION
===================================== */

.section {
    padding: 85px 0;
}

.section-light {
    background: #f7f9fc;
}

.section-title {
    margin-bottom: 45px;
}

.small-title {
    color: #ef6c00;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 800;
}

.section-title h2 {
    font-size: 38px;
    font-weight: 800;
    color: #16213e;
    margin-top: 10px;
}

.section-title p {
    color: #6b7280;
    line-height: 1.8;
}


/* =====================================
   ABOUT INTRO
===================================== */

.about-image {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0,0,0,.10);
}

.about-content {
    padding-left: 30px;
}

    .about-content h2 {
        font-size: 38px;
        font-weight: 800;
        color: #16213e;
        margin: 10px 0 20px;
    }

    .about-content p {
        color: #626d7d;
        font-size: 15px;
        line-height: 1.9;
        margin-bottom: 15px;
    }


/* =====================================
   HIGHLIGHT BOX
===================================== */

.highlight-box {
    background: #fff;
    border: 1px solid #e7ebf1;
    border-radius: 16px;
    padding: 25px;
    margin-top: 25px;
    box-shadow: 0 8px 25px rgba(0,0,0,.04);
}

    .highlight-box strong {
        display: block;
        color: #ef6c00;
        font-size: 27px;
        font-weight: 800;
    }

    .highlight-box span {
        color: #6b7280;
        font-size: 13px;
    }


/* =====================================
   OBJECTIVE CARDS
===================================== */

.info-card {
    background: #fff;
    border: 1px solid #e6eaf0;
    border-radius: 16px;
    padding: 30px;
    height: 100%;
    transition: .3s;
}

    .info-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 35px rgba(0,0,0,.08);
    }

.info-icon {
    width: 58px;
    height: 58px;
    background: #fff3e0;
    color: #ef6c00;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 20px;
}

.info-card h5 {
    font-weight: 700;
    color: #16213e;
    margin-bottom: 12px;
}

.info-card p {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}


/* =====================================
   WHO CAN BENEFIT
===================================== */

.benefit-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .benefit-list li {
        background: #fff;
        border: 1px solid #e7ebf1;
        border-radius: 12px;
        padding: 17px 20px;
        margin-bottom: 12px;
        color: #4f5b6d;
        font-size: 14px;
    }

    .benefit-list i {
        color: #198754;
        margin-right: 10px;
        font-size: 17px;
    }


/* =====================================
   PROCESS
===================================== */

.process-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px 25px;
    height: 100%;
    border: 1px solid #e7ebf1;
    text-align: center;
    position: relative;
}

.process-number {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #16213e;
    color: #fff;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    font-weight: 800;
    border: 5px solid #fff3e0;
}

.process-card h5 {
    margin-top: 20px;
    font-weight: 700;
    color: #16213e;
}

.process-card p {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0;
}


/* =====================================
   KEY FEATURES
===================================== */

.feature-section {
    background: linear-gradient( 135deg, #16213e, #243c69 );
    color: #fff;
}

    .feature-section .section-title h2 {
        color: #fff;
    }

    .feature-section .section-title p {
        color: #cbd5e1;
    }

.feature-box {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 15px;
    padding: 25px;
    height: 100%;
}

    .feature-box i {
        color: #ffb300;
        font-size: 28px;
        margin-bottom: 15px;
        display: block;
    }

    .feature-box h5 {
        font-weight: 700;
        margin-bottom: 10px;
    }

    .feature-box p {
        color: #cbd5e1;
        font-size: 14px;
        line-height: 1.7;
        margin: 0;
    }


/* =====================================
   MISSION
===================================== */

.mission-box {
    background: #fff;
    border-radius: 18px;
    padding: 40px;
    border: 1px solid #e6eaf0;
    height: 100%;
}

.mission-icon {
    width: 65px;
    height: 65px;
    background: #fff3e0;
    color: #ef6c00;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px;
    margin-bottom: 20px;
}

.mission-box h3 {
    font-size: 25px;
    font-weight: 800;
    color: #16213e;
}

.mission-box p {
    color: #687386;
    line-height: 1.9;
    font-size: 14px;
}


/* =====================================
   OFFICIAL LINK
===================================== */

.official-box {
    background: #fff4e5;
    border-radius: 18px;
    padding: 40px;
    text-align: center;
}

    .official-box h3 {
        font-weight: 800;
        color: #16213e;
    }

    .official-box p {
        color: #667085;
        max-width: 750px;
        margin: 15px auto 25px;
        line-height: 1.8;
    }

.main-btn {
    background: linear-gradient(135deg,#f57c00,#ff9800);
    color: #fff;
    border: none;
    padding: 13px 25px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
}

    .main-btn:hover {
        color: #fff;
        background: #ef6c00;
    }
/* =====================================
   RESPONSIVE
===================================== */

@media(max-width:991px) {
    .about-content;

{
    padding-left: 0;
    margin-top: 35px;
}

}

@media(max-width:767px) {
    .top-bar;

{
    text-align: center;
}

.right-links {
    display: none;
}

.page-banner {
    padding: 65px 15px;
}

    .page-banner h1 {
        font-size: 36px;
    }

.section {
    padding: 60px 0;
}

.section-title h2,
.about-content h2 {
    font-size: 30px;
}

.about-image {
    height: 300px;
}

.mission-box,
.official-box {
    padding: 28px 22px;
}

}
/* =====================================
   INTRO
===================================== */

.intro-box {
    background: #fff;
    border-radius: 18px;
    padding: 45px;
    border: 1px solid #e6eaf0;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

.intro-icon {
    width: 70px;
    height: 70px;
    background: #fff3e0;
    color: #ef6c00;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 22px;
}

.intro-box h2 {
    font-size: 32px;
    font-weight: 800;
    color: #16213e;
    margin-bottom: 18px;
}

.intro-box p {
    color: #657083;
    line-height: 1.9;
    font-size: 15px;
}


/* =====================================
   AGENCY CARD
===================================== */

.agency-card {
    background: #fff;
    border-radius: 18px;
    border: 1px solid #e5e9f0;
    padding: 35px;
    height: 100%;
    transition: .3s;
    position: relative;
    overflow: hidden;
}

    .agency-card:hover {
        transform: translateY(-7px);
        box-shadow: 0 18px 40px rgba(0,0,0,.08);
    }

    .agency-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient( 90deg, #ff9933, #fff, #138808 );
    }

.agency-icon {
    width: 65px;
    height: 65px;
    background: #fff3e0;
    color: #ef6c00;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px;
    margin-bottom: 22px;
}

.agency-card h3 {
    font-size: 23px;
    font-weight: 800;
    color: #16213e;
    margin-bottom: 8px;
}

.agency-role {
    display: inline-block;
    background: #fff4e5;
    color: #d95f00;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 18px;
}

.agency-card p {
    color: #687386;
    line-height: 1.8;
    font-size: 14px;
}


/* =====================================
   STATE CARD
===================================== */

.state-card {
    background: #fff;
    border: 1px solid #e5e9f0;
    border-radius: 16px;
    padding: 30px;
    height: 100%;
}

.state-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.state-icon {
    width: 55px;
    height: 55px;
    background: #16213e;
    color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
}

.state-card h4 {
    margin: 0;
    font-size: 19px;
    font-weight: 800;
    color: #16213e;
}

.state-card p {
    color: #687386;
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 0;
}


/* =====================================
   PERSON CARD
===================================== */

.person-card {
    background: #fff;
    border-radius: 18px;
    border: 1px solid #e5e9f0;
    padding: 35px;
    text-align: center;
    height: 100%;
}

.person-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #fff3e0;
    color: #ef6c00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
}

.person-card h4 {
    font-size: 20px;
    font-weight: 800;
    color: #16213e;
    margin-bottom: 8px;
}

.person-card .designation {
    color: #ef6c00;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 15px;
}

.person-card p {
    color: #687386;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0;
}


/* =====================================
   RESPONSIBILITIES
===================================== */

.responsibility-card {
    background: #fff;
    border: 1px solid #e5e9f0;
    border-radius: 15px;
    padding: 25px;
    height: 100%;
}

    .responsibility-card i {
        font-size: 28px;
        color: #ef6c00;
        display: block;
        margin-bottom: 15px;
    }

    .responsibility-card h5 {
        font-weight: 700;
        color: #16213e;
        margin-bottom: 10px;
    }

    .responsibility-card p {
        color: #687386;
        font-size: 14px;
        line-height: 1.7;
        margin: 0;
    }


/* =====================================
   IMPORTANT NOTE
===================================== */

.note-box {
    background: #fff8ed;
    border-left: 5px solid #ff9800;
    border-radius: 10px;
    padding: 25px;
}

    .note-box h5 {
        font-weight: 800;
        color: #8a4b00;
    }

    .note-box p {
        color: #6c5b48;
        line-height: 1.8;
        font-size: 14px;
        margin: 0;
    }


/* =====================================
   OFFICIAL LINK
===================================== */

.official-box {
    background: #16213e;
    color: #fff;
    border-radius: 20px;
    padding: 45px;
    text-align: center;
}

    .official-box h2 {
        font-weight: 800;
        margin-bottom: 15px;
    }

    .official-box p {
        color: #cbd5e1;
        line-height: 1.8;
        max-width: 750px;
        margin: 0 auto 25px;
    }

.main-btn {
    background: #ff9800;
    color: #fff;
    border: none;
    padding: 13px 25px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
}

    .main-btn:hover {
        background: #ef6c00;
        color: #fff;
    }
