body{
 font-family: 'Poppins', sans-serif;
}
h1,{
    font-family: 'Playfair Display', serif;
}
h2,h3,h4,h5,h6{
  font-family: 'Georgia', serif;

}
a {
    color: inherit;
    text-decoration: none; /* optional */
}
p {
    font-size: 14px;}
    root{

    }

    .btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #132a16;
    --bs-btn-border-color: #132a16;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #b2812d;
    --bs-btn-hover-border-color: #b2812d;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #132a16;
    --bs-btn-active-border-color: #132a16;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #132a16;
    --bs-btn-disabled-border-color: #132a16;
    --bs-btn-border-color: #132a16;
}

.btn-warning {
    --bs-btn-color: #fff;
    --bs-btn-bg: #b2812d;
    --bs-btn-border-color: #b2812d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #132a16;
    --bs-btn-hover-border-color: #132a16;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #b2812d;
    --bs-btn-active-border-color: #b2812d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #b2812d;
    --bs-btn-disabled-border-color: #b2812d;
}
    .text-gold{
    color:#b2812d;
}

.bg-gold{
    background:#b2812d;
}

.border-gold{
    border-color:#b2812d !important;
}

.btn-gold{
    background:#b2812d;
    color:#fff;
    border:none;
}

.btn-gold:hover{
    background:#b78612;
    color:#fff;
}
.text-darkgreen{
    color:#132a16;
}

.bg-darkgreen{
    background:#132a16;
}

.border-darkgreen{
    border-color:#132a16 !important;
}

.btn-darkgreen{
    background:#132a16;
    color:#fff;
    border:none;
}

.btn-darkgreen:hover{
    background:#083d1b;
    color:#fff;
}

/* Icon Circle */
.icon-darkgreen{
    background:#132a16;
    color:#fff;
}

/* Hover Text */
.hover-darkgreen:hover{
    color:#132a16 !important;
}

