/********** Template CSS **********/
:root {
    --primary: #fcc635;
    --secondary: #525368;
    --light: #e8f5e9;
    --dark: #0f4229;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity 0.5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Button ***/
.btn {
    transition: 0.5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Top navbar btn ***/
.btn-navbar {
    color: #48994c;
    background-color: #fff;
    border: 2px solid #48994c;
}

.btn-navbar:hover {
    color: #48994c;
    background-color: #fcc635;
    border-color: #fcc635;
}

/**Custom button**/
.modern-btn-slide {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    color: #0f4229;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #0f4229;
    border-radius: 7px;
    overflow: hidden;
    background: transparent;
    transition: color 0.3s ease, border 0.3s ease;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.modern-btn-slide::before {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #66bb6a, #0f4229);
    transition: top 0.4s ease;
    z-index: -1;
}

.modern-btn-slide:hover::before {
    top: 0;
}

.modern-btn-slide:hover {
    color: white;
    border-color: transparent;
}

.modern-btn-slide i {
    font-size: 1rem;
}

/*** Navbar ***/
.navbar {
    padding: 0px;
}

.navbar.sticky-top {
    top: -100px;
    transition: 0.5s;
}

/*.navbar .navbar-brand,
.navbar a.btn {
    height: 80px;
}*/

.navbar .navbar-nav .nav-link {
    margin-right: 25px;
    padding: 5px 0px 5px 0px;
    color: rgb(32, 32, 32);
    font-size: 17px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--primary);
}
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
    border-bottom: 3px solid var(--primary);
    width: 50%;
}

.navbar .navbar-nav .nav-link i {
    font-size: 14px;
}

.navbar .dropdown-toggle::after {
    border: none;
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 15px 20px;
        color: white;
        border-bottom: 0.5px solid white;
    }

    .navbar .navbar-nav .nav-link.active {
        margin-right: 0;
        padding: 15px 20px;
        color: var(--primary);
        border-bottom: 0.5px solid white;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: 0.5s;
        opacity: 1;
    }
}

.brand-logo {
    height: 115px;
    padding: 5px 0px;
}

@media (max-width: 650px) {
    .brand-logo {
        height: 90px;
        padding: 5px 0px;
    }
}

/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /*background: rgba(15, 66, 41, 0.6);*/
    z-index: 1;
}

#header-carousel .carousel-item {
    position: relative;
    min-height: 550px;
}

#header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

@media (max-width: 991px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 500px;
    }
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 400px;
    }
}

@media (max-width: 576px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 300px;
    }
}

/** Page Header Start**/

.page-header-acumen {
    background: linear-gradient(rgba(15, 66, 41, 0.6), rgba(15, 66, 41, 0.6)),
        url(../img/bgImg/bg-acumen.jpeg) center center no-repeat;
    background-size: cover;
    padding: 100px 0px;
}

.page-header-event {
    background: linear-gradient(rgba(15, 66, 41, 0.6), rgba(15, 66, 41, 0.6)),
        url(../img/bgImg/bg-event.jpg) center center no-repeat;
    background-size: cover;
    padding: 100px 0px;
}

.page-header-activity {
    background: linear-gradient(rgba(15, 66, 41, 0.6), rgba(15, 66, 41, 0.6)),
        url(../img/bgImg/bg-activity.jpg) center center no-repeat;
    background-size: cover;
    padding: 100px 0px;
}

.page-header-gallery {
    background: linear-gradient(rgba(15, 66, 41, 0.6), rgba(15, 66, 41, 0.6)),
        url(../img/bgImg/bg-gallery.jpg) center center no-repeat;
    background-size: cover;
    padding: 100px 0px;
}

.page-header-contact {
    background: linear-gradient(rgba(15, 66, 41, 0.6), rgba(15, 66, 41, 0.6)),
        url(../img/bgImg/bg-contact.jpg) center center no-repeat;
    background-size: cover;
    padding: 100px 0px;
}

.page-header-news {
    background: linear-gradient(rgba(15, 66, 41, 0.6), rgba(15, 66, 41, 0.6)),
        url(../img/bgImg/bg-news.png) center center no-repeat;
    background-size: cover;
    padding: 100px 0px;
}

.page-header-achieve {
    background: linear-gradient(rgba(15, 66, 41, 0.6), rgba(15, 66, 41, 0.6)),
        url(../img/bgImg/bg-achieve.jpg) center center no-repeat;
    background-size: cover;
    padding: 100px 0px;
}

.page-header-about {
    background: linear-gradient(rgba(15, 66, 41, 0.6), rgba(15, 66, 41, 0.6)),
        url(../img/bgImg/bg-about.jpg) center center no-repeat;
    background-size: cover;
    padding: 100px 0px;
}

