

/* =========================
   Index page css code
========================= */
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins',sans-serif;
}

html{
    scroll-behavior:smooth;
}

body{
    overflow-x:hidden;
    width:100%;
}
/* HEADER */
header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    padding:20px 7%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    z-index:1000;
    transition:all .4s ease;
}

header.scrolled{
    background:#fff;
    box-shadow:0 5px 20px rgba(0,0,0,.1);
    padding:10px 7%;
    padding-bottom: 0px;
}

/* BRAND */
.brand{
    display:flex;
    align-items:center;
}

.logo{
    height:70px;
    width:auto;
    transition:.4s;
}

header.scrolled .logo{
    transform:scale(.95);
}

/* NAVBAR */
.navbar{
    display:flex;
    align-items:center;
    gap:30px;
}

.navbar ul{
    display:flex;
    gap:30px;
    list-style:none;
}

.navbar ul li a{
    color:#fff;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

header.scrolled .navbar ul li a{
    color:#ff6b2c;
}
header.scrolled .navbar ul li a:hover{
 color: #3d2cff;
}

.navbar ul li a:hover{
    color:#ff6b2c;
}

/* BUTTON */
.donate-btn{  
display:inline-block;
font-size: 15px;
background:#ff6b2c;
color:white;
text-decoration:none;
padding:10px 22px;
border-radius:50px;
font-weight:600;
transition:.4s;
}
    
 .donate-btn:hover { 
transform:translateY(-2px);
box-shadow:0 10px 20px rgba(241, 49, 43, 0.4);
 }
.donate-btn:hover{
   background-color: #ffffff;
    color:hsl(0, 99%, 63%)
   
}
/* HAMBURGER */
.menu-toggle{
    display:none;
    flex-direction:column;
    gap:5px;
    cursor:pointer;
    z-index:1100;
}

.menu-toggle span{
    margin-left: 65px;
    width:28px;
    height:3px;
    background:#fff;
    transition:.3s;
}

header.scrolled .menu-toggle span{
    background:#222;
}

/* CLOSE BUTTON */
.close-menu{
    display:none;
}

/* MOBILE */
@media(max-width:991px){

    .menu-toggle{
        display:flex;
        padding: 2px 25%;
    }

    .navbar{
        position:fixed;
        top: 0;
        right:-100%;
        width:320px;
        height:50vh;
        background:#fff;
        flex-direction:column;
        justify-content:center;
        align-items:center;
        transition:.4s ease;
        box-shadow:-10px 0 30px rgba(0,0,0,.15);
        z-index:1050;
    }

    .navbar.active{
        right:0;
    }

    .navbar ul{
        flex-direction:column;
        gap:30px;
    }

    .navbar ul li a{
        color:#222;
        font-size:18px;
        
    }

    .close-menu{
        display:block;
        position:absolute;
        top:20px;
        left:25px;
        font-size:40px;
        color:#222;
        cursor:pointer;
    }
}

@media(max-width:768px){


html {
    scroll-behavior: smooth;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
    -webkit-overflow-scrolling: touch; 
}

    header{
        padding:15px 18%;
        
    }

    .logo{
        height:55px;
       
    }

    .navbar{
        top:0%;
        width:70%;
        padding: 25px;
    }
    .navbar ul li a{
        text-align: start;

    }
}
@media(max-width:576px){

    header{
        padding:15px 18%;
    }

    .logo{
        height:55px;
    }

    .navbar{
        width:50%;
        padding: 25px;
    }
}

/* ===========================
   HERO SLIDER
=========================== */

.hero4-slider{
position:relative;
 min-height:100vh;
height:100vh;
overflow:hidden;
}

.slide{
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
opacity:0;
visibility:hidden;
transition:1.2s ease;
}

.slide.active{
opacity:1;
visibility:visible;
}

.slide img{
width:100%;
height:100%;
object-fit:cover;
transform:scale(1);
transition:8s linear;
}

.slide.active img{
transform:scale(1.08);
}

/* Overlay */

.overlay{
position:absolute;
inset:0;
background:linear-gradient(
90deg,
rgba(0,0,0,.75) 0%,
rgba(0,0,0,.55) 35%,
rgba(0,0,0,.15) 100%
);
}

/* Content */

.slide-content{
position:absolute;
top:85%;
left:57%;
transform:translateY(-50%);
max-width:1200px;
color:#fff;
z-index:2;
}


.slide-content p{
font-size:18px;
line-height:1.8;
margin-bottom:35px;
max-width:1600px;
opacity:0;
transform:translateY(40px);
transition:1.3s;
}

.slide.active p{
opacity:1;
transform:translateY(0);
}


/* Responsive */

@media(max-width:991px){


.slide-content p{
font-size:17px;
}

}

@media(max-width:768px){

.menu-toggle {
    display: flex;
}

nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    transition: 0.4s ease;
    z-index: 1000;
    box-shadow: -5px 0 15px rgba(0,0,0,0.1);
}

nav.active {
    right: 0;
}

nav a {
    font-size: 20px;
    color: #333333 !important;
}

.slide-content{
left:30px;
right:30px;
}

.slide-content h1{
font-size:42px;
}
}
/* =========================
   SMALL MOBILE
========================= */
@media (max-width:450px){

    .slide-content{
        
        left: 15px;
        right:15px;
    }
    .slide-content h1{
        font-size:32px;
    }
    .slide-content p{
        font-size:15px;
    }
    .hero-btn{
        padding:12px 20px;
        font-size:14px;
    }

    header{
      
        padding:12px 10px;
    }

    .logo{
        height:50px;
    }

    .brand{
        gap:10px;
    }

    .trust-info h2{
        font-size:16px;
    }

    .trust-info p{
        font-size:11px;
    }

    nav{
        gap:10px;
    }

    nav a{
        font-size:14px;
    }

    .donate-btn{
        left: auto;
        padding:8px 18px;   
        font-size:13px;
    }
}