/* Icon Circle */
.icon-gold{
    background:#b2812d;
    color:#fff;
}
/* CENTER LINE DESIGN */
.section-divider{
    position:relative;
    width:180px;
    height:10px;
    margin:0px auto;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* LEFT + RIGHT LINE */
.section-divider::before,
.section-divider::after{
    content:"";
    position:absolute;
    top:50%;
    width:70px;
    height:2px;
    background:#132a16;
}

.section-divider::before{
    left:0;
}

.section-divider::after{
    right:0;
}

/* ICON */
.divider-icon{
    width:40px;
    height:40px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#132a16;
    font-size:18px;
    position:relative;
    z-index:2;
}

/* Hover Effect */
.hover-gold:hover{
    color:#b2812d !important;
}
/* Top Bar */

.top-bar{
background:#132a16;
color:#fff;
font-size:14px;
}

.social-icons a{
color:#fff;
margin-left:15px;
}


/* Navbar */

.logo-title{
color:#132a16;
font-weight:700;
}

.navbar-nav .nav-link{
font-weight:500;
margin-left:15px;
}

.navbar-nav .nav-link:hover{
color:#d9a100;
}

.donate-btn{
background:#132a16;
color:#fff;
border-radius:8px;
padding:10px 20px;
}

.donate-btn:hover{
background:#d9a100;
color:#fff;
}


/* Footer */

footer{
background:#132a16;
color:#fff;
margin-top:50px;
}

.footer-links{
list-style:none;
padding:0;
}

.footer-links li{
margin-bottom:10px;
}

.footer-links a{
color:#fff;
text-decoration:none;
}

.footer-social a{
width:40px;
height:40px;
background:#fff;
color:#132a16;
display:inline-flex;
align-items:center;
justify-content:center;
border-radius:50%;
margin-right:10px;
text-decoration:none;
}

.footer-bottom{
border-top:1px solid rgba(255,255,255,.2);
}

/*banersectionh*/
.hero-section{
position:relative;
}

.heroSwiper{
height:650px;
}

.hero-img{
width:100%;
height:100%;
object-fit:cover;
}

.swiper-slide{
position:relative;
}

.overlay{
position:absolute;
inset:0;
background:rgba(0,0,0,.45);
}

.hero-content{
position:absolute;
top:0;
left:0;
right:0;
height:100%;
z-index:2;
color:#fff;
}

.hero-content h1{
font-size:53px;
font-weight:700;
line-height:1.2;
}

.hero-content span{
color:#b2812d;
}

.hero-content p{
margin:25px 0;
line-height:1.8;
}

.hero-btns{
display:flex;
gap:15px;
}

.hero-btns .btn{
padding:12px 28px;
border-radius:8px;
font-weight:600;
}

.swiper-button-next,
.swiper-button-prev{
background:#fff;
width:45px;
height:45px;
border-radius:50%;
}

.swiper-button-next:after,
.swiper-button-prev:after{
font-size:16px;
color:#000;
}


.feature-wrap{
position:relative;
margin-top:-70px;
z-index:5;
}

.feature-box{
background:#fff;
border-radius:15px;
box-shadow:0 5px 30px rgba(0,0,0,.1);
padding:30px;
}

.feature-item{
text-align:center;
border-right:1px solid #eee;
padding:15px;
}

.feature-item:last-child{
border-right:0;
}

.feature-item i{
font-size:30px;

margin-bottom:15px;
}

.feature-item h6{
font-weight:700;
margin-bottom:5px;
}

.feature-item p{
font-size:14px;
color:#666;
margin:0;
}

@media(max-width:768px){

.heroSwiper{
height:500px;
}

.hero-content h1{
font-size:32px;
}

.hero-btns{
flex-direction:column;
}

.feature-wrap{
margin-top:20px;
}

.feature-item{
border-right:0;
border-bottom:1px solid #eee;
}

}

.program-section{
background:#fff;
}

.sub-title{
font-size:14px;
font-weight:600;
color:#c79a14;
letter-spacing:1px;
}

.main-title{
font-size:30px;
font-weight:700;
color:#132a16;
margin-top:5px;
}

.title-line{
width:90px;
height:3px;
background:#132a16;
margin:15px auto;
position:relative;
}

.program-card{
background:#fff;
border-radius:12px;
overflow:hidden;
box-shadow:0 2px 15px rgba(0,0,0,.08);
transition:.4s;
height:100%;
}

.program-card:hover{
transform:translateY(-8px);
}

.program-img{
position:relative;
}

.program-img img{
width:100%;
height:160px;
object-fit:cover;
}

.program-icon{
width:55px;
height:55px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
position:absolute;
bottom:-25px;
left:50%;
transform:translateX(-50%);
border:5px solid #fff;
color:#fff;
font-size:20px;
}

.program-content{
padding:40px 20px 25px;
text-align:center;
}

.program-content h5{
font-size:18px;
font-weight:700;
margin-bottom:15px;
}

.program-content p{
font-size:14px;

color:#666;
min-height:90px;
}

.program-content a{
text-decoration:none;
font-weight:600;
color:#132a16;
}

.view-btn{
background:#132a16;
color:#fff;
padding:12px 28px;
border-radius:8px;
}

.view-btn:hover{
background:#b2812d;
color:#fff;
}

@media(max-width:768px){

.main-title{
font-size:30px;
}

.program-img img{
height:220px;
}

}

/*---countersec*/
.counter-section{
padding:50px 0;
}

.counter-box{
background:linear-gradient(
90deg,
#132a16,
#132a16,
#132a16
);

border-radius:12px;
overflow:hidden;
box-shadow:0 5px 20px rgba(0,0,0,.1);
}

.counter-item{
padding:15px 15px;
text-align:center;
border-right:1px solid rgba(255,255,255,.2);
height:100%;
}

.counter-item i{
font-size:40px;
color:#e8c75f;
margin-bottom:5px;
}

.counter-item h2{
color:#fff;
font-size:30px;
font-weight:700;

}

.counter-item p{
color:#fff;
font-size:15px;
margin:0;
font-weight:500;
}


/* Tablet */

@media(max-width:991px){

.counter-item{
border-right:0;
border-bottom:1px solid rgba(255,255,255,.2);
}

}


/* Mobile */

@media(max-width:576px){

.counter-item{
padding:25px 10px;
}

.counter-item i{
font-size:28px;
}

.counter-item h2{
font-size:28px;
}

.counter-item p{
font-size:13px;
}

}

.about-section{
    background:#fff;
}

.sub-title{
    color:#b2812d;
    font-size:14px;
    font-weight:700;
    display:block;
    margin-bottom:0px;
}

.about-title{
    font-size:30px;
    color:#132a16;
    font-weight:700;
    line-height:1.2;
}

.line{
    width:60px;
    height:3px;
    background:#132a16;
    margin:10px 0;
}


.about-btn{
    background:#132a16;
    color:#fff;
    padding:12px 30px;
    border-radius:6px;
    font-weight:600;
}

.about-btn:hover{
    background:#b2812d;
    color:#fff;
}

.about-img{
    width:100%;
    
    border-radius:10px;
    object-fit:cover;
    box-shadow:0 5px 20px rgba(0,0,0,.1);
}


/* Responsive */

@media(max-width:991px){

.about-title{
    font-size:34px;
}

.about-img{
    height:220px;
}

}

@media(max-width:576px){

.about-title{
    font-size:30px;
}

.about-btn{
    width:100%;
}

.about-img{
    height:200px;
}

}
.news-title{
color:#b2812d;
font-size:16px;
font-weight:700;
}

.news-arrow{
width:35px;
height:35px;
border:1px solid #ddd;
border-radius:50%;
background:#fff;
margin-left:5px;
}

.news-item{
display:flex;
align-items:center;
gap:15px;
padding:5px 0;
border-bottom:1px solid #eee;
}

.date-box{
/*width:70px;
height:70px;*/
background:#f5f5f5;
border-radius:8px;
text-align:center;
padding:10px;
flex-shrink:0;
}

.date-box h3{
font-size:20px;
margin:0;
font-weight:700;
color:#132a16;
}

.date-box span{
font-size:12px;
}

.news-content{
flex:1;
}

.news-content h6{
     font-size: 14px;
font-weight:400;
line-height:1.5;
margin-bottom:2px;
}

.news-content a{
    font-size: 14px;
text-decoration:none;
color:#132a16;
font-weight:600;
}

.news-item img{
width:110px;
height:80px;
border-radius:8px;
object-fit:cover;
}

.news-btn{
background:#132a16;
color:#fff;
margin-top:20px;
padding:12px 25px;
}

.news-btn:hover{
background:#b2812d;
color:#fff;
}


/* Mobile */

@media(max-width:576px){

.news-item{
flex-wrap:wrap;
}

.news-item img{
width:100%;
height:180px;
}

.date-box{
width:60px;
height:60px;
padding:0px;
}

.date-box h3{
font-size:24px;
}

}
.about-btn{
    background:#132a16!important;
    color:#fff!important;
    border:none;
    padding:12px 28px;
    border-radius:6px;
    font-size:15px;
    font-weight:600;
    display:inline-flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    transition:.3s;
}

.about-btn:hover{
    background:#0a5b2f;
    color:#fff;
}

.about-btn i{
    font-size:14px;
}

.cta-section{
    position: relative;
    background: url("../img/bgcta.jpg") !important;
    background-size: cover;
    background-position: center;
    min-height: 200px;
    overflow: hidden;
}

/* Overlay */
.cta-section::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5); /* adjust opacity here */
    z-index: 1;
}