.page-header-donate {
    background: linear-gradient(rgba(15, 66, 41, 0.6), rgba(15, 66, 41, 0.6)),
        url(../img/bgImg/bg-donate.jpg) center center no-repeat;
    background-size: cover;
    padding: 100px 0px;
}

.page-header-join {
    background: linear-gradient(rgba(15, 66, 41, 0.6), rgba(15, 66, 41, 0.6)),
        url(../img/bgImg/bg-join.jpg) center center no-repeat;
    background-size: cover;
    padding: 100px 0px;
}

@media (max-width: 700px) {
    .page-header-event,
    .page-header-activity,
    .page-header-contact,
    .page-header-achieve,
    .page-header-about,
    .page-header-news,
    .page-header-acumen,
    .page-header-donate,
    .page-header-join,
    .page-header-gallery {
        padding: 70px 0px;
    }
}

@media (max-width: 400px) {
    .page-header-event,
    .page-header-activity,
    .page-header-contact,
    .page-header-achieve,
    .page-header-about,
    .page-header-acumen,
    .page-header-news,
    .page-header-donate,
    .page-header-join,
    .page-header-gallery {
        padding: 50px 0px;
    }
}

/*** Top Feature ***/
.top-feature .cutom-top-feature {
    background: #fcc635;
    color: #0f4229;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
        rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
        rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

@media (min-width: 991.98px) {
    .top-feature {
        position: relative;
        margin-top: -80px;
        z-index: 1;
    }
}

/*** Facts ***/
.facts {
    background: linear-gradient(rgba(15, 66, 41, 0.86), rgba(15, 66, 41, 0.86)),
        url(../img/bgImg/bg-1.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/***  Quote ***/

.quote {
    background: rgba(15, 66, 41, 0.6);
}

/*** Project Portfolio ***/
#portfolio-flters {
    display: inline-block;
    background: var(--light);
    padding: 10px 15px;
}

#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--primary);
    cursor: pointer;
    transition: 0.5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--dark);
    border-color: var(--dark);
}

.portfolio-inner {
    position: relative;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.portfolio-inner::before,
.portfolio-inner::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(15, 66, 41, 0.6);
    transition: 0.5s;
}

.portfolio-inner::after {
    left: auto;
    right: 0;
}

.portfolio-inner:hover::before,
.portfolio-inner:hover::after {
    width: 50%;
}

.portfolio-inner .portfolio-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 3;
    opacity: 0;
}

.portfolio-inner:hover .portfolio-text {
    transition-delay: 0.3s;
    opacity: 1;
}

.portfolio-inner .portfolio-text .btn {
    background: var(--light);
    color: var(--primary);
}

.portfolio-inner .portfolio-text .btn:hover {
    background: var(--primary);
    color: var(--light);
}

/*** Team ***/
.team-item {
    position: relative;
    overflow: hidden;
}

.team-item .team-text {
    position: absolute;
    width: calc(100% - 45px);
    left: -100%;
    bottom: 45px;
    padding: 1.5rem;
    background: #ffffff;
    border-radius: 0 4px 4px 0;
    opacity: 0;
    transition: 0.5s;
}

.team-item:hover .team-text {
    left: 0;
    opacity: 1;
}

.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}

.team-item .team-social .btn:hover {
    background: var(--primary);
    color: var(--light);
}

.team-item .team-img .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 3;
    opacity: 0;
}

.team-item:hover .team-img .team-social {
    transition-delay: 0.3s;
    opacity: 1;
}

/*** Event Start ***/

.event-carousel .owl-item img {
    width: 100%;
    /* // height: 100px; */
}

.event-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
}

.event-carousel .owl-nav {
    position: relative; /* Ensure the parent has relative positioning */
    height: 100%; /* Let the nav cover the entire height of the carousel */
}

.event-carousel .owl-nav .owl-prev,
.event-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%; /* Start at 50% from the top */
    transform: translateY(-50%); /* Shift the element up by 50% to center it */
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 4px;
    font-size: 22px;
    transition: 0.5s;
    border: 0.5px solid var(--primary);
    margin-top: 10px;
}

/* Positioning the arrows on the left and right of the carousel */
.event-carousel .owl-nav .owl-prev {
    left: 45%; /* Adjust as necessary to move it left */
}

.event-carousel .owl-nav .owl-next {
    right: 45%; /* Adjust as necessary to move it right */
}

@media (max-width: 991px) {
    .event-carousel .owl-nav .owl-prev {
        left: 50%; /* Adjust as necessary to move it left */
        margin-left: 5px;
    }

    .event-carousel .owl-nav .owl-next {
        right: 50%; /* Adjust as necessary to move it right */
    }
}

/* Ensure the nav buttons are always visible */
.event-carousel {
    position: relative;
}

.event-carousel .owl-nav .owl-prev:hover,
.event-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}

