/*=========================================
ROLAK FOUNDATION
Premium NGO Website
Version 1.0
=========================================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Open+Sans:wght@400;500;600;700&display=swap');

/*=========================
ROOT COLORS
==========================*/

:root{

--primary:#245D6E;        /* Teal from logo */
--secondary:#F6C54F;      /* Gold */
--accent:#F6C54F;         /* Orange */
--purple:#7B2CBF;         /* Purple */
--dark:#245D6E;
--light:#FCFBF8;
--white:#ffffff;
--text:#245D6E;

--shadow:0 20px 60px rgba(31,110,140,.10);

--radius:22px;


}


/*=========================
RESET
==========================*/

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{

font-family:'Open Sans',sans-serif;
background:#fff;
color:var(--text);
overflow-x:hidden;

}

img{

max-width:100%;
display:block;

}

a{

text-decoration:none;

}

ul{

list-style:none;

}

.container{

width:90%;
max-width:1320px;
margin:auto;

}


/*=========================
TOP BAR
==========================*/

.topbar{

background:var(--primary);
color:#fff;
padding:10px 0;
font-size:14px;

}

.topbar .container{

display:flex;
justify-content:space-between;
align-items:center;

}

.topbar .left{

display:flex;
gap:30px;

}

.topbar .left span{

display:flex;
align-items:center;
gap:8px;

}

.topbar .right{

display:flex;
gap:15px;

}

.topbar .right a{

width:35px;
height:35px;
border-radius:50%;
background:rgba(255,255,255,.12);

display:flex;
align-items:center;
justify-content:center;

color:#fff;

transition:.4s;

}

.topbar .right a:hover{

background:var(--secondary);

}


/*=========================
HEADER
==========================*/

header{

position:fixed;

top:50px;

left:0;

width:100%;

z-index:999;

transition:.4s;

}

nav{

display:flex;

justify-content:space-between;

align-items:center;

height:95px;

padding:0 35px;

background:rgba(255,255,255,.18);

backdrop-filter:blur(18px);

-webkit-backdrop-filter:blur(18px);

border-radius:18px;

border:1px solid rgba(255,255,255,.25);

box-shadow:0 15px 45px rgba(0,0,0,.08);

transition:.4s ease;

}
/*=========================
LOGO
==========================*/

.logo{

display:flex;

align-items:center;

background:#fff;

padding:10px 18px;

border-radius:15px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.4s;

}

.logo img{

width:50px;

height:auto;

display:block;

transition:.4s ease;

}

header.sticky .logo img{

width:165px;




}

nav ul{

display:flex;

gap:40px;

}

nav ul li a{

font-family:'Poppins';

font-weight:600;

font-size:16px;

color:#245D6E;

position:relative;

transition:.35s ease;



}

nav ul li a:after{

content:"";

position:absolute;

left:0;

bottom:-8px;

width:0;

height:2px;

background:var(--secondary);

transition:.4s;

}

nav ul li a:hover:after{

width:100%;

}

nav ul li a:hover{

color:var(--secondary);

}

nav ul li a.active{

    color: var(--secondary);

    font-weight:700;

}

nav ul li a.active::after{

    width:100%;

}
/*=========================
BUTTON
==========================*/
/*=========================
BUTTON
==========================*/

/*=========================
DONATE BUTTON
==========================*/

.donate-btn{

display:inline-flex;

align-items:center;

justify-content:center;

gap:10px;

padding:15px 35px;

background:transparent;

color:var(--secondary);

border:2px solid var(--secondary);

border-radius:50px;

font-family:'Poppins',sans-serif;

font-weight:600;

font-size:16px;

transition:.35s ease;

}

.donate-btn i{

width:34px;

height:34px;

display:flex;

align-items:center;

justify-content:center;

border:2px solid var(--secondary);

border-radius:50%;

font-size:15px;

color:var(--secondary);

transition:.35s ease;

}

.donate-btn:hover{

background:var(--secondary);

color:#fff;

transform:translateY(-3px);

box-shadow:0 15px 30px rgba(244,194,26,.35);

}

.donate-btn:hover i{

color:#fff;

border-color:#fff;

}



/*=========================
VOLUNTEER BUTTON
==========================*/

.volunteer-btn{

display:inline-flex;
align-items:center;
justify-content:center;
gap:10px;

padding:14px 28px;

background:transparent;

color:var(--secondary);

border:2px solid var(--secondary);

border-radius:50px;

font-family:'Poppins',sans-serif;
font-weight:600;
font-size:16px;

transition:.35s;

}

.volunteer-btn i{

font-size:18px;

color:var(--secondary);

transition:.35s;

}

.volunteer-btn:hover{

background:var(--secondary);

color:#fff;

transform:translateY(-3px);

}

.volunteer-btn:hover i{

color:#fff;

}


/*=========================
HERO
=========================*/
.hero{

position:relative;

padding:180px 0 140px;

min-height:600px;

display:flex;

align-items:center;

overflow:hidden;

/* Background image */

background-image:
linear-gradient(
90deg,
rgba(255,255,255,.75) 0%,
rgba(255,255,255,.60) 30%,
rgba(255,255,255,.30) 55%,
rgba(255,255,255,.08) 75%,
rgba(255,255,255,0) 100%
),
url("../images/hero.png");

background-size:cover;

background-position:center center;

background-repeat:no-repeat;



}

.hero-wrapper{

display:flex;

align-items:center;

min-height:600px;


}

.hero-left{

width:52%;

max-width:650px;

z-index:5;



}




.small-title{

display:inline-block;

background:#E8F5FB;

color:#0B5E8A;

padding:12px 22px;

border-radius:40px;

font-size:13px;

font-weight:700;

letter-spacing:2px;

margin-bottom:25px;

}

.hero h1{

font-family:'Poppins',sans-serif;

font-size:72px;

font-weight:800;

line-height:1.05;

color:#245D6E;

margin-bottom:15px;

}

.hero h1 span{

display:block;

font-family:'Great Vibes',cursive;

font-size:96px;

font-weight:400;

color:#F4C21A;

line-height:.95;

margin-top:10px;




}

.hero p{

font-size:18px;

line-height:34px;

margin-bottom:40px;

max-width:550px;

}

.hero-buttons{

display:flex;

gap:20px;

}
.header-section::after{

    content:"";

    display:block;

    width:120px;

    height:5px;

    margin:0 auto;

    background:linear-gradient(
        90deg,
        #1F6E8C,
        #F4C21A
    );

    border-radius:50px;

}

.about{

    margin-top:50px;

}

/*=================================
ABOUT HERO
==================================*/

.about-hero{

    position:relative;

    min-height:80vh;

    display:flex;

    align-items:center;

    justify-content:center;

    background:
    linear-gradient(rgba(0,0,0,.60),rgba(0,0,0,.60)),
    url("../images/about-hero.jpg");

    background-size:cover;

    background-position:center;

    background-repeat:no-repeat;

}

.about-overlay{

    position:absolute;

    inset:0;

}

.about-hero-content{

    position:relative;

    z-index:5;

    text-align:center;

    padding-top:270px;

}

.about-hero-content h1{

    font-family:'Poppins';

    font-size:40px;

    font-weight:600;

    line-height:1.10;

    color:#fff;

    margin:10px 0;

}

.about-hero-content h1 span{

    display:block;

    font-family:'Great Vibes',cursive;

    font-size:80px;

    color:var(--secondary);

    margin-top:10px;

}

.about-hero .hero-small{

    color:#fff;

}

.about-hero .hero-description{

    color:#fff;

    max-width:720px;

    margin:0 auto 40px;

    line-height:34px;

}

.about-hero .hero-buttons{

    justify-content:center;

}

/*=========================
ABOUT HERO IMAGE
==========================*/

.about-hero-image{

    height:520px;

    background:url("../images/about-hero.jpg") center center/cover no-repeat;

}

/*=========================
ABOUT INTRO CARD
==========================*/

.about-card{

    position:relative;

    width:90%;

    max-width:700px;

    margin:auto;

    margin-top:-20px;

    padding:18px 35px;

    border-radius:20px;

    overflow:hidden;

    text-align:center;

    background:rgba(255,255,255,.96);

    box-shadow:0 15px 45px rgba(0,0,0,.15);

    z-index:7;

}
.about-card::before{

    content:"";

    position:absolute;

    inset:0;

    background:
        linear-gradient(
            rgba(255,255,255,.82),
            rgba(255,255,255,.82)
        ),
        url("../images/kids.jpg");

    background-size:cover;

    background-position:center;

    background-repeat:no-repeat;

    opacity:.9;

    z-index:0;

}

/* Keep card contents above background */

.about-card>*{

    position:relative;

    z-index:2;

}


/* Card paragraph */

.about-card p{

    font-family:'Poppins', sans-serif;

    font-size:18px;

    font-weight:400;

    line-height:1.8;

    color:#245D6E;

    max-width:760px;

    margin:0 auto 30px;

    letter-spacing:.2px;

}


/* Buttons container */

.about-card .hero-buttons{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:20px;

    margin-top:10px;

    flex-wrap:wrap;

}


/* Both buttons */

.about-card .hero-buttons a{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    min-width:120px;

    padding:10px 15px;

    border-radius:40px;

    text-decoration:none;

    font-family:'Poppins', sans-serif;

    font-size:15px;

    font-weight:600;

    transition:.3s ease;

}


/* Get Involved */

.about-card .hero-buttons .primary{

    background:#f3f3f1;

    color:#F6C54F;

    border:2px solid #F6C54F;

}


/* Get Involved hover */

.about-card .hero-buttons .primary:hover{

    background:#F6C54F;

    border-color:#F6C54F;

    color:#f8f8f7;

    transform:translateY(-3px);

}


/* Back Home */

.about-card .hero-buttons .secondary{

    background:#fff;

    color:#F6C54F;

    border:2px solid #F6C54F;

}


/* Back Home hover */

.about-card .hero-buttons .secondary:hover{

    background:#F6C54F;

    color:#fff;

    transform:translateY(-3px);



}

/*====================================================
MISSION SECTION
====================================================*/

.mission{

    margin-top:-70px;

    position:relative;

    z-index:50;

    padding:110px 0;

    background:#F8FBFD;

}

/*====================================================
ABOUT FOUNDATION
====================================================*/

.mission-about{

    display:grid;

    grid-template-columns:45% 55%;

    gap:60px;

    align-items:center;

    margin-bottom:80px;

}

.mission-image img{

    width:100%;

    height:430px;

    object-fit:cover;

    border-radius:28px;

    box-shadow:0 20px 50px rgba(0,0,0,.10);

}

.mission-text span{

    color:#F4C21A;

    font-family:'Poppins',sans-serif;

    font-weight:700;

    font-size:14px;

    letter-spacing:2px;

}

.mission-text h2{

    margin:18px 0 22px;

    font-family:'Poppins',sans-serif;

    font-size:46px;

    line-height:1.25;

    color:#1F2D3D;

}

.mission-text h2 span{

    color:#1F6E8C;

    font-size:inherit;

    letter-spacing:0;

}

.mission-text p{

    color:#5F6B73;

    font-family:'Open Sans',sans-serif;

    font-size:17px;

    line-height:32px;

    margin-bottom:35px;

}

.mission-btn{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:15px 35px;

    border:2px solid #F4C21A;

    border-radius:50px;

    background:#ffffff;

    color:#1F6E8C;

    text-decoration:none;

    font-family:'Poppins',sans-serif;

    font-weight:600;

    transition:.35s;

}

.mission-btn:hover{

    background:#F4C21A;

    color:#1F2D3D;

}

/*====================================================
HEADING
====================================================*/

.mission-heading{

    text-align:center;

    max-width:820px;

    margin:0 auto 55px;

}

.mission-heading span{

    color:#F4C21A;

    font-family:'Poppins',sans-serif;

    font-size:14px;

    font-weight:700;

    letter-spacing:2px;

}

.mission-heading h2{

    margin:18px 0;

    font-size:42px;

    font-family:'Poppins',sans-serif;

    color:#1F2D3D;

}

.mission-heading h2 span{

    color:#1F6E8C;

    font-size:inherit;

    letter-spacing:0;

}

.mission-title-line{

    width:80px;

    height:4px;

    background:#F4C21A;

    margin:20px auto;

    border-radius:50px;

}