/* Keep content above overlay */
.cta-section .container,
.cta-section .content{
    position: relative;
    z-index: 2;
}


.cta-section .container{
position:relative;
z-index:2;
}

.cta-content{
display:flex;
align-items:center;
gap:25px;
color:#fff;
}

.cta-icon{
    opacity:0.5;
font-size:55px;
color:#b2812d;
}

.cta-content h2{
font-size:30px;
font-weight:700;
margin-bottom:10px;
}

.cta-content p{
font-size:18px;
margin:0;
line-height:1.7;
}

.cta-btn{
background:#b2812d;
color:#fff;
padding:12px 35px;
border-radius:8px;
display:inline-flex;
align-items:center;
gap:12px;
text-decoration:none;
font-weight:600;
font-size:18px;
transition:.3s;
}

.cta-btn:hover{
background:#132a16;
color:#fff;
transform:translateY(-3px);
}


/* Tablet */

@media(max-width:991px){

.cta-content{
flex-direction:column;
text-align:center;
}

.cta-content h2{
font-size:32px;
}

.cta-btn{
margin-top:25px;
}

}


/* Mobile */

@media(max-width:576px){

.cta-section{
padding:35px 20px;
}

.cta-icon{
font-size:40px;
}

.cta-content h2{
font-size:26px;
}

.cta-content p{
font-size:15px;
}

.cta-btn{
width:100%;
justify-content:center;
font-size:16px;
padding:15px;
}

}
    /* Section */
.partner-section{
    padding:60px 0;
    background:#f8fafc;
    overflow:hidden;
}

/* Subtitle */
.partner-subtitle{
    font-size:28px;
    font-weight:700;
    color:#132a16;
}

/* Slider */
.partner-slider{
    overflow:hidden;
    position:relative;
    width:100%;
}

/* Track */
.partner-track{
    display:flex;
    align-items:center;
    width:max-content;
    animation:scroll 25s linear infinite;
}

/* Logo Box */
.partner-item{
    width:220px;
    height:120px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#fff;
    margin:0 15px;

    border-radius:16px;
    padding:20px;

    transition:.3s ease;
}

.partner-item:hover{
    transform:translateY(-5px);
}

/* Images */
.partner-item img{
    max-width:100%;
    
    object-fit:contain;
}

/* Animation */
@keyframes scroll{

    0%{
        transform:translateX(0);
    }

    100%{
        transform:translateX(-50%);
    }

}

/* Responsive */
@media(max-width:768px){

    .partner-item{
        width:160px;
        height:100px;
        margin:0 10px;
    }

    .partner-item img{
        max-height:60px;
    }

    .partner-track{
        animation-duration:18s;
    }

}
/* ==========================
   aboutPAGE BANNER
========================== */

