/* ================================================= Header ========================================= */

.main-header-one .main-header-one__bottom .auto-container {
    max-width: 100%;
    width: 100%;
    padding: 0px;
}

.main-header-one__bottom .main-menu__wrapper-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0px;
    margin-top: -12px;
    padding: 0px 30px 0px;
    z-index: 5;
}

.stricky-header .auto-container {
    max-width: 90%;
    padding: 0px 20px;
}

.stricky-header .main-menu__list>li {
    padding-top: 30px;
    padding-bottom: 30px;
}

.cart-count {
    position: absolute;
    top: 6px;
    right: 9px;
    background: #ffe132;
    color: black;
    font-size: 9px;
    font-weight: 700;
    min-width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 50%;
    text-align: center;
    padding: 0 4px;
}

@media only screen and (min-width: 1200px) and (max-width: 1700px) {
    .main-header-one__top {
        padding: 17px 0px 25px;
    }
}

@media only screen and (max-width: 767px) {
    .main-header-one__top {
        padding: 15px 0px 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-header-one__top {
        padding: 15px 0px 15px;
    }
}

/* ================================================= Header ========================================= */

/* ================================================= Slider ========================================= */

.main-slider-one.style2 .main-slider-one__content {
    position: relative;
    display: block;
    padding: 100px 0px 100px;
    z-index: 5;
}

.main-slider-one__content .title h2 {
    color: #ffffff;
    font-size: 65px;
    line-height: 1em;
    font-weight: 700;
}

.main-slider-one.style2 .image-layer {
    background: none;
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.main-slider-one.style2 .main-slider-one__content .btn-box .thm-btn {
    background: var(--gifall-primary);
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
    padding: 0px 30px 0px;
}

/* ================================================= Slider ========================================= */

/* ================================================= Counter Section ========================================= */

.counter-one--two {
    position: relative;
    display: block;
    /* background: aliceblue; */
    background-image: url(../assets/images/pattern/team-v1-bg.jpg);
    padding: 30px 0px !important;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.counter-one__single-top .text-box h2 {
    font-size: 28px;
    line-height: normal;
    font-weight: 700;
    font-family: var(--gifall-font-2);
}

.counter-one__single-bottom p {
    color: var(--gifall-black);
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
}

.counter-one--two .counter-one__single {
    margin-left: 0px;
    background: white;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.counter-one__single-bottom {
    position: relative;
    display: block;
    margin-top: 8px;
    margin-left: 0px;
}

@media only screen and (max-width: 767px) {
    .counter-one__single-top .text-box h2 {
        font-size: 24px;
        line-height: 0.9em;
        font-weight: 700;
        font-family: var(--gifall-font-2);
    }

    .counter-one__single-top .img-box {
        margin-bottom: 8px;
    }

    .counter-one__single-top .text-box h2 .m {
        position: relative;
        display: inline-block;
        right: 9px;
    }

    .counter-one__single-bottom p {
        color: var(--gifall-black);
        font-size: 15px;
        line-height: normal;
        text-align: center;
        font-weight: 500;
        text-transform: capitalize;
    }
}

/* ================================================= Counter Section ========================================= */

/* ================================================= About Section ========================================= */

.about-two {
    padding: 0px 0px 0px;
}

.about-one__bottom {
    margin-top: 0px;
}

.about-one__bottom-btn .thm-btn {
    padding: 0px 30px 0px;
    line-height: 50px;
    font-weight: 600;
}

/* ================================================= About Section ========================================= */

/* ================================================= Cause Section ========================================= */

.case-one--two {
    position: relative;
    display: block;
    margin-top: -60px;
    padding: 100px 0px 30px;
}

.sec-title {
    position: relative;
    display: block;
    margin-top: -2px;
    padding-bottom: 30px;
}

.sec-title__title {
    color: var(--gifall-black);
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: capitalize;
}

.case-one__single-content .inner {
    padding: 22px 20px 15px;
}

.case-one__single-content .inner h2 {
    margin-bottom: 8px;
}

.case-one__single-img .text-box {
    font-size: 15px;
    font-weight: 600;
    padding: 1px 20px 1px;
}

/* ================================================= Cause Section ========================================= */

/* ================================================= Cause Details ========================================= */

.donation-details {
    padding: 30px 0px 30px;
}

.donation-details__content-text-box1 h2 {
    font-size: 32px;
    margin-bottom: 8px;
}

.donation-details__content-text-box1 {
    margin-top: 18px;
}

.donation-details__progress {
    padding: 22px 20px 22px;
    margin-top: 18px;
}

.donation-details__content-text-box2 .single-text-box {
    margin-bottom: 0px;
}

.donation-details__content-text-box2 {
    margin-top: 30px;
}

.video-card {
    cursor: pointer;
    margin-top: 15px;
}

.video-thumb {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.video-thumb img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    transition: 0.3s;
}

.video-thumb:hover .play-btn {
    background: #28a745;
}

.donation-btn-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
}

.donation-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 6px 7px;
    border-radius: 40px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
}

/* Individual Button Styles */

.donation-btn.kind {
    background: #dbede7;
    color: #3e8f75;
}

.donation-btn.kind:hover {
    background: #3e8f75;
    color: #fff;
}

.donation-btn.service {
    background: #e7ebf2;
    color: #0d6efd;
}

.donation-btn.service:hover {
    background: #0d6efd;
    color: #fff;
}

.donation-btn.money {
    background: #f8edd2;
    color: #ffb400;
}

.donation-btn.money:hover {
    background: #ffb400;
    color: #fff;
}

.donation-btn.volunteer {
    background: #e8f5e9;
    color: #2e7d32;
}

.donation-btn.volunteer:hover {
    background: #2e7d32;
    color: #fff;
}

.donation-btn i {
    font-size: 18px;
}

.campaign-meta {
    margin: 15px 0 25px 0;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.campaign-meta ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.campaign-meta li {
    margin-bottom: 8px;
    font-size: 15px;
}

.campaign-meta i {
    margin-right: 8px;
    color: #28a745;
}

.details-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    left: auto;
    padding: 0px 10px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.details-upcoming {
    background: #f39c12;
    /* Orange */
}

.details-live {
    background: #28a745;
    /* Green */
}

.details-expired {
    background: #dc3545;
    /* Red */
}

/* ================================================= Cause Details ========================================= */

/* ================================================= Events Section ========================================= */

.events-one {
    position: relative;
    display: block;
    padding: 30px 0px;
    z-index: 5;
}

.events-one__single {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.events-one__single-content {
    padding: 24px 15px 10px;
}

.events-one__single-content h2 {
    margin-bottom: 5px;
}

.event-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0px 8px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
    color: #fff;
    z-index: 2;
}

.event-badge.live {
    background: #28a745;
}

.event-badge.upcoming {
    background: #007bff;
}

.event-badge.past {
    background: #6c757d;
}

/* ================================================= Events Section ========================================= */

/* ================================================= Events Details ========================================= */

.events-details-page__text-box1 h2 {
    font-size: 32px;
    margin-bottom: 6px;
}

.events-details-page__content {
    margin-right: 0px;
}

.event-gallery {
    padding: 30px 0px;
}

.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
}

.gallery-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .6);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.nav-pills .nav-link {
    border-radius: 30px;
    background-color: #e8f4f1;
    padding: 6px 25px;
    font-weight: 600;
}

.nav-pills .nav-link.active {
    background: #0b5c4b;
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    opacity: 0;
    transition: .3s;
}

.gallery-card:hover .gallery-overlay {
    opacity: 1;
}

/* ================================================= Events Details ========================================= */

/* ================================================= Testimonial Section ========================================= */

.testimonial-two {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 30px 0px 30px;
    z-index: 1;
}

.testimonial-two__single-top-left .img-box {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-two__single-inner {
    position: relative;
    display: block;
    padding: 15px 20px 20px;
    z-index: 5;
}

.testimonial-two__single-top-right .rating-box ul li span.cle2 {
    color: #d6d4d1;
}

/* ================================================= Testimonial Section ========================================= */

/* ================================================= Clients Section ========================================= */

.brand-one {
    position: relative;
    display: block;
    padding: 30px 0 30px;
    z-index: 1;
}

.brand-one .swiper-slide .img-box {
    background: #faf6f5;
    padding: 5px;
    border-radius: 10px;
    position: relative;
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

/* ================================================= Clients Section ========================================= */

/* ================================================= Team Section ========================================= */

.team-one__inner {
    position: relative;
    display: block;
    padding: 30px 0px 30px;
    z-index: 1;
}

.team-one__top {
    padding-bottom: 30px;
}

.team-one__single {
    margin-bottom: 10px;
}

.team-one__top .btn-box a {
    font-size: 16px;
    font-weight: 700;
    line-height: 45px;
    padding: 0px 20px 0px;
}

/* ================================================= Team Section ========================================= */

/* ================================================= Blog Section ========================================= */

.blog-one {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 30px 0px 30px;
    z-index: 1;
}

/* ================================================= Blog Section ========================================= */

/* ================================================= Feature Section ========================================= */

.feature-one {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 30px 0px 30px;
}

.feature-one__single {
    position: relative;
    display: block;
    background: #f5f5f5;
    border-radius: 10px;
    padding: 30px 10px 30px;
    margin-bottom: 10px;
    overflow: hidden;
    z-index: 1;
}

.feature-one__single-icon {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    z-index: 1;
}

/* ================================================= Feature Section ========================================= */

/* ================================================= About Page ========================================= */

.about-two--about {
    position: relative;
    display: block;
    padding: 30px 0px !important;
}

.page-header {
    position: relative;
    display: block;
    padding: 133px 0px 141px;
    overflow: hidden;
    z-index: 1;
}

.page-header__inner h2 {
    font-size: 35px;
    line-height: 30px;
}

.page-header__inner .thm-breadcrumb li a {
    font-size: 15px;
}

.page-header__inner .thm-breadcrumb li {
    font-size: 15px;
}

.page-header {
    padding: 40px 0px 40px;
}

.about-two__img-inner img {
    max-width: 100%;
    float: none;
}

.about-two__img {
    margin-right: 0px;
}

/* ================================================= About Page ========================================= */

/* ================================================= Contact Page ========================================= */

.contact-one {
    position: relative;
    display: block;
    padding: 30px 0px 350px;
    z-index: 1;
}

.contact-one__single {
    padding: 50px 10px 15px;
    margin-bottom: 10px;
}

.contact-one__single-content {
    position: relative;
    display: block;
    margin-top: 30px;
}

.contact-one__single .shape1 {
    top: 18px;
    width: 110px;
    height: 110px;
}

.contact-one__single-icon {
    width: 50px;
    height: 50px;
}

.contact-one__single-content h2 {
    margin-bottom: 10px;
}

.contact-two__inner {
    padding: 30px 80px 40px;
}

.contact-two__content-single {
    padding: 15px 10px 15px;
}

.contact-two__from {
    background: #ffffff;
    box-shadow: 0px 0px 25px 0px rgb(171, 171, 171, 0.35);
    padding: 30px 25px 30px;
    border-radius: 20px;
}

.contact-two__inner .title-box h2 {
    font-size: 35px;
    line-height: 47px;
    font-weight: 500;
}

.contact-two__inner .title-box {
    margin-bottom: 30px;
}

.contact-two {
    position: relative;
    display: block;
    padding-bottom: 30px;
}

.contact-page-google-map__one {
    height: 350px;
}

@media only screen and (max-width: 767px) {
    .contact-two__inner {
        padding: 35px 20px 35px;
    }
}

.contact-two__from-btn .thm-btn {
    width: 100%;
    line-height: 45px;
    font-weight: 700;
    text-transform: capitalize;
}

/* ================================================= Contact Page ========================================= */

/* ================================================= Privacy Policy Page ========================================= */

.events-details-page {
    padding: 30px 0px 30px;
}

.events-details-page__bottom {
    margin-top: 0px;
}

/* ================================================= Privacy Policy Page ========================================= */

/* ================================================= Footer ========================================= */

.footer-one {
    padding: 30px 0px 0px;
}

.footer-one__bottom .bottom-inner {
    padding: 20px 0px 20px;
}

.footer {
    padding-bottom: 20px;
}

.footer-one__middel {
    padding-top: 20px;
}

.footer-widget__single-about-btn .thm-btn {
    padding: 0px 30px 0px;
    line-height: 50px;
    font-weight: 600;
}

.footer-widget__single-about {
    max-width: 100%;
}

/* ================================================= Footer ========================================= */

/* ================================================= Blog Page ========================================= */

.blog-one__single-content {
    padding: 35px 25px 15px;
}

.blog-one__single-content-bottom {
    margin-top: 18px;
}

.blog-one__single-content h2 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
}

.blog-one__single-content-bottom .btn-box a {
    font-size: 16px;
    font-weight: 700;
}

.blog-category-title {
    margin: 50px 0 30px;
}

.blog-category-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #2f8f6b;
    /* NGO green */
    position: relative;
    display: inline-block;
    padding-left: 15px;
}

.blog-category-title h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 5px;
    height: 80%;
    background: #2f8f6b;
    border-radius: 10px;
}