.mission-heading p{

    color:#5F6B73;

    line-height:30px;

    font-size:17px;

    font-family:'Open Sans',sans-serif;

}/*=========================================
HERO → ABOUT SEPARATOR
=========================================*/

.about-video{

    position:relative;

    height:720px;

    display:flex;

    align-items:center;

    justify-content:center;

    overflow:hidden;

    margin-top:45px;

}


/* BRAND SEPARATOR */

.about-video::before{

    content:"";

    position:absolute;

    top:0;

    left:50%;

    transform:translateX(-50%);

    width:150px;

    height:5px;

    border-radius:50px;

    background:linear-gradient(
        90deg,
        #1F6E8C 0%,
        #F4C21A 50%,
        #1F6E8C 100%
    );

    z-index:50;

}
/*====================================================
ABOUT US VIDEO
====================================================*/

.about-video{
    

    position:relative;

    height:720px;

    display:flex;

    align-items:center;

    justify-content:center;

    overflow:hidden;

}

.about-video-bg{

    position:absolute;

    inset:0;

    width:100%;

    height:100%;

    object-fit:cover;

}

.about-video-overlay{

    position:absolute;

    inset:0;

    background:
    linear-gradient(
    rgba(31,45,61,.65),
    rgba(31,45,61,.55));

}

.about-video .container{

    position:relative;

    z-index:5;

    display:flex;

    justify-content:center;

}
.about-video-card{

    width:100%;
    max-width:540px;

    background:#ffffff;

    padding:28px 35px;

    border-radius:22px;

    text-align:center;

    margin:auto;

    box-shadow:0 20px 55px rgba(0,0,0,.15);

    border:1px solid rgba(36,93,110,.08);

    transition:.35s ease;

}

.about-video-card h2{

    font-family:'Poppins',sans-serif;

    font-size:36px;

    line-height:1.2;

    margin-bottom:15px;

    color:#245D6E;

}