.page-banner{
    position:relative;

    background:url("../img/aboutbnr.jpg");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;

    min-height:350px;

    display:flex;
    align-items:center;

    overflow:hidden;
}

/* Overlay */

.banner-overlay{
    position:absolute;
    inset:0;

    background:rgba(0,0,0,.55);
}

/* Container */

.page-banner .container{
    position:relative;
    z-index:2;
}

/* Content */

.banner-content{
    text-align:center;
    color:#fff;
}

/* Heading */

.banner-content h1{
    font-size:52px;
    font-weight:700;
    margin-bottom:15px;
}

/* Breadcrumb */

.breadcrumb-custom{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;

    flex-wrap:wrap;
}

.breadcrumb-custom a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.breadcrumb-custom a:hover{
    color:#b2812d;
}

.breadcrumb-custom span{
    color:#fff;
}

.breadcrumb-custom .active{
    color:#b2812d;
    font-weight:600;
}

/* ==========================
   TABLET
========================== */

@media(max-width:991px){

    .page-banner{
        min-height:300px;
    }

    .banner-content h1{
        font-size:42px;
    }

}

/* ==========================
   MOBILE
========================== */

@media(max-width:576px){

    .page-banner{
        min-height:250px;
        padding:30px 15px;
    }

    .banner-content h1{
        font-size:32px;
    }

    .breadcrumb-custom{
        font-size:14px;
        gap:8px;
    }

}

/* ABOUT PAGE SECTION */

.about-page-section{
    padding:90px 0;
    overflow:hidden;
}

/* Images */

.about-page-gallery{
    position:relative;
}

.about-page-main-img{
    width:85%;
    border-radius:20px;
    display:block;
}

.about-page-small-img{
    width:45%;
    position:absolute;
    right:0;
    bottom:-40px;

    border-radius:20px;
    border:8px solid #fff;

    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

/* Experience box */

.about-page-exp-box{
    position:absolute;
    left:20px;
    bottom:30px;

    background:#b2812d;
    color:#fff;

    padding:20px;
    border-radius:15px;
    text-align:center;
}

.about-page-exp-box h3{
    margin:0;
    font-size:32px;
}

.about-page-exp-box p{
    margin:0;
}

/* Content */

.about-page-tag{
    color:#b2812d;
    font-weight:600;
    display:block;
    margin-bottom:10px;
}

.about-page-content h2{
    font-size:30px;
    margin-bottom:20px;
    line-height:1.3;
}



/* Features */

.about-page-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin-bottom:30px;
}

.about-page-card{
    padding:15px;
    border:1px solid #eee;
    border-radius:12px;

    display:flex;
    align-items:center;
    gap:10px;
}

.about-page-card i{
    color:#b2812d;
}

/* Button */

.about-page-btn{
    display:inline-block;
    padding:14px 28px;
    background:#b2812d;
    color:#fff;
    border-radius:8px;
    text-decoration:none;
}

.about-page-btn:hover{
    color:#fff;
}

/* Responsive */

@media(max-width:991px){

    .about-page-content{
        margin-top:80px;
    }

    .about-page-content h2{
        font-size:34px;
    }

}

@media(max-width:576px){

    .about-page-section{
        padding:60px 0;
    }

    .about-page-main-img{
        width:100%;
    }

    .about-page-small-img{
        width:40%;
        bottom:-20px;
    }

    .about-page-exp-box{
        padding:12px;
    }

    .about-page-exp-box h3{
        font-size:22px;
    }

    .about-page-content{
        margin-top:50px;
    }

    .about-page-content h2{
        font-size:28px;
    }

    .about-page-grid{
        grid-template-columns:1fr;
    }

    .about-page-btn{
        width:100%;
        text-align:center;
    }

}

/* ===========================
   VISION MISSION SECTION
=========================== */

.vm-section{
    padding:90px 0;
    background:#f8f9fa;
}

.vm-heading{
    text-align:center;
    margin-bottom:50px;
}


.vm-heading h2{
    font-size:30px;
    font-weight:700;
    margin:10px 0;
}

.vm-heading p{
    
    max-width:650px;
    margin:auto;
}

/* Cards */