.blog-one__single-img .overlay-text li p {
    font-size: 12px;
    font-weight: 700;
}

.blog-one__single-img .inner::before {
    background: none;
}

@media only screen and (max-width: 767px) {
    .blog-category-title h2 {
        font-size: 26px;
    }
}

/* ================================================= Blog Page ========================================= */

/* ================================================= Blog Details Page ========================================= */

.blog-details {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 30px 0px 30px;
}

.sidebar__bottom {
    margin-top: 0px;
    padding: 20px 18px 20px;
}

.sidebar__latest-post-list li .img-box {
    border-radius: 10px;
    width: 100px;
    height: auto;
}

.sidebar__latest-post-list li .content-box h3 {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}

.blog-list__single-img .inner:before {
    background: none;
}

.blog-details__content .blog-list__single-content {
    padding: 45px 35px 30px;
}

/* ================================================= Blog Details Page ========================================= */

/* ================================================= 404 Page ========================================= */

.error-page {
    padding: 30px 0px 30px;
}

.error-page__btn {
    margin-top: 25px;
}

.error-page__btn .thm-btn {
    font-size: 16px;
    font-weight: 700;
    padding: 0px 30px 0px;
    line-height: 50px;
}

/* ================================================= 404 Page ========================================= */

/* ================================================= Gallery Page ========================================= */
.portfolio-one {
    padding: 30px 0px 30px;
}