/* ==================================
        FOCUS AREA SECTION
================================== */

.focus-area-section{
    display:grid;
    grid-template-columns:1fr 1fr;
    width:100%;
    position:relative;
}

.focus-area-content{
    padding:0% 15%;
    position:relative;
    z-index:2;
}

.focus-area-card{
    min-height:100vh;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:60px 0;
}

.focus-area-label{
    color:#383839;
    font-size: 20px;
    font-weight:600;
    letter-spacing:3px;
    margin-bottom:20px;
}

.focus-area-card h2{
    font-size:  48px;;
    line-height:1.1;
    margin-bottom:24px;
    color: #ff7f11;
}

.focus-area-card p{
    font-size:20px;
    line-height:1.7;
    color:#86868b;
    max-width:500px;
}

.focus-area-card a{
    margin-top:20px;
    font-size: 23px;
    color:#ff934b;
    text-decoration:none;
    font-weight:600;
}

.focus-area-visual{
    position:relative;
}

.focus-area-sticky{
    position:sticky;
    top:0;
    height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
}

.focus-area-images{
    width:85%;
    height:75vh;
    overflow:hidden;
    border-radius:30px;
    position:relative;
    background:#16161a;
    box-shadow:0 30px 60px rgba(0,0,0,.4);
}

.focus-area-image{
    position:absolute;
    inset:0;
    background-size:cover;
    background-position:center;
    opacity:0;
    clip-path:inset(0 0 100% 0);
    transform:translateY(-40px);
    transition:
        opacity .6s ease,
        clip-path .9s cubic-bezier(.25,1,.5,1),
        transform 1s cubic-bezier(.25,1,.5,1);
}

.focus-area-image.active{
    opacity:1;
    clip-path:inset(0 0 0 0);
    transform:translateY(0);
    z-index:2;
}

/* ========= Tablet ========= */

@media(max-width:1024px){

    .focus-area-content{
        padding:0 7%;
    }

    .focus-area-card h2{
        font-size:20px;
    }

    .focus-area-card p{
        font-size:18px;
    }
}

/* ==================================
        MOBILE RESPONSIVE
================================== */

@media (max-width:768px){


    .focus-area-section{
        display:block;
    }

  
    .focus-area-visual{
        display:none;
    }

   
    .focus-area-content{
        padding:20px;
    }

    /* Card styling */
    .focus-area-card{
        min-height:10px;
        padding:30px 0;
        border-bottom:1px solid #e5e5e5;
    }

    /* Show image inside each card */
    .focus-area-card::before{
        display:block;
        width:100%;
        height:220px;
        margin-bottom:20px;
    }
}
    /* Individual images */
    .focus-area-card:nth-child(1)::before{
        background-image:url('Asset/img/Hero Slides/1.JPG');
    }

    .focus-area-card:nth-child(2)::before{
        background-image:url('Asset/img/focuse area/education.jpg');
    }

    .focus-area-card:nth-child(3)::before{
        background-image:url('Asset/img/focuse area/ENVIRONMENTAL CARE.jpg');
    }

    .focus-area-card:nth-child(4)::before{
        background-image:url('Asset/img/focuse area/DIRECT-HELP.png');
    }

    .focus-area-card:nth-child(5)::before{
        background-image:url('Asset/img/focuse area/SPONSORSHIPS.jpg');
    }

    .focus-area-card:nth-child(6)::before{
        background-image:url('Asset/img/focuse area/SSDP.jpg');
    }

    .focus-area-card h2{
        font-size:28px;
        margin-bottom:15px;
    }

    .focus-area-card p{
        font-size:16px;
        line-height:1.7;
    }

/*==================  Moblie Responsvie =================*/

.mobile-focus-image{
    display:none;
}

.mobile-focus-image img{
    width:100%;
    height:250px;
    object-fit:cover;
    border-radius:12px;
    margin-bottom:20px;
}

@media (max-width:768px){

    .focus-area-section{
        display:block;
    }

    .focus-area-visual{
        display:none;
    }

    .mobile-focus-image{
        display:block;
    }

    .focus-area-content{
        padding:20px;
    }

    .focus-area-card{
        min-height:auto;
        padding:30px 0;
    }
}