.vm-card{
    position:relative;

    background:#fff;
    padding:50px 35px;

    border-radius:25px;

    overflow:hidden;

    transition:.4s;

    height:100%;

    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.vm-card:hover{
    transform:translateY(-8px);
}

/* Icon */

.vm-icon{
    width:80px;
    height:80px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:32px;

    margin-bottom:25px;
}

.vm-vision .vm-icon{
    background:rgba(13,110,253,.1);
    color:#0d6efd;
}

.vm-mission .vm-icon{
    background:rgba(25,135,84,.1);
    color:#198754;
}

/* Headings */

.vm-card h3{
    font-size:28px;
    margin-bottom:15px;
}

.vm-card p{
    color:#666;
    line-height:1.8;
}

/* Decorative circle */

.vm-card::before{
    content:"";

    position:absolute;

    width:180px;
    height:180px;

    border-radius:50%;

    top:-60px;
    right:-60px;

    opacity:.08;
}

.vm-vision::before{
    background:#0d6efd;
}

.vm-mission::before{
    background:#198754;
}

/* Tablet */

@media(max-width:991px){

    .vm-heading h2{
        font-size:34px;
    }

}

/* Mobile */

@media(max-width:576px){

    .vm-section{
        padding:60px 0;
    }

    .vm-heading h2{
        font-size:28px;
    }

    .vm-card{
        padding:35px 25px;
    }

    .vm-icon{
        width:65px;
        height:65px;
        font-size:26px;
    }

    .vm-card h3{
        font-size:24px;
    }

}
/* Event Details */

.event-detail-page-sec{
    padding:80px 0;
   
}

.event-detail-layout{
    display:grid;
    grid-template-columns:3fr 1fr;
    gap:35px;
}

/* Left Content */

.event-detail-main{
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.event-detail-main-img img{
    width:100%;
    height:450px;
    object-fit:cover;
}

.event-detail-main-content{
    padding:35px;
}

.event-detail-main-content h2{
    font-size:36px;
    margin-bottom:15px;
    color:#132a16;
}

.event-detail-meta{
    display:flex;
    gap:25px;
    flex-wrap:wrap;
    margin-bottom:20px;
    color:#777;
    font-size:15px;
}

.event-detail-main-content p{
    color:#666;
    line-height:1.9;
    margin-bottom:18px;
}


/* Sidebar */

.event-detail-sidebar{
    display:flex;
    flex-direction:column;
    gap:25px;
}

.event-sidebar-box{
    background:#fff;
    padding:30px;
    border-radius:25px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.event-sidebar-box h3{
    margin-bottom:20px;
    color:#132a16;
    font-size:24px;
}

/* Links */

.event-sidebar-links{
    list-style:none;
    padding:0;
    margin:0;
}

.event-sidebar-links li{
    margin-bottom:15px;
}

.event-sidebar-links a{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:14px 18px;
    text-decoration:none;
    color:#333;
    background:#f8f9fa;
    border-radius:12px;
    transition:.3s;
}

.event-sidebar-links a:hover{
    background:#132a16;
    color:#fff;
    transform:translateX(5px);
}

/* Event Info */

.event-info-item{
    display:flex;
    justify-content:space-between;
    margin-bottom:18px;
    border-bottom:1px solid #eee;
    padding-bottom:15px;
}

.event-info-item:last-child{
    border:none;
    margin-bottom:0;
}

/* Tablet */

@media(max-width:991px){

.event-detail-layout{
    grid-template-columns:1fr;
}

}

/* Mobile */

@media(max-width:768px){

.event-detail-page-sec{
    padding:50px 0;
}

.event-detail-main-img img{
    height:250px;
}

.event-detail-main-content{
    padding:25px;
}

.event-detail-main-content h2{
    font-size:28px;
}

.event-detail-meta{
    gap:10px;
    flex-direction:column;
}

}

    .sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 0px;
}

/* Section */
.team-section{
    padding:40px 20px;
   
    overflow:hidden;
}



.team-section p{
    max-width:750px;
    margin:auto;
    color:#666;
    line-height:1.9;
    font-size:16px;
}

/* Grid Layout */
.team-grid{
    display:grid;
    grid-template-columns:33.33% 66.66%;
    gap:40px;
    align-items:center;
    margin-top:70px;
}

/* Left Side Content */
.team-content-box{
    padding-right:30px;
}

.team-content-box h3{
    font-size:30px;
    color:#111;
    line-height:1.3;
    margin-bottom:25px;
    font-weight:800;
}

.team-content-box p{
    color:#666;
    line-height:1.9;
    margin-bottom:35px;
    text-align:left;
}

/* Button */
.team-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:15px 34px;
    background:#132a16;
    color:#fff;

    text-decoration:none;
    border-radius:50px;
    font-weight:600;

    transition:.3s ease;
}

.team-btn:hover{
    background:#083b1a;
    transform:translateY(-4px);
}

/* Right Team Grid */
.team-members{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
}

/* Card */
.team-card{
    position:relative;
    border-radius:28px;
    overflow:hidden;
    transition:.4s ease;
    box-shadow:0 10px 35px rgba(0,0,0,0.08);
}

.team-card:hover{
    transform:translateY(-10px);
}

/* Image */
.team-image{
    position:relative;
    overflow:hidden;
}

.team-image img{
    width:100%;
    height:420px;
    object-fit:cover;
    transition:.5s ease;
}

.team-card:hover .team-image img{
    transform:scale(1.08);
}

/* Overlay */
.team-overlay{
    position:absolute;
    inset:0;

    background:linear-gradient(to top,
    rgba(0,0,0,0.8),
    rgba(0,0,0,0.05));

    display:flex;
    align-items:flex-end;

    padding:25px;
}

/* Text */
.team-text h3{
    color:#fff;
    font-size:22px;
    margin-bottom:8px;
}

.team-text p{
    color:#fff;
    font-size:15px;
    margin:0;
}

/* Responsive */
@media(max-width:1100px){

    .team-grid{
        grid-template-columns:1fr;
    }

    .team-content-box{
        text-align:center;
        padding-right:0;
    }

    .team-content-box p{
        text-align:center;
    }

}

@media(max-width:768px){

 

    .team-members{
        grid-template-columns:1fr 1fr;
    }

    .team-image img{
        height:350px;
    }

}

@media(max-width:576px){

    .team-section{
        padding:70px 15px;
    }

  
    .team-members{
        grid-template-columns:1fr;
    }

    .team-image img{
        height:400px;
    }

    .team-content-box h3{
        font-size:30px;
    }

}


/* Section */
.event-gallery{
    padding:40px 20px;
    background:#fff;
}


/* Heading */



/* Gallery Layout */
.gallery-wrapper{
    display:grid;
    grid-template-columns:2fr 1fr 1fr;
    grid-template-rows:280px 280px;
    gap:22px;
}

/* Cards */
.gallery-card{
    position:relative;
    overflow:hidden;
    border-radius:24px;
    cursor:pointer;
}

/* Large Card */
.card-large{
    grid-row:span 2;
}

/* Images */
.gallery-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s ease;
}

