
body {margin: 0;font-family: Arial;background-color: #E8D8B7;}
.btn-primary {background: #D97A2B;color: #fff;display: inline-block; padding: 12px 25px;border-radius: 4px;
  text-decoration: none;font-size: 14px;font-weight: 600;transition: 0.3s;}
.btn-primary:hover {background: #e65c00;}
.desktop-hide{display:none;}

/* ======================= HEADER ======================= */

.topbar{background:#2C2C2C;color:#fff;padding:10px 0;font-size:14px;}
.topbar .container{display:flex;justify-content:space-between;align-items:center;}
.topbar span{margin-right:20px;}
.topbar i{margin-right:5px;}
.topbar a{color:#fff;margin-left:12px;transition:.3s;}
.topbar a:hover{color:#333;}

.header{position:absolute;top:30px;left:0;width:100%;padding:15px 20px;z-index:999;transition:.3s;}
.header.active{position:fixed;top:0;background:#3E5F3C;box-shadow:0 2px 10px rgba(0,0,0,.15);}
.header .container{display:flex;align-items:center;justify-content:space-between;}
.logo img{width:75px;}
.header ul{list-style:none;margin: 0;}
.header li{display:inline-block;margin:0 12px;}
.header a{color:#fff;text-decoration:none;font-size:15px;transition:.3s;}
.header a:hover{color:#D97A2B;}

.menu-toggle {display: none;font-size: 22px;color: #fff;cursor: pointer;}
.mobile-sidebar {position: fixed;top: 0;right: -280px;width: 280px;height: 100%;background: #3E5F3C;z-index: 1000;
    padding: 25px;transition: 0.3s ease;display: flex;flex-direction: column;}
.mobile-sidebar.active {right: 0;}
.mobile-sidebar ul {list-style: none;padding: 0;margin-top: 40px;}
.mobile-sidebar li {margin-bottom: 15px;}
.mobile-sidebar a {color: #fff;text-decoration: none;font-size: 16px;}
.mobile-sidebar a:hover {color: #D97A2B;}
.close-btn {text-align: right;font-size: 22px;color: #fff;cursor: pointer;}
.sidebar-overlay {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.5);display: none;z-index: 999;}
.sidebar-overlay.active {display: block;}

/* ======================= HERO ======================= */

.hero-section{
  height:700px;position:relative;text-align:center;color:#fff;display:flex;align-items: center;justify-content: center;
  background:linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
            url('../images/hero-bg.jpg') center/cover no-repeat;}
.hero-section h1{font-size:60px;margin:20px 0;}
.hero-section p{font-size:20px;margin-bottom:30px;color:white;}
.hero-section span{font-size:14px;display: block;}
.hero-section a{margin:5px;display:inline-block;}
.hero-text-01 {background: #697d00;display: inline-block;padding: 2px 10px;border-radius: 3px;margin-bottom: 10px;
    font-size: 16px;font-weight: 600;color: #a1fc00;}
.hero-text-02 {background: #2d6b2a;display: inline-block;padding: 2px 10px;border-radius: 3px;margin-bottom: 10px;font-size: 15px;
    font-weight: 300;color: #00ff68;}

/* ======================= FEATURE ======================= */

.feature-section{background:#E8D8B7;}
.feature-wrapper{background:#fff;box-shadow:0 15px 40px rgba(0,0,0,.1);position:relative;top:-100px;font-size:0;}
.feature-box{display:inline-block;width:33.33%;padding:40px 30px;border-right:1px solid #E8D8B7;font-size:14px;vertical-align:top;
transition:.3s;}
.feature-box:last-child{border:none;}
.feature-box i{font-size:45px;color:#f4b25a;margin-bottom:20px;}
.feature-box h3{font-size:20px;margin-bottom:15px;}
.feature-box p{color:#666;margin-bottom:20px;}
.feature-box a{color:#333;text-decoration:none;font-weight:bold;}
.feature-box:hover{background:#D97A2B;color:#fff;}
.feature-box:hover i,
.feature-box:hover p,
.feature-box:hover a{color:#fff;}

/* ======================= ABOUT ======================= */

.view-more{text-align: center;}
.about-section{background-color: #E8D8B7;padding: 0 0 70px 0;}
.sub-title{text-align: center;}
.image-box{overflow: hidden; border-radius: 10px;}
.image-box img{width:100%;height:100%;object-fit: cover;display: block; transition:.4s}
.image-box img:hover{transform:scale(1.05)}
.image-box.last img {height: 250px;}
.content-box{background:#fff;padding:25px;border-radius:10px;box-shadow:0 8px 20px rgba(0,0,0,.08);transition:.3s;height:100%;}
.content-box:hover{transform:translateY(-5px)}
.icon{color:#b58b4c;margin-right:8px}
.content-box h3{margin:0 0 10px;font-size:22px}
.content-box p{font-size:15px;line-height:1.6}
.fade-in{opacity:0;animation:fade 1s ease forwards}
.fade-in:nth-child(2){animation-delay:.3s}
.fade-in:nth-child(3){animation-delay:.6s}
.fade-in:nth-child(4){animation-delay:.9s}
@keyframes fade{
from{opacity:0;transform:translateY(25px)}
to{opacity:1;transform:none}
}

/* ======================= CAUSE ======================= */

.causes-section{background:#E8D8B7;}
.cause-card {padding: 40px 25px;background: #fff;border-radius: 12px;text-decoration: none;color: #2C2C2C;position: relative;
    overflow: hidden;box-shadow: 0 8px 25px #00000015;transition: .3s;}
.cause-card::before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 0;background: #D97A2B;
    transition: .3s;z-index: 1;}
.cause-card h3{font-size:20px;margin-top:5px;}
.cause-card i,.cause-card h3,.cause-card p {position: relative;z-index: 2;}
.donate-tag {position: absolute;top: 15px;right: 15px;background: #D97A2B;color: #fff;padding: 6px 12px;
    border-radius: 20px;font-size: 12px;transition: .3s;z-index: 3;}
.cause-card:hover::before {height: 100%;}
.cause-card:hover i,
.cause-card:hover h3,
.cause-card:hover p {color: #fff;}
.cause-card:hover .donate-tag {background: #fff;color: #D97A2B;}

/* ======================= IMPACT ======================= */

.impact-section{position:relative;text-align:center;color:#fff}
.bg-img{width:100%;height:300px;object-fit:cover}
.overlay-dark{position:absolute;inset:0;background:rgba(0,0,0,.6)}
.impact-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%}
.impact-box{}
.icon{font-size:28px;margin-bottom:8px;color:#f4c27a}
.impact-content h2 {font-size: 34px;color: #fff;margin-bottom: 10px;}
.impact-box h3{margin:0;font-size:24px}
.impact-box p{margin:5px 0;font-size:14px;color:#fff;}
.impact-content h2::after {content: "";display: block;width: 50px;height: 3px;background: #D97A2B;margin: 8px auto 0;}

/* ======================= CERTIFICATE ======================= */

.certificate-section {background: #f9f9f9;}
.certificate-card {background: #fff;border-radius: 10px;overflow: hidden;box-shadow: 0 5px 15px rgba(0,0,0,0.05);transition: 0.3s;
    height: 100%;}
.certificate-card:hover {transform: translateY(-5px);box-shadow: 0 10px 25px rgba(0,0,0,0.1);}
.certificate-card img {width: 100%;height: auto;border: none;}
.certificate-title {text-align: center;padding: 10px;font-size: 14px;font-weight: 600;}

/* ======================= CAMPAIGN ======================= */

.campaign-section{background-color: #E8D8B7;}
.filter{text-align:center;margin-bottom:20px}
.filter button{padding:6px 14px;margin:5px;border:none;background:#ddd;border-radius:5px;cursor:pointer}
.filter button.active,.filter button:hover{background:#f97316;color:#fff}
.campaign-item {
    transition: .4s ease;
}

.campaign-item.hide {
    opacity: 0;
    transform: scale(0.8);
    pointer-events: none;
    position: absolute;
}
.campaign-box{background:#fff;border-radius:10px;overflow:hidden;position:relative}
.campaign-box img{width:100%;height:200px;object-fit:cover}
.campaign-content{padding:12px}
.campaign-badge{position:absolute;top:10px;left:10px;background:red;color:#fff;font-size:12px;padding:4px 8px;border-radius:4px}

.progress{height:4px !important;background:#eee;margin:8px 0}
.progress span{display:block;height:100%;background:#f97316;width:0}
.popup{display:none;position:fixed;inset:0;background:rgba(0,0,0,.6)}
.popup-box{background:#fff;width:300px;margin:10% auto;padding:20px;text-align:center;position:relative;border-radius:8px}
.close{position:absolute;top:5px;right:10px;cursor:pointer;font-size:18px}

/* ======================= VOLUNTEER ======================= */

.volunteer-card {background: #fff;padding: 25px 15px;border-radius: 10px;transition: 0.3s ease;box-shadow: 0 5px 15px rgba(0,0,0,0.05);}
.volunteer-card:hover {transform: translateY(-5px);box-shadow: 0 10px 25px rgba(0,0,0,0.1);}
.volunteer-card img {width: 120px;height: 120px;object-fit: cover;}

.volunteer-join-section{background-color: #E8D8B7;}
.team-box{margin-bottom: 20px;}
.team-img{position:relative;overflow:hidden;border-radius:10px}
.team-img img{width:100%;height:180px;object-fit:cover;display:block}
.overlay{
position:absolute;inset:0;background:rgba(0,0,0,.6);color:#fff;text-align:center;
padding-top:60px;opacity:0;transition:.3s}
.team-img:hover .overlay,
.team-img:active .overlay{opacity:1}

/* ======================= TESTIMONIAL ======================= */

.testimonial-wrapper{max-width:700px;margin:auto}
.testimonial{display:none;text-align:center;padding:30px;background:#fff;border-radius:12px;box-shadow:0 10px 30px #0001}
.testimonial.active{display:block;animation:fade .5s}
.testimonial p{color:#555;margin-bottom:25px}
.user img{width:70px;height:70px;border-radius:50%}
.user span{font-size:13px;color:#888}

.testimonial-dots{text-align:center;margin-top:20px}
.dot{width:10px;height:10px;background:#ccc;display:inline-block;margin:5px;border-radius:50%;cursor:pointer}
.dot.active{background:#ff6b00}

@keyframes fade{from{opacity:0}to{opacity:1}}

/* ======================= DONATION ======================= */

.donate-intro{padding:80px 0;background:#E8D8B7}
.donate-wrap{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.donate-img img{width:100%;border-radius:12px}
.donate-text h2{margin-bottom:15px}
.donate-text p{color:#555;margin-bottom:10px}
.donate-plans{padding:80px 0;background:#E8D8B7}

.plans{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

/* REMOVE FLOAT SYSTEM */
.plan-box{
    background:#fff;
    border-radius:12px;
    padding:20px;
    text-align:center;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    box-sizing:border-box;
    transition:.3s;
    position:relative;
}

.plan-box:hover{transform:translateY(-6px)}

.plan-box h2{margin:10px 0;color:#f97316}
.plan-box ul{padding:0;list-style:none;font-size:14px}
.plan-box ul li{margin:6px 0}

/* HIGHLIGHT */
.highlight{border:2px solid #f97316}

/* TAG */
.tag{
    position:absolute;
    top:10px;right:10px;
    background:#f97316;
    color:#fff;
    font-size:12px;
    padding:3px 8px;
    border-radius:4px
}

/* ======================= DONATION PAYMENT ======================= */

.donation-payment-section{background: #E8D8B7;}
.payment-card {background: #fff;border-radius: 12px;padding: 30px;box-shadow: 0 10px 30px rgba(0,0,0,0.08);}
.qr-box img {width: 220px;border-radius: 10px;border: 1px solid #ddd;}
.bank-details {margin-top: 20px;}
.bank-details p {margin-bottom: 8px;font-size: 15px;}
.bank-details strong {display: inline-block;width: 140px;}
.copy-btn {cursor: pointer;color: #3E5F3C;margin-left: 8px;}
.copy-btn:hover {color: #D97A2B;}

/* ======================= OTHER SECTION ======================= */

.page-banner {height: 300px;background:linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),url('../images/hero-bg.jpg') center/cover no-repeat;
    position: relative;display: flex;align-items: center;}
.banner-content {position: relative;color: #fff;}
.page-banner h1 {font-size: 42px;}
.page-banner p { font-size: 16px;color: #fff;}
.overlay {position: absolute;width: 100%;height: 100%;}

/* ======================= FOOTER ======================= */

.footer{background:#3E5F3C;color:#ccc;padding:60px 0 0}

.footer-wrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}

/* TEXT */
.footer h3,.footer h4{color:#fff;margin-bottom:20px}
.footer p{font-size:14px;line-height:1.6;color: #fff;}

/* LINKS */
.footer ul{list-style:none;padding:0}
.footer li{margin-bottom:10px}
.footer a{color:#ccc;text-decoration:none;transition:.3s;font-size:14px;}
.footer a:hover{color:#ff6b00;padding-left:5px}

/* ICON */
.footer i{color:#ff6b00;margin-right:8px;}

.social-icons {display: flex;gap: 5px;}
.social-icons a i{display: flex;align-items: center;justify-content: center;width: 35px;height: 35px;background: #333;
    color: #fff;border-radius: 50%;color:#ff6b00;margin-right:0px;}
.social-icons a i:hover{background:#ff6b00;color:#fff;padding-left: 0px;}

/* BOTTOM */
.footer-bottom{
  text-align:center;background:#111;
  padding:15px;margin-top:40px;font-size:14px
}







/* RESPONSIVE */
@media(max-width:900px){
.plans{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:500px){
.plans{grid-template-columns:1fr}
}
.custom-donate{position:relative;overflow:hidden;background-color: #E8D8B7;}

.donate-bg{width:100%;height:300px;object-fit:cover}

.donate-overlay{position:absolute;inset:0;background:rgba(0,0,0,.6)}

.donate-content{
position:absolute;top:50%;left:50%;
transform:translate(-50%,-50%);
text-align:center;color:#fff;width:90%
}
.donate-content p{color:#FFF;}
.donate-input{
padding:10px;width:200px;border:none;
border-radius:6px;margin:10px 0
}

.btn-primary{
background:#f97316;color:#fff;
padding:10px 18px;border:none;
border-radius:6px;cursor:pointer
}
.founder-row{display:table;width:100%}
.founder{
  background-color: #E8D8B7;
}
.founder-img,.founder-content{
display:table-cell;
width:50%;
padding:20px;
vertical-align:middle
}

.founder-img img{width:100%;height:320px;object-fit:contain;border-radius:12px}

.quote{
font-style:italic;
margin:10px 0;
color:#b58b4c
}

@media(max-width:768px){
.founder-row{display:block}
.founder-img,.founder-content{display:block;width:100%}
}

/* GRID SYSTEM */
.success{
  background-color: #E8D8B7;
  padding: 40px 0px;
}
.success-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

/* CARD */
.success-box{
    text-align:center;
}

/* IMAGE COMPARE */
.compare{
    position:relative;
    overflow:hidden;
    border-radius:12px;
}

.compare img{
    width:100%;
    height:220px;
    object-fit:cover;
    display:block;
}

.before{
    position:absolute;
    inset:0;
    transition:.5s;
}

/* HOVER EFFECT */
.compare:hover .before{width:0}

/* RESPONSIVE */
@media(max-width:768px){
.success-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:500px){
.success-grid{grid-template-columns:1fr}
}



/* ///////pages banner//////// */
.page-banner{
  height:300px;
  background:linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),url('https://images.unsplash.com/photo-1488521787991-ed7bbaae773c') center/cover no-repeat;
  position:relative;
  color:#fff;
  display:grid;
  place-items:center;
  text-align:center;
}
.page-banner .overlay{
  position:absolute;inset:0;background:#0006;
}
.page-banner h1{font-size:40px}
.page-banner p{font-size:14px}











.contactpage{background:#E8D8B7;padding: 80px;}
.grid-2{display:grid;grid-template-columns:1fr 1fr}
.gap{gap:20px}

.form input,
.form textarea{width:100%;padding:12px;border:1px solid #ccc;border-radius:5px;margin-bottom:15px;}
.form textarea{resize:none}
i{margin-right:8px;color:#D97A2B}
@media(max-width:768px){
  .grid-2{grid-template-columns:1fr}
}

.grid-3{display:grid;grid-template-columns:repeat(3,1fr)}
.gap{gap:25px}

.card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 5px 20px #0001;transition:.3s}
.card:hover{transform:translateY(-6px)}

.card img{width:100%;height:200px;object-fit:cover}
.p{padding:15px}

h3{margin-bottom:10px}
p{font-size:14px;color:#2c2c2c;margin-bottom:15px}





 


/* ============================= */
/* TABLET (≤ 992px) */
/* ============================= */
@media(max-width:992px){



/* FOOTER */
.footer-wrapper{grid-template-columns:repeat(2,1fr)}

}


/* ============================= */
/* MOBILE (≤ 768px) */
/* ============================= */
@media(max-width:768px){



/* HERO */
.hero{height:500px;padding-top:150px}
.hero h1{font-size:28px}

/* FEATURE */
.feature-box{width:100%;border-right:none;border-bottom:1px solid #eee}

/* CAMPAIGN */
.camp-box{width:48%}

/* IMPACT */
.impact-box{width:45%}

/* DONATE INTRO */
.donate-wrap{grid-template-columns:1fr}

/* FOOTER */
.footer-wrapper{grid-template-columns:1fr}

}


/* ============================= */
/* SMALL MOBILE (≤ 500px) */
/* ============================= */
@media(max-width:500px){

/* HERO */
.hero{height:450px;padding-top:120px}
.hero h1{font-size:22px}

/* CAMPAIGN */
.camp-box{width:100%}

/* IMPACT */
.impact-box{width:100%}

/* BUTTON */
.btn-primary{padding:10px 16px;font-size:13px}

}

/* ======================= VOLUNTEER ======================= */

@media(max-width:768px){
.topbar,.desktop-menu,.mobile-hide{display: none;}
.menu-toggle {display: block;}
.hero-section h1 {font-size: 40px;}
.heading {font-size: 30px !important;}
.section{padding: 50px 0 !important;}
.about-section {padding: 0 0 50px 0;}
.impact-box{margin-bottom: 10px;}
.bg-img {height: 450px;}
.certificate-card {height: auto;}
.page-banner {height: 200px;}
.page-banner h1 {font-size: 30px;}
.header {top: 0px;}
.desktop-hide{display:block;}

.donate-intro {padding: 50px 0;}
.form input, .form textarea {padding: 10px;margin-bottom: 10px;font-size: 12px;}





.grid-3{grid-template-columns:1fr}
}