/* =========================
   GOOGLE FONT
========================= */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/* =========================
   ROOT COLORS
========================= */

:root{

--primary:#1E3A5F;
--secondary:#2E7D32;
--accent:#F9A825;
--white:#FFFFFF;
--light:#f8f9fa;
--dark:#222;

}

/* =========================
   GLOBAL
========================= */

*{
margin:0;
padding:0;
box-sizing:border-box;
scroll-behavior:smooth;
}


/* ===========================
   HERO SECTION
=========================== */

.hero{

    position:relative;

    min-height:100vh;

    display:flex;

    align-items:center;

    overflow:hidden;

    

}

/* Overlay */

.hero::before{

    content:"";

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.55);

}

/* Content */

.hero .container{

    position:relative;

    z-index:2;

}

/* Hero Badge */

.hero-badge{

    display:inline-block;

    background:rgba(255,255,255,.15);

    border:1px solid rgba(255,255,255,.25);

    backdrop-filter:blur(8px);

    color:#fff;

    padding:10px 20px;

    border-radius:50px;

    font-weight:600;

}
/* ===== HERO ===== */

.hero{
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100vh;
}

.hero-badge{
    display:inline-block;
    background:rgba(255,255,255,.12);
    color:#fff;
    padding:10px 22px;
    border-radius:50px;
    border:1px solid rgba(255,255,255,.25);
    font-weight:600;
    backdrop-filter:blur(10px);
}

.hero h1{
    line-height:1.2;
    letter-spacing:-0.5px;
}

.hero-text{
    max-width:760px;
    margin:auto;
    font-size:1.15rem;
    line-height:1.9;
    opacity:.95;
}

.hero .btn{
    border-radius:50px;
    font-weight:600;
    transition:.35s;
}

.hero .btn:hover{
    transform:translateY(-4px);
    box-shadow:0 12px 30px rgba(0,0,0,.25);
}

@media(max-width:768px){

.hero h1{
    font-size:2.4rem;
}

.hero-text{
    font-size:1rem;
}

.hero .btn{
    width:100%;
}

}
/* Heading */

.hero h1{

    font-weight:800;

    line-height:1.2;

}

/* Paragraph */

.hero-text{

    max-width:700px;

    color:#f8f9fa;

}

/* Buttons */

.hero .btn{

    border-radius:50px;

    padding:12px 28px;

    font-weight:600;

    transition:.3s;

}

.hero .btn-warning:hover{

    transform:translateY(-3px);

}

.hero .btn-light:hover{

    transform:translateY(-3px);

}

.hero .btn-outline-light:hover{

    transform:translateY(-3px);

}

/* =========================
   SCROLLBAR
========================= */

::-webkit-scrollbar{
width:10px;
}

::-webkit-scrollbar-thumb{
background:var(--primary);
border-radius:10px;
}

::-webkit-scrollbar-track{
background:#eee;
}

.hero{
    position:relative;
    min-height:100vh;
    padding:120px 0 80px;
    display:flex;
    align-items:center;
    overflow:hidden;

    background:
    linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55)),
   ;

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:transparent;
}

.hero .container{
    position:relative;
    z-index:2;
}

.hero h1,
.hero p,
.hero .hero-badge{
    color:#fff;
}

/* =========================
   NAVBAR
========================= */

.custom-navbar{

background:rgba(30,58,95,.95);

backdrop-filter:blur(10px);

padding:15px 0;

transition:.4s;

}

.navbar-brand{

font-size:30px;
font-weight:700;

}

.nav-link{

color:white !important;

font-weight:500;

margin-left:15px;

position:relative;

}

.nav-link::after{

content:'';

position:absolute;

left:0;
bottom:-5px;

width:0;
height:3px;

background:var(--accent);

transition:.4s;

}

.nav-link:hover::after{

width:100%;

}

.dropdown-menu{

border:none;

border-radius:15px;

box-shadow:0 10px 30px rgba(0,0,0,.1);

}

.dropdown-item{

padding:10px 20px;

}

.dropdown-item:hover{

background:var(--primary);
color:white;

}

/* =========================
   HERO SECTION
========================= */

.hero-img{

height:100vh;

object-fit:cover;

filter:brightness(45%);

}

.carousel-caption{

bottom:25%;

}

.carousel-caption h1{

font-size:70px;

font-weight:800;

animation:slideDown 1s ease;

}

.carousel-caption p{

font-size:20px;

max-width:700px;

margin:auto;

margin-bottom:20px;

animation:slideUp 1s ease;

}

.carousel-caption .btn{

padding:12px 30px;

border-radius:50px;

font-weight:600;

transition:.4s;

}

.carousel-caption .btn:hover{

transform:translateY(-5px);

}
/* =========================
   HERO FIX (navbar overlap)
========================= */

.hero{
    min-height: 100vh;
    background: linear-gradient(135deg, #1E3A5F, #2E7D32);
    position: relative;
    padding: 160px 0 120px;
    overflow: hidden;
    color: #fff !important;
}

.hero h1,
.hero p,
.hero .lead,
.hero .hero-badge{
    color: #fff !important;
}

.mvv-icon{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

/* variants */
.mvv-icon.green{
    background: #E8F5E9;
    color: #2E7D32;
}

.mvv-icon.gold{
    background: #FFF8E1;
    color: #F9A825;
}
.mvv-card{
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: 0.3s ease;
    margin-top: 15px;
}

.mvv-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}
.tags{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag{
    padding: 6px 14px;
    font-size: 12px;
    border-radius: 50px;
    font-weight: 500;
    display: inline-block;
}

/* Colors */
.tag-blue{
    background: #1E3A5F;
    color: #fff;
}

.tag-green{
    background: #2E7D32;
    color: #fff;
}

.tag-gold{
    background: #F9A825;
    color: #000;
}
.rule{
    width: 70px;
    height: 3px;
    background: #F9A825;
    margin: 10px 0 15px;
    border-radius: 10px;
}
.eyebrow{
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2E7D32;
    display: inline-block;
}
/* =========================
   ANIMATION
========================= */

@keyframes slideDown{

from{
opacity:0;
transform:translateY(-50px);
}

to{
opacity:1;
transform:translateY(0);
}

}

@keyframes slideUp{

from{
opacity:0;
transform:translateY(50px);
}

to{
opacity:1;
transform:translateY(0);
}

}

/* =========================
   REGISTRATION BAR
========================= */

.info-bar{

background:
linear-gradient(
135deg,
var(--primary),
var(--secondary)
);

color:white;

}

.info-bar h5{

font-weight:700;

margin-bottom:10px;

}

.info-bar p{

margin:0;

font-size:15px;

}

/* =========================
   ABOUT SECTION
========================= */

.about-section{

padding:100px 0;

}

.about-section img{

border-radius:20px;

transition:.5s;

}

.about-section img:hover{

transform:scale(1.05);

}

.about-section h2{

font-weight:700;

color:var(--primary);

}

.about-section p{

line-height:1.9;

color:#555;

}/* =========================
   MISSION & VISION
========================= */

.mission-card,
.vision-card{

border-radius:20px;
overflow:hidden;
transition:.5s;
background:#fff;

}

.mission-card:hover,
.vision-card:hover{

transform:translateY(-12px);

box-shadow:
0 20px 40px rgba(0,0,0,.15);

}

.mission-card i{

color:#F9A825;

}

.vision-card i{

color:#2E7D32;

}

.mission-card h3,
.vision-card h3{

color:#1E3A5F;
font-weight:700;

}

.mission-card p,
.vision-card p{

line-height:1.8;
color:#555;

}

/* =========================
   CORE VALUES
========================= */

.value-card{

background:#fff;

border-radius:20px;

transition:.5s;

height:100%;

padding:35px 25px;

}

.value-card:hover{

transform:
translateY(-12px);

box-shadow:
0 20px 40px rgba(0,0,0,.15);

}

.value-card i{

transition:.5s;

}

.value-card:hover i{

transform:scale(1.2);

}

.value-card h4{

font-weight:700;

color:#1E3A5F;

margin-top:15px;

}

.value-card p{

color:#666;

line-height:1.8;

}


/* =========================
   PROGRAMMES SECTION
========================= */

.programme-card{

background:#fff;

padding:35px 25px;

text-align:center;

height:100%;

border-radius:20px;

transition:.5s;

box-shadow:
0 10px 25px rgba(0,0,0,.08);

border-top:5px solid #2E7D32;

}

.programme-card:hover{

transform:translateY(-15px);

box-shadow:
0 20px 40px rgba(0,0,0,.15);

}

.programme-card i{

font-size:60px;

color:#F9A825;

margin-bottom:20px;

transition:.5s;

}

.programme-card:hover i{

transform:rotateY(360deg);

}

.programme-card h4{

font-weight:700;

color:#1E3A5F;

margin-bottom:15px;

}

.programme-card p{

line-height:1.8;

color:#666;

}

.programme-card .btn{

margin-top:15px;

border-radius:50px;

padding:10px 25px;

font-weight:600;

transition:.4s;

}

.programme-card .btn:hover{

background:#2E7D32;

color:white;

}

/* =========================
   SECTION HEADINGS
========================= */

section h2{

color:#1E3A5F;

font-weight:700;

}

section span{

letter-spacing:1px;

}/* =========================
   CTA SECTION
========================= */

.cta-section{

background:
linear-gradient(
135deg,
rgba(30,58,95,.95),
rgba(46,125,50,.95)
);

padding:100px 0;

position:relative;

overflow:hidden;

}

.cta-section::before{

content:'';

position:absolute;

width:300px;
height:300px;

background:
rgba(255,255,255,.08);

border-radius:50%;

top:-100px;
left:-100px;

}

.cta-section::after{

content:'';

position:absolute;

width:250px;
height:250px;

background:
rgba(255,255,255,.08);

border-radius:50%;

bottom:-100px;
right:-100px;

}

.cta-section h2{

font-size:50px;

font-weight:700;

}

.cta-section p{

font-size:18px;

line-height:1.8;

max-width:800px;

margin:auto;

}

.cta-section .btn{

padding:14px 35px;

border-radius:50px;

font-weight:600;

transition:.4s;

}

.cta-section .btn:hover{

transform:translateY(-5px);

}

/* =========================
   FOOTER
========================= */

.footer-section{

background:#1E3A5F;

color:white;

padding:80px 0 20px;

}

.footer-title{

font-size:28px;

font-weight:700;

margin-bottom:20px;

}

.footer-text{

line-height:1.9;

color:#ddd;

}

.footer-heading{

font-size:22px;

font-weight:600;

margin-bottom:25px;

}

.footer-links li{

margin-bottom:12px;

}

.footer-links a{

color:#ddd;

transition:.4s;

}

.footer-links a:hover{

color:#F9A825;

padding-left:8px;

}

.footer-section p{

color:#ddd;

line-height:1.8;

}

.footer-section i{

margin-right:8px;

color:#F9A825;

}

/* =========================
   SOCIAL ICONS
========================= */

.social-icons{

margin-top:20px;

}

.social-icons a{

width:45px;
height:45px;

display:inline-flex;

justify-content:center;
align-items:center;

border-radius:50%;

background:
rgba(255,255,255,.1);

color:white;

margin-right:10px;

transition:.4s;

}

.social-icons a:hover{

background:#F9A825;

transform:translateY(-5px);

}

/* =========================
   FOOTER LINE
========================= */

.footer-line{

margin-top:40px;

margin-bottom:20px;

border-color:
rgba(255,255,255,.2);

}

.footer-bottom{

font-size:15px;

}

/* =========================
   GLOBAL BUTTONS
========================= */

.btn{

transition:.4s !important;

}

.btn:hover{

transform:translateY(-4px);

}

/* =========================
   IMAGE HOVER EFFECT
========================= */

img{

transition:.5s;

}

img:hover{

transform:scale(1.03);

}

/* =========================
   CARD EFFECT
========================= */

.card{

transition:.5s;

}



/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

.carousel-caption h1{

font-size:45px;

}

.cta-section h2{

font-size:38px;

}

.footer-title{

font-size:24px;

}

}

@media(max-width:768px){

.hero-img{

height:80vh;

}

.carousel-caption{

bottom:15%;

}

.carousel-caption h1{

font-size:32px;

}

.carousel-caption p{

font-size:15px;

}

.cta-section h2{

font-size:30px;

}

.impact-card h2{

font-size:35px;

}

.footer-section{

text-align:center;

}

.social-icons{

justify-content:center;

}

}

@media(max-width:576px){

.carousel-caption h1{

font-size:26px;

}

.carousel-caption p{

font-size:14px;

}

.btn{

width:auto;

font-size:14px;

}

.cta-section{

padding:70px 20px;

}

}
/* =========================
   BACK TO TOP BUTTON
========================= */

#topBtn{

position:fixed;

bottom:25px;
right:25px;

width:50px;
height:50px;

border:none;

border-radius:50%;

background:#F9A825;

color:white;

font-size:22px;

cursor:pointer;

display:none;

z-index:9999;

transition:.4s;

}