.gallery-card:hover img{
    transform:scale(1.08);
}

/* Overlay */
.gallery-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top,
    rgba(0,0,0,0.8),
    rgba(0,0,0,0.1));

    display:flex;
    align-items:flex-end;
    padding:25px;
}

/* Content */
.gallery-info h3{
    color:#fff;
    font-size:24px;
    margin-bottom:8px;
}

.gallery-info p{
    color:#ddd;
    font-size:15px;
}

/* Responsive */
@media(max-width:992px){

    .gallery-wrapper{
        grid-template-columns:1fr 1fr;
        grid-template-rows:auto;
    }

    .card-large{
        grid-row:span 1;
        height:320px;
    }

    .gallery-card{
        height:260px;
    }

}

@media(max-width:576px){

    .event-gallery{
        padding:70px 15px;
    }

    .section-title h2{
        font-size:32px;
    }

    .gallery-wrapper{
        grid-template-columns:1fr;
    }

    .gallery-card,
    .card-large{
        height:250px;
    }

}

/* Donation Section */
.donate-sec .container{
    max-width:1200px;
}
.donate-sec{
    padding:80px 0;
    background:#fff;
}

.donate-box{
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
    display:grid;
    grid-template-columns:1fr 1fr;
}

/* Left */

.donate-left{
    background-color:#0b5d1e;
    min-height:100%;
    position:relative;
}

.donate-left::after{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.55);
}

.donate-left-content{
    position:relative;
    z-index:2;
    color:#fff;
    padding:50px;
}

.donate-left-content h2{
    font-size:30px;
    margin-bottom:15px;
}

.donate-left-content p{
    line-height:1.8;
    color:#eee;
}

/* Right Form */

.donate-right{
    padding:40px;
}

.donate-right h3{
    font-size:28px;
    color:#132a16;
    margin-bottom:20px;
}

.donate-tabs{
    display:flex;
    gap:10px;
    margin-bottom:20px;
}

.donate-tabs button{
    flex:1;
    padding:12px;
    border:none;
    border-radius:10px;
    cursor:pointer;
    background:#eee;
    font-weight:600;
}

.donate-tabs button.active{
    background:#132a16;
    color:#fff;
}

/* Inputs */

.donate-form input,
.donate-form select{
    width:100%;
    padding:14px;
    margin-bottom:15px;
    border-radius:10px;
    border:1px solid #ddd;
}



.donate-btn:hover{
    background:#b2812d;
    border:1px solid #b2812d;
}

/* Receipt Modal */

.receipt-modal{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.6);
    justify-content:center;
    align-items:center;
    z-index:9999;
}

.receipt-box{
    background:#fff;
    padding:30px;
    border-radius:15px;
    width:350px;
    text-align:center;
}

.receipt-box h4{
    margin-bottom:15px;
    color:#132a16;
}

