
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;}
.hero-logo {width: 350px;}
.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: #ffcfcf;display: inline-flex;width: fit-content;padding: 2px 10px;border-radius: 3px;margin-bottom: 10px;font-size: 15px;
    font-weight: 400;color: #fd0000;}

/* ======================= 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;}

.feature-detail-section,.cause-detail-section {background: #E8D8B7;}
.feature-detail-card,.cause-details-card,.cause-sidebar-card {background: #fff;padding: 40px;border-radius: 12px;box-shadow: 0 8px 25px rgba(0,0,0,0.05);margin-bottom: 30px;}
.feature-item-description,.cause-item-description {font-size: 16px;line-height: 1.8;color: #555;margin-bottom: 30px;}

/* ======================= 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;}
.inline-link{color: #D97A2B; text-decoration: none; font-size: 14px;z-index:2;position:relative;}
.inline-link i{font-size: 10px; margin-left: 4px;}
.cause-card:hover .inline-link{color:#fff;}

.cause-swiper.swiper-container {width: 100%;padding-top: 10px;padding-bottom: 40px;}
.cause-swiper .swiper-slide {background-position: center;background-size: cover;width: 300px;height: 220px;border-radius: 10px;overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);}
.cause-swiper .swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;transition: transform 0.3s ease;}
.cause-swiper .swiper-slide:hover img {transform: scale(1.05);}
.cause-swiper .sidebar-card {background: #fff;padding: 30px;border-radius: 12px;box-shadow: 0 8px 25px rgba(0,0,0,0.05);position: sticky;top: 100px;}
.cause-sidebar-title {font-size: 20px;font-weight: 700;color: #2c2c2c;margin-bottom: 20px;border-bottom: 2px solid #D97A2B;padding-bottom: 10px;}
.other-cause-item {display: flex;align-items: center;margin-bottom: 15px;padding-bottom: 15px;border-bottom: 1px solid #f0f0f0;transition: transform 0.2s ease;}
.other-cause-item:hover {transform: translateX(5px);}
.other-cause-item:last-child {margin-bottom: 0;padding-bottom: 0;border-bottom: none;}
.other-cause-img {width: 60px;height: 60px;object-fit: cover;border-radius: 6px;margin-right: 15px;}
.other-cause-icon {width: 60px;height: 60px;display: flex;align-items: center;justify-content: center;background: #fdf6ee;color: #D97A2B;font-size: 24px;border-radius: 6px;
    margin-right: 15px;}
.other-cause-info h4 {font-size: 14px;font-weight: 600;margin-bottom: 3px;}
.other-cause-info h4 a {color: #2c2c2c;text-decoration: none;transition: color 0.2s;}
.other-cause-info h4 a:hover {color: #D97A2B;}
.other-cause-info p {font-size: 12px;color: #777;margin: 0;}

/* ======================= 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-section{background-color: #E8D8B7;}
.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;}
.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}
.donation-highlight{border:2px solid #f97316}
.donation-tag{position:absolute;top:10px;right:10px;background:#f97316;color:#fff;font-size:12px;padding:3px 8px;border-radius:4px}

.pay-form {background: #fff;padding: 30px;border-radius: 12px;box-shadow: 0 8px 25px rgba(0,0,0,0.08);margin-bottom: 30px;text-align: left;}
.pay-form label {font-weight: 600;color: #2C2C2C;margin-bottom: 8px;display: block;}
.pay-form input {width: 100%;padding: 12px;border: 1px solid #ccc;border-radius: 6px;margin-bottom: 20px;outline: none;}
.pay-form input:focus {border-color: #D97A2B;}
.alert-box {display: none;padding: 12px;border-radius: 6px;margin-bottom: 20px;font-size: 14px;font-weight: 500;}
.alert-error {background-color: #fde8e8;color: #9b1c1c;border: 1px solid #f8b4b4;}
.alert-success {background-color: #def7ec;color: #03543f;border: 1px solid #84e1bc;}
.donate-input{width:200px;}
.modal-backdrop.show {z-index: 9;}

/* ======================= 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;}

.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{}
.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:cover;border-radius:12px}
.quote{font-style:italic;margin:10px 0;color:#b58b4c}

.success{background-color: #E8D8B7;padding: 40px 0px;}
.success-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.success-box{text-align:center;}
.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;}
.compare:hover .before{width:0}

/* ======================= 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}
.footer h3,.footer h4{color:#fff;margin-bottom:20px}
.footer p{font-size:14px;line-height:1.6;color: #fff;}
.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}
.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;}

.footer-bottom{text-align:center;background:#111;padding:15px;margin-top:40px;font-size:14px;}

/* ======================= BANNER ======================= */