#topBtn:hover{

background:#2E7D32;

transform:translateY(-5px);

}

/* =========================
   SCROLL ANIMATION
========================= */

.hidden{

opacity:0;

transform:translateY(50px);

transition:all 1s ease;

}

.show{

opacity:1;

transform:translateY(0);

}
:root{
    --primary:#1E3A5F;
    --secondary:#2E7D32;
    --accent:#F9A825;
    --light:#FDFCF6;
}

body{
    font-family: Arial, sans-serif;
    background: var(--light);
}

.navbar{
    background:#fff;
    box-shadow:0 2px 5px rgba(0,0,0,.08);
}

.logo{
    font-size:28px;
    font-weight:600;
    color:var(--primary);
}

.hero{
    background: linear-gradient(rgba(30,58,95,.75),
                rgba(30,58,95,.75)),
                ;
    background-size:cover;
    background-position:center;
    min-height:90vh;
    display:flex;
    align-items:center;
    color:white;
}

.hero h1{
    font-size:3rem;
    font-weight:700;
}

.btn-main{
    background:var(--accent);
    color:white;
    border:none;
}

.btn-main:hover{
    background:#d89407;
}

.section-title{
    color:var(--primary);
    font-weight:700;
}

.program-card{
    border:none;
    transition:.3s;
    height:100%;
}

.program-card:hover{
    transform:translateY(-8px);
}

.icon-box{
    font-size:45px;
    color:var(--secondary);
}


.counter{
    font-size:40px;
    font-weight:bold;
}

.project-card img{
    height:220px;
    object-fit:cover;
}

.cta-section{
    background:var(--secondary);
    color:white;
}

footer{
    background:var(--primary);
    color:white;
}

footer a{
    color:white;
    text-decoration:none;
}


*{
margin:0;
padding:0;
box-sizing:border-box;
scroll-behavior:smooth;
}


/* =========================
   ROOT COLORS
========================= */

:root{

--primary:#1E3A5F;
--secondary:#2E7D32;
--accent:#F9A825;
--white:#FFFFFF;
--light:#f8f9fa;
--dark:#222;

}

/* =========================
   GLOBAL
========================= */

*{
margin:0;
padding:0;
box-sizing:border-box;
scroll-behavior:smooth;
}




ul{
list-style:none;
padding:0;
margin:0;
}
/* ===========================
   HERO SECTION
=========================== */

.hero{

    position:relative;

    min-height:100vh;

    display:flex;

    align-items:center;

    overflow:hidden;

    background:url("images/mission2.jpg") center center/cover no-repeat;

}

/* Overlay */

.hero::before{

    content:"";

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.55);

}

/* Content */

.hero .container{

    position:relative;

    z-index:2;

}

/* Hero Badge */

.hero-badge{

    display:inline-block;

    background:rgba(255,255,255,.15);

    border:1px solid rgba(255,255,255,.25);

    backdrop-filter:blur(8px);

    color:#fff;

    padding:10px 20px;

    border-radius:50px;

    font-weight:600;

}
/* ===== HERO ===== */

.hero{
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100vh;
}

.hero-badge{
    display:inline-block;
    background:rgba(255,255,255,.12);
    color:#fff;
    padding:10px 22px;
    border-radius:50px;
    border:1px solid rgba(255,255,255,.25);
    font-weight:600;
    backdrop-filter:blur(10px);
}

.hero h1{
    line-height:1.2;
    letter-spacing:-0.5px;
}

.hero-text{
    max-width:760px;
    margin:auto;
    font-size:1.15rem;
    line-height:1.9;
    opacity:.95;
}

.hero .btn{
    border-radius:50px;
    font-weight:600;
    transition:.35s;
}

.hero .btn:hover{
    transform:translateY(-4px);
    box-shadow:0 12px 30px rgba(0,0,0,.25);
}

@media(max-width:768px){

.hero h1{
    font-size:2.4rem;
}

.hero-text{
    font-size:1rem;
}

.hero .btn{
    width:100%;
}

}
/* Heading */

.hero h1{

    font-weight:800;

    line-height:1.2;

}

/* Paragraph */

.hero-text{

    max-width:700px;

    color:#f8f9fa;

}

/* Buttons */

.hero .btn{

    border-radius:50px;

    padding:12px 28px;

    font-weight:600;

    transition:.3s;

}

.hero .btn-warning:hover{

    transform:translateY(-3px);

}

.hero .btn-light:hover{

    transform:translateY(-3px);

}

.hero .btn-outline-light:hover{

    transform:translateY(-3px);

}

/* =========================
   SCROLLBAR
========================= */

::-webkit-scrollbar{
width:10px;
}

::-webkit-scrollbar-thumb{
background:var(--primary);
border-radius:10px;
}

::-webkit-scrollbar-track{
background:#eee;
}

.hero{
    position:relative;
    min-height:100vh;
    padding:120px 0 80px;
    display:flex;
    align-items:center;
    overflow:hidden;

    background:
    linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55)),
   ;

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:transparent;
}

.hero .container{
    position:relative;
    z-index:2;
}

.hero h1,
.hero p,
.hero .hero-badge{
    color:#fff;
}

/* =========================
   NAVBAR
========================= */

.custom-navbar{

background:rgba(30,58,95,.95);

backdrop-filter:blur(10px);

padding:15px 0;

transition:.4s;

}

.navbar-brand{

font-size:30px;
font-weight:700;

}

.nav-link{

color:white !important;

font-weight:500;

margin-left:15px;

position:relative;

}

.nav-link::after{

content:'';

position:absolute;

left:0;
bottom:-5px;

width:0;
height:3px;

background:var(--accent);

transition:.4s;

}

.nav-link:hover::after{

width:100%;

}

.dropdown-menu{

border:none;

border-radius:15px;

box-shadow:0 10px 30px rgba(0,0,0,.1);

}

.dropdown-item{

padding:10px 20px;

}

.dropdown-item:hover{

background:var(--primary);
color:white;

}

/* =========================
   HERO SECTION
========================= */

.hero-img{

height:100vh;

object-fit:cover;

filter:brightness(45%);

}

.carousel-caption{

bottom:25%;

}

.carousel-caption h1{

font-size:70px;

font-weight:800;

animation:slideDown 1s ease;

}

.carousel-caption p{

font-size:20px;

max-width:700px;

margin:auto;

margin-bottom:20px;

animation:slideUp 1s ease;

}

.carousel-caption .btn{

padding:12px 30px;

border-radius:50px;

font-weight:600;

transition:.4s;

}

.carousel-caption .btn:hover{

transform:translateY(-5px);

}
/* =========================
   HERO FIX (navbar overlap)
========================= */

.hero{
    min-height: 100vh;
    background: linear-gradient(135deg, #1E3A5F, #2E7D32);
    position: relative;
    padding: 160px 0 120px;
    overflow: hidden;
    color: #fff !important;
}

.hero h1,
.hero p,
.hero .lead,
.hero .hero-badge{
    color: #fff !important;
}

.mvv-icon{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

/* variants */
.mvv-icon.green{
    background: #E8F5E9;
    color: #2E7D32;
}

.mvv-icon.gold{
    background: #FFF8E1;
    color: #F9A825;
}
.mvv-card{
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: 0.3s ease;
    margin-top: 15px;
}

.mvv-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}
.tags{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag{
    padding: 6px 14px;
    font-size: 12px;
    border-radius: 50px;
    font-weight: 500;
    display: inline-block;
}

/* Colors */
.tag-blue{
    background: #1E3A5F;
    color: #fff;
}

.tag-green{
    background: #2E7D32;
    color: #fff;
}

.tag-gold{
    background: #F9A825;
    color: #000;
}
.rule{
    width: 70px;
    height: 3px;
    background: #F9A825;
    margin: 10px 0 15px;
    border-radius: 10px;
}
.eyebrow{
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2E7D32;
    display: inline-block;
}
/* =========================
   ANIMATION
========================= */

@keyframes slideDown{

from{
opacity:0;
transform:translateY(-50px);
}

to{
opacity:1;
transform:translateY(0);
}

}

@keyframes slideUp{

from{
opacity:0;
transform:translateY(50px);
}

to{
opacity:1;
transform:translateY(0);
}

}

/* =========================
   REGISTRATION BAR
========================= */

.info-bar{

background:
linear-gradient(
135deg,
var(--primary),
var(--secondary)
);

color:white;

}

.info-bar h5{

font-weight:700;

margin-bottom:10px;

}

.info-bar p{

margin:0;

font-size:15px;

}
/* =========================
   ABOUT SECTION
========================= */

.about-section{

padding:100px 0;

}

.about-section img{

border-radius:20px;

transition:.5s;

}

.about-section img:hover{

transform:scale(1.05);

}

.about-section h2{

font-weight:700;

color:var(--primary);

}

.about-section p{

line-height:1.9;

color:#555;

}/* =========================
   MISSION & VISION
========================= */

.mission-card,
.vision-card{

border-radius:20px;
overflow:hidden;
transition:.5s;
background:#fff;

}

.mission-card:hover,
.vision-card:hover{

transform:translateY(-12px);

box-shadow:
0 20px 40px rgba(0,0,0,.15);

}

.mission-card i{

color:#F9A825;

}

.vision-card i{

color:#2E7D32;

}

.mission-card h3,
.vision-card h3{

color:#1E3A5F;
font-weight:700;

}

.mission-card p,
.vision-card p{

line-height:1.8;
color:#555;

}

/* =========================
   CORE VALUES
========================= */

.value-card{

background:#fff;

border-radius:20px;

transition:.5s;

height:100%;

padding:35px 25px;

}

.value-card:hover{

transform:
translateY(-12px);

box-shadow:
0 20px 40px rgba(0,0,0,.15);

}

.value-card i{

transition:.5s;

}

.value-card:hover i{

transform:scale(1.2);

}

.value-card h4{

font-weight:700;

color:#1E3A5F;

margin-top:15px;

}

.value-card p{

color:#666;

line-height:1.8;

}


/* =========================
   PROGRAMMES SECTION
========================= */

.programme-card{

background:#fff;

padding:35px 25px;

text-align:center;

height:100%;

border-radius:20px;

transition:.5s;

box-shadow:
0 10px 25px rgba(0,0,0,.08);

border-top:5px solid #2E7D32;

}

.programme-card:hover{

transform:translateY(-15px);

box-shadow:
0 20px 40px rgba(0,0,0,.15);

}

.programme-card i{

font-size:60px;

color:#F9A825;

margin-bottom:20px;

transition:.5s;

}

.programme-card:hover i{

transform:rotateY(360deg);

}

.programme-card h4{

font-weight:700;

color:#1E3A5F;

margin-bottom:15px;

}

.programme-card p{

line-height:1.8;

color:#666;

}

.programme-card .btn{

margin-top:15px;

border-radius:50px;

padding:10px 25px;

font-weight:600;

transition:.4s;

}

.programme-card .btn:hover{

background:#2E7D32;

color:white;

}

/* =========================
   SECTION HEADINGS
========================= */

section h2{

color:#1E3A5F;

font-weight:700;

}

section span{

letter-spacing:1px;

}/* =========================
   CTA SECTION
========================= */

.cta-section{

background:
linear-gradient(
135deg,
rgba(30,58,95,.95),
rgba(46,125,50,.95)
);

padding:100px 0;

position:relative;

overflow:hidden;

}

.cta-section::before{

content:'';

position:absolute;

width:300px;
height:300px;

background:
rgba(255,255,255,.08);

border-radius:50%;

top:-100px;
left:-100px;

}

.cta-section::after{

content:'';

position:absolute;

width:250px;
height:250px;

background:
rgba(255,255,255,.08);

border-radius:50%;

bottom:-100px;
right:-100px;

}

.cta-section h2{

font-size:50px;

font-weight:700;

}

.cta-section p{

font-size:18px;

line-height:1.8;

max-width:800px;

margin:auto;

}

.cta-section .btn{

padding:14px 35px;

border-radius:50px;

font-weight:600;

transition:.4s;

}

.cta-section .btn:hover{

transform:translateY(-5px);

}

/* =========================
   FOOTER
========================= */

.footer-section{

background:#1E3A5F;

color:white;

padding:80px 0 20px;

}

.footer-title{

font-size:28px;

font-weight:700;

margin-bottom:20px;

}

.footer-text{

line-height:1.9;

color:#ddd;

}

.footer-heading{

font-size:22px;

font-weight:600;

margin-bottom:25px;

}

.footer-links li{

margin-bottom:12px;

}

.footer-links a{

color:#ddd;

transition:.4s;

}

.footer-links a:hover{

color:#F9A825;

padding-left:8px;

}

.footer-section p{

color:#ddd;

line-height:1.8;

}

.footer-section i{

margin-right:8px;

color:#F9A825;

}

/* =========================
   SOCIAL ICONS
========================= */

.social-icons{

margin-top:20px;

}

.social-icons a{

width:45px;
height:45px;

display:inline-flex;

justify-content:center;
align-items:center;

border-radius:50%;

background:
rgba(255,255,255,.1);

color:white;

margin-right:10px;

transition:.4s;

}

.social-icons a:hover{

background:#F9A825;

transform:translateY(-5px);

}

/* =========================
   FOOTER LINE
========================= */

.footer-line{

margin-top:40px;

margin-bottom:20px;

border-color:
rgba(255,255,255,.2);

}

.footer-bottom{

font-size:15px;

}

/* =========================
   GLOBAL BUTTONS
========================= */

.btn{

transition:.4s !important;

}

.btn:hover{

transform:translateY(-4px);

}

/* =========================
   IMAGE HOVER EFFECT
========================= */

img{

transition:.5s;

}

img:hover{

transform:scale(1.03);

}

/* =========================
   CARD EFFECT
========================= */

.card{

transition:.5s;

}

.card:hover{

transform:translateY(-10px);

}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

.carousel-caption h1{

font-size:45px;

}

.cta-section h2{

font-size:38px;

}

.footer-title{

font-size:24px;

}

}

@media(max-width:768px){

.hero-img{

height:80vh;

}

.carousel-caption{

bottom:15%;

}

.carousel-caption h1{

font-size:32px;

}

.carousel-caption p{

font-size:15px;

}

.cta-section h2{

font-size:30px;

}

.impact-card h2{

font-size:35px;

}

.footer-section{

text-align:center;

}

.social-icons{

justify-content:center;

}

}

@media(max-width:576px){

.carousel-caption h1{

font-size:26px;

}

.carousel-caption p{

font-size:14px;

}

.btn{

width:auto;

font-size:14px;

}

.cta-section{

padding:70px 20px;

}

}
/* =========================
   BACK TO TOP BUTTON
========================= */

#topBtn{

position:fixed;

bottom:25px;
right:25px;

width:50px;
height:50px;

border:none;

border-radius:50%;

background:#F9A825;

color:white;

font-size:22px;

cursor:pointer;

display:none;

z-index:9999;

transition:.4s;

}

