p{
    font-size:15px !important;
    line-height:1.7 !important;
}
.title-line {
    width: 70px;
    height: 4px;
    background: linear-gradient(to right, rgb(59, 92, 255), rgb(124, 77, 255));
    border-radius: 5px;
}
/* HERO SECTION */
.gov-hero{
    position:relative;
    padding:30px 0;
    background-image:url('../../img/rh-images/government-bg.jpg');
    background-size:100% 100%;
    background-position:center;
    background-repeat:no-repeat;
    color:#fff;
    font-family:'Inter', sans-serif;
}

/* Pills */
.top-pills{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:30px;
}
.top-pills span{
    padding:6px 14px;
    border-radius:50px;
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.18);
    font-size:13px;
}

/* Headline */
.hero-title{
    font-size:44px;
    font-weight:800;
    line-height:1.15;
    margin-bottom:18px;
    color:#fff;
}
.hero-title span{
    color:#6ee7b7;
}

/* Text */
.hero-text{
    color:#cbd5f5;
    max-width:620px;
    margin-bottom:30px;
}

/* Buttons */
.hero-actions{
    display:flex;
    gap:14px;
    margin-bottom:40px;
}
.btn-primary-custom{
    background:#ffffff;
    color:#020617;
    border-radius:30px;
    padding:12px 22px;
    font-weight:600;
    border:none;
}
.btn-outline-custom{
    border:1px solid rgba(255,255,255,0.3);
    color:#fff;
    background:transparent;
    border-radius:10px;
    padding:12px 22px;
    font-weight:600;
}

/* Mini Cards */
.mini-cards{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
    gap:16px;
}
.mini-card{
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.15);
    border-radius:16px;
    padding:18px;
}
.mini-card h6{
    font-weight:700;
    margin-bottom:6px;
    color:#6ee7b7;
}
.mini-card p{
    font-size:13px;
    color:#fff;
    margin:0;
}

/* RIGHT PANEL */
.outcome-panel{
    background:rgba(255,255,255,0.07);
    border:1px solid rgba(255,255,255,0.15);
    border-radius:24px;
    padding:26px;
}
.outcome-title{
    display:flex;
    align-items:center;
    gap:10px;
    font-weight:700;
    margin-bottom:18px;
}
.outcome-card{
    background:rgba(0,0,0,0.35);
    border:1px solid rgba(255,255,255,0.12);
    border-radius:16px;
    padding:18px;
    margin-bottom:14px;
}
.outcome-card h6{
    font-weight:700;
    margin-bottom:6px;
    color:#6ee7b7;
}
.outcome-card p{
    font-size:13px;
    color:#fff;
    margin:0;
}