/* Extra Small Mobile */
@media (max-width:480px){

    .focus-area-card{
        grid-template-columns:100px 1fr;
        gap:12px;
        border-radius:15px;
    }

    .focus-area-card::before{
        min-height:150px;
    }

    .focus-area-card h2{
        font-size:16px;
    }

    .focus-area-card p{
        font-size:13px;
        line-height:1.5;
    }

    .focus-area-card a{
        font-size:13px;
    }
    
}


/* ---==============================
      DASHBOARD SECTION 
==================================-----*/
.dashboard{
    padding:50px 5%;
    background:#f8f9fa;
    text-align:center;
}

.dashboard-title h2{
    font-size:32px;
    color:#ff6b2c;
    margin-bottom:10px;
}

.dashboard-title p{
    color:#666;
    margin-bottom:35px;
    font-size:14px;
}

.stats-container{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(min(100%, 230px),1fr));
    gap:25px;
}

.stat-card{
    background:#fff;
    padding:20px 15px;  
    border-radius:15px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    transition:.4s;
}

.stat-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.stat-icon{
    font-size:40px;
    color:#ff5722;
    margin-bottom:15px;
   
}

.stat-card h3{
    font-size:28px;
    color:#ff5722;
    margin:10px 0;
}

.stat-card p{
    font-size:15px;
    color:#555;
    line-height:1.6;
}

@keyframes float{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-10px);
    }
}
/*-------------- dashboard end----------------- */



/*-------- care section-------*/
.story-section{
    min-height:100vh;
    padding:80px 8%;
    background:#f3f0eb;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:80px;
    overflow:hidden;
}

/* LEFT CONTENT */
.story-content{
    flex:1;
    max-width:550px;
    opacity:0;
    transform:translateX(-100px);
    transition:1s ease;
}

.story-content.show{
    opacity:1;
    transform:translateX(0);
}

.tag{
    display:inline-block;
    background:#FF7A3D;
    color: #ffffff;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    margin-bottom:25px;
    letter-spacing:1px;
}

.story-content h2{
    font-size:56px;
    line-height:1.15;
    color:#ff6b2c;
    margin-bottom:25px;
    font-family:Georgia, serif;
}

.story-content p{
    color:#555;
    line-height:1.8;
    font-size:18px;
    margin-bottom:35px;
}

.story-btn{
    display:inline-block;
    background:#ff6b2c;
    color:white;
    text-decoration:none;
    padding:16px 32px;
    border-radius:50px;
    font-weight:600;
    transition:.4s;
}

.story-btn:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 20px rgba(227,138,40,.4);
}

/* RIGHT IMAGE */

.story-image{
    flex:1;
    position:relative;
    display:flex;
    justify-content:center;
    opacity:0;
    transform:translateX(-120px);
    transition:1s ease;
}

.story-image.show{
    opacity:1;
    transform:translateX(0);
}

.image-bg{
    position:absolute;
    width:430px;
    height:530px;
    background:#ff6b2c;
    border-radius:18px;
    transform:rotate(-3deg);
    top:15px;
    left:50%;
    translate:-50%;
}

.story-image img{
    width:430px;
    height:530px;
    object-fit:cover;
    border-radius:18px;
    position:relative;
    z-index:2;
    transition:.5s;
    box-shadow:0 15px 30px rgba(0,0,0,.15);
}

.story-image:hover img{
    transform:scale(1.08);
}




/* MOBILE */
@media(max-width:768px){

.story-section{
    flex-direction:column-reverse;
    text-align:center;
    gap:40px;
    padding:60px 5%;
}

.story-content h2{
    font-size:38px;
}

.story-image img,
.image-bg{
    width:100%;
    max-width:320px;
    height:auto;
    aspect-ratio:4/5;
}
}

/* EDUCATION SECTION */

.education-section{
    min-height:100vh;
    padding:80px 8%;
    background:#f8f5f1;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:80px;
    overflow:hidden;
}


/* IMAGE */

.education-image{
    flex:1;
    position:relative;
    display:flex;
    justify-content:center;
    opacity:0;
    transform:translateX(-120px);
    transition:1s ease;
}

.education-image.show{
    opacity:1;
    transform:translateX(0);
}

.image-bg{
    position:absolute;
    width:430px;
    height:530px;
    background:#ff6b2c;
    border-radius:18px;
    transform:rotate(-3deg);
    top:15px;
    left:50%;
    translate:-50%;
}

.education-image img{
    width:430px;
    height:530px;
    object-fit:cover;
    border-radius:18px;
    position:relative;
    z-index:2;
    transition:.5s;
    box-shadow:0 15px 30px rgba(0,0,0,.15);
}

.education-image:hover img{
    transform:scale(1.08);
}

/* CONTENT */

.education-content{
    flex:1;
    max-width:600px;
    opacity:0;
    transform:translateX(120px);
    transition:1s ease;
}

.education-content.show{
    opacity:1;
    transform:translateX(0);
}

.tag{
    display:inline-block;
    background:#FF7A3D;
    color:#ffffff;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    letter-spacing:1px;
    margin-bottom:25px;
}