#topBtn:hover{

background:#2E7D32;

transform:translateY(-5px);

}

/* =========================
   SCROLL ANIMATION
========================= */

.hidden{

opacity:0;

transform:translateY(50px);

transition:all 1s ease;

}

.show{

opacity:1;

transform:translateY(0);

}
:root{
    --primary:#1E3A5F;
    --secondary:#2E7D32;
    --accent:#F9A825;
    --light:#FDFCF6;
}

body{
    font-family: Arial, sans-serif;
    background: var(--light);
}

.navbar{
    background:#fff;
    box-shadow:0 2px 5px rgba(0,0,0,.08);
}

.logo{
    font-size:28px;
    font-weight:600;
    color:var(--primary);
}

.hero{
    background: linear-gradient(rgba(30,58,95,.75),
                rgba(30,58,95,.75)),
                ;
    background-size:cover;
    background-position:center;
    min-height:90vh;
    display:flex;
    align-items:center;
    color:white;
}

.hero h1{
    font-size:3rem;
    font-weight:700;
}

.btn-main{
    background:var(--accent);
    color:white;
    border:none;
}

.btn-main:hover{
    background:#d89407;
}

.section-title{
    color:var(--primary);
    font-weight:700;
}

.program-card{
    border:none;
    transition:.3s;
    height:100%;
}

.program-card:hover{
    transform:translateY(-8px);
}

.icon-box{
    font-size:45px;
    color:var(--secondary);
}

.impact{
    background:var(--primary);
    color:white;
}

.counter{
    font-size:40px;
    font-weight:bold;
}

.project-card img{
    height:220px;
    object-fit:cover;
}

.cta-section{
    background:var(--secondary);
    color:white;
}

footer{
    background:var(--primary);
    color:white;
}

footer a{
    color:white;
    text-decoration:none;
}



/* =========================
   NAVBAR
========================= */

.custom-navbar{

background:rgba(30,58,95,.95);

backdrop-filter:blur(10px);

padding:15px 0;

transition:.4s;

}

.navbar-brand{

font-size:30px;
font-weight:700;

}

.nav-link{

color:white !important;

font-weight:300;

margin-left:15px;

position:relative;

}

.nav-link::after{

content:'';

position:absolute;

left:0;
bottom:-5px;

width:0;
height:3px;

background:var(--accent);

transition:.4s;

}
.nav-link::after{
content:'';
position:absolute;
left:50%;
bottom:-5px;
width:0;
height:3px;
background:var(--accent);
transition:.4s;
transform:translateX(-50%);
}

.nav-link:hover::after{
width:100%;
}

.nav-link:hover::after{

width:100%;

}

.dropdown-menu{

border:none;

border-radius:15px;

box-shadow:0 10px 30px rgba(0,0,0,.1);

}

.dropdown-item{

padding:10px 20px;

}

.dropdown-item:hover{

background:var(--primary);
color:white;

}
.logo-img{
    height:55px;
    width:auto;
}
.logo-img{
    width:70px;
    height:70px;
    border-radius:50%;
    object-fit:cover;
    border:3px solid #fff;
}
.counter{
    font-size:50px;
    font-weight:700;
    color:#F9A825;
    margin-bottom:10px;
    transition:0.3s ease;
}

.impact .col-md-3:hover .counter{
    transform:scale(1.1);
}
.program-card{
overflow:hidden;
border-radius:20px;
transition:.5s;
}

.program-card img{
height:250px;
object-fit:cover;
transition:.5s;
}

.program-card:hover{
transform:translateY(-12px);
}

.program-card:hover img{
transform:scale(1.1);
}

.carousel-control-prev,
.carousel-control-next{
width:50px;
height:50px;
background:#1E3A5F;
border-radius:50%;
top:50%;
transform:translateY(-50%);
}
.dropdown:hover .dropdown-menu{
    display:block;
    margin-top:0;
}

.nav-link::after{
    display:none;
}
/* Success Stories Section Styles */
.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #212529;
  position: relative;
}

/* Optional  */
.text-center {
  text-align: center;
}

.mb-5 {
  margin-bottom: 3rem;
}

/* Card Styling */
.card {
  background-color: #ffffff;
  border: none;
  border-radius: 12px;
  
  height: 100%;
}

.p-4 {
  padding: 1.5rem;
}


/* Card Hover Effect */
.card:hover {
  
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
}

/* Quote Text Typography */
.card p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #495057;
  font-style: italic;
  margin-bottom: 1.5rem;
}

/* Author Typography */
.card h6 {
  font-size: 0.9rem;
  font-weight: 600;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}


.about-section-main{
background:#fff;
}

.about-section-main img{
transition:.5s;
}



.badge{
font-size:14px;
letter-spacing:1px;
}

.lead{
font-size:18px;
line-height:1.8;
}

.about-highlight{
background:#FDFCF6;
border-left:5px solid #F9A825;
padding:20px;
border-radius:10px;
}

.vision-card,
.value-card,
.team-card{
transition:all 0.5s ease;
cursor:pointer;
}