.about-video-card h2 span{

    display:block;

    color:#F6C54F;}

.about-video-card p{

    font-size:15px;

    line-height:28px;

    color:#245D6E;

    margin-bottom:20px;


}


/*=================================
LUXURY GOLD DIVIDER
==================================*/

.luxury-divider{

    position:relative;

    width:100%;

    max-width:500px;

    height:60px;


    margin:18px auto;


}

/* Left Line */

.luxury-divider::before{

    content:"";

    position:absolute;

    left:0;

    top:50%;

    width:42%;

    height:2px;

    background:linear-gradient(
        to right,
        transparent,
        #F4C21A
    );

    transform:translateY(-50%);

}

/* Right Line */

.luxury-divider::after{

    content:"";

    position:absolute;

    right:0;

    top:50%;

    width:42%;

    height:2px;

    background:linear-gradient(
        to left,
        transparent,
        #F4C21A
    );

    transform:translateY(-50%);

}

/* Diamond */

.luxury-divider .diamond{

    position:absolute;

    left:50%;

    top:50%;

    width:24px;

    height:24px;

    transform:translate(-50%,-50%) rotate(45deg);

    border:3px solid #F4C21A;

    background:#ffffff;

    box-shadow:
        0 0 0 6px #ffffff;

}

/* Inner Diamond */



/* Gold Dots */

.luxury-divider .diamond::after{

    content:"";

    position:absolute;

    top:50%;

    left:50%;

    width:80px;

    height:8px;

    transform:translate(-50%,-50%) rotate(-45deg);

    background:
        radial-gradient(circle,#F4C21A 4px,transparent 5px) left center no-repeat,
        radial-gradient(circle,#F4C21A 4px,transparent 5px) right center no-repeat;

    background-size:10px 10px;

    pointer-events:none;

}

.about-video-card p{

    font-family:'Open Sans',sans-serif;

    font-size:17px;

    line-height:34px;

    color:#5F6B73;

    margin-bottom:35px;

}
.about-video-btn{

    display:inline-flex;

    align-items:center;

    gap:12px;

    padding:15px 34px;

    border-radius:45px;

    background:#fdfdfd;

    color:#F4C21A;

    text-decoration:none;

    font-family:'Poppins',sans-serif;

    font-weight:600;

    transition:.35s;

}

.about-video-btn:hover{

    background:#F6C54F;

    color:#245D6E;

    transform:translateY(-5px);

}

.about-video-btn i{

    transition:.35s;

}

.about-video-btn:hover i{

    transform:translateX(6px);

}

@media(max-width:768px){

.about-video{

height:650px;

}

.about-video-card{

width:95%;

padding:35px 25px;

}

.about-video-card h2{

font-size:36px;

}

.about-video-card p{

font-size:16px;

line-height:30px;

}

}
/*====================================================
PILLARS
====================================================*/

.mission-card{

    background:#ffffff;

    padding:45px;

    border-radius:30px;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

    box-shadow:0 20px 55px rgba(0,0,0,.08);

}

.mission-item{

    text-align:center;

    padding:25px;

    border-radius:22px;

    transition:.35s;

}

.mission-item:hover{

    transform:translateY(-8px);

    background:#F8FBFD;

}

.mission-item i{

    width:85px;

    height:85px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:0 auto 22px;

    background:linear-gradient(135deg,#1F6E8C,#F4C21A);

    color:#ffffff;

    font-size:34px;

}

.mission-item h3{

    font-family:'Poppins',sans-serif;

    font-size:24px;

    color:#1F2D3D;

    margin-bottom:15px;

}

.mission-item p{

    color:#5F6B73;

    line-height:28px;

    font-family:'Open Sans',sans-serif;

}

/*====================================================
RESPONSIVE
====================================================*/

@media(max-width:992px){

.mission-about{

grid-template-columns:1fr;

}

.mission-card{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.mission-card{

grid-template-columns:1fr;

}

.mission-text h2{

font-size:34px;

}

}

.about-story-wrapper{

    display:flex;

    align-items:center;

    gap:70px;

}

.about-story-image{

    flex:1;

    position:relative;

}

.about-story-image img{

    width:100%;

    height:480px;

    object-fit:cover;

    border-radius:25px;

    display:block;

    box-shadow:0 20px 50px rgba(0,0,0,.15);

}

.about-story-content{

    flex:1;

}

.section-label{

    display:inline-block;

    font-family:'Poppins',sans-serif;

    font-size:14px;

    font-weight:700;

    letter-spacing:3px;

    color:#F4C21A;

    margin-bottom:15px;

}

.about-story-content h2{

    font-family:'Poppins',sans-serif;

    font-size:45px;

    line-height:1.15;

    font-weight:700;

    color:#1F6E8C;

    margin-bottom:25px;

}

.about-story-content h2 span{

    display:block;

    color:#F4C21A;

}

.about-story-content p{

    font-family:'Open Sans',sans-serif;

    font-size:16px;

    line-height:1.9;

    color:#5F6B73;

    margin-bottom:20px;

}

.story-btn{

    display:inline-flex;

    align-items:center;

    gap:12px;

    margin-top:15px;

    padding:14px 25px;

    border-radius:40px;

    background:#fafaf9;

    color:#F4C21A;

    font-family:'Poppins',sans-serif;

    font-weight:500;

    text-decoration:none;

    transition:.3s ease;

}

.story-btn:hover{

    background:#F4C21A;

    color:#1F2D3D;

}

.story-btn i{

    transition:.3s ease;

}

.story-btn:hover i{

    transform:translateX(5px);

}
/*=========================
STORY • MISSION • VISION
==========================*/

.smv-section{

    position:relative;

    padding:110px 0;

    background-image:url("../images/our-story.jpg");

    background-size:cover;

    background-position:center;

    background-repeat:no-repeat;

    overflow:hidden;

}

.smv-overlay{

    position:absolute;

    inset:0;

    background:rgba(31,45,61,.68);

}

.smv-section .container{

    position:relative;

    z-index:2;

}

.smv-heading{

    text-align:center;

    max-width:750px;

    margin:0 auto 55px;

}

.smv-heading span{

    display:block;

    color:#F4C21A;

    font-family:'Poppins',sans-serif;

    font-size:14px;

    font-weight:700;

    letter-spacing:3px;

    margin-bottom:12px;

}

.smv-heading h2{

    color:#fff;

    font-family:'Poppins',sans-serif;

    font-size:42px;

    font-weight:700;

    line-height:1.2;

    margin-bottom:15px;

}

.smv-heading h2 strong{

    color:#F4C21A;

}

.smv-heading p{

    color:rgba(255,255,255,.85);

    font-family:'Open Sans',sans-serif;

    font-size:16px;

}


.smv-wrapper{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:25px;

}


.smv-card{

    background:rgba(255,255,255,.93);

    padding:35px 30px;

    border-radius:20px;

    text-align:center;

    box-shadow:0 20px 50px rgba(0,0,0,.18);

    transition:.35s ease;

}

.smv-card:hover{

    transform:translateY(-8px);

}


.smv-card-icon{

    width:58px;

    height:58px;

    margin:0 auto 20px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:#E8F5FB;

    color:#1F6E8C;

    font-size:22px;

}


.smv-card h3{

    font-family:'Poppins',sans-serif;

    font-size:24px;

    color:#1F6E8C;

    margin-bottom:15px;

}


.smv-card p{

    font-family:'Open Sans',sans-serif;

    font-size:15px;

    line-height:1.7;

    color:#5F6B73;

}


.smv-more{

    display:none;

    margin-top:5px;

}


.smv-more p{

    margin-top:10px;

}


.read-more-btn{

    border:none;

    background:none;

    color:#1F6E8C;

    font-family:'Poppins',sans-serif;

    font-size:13px;

    font-weight:700;

    cursor:pointer;

    margin-top:12px;

}


.read-more-btn i{

    margin-left:6px;

    transition:.3s ease;

}


.smv-card.expanded .smv-more{

    display:block;

}


.smv-card.expanded .read-more-btn i{

    transform:rotate(180deg);


}


/*====================================================
OUR IMPACT SHOWCASE
====================================================*/

.impact-showcase{

    padding:80px 0 0;

    background:#FCFBF8;

    position:relative;

    overflow:visible;



}
/*=========================
IMPACT CONTAINER
==========================*/


.impact-container{

    width:90%;

    max-width:1280px;

    margin:0 auto;

    display:flex;

    align-items:stretch;

    position:relative;

    overflow:visible;

    padding:0;



}

/*=========================
LEFT PANEL
==========================*/

.impact-left{

    width:56%;

    background:#1F6E8C;

    padding:80px 70px;

    border-radius:35px;

    position:relative;

    z-index:3;


}.impact-content{

    position:relative;

    z-index:10;

    width:78%;

    margin:auto;

    text-align:center;

}

.impact-content h2{

    font-size:56px;

    line-height:1.2;

    color:#fff;

    font-family:'Poppins',sans-serif;

    font-weight:700;

    margin-bottom:25px;

}

.impact-line{

    width:90px;

    height:4px;

    background:#F4C21A;

    border-radius:30px;

    margin:25px auto;

}

.impact-content p{

    color:rgba(255,255,255,.92);

    font-size:18px;

    line-height:1.9;

    max-width:520px;

    margin:0 auto 40px;

    text-align:center;

}





/* everything above wave */

.impact-left>*{

    position:relative;

    z-index:5;

}

.impact-tag{

    display:inline-flex;

    align-items:center;

    gap:10px;

    color:#F4C21A;

    font-weight:700;

    letter-spacing:2px;

    font-size:15px;

    margin-bottom:25px;

    font-family:'Poppins',sans-serif;

}

.impact-tag i{

    color:#F4C21A;

}

.impact-left h2{

    font-size:62px;

    line-height:1.08;

    color:#fff;

    font-family:'Poppins',sans-serif;

    margin-bottom:15px;

}

.impact-left h2 span{

    display:block;

    color:#F4C21A;

    font-size:74px;

    font-family:'Great Vibes',cursive;

    font-weight:400;

    margin-top:10px;

}

.impact-line{

    width:90px;

    height:5px;

    background:#F4C21A;

    border-radius:20px;

    margin:25px 0;

}

.impact-left p{

    max-width:470px;

    line-height:1.9;

    font-size:19px;

    color:rgba(255,255,255,.92);

}

/*=========================
IMPACT BUTTON
==========================*/

.impact-btn{

    display:inline-flex;

    align-items:center;

    gap:12px;

    padding:15px 20px;

    background:#ffffff;

    color:#1F6E8C;

    border:2px solid #F4C21A;

    border-radius:50px;

    font-family:'Poppins',sans-serif;

    font-size:16px;

    font-weight:600;

    text-decoration:none;

    transition:.35s ease;

    box-shadow:0 10px 25px rgba(0,0,0,.12);

}

.impact-btn i{

    transition:.35s ease;

}

.impact-btn:hover{

    background:#F4C21A;

    color:#1F6E8C;

    transform:translateY(-3px);

    box-shadow:0 18px 35px rgba(0,0,0,.18);

}

.impact-btn:hover i{

    transform:translateX(6px);

}

/*=========================
RIGHT IMAGE
==========================*/

.impact-image{

    width:48%;

    margin-left:-70px;

    position:relative;

    z-index:2;

    overflow:hidden;

    border-radius:35px;

}

.impact-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

    border-radius:

    140px 35px 35px 140px;

    transition:.6s;

}
.impact-image::before{

    content:"";

    position:absolute;

    inset:0;

    border:5px solid #F4C21A;

    border-radius:

    140px 35px 35px 140px;

    pointer-events:none;

    z-index:4;

}
.impact-container:hover img{

    transform:scale(1.08);

}

/*=========================
DOTS
==========================*/

.impact-dots{

    position:absolute;

    width:90px;

    height:90px;

    background-image:radial-gradient(#F4C21A 2px, transparent 2px);

    background-size:18px 18px;

    opacity:.9;

}

.dots-top{

    top:45px;

    left:25px;

}

.dots-bottom{

    bottom:35px;

    right:120px;

}

/*=========================
CARDS
==========================*/
/*====================================================
PREMIUM IMPACT CARDS
====================================================*/

.impact-cards{

    width:90%;
    max-width:1280px;
    margin:-140px auto 0;

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:32px;

    position:relative;
    z-index:50;

    
}
.impact-cards{
    width:90%;
    max-width:1280px;
    margin:-110px auto 0;

    position:relative;
    left:-20px;   /* Move the whole row left */
}
.impact-card{

    position:relative;
    overflow:visible;

    background:#fff;

    padding:75px 30px 35px;

    border-radius:28px;

    text-align:center;

    transition:.45s ease;

    box-shadow:
        0 20px 45px rgba(0,0,0,.08);

    border-top:6px solid #F4C21A;

    display:flex;
    flex-direction:column;
    justify-content:flex-start;

}

.impact-card:hover{

    transform:translateY(-18px);

    box-shadow:
        0 35px 65px rgba(31,110,140,.18);

}

.impact-card::after{

    content:"";

    position:absolute;

    inset:0;

    border-radius:28px;

    border:1px solid rgba(31,110,140,.08);

    pointer-events:none;

}

/* Floating Icon */

.impact-icon{

    position:absolute;

    top:-45px;
    left:50%;

    transform:translateX(-50%);

    width:92px;
    height:92px;

    border-radius:50%;

    background:#fff;

    border:6px solid #F4C21A;

    display:flex;
    align-items:center;
    justify-content:center;

    box-shadow:
        0 18px 40px rgba(0,0,0,.15);

    transition:.4s;

}

.impact-card:hover .impact-icon{

    transform:translateX(-50%) scale(1.08) rotate(8deg);

}

.impact-icon i{

    font-size:38px;
    color:#1F6E8C;

}

/* Number */

.impact-number{

    font-size:54px;

    font-weight:700;

    color:#1F6E8C;

    margin-bottom:5px;

    font-family:'Poppins',sans-serif;

}

/* Title */

.impact-card h3{

    font-size:25px;

    color:#1F2D3D;

    margin-bottom:18px;

    font-family:'Poppins',sans-serif;

}

/* Gold Line */

.card-line{

    width:70px;
    height:4px;

    background:#F4C21A;

    border-radius:50px;

    margin:0 auto 22px;

}

/* Description */

.impact-card p{

    color:#5F6B73;

    line-height:1.9;

    font-size:16px;

}

/* Button */

.impact-card a{

    margin-top:auto;

    display:inline-flex;

    justify-content:center;
    align-items:center;

    gap:10px;

    text-decoration:none;

    color:#1F6E8C;

    font-weight:600;

    transition:.3s;

}

.impact-card a:hover{

    color:#F4C21A;


}/*====================================================
ROLAK FOUNDATION
IMPACT READ MORE
====================================================*/
/*====================================================
IMPACT READ MORE POSITION
====================================================*/
.impact-readmore{

    position:relative;

    width:100%;

    margin-top:-80px;

    padding:0 0 100px;

    background:#FCFBF8;

    z-index:30;



}
.impact-readmore .container{

    width:90%;

    max-width:1280px;

    margin:0 auto;

    padding:0;

    position:relative;

    display:block;

}


/*=========================
GRID
=========================*/
.impact-rm-grid{

    width:100%;

    display:grid;

    grid-template-columns:repeat(4,minmax(0,1fr));

    gap:28px;

    justify-content:center;

    align-items:start;

}

/*=========================
CARD
=========================*/

.impact-rm-card{

    background:#ffffff;

    border-radius:24px;

    padding:35px 30px;

    box-shadow:0 18px 40px rgba(0,0,0,.08);

    transition:.35s ease;

    display:flex;

    flex-direction:column;

    position:relative;

    overflow:hidden;

    border-top:5px solid #F4C21A;

}

.impact-rm-card:hover{

    transform:translateY(-10px);

    box-shadow:0 28px 55px rgba(31,110,140,.15);

}

/*=========================
TOP ANIMATION
=========================*/

.impact-rm-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:0;

    height:5px;

    background:#1F6E8C;

    transition:.45s;

}

.impact-rm-card:hover::before{

    width:100%;

}

/*=========================
ICON
=========================*/

.impact-rm-icon{

    width:90px;

    height:90px;

    border-radius:50%;

    background:#EEF7FA;

    display:flex;

    justify-content:center;

    align-items:center;

    margin:0 auto 24px;

    transition:.35s;

}

.impact-rm-card:hover .impact-rm-icon{

    transform:scale(1.08);

}

.impact-rm-icon i{

    font-size:38px;

    color:#1F6E8C;

}

/*=========================
TITLE
=========================*/

.impact-rm-card h3{

    font-family:'Poppins',sans-serif;

    font-size:24px;

    color:#1F2D3D;

    text-align:center;

    margin-bottom:15px;

}

/*=========================
LINE
=========================*/

.impact-rm-line{

    width:60px;

    height:4px;

    background:#F4C21A;

    border-radius:30px;

    margin:0 auto 20px;

}

/*=========================
SUMMARY
=========================*/

.impact-rm-summary{

    font-family:'Open Sans',sans-serif;

    color:#5F6B73;

    text-align:center;

    line-height:1.8;

    font-size:16px;

}

/*=========================
DETAILS
=========================*/

.impact-rm-details{

    max-height:0;

    overflow:hidden;

    transition:max-height .45s ease;

}

.impact-rm-details p{

    margin-top:22px;

    font-family:'Open Sans',sans-serif;

    color:#5F6B73;

    line-height:1.9;

    font-size:15px;

}

/*=========================
ACTIVE CARD
=========================*/

.impact-rm-card.active .impact-rm-details{

    max-height:260px;

}

/*=========================
BUTTON
=========================*/

.impact-rm-toggle{

    margin-top:auto;

    margin-left:auto;

    margin-right:auto;

    margin-top:10px;

    padding:13px 30px;

    border-radius:40px;

    border:2px solid #F4C21A;

    background:#ffffff;

    color:#1F6E8C;

    font-family:'Poppins',sans-serif;

    font-weight:600;

    cursor:pointer;

    display:flex;

    align-items:center;

    gap:10px;

    transition:.35s;

}

.impact-rm-toggle:hover{

    background:#F4C21A;

    color:#1F2D3D;

}

.impact-rm-toggle i{

    transition:.35s;

}

.impact-rm-card.active .impact-rm-toggle i{

    transform:rotate(180deg);

}

/*=========================
TABLET
=========================*/

@media(max-width:992px){

.impact-rm-grid{

grid-template-columns:repeat(2,1fr);

}

}

/*=========================
PHONE
=========================*/

@media(max-width:768px){

.impact-rm-grid{

grid-template-columns:1fr;

}

.impact-rm-card{

padding:30px 24px;

}

}
/*=================================
MISSION HIGHLIGHTS
==================================*/

.mission{

margin-top:-70px;

position:relative;

z-index:50;

}

.mission-card{

background:#fff;

padding:45px 35px;

border-radius:28px;

display:grid;

grid-template-columns:repeat(4,1fr);

gap:25px;

box-shadow:0 25px 60px rgba(0,0,0,.10);

}

.mission-item{

text-align:center;

padding:20px;

transition:.35s ease;

border-radius:20px;

}

.mission-item:hover{

transform:translateY(-8px);

background:#F8FBFD;

}

.mission-item i{

width:80px;

height:80px;

display:flex;

align-items:center;

justify-content:center;

margin:auto;

margin-bottom:22px;

border-radius:50%;

font-size:32px;

background:linear-gradient(135deg,var(--primary),var(--secondary));

color:#fff;

box-shadow:0 12px 30px rgba(31,110,140,.25);

}

.mission-item h3{

font-family:'Poppins',sans-serif;

font-size:22px;

font-weight:700;

color:var(--dark);

margin-bottom:12px;

}

.mission-item p{

font-size:16px;

line-height:28px;

color:var(--text);

}

/*=================================
PREMIUM IMPACT SECTION
==================================*/

/*=========================
IMPACT
==========================*/

.impact{

position:relative;

padding:130px 0;

overflow:hidden;

background:linear-gradient(
-45deg,
#245D6E,
#2A7FA3,
#245D6E,
#F4C21A
);

background-size:400% 400%;

animation:gradientMove 18s ease infinite;




}
.impact::before{

content:"";

position:absolute;

left:0;

bottom:0;

width:300%;

height:220px;

background:url("../images/wave.svg") repeat-x;

background-size:900px 220px;

opacity:.18;

animation:waveMove 28s linear infinite;

}

.impact::after{

content:"";

position:absolute;

left:0;

bottom:20px;

width:300%;

height:180px;

background:url("../images/wave.svg") repeat-x;

background-size:700px 180px;

opacity:.08;

animation:waveMoveReverse 40s linear infinite;

}
.impact .container{

position:relative;

z-index:5;

}
/*=========================
ANIMATIONS
==========================*/

@keyframes gradientMove{

0%{

background-position:0% 50%;

}

50%{

background-position:100% 50%;

}

100%{

background-position:0% 50%;

}

}

@keyframes waveMove{

from{

transform:translateX(0);

}

to{

transform:translateX(-900px);

}

}

@keyframes waveMoveReverse{

from{

transform:translateX(-700px);

}

to{

transform:translateX(0);

}

}
/* Moving Waves */

.impact::before{

content:"";

position:absolute;

left:0;

bottom:0;

width:200%;

height:180px;

background:url("../images/wave.svg") repeat-x;

background-size:1200px 180px;

opacity:.18;

animation:waveMove 18s linear infinite;

}

.impact::after{

content:"";

position:absolute;

left:0;

bottom:25px;

width:200%;

height:150px;

background:url("../images/wave.svg") repeat-x;

background-size:900px 150px;

opacity:.10;

animation:waveMoveReverse 24s linear infinite;

}
.impact .section-title{

position:relative;

z-index:5;

text-align:center;

max-width:760px;

margin:0 auto 80px;

}

.impact .section-title span{

display:inline-block;

padding:12px 26px;

background:rgba(255,255,255,.12);

backdrop-filter:blur(8px);

border-radius:40px;

font-family:'Poppins';

font-size:14px;

font-weight:700;

letter-spacing:2px;

color:#F4C21A;

margin-bottom:20px;

}

.impact .section-title h2{

font-family:'Poppins';

font-size:54px;

font-weight:800;

color:#fff;

margin-bottom:20px;

}

.impact .section-title p{

font-size:18px;

line-height:34px;

color:rgba(255,255,255,.90);


}

.impact-grid{

position:relative;

z-index:5;

display:grid;

grid-template-columns:repeat(4,1fr);

gap:35px;

}

.impact-card{

background:rgba(255,255,255,.12);

backdrop-filter:blur(18px);

-webkit-backdrop-filter:blur(18px);

border:1px solid rgba(255,255,255,.25);

padding:45px 30px;

border-radius:25px;

text-align:center;

transition:.4s;

box-shadow:0 20px 40px rgba(0,0,0,.15);

color:#fff;

}

.impact-card:hover{

transform:translateY(-12px);

background:rgba(255,255,255,.20);



}
.impact-card .icon{

width:90px;

height:90px;

margin:auto;

margin-bottom:28px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

background:linear-gradient(
135deg,
#F4C21A,
#F28C28
);

font-size:38px;

color:#fff;

box-shadow:0 20px 35px rgba(244,194,26,.35);

transition:.4s;

}

.impact-card:hover .icon{

transform:rotate(10deg) scale(1.08);

}

.impact-card h3{

font-family:'Poppins';

font-size:50px;

font-weight:800;

color:#fff;

margin-bottom:10px;

}

.impact-card p{

font-size:18px;

font-weight:600;

color:#F5F5F5;

}

@keyframes gradientMove{

0%{

background-position:0% 50%;

}

50%{

background-position:100% 50%;

}

100%{

background-position:0% 50%;

}

}
@keyframes waveMove{

0%{

transform:translateX(0);

}

100%{

transform:translateX(-50%);

}

}

@keyframes waveMoveReverse{

0%{

transform:translateX(-50%);

}

100%{

transform:translateX(0);

}

}
@media(max-width:991px){

.impact-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:650px){

.impact-grid{

grid-template-columns:1fr;

}

.impact .section-title h2{

font-size:40px;

}

}
@media(max-width:991px){

.impact-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:600px){

.impact-grid{

grid-template-columns:1fr;

}

}

/*=========================
STICKY NAVIGATION
==========================*/

header.sticky{

top:0;

background:#fff;

box-shadow:0 10px 30px rgba(0,0,0,.08);

}

header.sticky nav{

background:#ffffff;

border:none;

border-radius:0;

height:85px;

box-shadow:0 15px 35px rgba(0,0,0,.08);



}

header.sticky nav ul li a{

color:var(--dark);

}

header.sticky .logo img{

width:145px;

}


/*=========================
RESPONSIVE
==========================*/

/*=========================
RESPONSIVE
==========================*/

@media (max-width:991px){

.hero{

padding:150px 0 80px;

}

.hero-wrapper{

flex-direction:column;

text-align:center;

}

.hero-left,
.hero-right{

width:100%;

}

.hero p{

margin:auto;

margin-bottom:35px;

}

.hero-buttons{

justify-content:center;

flex-wrap:wrap;

}

.hero h1{

font-size:46px;

line-height:56px;

}

.hero-right{

margin-top:40px;

}

.impact-grid{

grid-template-columns:repeat(2,1fr);

}

.why-wrapper{

flex-direction:column;

}

.program-grid{

grid-template-columns:1fr;

}



}
@keyframes float{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-15px);

}

100%{

transform:translateY(0);

}

}/* ==========================
WHY WE EXIST
STICKY BACKGROUND IMAGE
========================== */

.why-section{

    position:relative;

    padding:120px 0;

    min-height:700px;

    background-image:
        linear-gradient(
            rgba(31,110,140,.78),
            rgba(31,45,61,.90)
        ),
        url("../images/why-image.jpg");

    background-size:cover;

    background-position:center;

    background-attachment:fixed;

    overflow:hidden;

}


/* ==========================
CONTAINER
========================== */

.why-container{

    width:90%;

    max-width:1200px;

    margin:auto;

    position:relative;

    z-index:2;

}


/* ==========================
REMOVE OLD IMAGE COLUMN
========================== */

.why-image{

    display:none;

}


/* ==========================
CONTENT
========================== */

.why-content{

    max-width:850px;

    margin:0 auto;

    text-align:center;

}


/* ==========================
BADGE
========================== */

.section-badge{

    display:inline-block;

    padding:10px 25px;

    background:#FFF6DA;

    color:#D39B00;

    border-radius:50px;

    font-family:'Poppins',sans-serif;

    font-weight:600;

    font-size:14px;

    margin-bottom:25px;

}


/* ==========================
HEADING
========================== */

.why-content h2{

    font-family:'Poppins',sans-serif;

    font-size:52px;

    line-height:1.2;

    margin-bottom:25px;

    color:#ffffff;

}


.why-content h2 span{

    display:block;

    color:#F4C21A;

}


/* ==========================
DESCRIPTION
========================== */

.why-content > p{

    font-family:'Open Sans',sans-serif;

    font-size:18px;

    line-height:32px;

    color:rgba(255,255,255,.92);

    max-width:800px;

    margin:0 auto 22px;

}


/* ==========================
WHY LIST
========================== */

.why-list{

    display:flex;

    flex-direction:column;

    gap:22px;

    max-width:750px;

    margin:35px auto;

    text-align:left;

}


/* ==========================
WHY ITEM
========================== */

.why-item{

    display:flex;

    align-items:flex-start;

    gap:18px;

}


/* ==========================
ICON
========================== */

.why-item i{

    color:#F4C21A;

    font-size:25px;

    margin-top:5px;

    min-width:28px;

}


/* ==========================
ITEM TITLE
========================== */

.why-item strong{

    font-family:'Poppins',sans-serif;

    font-size:20px;

    color:#ffffff;

    display:block;

    margin-bottom:7px;

}


/* ==========================
ITEM TEXT
========================== */

.why-item p{

    margin:0;

    font-family:'Open Sans',sans-serif;

    font-size:16px;

    line-height:28px;

    color:rgba(255,255,255,.85);

}


/* ==========================
SUBTLE OVERLAY EFFECT
========================== */

.why-section::after{

    content:"";

    position:absolute;

    inset:0;

    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(244,194,26,.14),
            transparent 30%
        ),
        radial-gradient(
            circle at 85% 80%,
            rgba(255,255,255,.08),
            transparent 30%
        );

    pointer-events:none;

}


/* ==========================
TABLET
========================== */

@media(max-width:992px){

    .why-section{

        padding:100px 0;

        background-attachment:scroll;

    }

}


/* ==========================
PHONE
========================== */

@media(max-width:768px){

    .why-section{

        padding:80px 0;

        min-height:auto;

        background-attachment:scroll;

    }


    .why-content h2{

        font-size:36px;

    }


    .why-content > p{

        font-size:16px;

        line-height:28px;

    }


    .why-list{

        gap:20px;

    }


    .why-item strong{

        font-size:18px;

    }

}


/* Decorative background */

.programs{

    position:relative;

    overflow:hidden;

    padding:130px 0;

    background:linear-gradient(
        180deg,
        #FCFBF8 0%,
        #F8FBFD 100%
    );


}
/*==================================
LUXURY FLOATING BUBBLES
==================================*/

.programs::before{

    content:"";

    position:absolute;

    width:700px;

    height:700px;

    border-radius:50%;

    background:radial-gradient(
        circle,
        rgba(36,93,110,.22) 0%,
        rgba(36,93,110,.12) 45%,
        transparent 75%
    );

    top:-260px;

    left:-250px;

    animation:floatBubble1 18s ease-in-out infinite;

}

.programs::after{

    content:"";

    position:absolute;

    width:520px;

    height:520px;

    border-radius:50%;

    background:radial-gradient(
        circle,
        rgba(246,197,79,.25) 0%,
        rgba(246,197,79,.15) 45%,
        transparent 75%
    );

    bottom:-180px;

    right:-180px;

    animation:floatBubble2 15s ease-in-out infinite;


}
.program-bubble{

    position:absolute;

    border-radius:50%;

    pointer-events:none;

    animation:floatBubble 12s ease-in-out infinite;

    filter:blur(2px);

}

.bubble-one{

    width:180px;

    height:180px;

    background:rgba(36,93,110,.18);

    top:120px;

    right:8%;

}

.bubble-two{

    width:110px;

    height:110px;

    background:rgba(246,197,79,.25);

    left:6%;

    bottom:140px;

    animation-delay:2s;

}

.bubble-three{

    width:240px;

    height:240px;

    background:rgba(36,93,110,.12);

    right:28%;

    bottom:40px;

    animation-delay:4s;

}

.bubble-four{

    width:140px;

    height:140px;

    background:rgba(246,197,79,.20);

    top:60px;

    left:42%;

    animation-delay:6s;


}
@keyframes floatBubble{

    0%{

        transform:translateY(0px);

    }

    50%{

        transform:translateY(-25px);

    }

    100%{

        transform:translateY(0px);

    }

}

@keyframes floatBubble1{

    0%{

        transform:translate(0,0);

    }

    50%{

        transform:translate(30px,-30px);

    }

    100%{

        transform:translate(0,0);

    }

}

@keyframes floatBubble2{

    0%{

        transform:translate(0,0);

    }

    50%{

        transform:translate(-35px,25px);

    }

    100%{

        transform:translate(0,0);

    }

}
.programs::after{

    content:"";

    position:absolute;

    width:300px;

    height:300px;

    border-radius:50%;

    background:rgba(31,110,140,.05);

    bottom:-150px;

    left:-120px;

}

/*=========================
HEADING
=/*=========================================
PROGRAM SECTION HEADING
=========================================*/

.programs .section-title{

    width:100%;

    max-width:900px;

    margin:0 auto 75px;

    padding-top:145px;

    text-align:center;

    position:relative;

    z-index:5;

}


/*=========================================
PROGRAM LABEL
=========================================*/

.program-label{

    display:flex;

    width:max-content;

    align-items:center;

    justify-content:center;

    padding:10px 26px;

    margin:0 auto 22px;

    background:#FFF8E5;

    border-radius:50px;

    font-family:'Poppins',sans-serif;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

    color:#D69E00;

}


/*=========================================
PROGRAM HEADING
=========================================*/

.programs-heading{

    width:100%;

    text-align:center;

}


.programs-heading h2{

    width:100%;

    margin:0 auto 20px;

    text-align:center;

    font-family:'Poppins',sans-serif;

    font-size:52px;

    font-weight:700;

    line-height:1.18;

    color:#245D6E;

}


.programs-heading h2 span{

    display:block;

    text-align:center;

    color:#F6C54F;

}


/*=========================================
DIVIDER
=========================================*/

.programs-heading .about-divider{

    margin:25px auto;

}


/*=========================================
DESCRIPTION
=========================================*/

.programs-heading p{

    width:100%;

    max-width:760px;

    margin:25px auto 0;

    text-align:center;

    font-family:'Open Sans',sans-serif;

    font-size:17px;

    line-height:30px;

    color:#5F6B73;

}
/*=========================================
WHITE PANEL
=========================================*/

.program-grid{

    background:#ffffff;

    border-radius:40px;

    padding:60px;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

    position:relative;

    z-index:5;

    box-shadow:
        0 30px 80px rgba(0,0,0,.08);


}

/*=========================
CARD
==========================*/

.program-card{

    background:linear-gradient(
        160deg,
        #ffffff,
        #F8FBFD
    );

    border-radius:28px;

    padding:50px 40px;

    text-align:center;

    display:flex;

    flex-direction:column;

    align-items:center;

    border:1px solid rgba(31,110,140,.08);

    box-shadow:0 18px 45px rgba(31,110,140,.08);

    transition:.45s ease;

    position:relative;

    overflow:hidden;

}

/* Animated top line */

.program-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:0;

    height:5px;

    background:linear-gradient(
        90deg,
        #1F6E8C,
        #F4C21A
    );

    transition:.45s;

}