.education-content h2{
    font-size:55px;
    line-height:1.15;
    color:#FF7A3D;
    margin-bottom:25px;
    font-family:Georgia, serif;
}

.education-content p{
    color:#555;
    font-size:18px;
    line-height:1.8;
    margin-bottom:35px;
}

.education-btn{
    display:inline-block;
    background:#FF7A3D;
    color:#fff;
    text-decoration:none;
    padding:16px 35px;
    border-radius:50px;
    font-weight:600;
    transition:.4s;
}

.education-btn:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 20px rgba(229,139,42,.35);
}

/* MOBILE */

@media(max-width:900px){

    .education-section{
        flex-direction:column-reverse;
        text-align:center;
        gap:50px;
        padding:60px 5%;
    }

    .education-content h2{
        font-size:38px;
    }

    .education-image img,
    .image-bg{
        width:100%;
        max-width:320px;
        height:auto;
        aspect-ratio:4/5;
    }
}

/* =========================
   OBJECTIVES SECTION
========================= */

.objectives{
    min-height:100vh;
    padding:100px 8%;
    background:#f8f5f1;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:80px;
    overflow:hidden;
}

/* =========================
   LEFT CONTENT
========================= */

.objectives-content{
    flex:1;
    max-width:650px;
    opacity:0;
    transform:translateX(-100px);
    transition:1s ease;
}

.objectives-content.show{
    opacity:1;
    transform:translateX(0);
}

.sub-title{
    display:inline-block;
    color:#ff7a2d;
    font-size:15px;
    font-weight:600;
    letter-spacing:3px;
    margin-bottom:15px;
}

.objectives-content h2{
    font-size:58px;
    line-height:1.1;
    color:#4b2416;
    margin-bottom:25px;
    font-family:Georgia, serif;
}

.line{
    width:120px;
    height:5px;
    background:#ff7a2d;
    border-radius:30px;
    margin-bottom:40px;
}

.objective{
    display:flex;
    gap:20px;
    margin-bottom:30px;
}



.objective h3{
    color:#4b2416;
    font-size:22px;
    margin-bottom:8px;
}

.objective p{
    color:#666;
    line-height:1.8;
    font-size:16px;
}

/* BUTTON */

.read-btn{
    display:inline-block;
    margin-top:20px;
    padding:15px 35px;
    background:#ff7a2d;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    transition:.4s ease;
}

.read-btn:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(255,122,45,.35);
}


.image-grid{
    flex:1;
    display:grid;
    grid-template-columns:repeat(2, 240px);
    gap:25px;
    justify-content:center;
    opacity:0;
    transform:translateX(100px);
    transition:1s ease;
}

.image-grid.show{
    opacity:1;
    transform:translateX(0);
}

.image-card{
    position:relative;
    overflow:hidden;
    width:240px;
    height:280px;
    border-radius:25px;
    background:#fff;
    box-shadow:0 15px 30px rgba(0,0,0,.12);
    transition:.4s ease;
}

.image-card:hover{
    transform:none; 
}

.image-card img{
    width:100%;
    height:100%;
    object-fit:cover;

    transition:.5s ease;
}

.image-card:hover img{
    transform:scale(1.1);
}

/* ICON */

.image-icon{
    position:absolute;
    top:15px;
    right:15px;
    width:55px;
    height:55px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#ff7a2d;
    color:#fff;
    border-radius:50%;
    font-size:24px;
    border:3px solid #fff;
}



.image-card:nth-child(2),
.image-card:nth-child(4){
    margin-top:50px;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1100px){

    .objectives{
        flex-direction:column;
        text-align:center;
    }

    .objectives-content{
        max-width:100%;
    }

    .objectives-content h2{
        font-size:42px;
    }

    .line{
        margin:0 auto 40px;
    }

    .objective{
        text-align:left;
    }

    .image-grid{
        margin-top:40px;
    }
}

@media(max-width:768px){

    .objectives{
        padding:80px 5%;
    }

    .objectives-content  h2{
        font-size:34px;
    }

    .image-grid{
        grid-template-columns:1fr;
    }

    .image-card{
        width:100%;
        max-width:320px;
        margin:auto;
    }

    .image-card:nth-child(2),
    .image-card:nth-child(4){
        margin-top:0;
    }

    .objective{
        flex-direction:column;
        align-items:flex-start;
    }
}
/* ==========================================
   Environment Section 
========================================== */
.environment{
    min-height:100vh;
    padding:80px 8%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
    background:#f8fbf6;
}

.environment-image{
    flex:1;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
    opacity:0;
    transform:translateX(-100px);
    transition:all 1s ease;
}

.environment-image.show{
    opacity:1;
    transform:translateX(0);
}

.environment-content{
    flex:1;
    opacity:0;
    transform:translateX(100px);
    transition:all 1s ease;
}

.environment-content.show{
    opacity:1;
    transform:translateX(0);
}

.environment-content .sub-title {
    font-family: 'Outfit', sans-serif;
    color: #4a2c1b;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 15px;
}