.vision-card:hover{
transform:translateY(-15px);
box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.value-card:hover{
transform:scale(1.08) rotate(2deg);
background:#1E3A5F;
color:#fff;
}

.team-card:hover{
transform:translateY(-10px);
}

.team-card:hover img{
transform:scale(1.1);
}

.team-card img{
transition:0.5s;
}

.hidden{
opacity:0;
transform:translateY(50px);
transition:all 1s ease;
}

.show{
opacity:1;
transform:translateY(0);
}
.btn{
position:relative;
overflow:hidden;
}

.btn::before{
content:'';
position:absolute;
width:0;
height:0;
background:rgba(255,255,255,.3);
border-radius:50%;
top:50%;
left:50%;
transform:translate(-50%,-50%);
transition:.6s;
}

.btn:hover::before{
width:300px;
height:300px;
}

.event-card{
background:#fff;
padding:30px;
border-radius:20px;
box-shadow:0 10px 25px rgba(0,0,0,.1);
transition:.4s;
}

.event-card:hover{
transform:translateY(-10px);
}

.event-card span{
color:#F9A825;
font-weight:600;
}


.btn-custom{
position:relative;
overflow:hidden;
z-index:1;
}

.btn-custom::after{
content:"";
position:absolute;
width:0;
height:100%;
left:50%;
top:0;
background:#fff;
transition:.5s;
z-index:-1;
}

.btn-custom:hover::after{
width:120%;
left:-10%;
}
.hero{
position:relative;
overflow:hidden;
}

.hero::before{
content:"";
position:absolute;
width:600px;
height:600px;
background:rgba(255,255,255,.08);
border-radius:50%;
top:-250px;
right:-150px;
animation:float 8s infinite linear;
}

@keyframes float{

0%{
transform:rotate(0deg) translateY(0);
}

50%{
transform:rotate(180deg) translateY(30px);
}

100%{
transform:rotate(360deg) translateY(0);
}

}
```css
/*==========================================
MISSION HERO
==========================================*/

.mission-hero{

position:relative;
overflow:hidden;

min-height:100vh;

display:flex;
align-items:center;

background:linear-gradient(135deg,#1E3A5F,#2E7D32);

z-index:1;

}

/* Overlay */

.mission-hero::before{

content:"";

position:absolute;

width:100%;
height:100%;

top:0;
left:0;

background:rgba(0,0,0,.35);

z-index:-1;

}

/*==========================
Animated Shapes
==========================*/

.hero-shape{

position:absolute;

border-radius:50%;

filter:blur(8px);

animation:float 8s linear infinite;

}

.shape1{

width:300px;
height:300px;

background:rgba(255,255,255,.08);

top:-120px;
left:-120px;

}

.shape2{

width:220px;
height:220px;

background:rgba(249,168,37,.25);

right:-80px;
top:120px;

animation-delay:2s;

}

.shape3{

width:160px;
height:160px;

background:rgba(255,255,255,.12);

bottom:40px;
left:45%;

animation-delay:4s;

}

@keyframes float{

0%{

transform:translateY(0px) rotate(0deg);

}

50%{

transform:translateY(30px) rotate(180deg);

}

100%{

transform:translateY(0px) rotate(360deg);

}

}

/*==========================
Hero Badge
==========================*/

.hero-badge{

display:inline-block;

padding:12px 28px;

background:rgba(255,255,255,.12);

border:1px solid rgba(255,255,255,.2);

backdrop-filter:blur(15px);

border-radius:40px;

color:#fff;

font-weight:600;

letter-spacing:1px;

animation:fadeDown 1s ease;

}

.hero-badge i{

color:#F9A825;

margin-right:8px;

}

/*==========================
Heading
==========================*/

.hero-title{

font-size:70px;

font-weight:800;

line-height:1.15;

color:#fff;

animation:slideLeft 1s ease;

}

.hero-title span{

color:#F9A825;

position:relative;

}

.hero-title span::after{

content:"";

position:absolute;

left:0;
bottom:-6px;

width:100%;
height:4px;

background:#fff;

border-radius:20px;

}

/*==========================
Paragraph
==========================*/

.hero-text{

font-size:20px;

line-height:1.9;

color:#f4f4f4;

max-width:600px;

animation:fadeUp 1.4s ease;

}
```
```css
/*==========================================
HERO BUTTON
==========================================*/

.hero-btn{

background:#F9A825;
color:#fff;

padding:15px 38px;

font-weight:700;

border-radius:50px;

position:relative;

overflow:hidden;

border:none;

transition:.5s;

box-shadow:0 15px 35px rgba(249,168,37,.35);

}

.hero-btn::before{

content:"";

position:absolute;

top:0;
left:-100%;

width:100%;
height:100%;

background:rgba(255,255,255,.25);

transform:skewX(-30deg);

transition:.6s;

}

.hero-btn:hover::before{

left:120%;

}

.hero-btn:hover{

transform:translateY(-8px);

background:#ffc107;

box-shadow:0 25px 45px rgba(249,168,37,.45);

color:#fff;

}

.btn-outline-light{

padding:15px 38px;

font-weight:600;

border-radius:50px;

transition:.5s;

}

.btn-outline-light:hover{

transform:translateY(-8px);

}

/*==========================================
HERO IMAGE
==========================================*/

.hero-image{

position:relative;

display:inline-block;

animation:heroMove 5s ease-in-out infinite;

z-index:2;

}

.hero-image img{

max-width:100%;

filter:drop-shadow(0 30px 50px rgba(0,0,0,.35));

}

@keyframes heroMove{

0%{

transform:translateY(0px);

}

50%{

transform:translateY(-18px);

}

100%{

transform:translateY(0px);

}

}

/*==========================================
FLOATING GLASS BOXES
==========================================*/

.floating-box{

position:absolute;

background:rgba(255,255,255,.12);

backdrop-filter:blur(15px);

border:1px solid rgba(255,255,255,.2);

border-radius:18px;

padding:15px 22px;

text-align:center;

color:#fff;

box-shadow:0 15px 35px rgba(0,0,0,.18);

animation:floatCard 5s infinite ease-in-out;

}

.floating-box i{

font-size:28px;

color:#F9A825;

margin-bottom:8px;

}

.floating-box h5{

font-size:16px;

margin:0;

}

.box1{

top:40px;

left:-35px;

}

.box2{

right:-25px;

top:160px;

animation-delay:1.5s;

}

.box3{

bottom:35px;

left:80px;

animation-delay:3s;

}

@keyframes floatCard{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-15px);

}

100%{

transform:translateY(0);

}

}

/*==========================================
SVG WAVE
==========================================*/

.wave{

position:absolute;

bottom:-2px;

left:0;

width:100%;

}

/*==========================================
ANIMATIONS
==========================================*/

@keyframes slideLeft{

from{

opacity:0;

transform:translateX(-70px);

}

to{

opacity:1;

transform:translateX(0);

}

}

@keyframes fadeDown{

from{

opacity:0;

transform:translateY(-40px);

}

to{

opacity:1;

transform:translateY(0);

}

}

@keyframes fadeUp{

from{

opacity:0;

transform:translateY(50px);

}

to{

opacity:1;

transform:translateY(0);

}

}

/*==========================================
RESPONSIVE
==========================================*/

@media(max-width:991px){

.hero-title{

font-size:50px;

text-align:center;

}

.hero-text{

text-align:center;

margin:auto;

}

.hero-badge{

display:table;

margin:auto;

}

.hero-image{

margin-top:60px;

}

.box1,
.box2,
.box3{

display:none;

}

.hero-btn,
.btn-outline-light{

display:block;

width:100%;

margin-bottom:15px;

}

}
```
/*=========================================
REGISTRATION HERO
=========================================*/

.registration-hero{

    background:linear-gradient(135deg,#1E3A5F,#2E7D32);
    color:#fff;
    padding:120px 0 80px;
    position:relative;
    overflow:hidden;

}

.registration-hero::before{

    content:"";
    position:absolute;
    width:450px;
    height:450px;
    background:rgba(255,255,255,.08);
    border-radius:50%;
    top:-120px;
    right:-120px;

}

.registration-hero::after{

    content:"";
    position:absolute;
    width:300px;
    height:300px;
    background:rgba(249,168,37,.12);
    border-radius:50%;
    bottom:-120px;
    left:-80px;

}

.hero-badge{

    display:inline-block;
    background:rgba(255,255,255,.15);
    padding:10px 22px;
    border-radius:50px;
    font-size:15px;
    font-weight:600;
    backdrop-filter:blur(10px);

}

.hero-title{

    font-size:58px;
    font-weight:700;
    line-height:1.2;

}

.hero-title span{

    color:#F9A825;

}

.hero-text{

    font-size:18px;
    color:#e7e7e7;
    line-height:1.9;

}

.hero-btn{

    background:#F9A825;
    color:#fff;
    padding:14px 35px;
    border-radius:50px;
    font-weight:600;
    transition:.4s;

}

.hero-btn:hover{

    background:#fff;
    color:#1E3A5F;
    transform:translateY(-4px);

}

.hero-img{

    animation:float 4s ease-in-out infinite;

}

@keyframes float{

0%,100%{

transform:translateY(0);

}

50%{

transform:translateY(-18px);

}

}

/*=========================================
SECTION
=========================================*/

.registration-section{

    background:#f8f9fa;

}

.section-tag{

    display:inline-block;
    background:#F9A825;
    color:#fff;
    padding:8px 22px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;

}

.section-title{

    font-size:42px;
    font-weight:700;
    color:#1E3A5F;
    margin-top:20px;

}

.section-text{

    max-width:700px;
    margin:auto;
    color:#666;

}

/*=========================================
INFO CARD
=========================================*/

.info-card{

    background:#fff;
    border-radius:18px;
    padding:25px;
    display:flex;
    align-items:flex-start;
    gap:20px;
    transition:.4s;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    height:100%;

}

.info-card:hover{

    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.15);

}

.info-card .icon{

    width:70px;
    height:70px;
    background:linear-gradient(135deg,#F9A825,#ffca2c);
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-size:28px;
    flex-shrink:0;

}

.info-card h5{

    font-size:19px;
    color:#1E3A5F;
    font-weight:700;
    margin-bottom:10px;

}

.info-card p{

    color:#666;
    margin:0;
    line-height:1.8;

}

/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:991px){

.hero-title{

font-size:42px;

}

.registration-hero{

text-align:center;
padding:100px 0 70px;

}

.hero-img{

margin-top:50px;

}

}

@media(max-width:576px){

.hero-title{

font-size:34px;

}

.section-title{

font-size:30px;

}

.info-card{

padding:20px;

}

.info-card .icon{

width:60px;
height:60px;
font-size:22px;

}

}/*=========================================
CERTIFICATE CARD
=========================================*/

.certificate-card{

background:#fff;
padding:40px 30px;
text-align:center;
border-radius:20px;
box-shadow:0 15px 35px rgba(0,0,0,.08);
transition:.4s;
height:100%;

}

.certificate-card:hover{

transform:translateY(-12px);

}

.certificate-icon{

width:90px;
height:90px;
background:linear-gradient(135deg,#1E3A5F,#2E7D32);
color:#fff;
margin:auto;
border-radius:50%;
display:flex;
justify-content:center;
align-items:center;
font-size:35px;
margin-bottom:25px;

}

.certificate-card h4{

color:#1E3A5F;
font-weight:700;

}

.certificate-card p{

color:#666;
margin:20px 0;

}

/*=========================================
CTA
=========================================*/

.cta-registration{

background:linear-gradient(135deg,#1E3A5F,#2E7D32);

}
./* ===========================
   INFO CARD ANIMATION 
=========================== */

.info-card{
    background:#ffffff;
    border-radius:15px;
    padding:25px;
    display:flex;
    align-items:flex-start;
    gap:18px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    border:1px solid #e9ecef;

    /* animation base */
    opacity:0;
    transform:translateY(50px);
    transition:all 0.8s ease;

    height:100%;
}

.info-card.show{
    opacity:1;
    transform:translateY(0);
}

.info-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 35px rgba(0,0,0,0.12);
}

.info-card .icon{
    width:60px;
    height:60px;
    background:#1E3A5F;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
}
.hero-text{
    color:#000 !important;
}  


/* =========================
CORE VALUE CARD PREMIUM
========================= */

.core-values-section{
    background:#f8f9fa;
}

/* Card base */
.value-card{
    background:#fff;
    padding:30px;
    border-radius:20px;
    text-align:center;
    transition:0.4s;
    cursor:pointer;
    position:relative;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);

    transform:translateY(40px);
    opacity:0;
}

/* Scroll animation */
.value-card.show{
    transform:translateY(0);
    opacity:1;
}

/* Floating animation */
.value-card{
    animation:floatCard 6s ease-in-out infinite;
}

@keyframes floatCard{
    0%,100%{transform:translateY(0);}
    50%{transform:translateY(-8px);}
}

/* Icon */
.value-card i{
    font-size:40px;
    color:#1E3A5F;
    margin-bottom:15px;
    transition:0.3s;
}

/* Hover Glow */
.value-card:hover{
    transform:translateY(-10px) scale(1.03);
    box-shadow:0 25px 50px rgba(30,58,95,0.25);
}

.value-card:hover i{
    color:#F9A825;
    transform:scale(1.2);
}

/* Glow border effect */
.value-card::before{
    content:"";
    position:absolute;
    width:0;
    height:0;
    background:linear-gradient(135deg,#1E3A5F,#2E7D32);
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    transition:0.5s;
    border-radius:50%;
    opacity:0.1;
}

.value-card:hover::before{
    width:300px;
    height:300px;
}


/* =========================
CUSTOM MODAL
========================= */

.custom-modal{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:9999;
}

.modal-box{
    background:#fff;
    padding:30px;
    border-radius:15px;
    text-align:center;
    width:300px;
    animation:pop 0.3s ease;
}

@keyframes pop{
    from{transform:scale(0.5); opacity:0;}
    to{transform:scale(1); opacity:1;}
}

.modal-box button{
    margin-top:15px;
    padding:8px 15px;
    border:none;
    background:#1E3A5F;
    color:#fff;
    border-radius:8px;
    cursor:pointer;
}
#transparency .bg-white{
  border-left:5px solid #F9A825;
  transition:.3s ease;
}

#transparency .bg-white:hover{
  transform:translateY(-8px);
  box-shadow:0 15px 35px rgba(0,0,0,.1);
}

/* ===== CORE VALUE CARD ===== */
.premium-card{
  background:#fff;
  padding:30px;
  border-radius:18px;
  text-align:center;
  cursor:pointer;
  transition:.4s;
  box-shadow:0 10px 25px rgba(0,0,0,.08);
  position:relative;
  overflow:hidden;
}

.premium-card:hover{
  transform:translateY(-10px) scale(1.03);
  box-shadow:0 25px 50px rgba(0,0,0,.15);
}

.premium-card::before{
  content:"";
  position:absolute;
  top:0;
  left:-100%;
  width:100%;
  height:100%;
  background:linear-gradient(135deg,#1E3A5F,#F9A825);
  transition:.5s;
  z-index:0;
  opacity:.15;
}

.premium-card:hover::before{
  left:0;
}

/* ===== TIMELINE ===== */
.timeline{
  border-left:4px solid #F9A825;
  padding-left:25px;
}

.timeline-item{
  margin-bottom:25px;
  padding-left:15px;
}

/* ===== IMPACT ===== */
.impact-section{
  background:linear-gradient(135deg,#1E3A5F,#2E7D32);
}

.counter{
  font-size:45px;
  font-weight:800;
  color:#F9A825;
}
.value-card{
    background:#fff;
    padding:25px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transition:0.3s ease;
    height:100%;
}

.value-card:hover{
    transform:translateY(-10px);
    box-shadow:0 18px 40px rgba(0,0,0,0.15);
}

.value-card i{
    font-size:30px;
    color:#1E3A5F;
    margin-bottom:10px;
}
.core-values-section{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
}
.core-values-section{
    display:block;
    opacity:1;
    visibility:visible;
}

.core-values-row{
    display:flex;
    flex-wrap:wrap;
}

.value-card{
    background:#fff;
    padding:25px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transition:0.3s ease;
    height:100%;
    display:block;
    opacity:1;
    visibility:visible;
}

.value-card i{
    font-size:30px;
    color:#1E3A5F;
    margin-bottom:10px;
    display:block;
}

.value-card h5{
    margin-top:10px;
}

.gallery-card{
    overflow:hidden;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,0.1);
    transition:0.4s ease;
}

.gallery-card img{
    width:100%;
    height:280px;
    object-fit:cover;
    transition:0.4s ease;
}

.gallery-card:hover img{
    transform:scale(1.1);
}

.gallery-card:hover{
    box-shadow:0 20px 40px rgba(0,0,0,0.2);
}

.gallery-card{
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,0.1);
    transition:0.4s ease;
}

.gallery-card img{
    width:100%;
    height:280px;
    object-fit:cover;
    transition:0.4s ease;
}

.gallery-card:hover img{
    transform:scale(1.08);
}

.gallery-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 40px rgba(0,0,0,0.2);
}

/* =========================================
   PROGRAMMES SECTION WRAPPER
   Premium NGO clean layout
========================================= */
.section-alt{
    background:#f8f9fa;
    padding:80px 0;
}

/* =========================================
   SECTION HEADER
========================================= */
.section-head{
    text-align:center;
    margin-bottom:50px;
}

.section-head h2{
    font-size:40px;
    font-weight:700;
    color:#1E3A5F;
}

.eyebrow{
    display:inline-block;
    background:#F9A825;
    color:#000;
    padding:6px 15px;
    border-radius:20px;
    font-size:13px;
    font-weight:600;
}

.rule{
    width:80px;
    height:3px;
    background:#1E3A5F;
    margin:15px auto;
    border-radius:10px;
}