.program-card:hover::before{

    width:100%;

}

.program-card:hover{

    transform:translateY(-15px);

    box-shadow:0 30px 65px rgba(31,110,140,.16);

}

/*=========================
ICON
==========================*/

.program-icon{

    width:95px;

    height:95px;

    margin:0 auto 28px;

    border-radius:24px;

    display:flex;

    justify-content:center;

    align-items:center;

    background:linear-gradient(
        135deg,
        #1F6E8C,
        #3A8AAA,
        #F4C21A
    );

    color:#fff;

    font-size:36px;

    box-shadow:0 18px 35px rgba(31,110,140,.20);

    transition:.45s;

}

.program-card:hover .program-icon{

    transform:rotate(8deg) scale(1.08);

}

/*=========================
TITLE
==========================*/

.program-card h3{

    font-family:'Poppins';

    font-size:28px;

    font-weight:700;

    color:#1F2D3D;

    margin-bottom:18px;

    text-align:center;

}

/* Gold divider */

.program-divider{

    width:70px;

    height:4px;

    margin:0 auto 22px;

    border-radius:50px;

    background:linear-gradient(
        90deg,
        transparent,
        #F4C21A,
        transparent
    );

}

/*=========================
DESCRIPTION
==========================*/

.program-card p{

    font-family:'Open Sans';

    font-size:16px;

    line-height:30px;

    color:#5F6B73;

    text-align:center;

    margin-bottom:28px;

}