.environment-content h2 {
    font-family: 'Lora', serif;
    color:  #ff7643; 
    font-size: 58px; 
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.environment-content p{
    line-height:1.9;
    color:#555;
    margin:25px 0;
    font-size: 16px;
}

.enimage-card{
    overflow:hidden;
    border-radius:20px;
    box-shadow:0 10px 25px rgba(0,0,0,0.1);
}

.enimage-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:0.5s;
}

.enimage-card{
    position:relative;
    overflow:hidden;
    width:280px;
    height:320px;
    border-radius:25px;
    background:#fff;
    box-shadow:0 15px 30px rgba(0,0,0,.12);
    transition:.4s ease;
}
.enimage-card:hover img{
    transform:scale(1.08);
}

/* Mobile */
@media(max-width:991px){
    .environment{
        flex-direction:column-reverse;
    }

    .environment-image{
        width:100%;
        grid-template-columns:1fr;
        justify-items: center;
    }
    
    .environment-content h2 {
        font-size: 36px; 
    }
}
 


/*==============================
        AWARD SECTION
================================*/
.award-section{
    width:100%;
    height:100vh;
    overflow:hidden;
    position:relative;
    background: white;
     margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:Arial, sans-serif;
}

.award-slider{
    display:flex;
    width:600vw;  
    height:100vh;
}

.award-slide{
    width:100vw;
    height:100vh;
    flex-shrink:0;
    display:flex;
}


.award-content{
    width:40%;
    background:rgb(248, 251, 246);
    color:#ff7a3d;
    padding:80px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.award-content span{
    color:#976f00;
    font-size:15px;
    letter-spacing:3px;
    margin-bottom:20px;
}

.award-content h1{
    font-size:48px;
    margin-bottom:25px;
    line-height:1.2;
}

.award-content p{
    font-size:18px;
    line-height:1.8;
    font-weight: 600;
    color:#7c7c7c;
}

/* Right Image */
.award-image{
    width:60%;
    overflow:hidden;
}

.award-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform 8s linear;
}

.award-slide.active .award-image img{
    transform:scale(1.08);
}

/* Arrows */
.arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:55px;
    height:55px;
    border:none;
    border-radius:50%;
    background:rgba(33, 31, 31, 0);
    cursor:pointer;
    font-size:22px;
    z-index:100;
    transition:.3s;
}

.arrow:hover{
    background:#fd41417b;
    transform:translateY(-50%) scale(1.1);
}

.award-section .prev{
    left:20px;
}

.award-section .next{
    right:20px;
}

/* Responsive */
@media(max-width:786px){
    .award-section{
        height: 90vh;
    }

    .award-slide{
        flex-direction:column;
    }

    .award-content{
        width:100%;
        height:45%;
        padding:40px;
    }

    .award-image{
        width:100%;
        height:55%;
    }

    .award-content h1{
        font-size:20px;
    }
    .award-content p{
    font-size:14px;
    line-height:1.6;
    font-weight: 600;
    color:#7c7c7c;
}
}

/** DONATION SECTION **/
.donation-split-section {
    width: 100%;
    padding: 60px 20px;
    background-color: rgb(248, 245, 241); 
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    box-sizing: border-box;
}

.donation-split-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    align-items: center;
}

.donation-content-col {
    padding-right: 20px;
}

.sub-badge {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ff7a3d;
    font-weight: 700;
    margin-bottom: 12px;
}

.donation-content-col h2 {
    font-size: 36px;
    color: #ff7a3d;
    line-height: 1.25;
    margin: 0 0 20px 0;
    font-weight: 800;
}

.donation-content-col p {   
    font-size: 16px;
    color: #475569;
    line-height: 1.6;
    margin: 0 0 18px 0;
}

.learn-more-link {
    display: flow-root;
    color: #ff7a3d;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    margin-top: 10px;
    transition: transform 0.2s ease;
}

.learn-more-link:hover {
    transform: translateX(4px);
}

.donation-form-col {
    display: flex;
    justify-content: center;
}

.action-card {
    width: 100%;
    max-width: 640px;
    background: #ffffff00;
    padding: 40px;
    border-radius: 12px;
    border: 1px solid #e2e8f067;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}

.action-card h3 {
    font-size: 24px;
    color: #0f172a;
    margin: 0 0 8px 0;
    font-weight: 700;
}

.card-lead {
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
    margin: 0 0 28px 0;
}

.frequency-picker {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 28px;
}

.freq-option {
    display: flex;
    align-items: center;
    padding: 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
}

.freq-option:hover {
    border-color: #cbd5e1;
    background-color: #f8fafc;
}

.freq-option input[type="radio"] {
    display: none; 
}

.custom-radio {
    width: 20px;
    height: 20px;
    border: 2px solid #cbd5e1;
    border-radius: 50%;
    margin-right: 14px;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    transition: all 0.2s ease;
}

.freq-option input[type="radio"]:checked + .custom-radio {
    border-color:#ff7a3d;
    background-color:#ff7a3d;
}

.freq-option input[type="radio"]:checked + .custom-radio::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.freq-option input[type="radio"]:checked {
    background-color: transparent;
}

.freq-option:has(input[type="radio"]:checked) {
    border-color:#ff7a3d;
    background-color: #f0fdf4;
}

.option-text {
    font-size: 15px;
    font-weight: 600;
    color: #334155;
}

.primary-submit-btn {
    width: 100%;
    padding: 16px;
    background-color: #ff7a3d;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 4px 6px -1px rgba(22, 163, 74, 0.2);
    transition: all 0.2s ease;
}

.primary-submit-btn:hover {
    background-color: #15803d;
    box-shadow: 0 10px 15px -3px rgba(22, 163, 74, 0.25);
}

.security-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 20px;
    color: #94a3b8;
    font-size: 12px;
    font-weight: 500;
}