/* =========================================
   GRID LAYOUT
========================================= */
.prog-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));
    gap:25px;
}

/* =========================================
   PROGRAM CARD DESIGN
========================================= */
.prog-card{
    background:#fff;
    border-radius:18px;
    padding:25px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transition:0.4s ease;
    position:relative;
    overflow:hidden;
}

/* Hover effect */
.prog-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 50px rgba(0,0,0,0.15);
}

/* Title */
.prog-card h4{
    font-size:20px;
    font-weight:700;
    margin-bottom:10px;
    color:#1E3A5F;
}

/* Text */
.prog-card p{
    font-size:14px;
    color:#555;
    line-height:1.6;
}

/* List styling */
.prog-card ul{
    margin-top:15px;
    padding-left:18px;
}

.prog-card ul li{
    font-size:13px;
    margin-bottom:8px;
    color:#333;
    position:relative;
}

/* =========================================
   LEFT BORDER COLOR VARIANTS
========================================= */
.prog-card.blue{
    border-left:5px solid #1E3A5F;
}

.prog-card.gold{
    border-left:5px solid #F9A825;
}

/* =========================================
   PREMIUM HOVER LIGHT EFFECT
========================================= */
.prog-card::before{
    content:'';
    position:absolute;
    top:0;
    left:-100%;
    width:100%;
    height:100%;
    background:linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
    transition:0.6s;
}

.prog-card:hover::before{
    left:100%;
}
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Inter',sans-serif;
}

body{
  background:#f7f8fa;
  color:#1a1a2e;
}

/* HEADER */
.header{
  background:#1E3A5F;
  color:white;
  padding:50px 20px;
  text-align:center;
}

.header h1{
  font-family:'Lora',serif;
  font-size:2rem;
}

.header p{
  opacity:0.8;
  margin-top:10px;
}

/* FILTER */
.filter-bar{
  display:flex;
  justify-content:center;
  gap:10px;
  padding:20px;
  flex-wrap:wrap;
}

.filter-btn{
  padding:8px 15px;
  border:none;
  background:white;
  border:1px solid #ddd;
  cursor:pointer;
  border-radius:20px;
  transition:0.3s;
}

.filter-btn:hover,
.filter-btn.active{
  background:#2E7D32;
  color:white;
}

/* GRID */
.container{
  max-width:1100px;
  margin:auto;
  padding:0 20px;
}

.grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:20px;
  padding:20px 0 60px;
}

/* CARD */
.card{
  background:white;
  padding:20px;
  border-radius:10px;
  border:1px solid #e5e7eb;

}

.card:hover{
  
  box-shadow:0 10px 25px rgba(0,0,0,0.1);
}

.card h3{
  font-family:'Lora',serif;
  margin-bottom:10px;
  color:#1E3A5F;
}

.card p{
  font-size:0.9rem;
  color:#555;
}

/* =========================
   PROJECTS SECTION
========================= */

.proj-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

/* CARD */
.proj-card{
  background: #ffffff;
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  padding: 1.5rem;
  transition: all 0.2s ease;
  position: relative;
}

/* hover effect */
.proj-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* heading */
.proj-card h3{
  font-family: 'Lora', serif;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #1E3A5F;
}

/* paragraph */
.proj-card p{
  font-size: 0.85rem;
  color: #4B5563;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}

/* TAG ROW */
.tag-row{
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

/* BASE TAG */
.tag{
  font-size: 0.72rem;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 3px;
  letter-spacing: 0.02em;
}

/* TAG COLORS (same as your system) */
.tag-blue{
  background: #E6F1FB;
  color: #0C447C;
}

.tag-green{
  background: #EAF3DE;
  color: #27500A;
}

.tag-gold{
  background: #FEF9EC;
  color: #633806;
}

/* =========================
   SPECIAL CARD (Coming Soon)
========================= */
.proj-card[style*="dashed"]{
  background: #F8F9FA;
  border: 1px dashed #E5E7EB;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 992px){
  .proj-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px){
  .proj-grid{
    grid-template-columns: 1fr;
  }
}

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Inter',sans-serif;
}
/* STATS */
.stats{
  padding:50px 20px;
}

.grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.stat-box{
  background:white;
  border:1px solid #E5E7EB;
  padding:25px;
  text-align:center;
  border-radius:10px;
  transition:0.3s;
}

.stat-box:hover{
  transform:translateY(-5px);
  box-shadow:0 10px 20px rgba(0,0,0,0.1);
}

.stat-box h2{
  font-size:2rem;
  color:#2E7D32;
}

/* IMPACT AREA */
.impact-areas{
  padding:40px 20px;
}

.section-title h2{
  text-align:center;
  margin-bottom:30px;
  font-family:'Lora',serif;
}

.impact-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:20px;
}

.impact-card{
  background:white;
  border:1px solid #E5E7EB;
  padding:20px;
  border-radius:10px;
}

.impact-card h3{
  color:#1E3A5F;
  margin-bottom:10px;
}

/* MAP */
.map-section{
  padding:50px 20px;
  text-align:center;
}

.map-box{
  margin-top:20px;
  background:#EAF3DE;
  padding:20px;
  border-radius:10px;
  font-weight:500;
}

/* RESPONSIVE */
@media(max-width:768px){
  .grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:500px){
  .grid{
    grid-template-columns:1fr;
  }
}

/* =========================
   VOLUNTEER SECTION
========================= */

/* layout grids */
.two-col{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.two-col-3{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

/* info cards */
.info-card{
  background: #ffffff;
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  padding: 1.25rem;
  transition: 0.2s ease;
}

.info-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.08);
}

.info-card h4{
  font-size: 0.9rem;
  font-weight: 600;
  color: #1E3A5F;
  margin-bottom: 0.5rem;
}

.info-card p{
  font-size: 0.82rem;
  color: #4B5563;
  line-height: 1.55;
}

/* notice box */
.notice{
  border-left: 4px solid #F9A825;
  background: #FEF9EC;
  padding: 1rem 1.25rem;
  border-radius: 0 6px 6px 0;
}

.notice p{
  font-size: 0.85rem;
  color: #374151;
}

/* divider */
.divider{
  height: 1px;
  background: #E5E7EB;
  margin: 2rem 0;
}

/* headings spacing */
.section h3{
  font-family: 'Lora', serif;
  color: #1E3A5F;
}

/* mail link */
a{
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 900px){
  .two-col-3{
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px){
  .two-col,
  .two-col-3{
    grid-template-columns: 1fr;
  }
}

/* HERO */
.hero{
  background:#1E3A5F;
  color:white;
  padding:70px 20px;
  text-align:center;
}

.hero h1{
  font-family:'Lora',serif;
  font-size:2rem;
}

.hero p{
  opacity:0.8;
}

/* SECTION */
.section{
  padding:50px 20px;
}

.container{
  max-width:1100px;
  margin:auto;
}

/* GRID */
.two-col{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}

.grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:15px;
  margin-top:15px;
}

/* CARD */
.card{
  background:white;
  padding:15px;
  border:1px solid #E5E7EB;
  border-radius:8px;
}

/* NOTICE */
.notice{
  background:#FEF9EC;
  border-left:4px solid #F9A825;
  padding:15px;
  border-radius:5px;
}