/*=========================
BUTTON
==========================*/

.program-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    margin-top:auto;

    padding:14px 30px;

    border-radius:40px;

    border:2px solid #F4C21A;

    background:#fff;

    color:#1F6E8C;

    font-family:'Poppins';

    font-weight:600;

    transition:.35s;

}

.program-btn:hover{

    background:#F4C21A;

    color:#1F2D3D;

}

.program-btn i{

    transition:.35s;

}

.program-btn:hover i{

    transform:translateX(5px);

}

/*=========================
TABLET
==========================*/

@media(max-width:992px){

.program-grid{

grid-template-columns:repeat(2,1fr);

}

}

/*=========================
PHONE
==========================*/

@media(max-width:768px){

.program-grid{

grid-template-columns:1fr;

}

.program-card{

padding:40px 28px;

}

.programs .section-heading h2{

font-size:36px;

}

}
/*==================================
FOOTER
===================================*/

.footer{

background:#245D6E;

color:#fff;

margin-top:120px;

}


.footer-top{

background:linear-gradient(135deg,#245D6E,#245D6E);

padding:60px 0;

}

.footer-cta{

display:flex;

justify-content:space-between;

align-items:center;

gap:50px;

}

.footer-cta h2{

font-family:'Poppins';

font-size:42px;

margin-bottom:15px;

}

.footer-cta p{

font-size:18px;

max-width:600px;

opacity:.9;

}

.footer-buttons{

display:flex;

gap:20px;

}

.footer-grid{

padding:90px 0;

display:grid;

grid-template-columns:2fr 1fr 1fr 1.5fr;

gap:60px;

}

.footer-logo{

width:220px;

margin-bottom:25px;

}

.footer-col p{

line-height:30px;

opacity:.9;

margin-bottom:25px;

}

.footer-col h3{

font-family:'Poppins';

font-size:24px;

margin-bottom:25px;

}

.footer-col ul li{

margin-bottom:18px;

}

.footer-col ul li a{

color:#fff;

opacity:.85;

transition:.3s;

}

.footer-col ul li a:hover{

color:#F4C21A;

padding-left:8px;

}

.footer-social{

display:flex;

gap:15px;

}

.footer-social a{

width:45px;

height:45px;

border-radius:50%;

background:rgba(255,255,255,.12);

display:flex;

align-items:center;

justify-content:center;

color:#fff;

transition:.35s;

}

.footer-social a:hover{

background:#F4C21A;

color:#245D6E;

transform:translateY(-5px);

}

.footer-col input{

width:100%;

padding:16px;

border:none;

border-radius:10px;

margin-bottom:15px;

outline:none;

}

.footer-col button{

width:100%;

padding:16px;

border:none;

border-radius:10px;

background:#F4C21A;

font-family:'Poppins';

font-weight:600;

cursor:pointer;

transition:.35s;

}

.footer-col button:hover{

background:#fff;

}

.footer-bottom{

border-top:1px solid rgba(255,255,255,.08);

padding:25px 0;

}

.footer-copy{

display:flex;

justify-content:space-between;

align-items:center;

flex-wrap:wrap;

}
/*=================================
OUR LEADERSHIP
==================================*/

.leaders{

    position:relative;

    margin-top:100px;   /* Increase this value for more separation */

    padding:120px 0;

    background:
    radial-gradient(circle at top left,
    rgba(31,110,140,.08) 0%,
    transparent 35%),

    radial-gradient(circle at bottom right,
    rgba(244,194,26,.10) 0%,
    transparent 30%),

    linear-gradient(
    180deg,
    #F8FBFD,
    #EAF4F7
    );

}

.section-heading{

    max-width:750px;

    margin:0 auto 70px;

    text-align:center;

}


.section-heading h2{

    font-family:'Poppins';

    font-size:42px;

    line-height:1.3;

    margin:20px 0;

    color:var(--dark);

}


.section-heading h2 span{

    display:block;

    color:var(--primary);

}


.section-heading p{

    font-size:18px;

    line-height:32px;

    color:var(--text);

}


.leadership-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

}


.leader-card{

    background:#fff;

    border-radius:25px;

    overflow:hidden;

    box-shadow:0 20px 60px rgba(0,0,0,.08);

    transition:.4s;

    text-align:center;

    padding-bottom:35px;

}


.leader-card:hover{

    transform:translateY(-10px);

}


.leader-card img{

    width:100%;

    height:380px;

    object-fit:cover;

}


.leader-card h3{

    font-family:'Poppins';

    font-size:24px;

    margin:25px 0 8px;

    color:var(--dark);

}


.position{

    display:inline-block;

    background:var(--primary);

    color:#fff;

    padding:8px 18px;

    border-radius:30px;

    font-size:14px;

    font-weight:600;

    margin-bottom:20px;

}


.leader-card p{

    padding:0 30px;

    line-height:30px;

    color:var(--text);

}


.founder{

    border-top:6px solid var(--secondary);

}
/*==================================
OUR TEAM
===================================*/

.team{

    position:relative;

    padding:130px 0 150px;

    overflow:hidden;

    background:#1F6E8C;

}


/*==================================
TEAM BACKGROUND
===================================*/

.team{

    position:relative;

    padding:130px 0 150px;

    overflow:hidden;

    background:#1F6E8C;

}


/*==================================
STICKY BACKGROUND IMAGE
===================================*/

.team-bg-slider{

    position:absolute;

    inset:0;

    width:100%;

    height:100%;

    z-index:0;

    overflow:hidden;

}


#teamBackgroundImage{

    position:absolute;

    inset:0;

    width:100%;

    height:100%;

    object-fit:cover;

    object-position:center;

    opacity:1;

    transform:scale(1.03);

    transition:

        opacity 1.3s ease-in-out,

        transform 6s ease;

}


/*==================================
TEAL OVERLAY
===================================*/

.team-bg-overlay{

    position:absolute;

    inset:0;

    z-index:1;

    background:rgba(31,110,140,.72);

    pointer-events:none;

}


/*==================================
TEAM CONTENT
===================================*/

.team .container{

    position:relative;

    z-index:5;

}

/*==================================
TEAM HEADING
===================================*/

.team .section-title{

    text-align:center;

    max-width:850px;

    margin:0 auto 75px;

}


/*==================================
TEAM LABEL
===================================*/

.team .section-title span{

    display:inline-block;

    padding:10px 25px;

    background:#FFF8E5;

    color:#D69E00;

    border-radius:50px;

    font-family:'Poppins',sans-serif;

    font-size:13px;

    font-weight:700;

    letter-spacing:1.5px;

    text-transform:uppercase;

    margin-bottom:22px;

}


/*==================================
TEAM HEADING
===================================*/

.team .section-title h2{

    font-family:'Poppins',sans-serif;

    font-size:52px;

    line-height:1.18;

    color:#ffffff;

    margin:0 0 20px;

}


.team .section-title h2 span{

    display:block;

    padding:0;

    background:none;

    color:#F4C21A;

    border-radius:0;

    margin:0;

    font-size:inherit;

    letter-spacing:normal;

    text-transform:none;

}


/*==================================
TEAM DESCRIPTION
===================================*/

.team .section-title p{

    max-width:760px;

    margin:25px auto 0;

    font-family:'Open Sans',sans-serif;

    font-size:17px;

    line-height:31px;

    color:rgba(255,255,255,.90);

}


/*==================================
TEAM GRID
===================================*/

.team-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

    margin-top:60px;

}


/*==================================
TEAM CARD
===================================*/

.team-card{

    background:rgba(255,255,255,.97);

    border-radius:28px;

    padding:35px;

    text-align:center;

    transition:.4s ease;

    box-shadow:
        0 25px 55px rgba(0,0,0,.18);

    border-bottom:5px solid #F6C54F;

}


.team-card:hover{

    transform:translateY(-12px);

    box-shadow:
        0 35px 70px rgba(0,0,0,.25);

}


/*==================================
TEAM IMAGE
===================================*/

.team-image{

    width:150px;

    height:150px;

    margin:0 auto 25px;

    border-radius:50%;

    overflow:hidden;

    border:6px solid #F6C54F;

    box-shadow:
        0 15px 35px rgba(0,0,0,.15);

}


.team-image img{

    width:100%;

    height:100%;

    object-fit:cover;

}


/*==================================
TEAM NAME
===================================*/

.team-card h3{

    font-family:'Poppins',sans-serif;

    font-size:25px;

    color:#245D6E;

    margin-bottom:10px;

}


/*==================================
TEAM ROLE
===================================*/

.team-role{

    display:inline-block;

    padding:8px 18px;

    border-radius:40px;

    background:#245D6E;

    color:#fff;

    font-family:'Poppins',sans-serif;

    font-size:14px;

    font-weight:600;

    margin-bottom:20px;

}


/*==================================
TEAM DESCRIPTION
===================================*/

.team-card p{

    font-family:'Open Sans',sans-serif;

    font-size:16px;

    line-height:30px;

    color:#5F6B73;

}


/*==================================
SUBTLE BACKGROUND GLOW
===================================*/

.team::after{

    content:"";

    position:absolute;

    inset:0;

    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(244,194,26,.14),
            transparent 30%
        ),
        radial-gradient(
            circle at 85% 75%,
            rgba(255,255,255,.08),
            transparent 30%
        );

    pointer-events:none;

    z-index:1;

}


/*==================================
TABLET
===================================*/

@media(max-width:992px){

    .team{

        background-attachment:scroll;

    }

    .team-grid{

        grid-template-columns:repeat(2,1fr);

    }

}


/*==================================
PHONE
===================================*/

@media(max-width:768px){

    .team{

        padding:90px 0 110px;

        background-attachment:scroll;

    }

    .team-grid{

        grid-template-columns:1fr;

    }

    .team .section-title h2{

        font-size:36px;

    }

}
/*==================================
BRING TEAM CONTENT ABOVE BACKGROUND
===================================*/

.team .container{

    position:relative;

    z-index:10;

}


.team .section-title{

    position:relative;

    z-index:11;

}


.team-grid{

    position:relative;

    z-index:11;

}


.team-card{

    position:relative;

    z-index:12;

}
/*==================================
TEAM FINAL STRUCTURE
===================================*/

.team{

    position:relative;

    isolation:isolate;

    overflow:hidden;

    padding:130px 0 150px;

    background:#1F6E8C;

}


/*==================================
STICKY BACKGROUND
===================================*/

.team-bg-slider{

    position:absolute;

    inset:0;

    width:100%;

    height:100%;

    z-index:-2;

    overflow:hidden;

}


#teamBackgroundImage{

    position:absolute;

    inset:0;

    width:100%;

    height:100%;

    object-fit:cover;

    object-position:center;

    transition:opacity 1s ease-in-out;

}


/*==================================
TEAL OVERLAY
===================================*/

.team-bg-overlay{

    position:absolute;

    inset:0;

    width:100%;

    height:100%;

    z-index:-1;

    background:rgba(31,110,140,.72);

    pointer-events:none;

}


/*==================================
TEAM CONTENT
===================================*/

.team-content{

    position:relative;

    z-index:5;

}


.team-content .container{

    position:relative;

    z-index:6;

}


/*==================================
TEAM HEADING
===================================*/

.team-content .section-heading{

    position:relative;

    z-index:7;

    text-align:center;

    max-width:850px;

    margin:0 auto 75px;

}


.team-content .section-heading > span{

    display:inline-block;

    padding:10px 25px;

    background:#FFF8E5;

    color:#D69E00;

    border-radius:50px;

    font-family:'Poppins',sans-serif;

    font-size:13px;

    font-weight:700;

    letter-spacing:1.5px;

    text-transform:uppercase;

    margin-bottom:22px;

}


.team-content .section-heading h2{

    font-family:'Poppins',sans-serif;

    font-size:52px;

    line-height:1.18;

    color:#fff;

    margin:0 0 20px;

}


.team-content .section-heading h2 span{

    display:block;

    color:#F4C21A;

}


.team-content .section-heading p{

    max-width:760px;

    margin:25px auto 0;

    font-family:'Open Sans',sans-serif;

    font-size:17px;

    line-height:31px;

    color:#fff;

}