/* === Gallery Grid Look === */
.gallery-box {
    position: relative;
    height: 220px;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    background: #f3f3f3;
}

.gallery-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* Hover Zoom */
.gallery-box:hover img {
    transform: scale(1.08);
}

/* Overlay */
.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.4s;
}

.gallery-overlay i {
    color: #fff;
    font-size: 32px;
}

.gallery-box:hover .gallery-overlay {
    opacity: 1;
}

/* === Modal Image === */
#galleryModal img {
    max-height: 85vh;
    object-fit: contain;
    background: #000;
}

/* === Custom Close Button === */
.gallery-close {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    border: none;
    font-size: 28px;
    line-height: 38px;
    cursor: pointer;
    z-index: 1056;
    opacity: 0.9;
}

.gallery-close:hover {
    opacity: 1;
    background: #198754;
}

.portfolio-one__single {
    margin-bottom: 10px;
}

/* ================================================= Gallery Page ========================================= */

/* ================================================= Career Page ========================================= */

/* Section */
.careers-section {
    position: relative;
    display: block;
    padding: 30px 0;
}

.careers-one--careers__pattern {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

/* Card */
.career-card {
    position: relative;
    display: block;
    background: #ffffff;
    box-shadow: 0px 0px 35px 0px rgb(209, 210, 212, 0.35);
    padding: 25px 25px 15px;
    border-radius: 30px;
    margin-bottom: 20px;
    z-index: 1;
}

.career-card .white-bg,
.career-card .left-bg,
.career-card .right-bg {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.career-card .white-bg {
    position: absolute;
    inset: 0;
    background: #ffffff;
    border-radius: 30px;
    z-index: -1;
}

.career-card .left-bg {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 43%;
    height: 100%;
    background: #407d69;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    z-index: -3;
}

.career-card .right-bg {
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 65%;
    height: 100%;
    background: var(--gifall-primary);
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    z-index: -2;
}


/* Meta Top */
.career-meta-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

/* Job Type */
.job-type {
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 7px 16px;
    border-radius: 999px;
    color: #fff;
}

.job-type.full-time {
    background: linear-gradient(135deg, #2f8f6b, #237a5a);
}

.job-date {
    /* font-size: 13px; */
    font-weight: 600;
    color: black;
    display: flex;
    align-items: center;
    gap: 10px;
}

.job-location {
    font-weight: 600;
    color: black;
}

.job-title {
    font-size: 20px;
    font-weight: 700;
    color: #3e8f75;
    line-height: 1.35;
    margin-bottom: 8px;
}

.job-title-link {
    color: #3e8f75;
    text-decoration: none;
    transition: color 0.3s ease;
}

.job-title-link:hover {
    color: #f4b400;
    /* same as button/link color */
    text-decoration: underline;
}

/* Pills */
.job-pills {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    margin-top: 10px;
}

.pill {
    padding: 2px 15px;
    font-size: 13px;
    border-radius: 999px;
    background: #eef6f3;
    color: #2f8f6b;
    font-weight: 600;
}

.pill.light {
    background: #f5f5f5;
    color: #777;
}

/* Description */
.job-desc {
    font-size: 16px;
    color: black;
    line-height: 1.7;
    margin-bottom: 10px;
}

/* CTA */
.career-link {
    font-weight: 600;
    font-size: 15px;
    color: #2f8f6b;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.career-link::after {
    content: "";
    width: 0;
    height: 2px;
    background: #f4b400;
    position: absolute;
    bottom: -4px;
    left: 0;
    transition: width 0.3s ease;
}

.career-link:hover::after {
    width: 100%;
}

.career-benefits-section {
    padding: 30px 0;
    background: #f6f3f3;
}

.career-benefits-heading h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.career-benefits-heading p {
    color: #2ca54c;
    font-size: 16px;
    max-width: 750px;
    margin: auto;
    margin-bottom: 25px;
}

.career-benefit-card {
    background: #7c5a8c;
    color: #fff;
    padding: 35px;
    border-radius: 15px;
    transition: 0.3s ease;
    height: 100%;
}

.career-benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.career-benefit-icon {
    font-size: 28px;
    margin-bottom: 15px;
    color: #fff;
}

.career-benefit-card h4 {
    font-weight: 600;
    color: white;
    margin-bottom: 15px;
}

.career-benefit-card p {
    font-size: 14px;
    line-height: 1.7;
}

.career-benefits-cta {
    margin-top: 30px;
}

.career-benefits-cta h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.career-benefits-cta p {
    color: #555;
}

.career-benefits-cta a {
    color: #2ca54c;
    font-weight: 600;
    text-decoration: none;
}

.career-benefits-cta a:hover {
    text-decoration: underline;
}

/* ================================================= Career Page ========================================= */

/* ================================================= Career Details Page ========================================= */

.events-details__sidebar-single .contact-info-box-inner {
    padding: 25px 30px 20px;
}

.events-details__sidebar-single .contact-info-box-list li .inner .icon-box i {
    position: relative;
    display: inline-block;
    color: #49665d;
    font-size: 25px;
    line-height: 1;
}

.events-details__sidebar-single .contact-info-box-list li .inner .text-box span {
    font-weight: 600;
}

.events-details__sidebar-single .contact-info-box-list li .inner .text-box p {
    font-weight: 600;
}

.events-details-page__text-box4 {
    text-align: end;
    margin-top: 0px;
}

.events-details-page__text-box4 .btn-box {
    margin-top: 0px;
    margin-bottom: 10px;
}

.events-details-page__text-box4 .btn-box .thm-btn {
    padding: 0px 30px 0px;
    line-height: 35px;
    font-weight: 700;
    text-transform: capitalize;
}

/* ================================================= Career Details Page ========================================= */

/* ================================================= Recruitment Page ========================================= */

.become-volunteer-one {
    padding: 30px 0px 30px;
}

.become-volunteer-one .title-box {
    padding-bottom: 10px;
}

.become-volunteer-one .title-box h2 {
    font-size: 38px;
}

.become-volunteer-one__form {
    padding: 30px 40px 30px;
}

.become-volunteer-one__form .input-box input[type="text"],
.become-volunteer-one__form .input-box input[type="email"],
.become-volunteer-one__form .input-box input[type="number"],
.become-volunteer-one__form .input-box input[type="date"],
.become-volunteer-one__form .input-box input[type="time"],
.become-volunteer-one__form select {
    position: relative;
    display: block !important;
    background: #ffffff;
    width: 100%;
    height: 50px;
    border: 1px dashed #3e8f75;
    color: rgba(var(--gifall-gray-rgb), 0.7);
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    padding-left: 30px;
    padding-right: 20px;
    border-radius: 7px;
    transition: all 500ms ease;
    font-family: var(--gifall-font);
    outline: none;
}

.become-volunteer-one__form .input-box input[type="file"] {
    position: relative;
    display: block;
    background: #ffffff;
    width: 100%;
    height: 50px;
    border: 1px dashed #3e8f75;
    color: rgba(var(--gifall-gray-rgb), 0.7);
    font-size: 14px;
    padding-top: 5px;
    font-weight: 600;
    font-style: normal;
    padding-left: 10px;
    padding-right: 20px;
    border-radius: 7px;
    transition: all 500ms ease;
    font-family: var(--gifall-font);
    outline: none;
}

.file-label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #333;
}

.become-volunteer-one__form .input-box textarea {
    width: 100%;
    height: 100px;
    padding-top: 10px;
    border-radius: 7px;
    font-weight: 600;
    border: 1px dashed #3e8f75;
    outline: none;
    resize: none;
}

.become-volunteer-one__form .input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.become-volunteer-one__form-btn .thm-btn {
    padding: 0px 25px 0px;
    line-height: 45px;
    font-weight: 700;
    text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
    .become-volunteer-one__form {
        margin-top: 10px;
    }

    .become-volunteer-one__form {
        padding: 30px 15px 30px;
    }
}

/* ================================================= Recruitment Page ========================================= */


/* ================================================= Shop Page ========================================= */

.shop-page {
    padding: 30px 0px 30px;
}

.shop-category-section {
    padding: 30px 0 30px;
    background: #fff;
}

.section-title .section-subtitle {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #4caf50;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.section-title .section-heading {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
}

.category-card {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #222;
    padding: 10px 0;
}

.category-img {
    width: 140px;
    height: 140px;
    margin: 0 auto 12px;
    border-radius: 50%;
    overflow: hidden;
    background: #f7f7f7;
    transition: all 0.35s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.category-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-card h4 {
    font-size: 15px;
    font-weight: 600;
    margin-top: 8px;
}

.category-card:hover .category-img {
    transform: scale(1.08);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.shop-page__single-content .btn-box a {
    padding: 5px 10px 5px;
}

.shop-page__single-content .bottom-text {
    padding: 10px 25px 10px;
}

.shop-page__single-content .bottom-text .text-text h4 {
    font-weight: 600;
}

.shop-page__single-content .bottom-text .text-text p {
    color: #3e8f75;
    font-weight: 600;
}

/* ================================================= Shop Page ========================================= */

/* ================================================= Shop Details Page ========================================= */

.shop-details {
    padding: 30px 0px 30px;
}

.shop-details__content-text1 {
    margin-top: 12px;
}

.shop-details__content-text2 {
    margin-top: 20px;
}

.shop-details__content-text4 {
    margin-top: 20px;
}

.shop-details__content-text3 .btn-box {
    margin-left: 0px;
}

.shop-details__content-text3 .buy-box {
    position: relative;
    display: block;
    margin-left: 20px;
}

.shop-details__content-text3 .btn-box a {
    font-weight: 600;
    padding: 8px 35px 8px;
}

.shop-details__content-text3 .buy-box a {
    position: relative;
    display: inline-block;
    color: white;
    font-size: 16px;
    font-weight: 600;
    background: #3e8f75;
    padding: 8px 35px 8px;
    border-radius: 25px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.shop-details__tab-description .text-box1 {
    margin-bottom: 0px;
}

.shop-details__tab-description {
    padding: 36px 45px 30px;
}

.shop-details__tab-specifications .text-box1 {
    margin-bottom: 0px;
}

.shop-details__tab-specifications {
    padding: 36px 45px 30px;
}

.shop-details__tab-button .tab-buttons li {
    padding: 8px 30px 8px;
}

.shop-details__tab-button .tab-buttons li h4 {
    font-size: 16px;
    font-weight: 600;
}

.review-form {
    padding: 30px 60px 30px;
    margin-top: 40px;
}

.review-form .title-box {
    padding-bottom: 20px;
}

.shop-details__tab-reviews .review-form form input[type="text"],
.shop-details__tab-reviews .review-form form input[type="email"] {
    height: 40px;
    border: 1px dashed #3e8f75;
}

.shop-details__tab-reviews .review-form form textarea {
    height: 120px;
    border: 1px dashed #3e8f75;
}

.shop-details__tab-reviews .review-form .button-box {
    padding-top: 30px;
}

.shop-details__tab-reviews .review-form .button-box .thm-btn {
    padding: 0px 40px 0px;
    line-height: 45px;
    font-weight: 600;
}


.star-rating {
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 5px;
}

.star-rating input {
    display: none;
}

.star-rating label {
    font-size: 26px;
    color: #ccc;
    cursor: pointer;
    transition: color 0.3s;
}

.star-rating input:checked~label,
.star-rating label:hover,
.star-rating label:hover~label {
    color: #f4c150;
}

.shop-page__single-img .text {
    font-weight: 600;
    width: auto;
    padding: 10px;
}

.shop-details__tab {
    margin-top: 80px;
}

@media (max-width: 767px) {
    .shop-details__tab {
        margin-top: 45px;
    }

    .shop-details__content-text3 .buy-box {
        margin-left: 0px;
    }

    .shop-details__content-text3 .btn-box {
        margin-bottom: 10px;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .shop-details__tab-description {
        padding: 30px 25px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .shop-details__tab-specifications {
        position: relative;
        display: block;
        padding: 30px 25px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .review-form {
        padding: 30px 20px 30px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .shop-details__tab-content-item.style2 {
        padding: 10px 10px 10px;
    }
}

@media only screen and (max-width: 767px) {
    .single-review-box-outer {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .single-review-box-outer {
        padding: 8px 15px 8px;
    }
}

.single-review-box-outer {
    padding: 5px 18px 5px;
    background: #e8eeec;
    border-radius: 15px;
}

.single-review-box .text-box .review-box {
    padding: 0px 0 0px;
}

.single-review-box .text-box h3 {
    font-size: 15px;
}

.review-avatar {
    width: 55px !important;
    height: 55px !important;
    border-radius: 50%;
    background: #3e8f75;
    /* theme yellow – change if needed */
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

/* optional: different soft look */
.single-review-box {
    align-items: flex-start;
}

.single-review-box {
    padding-left: 50px;
}

.single-review-box .text-box {
    padding-left: 18px;
}

.single-review-box .text-box .review-box ul li span.cle2 {
    color: #d6d4d1;
}

.single-review-box .text-box .review-box ul li span {
    color: #f9a52c;
    font-size: 18px;
    line-height: 25px;
}

.shop-details__review ul li span::before {
    font-size: 16px;
}

.shop-details__review ul li span.cle2::before {
    color: #d6d4d1;
}

/* ================================================= Shop Details Page ========================================= */

/* ================================================= Cart Page ========================================= */

.cart-page {
    padding: 30px 0px 30px;
}

.cart-table {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    border: 1px solid #eef2f1;
}

.cart-table thead th {
    background: linear-gradient(180deg, #f8fbfa, #f1f6f5);
    font-weight: 600;
    color: #2c3e3a;
    padding: 18px 20px;
    font-size: 15px;
}

.cart-table tbody tr {
    background: #fff;
    border-bottom: 1px solid #edf1f0;
    transition: all 0.25s ease;
}

.cart-table tbody td {
    padding: 18px 10px;
    vertical-align: middle;
}

.cart-table tbody tr:hover {
    background: #f9fcfb;
}

/* ================================================= Cart Page ========================================= */

/* ================================================= Checkout Page ========================================= */

.checkout-area {
    padding: 30px 0px 30px;
}

.checkout__payment-btn {
    margin-top: 0px;
}

.checkout-area .form .title {
    margin-bottom: 18px;
}

.checkout-area .form form .field-label {
    color: #3e8f75;
    font-weight: 600;
}

.checkout-area .form .title h3 {
    font-size: 22px;
}

.checkout-area .form form .field-input input[type="text"],
.checkout-area .form form .field-input input[type="email"],
.checkout-area .form form .field-input input[type="tel"] {
    border: 1px dashed #3e8f75;
    height: 45px;
    border-radius: 8px;
}

.checkout__payment-btn .place-order {
    position: relative;
    display: block;
    width: 100%;
    color: var(--gifall-black);
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    background: var(--gifall-primary);
    padding: 7px 0px 7px;
    border-radius: 25px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

/* ================================================= Checkout Page ========================================= */

/* ================================================= Success Page ========================================= */

.thankyou-page {
    padding: 30px 0;
}

.thankyou-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 50px 40px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.thankyou-icon {
    font-size: 70px;
    color: #2ecc71;
    margin-bottom: 20px;
}

.thankyou-card h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1f2f2b;
}

.thankyou-card .subtitle {
    font-size: 16px;
    color: #6b7c78;
    margin-bottom: 30px;
}

.order-summary {
    background: #f1f7f6;
    border-radius: 14px;
    padding: 22px;
    margin: 25px 0;
    text-align: left;
}

.order-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 15px;
    color: #2c3e3a;
    border-bottom: 1px dashed #dbe5e2;
}

.order-row:last-child {
    border-bottom: none;
}

.order-row span:last-child {
    color: #6b7c78;
    text-align: right;
    max-width: 60%;
}

.order-row.total {
    font-weight: 700;
    font-size: 16px;
    color: #1f2f2b;
}

.info-text {
    font-size: 14px;
    color: #6b7c78;
    margin-bottom: 30px;
}

/* ================================================= Success Page ========================================= */

/* ================================================= Video Section ========================================= */

.video-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.video-thumb img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.video-card:hover img {
    transform: scale(1.05);
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
}

.video-title {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #111;
    line-height: 1.4;
}

.video-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-close-btn:hover {
    background: #000;
}

.modal-backdrop.show {
    opacity: 0.85;
}

/* ================================================= Video Section ========================================= */

/* ================================================= Value Section ========================================= */

.value-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 15px 25px;
    transition: all 0.35s ease;
    height: 100%;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.value-card:hover {
    transform: translateY(-6px);
}

.value-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: #e8f4f1;
    color: #0b5c4b;
    font-size: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.value-card h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.value-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 15px;
}

.value-card a {
    font-weight: 600;
    color: #0b5c4b;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}

.value-card a:hover {
    border-color: #0b5c4b;
}

/* ================================================= Value Section ========================================= */

/* ================================================= Gallery Section ========================================= */

.gallery-item {
    cursor: pointer;
    overflow: hidden;
    border-radius: 6px;
}

.gallery-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.06);
}

.modal-body img {
    max-height: 85vh;
    object-fit: contain;
}

.modal-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1056;
    /* iframe/image se upar */
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.7);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.modal-close-btn:hover {
    background: #000;
}

/* ================================================= Gallery Section ========================================= */

/* ================================================= Faq Section ========================================= */

.faq-one {
    padding: 30px 0px 30px;
}

.accordion-box .block .acc-btn h3 {
    font-size: 18px;
    font-weight: 600;
}

.accordion-box .block .acc-btn .icon-outer {
    left: 12px;
    width: 25px;
    height: 25px;
    font-size: 10px;
    line-height: 25px;
    color: black;
    font-weight: 800;
}

.accordion-box .block .acc-content {
    background: #fff;
    padding-top: 10px;
    font-weight: 500;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
}

.accordion-box .block .acc-btn {
    padding-left: 50px;
}

/* ================================================= Faq Section ========================================= */

/* ================================================= CSR & Partership Page ========================================= */

.csr-section {
    background: linear-gradient(to bottom, #f9fafb, #ffffff);
    padding: 30px 0;
}

/* Premium Paragraph */
.csr-section .sec-title p {
    max-width: 900px;
    margin: 20px auto 0;
    font-size: 17px;
    line-height: 1.8;
    color: #6c757d;
}

/* Cards */
.csr-card {
    border-radius: 18px;
    transition: all 0.3s ease;
    background: #ffffff;
    padding: 40px 25px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.csr-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* Icon */
.csr-card .icon-box {
    font-size: 42px;
    color: #3e8f75;
    margin-bottom: 15px;
}

/* Card Title */
.csr-card h4 {
    margin-top: 15px;
    font-weight: 700;
    font-size: 22px;
    color: #111;
}

/* Card Paragraph */
.csr-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #6c757d;
    margin-top: 10px;
}

.csr-section .sec-title__title::after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    background: #3e8f75;
    margin: 18px auto 0;
    border-radius: 3px;
}

.csr-faq-section {
    padding: 30px 0;
    background: #f8f9f8;
}

.csr-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
}

.csr-faq-item {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.csr-faq-item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.csr-faq-item p {
    color: #555;
    line-height: 1.7;
}

.csr-image-box {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.csr-image-box img {
    width: 100%;
    border-radius: 12px;
}

/* Hide image on mobile */
@media (max-width: 991px) {
    .csr-image-box {
        display: none;
    }
}

/* ================================================= CSR & Partership Page ========================================= */

/* ================================================= Waste Collection CTA  ========================================= */

.waste-cta-section {
    margin: 20px 0;
}

.waste-cta-wrapper {
    background: linear-gradient(135deg, #2e6f5f, #6bb7a3);
    padding: 40px 70px;
    border-radius: 30px;
    color: #fff;
    position: relative;
    overflow: hidden;
    box-shadow:
        0 10px 15px rgba(0, 0, 0, 0.15),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
}

/* Floating glass circle */
.waste-cta-wrapper::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.25), transparent 70%);
    border-radius: 50%;
}

/* subtle animated gradient */
.waste-cta-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    transform: translateX(-100%);
    animation: shine 6s infinite linear;
}

@keyframes shine {
    100% {
        transform: translateX(100%);
    }
}

.waste-cta-content {
    display: flex;
    align-items: center;
    gap: 25px;
    position: relative;
    z-index: 2;
}

.cta-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.waste-cta-content h2 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.waste-cta-content p {
    font-size: 17px;
    opacity: 0.95;
    line-height: 1.7;
    max-width: 580px;
}

/* PREMIUM BUTTON */
.waste-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    color: #2e6f5f;
    padding: 18px 36px;
    border-radius: 60px;
    font-weight: 600;
    font-size: 17px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.waste-cta-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #fdd835, #ffeb3b);
    opacity: 0;
    transition: 0.3s ease;
}

.waste-cta-btn span,
.waste-cta-btn i {
    position: relative;
    z-index: 2;
}

.waste-cta-btn:hover {
    transform: translateY(-5px);
}

.waste-cta-btn:hover::before {
    opacity: 1;
}

/* ================================================= Waste Collection CTA  ========================================= */

/* ================================================= Donate Page  ========================================= */

.amount-selection {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.amount-card {
    position: relative;
    cursor: pointer;
}

.amount-card input {
    display: none;
}

.amount-card span {
    display: inline-block;
    padding: 1px 18px;
    border: 2px solid #3e8f75;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s;
}

.amount-card input:checked+span {
    background: #3e8f75;
    color: #fff;
    border-color: #3e8f75;
}

/* ================================================= Donate Page  ========================================= */

/* ================================================= Thank You Page  ========================================= */

.success-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    background: #28a745;
    color: #fff;
    font-size: 40px;
    line-height: 90px;
    border-radius: 50%;
    font-weight: bold;
}

.thank-you-box {
    border-radius: 12px;
}

.back-btn {
    padding: 0px 30px 0px;
    line-height: 50px;
    font-weight: 600;
}

/* ================================================= Thank You Page  ========================================= */

/* ================================================= Campaign Page  ========================================= */

.case-one--donation {
    padding: 30px 0px 30px;
}

.campaign-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0px 10px;
    border-radius: 20px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    z-index: 9;
}

.campaign-badge.live {
    background: #28a745;
}

.campaign-badge.upcoming {
    background: #007bff;
}

.campaign-badge.expired {
    background: #6c757d;
}

/* ================================================= Campaign Page  ========================================= */

/* ================================================= Values Section  ========================================= */

.core-values-section {
    padding: 30px 0;
    background: #548d2a;
    position: relative;
    color: #fff;
}

.core-values-header {
    margin-bottom: 30px;
}

.core-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    color: white;
}

.core-desc {
    max-width: 600px;
    margin: auto;
    opacity: 0.9;
}

.core-values-row {
    row-gap: 30px;
}

.core-card {
    background: rgb(255 255 255 / 38%);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 25px 15px;
    text-align: center;
    transition: all 0.4s ease;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.core-card:hover {
    transform: translateY(-10px);
    background: #ffffff;
    color: #1b5e20;
}

.core-card:hover h4,
.core-card:hover p {
    color: #1b5e20;
}

.core-icon {
    font-size: 35px;
    margin-bottom: 20px;
    color: #ffd54f;
    transition: 0.3s;
}

.core-card:hover .core-icon {
    color: #1b5e20;
}

.core-card h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.core-card p {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.9;
}

/* Responsive */
@media (max-width: 991px) {
    .core-title {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .core-values-section {
        padding: 60px 20px;
    }

    .core-title {
        font-size: 26px;
    }
}

/* ================================================= Values Section  ========================================= */

/* ================================================= President Section  ========================================= */

.president-section {
    padding: 30px 0;
    background: #f5f3f0;
}

.president-image-wrapper {
    display: flex;
    justify-content: center;
}

.president-image {
    position: relative;
    width: 100%px;
    height: 100%px;
    border-radius: 50%;
    padding: 12px;
    background: linear-gradient(135deg, #1b5e20, #4caf50);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.president-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 6px solid #fff;
}

/* Content */
.president-content {
    padding-left: 40px;
}

.president-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.president-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.president-signature {
    margin-top: 30px;
}

.president-signature h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.president-signature span {
    font-size: 14px;
    color: #777;
    font-style: italic;
}

/* Responsive */
@media (max-width: 991px) {

    .president-section {
        text-align: center;
        padding: 60px 0;
    }

    .president-content {
        padding-left: 0;
        margin-top: 40px;
    }

    .president-image {
        width: 250px;
        height: 250px;
    }
}

/* ================================================= President Section  ========================================= */

/* ================================================= Volunteer Page ========================================= */

/* ===== Volunteer Image Section ===== */
.volunteer-image-wrapper {
    text-align: center;
}

.volunteer-main-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.volunteer-main-image:hover {
    transform: scale(1.01);
}

/* ===== Volunteer Impact Section ===== */
.vol-impact-section {
    padding: 30px 0;
    background: #f8f6f6;
}

.vol-impact-heading h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.vol-impact-heading .top-line {
    color: #3e8f75;
    font-weight: 600;
    margin-bottom: 8px;
}

.vol-impact-heading .sub-line {
    color: #333;
    max-width: 850px;
    margin: auto;
    margin-bottom: 25px;
}

.vol-impact-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px 25px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.vol-impact-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: #3e8f75;
}

.vol-impact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.15);
}

.vol-impact-card .icon {
    width: 65px;
    height: 65px;
    margin: auto;
    background: #eaf9ed;
    color: #3e8f75;
    border-radius: 50%;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.vol-impact-card h4 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 15px;
}

.vol-impact-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
}

/* ===== Responsive ===== */

@media (max-width: 991px) {
    .vol-impact-heading h2 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {

    .vol-impact-section {
        padding: 60px 0;
    }

    .vol-impact-heading h2 {
        font-size: 28px;
    }

    .vol-impact-card {
        padding: 25px 20px;
    }
}

/* ================================================= Volunteer Page ========================================= */