.receipt-btn{
    margin-top:15px;
    padding:10px 15px;
    border:none;
    background:#132a16;
    color:#fff;
    border-radius:8px;
    cursor:pointer;
}

/* Responsive */

/* =========================
   Responsive Design
========================= */
@media screen and (max-width:991px){

    .donate-box{
        display:flex !important;
        flex-direction:column !important;
    }

    .donate-left,
    .donate-right{
        width:100%;
    }

    .donate-left-content{
        padding:30px 20px;
    }

    .donate-right{
        padding:30px 20px;
    }
}

@media screen and (max-width:767px){

    .donation-details{
        display:flex;
        flex-direction:column;
        align-items:center;
        text-align:center;
    }

    .donation-qr{
        width:140px;
        height:140px;
    }

    .bank-details{
        width:100%;
    }

    .donate-left-content h2{
        font-size:28px;
    }

    .donate-right h3{
        font-size:24px;
    }
}
@media screen and (max-width: 767px){

    .g-recaptcha{
        transform: scale(0.90);
        -webkit-transform: scale(0.90);
        transform-origin: left top;
        -webkit-transform-origin: left top;
    }
}

@media screen and (max-width: 480px){

    .g-recaptcha{
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: left top;
        -webkit-transform-origin: left top;
    }
}
.donation-qr{
    width:180px;
    height:180px;
    object-fit:contain;
    border:1px solid #ddd;
    padding:10px;
    background:#fff;
    border-radius:10px;
}

/* Tablet */
@media (max-width:768px){
    .donation-qr{
        width:150px;
        height:150px;
    }
}

/* Mobile */
@media (max-width:576px){
    .donation-qr{
        width:130px;
        height:130px;
    }
}



    .hero-section{
    position: relative;
    overflow: hidden;
}

.heroSwiper{
    width: 100%;
    height: 100vh;
}

.swiper-slide{
    position: relative;
}

.hero-img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

/* Overlay */
/* Left side overlay effect */
.overlay{
    position: absolute;
    inset: 0;
    z-index: 1;
    
    background: linear-gradient(
        to right,
        rgba(0,0,0,0.95) 0%,
        rgba(0,0,0,0.55) 35%,
        rgba(0,0,0,0.15) 70%,
        rgba(0,0,0,0) 100%
    );
}

/* Content */

.hero-content{
     margin-top: -39px;
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    color: #fff;
}

.hero-content h1{
    font-size: 53px;
    font-weight: 700;
}

.hero-content span{
    color: #b2812d;
}

.hero-content p{
    font-size: 18px;
    margin: 20px 0;
}

/* Mobile */
@media(max-width:768px){

    .heroSwiper,
    .hero-img{
        height: 80vh;
    }

    .hero-content h1{
        font-size: 36px;
    }

    .hero-content p{
        font-size: 15px;
    }
    .hero-content{
     margin-top: 5px;
    
}
}
.terms-hero-section{
     position:relative;

    background:url("../img/privacybnr.png");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;

    min-height:350px;

    display:flex;
    align-items:center;

    overflow:hidden;
    
   
}

.terms-hero-overlay{
    position:absolute;
    inset:0;
   
}

.terms-hero-content{
    position:relative;
    z-index:2;
    max-width:700px;
    color:#fff;
}

.terms-hero-content h1{
    font-size:58px;
    font-weight:700;
    margin-bottom:15px;
}

.terms-hero-content p{
    font-size:18px;
    line-height:1.8;
    margin-bottom:25px;
}

.terms-breadcrumb{
    display:inline-flex;
    gap:10px;
    align-items:center;
    
   
}

.terms-breadcrumb a{
    color:#fff;
    text-decoration:none;
}

.terms-breadcrumb span{
    color:#b2812d;
}

@media(max-width:768px){

    .terms-hero-section{
        min-height:280px;
        text-align:center;
    }

    .terms-hero-content h1{
        font-size:36px;
    }

    .terms-hero-content p{
        font-size:16px;
    }
}

/*programdetailbannerswction*/
    .inner-banner{
    position: relative;
   background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 350px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.inner-banner-overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
}

.inner-banner-content{
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
   
}

.inner-banner-content h1{
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 15px;
}