/* FORM */
.form{
  margin-top:20px;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

input, textarea{
  padding:10px;
  border:1px solid #ddd;
  border-radius:6px;
}

button{
  background:#2E7D32;
  color:white;
  padding:10px;
  border:none;
  border-radius:6px;
  cursor:pointer;
}

button:hover{
  background:#256428;
}

/* DIVIDER */
.divider{
  height:1px;
  background:#ddd;
  margin:30px 0;
}

/* RESPONSIVE */
@media(max-width:768px){
  .two-col,
  .grid-3,
  .form-grid{
    grid-template-columns:1fr;
  }
}

/* =========================
   GLOBAL SECTION STYLE
========================= */

.section{
  padding: 80px 0;
  background: #ffffff;
}

.section-alt{
  background: #f7f9fc;
}

/* =========================
   CONTAINER HEAD
========================= */

.section-head{
  text-align: center;
  margin-bottom: 50px;
}

.eyebrow{
  display: inline-block;
  font-size: 0.85rem;
  letter-spacing: 1px;
  color: #2E7D32;
  font-weight: 600;
  text-transform: uppercase;
}

.section-head h2{
  font-size: 2.2rem;
  margin: 10px 0;
  color: #1E3A5F;
}

.rule{
  width: 80px;
  height: 3px;
  background: #F9A825;
  margin: 10px auto;
  border-radius: 5px;
}

/* =========================
   TWO COLUMN LAYOUT
========================= */

.two-col{
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 30px;
  align-items: start;
}

/* =========================
   THREE COLUMN GRID
========================= */

.two-col-3{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* =========================
   CARDS
========================= */

.info-card,
.proj-card,
.intern-card{
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.info-card:hover,
.proj-card:hover,
.intern-card:hover{
  transform: translateY(-5px);
}

/* =========================
   PROJECT GRID
========================= */

.proj-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* =========================
   TAGS
========================= */

.tag-row{
  margin-top: 15px;
}

.tag{
  display: inline-block;
  padding: 5px 10px;
  font-size: 0.75rem;
  border-radius: 20px;
  margin-right: 5px;
  color: #fff;
}

.tag-blue{
  background: #1E88E5;
}

.tag-green{
  background: #2E7D32;
}

.tag-gold{
  background: #F9A825;
  color: #000;
}

/* =========================
   NOTICE BOX
========================= */

.notice{
  background: #e8f5e9;
  border-left: 4px solid #2E7D32;
  padding: 15px;
  border-radius: 8px;
}

/* =========================
   DIVIDER
========================= */

.divider{
  height: 1px;
  background: #ddd;
  margin: 40px 0;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width: 992px){
  .two-col,
  .two-col-3,
  .proj-grid{
    grid-template-columns: 1fr;
  }
}


/* Tablet */

@media(max-width:992px){

.intern-grid{
grid-template-columns:repeat(2,1fr);
}

}

/* Mobile */

@media(max-width:768px){

.intern-grid{
grid-template-columns:1fr;
}

}
/*==========================
  Internship Grid
==========================*/

.intern-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:25px;
    margin-top:35px;
}

.intern-card{
    background:#fff;
    border-radius:18px;
    padding:30px 25px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    border-top:5px solid #2E7D32;
    transition:.4s;
}

.intern-card:hover{
    transform:translateY(-10px);
    box-shadow:0 18px 40px rgba(0,0,0,.15);
}

.intern-icon{
    width:75px;
    height:75px;
    margin:auto;
    margin-bottom:20px;
    border-radius:50%;
    background:#1E3A5F;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:30px;
    transition:.4s;
}

.intern-card:hover .intern-icon{
    background:#F9A825;
    color:#fff;
    transform:rotate(360deg);
}

.intern-card h4{
    color:#1E3A5F;
    font-size:20px;
    font-weight:600;
    margin-bottom:15px;
}

.intern-card p{
    color:#666;
    line-height:1.8;
    font-size:15px;
    margin:0;
}
/* ==========================================
   REPORTS & DOCUMENTS PAGE
========================================== */

.doc-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:25px;
    margin-top:35px;
}

.doc-item{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:16px;
    padding:22px;
    display:flex;
    align-items:flex-start;
    gap:18px;
    transition:.35s;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.doc-item:hover{
    transform:translateY(-8px);
    border-color:var(--secondary);
    box-shadow:0 15px 35px rgba(0,0,0,.10);
}

.doc-icon{
    width:65px;
    height:65px;
    border-radius:50%;
    background:var(--secondary);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    flex-shrink:0;
}

.doc-item h4{
    margin:0 0 8px;
    font-size:18px;
    color:var(--primary);
    font-weight:700;
}

.doc-item p{
    margin:0;
    color:#666;
    font-size:15px;
    line-height:1.6;
}

.doc-item:nth-child(4) .doc-icon,
.doc-item:nth-child(5) .doc-icon{
    background:var(--accent);
}

.notice{
    margin-top:40px;
    padding:25px;
    background:#f8fbff;
    border-left:5px solid var(--secondary);
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.notice p{
    margin:0;
    color:#555;
    line-height:1.8;
}

.notice a{
    color:var(--primary);
    font-weight:600;
    text-decoration:none;
}

.notice a:hover{
    color:var(--secondary);
}

@media(max-width:768px){

.doc-grid{
    grid-template-columns:1fr;
}

.doc-item{
    padding:18px;
}

.doc-icon{
    width:55px;
    height:55px;
    font-size:24px;
}

.doc-item h4{
    font-size:17px;
}

}
/* ==========================================
   DONATE PAGE
========================================== */

.donate-banner{
    
    color:#fff;
    border-radius:18px;
    padding:35px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
    margin:40px 0;
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.donate-banner h3{
    font-size:28px;
    font-weight:700;
    margin-bottom:12px;
}

.donate-banner p{
    margin:0;
    font-size:16px;
    opacity:.95;
}

.btn-primary{
    background:var(--accent);
    color:#fff;
    padding:14px 28px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
    display:inline-block;
}

.btn-primary:hover{
    background:#e69500;
    color:#fff;
    transform:translateY(-3px);
}

.arrow-list{
    list-style:none;
    padding:0;
    margin:0;
}

.arrow-list li{
    position:relative;
    padding-left:30px;
    margin-bottom:18px;
    color:#555;
    line-height:1.7;
}

.arrow-list li::before{
    content:"➜";
    position:absolute;
    left:0;
    color:var(--secondary);
    font-size:18px;
    font-weight:bold;
}

.notice{
    margin-top:40px;
    background:#f8fbff;
    border-left:5px solid var(--secondary);
    padding:25px;
    border-radius:12px;
    box-shadow:0 8px 20px rgba(0,0,0,.05);
}

.notice p{
    margin:0;
    line-height:1.8;
    color:#555;
}

.notice strong{
    color:var(--primary);
}

/* ==========================
   MOBILE
========================== */

@media(max-width:768px){

.donate-banner{
    flex-direction:column;
    text-align:center;
    padding:25px;
}

.donate-banner h3{
    font-size:22px;
}

.btn-primary{
    width:100%;
}

.arrow-list li{
    margin-bottom:14px;
}

}

.map-box{
    background:#fff;
    border-radius:18px;
    padding:20px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.map-box iframe{
    width:100%;
    height:450px;
    border:0;
    border-radius:12px;
}

/* CTA */

.impact-cta{
    background:linear-gradient(135deg,#1E3A5F,#2E7D32);
    color:#fff;
    text-align:center;
    padding:80px 20px;
}

.impact-cta h2{
    color:#fff;
    margin-bottom:20px;
}

.impact-cta .btn{
    border-radius:50px;
    padding:14px 35px;
}

/* Responsive */

@media(max-width:991px){

.impact-hero h1{
    font-size:42px;
}

}

@media(max-width:768px){

.impact-hero{
    padding:90px 20px 70px;
}

.impact-hero h1{
    font-size:34px;
}

.impact-stat-card h2{
    font-size:32px;
}

.map-box iframe{
    height:300px;
}

}
/* =========================
   NAVBAR
========================= */

.custom-navbar{

background:rgba(30,58,95,.95);

backdrop-filter:blur(10px);

padding:15px 0;

transition:.4s;

}

.navbar-brand{

font-size:30px;
font-weight:700;

}

.nav-link{

color:white !important;

font-weight:300;

margin-left:15px;

position:relative;

}

.nav-link::after{

content:'';

position:absolute;

left:0;
bottom:-5px;

width:0;
height:3px;

background:var(--accent);

transition:.4s;

}
.nav-link::after{
content:'';
position:absolute;
left:50%;
bottom:-5px;
width:0;
height:3px;
background:var(--accent);
transition:.4s;
transform:translateX(-50%);
}

.nav-link:hover::after{
width:100%;
}

.nav-link:hover::after{

width:100%;

}

.dropdown-menu{

border:none;

border-radius:15px;

box-shadow:0 10px 30px rgba(0,0,0,.1);

}

.dropdown-item{

padding:10px 20px;

}

.dropdown-item:hover{

background:var(--primary);
color:white;

}
.logo-img{
    height:55px;
    width:auto;
}
.logo-img{
    width:70px;
    height:70px;
    border-radius:50%;
    object-fit:cover;
    border:3px solid #fff;
}
.counter{
    font-size:50px;
    font-weight:700;
    color:#F9A825;
    margin-bottom:10px;
    transition:0.3s ease;
}


.program-card{
overflow:hidden;
border-radius:20px;
transition:.5s;
}

.program-card img{
height:250px;
object-fit:cover;
transition:.5s;
}

.program-card:hover{
transform:translateY(-12px);
}

.program-card:hover img{
transform:scale(1.1);
}

.carousel-control-prev,
.carousel-control-next{
width:50px;
height:50px;
background:#1E3A5F;
border-radius:50%;
top:50%;
transform:translateY(-50%);
}
.dropdown:hover .dropdown-menu{
    display:block;
    margin-top:0;
}

.nav-link::after{
    display:none;
}
/* Success Stories Section Styles */
.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #212529;
  position: relative;
}

/* Optional  */
.text-center {
  text-align: center;
}

.mb-5 {
  margin-bottom: 3rem;
}

/* Card Styling */
.card {
  background-color: #ffffff;
  border: none;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.p-4 {
  padding: 1.5rem;
}

/* Modern Soft Shadow Override */
.shadow {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
}

/* Card Hover Effect */
.card:hover {
  
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
}

/* Quote Text Typography */
.card p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #495057;
  font-style: italic;
  margin-bottom: 1.5rem;
}

/* Author Typography */
.card h6 {
  font-size: 0.9rem;
  font-weight: 600;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}


.about-section-main{
background:#fff;
}

.about-section-main img{
transition:.5s;
}



.badge{
font-size:14px;
letter-spacing:1px;
}

.lead{
font-size:18px;
line-height:1.8;
}

.about-highlight{
background:#FDFCF6;
border-left:5px solid #F9A825;
padding:20px;
border-radius:10px;
}

.vision-card,
.value-card,
.team-card{
transition:all 0.5s ease;
cursor:pointer;
}

.vision-card:hover{
transform:translateY(-15px);
box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.value-card:hover{
transform:scale(1.08) rotate(2deg);
background:#1E3A5F;
color:#fff;
}

.team-card:hover{
transform:translateY(-10px);
}

.team-card:hover img{
transform:scale(1.1);
}

.team-card img{
transition:0.5s;
}

.hidden{
opacity:0;
transform:translateY(50px);
transition:all 1s ease;
}

.show{
opacity:1;
transform:translateY(0);
}
.btn{
position:relative;
overflow:hidden;
}

.btn::before{
content:'';
position:absolute;
width:0;
height:0;
background:rgba(255,255,255,.3);
border-radius:50%;
top:50%;
left:50%;
transform:translate(-50%,-50%);
transition:.6s;
}

.btn:hover::before{
width:300px;
height:300px;
}

.event-card{
background:#fff;
padding:30px;
border-radius:20px;
box-shadow:0 10px 25px rgba(0,0,0,.1);
transition:.4s;
}

.event-card:hover{
transform:translateY(-10px);
}

.event-card span{
color:#F9A825;
font-weight:600;
}
.card{
position:relative;
overflow:hidden;
transition:.5s;
z-index:1;
}

.card::before{
content:"";
position:absolute;
left:-100%;
top:0;
width:100%;
height:100%;

transition:.6s;
z-index:-1;
}

.card:hover::before{
left:0;
}

.card:hover{
color:#000;
box-shadow:0 25px 50px rgba(0,0,0,.25);
}
.btn-custom{
position:relative;
overflow:hidden;
z-index:1;
}

.btn-custom::after{
content:"";
position:absolute;
width:0;
height:100%;
left:50%;
top:0;
background:#fff;
transition:.5s;
z-index:-1;
}

.btn-custom:hover::after{
width:120%;
left:-10%;
}
.hero{
position:relative;
overflow:hidden;
}

.hero::before{
content:"";
position:absolute;
width:600px;
height:600px;
background:rgba(255,255,255,.08);
border-radius:50%;
top:-250px;
right:-150px;
animation:float 8s infinite linear;
}

@keyframes float{

0%{
transform:rotate(0deg) translateY(0);
}

50%{
transform:rotate(180deg) translateY(30px);
}

100%{
transform:rotate(360deg) translateY(0);
}

}
```css
/*==========================================
MISSION HERO
==========================================*/

.mission-hero{

position:relative;
overflow:hidden;

min-height:100vh;

display:flex;
align-items:center;

background:linear-gradient(135deg,#1E3A5F,#2E7D32);

z-index:1;

}

/* Overlay */

.mission-hero::before{

content:"";

position:absolute;

width:100%;
height:100%;

top:0;
left:0;

background:rgba(0,0,0,.35);

z-index:-1;

}

/*==========================
Animated Shapes
==========================*/

.hero-shape{

position:absolute;

border-radius:50%;

filter:blur(8px);

animation:float 8s linear infinite;

}

.shape1{

width:300px;
height:300px;

background:rgba(255,255,255,.08);

top:-120px;
left:-120px;

}

.shape2{

width:220px;
height:220px;

background:rgba(249,168,37,.25);

right:-80px;
top:120px;

animation-delay:2s;

}

.shape3{

width:160px;
height:160px;

background:rgba(255,255,255,.12);

bottom:40px;
left:45%;

animation-delay:4s;

}

@keyframes float{

0%{

transform:translateY(0px) rotate(0deg);

}

50%{

transform:translateY(30px) rotate(180deg);

}

100%{

transform:translateY(0px) rotate(360deg);

}

}

/*==========================
Hero Badge
==========================*/

.hero-badge{

display:inline-block;

padding:12px 28px;

background:rgba(255,255,255,.12);

border:1px solid rgba(255,255,255,.2);

backdrop-filter:blur(15px);

border-radius:40px;

color:#fff;

font-weight:600;

letter-spacing:1px;

animation:fadeDown 1s ease;

}

.hero-badge i{

color:#F9A825;

margin-right:8px;

}

/*==========================
Heading
==========================*/

.hero-title{

font-size:70px;

font-weight:800;

line-height:1.15;

color:#fff;

animation:slideLeft 1s ease;

}

.hero-title span{

color:#F9A825;

position:relative;

}

.hero-title span::after{

content:"";

position:absolute;

left:0;
bottom:-6px;

width:100%;
height:4px;

background:#fff;

border-radius:20px;

}

/*==========================
Paragraph
==========================*/

.hero-text{

font-size:20px;

line-height:1.9;

color:#f4f4f4;

max-width:600px;

animation:fadeUp 1.4s ease;

}
```
```css
/*==========================================
HERO BUTTON
==========================================*/

.hero-btn{

background:#F9A825;
color:#fff;

padding:15px 38px;

font-weight:700;

border-radius:50px;

position:relative;

overflow:hidden;

border:none;

transition:.5s;

box-shadow:0 15px 35px rgba(249,168,37,.35);

}

.hero-btn::before{

content:"";

position:absolute;

top:0;
left:-100%;

width:100%;
height:100%;

background:rgba(255,255,255,.25);

transform:skewX(-30deg);

transition:.6s;

}

.hero-btn:hover::before{

left:120%;

}

.hero-btn:hover{

transform:translateY(-8px);

background:#ffc107;

box-shadow:0 25px 45px rgba(249,168,37,.45);

color:#fff;

}

.btn-outline-light{

padding:15px 38px;

font-weight:600;

border-radius:50px;

transition:.5s;

}

.btn-outline-light:hover{

transform:translateY(-8px);

}

/*==========================================
HERO IMAGE
==========================================*/

.hero-image{

position:relative;

display:inline-block;

animation:heroMove 5s ease-in-out infinite;

z-index:2;

}

.hero-image img{

max-width:100%;

filter:drop-shadow(0 30px 50px rgba(0,0,0,.35));

}

@keyframes heroMove{

0%{

transform:translateY(0px);

}

50%{

transform:translateY(-18px);

}

100%{

transform:translateY(0px);

}

}

/*==========================================
FLOATING GLASS BOXES
==========================================*/

.floating-box{

position:absolute;

background:rgba(255,255,255,.12);

backdrop-filter:blur(15px);

border:1px solid rgba(255,255,255,.2);

border-radius:18px;

padding:15px 22px;

text-align:center;

color:#fff;

box-shadow:0 15px 35px rgba(0,0,0,.18);

animation:floatCard 5s infinite ease-in-out;

}

.floating-box i{

font-size:28px;

color:#F9A825;

margin-bottom:8px;

}

.floating-box h5{

font-size:16px;

margin:0;

}

.box1{

top:40px;

left:-35px;

}

.box2{

right:-25px;

top:160px;

animation-delay:1.5s;

}

.box3{

bottom:35px;

left:80px;

animation-delay:3s;

}

@keyframes floatCard{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-15px);

}

100%{

transform:translateY(0);

}

}

/*==========================================
SVG WAVE
==========================================*/

.wave{

position:absolute;

bottom:-2px;

left:0;

width:100%;

}

/*==========================================
ANIMATIONS
==========================================*/

@keyframes slideLeft{

from{

opacity:0;

transform:translateX(-70px);

}

to{

opacity:1;

transform:translateX(0);

}

}

@keyframes fadeDown{

from{

opacity:0;

transform:translateY(-40px);

}

to{

opacity:1;

transform:translateY(0);

}

}

@keyframes fadeUp{

from{

opacity:0;

transform:translateY(50px);

}

to{

opacity:1;

transform:translateY(0);

}

}

/*==========================================
RESPONSIVE
==========================================*/

@media(max-width:991px){

.hero-title{

font-size:50px;

text-align:center;

}

.hero-text{

text-align:center;

margin:auto;

}

.hero-badge{

display:table;

margin:auto;

}

.hero-image{

margin-top:60px;

}

.box1,
.box2,
.box3{

display:none;

}

.hero-btn,
.btn-outline-light{

display:block;

width:100%;

margin-bottom:15px;

}

}
```
/*=========================================
REGISTRATION HERO
=========================================*/

.registration-hero{

    background:linear-gradient(135deg,#1E3A5F,#2E7D32);
    color:#fff;
    padding:120px 0 80px;
    position:relative;
    overflow:hidden;

}

.registration-hero::before{

    content:"";
    position:absolute;
    width:450px;
    height:450px;
    background:rgba(255,255,255,.08);
    border-radius:50%;
    top:-120px;
    right:-120px;

}

.registration-hero::after{

    content:"";
    position:absolute;
    width:300px;
    height:300px;
    background:rgba(249,168,37,.12);
    border-radius:50%;
    bottom:-120px;
    left:-80px;

}

.hero-badge{

    display:inline-block;
    background:rgba(255,255,255,.15);
    padding:10px 22px;
    border-radius:50px;
    font-size:15px;
    font-weight:600;
    backdrop-filter:blur(10px);

}

.hero-title{

    font-size:58px;
    font-weight:700;
    line-height:1.2;

}

.hero-title span{

    color:#F9A825;

}

.hero-text{

    font-size:18px;
    color:#e7e7e7;
    line-height:1.9;

}

.hero-btn{

    background:#F9A825;
    color:#fff;
    padding:14px 35px;
    border-radius:50px;
    font-weight:600;
    transition:.4s;

}

.hero-btn:hover{

    background:#fff;
    color:#1E3A5F;
    transform:translateY(-4px);

}

.hero-img{

    animation:float 4s ease-in-out infinite;

}

@keyframes float{

0%,100%{

transform:translateY(0);

}

50%{

transform:translateY(-18px);

}

}

/*=========================================
SECTION
=========================================*/

.registration-section{

    background:#f8f9fa;

}

.section-tag{

    display:inline-block;
    background:#F9A825;
    color:#fff;
    padding:8px 22px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;

}

.section-title{

    font-size:42px;
    font-weight:700;
    color:#1E3A5F;
    margin-top:20px;

}

.section-text{

    max-width:700px;
    margin:auto;
    color:#666;

}

/*=========================================
INFO CARD
=========================================*/

.info-card{

    background:#fff;
    border-radius:18px;
    padding:25px;
    display:flex;
    align-items:flex-start;
    gap:20px;
    transition:.4s;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    height:100%;

}

.info-card:hover{

    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.15);

}

.info-card .icon{

    width:70px;
    height:70px;
    background:linear-gradient(135deg,#F9A825,#ffca2c);
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-size:28px;
    flex-shrink:0;

}

.info-card h5{

    font-size:19px;
    color:#1E3A5F;
    font-weight:700;
    margin-bottom:10px;

}

.info-card p{

    color:#666;
    margin:0;
    line-height:1.8;

}

/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:991px){

.hero-title{

font-size:42px;

}

.registration-hero{

text-align:center;
padding:100px 0 70px;

}

.hero-img{

margin-top:50px;

}

}

@media(max-width:576px){

.hero-title{

font-size:34px;

}

.section-title{

font-size:30px;

}

.info-card{

padding:20px;

}

.info-card .icon{

width:60px;
height:60px;
font-size:22px;

}

}/*=========================================
CERTIFICATE CARD
=========================================*/

.certificate-card{

background:#fff;
padding:40px 30px;
text-align:center;
border-radius:20px;
box-shadow:0 15px 35px rgba(0,0,0,.08);
transition:.4s;
height:100%;

}

.certificate-card:hover{

transform:translateY(-12px);

}

.certificate-icon{

width:90px;
height:90px;
background:linear-gradient(135deg,#1E3A5F,#2E7D32);
color:#fff;
margin:auto;
border-radius:50%;
display:flex;
justify-content:center;
align-items:center;
font-size:35px;
margin-bottom:25px;

}

.certificate-card h4{

color:#1E3A5F;
font-weight:700;

}

.certificate-card p{

color:#666;
margin:20px 0;

}

/*=========================================
CTA
=========================================*/

.cta-registration{

background:linear-gradient(135deg,#1E3A5F,#2E7D32);

}
./* ===========================
   INFO CARD ANIMATION 
=========================== */

.info-card{
    background:#ffffff;
    border-radius:15px;
    padding:25px;
    display:flex;
    align-items:flex-start;
    gap:18px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    border:1px solid #e9ecef;

    /* animation base */
    opacity:0;
    transform:translateY(50px);
    transition:all 0.8s ease;

    height:100%;
}

.info-card.show{
    opacity:1;
    transform:translateY(0);
}

.info-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 35px rgba(0,0,0,0.12);
}

.info-card .icon{
    width:60px;
    height:60px;
    background:#1E3A5F;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
}
.hero-text{
    color:#000 !important;
}  


/* =========================
CORE VALUE CARD PREMIUM
========================= */

.core-values-section{
    background:#f8f9fa;
}

/* Card base */
.value-card{
    background:#fff;
    padding:30px;
    border-radius:20px;
    text-align:center;
    transition:0.4s;
    cursor:pointer;
    position:relative;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);

    transform:translateY(40px);
    opacity:0;
}

/* Scroll animation */
.value-card.show{
    transform:translateY(0);
    opacity:1;
}

/* Floating animation */
.value-card{
    animation:floatCard 6s ease-in-out infinite;
}

@keyframes floatCard{
    0%,100%{transform:translateY(0);}
    50%{transform:translateY(-8px);}
}

/* Icon */
.value-card i{
    font-size:40px;
    color:#1E3A5F;
    margin-bottom:15px;
    transition:0.3s;
}

/* Hover Glow */
.value-card:hover{
    transform:translateY(-10px) scale(1.03);
    box-shadow:0 25px 50px rgba(30,58,95,0.25);
}

.value-card:hover i{
    color:#F9A825;
    transform:scale(1.2);
}

/* Glow border effect */
.value-card::before{
    content:"";
    position:absolute;
    width:0;
    height:0;
    background:linear-gradient(135deg,#1E3A5F,#2E7D32);
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    transition:0.5s;
    border-radius:50%;
    opacity:0.1;
}

.value-card:hover::before{
    width:300px;
    height:300px;
}


/* =========================
CUSTOM MODAL
========================= */

.custom-modal{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:9999;
}

.modal-box{
    background:#fff;
    padding:30px;
    border-radius:15px;
    text-align:center;
    width:300px;
    animation:pop 0.3s ease;
}

@keyframes pop{
    from{transform:scale(0.5); opacity:0;}
    to{transform:scale(1); opacity:1;}
}

.modal-box button{
    margin-top:15px;
    padding:8px 15px;
    border:none;
    background:#1E3A5F;
    color:#fff;
    border-radius:8px;
    cursor:pointer;
}
#transparency .bg-white{
  border-left:5px solid #F9A825;
  transition:.3s ease;
}

#transparency .bg-white:hover{
  transform:translateY(-8px);
  box-shadow:0 15px 35px rgba(0,0,0,.1);
}

/* ===== CORE VALUE CARD ===== */
.premium-card{
  background:#fff;
  padding:30px;
  border-radius:18px;
  text-align:center;
  cursor:pointer;
  transition:.4s;
  box-shadow:0 10px 25px rgba(0,0,0,.08);
  position:relative;
  overflow:hidden;
}

.premium-card:hover{
  transform:translateY(-10px) scale(1.03);
  box-shadow:0 25px 50px rgba(0,0,0,.15);
}

.premium-card::before{
  content:"";
  position:absolute;
  top:0;
  left:-100%;
  width:100%;
  height:100%;
  background:linear-gradient(135deg,#1E3A5F,#F9A825);
  transition:.5s;
  z-index:0;
  opacity:.15;
}

.premium-card:hover::before{
  left:0;
}

/* ===== TIMELINE ===== */
.timeline{
  border-left:4px solid #F9A825;
  padding-left:25px;
}

.timeline-item{
  margin-bottom:25px;
  padding-left:15px;
}

/* ===== IMPACT ===== */
.impact-section{
  background:linear-gradient(135deg,#1E3A5F,#2E7D32);
}

.counter{
  font-size:45px;
  font-weight:800;
  color:#F9A825;
}
.value-card{
    background:#fff;
    padding:25px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transition:0.3s ease;
    height:100%;
}

.value-card:hover{
    transform:translateY(-10px);
    box-shadow:0 18px 40px rgba(0,0,0,0.15);
}

.value-card i{
    font-size:30px;
    color:#1E3A5F;
    margin-bottom:10px;
}
.core-values-section{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
}
.core-values-section{
    display:block;
    opacity:1;
    visibility:visible;
}

.core-values-row{
    display:flex;
    flex-wrap:wrap;
}

.value-card{
    background:#fff;
    padding:25px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transition:0.3s ease;
    height:100%;
    display:block;
    opacity:1;
    visibility:visible;
}

.value-card i{
    font-size:30px;
    color:#1E3A5F;
    margin-bottom:10px;
    display:block;
}

.value-card h5{
    margin-top:10px;
}

.gallery-card{
    overflow:hidden;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,0.1);
    transition:0.4s ease;
}

.gallery-card img{
    width:100%;
    height:280px;
    object-fit:cover;
    transition:0.4s ease;
}

.gallery-card:hover img{
    transform:scale(1.1);
}

.gallery-card:hover{
    box-shadow:0 20px 40px rgba(0,0,0,0.2);
}

.gallery-card{
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,0.1);
    transition:0.4s ease;
}

.gallery-card img{
    width:100%;
    height:280px;
    object-fit:cover;
    transition:0.4s ease;
}

.gallery-card:hover img{
    transform:scale(1.08);
}

.gallery-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 40px rgba(0,0,0,0.2);
}

/* =========================================
   PROGRAMMES SECTION WRAPPER
   Premium NGO clean layout
========================================= */
.section-alt{
    background:#f8f9fa;
    padding:80px 0;
}

/* =========================================
   SECTION HEADER
========================================= */
.section-head{
    text-align:center;
    margin-bottom:50px;
}

.section-head h2{
    font-size:40px;
    font-weight:700;
    color:#1E3A5F;
}

.eyebrow{
    display:inline-block;
    background:#F9A825;
    color:#000;
    padding:6px 15px;
    border-radius:20px;
    font-size:13px;
    font-weight:600;
}

.rule{
    width:80px;
    height:3px;
    background:#1E3A5F;
    margin:15px auto;
    border-radius:10px;
}

/* =========================================
   GRID LAYOUT
========================================= */
.prog-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));
    gap:25px;
}

/* =========================================
   PROGRAM CARD DESIGN
========================================= */
.prog-card{
    background:#fff;
    border-radius:18px;
    padding:25px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transition:0.4s ease;
    position:relative;
    overflow:hidden;
}

/* Hover effect */
.prog-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 50px rgba(0,0,0,0.15);
}