@media (max-width: 768px) {
    .donation-split-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .donation-content-col {
        padding-right: 0;
        text-align: center;
    }
    
    .donation-content-col h2 {
        font-size: 28px;
    }
    
    .action-card {
        max-width: 100%;
    }
}
/* ===============================
   FOOTER BASE
================================= */

*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}

.footer{
    position:relative;
    background:#f3f0eb;
    padding:80px 8% 20px;
}

/* ===============================
   GRID LAYOUT
================================= */

.footer-container{
    display:grid;
    grid-template-columns:1.5fr 1fr 1fr 1.3fr;
    gap:50px;
}

/* ===============================
   LOGO
================================= */

.footer-logo{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:20px;
}

.footer-logo img{
    height:60px;
}

.footer-logo h2{
    font-size:28px;
    color:#082245;
}

/* ===============================
   TEXT
================================= */

.footer-col p{
    color:#444;
    line-height:1.9;
}

.footer-col h3{
    margin-bottom:25px;
    position:relative;
    font-size:22px;
    color:#082245;
}

.footer-col h3::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-10px;
    width:50px;
    height:3px;
    background:#ff7f11;
}

/* ===============================
   LINKS
================================= */

.footer-col ul{
    list-style:none;
}

.footer-col ul li{
    margin-bottom:14px;
}

.footer-col ul li a{
    text-decoration:none;
    color:#444;
    transition:.3s;
}

.footer-col ul li a:hover{
    color:#ff7f11;
    padding-left:6px;
}

/* ===============================
   SOCIAL ICONS
================================= */

.social-links{
    display:flex;
    gap:12px;
    margin-top:25px;
}

.social-links a{
    width:45px;
    height:45px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#ff7f11;
    color:#fff;
    transition:.3s;
}

.social-links a:hover{
    background:#082245;
    transform:translateY(-5px);
}

/* ===============================
   MAP
================================= */

.map{
    overflow:hidden;
    border-radius:15px;
    margin-bottom:20px;
}

.map iframe{
    width:100%;
    height:220px;
    border:none;
}

/* ===============================
   CONTACT
================================= */

.contact p{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:15px;
    line-height:1.6;
}

.contact-icon{
    color:#ff7f11;
    flex-shrink:0;
    margin-top:3px;
}

/* ===============================
   FOOTER BOTTOM
================================= */

.footer-bottom{
    margin-top:50px;
    padding-top:25px;
    border-top:1px solid rgba(0,0,0,.1);
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:20px;
}

.footer-bottom p{
    color:#666;
}

.footer-bottom-links{
    display:flex;
    gap:25px;
}

.footer-bottom-links a{
    text-decoration:none;
    color:#666;
}

.footer-bottom-links a:hover{
    color:#ff7f11;
}

/* ===============================
   FLOATING BUTTONS
================================= */

.whatsapp-btn{
    position:fixed;
    right:25px;
    bottom:25px;
    width:60px;
    height:60px;
    background:#25D366;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    color:#fff;
    text-decoration:none;
    z-index:999;
    box-shadow:0 10px 25px rgba(0,0,0,.25);
}

/* Scroll button */
#scrollTopBtn{
    position:fixed;
    bottom:100px;
    right:25px;
    width:55px;
    height:55px;
    border:none;
    border-radius:50%;
    background:#082245;
    color:#fff;
    font-size:20px;
    cursor:pointer;
    display:flex;
    justify-content:center;
    align-items:center;
    opacity:0;
    visibility:hidden;
    transform:translateY(20px);
    transition:all .3s ease;
    z-index:9999;
    box-shadow:0 5px 20px rgba(0,0,0,.2);
}

#scrollTopBtn.show{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

#scrollTopBtn:hover{
    transform:translateY(-5px);
    background-color: #ff2424;
}



/* ===============================
   TABLET
================================= */
@media (max-width:991px){

    .footer-container{
        grid-template-columns:1fr 1fr;
        gap:30px;
    }

}