/*** Testimonial ***/

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 4px;
    font-size: 22px;
    transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}

/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: 0.3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    /* // letter-spacing: 1px; */
    box-shadow: none;
}

.footer .footer-gallery img {
    border-radius: 10px;
}

.copyright {
    color: var(--light);
    background: #072a19;
    padding: 20px 0px;
}

.copyright a {
    color: #ffffff;
}

.copyright a:hover {
    color: var(--primary);
}

/************  Fixed Footer Start ***************/

.footer-fixed-nav {
    padding: 5px 0px;
    position: fixed;
    bottom: -3px;
    display: none;
    z-index: 1000;
    background: black;
    /* //border-top: 1px solid #0a5b6f; */
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
    background: white;
}
.footer-fixed-nav i {
    margin-top: 2px;
    color: #0f4229;
    font-size: 20px;
}

@media (max-width: 991px) {
    .footer-fixed-nav {
        display: block;
    }
    .back-to-top {
        bottom: 60px;
        right: 15px;
    }
    .copyright {
        padding: 20px 0px 65px 0px;
    }
}
/************  Fixed Footer End ***************/

/*** Activity Detail Section Start**/
.activity-detail-more h5 {
    color: grey;
    font-weight: 300 !important;
}
/*** Activity Detail Section End**/

.news-carousel .owl-nav {
    margin-top: 20px;
    margin-left: 20px;
    display: flex;
}

.news-carousel .owl-nav .owl-prev,
.news-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    background: var(--light);
    border-radius: 4px;
    font-size: 22px;
    transition: 0.5s;
}

.news-carousel .owl-nav .owl-prev:hover,
.news-carousel .owl-nav .owl-next:hover {
    border: 1px solid var(--dark);
    color: var(--dark);
    background: white;
}

/**** Donor Start*****/
.donor-img {
    overflow: hidden;
    position: relative;
}

.zoom-img {
    transition: transform 0.3s ease;
}

.zoom-img:hover {
    transform: scale(1.2); /* Adjust scale as needed */
}

.donor-item {
    border: none;
    border-top: 3px solid #fcc635;
    border-radius: 20px;
}

.donor-item:hover {
    box-shadow: 0 4px 10px rgba(15, 66, 41, 0.7) !important;
}

/**** Donor End*****/

/**** Social Icon CSS ****/

.contact-social-bar a {
    color: #fff;
    font-size: 16px;
    margin-right: 12px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
}

.contact-social-bar a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #fff;
    transform: scale(1.1);
    text-decoration: none;
}

@media (max-width: 576px) {
    .contact-social-bar {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center !important;
    }

    .contact-social-bar a {
        margin-bottom: 10px;
    }
}

/**** Cause Card Start ****/
.donation-card {
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
        rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    transition: transform 0.3s ease;
}

.donation-card:hover {
    transform: translateY(-5px);
}

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

.donation-content {
    padding: 20px;
    text-align: center;
}

.circular-progress {
    position: relative;
    width: 120px;
    height: 120px;
}

.circular-progress svg {
    transform: rotate(-90deg);
}

.circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 10;
}

.circle {
    fill: none;
    stroke: #fcc635;
    stroke-width: 5;
    stroke-linecap: round;
    stroke-dasharray: 314; /* 2πr for r=50 */
    stroke-dashoffset: calc(314 - (314 * var(--percent)) / 100);
    transition: stroke-dashoffset 0.6s ease;
}

.progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 1.2rem;
    color: #fcc635;
}

.goal-info {
    margin: 10px 0;
    font-size: 0.95rem;
    color: #555;
}

.goal-info span {
    font-weight: bold;
    color: #111;
}

/**** Cause Card End ****/

/**** What we do start ***/
.custom-what-we-do {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.custom-what-we-do .inner-part {
    width: 90px;
    height: 90px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.custom-what-we-do:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.custom-what-we-do .btn-square {
    transition: box-shadow 0.4s ease, background-color 0.4s ease;
}

.custom-what-we-do:hover .btn-square {
    box-shadow: 0 8px 25px rgba(15, 66, 41, 0.4);
    background-color: #e6f0ff;
}

.custom-what-we-do:hover i {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

/*** Event card ***/
.event-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}

.event-card:hover {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

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

.event-content {
    padding: 20px 25px;
    text-align: center;
}

.event-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #0f4229;
}

.event-meta {
    color: #777;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.event-description {
    font-size: 1rem;
    color: #333;
    margin-bottom: 20px;
}

.event-date-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #0f4229;
    color: #fff;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.9rem;
}

/**** Mission Vision ****/
.mv-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border-radius: 30px;
    padding: 50px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: slideInUp 1s ease-out;
}

.mv-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.mv-card:hover {
    transform: translateY(-10px);
}

