:root {
}

section {
    padding: 100px 0px;
}

.heading-container {
    margin-bottom: 60px;
}
/* header css start here */
header {
    background: #fff;
    border-bottom: 1px solid #e4e1e1;
}
header .logo {
    width: 100px;
}

header .lang-btns .btn {
    background-color: gray;
    border-radius: 0px;
    border: 1px solid #fff;
    color: #fff;
}

header .lang-btns .btn:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: none;
}

header .lang-btns .btn:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: none;
}

header .lang-btns .btn.active {
    background-color: green;
}

/* header css end here */

/* hero section css start here */
section.hero-section {
    background-image: url("../img/hero.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 90vh;
    position: relative;
}

section.hero-section .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

section.hero-section .content {
    position: relative;
    z-index: 2;
    min-height: 90vh;
    display: flex;
    align-items: center;
}

/* hero section css end here */

/* about section  */
section.about-section {
}

section.about-section img {
    border-radius: 10px;
}

/* about section css end here */

/* activity section css start here */
.activities-section {
}

.activity-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    /* box-shadow: 0 8px 25px rgba(0,0,0,0.08); */
    transition: transform 0.3s ease;
    border: 1px solid #c7c2c2;
}

.activity-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.activity-card .card-body {
    padding: 20px;
}

.activity-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

/* Owl arrows */
.activities-carousel .owl-nav button {
    position: absolute;
    top: 40%;
    background: #0d6efd !important;
    color: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.activities-carousel .owl-nav .owl-prev {
    left: -20px;
}

.activities-carousel .owl-nav .owl-next {
    right: -20px;
}

/* activity section css end here */

/* donaiton fund css start here */
section.donation-fund-section {
}

.fund-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.fund-card .card-body {
    padding: 20px;
}

.fund-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

/* Owl arrows */
.donation-fund-carousel .owl-nav button {
    position: absolute;
    top: 40%;
    background: #0d6efd !important;
    color: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.donation-fund-carousel .owl-nav .owl-prev {
    left: -20px;
}

.donation-fund-carousel .owl-nav .owl-next {
    right: -20px;
}

.fund-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    /* box-shadow: 0 8px 25px rgba(0,0,0,0.08); */
    transition: transform 0.3s ease;
    border: 1px solid #c7c2c2;
}
/* donaiton fund css end here */



/* join us section css start here*/
.join-us-section {
    background: #f8f9fa;
}

.join-card {
    background: #fff;
    border-radius: 12px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all .35s ease;
    position: relative;
}

.join-card:hover {
    transform: translateY(-8px);
}

.join-card .icon-box {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: #0d6efd;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.join-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.join-card p {
    font-size: 15px;
    color: #555;
}

.join-card .benefits {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.join-card .benefits li {
    margin-bottom: 8px;
    font-size: 14px;
}

/* Featured Card */
.join-card.featured {
    border: 2px solid #0d6efd;
    transform: scale(1.05);
}

.join-card.featured .badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #0d6efd;
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
}
/* join us section css end here*/



/* blog section csss start here */
.blog-section {
    background: #f8f9fa;
}

.blog-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: transform .3s ease;
}

.blog-card:hover {
    transform: translateY(-6px);
}

.blog-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog-card .card-body {
    padding: 20px;
}

.blog-card h5 {
    font-weight: 600;
    margin: 10px 0;
}

.blog-card p {
    font-size: 15px;
    color: #555;
}

.blog-date {
    font-size: 13px;
    color: #0d6efd;
    font-weight: 500;
}

.read-more {
    font-size: 14px;
    font-weight: 500;
    color: #0d6efd;
    text-decoration: none;
}

.read-more:hover {
    text-decoration: underline;
}

/* blog-section css end here */



/* newsletter css start here */
.newsletter-section {
    position: relative;
    /* border-radius: 12px; */
    overflow: hidden;
    padding: 60px 0;
}

.newsletter-section .section-title {
    font-size: 2rem;
    font-weight: 700;
}

.newsletter-section .section-description {
    font-size: 16px;
    margin-bottom: 30px;
}

.newsletter-form input {
    border-radius: 50px;
    padding: 15px 20px;
    flex: 1;
}

.newsletter-form button {
    border-radius: 50px;
    padding: 15px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.newsletter-form button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

@media (max-width: 576px) {
    .newsletter-form {
        flex-direction: column;
    }
}


/* newsletter css end here */