/*==================================
TEAM GRID
===================================*/

.team-content .team-grid{

    position:relative;

    z-index:7;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

    margin-top:60px;

}


/*==================================
TEAM CARD
===================================*/

.team-content .team-card{

    position:relative;

    z-index:8;

    background:rgba(255,255,255,.97);

    border-radius:28px;

    padding:35px;

    text-align:center;

    box-shadow:0 25px 55px rgba(0,0,0,.20);

    border-bottom:5px solid #F6C54F;

    transition:.4s ease;

}


.team-content .team-card:hover{

    transform:translateY(-12px);

}


/*==================================
TEAM IMAGE
===================================*/

.team-image{

    width:150px;

    height:150px;

    margin:0 auto 25px;

    border-radius:50%;

    overflow:hidden;

    border:6px solid #F6C54F;

}


.team-image img{

    width:100%;

    height:100%;

    object-fit:cover;

}


/*==================================
MOBILE
===================================*/

@media(max-width:992px){

    .team-content .team-grid{

        grid-template-columns:repeat(2,1fr);

    }

}


@media(max-width:768px){

    .team{

        padding:90px 0 110px;

    }

    .team-content .team-grid{

        grid-template-columns:1fr;

    }

    .team-content .section-heading h2{

        font-size:36px;

    }

}
/*====================================================
GALLERY
====================================================*/

.ga/*==================================
PHOTO GALLERY
===================================*/

.gallery{

    position:relative;

    padding:70px 0 90px;

    background:#FCFBF8;

    overflow:hidden;

}
/*==================================
GALLERY LABEL
===================================*/

.gallery .section-heading > span{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:10px 26px;

    background:#FFF8E5;

    border-radius:50px;

    font-family:'Poppins',sans-serif;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

    color:#D69E00;

    text-transform:uppercase;

    margin-bottom:22px;

}

.gallery-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    grid-auto-rows:260px;

    gap:25px;

    margin-top:70px;

}

.gallery-item{

    overflow:hidden;

    border-radius:25px;

    position:relative;

    cursor:pointer;

    box-shadow:0 20px 50px rgba(0,0,0,.10);

}

.gallery-item img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.6s;

}

.gallery-item:hover img{

    transform:scale(1.12);

}

.gallery-item::after{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(
        transparent,
        rgba(36,93,110,.45)
    );

    opacity:0;

    transition:.35s;

}

.gallery-item:hover::after{

    opacity:1;

}

.gallery-item.large{

    grid-column:span 2;

    grid-row:span 2;

}
/*==================================
MOVING GALLERY
===================================*/

.gallery-strip{


    width:100%;

    overflow:hidden;

    white-space:nowrap;

    position:relative;

    margin:70px 0 50px;

}

.gallery-track{

    display:flex;

    flex-wrap:nowrap;

    gap:0;

    width:max-content;

    animation: galleryMove 40s linear infinite;

}

.gallery-track img{

    display:block;

    flex-shrink:0;

    width:240px;

    height:170px;

    object-fit:cover;

    margin:0;

    padding:0;

    border-radius:0;


}

.gallery-track img:hover{

    transform:scale(1.08);

}

.gallery-strip:hover .gallery-track{

    animation-play-state:paused;

}

@keyframes galleryMove{

    from{

        transform:translateX(0);

    }

    to{

        transform:translateX(-50%);

    }

}

.gallery-btn{

    text-align:center;

    margin-top:60px;

}

@media(max-width:991px){

.gallery-grid{

grid-template-columns:repeat(2,1fr);

}

.gallery-item.large{

grid-column:span 2;

}

}

@media(max-width:768px){

.gallery-grid{

grid-template-columns:1fr;

}

.gallery-item.large{

grid-column:span 1;

grid-row:span 1;

}


}
/*==================================
SUCCESS STORIES
===================================*/

.success-stories{

    position:relative;

    margin-top:50px;

    padding:100px 0 80px;

    background:#1F6E8C;

    overflow:hidden;

}


/*==================================
HEADING
===================================*/

.success-heading{

    max-width:760px;

    margin:0 auto 55px;

    text-align:center;

    position:relative;

    z-index:2;

}

.success-heading > span{

    display:block;

    font-family:'Poppins',sans-serif;

    font-size:13px;

    font-weight:700;

    letter-spacing:3px;

    color:#F4C21A;

    margin-bottom:12px;

}

.success-heading h2{

    font-family:'Poppins',sans-serif;

    font-size:44px;

    line-height:1.2;

    font-weight:700;

    color:#fff;

    margin:0 0 15px;

}

.success-heading h2 strong{

    color:#F4C21A;

}

.success-heading p{

    max-width:650px;

    margin:15px auto 0;

    font-family:'Open Sans',sans-serif;

    font-size:16px;

    line-height:28px;

    color:rgba(255,255,255,.82);

}


/*==================================
STORY GRID
===================================*/

.success-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:45px;

    align-items:start;

    position:relative;

    z-index:2;

}


/*==================================
STORY
===================================*/

.success-story{

    position:relative;

    text-align:center;

    transition:.4s ease;

}

.success-story:hover{

    transform:translateY(-8px);

}


/*==================================
IMAGE
===================================*/

.success-image{

    position:relative;

    width:100%;

    max-width:310px;

    height:330px;

    margin:0 auto;

    overflow:hidden;

    border-radius:28px;

    box-shadow:0 20px 45px rgba(0,0,0,.20);

}

.success-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.6s ease;

}

.success-story:hover .success-image img{

    transform:scale(1.06);

}


/*==================================
NUMBER
===================================*/

.story-number{

    position:absolute;

    top:18px;

    left:18px;

    width:48px;

    height:48px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#F4C21A;

    color:#1F6E8C;

    font-family:'Poppins',sans-serif;

    font-size:14px;

    font-weight:700;

}


/*==================================
STORY CONTENT
===================================*/

.success-content{

    position:relative;

    width:90%;

    max-width:290px;

    margin:-5px auto 0;

    padding:25px 20px 0;

    z-index:5;

}


/*==================================
STARS
===================================*/

.story-stars{

    display:flex;

    justify-content:center;

    gap:4px;

    margin-bottom:12px;

}

.story-stars i{

    color:#F4C21A;

    font-size:15px;

}


/*==================================
CATEGORY
===================================*/

.story-category{

    display:block;

    font-family:'Poppins',sans-serif;

    font-size:11px;

    font-weight:700;

    letter-spacing:2px;

    color:#F4C21A;

    margin-bottom:8px;

}


/*==================================
TITLE
===================================*/

.success-content h3{

    font-family:'Poppins',sans-serif;

    font-size:22px;

    line-height:1.3;

    font-weight:700;

    color:#fff;

    margin:0 0 10px;

}


/*==================================
DESCRIPTION
===================================*/

.success-content p{

    font-family:'Open Sans',sans-serif;

    font-size:14px;

    line-height:25px;

    color:rgba(255,255,255,.78);

    margin:0;

}


/*==================================
MIDDLE STORY
===================================*/

.featured-story{

    transform:translateY(-20px);

}

.featured-story:hover{

    transform:translateY(-28px);

}


/*==================================
BUTTON
===================================*/

.success-action{

    text-align:center;

    margin-top:55px;

}

.success-action .mission-btn{

    display:inline-flex;

    align-items:center;

    gap:10px;

    border:1px solid rgba(244,194,26,.7);

}


/*==================================
DECORATIVE BACKGROUND
===================================*/

.success-stories::before{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    border-radius:50%;

    background:rgba(244,194,26,.06);

    top:-230px;

    right:-120px;

}

.success-stories::after{

    content:"";

    position:absolute;

    width:300px;

    height:300px;

    border-radius:50%;

    background:rgba(255,255,255,.035);

    bottom:-180px;

    left:-100px;

}


/*==================================
TABLET
===================================*/

@media(max-width:991px){

    .success-grid{

        grid-template-columns:repeat(2,1fr);

    }

    .featured-story{

        transform:none;

    }

    .featured-story:hover{

        transform:translateY(-8px);

    }

}


/*==================================
MOBILE
===================================*/

@media(max-width:650px){

    .success-stories{

        padding:80px 0 70px;

    }

    .success-heading{

        margin-bottom:45px;

    }

    .success-heading h2{

        font-size:34px;

    }

    .success-grid{

        grid-template-columns:1fr;

        gap:55px;

    }

    .success-image{

        max-width:290px;

        height:320px;

    }

    .success-content{

        margin-top:-2px;

    }

}
/*=========================================
SUCCESS STORY PERSON
=========================================*/

.story-person{

    position:absolute;

    left:0;
    right:0;
    bottom:0;

    padding:45px 25px 20px;

    background:linear-gradient(
        to top,
        rgba(0,0,0,0.75),
        rgba(0,0,0,0)
    );

    color:#fff;

    z-index:2;

}


.story-person strong{

    display:block;

    font-family:'Poppins', sans-serif;

    font-size:18px;

    font-weight:600;

    margin-bottom:3px;

}


.story-person span{

    display:block;

    font-family:'Open Sans', sans-serif;

    font-size:12px;

    font-weight:500;

    text-transform:uppercase;

    letter-spacing:1px;

    opacity:0.85;

}
/*=========================================
CONTACT PAGE
=========================================*/

.contact-hero{

    position:relative;

    min-height:520px;

    display:flex;

    align-items:center;

    justify-content:center;

    text-align:center;

    background:
        linear-gradient(
            rgba(31,110,140,.78),
            rgba(36,93,110,.88)
        ),
        url("../images/about-hero.jpg");

    background-size:cover;

    background-position:center;

    overflow:hidden;

}


.contact-hero-content{

    position:relative;

    z-index:5;

    max-width:850px;

    margin:120px auto 0;

}


.contact-hero .section-badge{

    display:inline-block;

    padding:10px 24px;

    border-radius:50px;

    background:rgba(244,194,26,.18);

    border:1px solid rgba(244,194,26,.6);

    color:#F4C21A;

    font-family:'Poppins',sans-serif;

    font-size:13px;

    font-weight:700;

    letter-spacing:2px;

}


.contact-hero h1{

    margin:25px 0 15px;

    font-family:'Poppins',sans-serif;

    font-size:55px;

    line-height:1.15;

    color:#fff;

}


.contact-hero h1 span{

    display:block;

    color:#F4C21A;

}


.contact-hero p{

    max-width:720px;

    margin:20px auto;

    font-family:'Open Sans',sans-serif;

    font-size:17px;

    line-height:31px;

    color:#fff;

}


/*=========================================
CONTACT MAIN
=========================================*/

.contact-section{

    padding:110px 0 120px;

    background:#FCFBF8;

}


.contact-heading{

    max-width:800px;

    margin:0 auto 70px;

    text-align:center;

}


.contact-heading > span{

    display:inline-block;

    padding:9px 22px;

    border-radius:50px;

    background:#FFF8E5;

    color:#D69E00;

    font-family:'Poppins',sans-serif;

    font-size:13px;

    font-weight:700;

    letter-spacing:2px;

}


.contact-heading h2{

    margin:22px 0 18px;

    font-family:'Poppins',sans-serif;

    font-size:46px;

    line-height:1.2;

    color:#245D6E;

}


.contact-heading h2 span{

    color:#F4C21A;

}


.contact-heading p{

    max-width:700px;

    margin:25px auto 0;

    font-family:'Open Sans',sans-serif;

    font-size:17px;

    line-height:30px;

    color:#5F6B73;

}


/*=========================================
CONTACT WRAPPER
=========================================*/

.contact-wrapper{

    display:grid;

    grid-template-columns:40% 60%;

    max-width:1150px;

    margin:auto;

    border-radius:35px;

    overflow:hidden;

    box-shadow:0 25px 70px rgba(31,110,140,.12);

}


/*=========================================
CONTACT INFO
=========================================*/

.contact-info{

    padding:55px 40px;

    background:#1F6E8C;

}


.contact-info-card{

    display:flex;

    align-items:center;

    gap:20px;

    padding:22px 0;

    border-bottom:1px solid rgba(255,255,255,.15);

}


.contact-info-card:last-child{

    border-bottom:none;

}


.contact-icon{

    min-width:55px;

    width:55px;

    height:55px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:16px;

    background:#F4C21A;

    color:#245D6E;

    font-size:20px;

}