.page-banner{
  height:300px;position:relative;color:#fff;display:grid;place-items:center;text-align:center;
  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;}
.page-banner .overlay{position:absolute;inset:0;background:#0006;}
.page-banner h1{font-size:40px}
.page-banner p{font-size:14px}

/* ======================= CONTACT ======================= */

.contact-section{background: #E8D8B7;}
.contact-form {padding:20px;box-shadow: 0 8px 25px rgba(0,0,0,0.05);background:#fff;border-radius:5px;}
.contact-form input,
.contact-form textarea{width:100%;padding:12px;border:1px solid #ccc;border-radius:5px;margin-bottom:15px;}
.contact-form textarea{resize:none}
.contact-details i{margin-right:8px;color:#D97A2B}

/* ======================= BLOG ======================= */

.blog-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 5px 20px #0001;transition:.3s}
.blog-card:hover{transform:translateY(-6px)}
.blog-card img{width:100%;height:200px;object-fit:cover}
.blog-detail-section {background: #E8D8B7;}
.blog-detail-card {background: #fff;padding: 30px;border-radius: 12px;box-shadow: 0 8px 25px rgba(0,0,0,0.05);margin-bottom: 30px;}
.blog-detail-card img {width: 100%;height: auto;border-radius: 8px;margin-bottom: 30px;}
.blog-meta {font-size: 14px;color: #888;margin-bottom: 15px;}
.blog-meta span {margin-right: 20px;}
.blog-meta i {margin-right: 5px;color: #D97A2B;}
.blog-title {font-size: 32px;color: #2C2C2C;margin-bottom: 20px;font-weight: 700;}
.blog-description {font-size: 16px;line-height: 1.8;color: #555;}
.sidebar-card {background: #fff;padding: 30px;border-radius: 12px;box-shadow: 0 8px 25px rgba(0,0,0,0.05);margin-bottom: 30px;}
.sidebar-card h3 {font-size: 20px;color: #2C2C2C;margin-bottom: 20px;border-bottom: 2px solid #E8D8B7;padding-bottom: 10px;}
.recent-post-item {display: flex;gap: 15px;margin-bottom: 15px;align-items: center;}
.recent-post-item img {width: 70px;height: 70px;object-fit: cover;border-radius: 6px;}
.recent-post-info h4 {font-size: 14px;margin: 0 0 5px;font-weight: 600;}
.recent-post-info h4 a {color: #2C2C2C;text-decoration: none;transition: 0.3s;}
.recent-post-info h4 a:hover {color: #D97A2B;}
.recent-post-info span {font-size: 12px;color: #888;}


/* ======================= RESPONSIVE ======================= */

@media(max-width:768px){
.heading {font-size: 30px !important;}
.section{padding: 50px 0 !important;}

.topbar,.desktop-menu,.mobile-hide{display: none;}
.menu-toggle {display: block;}
.hero-section h1 {font-size: 28px;}
.hero-logo {width: 250px;}
.feature-box {width: 100%;border-bottom: 1px solid #666;}

.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;}
.success-grid {gap: 5px;}

.blog-detail-card {padding: 20px;}

.grid-3{grid-template-columns:1fr}
.plans {grid-template-columns: repeat(1, 1fr);}
}