
/* Smooth scroll */
html{
scroll-behavior:smooth;
}

/* Prevent overflow */
body{
overflow-x:hidden;
}

/* Images responsive */
img{
max-width:100%;
height:auto;
}
:root {
    --primary-gold: #f4b11a;
    --primary-blue: #0a2a66;
    --white: #ffffff;
    --dark-bg: #ffffff;
    --card-bg: #f8f9fa;
    --text-primary: #212529;
    --text-secondary: #6c757d;
    --text-muted: #adb5bd;
    --card-border: rgba(244, 177, 26, 0.2);
    --gold-glow: rgba(244, 177, 26, 0.1);
    --success: #28a745;
    --light-bg: #f8f9fa;
    --yellow-bg: #f4b11a;
}
/* Apply Roboto globally */
body, h1, h2, h3, h4, h5, h6, p, div, span, input, button, label {
    font-family: 'Roboto', sans-serif;
}


/* Hero Section Unique Styles */
.hero-main {
    position: relative;
    padding: 12rem 0 4rem;
    background-color: #f4b11a;
}

.hero-badge-main {
    display: inline-block;
    background-color: var(--primary-gold);
    color: var(--white);
    font-weight: 600;
    font-size: 24px;
    /* padding: 0.25rem 0.75rem; */
    border-radius: 50px;
    margin-bottom: 1rem;
    z-index: 1;
    position: relative;
}

.hero-title-main {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--text-primary);
    position: relative;
    z-index: 1;
}

.hero-dim-text {
    color: #000;
    font-weight: 500;
}

.hero-highlight-text {
    color: var(--primary-blue);
}

.hero-subtext {
    font-size: 1rem;
    color: #000;
    position: relative;
    z-index: 1;
}

.hero-form-main {
    background-color: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 12px;
}

.hero-form-title {
    font-weight: 600;
    color: #0c2a64 !important;
}

.hero-input {
    border-radius: 6px;
}

.hero-submit-btn {
    background-color: var(--primary-blue);
    color: white;
    border-color: var(--primary-blue);
}

.hero-submit-btn:hover {
    background-color: var(--primary-gold);
    border-color: var(--primary-gold);
}

/* Responsive: hide glow on smaller screens */
@media (max-width: 991px) {
    .hero-glow-circle {
        display: none;
    }
}

/* WHO WE ARE */
.who-we-are-section {
    background-color: var(--white);
}

/* WHY WE EXIST */
.why-we-exist-section {
    background-color: var(--yellow-bg);
}

/* UNIQUE TEXT + STATS */
.content-wrap h2 {
    color: var(--primary-blue);
    font-weight: 700;
    margin-bottom: 1rem;
}

.content-wrap p {
    color: var(--text-primary);
    font-size: 1rem;
    line-height: 1.6;
}

/* STATS COUNTER */
.stats-bar .stat-item {
    text-align: left;
    margin-right: 2rem;
}

.stats-bar .stat-item .num {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-gold);
}

.stats-bar .stat-item .lbl {
    font-size: 0.9rem;
    color: var(--text-secondary);
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .hero-section .hero-glow {
        display: none;
    }
    .content-wrap img {
        margin-bottom: 2rem;
    }
    .who-we-are-section .row,
    .why-we-exist-section .row {
        flex-direction: column-reverse;
    }
}

/* CTA Section */
.cta-sec {
    position: relative;
    background-color: var(--primary-blue);
    color: var(--white);
    padding: 4rem 1rem;
    text-align: center;
    overflow: hidden;
    /* border-radius: 12px; */
}

.cta-sec h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cta-sec h2 .green {
    color: var(--primary-gold);
}

.cta-sec p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

/* Glow effect behind text */
/* .cta-glow {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 300px;
    background: var(--gold-glow);
    border-radius: 50%;
    z-index: 0;
} */

/* Button styling */
.cta-sec .btn-primary {
    background-color: var(--primary-gold);
    border-color: var(--primary-gold);
    color: var(--white);
    font-weight: 600;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    z-index: 1;
    position: relative;
}

.cta-sec .btn-primary:hover {
    background-color: var(--white);
    color: var(--primary-blue);
    border-color: var(--primary-gold);
}

.ged-terms-hero{

padding-top: 180px;
background:var(--primary-gold);
color: #000;

}


.ged-terms-title{
color: #000;
font-size:42px;
font-weight:700;

}


.ged-terms-sub{

color:#000;
margin-top:15px;

}