/* Title */
.prog-card h4{
    font-size:20px;
    font-weight:700;
    margin-bottom:10px;
    color:#1E3A5F;
}

/* Text */
.prog-card p{
    font-size:14px;
    color:#555;
    line-height:1.6;
}

/* List styling */
.prog-card ul{
    margin-top:15px;
    padding-left:18px;
}

.prog-card ul li{
    font-size:13px;
    margin-bottom:8px;
    color:#333;
    position:relative;
}

/* =========================================
   LEFT BORDER COLOR VARIANTS
========================================= */
.prog-card.blue{
    border-left:5px solid #1E3A5F;
}

.prog-card.gold{
    border-left:5px solid #F9A825;
}

/* =========================================
   PREMIUM HOVER LIGHT EFFECT
========================================= */
.prog-card::before{
    content:'';
    position:absolute;
    top:0;
    left:-100%;
    width:100%;
    height:100%;
    background:linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
    transition:0.6s;
}

.prog-card:hover::before{
    left:100%;
}
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Inter',sans-serif;
}

body{
  background:#f7f8fa;
  color:#1a1a2e;
}

/* HEADER */
.header{
  background:#1E3A5F;
  color:white;
  padding:50px 20px;
  text-align:center;
}

.header h1{
  font-family:'Lora',serif;
  font-size:2rem;
}