.mv-card:hover::before {
    opacity: 1;
}

.mission-card {
    animation-delay: 0.2s;
}

.vision-card {
    animation-delay: 0.4s;
}

.card-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #1d553a, #0f4229);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 30px;
    position: relative;
    animation: pulse 2s infinite;
    color: #fff;
}

.card-icon::after {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 50%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3));
    z-index: -1;
}

@keyframes pulse {
    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }
}

.card-title {
    font-size: 2rem;
    font-weight: 700;
    color: #fcc635;
    margin-bottom: 25px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.card-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(56, 55, 55, 0.9);
    text-align: justify;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .mission-vision-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .mv-card {
        padding: 30px;
    }
}

@media (max-width: 480px) {
    .mv-card {
        padding: 25px;
    }
}

/** Cause Detail Progress css **/
.custom-progress-container {
    width: 100%;
    max-width: 100%;
    margin: auto;
}

.custom-progress-labels {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 5px;
    color: #555;
}

.custom-progress-bar {
    width: 100%;
    height: 15px;
    background-color: #e0e0e0;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.custom-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #fcc635, #ce9a0aff);
    width: 75%;
    /* Set your desired progress percentage here */
    transition: width 0.4s ease-in-out;
    border-radius: 20px 0 0 20px;
    position: relative;
}

.custom-progress-percent {
    position: absolute;
    top: 0;
    right: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 14px;
}

/* Accordion styles */
.faq-container {
    margin-top: 20px;
}

.faq-item {
    margin-bottom: 18px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
        rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border-radius: 15px;
}

.faq-question {
    background-color: #fcc635;
    color: #0f4229;
    font-family: "Poppins", sans-serif;
    padding: 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    border-radius: 5px 5px 0px 0px;
    word-spacing: 1px !important;
    font-size: 18px;
}

.faq-question::after {
    content: "+";
    font-size: 20px;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
    content: "-";
}

.faq-answer {
    padding: 0 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
    padding: 15px;
    max-height: 500px; /* Arbitrary large value */
}

/** Video show on FAQS **/
.youtube-video-container {
    position: relative;
    width: 100%;
    max-width: 150px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.3s ease;
}

.youtube-video-container:hover {
    transform: scale(1.02);
}

.youtube-thumbnail img {
    width: 100%;
    display: block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 0, 0, 0.8);
    color: #fff;
    padding: 5px 8px;
    border-radius: 50%;
    font-size: 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease;
}

.youtube-video-container:hover .play-button {
    background-color: rgba(255, 0, 0, 1);
}

/* Custom styles for the map and modal */
#map {
    width: 100%;
    height: 600px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.6));
}

@media (max-width: 500px) {
    #map {
        height: 400px;
    }
}
/*** Gallery ***/
#baguetteBox-overlay .full-image img {
    max-height: 90% !important;
    max-width: 90% !important;
}

.gallery {
    column-count: 4;
    --webkit-column-count: 4;
    --moz-column-count: 4;
    gap: 1rem;
    padding: 2rem 0rem;
}

.image img {
    height: auto;
    width: 100%;
    margin-bottom: 15px;
}

/* Responsive-ness for different screen-sizes */
@media screen and (max-width: 810px) {
    .gallery {
        column-count: 3;
        --webkit-column-count: 3;
        --moz-column-count: 3;
    }
}

@media screen and (max-width: 500px) {
    .gallery {
        column-count: 2;
    }
}

/*** Custom social icon ***/
.custom-icon {
    height: 40px;
    width: 40px;
    border: 0.5px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    border-radius: 5px;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.custom-icon:hover {
    transform: rotateY(180deg);
}

/*** Volunteer CSS FIXED BTN ***/
  .volunteer-container {
        position: fixed;
        bottom: 20px;
        left: 20px;
        z-index: 9999;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* Circular icon */
    .volunteer-icon {
        background-color: #0F4229;
        color: #fff;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 26px;
        cursor: pointer;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        transition: transform 0.3s;
    }

    .volunteer-icon:hover {
        transform: scale(1.05);
    }

    /* Popup above the icon */
    .volunteer-popup {
        position: relative;
        background-color: #0F4229;
        color: #fff;
        padding: 8px 16px;
        border-radius: 8px;
        font-size: 14px;
        font-weight: bold;
        opacity: 0;
        margin-bottom: 10px;
        white-space: nowrap;
        transition: opacity 0.4s ease-in-out;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    }

    .volunteer-popup::after {
        content: "";
        position: absolute;
        bottom: -8px;
        left: 20%;
        transform: translateX(-50%);
        border-width: 8px 8px 0 8px;
        border-style: solid;
        border-color: #0F4229 transparent transparent transparent;
    }

    .volunteer-popup.show {
        opacity: 1;
    }