/* Footer note */
.outcome-footer{
    margin-top:18px;
    font-size:12px;
    color:#d1fae5;
    background:rgba(16,185,129,0.12);
    border-radius:14px;
    padding:14px;
}
/* govt partner section */
.gov-partner-section{
    padding:30px 0;
    background:linear-gradient(180deg,#f8fafc,#eef2f7);
    font-family:'Inter', sans-serif;
}

/* Top pill */
.section-pill{
    display:inline-block;
    padding:6px 18px;
    border-radius:50px;
    background:#e0f2fe;
    color:#0369a1;
    font-size:13px;
    font-weight:600;
}

/* Heading */
.main-heading{
    font-size:25px;
    font-weight:800;
    color:#0f172a;
    line-height:1.3;
}

.main-subtext{
    /* max-width:800px; */
    margin:15px auto 0;
    color:#475569;
    font-size:16px;
}

/* Cards */
.partner-card{
    background:#ffffff;
    border-radius:20px;
    padding:30px 26px;
    height:100%;
    border:1px solid #e5e7eb;
    box-shadow:0 16px 40px rgba(0,0,0,0.06);
    transition:all .3s ease;
}

.partner-card:hover{
    transform:translateY(-6px);
    box-shadow:0 24px 55px rgba(0,0,0,0.08);
}

.partner-card h5{
    font-weight:700;
    margin-bottom:12px;
    color:#0f172a;
}

.partner-card p{
    color:#475569;
    font-size:14px;
    margin-bottom:14px;
}

/* List */
.partner-card ul{
    padding-left:18px;
    margin:0;
}

.partner-card ul li{
    font-size:14px;
    color:#334155;
    margin-bottom:6px;
}

/* Icon box */
.icon-box{
    width:56px;
    height:56px;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    color:#fff;
    margin-bottom:18px;
}

.bg-blue{ background:#2563eb; }
.bg-green{ background:#16a34a; }
.bg-orange{ background:#f97316; }

/* dept section */
/* Section background */
.dept-section{
    padding:30px 0;
        background: linear-gradient(97.41deg, #FEF0EC -.75%, #EEF4F3 45.79%, #F5F2F0 96.95%);
    background-size:cover;
    background-position:center;
    font-family:'Inter', sans-serif;
}

/* Header */
.dept-title{
    font-size:25px;
    font-weight:800;
    color:#0f172a;
}

.dept-title span{
    color:#0ea5e9;
}

.dept-sub{
    color:#475569;
    max-width:850px;
    margin:14px auto 0;
    font-size:16px;
}

/* Cards */
.dept-card{
    background:#ffffff;
    border-radius:20px;
    padding:28px 26px;
    height:100%;
    border:1px solid #e5e7eb;
    box-shadow:0 14px 40px rgba(0,0,0,0.06);
    transition:all .3s ease;
}

.dept-card:hover{
    transform:translateY(-6px);
    box-shadow:0 24px 60px rgba(0,0,0,0.08);
}

/* Card title */
.dept-card h5{
    font-weight:700;
    margin-bottom:12px;
    color:#0f172a;
}

/* Card text */
.dept-card p{
    font-size:14px;
    color:#475569;
    margin-bottom:14px;
}

/* List */
.dept-card ul{
    padding-left:18px;
    margin:0;
}

.dept-card ul li{
    font-size:14px;
    color:#334155;
    margin-bottom:6px;
    list-style:none;
    position:relative;
}

.dept-card ul li::before{
    content:"✔";
    color:#16a34a;
    font-weight:700;
    position:absolute;
    left:-18px;
}

/* Icon badge */
.icon-badge{
    width:52px;
    height:52px;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#e0f2fe;
    color:#0284c7;
    font-size:22px;
    margin-bottom:16px;
}
/* state/department section */
.rhf-section{
    background: linear-gradient(135deg, #f4f7fb, #eef2f7);
    padding: 30px 0;
}

.section-title{
    font-weight: 700;
    font-size: 25px;
}

.section-subtitle{
    color: #6c757d;
    max-width: 700px;
    margin: 0 auto 60px;
}

/* Card Style */
.rhf-card{
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    min-height:220px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border-left: 4px solid #16a34a;
}

.rhf-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.rhf-card h6{
    font-weight: 600;
    margin-bottom: 10px;
    color: #9F2B68 !important;
}

.rhf-card p{
    font-size: 14px;
    color: #111;
}

.rhf-card ul{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.rhf-card ul li{
    font-size: 14px;
    margin-bottom: 6px;
}

.rhf-card ul li i{
    color: #16a34a;
    margin-right: 6px;
}

/* Center Image */
.center-image img{
    width: 100%;
    border-radius: 22px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}
/* high-impact-themes-section */

.high-impact-themes-section{
    background: linear-gradient(135deg, #f5f9ff 0%, #eee7e7 100%);
    border-radius:18px;
    padding:50px 0px;
    border:1px solid rgba(255,255,255,0.08);
    box-shadow:0 0 60px rgba(13,110,253,0.15);
    
}
/* Header */
.sdg-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    margin-bottom:20px;
}

.sdg-header h5{
    color:#fff;
    font-weight:800;
    margin-bottom:6px;
}

.sdg-header p{
    color:#111;
    font-size:14px;
    margin:0;
}

/* Pills */
.sdg-pills{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.sdg-pill{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid lightgrey;
    color: #111;
    font-size: 14px;
    font-weight: 500;
    transition: all .3s ease;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.sdg-pill:hover{
    background:rgba(13,110,253,0.18);
    border-color:#0d6efd;
}

/* Icons */
.sdg-pill i{ font-size:14px; }

/* SDG Colors */
.sdg4{ color:#e5243b; }
.sdg7{ color:#fcc30b; }
.sdg9{ color:#fd6925; }
.sdg13{ color:#3f7e44; }
.sdg6{ color:#26bde2; }
.sdg12{ color:#bf8b2e; }

/* govt safe section */
/* Section Background */
.gov-safe-section{
    position: relative;
    padding: 30px 0;
    background: url('../../img/rh-images/govt-safe-bg.jpg') center/cover no-repeat;
    color: #fff;
}

.gov-safe-section::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(4,20,24,0.95), rgba(4,20,24,0.85), rgba(4,20,24,0.5));
}

.gov-safe-section .container{
    position: relative;
    z-index: 2;
}

/* Badges */
.gov-safe-section .tag-badge{
    display: inline-block;
    padding: 6px 16px;
    background: rgba(255,255,255,0.12);
    border-radius: 30px;
    font-size: 13px;
    margin-right: 8px;
}

/* Heading */
.gov-safe-section .section-title{
    font-size: 25px;
    font-weight: 700;
    margin: 20px 0;
    color:#4dd0e1 !important;
    text-align:left !important;
}

.gov-safe-section .section-desc{
    color: #cfd8dc;
    max-width: 650px;
    margin-bottom: 25px;
}

/* Bullet list */
.gov-safe-section .safe-list{
    list-style: none;
    padding-left: 0;
}

.gov-safe-section .safe-list li{
    margin-bottom: 10px;
    font-size: 15px;
}

.gov-safe-section .safe-list li i{
    color: #4dd0e1;
    margin-right: 10px;
}

/* Right Card */
.gov-safe-section .info-card{
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 30px;
    border: 1px solid rgba(255,255,255,0.15);
}

.gov-safe-section .info-card h5{
    font-weight: 600;
    margin-bottom: 10px;
    color:#4dd0e1 !important;
}

.gov-safe-section .info-card p{
    font-size: 14px;
    color: #dce3e6;
}
/* governance section */
/* Section */
.model-section{
    padding:30px 0;
}

/* Headings */
.model-section .section-title{
    font-weight:700;
    font-size:25px;
}

.model-section .section-subtitle{
    max-width:900px;
    margin:0 auto;
    color:#6c757d !important;
}

/* Cards */
.role-card{
    background:#f3f6fb;
    border-radius:14px;
    padding:22px;
    box-shadow:0 12px 28px rgba(0,0,0,0.08);
    height:100%;
}

.role-card i{
    font-size:26px;
    color:#2967c2;
    margin-bottom:10px;
}

/* Box */
.box{
    background:#fff;
    border-radius:18px;
    padding:28px;
    box-shadow:0 15px 40px rgba(0,0,0,0.1);
}

/* Timeline */
.timeline {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 22px;
    left: 5%;
    right: 5%;
    height: 3px;
    background: #efd5db;
    z-index: 1;
}

.timeline-step {
    position: relative;
    z-index: 2;
    width: 23%;
    text-align: center;
}

.timeline-circle {
    width: 44px;
    height: 44px;
    background: #ac455c;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin: 0 auto 12px;
}

.timeline-step h6 {
    font-weight: 600;
    margin-bottom: 6px;
}

.timeline-step p {
    font-size: 14px;
    color: #6c757d;
}

/* Mobile */
@media (max-width: 768px) {
    .timeline {
        flex-direction: column;
    }

    .timeline::before {
        display: none;
    }

    .timeline-step {
        width: 100%;
        text-align: left;
        margin-bottom: 25px;
        display: flex;
        align-items: flex-start;
    }

    .timeline-circle {
        margin: 0 15px 0 0;
    }
}


/* Measure Cards */
.measure-card {
    background: #f3f6fb;
    border-radius: 14px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    height: 100%;
    transition: all 0.3s ease;
}

.measure-card i {
    font-size: 26px;
    color: #2967c2;
    min-width: 32px;
}

.measure-card p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.measure-card:hover {
    background: #e9f1ff;
    transform: translateY(-4px);
}
/* moves forward section */
/* Section */
.flow-section{
    padding:30px 0;
    background: linear-gradient(135deg, #f8fbff, #eef4ff);
}

/* Badge */
.top-badge{
    display:inline-block;
    padding:6px 16px;
    background:#e9f1ff;
    color:#0d6efd;
    border-radius:20px;
    font-size:13px;
    margin-bottom:12px;
}

/* Headings */
.flow-section .section-title{
    font-size:25px;
    font-weight:700;
}

.section-subtitle{
    color:#6c757d;
    max-width:700px;
    margin:0 auto 50px;
}

/* Step Cards */
.step-card{
    background:#fff;
    border-radius:16px;
    padding:22px;
    box-shadow:0 12px 30px rgba(0,0,0,0.08);
    margin-bottom:18px;
    display:flex;
    gap:16px;
    transition:all 0.3s ease;
}

.step-card:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 40px rgba(0,0,0,0.12);
}

.step-number{
    width: 42px;
    height: 42px;
    background: #96afd4;
    color: #2f2c65;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    flex-shrink: 0;
}

.step-card h6{
    font-weight:600;
    margin-bottom:6px;
    color:#1f1a74 !important;
}

.step-card p{
    font-size:14px;
    color:#111;
    margin-bottom:0;
}

/* Right Image */
.flow-image img{
    width:100%;
    border-radius:22px;
    box-shadow:0 20px 45px rgba(0,0,0,0.15);
}
/* proof section */
/* Section Background */
.proof-section{
    padding:30px 0;
    background-image:url('../../img/rh-images/proofs-measure-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

/* Headings */
.proof-section .section-title{
    font-size:25px;
    font-weight:700;
    color:#fff !important;
}

.section-subtitle{
    /* max-width:850px; */
    margin:0 auto 60px;
    color:#fff;
}

/* Card */
.proof-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 18px 45px rgba(0,0,0,0.08);
    transition:all 0.3s ease;
    height:100%;
}

.proof-card:hover{
    transform:translateY(-6px);
    box-shadow:0 28px 60px rgba(0,0,0,0.12);
}

.proof-card img{
    width:100%;
    height:210px;
    object-fit:cover;
}

.proof-card-body{
    padding:26px;
}

.proof-card-body h6{
    font-weight:600;
    margin-bottom:12px;
    color: #af4656 !important;
}

.proof-card-body p{
    font-size:14px;
    color:#111;
}

/* List */
.proof-list{
    list-style:none;
    padding-left:0;
    margin-bottom:0;
}

.proof-list li{
    font-size:14px;
    margin-bottom:8px;
}

.proof-list li i{
    color:#0d6efd;
    margin-right:8px;
}

/* CTA */
.cta-box{
    margin-top:60px;
    background:#fff;
    border-radius:18px;
    padding:35px;
    box-shadow:0 20px 45px rgba(0,0,0,0.1);
}
.cta-box a{
    font-size:14px !important;
}
/* execution model section */
/* Section */
.sdg-section{
    padding:30px 0;
    background: linear-gradient(135deg, #f7fbff, #eef4ff);
}

/* Tags */
.tag{
    display:inline-block;
    padding:6px 14px;
    border-radius:20px;
    font-size:13px;
    background:#e9f1ff;
    color:#0d6efd;
    margin-right:6px;
    margin-bottom:8px;
}

/* Headings */
.main-title{
    font-size:25px;
    font-weight:700;
    line-height:1.25;
}

.main-desc{
    color:#5f6b7a;
    margin-top:9px;
    max-width:560px;
}
.execution-model-btns a{
    font-size:14px !important;
}



/* Cards */
.card-box{
    background:#fff;
    border-radius:18px;
    padding:15px;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
}
.card-box h6{
    color:#ae4656 !important;
}
/* List */
.check-list{
    list-style:none;
    padding-left:0;
}

.check-list li{
    margin-bottom:6px;
    font-size:14px;
}

.check-list i{
    color:#0d6efd;
    margin-right:10px;
}

/* Form */

/* Form Wrapper */
.form-glass{
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(14px);
    border-radius: 22px;
    /* padding: 14px; */
    box-shadow: 0 25px 60px rgba(0,0,0,0.12);
    /* max-width: 520px; */
    margin: auto;
}

/* Header */
.form-glass h4{
    font-weight:600;
    margin-bottom:6px;
    color:#fff !important;
}
.form-heading{
    background-color:#ae4656;
    border-top-left-radius:22px;
    border-top-right-radius:22px;
    border-bottom-left-radius:none !important;
    border-bottom-right-radius:none !important;
    text-align:center;
    /* border-radius:10px; */
    padding:6px;
}
.form-glass small{
    color:#fff;
}

/* Labels */
.form-label{
    font-size:13px;
    font-weight:500;
    color:#ae4656;
    margin-bottom:4px;
}
.form-glass form{
    padding:14px !important;
}
/* Compact Inputs */
.form-control,
.form-select{
    height:40px;                 /* 🔥 Reduced height */
    padding:6px 12px;
    font-size:14px !important;
    border-radius:10px;
    border:1px solid #e0e6f1;
    background:#f9fbff;
    transition:all .25s ease;
}

/* Textarea Compact */
textarea.form-control{
    height:90px;
    resize:none;
}

/* Focus */
.form-control:focus,
.form-select:focus{
    border-color:#4c7cff;
    box-shadow:0 0 0 3px rgba(76,124,255,.15);
    background:#fff;
}

/* Input Group Icon */
.input-group-text{
    background:#f1f5ff;
    border:1px solid #e0e6f1;
    border-radius:10px 0 0 10px;
    color:#4c7cff;
    font-size:14px;
}

/* Submit Button */
.btn-submit{
    /* background-color: #ae4656; */
    color:#fff !important;
    border:none;
    height:35px;
    border-radius:12px;
    font-weight:600;
    font-size:15px;
    transition:.3s;
}

.btn-submit:hover{
    transform:translateY(-1px);
    box-shadow:0 10px 25px rgba(76,124,255,.35);
}
/* Consent checkbox styling */
.consent-check {
    display: flex !important;
    align-items: flex-start !important;
    gap: 7px !important;
}

.consent-check .form-check-input {
    margin-top: 4px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    border:2px solid #ae4656 !important;
}

.consent-check .form-check-label {
    font-size: 14px;
    color: #111;
    line-height: 1.4;
}
.req-btn{
    text-align:right;
}
/* Footer Note */
.form-note{
    font-size:14px;
    color:#6c757d;
}
@media only screen and (min-width: 320px) and (max-width: 660px) {
    .timeline-step {
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
        display: block;
        align-items: center;
    }
    .timeline-circle{
        float:inline-start;
    }

}