/* ===============================
   MOBILE
================================= */
@media (max-width:768px){

    .footer{
        padding:60px 20px 20px;
    }

    .footer-container{
        display:grid;
        grid-template-columns:1fr;
        gap:35px;
    }

    .footer-col{
        width:100%;
    }

    .footer-logo{
        justify-content:center;
        text-align:center;
    }

    .footer-logo img{
        height:55px;
    }

    .footer-col h3{
        font-size:20px;
        margin-bottom:18px;
    }

    .footer-col p,
    .footer-col ul li a{
        font-size:14px;
        line-height:1.7;
    }

    .social-links{
        justify-content:center;
    }

    .map iframe{
        height:220px;
    }

    .footer-bottom{
        flex-direction:column;
        text-align:center;
        gap:15px;
    }

    .footer-bottom-links{
        flex-wrap:wrap;
        justify-content:center;
        gap:15px;
    }

    /* WhatsApp Button */
    .whatsapp-btn{
        width:52px;
        height:52px;
        font-size:22px;
        right:15px;
        bottom:15px;
    }

    /* Scroll Top Button */
    #scrollTopBtn{
        width:50px;
        height:50px;
        font-size:18px;
        right:15px;
        bottom:80px;
    }
}

/* ===============================
   SMALL MOBILE
================================= */
@media (max-width:480px){

    .footer{
        padding:50px 15px 20px;
    }

    .footer-col h3{
        font-size:18px;
    }

    .footer-col p,
    .footer-col ul li a{
        font-size:13px;
    }

    .social-links a{
        width:40px;
        height:40px;
        font-size:16px;
    }

    .whatsapp-btn{
        width:48px;
        height:48px;
        right:12px;
        bottom:12px;
    }

    #scrollTopBtn{
        width:45px;
        height:45px;
        right:12px;
        bottom:70px;
    }
}



/* =========================
      LATEST NEWS SECTION
========================= */

.news-hub-container{
    position:relative;
    width:100%;
    max-width:1700px;
    margin:80px auto;
    padding:0 70px;
    overflow:hidden;
    box-sizing:border-box;
}

.news-carousel-track{
    display:flex;
    gap:80px;
    overflow-x:auto;
    scroll-behavior:smooth;
    scrollbar-width:none;
    padding:10px 0;
}

.news-carousel-track::-webkit-scrollbar{
    display:none;
}

.news-article-card{
    min-width:320px;
    max-width:320px;
    background:#ffffff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    transition:all .3s ease;
    flex-shrink:0;
}

.news-article-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,0.12);
}

.news-article-card img{
    width:100%;
    height:240px;
    object-fit:cover;
    display:block;
}

.news-article-content{
    padding:25px;
}

.news-category-tag{
    display:inline-block;
    color:rgb(75, 36, 22);  
    border-radius:30px;
    font-size:12px;
    font-weight:600;
    margin-bottom:15px;
}

.news-article-content h3{
    font-size:22px;
    line-height:1.4;
    margin-bottom:15px;
    color:#ff7f11;
}

.news-article-content p{
    font-size:15px;
    line-height:1.7;
    color:#666;
    margin-bottom:20px;
}

.news-read-link{
    color:#ff7f11;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.news-read-link:hover{
    letter-spacing:1px;
}

.news-nav-btn{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:50px;
    height:50px;
    border:none;
    border-radius:50%;
    background:#fff;
    box-shadow:0 5px 20px rgba(0,0,0,0.15);
    cursor:pointer;
    font-size:22px;
    z-index:10;
    transition:.3s;
}

.news-nav-btn:hover{
    background:#0071e3;
    color:#fff;
}

.news-prev{
    left:5px;
}

.news-next{
    right:5px;
}

/* Responsive */

@media(max-width:768px){

    .news-hub-container{
        padding:0 20px;
    }
    .news-carousel-track{
    display:flex;
   gap:40px;
    overflow-x:auto;
    scroll-behavior:smooth;
    scrollbar-width:none;
     padding:10px calc(50vw - 150px);
    }

    .news-article-card{
        flex:0 0 300px;
        min-width:300px;
        max-width:300px;
    }

    .news-article-card img{
        height:200px;
    }

}
/*=========================
RIGHT IMAGE
=========================*/

.care-home-image{
    flex:1;
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:600px;
}

/* Orange Background Card */
.care-home-image::before{
    content:"";
    position:absolute;
    width:430px;
    height:560px;
    background:#ff6a2a;
    border-radius:28px;
    transform:rotate(-4deg);
    top:25px;
    left:50%;
    transform:translateX(-50%) rotate(-4deg);
    z-index:1;
}

/* Main Image */
.care-home-image img{
    position:relative;
    width:430px;
    height:560px;
    object-fit:cover;
    border-radius:28px;
    display:block;
    z-index:2;
    box-shadow:0 20px 45px rgba(0,0,0,0.18);
    transition:0.4s ease;
}

/* Hover Effect */
.care-home-image:hover img{
       transform:scale(1.08);
}


/* Responsive */
@media (max-width:991px){

    .care-home-image{
        min-height:470px;
        margin-top:40px;
    }

    .care-home-image::before{
        width:320px;
        height:420px;
    }

    .care-home-image img{
        width:320px;
        height:420px;
    }

}

.news-carousel-track{
    display:flex;
    gap:55px;
    overflow-x:auto;
    scrollbar-width:none;
    cursor:grab;
    user-select:none;
}
.news-article-card img{
    pointer-events:none;
}