.contact-info-card h3{

    margin-bottom:6px;

    font-family:'Poppins',sans-serif;

    font-size:17px;

    color:#fff;

}


.contact-info-card p{

    font-family:'Open Sans',sans-serif;

    font-size:14px;

    line-height:23px;

    color:rgba(255,255,255,.82);

}


/*=========================================
CONTACT FORM
=========================================*/

.contact-form-box{

    padding:55px;

    background:#fff;

}


.contact-form-box h3{

    font-family:'Poppins',sans-serif;

    font-size:28px;

    color:#245D6E;

    margin-bottom:8px;

}


.contact-form-box > p{

    color:#5F6B73;

    margin-bottom:30px;

}


.form-row{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:20px;

}


.form-group{

    margin-bottom:20px;

}


.form-group label{

    display:block;

    margin-bottom:8px;

    font-family:'Poppins',sans-serif;

    font-size:14px;

    font-weight:600;

    color:#245D6E;

}


.form-group input,
.form-group textarea{

    width:100%;

    padding:15px 18px;

    border:1px solid #DDE5E8;

    border-radius:12px;

    outline:none;

    font-family:'Open Sans',sans-serif;

    font-size:15px;

    color:#1F2D3D;

    background:#FCFBF8;

    transition:.3s;

}


.form-group textarea{

    resize:vertical;

}


.form-group input:focus,
.form-group textarea:focus{

    border-color:#1F6E8C;

    box-shadow:0 0 0 3px rgba(31,110,140,.08);

}


.contact-submit{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    padding:15px 30px;

    border:none;

    border-radius:50px;

    background:#1F6E8C;

    color:#fff;

    font-family:'Poppins',sans-serif;

    font-size:15px;

    font-weight:600;

    cursor:pointer;

    transition:.35s;

}


.contact-submit:hover{

    background:#F4C21A;

    color:#1F2D3D;

    transform:translateY(-3px);

}


/*=========================================
CONTACT CTA
=========================================*/

.contact-cta{

    padding:100px 0;

    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(244,194,26,.16),
            transparent 30%
        ),
        #1F6E8C;

    text-align:center;

}


.contact-cta-content{

    max-width:800px;

    margin:auto;

}


.contact-cta-content > span{

    color:#F4C21A;

    font-family:'Poppins',sans-serif;

    font-size:13px;

    font-weight:700;

    letter-spacing:3px;

}


.contact-cta h2{

    margin:20px 0;

    font-family:'Poppins',sans-serif;

    font-size:45px;

    line-height:1.2;

    color:#fff;

}


.contact-cta h2 strong{

    color:#F4C21A;

}


.contact-cta p{

    max-width:650px;

    margin:0 auto 30px;

    color:rgba(255,255,255,.85);

    line-height:30px;

}


.contact-cta-buttons{

    display:flex;

    justify-content:center;

    gap:18px;

    flex-wrap:wrap;

}
/*====================================================
PROGRAMS PAGE
Premium Editorial Design
====================================================*/


/*==================================
PROGRAM PAGE HERO
===================================*/

.program-page-hero{

    position:relative;

    min-height:560px;

    display:flex;

    align-items:center;

    justify-content:center;

    text-align:center;

    background:
        linear-gradient(
            rgba(31,110,140,.78),
            rgba(36,93,110,.90)
        ),
        url("../images/about-hero.jpg");

    background-size:cover;

    background-position:center;

    overflow:hidden;

}


.program-page-overlay{

    position:absolute;

    inset:0;

    background:
        radial-gradient(
            circle at 15% 25%,
            rgba(244,194,26,.18),
            transparent 30%
        ),
        radial-gradient(
            circle at 85% 75%,
            rgba(255,255,255,.08),
            transparent 30%
        );

}

.program-page-hero-content{
    position:relative;
    z-index:5;
    max-width:850px;
    margin:100px auto 0;
    text-align:center;
}


.program-page-hero .section-badge{

    display:inline-block;

    padding:10px 25px;

    border-radius:50px;

    background:rgba(244,194,26,.15);

    border:1px solid rgba(244,194,26,.65);

    color:#F4C21A;

    font-family:'Poppins',sans-serif;

    font-size:13px;

    font-weight:700;

    letter-spacing:2px;

}


.program-page-hero h1{

    margin:25px 0 15px;

    font-family:'Poppins',sans-serif;

    font-size:58px;

    font-weight:700;

    line-height:1.15;

    color:#fff;

}


.program-page-hero h1 span{

    display:block;

    color:#F4C21A;

}


.program-page-hero p{

    max-width:720px;

    margin:25px auto 0;

    font-family:'Open Sans',sans-serif;

    font-size:18px;

    line-height:32px;

    color:rgba(255,255,255,.9);

}



/*==================================
PROGRAM INTRO
===================================*/

.program-intro{

    padding:110px 0 90px;

    background:#FCFBF8;

    position:relative;

}


.program-intro-heading{

    max-width:850px;

    margin:auto;

    text-align:center;

}


.program-intro-heading > span{

    display:inline-block;

    padding:9px 24px;

    border-radius:50px;

    background:#FFF8E5;

    color:#D69E00;

    font-family:'Poppins',sans-serif;

    font-size:13px;

    font-weight:700;

    letter-spacing:2px;

}


.program-intro-heading h2{

    margin:22px 0 20px;

    font-family:'Poppins',sans-serif;

    font-size:48px;

    font-weight:700;

    line-height:1.2;

    color:#245D6E;

}


.program-intro-heading h2 span{

    display:block;

    color:#F4C21A;

}


.program-intro-heading p{

    max-width:720px;

    margin:25px auto 0;

    font-family:'Open Sans',sans-serif;

    font-size:17px;

    line-height:32px;

    color:#5F6B73;

}



/*==================================
PROGRAM FEATURE
===================================*/

.program-feature{

    position:relative;

    padding:110px 0;

    background:#fff;

    overflow:hidden;

}


.program-feature:nth-of-type(even){

    background:#FCFBF8;

}


.program-feature-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:90px;

    align-items:center;

}


/*==================================
PROGRAM IMAGE
===================================*/

.program-feature-image{

    position:relative;

    height:500px;

    border-radius:35px;

    overflow:hidden;

    box-shadow:
        0 30px 70px rgba(31,110,140,.15);

}


.program-feature-image::after{

    content:"";

    position:absolute;

    inset:0;

    background:
        linear-gradient(
            180deg,
            transparent 60%,
            rgba(31,45,61,.35)
        );

}


.program-feature-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.7s ease;

}


.program-feature:hover
.program-feature-image img{

    transform:scale(1.06);

}


/*==================================
PROGRAM NUMBER
===================================*/

.program-number{

    position:absolute;

    z-index:5;

    top:25px;

    left:25px;

    width:70px;

    height:70px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:22px;

    background:#F4C21A;

    color:#1F2D3D;

    font-family:'Poppins',sans-serif;

    font-size:22px;

    font-weight:700;

    box-shadow:
        0 15px 30px rgba(0,0,0,.15);

}


/*==================================
PROGRAM CONTENT
===================================*/

.program-feature-content{

    max-width:540px;

}


.program-feature-label{

    display:inline-block;

    margin-bottom:15px;

    font-family:'Poppins',sans-serif;

    font-size:13px;

    font-weight:700;

    letter-spacing:3px;

    color:#1F6E8C;

}


.program-feature-content h2{

    margin:0 0 15px;

    font-family:'Poppins',sans-serif;

    font-size:48px;

    font-weight:700;

    line-height:1.15;

    color:#1F2D3D;

}


.program-feature-content h2 span{

    display:block;

    color:#1F6E8C;

}


.program-feature-content .about-divider{

    margin:20px 0 25px;

}


.program-feature-content > p{

    margin-bottom:25px;

    font-family:'Open Sans',sans-serif;

    font-size:17px;

    line-height:31px;

    color:#5F6B73;

}


/*==================================
PROGRAM LIST
===================================*/

.program-feature-content ul{

    list-style:none;

    padding:0;

    margin:0;

}


.program-feature-content li{

    display:flex;

    align-items:center;

    gap:13px;

    margin-bottom:15px;

    font-family:'Open Sans',sans-serif;

    font-size:15px;

    font-weight:600;

    color:#245D6E;

}


.program-feature-content li i{

    width:27px;

    height:27px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:#FFF8E5;

    color:#D69E00;

    font-size:12px;

}


/*==================================
REVERSED PROGRAM
===================================*/

.program-feature-reverse
.program-feature-grid{

    direction:rtl;

}


.program-feature-reverse
.program-feature-grid > *{

    direction:ltr;

}



/*==================================
DECORATIVE SHAPES
===================================*/

.program-feature::before{

    content:"";

    position:absolute;

    width:250px;

    height:250px;

    border-radius:50%;

    background:
        radial-gradient(
            circle,
            rgba(31,110,140,.08),
            transparent 70%
        );

    top:-100px;

    right:-80px;

    pointer-events:none;

}


.program-feature-reverse::before{

    left:-80px;

    right:auto;

    background:
        radial-gradient(
            circle,
            rgba(244,194,26,.10),
            transparent 70%
        );

}



/*==================================
PROGRAM CTA
===================================*/

.program-page-cta{

    position:relative;

    padding:110px 0;

    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(244,194,26,.18),
            transparent 30%
        ),
        radial-gradient(
            circle at 85% 80%,
            rgba(255,255,255,.08),
            transparent 30%
        ),
        #1F6E8C;

    overflow:hidden;

    text-align:center;

}


.program-page-cta-content{

    position:relative;

    z-index:5;

    max-width:820px;

    margin:auto;

}


.program-page-cta-content > span{

    color:#F4C21A;

    font-family:'Poppins',sans-serif;

    font-size:13px;

    font-weight:700;

    letter-spacing:3px;

}


.program-page-cta h2{

    margin:20px 0;

    font-family:'Poppins',sans-serif;

    font-size:48px;

    font-weight:700;

    line-height:1.2;

    color:#fff;

}


.program-page-cta h2 strong{

    display:block;

    color:#F4C21A;

}


.program-page-cta p{

    max-width:650px;

    margin:0 auto 30px;

    font-family:'Open Sans',sans-serif;

    font-size:17px;

    line-height:30px;

    color:rgba(255,255,255,.85);

}


.program-cta-buttons{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:18px;

    flex-wrap:wrap;

}



/*==================================
PROGRAMS PAGE RESPONSIVE
===================================*/

@media(max-width:992px){

    .program-page-hero h1{

        font-size:48px;

    }


    .program-feature-grid{

        grid-template-columns:1fr;

        gap:50px;

    }


    .program-feature-reverse
    .program-feature-grid{

        direction:ltr;

    }


    .program-feature-image{

        height:450px;

    }


    .program-feature-content{

        max-width:700px;

    }

}


@media(max-width:768px){

    .program-page-hero{

        min-height:500px;

    }


    .program-page-hero-content{

        margin-top:80px;

    }


    .program-page-hero h1{

        font-size:38px;

    }


    .program-page-hero p{

        font-size:16px;

        line-height:28px;

    }


    .program-intro{

        padding:75px 0 60px;

    }


    .program-intro-heading h2{

        font-size:34px;

    }


    .program-feature{

        padding:75px 0;

    }


    .program-feature-image{

        height:350px;

        border-radius:25px;

    }


    .program-number{

        width:58px;

        height:58px;

        border-radius:18px;

        font-size:18px;

    }


    .program-feature-content h2{

        font-size:36px;

    }


    .program-feature-content > p{

        font-size:16px;

        line-height:28px;

    }


    .program-page-cta{

        padding:80px 20px;

    }


    .program-page-cta h2{

        font-size:35px;

    }

}
/*==================================
ELEGANT FOOTER SEPARATOR
===================================*/

.footer-top{
    position:relative;
    border-bottom:1px solid rgba(244,194,26,.35);
}

.footer-top::after{
    content:"";
    position:absolute;

    bottom:-6px;
    left:50%;

    width:12px;
    height:12px;

    background:#F4C21A;

    transform:translateX(-50%) rotate(45deg);

    box-shadow:
        0 0 0 5px #1F6E8C;
}
/*====================================================
GALLERY PAGE
====================================================*/

.gallery-section{
    padding:100px 0;
    background:#FCFBF8;
}

.gallery-grid{
    display:grid;
    grid-template-columns:2fr 1fr 1fr;
    grid-auto-rows:250px;
    gap:18px;
}