.header p{
  opacity:0.8;
  margin-top:10px;
}

/* FILTER */
.filter-bar{
  display:flex;
  justify-content:center;
  gap:10px;
  padding:20px;
  flex-wrap:wrap;
}

.filter-btn{
  padding:8px 15px;
  border:none;
  background:white;
  border:1px solid #ddd;
  cursor:pointer;
  border-radius:20px;
  transition:0.3s;
}

.filter-btn:hover,
.filter-btn.active{
  background:#2E7D32;
  color:white;
}

/* GRID */
.container{
  max-width:1100px;
  margin:auto;
  padding:0 20px;
}

.grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:20px;
  padding:20px 0 60px;
}

/* CARD */
.card{
  background:white;
  padding:20px;
  border-radius:10px;
  border:1px solid #e5e7eb;
  transition:0.3s;
}

.card:hover{
  transform:translateY(-5px);
  box-shadow:0 10px 25px rgba(0,0,0,0.1);
}

.card h3{
  font-family:'Lora',serif;
  margin-bottom:10px;
  color:#1E3A5F;
}

.card p{
  font-size:0.9rem;
  color:#555;
}

/* =========================
   PROJECTS SECTION
========================= */

.proj-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

/* CARD */
.proj-card{
  background: #ffffff;
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  padding: 1.5rem;
  transition: all 0.2s ease;
  position: relative;
}

/* hover effect */
.proj-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* heading */
.proj-card h3{
  font-family: 'Lora', serif;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #1E3A5F;
}

/* paragraph */
.proj-card p{
  font-size: 0.85rem;
  color: #4B5563;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}

/* TAG ROW */
.tag-row{
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

/* BASE TAG */
.tag{
  font-size: 0.72rem;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 3px;
  letter-spacing: 0.02em;
}

/* TAG COLORS (same as your system) */
.tag-blue{
  background: #E6F1FB;
  color: #0C447C;
}

.tag-green{
  background: #EAF3DE;
  color: #27500A;
}

.tag-gold{
  background: #FEF9EC;
  color: #633806;
}

/* =========================
   SPECIAL CARD (Coming Soon)
========================= */
.proj-card[style*="dashed"]{
  background: #F8F9FA;
  border: 1px dashed #E5E7EB;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 992px){
  .proj-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px){
  .proj-grid{
    grid-template-columns: 1fr;
  }
}

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Inter',sans-serif;
}
/* STATS */
.stats{
  padding:50px 20px;
}

.grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.stat-box{
  background:white;
  border:1px solid #E5E7EB;
  padding:25px;
  text-align:center;
  border-radius:10px;
  transition:0.3s;
}

.stat-box:hover{
  transform:translateY(-5px);
  box-shadow:0 10px 20px rgba(0,0,0,0.1);
}

.stat-box h2{
  font-size:2rem;
  color:#2E7D32;
}

/* IMPACT AREA */
.impact-areas{
  padding:40px 20px;
}

.section-title h2{
  text-align:center;
  margin-bottom:30px;
  font-family:'Lora',serif;
}

.impact-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:20px;
}

.impact-card{
  background:white;
  border:1px solid #E5E7EB;
  padding:20px;
  border-radius:10px;
}

.impact-card h3{
  color:#1E3A5F;
  margin-bottom:10px;
}

/* MAP */
.map-section{
  padding:50px 20px;
  text-align:center;
}

.map-box{
  margin-top:20px;
  background:#EAF3DE;
  padding:20px;
  border-radius:10px;
  font-weight:500;
}

/* RESPONSIVE */
@media(max-width:768px){
  .grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:500px){
  .grid{
    grid-template-columns:1fr;
  }
}

/* =========================
   VOLUNTEER SECTION
========================= */

/* layout grids */
.two-col{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.two-col-3{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

/* info cards */
.info-card{
  background: #ffffff;
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  padding: 1.25rem;
  transition: 0.2s ease;
}

.info-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.08);
}

.info-card h4{
  font-size: 0.9rem;
  font-weight: 600;
  color: #1E3A5F;
  margin-bottom: 0.5rem;
}

.info-card p{
  font-size: 0.82rem;
  color: #4B5563;
  line-height: 1.55;
}

/* notice box */
.notice{
  border-left: 4px solid #F9A825;
  background: #FEF9EC;
  padding: 1rem 1.25rem;
  border-radius: 0 6px 6px 0;
}

.notice p{
  font-size: 0.85rem;
  color: #374151;
}

/* divider */
.divider{
  height: 1px;
  background: #E5E7EB;
  margin: 2rem 0;
}

/* headings spacing */
.section h3{
  font-family: 'Lora', serif;
  color: #1E3A5F;
}

/* mail link */
a{
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 900px){
  .two-col-3{
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px){
  .two-col,
  .two-col-3{
    grid-template-columns: 1fr;
  }
}

/* HERO */
.hero{
  background:#1E3A5F;
  color:white;
  padding:70px 20px;
  text-align:center;
}

.hero h1{
  font-family:'Lora',serif;
  font-size:2rem;
}

.hero p{
  opacity:0.8;
}

/* SECTION */
.section{
  padding:50px 20px;
}

.container{
  max-width:1100px;
  margin:auto;
}

/* GRID */
.two-col{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}

.grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:15px;
  margin-top:15px;
}

/* CARD */
.card{
  background:white;
  padding:15px;
  border:1px solid #E5E7EB;
  border-radius:8px;
}

/* NOTICE */
.notice{
  background:#FEF9EC;
  border-left:4px solid #F9A825;
  padding:15px;
  border-radius:5px;
}

/* FORM */
.form{
  margin-top:20px;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

input, textarea{
  padding:10px;
  border:1px solid #ddd;
  border-radius:6px;
}

button{
  background:#2E7D32;
  color:white;
  padding:10px;
  border:none;
  border-radius:6px;
  cursor:pointer;
}

button:hover{
  background:#256428;
}

/* DIVIDER */
.divider{
  height:1px;
  background:#ddd;
  margin:30px 0;
}

/* RESPONSIVE */
@media(max-width:768px){
  .two-col,
  .grid-3,
  .form-grid{
    grid-template-columns:1fr;
  }
}

/* =========================
   GLOBAL SECTION STYLE
========================= */

.section{
  padding: 80px 0;
  background: #ffffff;
}

.section-alt{
  background: #f7f9fc;
}

/* =========================
   CONTAINER HEAD
========================= */

.section-head{
  text-align: center;
  margin-bottom: 50px;
}

.eyebrow{
  display: inline-block;
  font-size: 0.85rem;
  letter-spacing: 1px;
  color: #2E7D32;
  font-weight: 600;
  text-transform: uppercase;
}

.section-head h2{
  font-size: 2.2rem;
  margin: 10px 0;
  color: #1E3A5F;
}

.rule{
  width: 80px;
  height: 3px;
  background: #F9A825;
  margin: 10px auto;
  border-radius: 5px;
}

/* =========================
   TWO COLUMN LAYOUT
========================= */

.two-col{
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 30px;
  align-items: start;
}

/* =========================
   THREE COLUMN GRID
========================= */

.two-col-3{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* =========================
   CARDS
========================= */

.info-card,
.proj-card,
.intern-card{
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.info-card:hover,
.proj-card:hover,
.intern-card:hover{
  transform: translateY(-5px);
}

/* =========================
   PROJECT GRID
========================= */

.proj-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* =========================
   TAGS
========================= */

.tag-row{
  margin-top: 15px;
}

.tag{
  display: inline-block;
  padding: 5px 10px;
  font-size: 0.75rem;
  border-radius: 20px;
  margin-right: 5px;
  color: #fff;
}

.tag-blue{
  background: #1E88E5;
}

.tag-green{
  background: #2E7D32;
}

.tag-gold{
  background: #F9A825;
  color: #000;
}

/* =========================
   NOTICE BOX
========================= */

.notice{
  background: #e8f5e9;
  border-left: 4px solid #2E7D32;
  padding: 15px;
  border-radius: 8px;
}

/* =========================
   DIVIDER
========================= */

.divider{
  height: 1px;
  background: #ddd;
  margin: 40px 0;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width: 992px){
  .two-col,
  .two-col-3,
  .proj-grid{
    grid-template-columns: 1fr;
  }
}


/* Tablet */

@media(max-width:992px){

.intern-grid{
grid-template-columns:repeat(2,1fr);
}

}

/* Mobile */

@media(max-width:768px){

.intern-grid{
grid-template-columns:1fr;
}

}
/*==========================
  Internship Grid
==========================*/

.intern-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:25px;
    margin-top:35px;
}

.intern-card{
    background:#fff;
    border-radius:18px;
    padding:30px 25px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    border-top:5px solid #2E7D32;
    transition:.4s;
}

.intern-card:hover{
    transform:translateY(-10px);
    box-shadow:0 18px 40px rgba(0,0,0,.15);
}

.intern-icon{
    width:75px;
    height:75px;
    margin:auto;
    margin-bottom:20px;
    border-radius:50%;
    background:#1E3A5F;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:30px;
    transition:.4s;
}

.intern-card:hover .intern-icon{
    background:#F9A825;
    color:#fff;
    transform:rotate(360deg);
}

.intern-card h4{
    color:#1E3A5F;
    font-size:20px;
    font-weight:600;
    margin-bottom:15px;
}

.intern-card p{
    color:#666;
    line-height:1.8;
    font-size:15px;
    margin:0;
}
/* ==========================================
   REPORTS & DOCUMENTS PAGE
========================================== */

.doc-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:25px;
    margin-top:35px;
}

.doc-item{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:16px;
    padding:22px;
    display:flex;
    align-items:flex-start;
    gap:18px;
    transition:.35s;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.doc-item:hover{
    transform:translateY(-8px);
    border-color:var(--secondary);
    box-shadow:0 15px 35px rgba(0,0,0,.10);
}

.doc-icon{
    width:65px;
    height:65px;
    border-radius:50%;
    background:var(--secondary);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    flex-shrink:0;
}

.doc-item h4{
    margin:0 0 8px;
    font-size:18px;
    color:var(--primary);
    font-weight:700;
}

.doc-item p{
    margin:0;
    color:#666;
    font-size:15px;
    line-height:1.6;
}

.doc-item:nth-child(4) .doc-icon,
.doc-item:nth-child(5) .doc-icon{
    background:var(--accent);
}

.notice{
    margin-top:40px;
    padding:25px;
    background:#f8fbff;
    border-left:5px solid var(--secondary);
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.notice p{
    margin:0;
    color:#555;
    line-height:1.8;
}

.notice a{
    color:var(--primary);
    font-weight:600;
    text-decoration:none;
}

.notice a:hover{
    color:var(--secondary);
}

@media(max-width:768px){

.doc-grid{
    grid-template-columns:1fr;
}

.doc-item{
    padding:18px;
}

.doc-icon{
    width:55px;
    height:55px;
    font-size:24px;
}

.doc-item h4{
    font-size:17px;
}

}
/* ==========================================
   DONATE PAGE
========================================== */

.donate-banner{
    
    color:#fff;
    border-radius:18px;
    padding:35px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
    margin:40px 0;
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.donate-banner h3{
    font-size:28px;
    font-weight:700;
    margin-bottom:12px;
}

.donate-banner p{
    margin:0;
    font-size:16px;
    opacity:.95;
}

.btn-primary{
    background:var(--accent);
    color:#fff;
    padding:14px 28px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
    display:inline-block;
}

.btn-primary:hover{
    background:#e69500;
    color:#fff;
    transform:translateY(-3px);
}

.arrow-list{
    list-style:none;
    padding:0;
    margin:0;
}

.arrow-list li{
    position:relative;
    padding-left:30px;
    margin-bottom:18px;
    color:#555;
    line-height:1.7;
}

.arrow-list li::before{
    content:"➜";
    position:absolute;
    left:0;
    color:var(--secondary);
    font-size:18px;
    font-weight:bold;
}

.notice{
    margin-top:40px;
    background:#f8fbff;
    border-left:5px solid var(--secondary);
    padding:25px;
    border-radius:12px;
    box-shadow:0 8px 20px rgba(0,0,0,.05);
}

.notice p{
    margin:0;
    line-height:1.8;
    color:#555;
}

.notice strong{
    color:var(--primary);
}

/* ==========================
   MOBILE
========================== */

@media(max-width:768px){

.donate-banner{
    flex-direction:column;
    text-align:center;
    padding:25px;
}

.donate-banner h3{
    font-size:22px;
}

.btn-primary{
    width:100%;
}

.arrow-list li{
    margin-bottom:14px;
}

}