.ged-terms-date{

margin-top:10px;
color: #000;

}


.ged-terms-section{

padding:80px 0;

}


.ged-terms-card{

background:var(--white);
padding:50px;
border-radius:14px;
border:1px solid var(--card-border);
box-shadow:0 10px 30px rgba(0,0,0,0.05);

}


.ged-terms-toc{

background:var(--card-bg);
padding:25px;
border-radius:10px;
margin-bottom:40px;

}


.ged-terms-toc h3{

color:var(--primary-blue);
font-weight:700;
margin-bottom:20px;

}


.ged-terms-toc ul{

list-style:none;
padding:0;

}


.ged-terms-toc li{

margin-bottom:8px;

}


.ged-terms-toc a{

text-decoration:none;
color:var(--text-primary);

}


.ged-terms-toc a:hover{

color:var(--primary-gold);

}


.ged-terms-block{

margin-bottom:40px;

}


.ged-terms-block h2{

font-size:24px;
color:var(--primary-blue);
margin-bottom:15px;

}


.ged-terms-block p{

color:var(--text-secondary);

}


.ged-highlight{

background:var(--gold-glow);
padding:20px;
border-left:4px solid var(--primary-gold);
border-radius:6px;
margin-bottom:20px;

}


.ged-highlight h4{

color:var(--primary-blue);

}

@media (max-width:1200px){

.hero-main{
padding:10rem 0 4rem;
}

.hero-title-main{
font-size:1.8rem;
}

}

@media (max-width:992px){

.hero-main{
padding:9rem 0 3rem;
text-align:center;
}

.hero-title-main{
font-size:1.6rem;
}

.hero-subtext{
font-size:0.95rem;
}

.hero-form-main{
margin-top:30px;
}

}

@media (max-width:768px){

.hero-main{
padding:8rem 0 2rem;
}

.hero-title-main{
font-size:1.4rem;
}

.hero-badge-main{
font-size:18px;
}

}

@media (max-width:480px){

.hero-main{
padding:7rem 0 2rem;
}

.hero-title-main{
font-size:1.2rem;
}

.hero-subtext{
font-size:0.9rem;
}

}


@media (max-width:992px){

.stats-bar{
display:flex;
flex-wrap:wrap;
}

.stats-bar .stat-item{
margin-right:20px;
margin-bottom:15px;
}

}

@media (max-width:576px){

.stats-bar{
flex-direction:column;
align-items:center;
text-align:center;
}

.stats-bar .stat-item{
margin-right:0;
}

.stats-bar .stat-item .num{
font-size:1.6rem;
}

}

@media (max-width:992px){

.content-wrap{
text-align:center;
}

.content-wrap img{
margin-bottom:25px;
}

}

@media (max-width:768px){

.content-wrap h2{
font-size:24px;
}

.content-wrap p{
font-size:0.95rem;
}

}

@media (max-width:480px){

.content-wrap h2{
font-size:20px;
}

}

@media (max-width:992px){

.cta-sec{
padding:3rem 1rem;
}

.cta-sec h2{
font-size:1.6rem;
}

}

@media (max-width:768px){

.cta-sec h2{
font-size:1.4rem;
}

.cta-sec p{
font-size:1rem;
}

}

@media (max-width:480px){

.cta-sec h2{
font-size:1.2rem;
}

.cta-sec p{
font-size:0.9rem;
}

.cta-sec .btn-primary{
padding:0.6rem 1.5rem;
}

}

@media (max-width:1200px){

.ged-terms-card{
padding:40px;
}

}

@media (max-width:992px){

.ged-terms-hero{
padding-top:140px;
}

.ged-terms-title{
font-size:34px;
}

.ged-terms-card{
padding:35px;
}

}

@media (max-width:768px){

.ged-terms-title{
font-size:28px;
}

.ged-terms-sub{
font-size:0.95rem;
}

.ged-terms-card{
padding:25px;
}

.ged-terms-block h2{
font-size:20px;
}

}

@media (max-width:480px){

.ged-terms-hero{
padding-top:120px;
}

.ged-terms-title{
font-size:24px;
}

.ged-terms-sub{
font-size:0.9rem;
}

.ged-terms-card{
padding:20px;
}

.ged-terms-block h2{
font-size:18px;
}

.ged-terms-toc{
padding:18px;
}

}

/* Container padding fix for mobile */

@media (max-width:576px){

.container{
padding-left:20px;
padding-right:20px;
}

}