.gallery-item{
    position:relative;
    overflow:hidden;
    border-radius:12px;
}

.gallery-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.gallery-hero{

    position:relative;

    min-height:520px;

    margin:0;

    padding:180px 0 90px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:
        linear-gradient(
            rgba(20,45,60,.70),
            rgba(20,45,60,.74)
        ),
        url("images/gallery1.jpg")
        center center / cover no-repeat;

}

/* ============================================================
   ROLAK FOUNDATION — MOBILE RESPONSIVE FIX
   Added as a final override layer so the existing desktop design
   and sections that already work on mobile remain intact.
   ============================================================ */

html, body{
    max-width:100%;
    overflow-x:hidden;
}

*, *::before, *::after{
    box-sizing:border-box;
}

img, video, iframe{
    max-width:100%;
}

/* ---------- TABLET ---------- */
@media (max-width: 991px){

    .container{
        width:92%;
        max-width:1200px;
    }

    /* Header / navigation */
    .topbar .container{
        min-height:42px;
        gap:10px;
    }

    header{
        top:42px;
    }

    nav{
        min-height:76px;
        height:auto;
        padding:10px 18px;
        gap:12px;
        flex-wrap:wrap;
    }

    .logo{
        padding:7px 12px;
    }

    .logo img,
    header.sticky .logo img{
        width:125px;
        height:auto;
    }

    nav ul{
        order:3;
        width:100%;
        justify-content:center;
        gap:24px;
        padding:5px 0 3px;
        flex-wrap:wrap;
    }

    nav ul li a{
        font-size:14px;
    }

    .donate-btn{
        padding:11px 20px;
        font-size:14px;
    }

    /* Hero */
    .hero{
        min-height:auto;
        padding:190px 0 75px;
    }

    .hero-wrapper{
        flex-direction:column;
        text-align:center;
        gap:35px;
    }

    .hero-left,
    .hero-right{
        width:100%;
        max-width:100%;
    }

    .hero h1{
        font-size:46px;
        line-height:1.12;
    }

    .hero h1 span{
        font-size:68px;
        line-height:1.05;
    }

    .hero p{
        max-width:700px;
        margin:0 auto 30px;
        font-size:16px;
        line-height:28px;
    }

    .hero-buttons{
        display:flex;
        justify-content:center;
        align-items:center;
        flex-wrap:wrap;
        gap:12px;
    }

    /* General section spacing */
    section{
        max-width:100%;
    }

    /* About / story two-column layouts */
    .about-story-wrapper,
    .mission-about,
    .why-wrapper,
    .contact-wrapper{
        grid-template-columns:1fr;
        flex-direction:column;
        gap:40px;
    }

    .about-story-image img{
        height:420px;
    }

    /* Mission cards */
    .mission-card{
        grid-template-columns:repeat(2,1fr);
    }

    /* Impact */
    .impact-grid{
        grid-template-columns:repeat(2,1fr);
    }

    /* Why we exist */
    .why-section{
        min-height:auto;
        padding:90px 0;
        background-attachment:scroll;
    }

    .why-content{
        max-width:850px;
    }

    .why-content h2{
        font-size:44px;
    }

    .why-content > p{
        font-size:16px;
        line-height:29px;
    }

    .why-list{
        flex-wrap:wrap;
        justify-content:center;
    }

    /* Leadership / team */
    .leadership-grid,
    .team-grid{
        grid-template-columns:repeat(2,1fr);
    }

    /* Gallery */
    .gallery-grid{
        grid-template-columns:repeat(2,1fr);
        grid-auto-rows:220px;
    }

    .gallery-item.large{
        grid-column:span 2;
        grid-row:span 1;
    }

    .gallery-track img{
        width:210px;
        height:155px;
    }

    /* Success stories */
    .success-grid{
        grid-template-columns:repeat(2,1fr);
        gap:30px;
    }

    /* Programs */
    .program-feature-grid{
        grid-template-columns:1fr;
        gap:45px;
    }

    .program-feature-image{
        height:430px;
    }

    .program-feature-content{
        max-width:100%;
    }

    /* Contact */
    .form-row{
        grid-template-columns:1fr;
    }

    .contact-form-box{
        padding:40px 30px;
    }

    .contact-cta h2{
        font-size:40px;
    }

}

/* ---------- PHONE ---------- */
@media (max-width: 768px){

    .container{
        width:92%;
    }

    /* Top bar */
    .topbar{
        height:auto;
    }

    .topbar .container{
        justify-content:center;
        padding:7px 0;
    }

    .topbar .left{
        justify-content:center;
        flex-wrap:wrap;
        gap:5px 14px;
        font-size:11px;
    }

    .topbar .right{
        display:none;
    }

    header{
        top:39px;
    }

    /* Mobile-friendly two-row navigation without changing HTML */
    nav{
        width:100%;
        padding:8px 12px;
        border-radius:12px;
        justify-content:space-between;
    }

    header.sticky nav{
        height:auto;
        min-height:72px;
    }

    .logo{
        padding:6px 9px;
        border-radius:10px;
    }

    .logo img,
    header.sticky .logo img{
        width:105px;
    }

    nav .donate-btn{
        padding:9px 14px;
        font-size:12px;
        border-width:1.5px;
    }

    nav ul{
        display:flex;
        width:100%;
        order:3;
        gap:0;
        justify-content:space-between;
        flex-wrap:nowrap;
        overflow-x:auto;
        overflow-y:hidden;
        scrollbar-width:none;
        -ms-overflow-style:none;
        padding:7px 2px 2px;
    }

    nav ul::-webkit-scrollbar{
        display:none;
    }

    nav ul li{
        flex:0 0 auto;
    }

    nav ul li a{
        display:block;
        padding:5px 7px;
        font-size:12px;
        white-space:nowrap;
    }

    /* Hero */
    .hero{
        padding:205px 0 60px;
    }

    .hero-wrapper{
        gap:25px;
    }

    .hero h1{
        font-size:35px;
        line-height:1.15;
    }

    .hero h1 span{
        font-size:50px;
        line-height:1.05;
    }

    .hero p{
        font-size:15px;
        line-height:26px;
        margin-bottom:25px;
    }

    .hero-buttons,
    .hero-left > .donate-btn{
        width:100%;
    }

    .hero-left > .donate-btn{
        max-width:280px;
        margin:7px auto;
    }

    /* About video */
    .about-video{
        min-height:520px;
    }

    .about-video-card{
        padding:35px 22px;
        width:100%;
    }

    .about-video-card h2{
        font-size:34px;
        line-height:1.18;
    }

    /* Common headings */
    .section-heading h2,
    .section-title h2{
        font-size:34px;
        line-height:1.2;
    }

    .section-heading p,
    .section-title p{
        font-size:15px;
        line-height:26px;
    }

    .section-badge{
        padding:8px 17px;
        font-size:11px;
        letter-spacing:1.5px;
    }

    /* Mission */
    .mission-about,
    .about-story-wrapper,
    .why-wrapper{
        gap:30px;
    }

    .mission-card{
        grid-template-columns:1fr;
        gap:25px;
    }

    .mission-text h2,
    .about-story-content h2{
        font-size:34px;
    }

    .mission-item h3{
        font-size:21px;
    }

    .mission-item p,
    .about-story-content p{
        font-size:15px;
        line-height:26px;
    }

    .about-story-image img{
        height:330px;
        border-radius:18px;
    }

    /* Story / mission / vision */
    .smv-section{
        padding:75px 0;
        background-attachment:scroll;
    }

    /* Impact */
    .impact-grid{
        grid-template-columns:1fr;
        gap:18px;
    }

    .impact-card h3{
        font-size:42px;
    }

    .impact-card p{
        font-size:15px;
    }

    /* Why */
    .why-section{
        padding:75px 0;
        background-attachment:scroll;
    }

    .why-content h2{
        font-size:34px;
    }

    .why-content > p{
        font-size:15px;
        line-height:26px;
    }

    .why-list{
        display:grid;
        grid-template-columns:1fr;
        gap:12px;
    }

    /* Leadership / Team */
    .leadership-grid,
    .team-grid{
        grid-template-columns:1fr;
        gap:25px;
    }

    .leadership-card,
    .team-card{
        width:100%;
        max-width:430px;
        margin:0 auto;
    }

    /* Gallery */
    .gallery-section,
    .gallery{
        padding:70px 0;
    }

    .gallery-grid{
        grid-template-columns:1fr;
        grid-auto-rows:240px;
        gap:12px;
    }

    .gallery-item.large{
        grid-column:span 1;
        grid-row:span 1;
    }

    .gallery-track img{
        width:175px;
        height:130px;
    }

    /* Success stories */
    .success-stories{
        padding:75px 0 60px;
    }

    .success-heading h2{
        font-size:34px;
    }

    .success-heading p{
        font-size:15px;
        line-height:26px;
    }

    .success-grid{
        grid-template-columns:1fr;
        gap:35px;
    }

    /* Programs */
    .program-page-hero{
        min-height:520px;
        padding:150px 0 70px;
    }

    .program-page-hero-content{
        margin:70px auto 0;
        width:92%;
    }

    .program-page-hero h1{
        font-size:38px;
    }

    .program-page-hero p{
        font-size:15px;
        line-height:27px;
    }

    .program-intro{
        padding:75px 0 65px;
    }

    .program-intro-heading h2{
        font-size:34px;
    }

    .program-intro-heading p{
        font-size:15px;
        line-height:27px;
    }

    .program-feature{
        padding:75px 0;
    }

    .program-feature-image{
        height:320px;
        border-radius:22px;
    }

    .program-number{
        width:58px;
        height:58px;
        top:15px;
        left:15px;
        border-radius:16px;
        font-size:18px;
    }

    .program-feature-content h2{
        font-size:34px;
    }

    .program-feature-content > p{
        font-size:15px;
        line-height:27px;
    }

    /* Contact */
    .contact-form-box{
        padding:30px 20px;
    }

    .contact-form-box h3{
        font-size:25px;
    }

    .form-group input,
    .form-group textarea{
        width:100%;
        max-width:100%;
        font-size:14px;
    }

    .contact-submit{
        width:100%;
    }

    .contact-cta{
        padding:75px 20px;
    }

    .contact-cta h2{
        font-size:34px;
    }

    .contact-cta p{
        font-size:15px;
        line-height:26px;
    }

    .contact-cta-buttons{
        flex-direction:column;
        align-items:stretch;
    }

    .contact-cta-buttons a,
    .contact-cta-buttons button{
        width:100%;
    }

    /* Footer */
    .footer-top{
        text-align:center;
    }

    .footer-grid,
    .footer-content,
    .footer-columns{
        grid-template-columns:1fr;
        flex-direction:column;
        text-align:center;
    }

    .footer-socials{
        justify-content:center;
    }

}

/* ---------- SMALL PHONES ---------- */
@media (max-width: 480px){

    .container{
        width:94%;
    }

    .topbar .left span{
        font-size:10px;
    }

    nav{
        padding:7px 9px;
    }

    .logo img,
    header.sticky .logo img{
        width:92px;
    }

    nav .donate-btn{
        padding:8px 11px;
        font-size:11px;
    }

    nav ul li a{
        font-size:11px;
        padding:4px 5px;
    }

    .hero{
        padding-top:195px;
    }

    .hero h1{
        font-size:31px;
    }

    .hero h1 span{
        font-size:43px;
    }

    .hero p{
        font-size:14px;
        line-height:24px;
    }

    .hero-left > .donate-btn{
        max-width:100%;
    }

    .about-video-card h2,
    .section-heading h2,
    .section-title h2,
    .mission-text h2,
    .about-story-content h2,
    .why-content h2,
    .success-heading h2,
    .program-intro-heading h2,
    .program-feature-content h2,
    .contact-cta h2{
        font-size:29px;
    }

    .impact-card h3{
        font-size:36px;
    }

    .gallery-grid{
        grid-auto-rows:210px;
    }

    .gallery-track img{
        width:150px;
        height:110px;
    }

    .program-page-hero h1{
        font-size:32px;
    }

    .program-page-hero p{
        font-size:14px;
        line-height:24px;
    }

    .program-feature-image{
        height:280px;
    }

}

/* Prevent long words / URLs from forcing horizontal scrolling. */
body, p, h1, h2, h3, h4, h5, h6, a, li{
    overflow-wrap:break-word;
}

input, textarea, select, button{
    max-width:100%;
}