/*=========================================================
        Privacy Policy section
=======================================================*/

.privacy-policy {
    background: #f8f8f6;
    padding: 100px 20px;
    font-family: "Poppins", sans-serif;
    color: #222;
}

.privacy-container {
    max-width: 1100px;
    margin: auto;
}


/* ================================
   HEADER
================================ */

.privacy-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 70px;
}

.privacy-label {
    display: inline-block;
    color: #ff6b2c;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.privacy-header h1 {
    font-family: "Playfair Display", serif;
    font-size: 52px;
    margin: 0 0 15px;
    color:#ff6b2c;
}

.privacy-header p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.privacy-header small {
    color: #777;
    font-size: 14px;
}

.privacy-line {
    width: 70px;
    height: 4px;
    background:#ff6b2c;
    margin: 20px auto;
    border-radius: 10px;
}


/* ================================
   CONTENT
================================ */

.privacy-content {
    display: flex;
    flex-direction: column;
    gap: 22px;
}


/* ================================
   CARDS
================================ */

.privacy-card {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 25px;

    background: #ffffff;
    padding: 35px;

    border-radius: 18px;

    border: 1px solid #eeeeee;

    box-shadow: 0 10px 35px rgba(0,0,0,0.05);

    transition: all 0.3s ease;
}

.privacy-card:hover {
    transform: translateY(-5px);

    box-shadow: 0 20px 50px rgba(0,0,0,0.10);
}


/* ================================
   NUMBER
================================ */

.privacy-number {
    width: 65px;
    height: 65px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff2ec;

    color: #ff6b2c;

    border-radius: 15px;

    font-size: 20px;
    font-weight: 800;
}


/* ================================
   TEXT
================================ */

.privacy-text h2,
.contact-content h2 {
    font-size: 24px;
    margin: 0 0 15px;

    color: #ff6b2c;
}

.privacy-text p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}

.privacy-text ul {
    padding-left: 20px;

    margin-top: 10px;
}

.privacy-text ul li {
    color: #555;

    margin-bottom: 10px;

    line-height: 1.7;
}

.privacy-text ul li::marker {
    color: #ff6b2c;
}


/* ================================
   CONTACT SECTION
================================ */

.privacy-contact {
    display: grid;

    grid-template-columns: 90px 1fr;

    gap: 25px;

    padding: 45px;

    border-radius: 20px;

    background:#000345;

    color: #ffffff;

    margin-top: 20px;
}

.privacy-contact .privacy-number {
    background: #ff6b2c;

    color: #ffffff;
}

.contact-content h2 {
    color: #ffffff;
}

.dpo-title {
    color:#ff6b2c;

    margin-bottom: 8px;
}

.contact-content h3 {
    font-size: 24px;

    margin: 5px 0;
}

.contact-content > p {
    color: #cccccc;
}


/* ================================
   CONTACT LINKS
================================ */

.contact-details {
    display: flex;

    flex-wrap: wrap;

    gap: 15px;

    margin-top: 25px;
}

.contact-details a {
    text-decoration: none;

    color: #ffffff;

    background: rgba(255,255,255,0.08);

    padding: 13px 20px;

    border-radius: 10px;

    transition: 0.3s ease;
}

.contact-details a:hover {
    background: #f26522;

    transform: translateY(-3px);
}

.contact-details span {
    margin-right: 7px;
}


/* ================================
   SCROLL ANIMATION
================================ */

.privacy-card,
.privacy-contact {
    opacity: 0;

    transform: translateY(35px);

    transition:
        opacity 0.6s ease,
        transform 0.6s ease;
}

.privacy-card.show,
.privacy-contact.show {
    opacity: 1;

    transform: translateY(0);
}


/* ================================
   TABLET
================================ */

@media (max-width: 768px) {

    .privacy-policy {
        padding: 70px 15px;
    }

    .privacy-header {
        margin-bottom: 45px;
    }

    .privacy-header h1 {
        font-size: 38px;
    }

    .privacy-header p {
        font-size: 17px;
    }

    .privacy-card,
    .privacy-contact {
        grid-template-columns: 1fr;

        gap: 18px;

        padding: 25px;
    }

    .privacy-number {
        width: 55px;
        height: 55px;

        font-size: 17px;
    }

    .privacy-text h2,
    .contact-content h2 {
        font-size: 21px;
    }

}


/* ================================
   MOBILE
================================ */

@media (max-width: 480px) {

    .privacy-header h1 {
        font-size: 32px;
    }

    .privacy-header p {
        font-size: 16px;
    }

    .privacy-header small {
        font-size: 12px;
        line-height: 1.6;
        display: block;
    }

    .privacy-card,
    .privacy-contact {
        padding: 20px;

        border-radius: 15px;
    }

    .privacy-text p,
    .privacy-text ul li {
        font-size: 14px;
    }

    .contact-details {
        flex-direction: column;
    }

    .contact-details a {
        width: 100%;

        box-sizing: border-box;
    }

}