.inner-banner-content p{
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.inner-breadcrumb{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.inner-breadcrumb a{
    color: #fff;
    text-decoration: none;
    transition: .3s;
}

.inner-breadcrumb a:hover{
    color: #f7c600;
}

.inner-breadcrumb span{
    color: #fff;
}

.inner-breadcrumb .active{
    color: #f7c600;
}

.program-details-banner{
    background-image: url('../img/programdetailbg.jpg');
}

.gallery-banner{
    background-image: url('../img/gallerynewbg.jpg');
}

.donat-banner{
    background-image: url('../img/onationbnr.jpg');
}

.privacy-banner{
    background-image: url('../img/prvbnr.png');
}

.eventdetail-banner{
    background-image: url('../img/eventdetailbg.jpg');
}

.blog-banner{
    background-image: url('assets/img/banner/blog-banner.jpg');
}
@media (max-width:991px){

    .inner-banner{
        min-height: 320px;
    }

    .inner-banner-content h1{
        font-size: 40px;
    }
}

@media (max-width:767px){

    .inner-banner{
        min-height: 280px;
    }

    .inner-banner-content h1{
        font-size: 32px;
    }

    .inner-banner-content p{
        font-size: 16px;
    }
}
/* Desktop Dropdown */
.navbar .dropdown-menu{
    width: 250px;
    min-width: 250px;
    border: 1px solid #e5e5e5;
    border-top: 4px solid #132a16;
    border-radius: 0 0 12px 12px;
    padding: 10px 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.navbar .dropdown-item{
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 500;
    transition: all .3s ease;
}

.navbar .dropdown-item:hover{
    background: #f5f5f5;
    padding-left: 25px;
}

.navbar .dropdown-divider{
    margin: 6px 0;
}

/* Center Dropdown on Desktop */
@media (min-width: 992px){
    
    .navbar .dropdown-menu{
        left: 50%;
        transform: translateX(-50%);
    }

    .navbar .dropdown:hover .dropdown-menu{
        display: block;
        margin-top: 0;
    }
}

/* Tablet & Mobile */
@media (max-width: 991.98px){

    .navbar .dropdown-menu{
        width: 100%;
        min-width: 100%;
        border-top: 2px solid #132a16;
        border-radius: 8px;
        margin-top: 8px;
        left: 0;
        transform: none;
        box-shadow: none;
    }

    .navbar .dropdown-item{
        padding: 12px 15px;
        font-size: 14px;
    }

    .navbar .dropdown-item:hover{
        padding-left: 20px;
    }
}

/* Small Mobile */
@media (max-width: 576px){

    .navbar .dropdown-menu{
        width: 100%;
        border-radius: 6px;
    }

    .navbar .dropdown-item{
        padding: 10px 15px;
        font-size: 14px;
    }
}
.error 
{
    color:red;
}


/*----404page*/
.error-section{
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(
        135deg,
        #0d3b2e,
        #14532d
    );
    text-align:center;
    padding:40px 15px;
}

.error-content{
    max-width:700px;
    margin:auto;
}

.error-content h1{
    font-size:180px;
    font-weight:800;
    line-height:1;
    color:#fff;
    margin-bottom:10px;
    text-shadow:0 10px 30px rgba(0,0,0,.2);
}

.error-content h2{
    font-size:42px;
    font-weight:700;
    color:#fff;
    margin-bottom:20px;
}

.error-content p{
    font-size:18px;
    color:rgba(255,255,255,.85);
    line-height:1.8;
    margin-bottom:35px;
}

.error-btn{
    display:inline-block;
    padding:15px 35px;
    background:#fff;
    color:#14532d;
    font-weight:600;
    border-radius:50px;
    text-decoration:none;
    transition:.3s;
}

.error-btn:hover{
    background:#22c55e;
    color:#fff;
}

/* Responsive */

@media(max-width:768px){

    .error-content h1{
        font-size:120px;
    }

    .error-content h2{
        font-size:30px;
    }

    .error-content p{
        font-size:16px;
    }
}

@media(max-width:576px){

    .error-content h1{
        font-size:90px;
    }

    .error-content h2{
        font-size:24px;
    }
}

/*preloader*/
/* ==========================
   PRELOADER
========================== */

#preloader{
    position:fixed;
    inset:0;
    background:#ffffff;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:999999;
    transition:all .5s ease;
}

.preloader-content{
    text-align:center;
}

.preloader-logo{
    width:120px;
    max-width:80%;
    animation:pulse 1.5s ease-in-out infinite;
}

.loader-line{
    width:120px;
    height:4px;
    background:#e5e5e5;
    border-radius:50px;
    overflow:hidden;
    margin:20px auto 0;
    position:relative;
}

.loader-line::before{
    content:"";
    position:absolute;
    top:0;
    left:-100%;
    width:100%;
    height:100%;
    background:#198754;
    animation:loading 1.5s linear infinite;
}

@keyframes loading{
    100%{
        left:100%;
    }
}

@keyframes pulse{
    0%,100%{
        transform:scale(1);
    }
    50%{
        transform:scale(1.08);
    }
}

/* Mobile */

@media (max-width:768px){

    .preloader-logo{
        width:90px;
    }

    .loader-line{
        width:90px;
    }
}