

.swiper-button-prev,
.swiper-button-next {
    background-image: none !important;
}

.swiper-button-prev::after {
    content: "\f053";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    opacity: 0.7;
    color: #fff;
    font-size: 18px;
    border: 1px solid black;
    background-color: #8b0015;
    border-radius: 50%;
    padding: 17px 22px;
}

.swiper-button-next::after {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    opacity: 0.7;
    color: #fff;
    font-size: 18px;
    border: 1px solid black;
    background-color: #8b0015;
    border-radius: 50%;

    padding: 17px 22px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    transition: 0.3s ease;
}

.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
    background-color: #F2A533;
    color: #8b0015;
}

.wpo-service-wrap .service-item {
    background: #ffffff;
    border: 2px solid #dadada;
    border-radius: 20px;
    box-shadow: 3px;
    padding: 30px 25px;
    height: 100%;
    min-height: 200px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.wpo-service-wrap .service-item:hover {
    transform: translateY(-8px);
    border-color: #CFAF3D;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.10);
}

.wpo-service-wrap .service-item .icon {
    width: 70px;
    height: 70px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f7f4e8;
    border-radius: 50%;

    margin-bottom: 22px;

    transition: all 0.4s ease;
}

.wpo-service-wrap .service-item .icon i {
    font-size: 30px;
    color: #CFAF3D;
    transition: all 0.4s ease;
}

.wpo-service-wrap .service-item:hover .icon {
    background: #CFAF3D;
}

.wpo-service-wrap .service-item:hover .icon i {
    color: #ffffff;
}

.wpo-service-wrap .service-item h3 {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 600;
}

.wpo-service-wrap .service-item h3 a {
    color: #222222;
    text-decoration: none;
    transition: 0.3s;
}

.wpo-service-wrap .service-item:hover h3 a {
    color: #CFAF3D;
}

.wpo-service-wrap .service-item p {
    margin: 0;
    color: #666666;
    font-size: 15px;
    line-height: 1.7;
}


.wpo-service-wrap .row {
    row-gap: 25px;
}

/* .wpo-site-header #navbar > ul > li{
    padding-right: 10px;
} */
.modern-footer {
    background: #0A0B38;
    color: #ffffff;
}



.footer-cta {
    padding: 30px 0 0;
    background: transparent;
}

.footer-cta-box {
    position: relative;
    min-height: 255px;
    padding: 50px 50% 15px 80px;
    margin-bottom: 50px;
    background: #eba640db;
    border-radius: 30px 30px 30px 30px;

    overflow: hidden;
}


.footer-cta-content {
    position: relative;
    z-index: 5;
}

.footer-subtitle {
    display: block;
    margin-bottom: 12px;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;

    color: #ffffff;
}

.footer-cta-content h2 {
    margin: 0 0 15px;

    font-size: 32px;
    line-height: 1.25;
    font-weight: 700;

    color: #ffffff;
}

.footer-cta-content p {
    max-width: 480px;
    margin: 0 0 25px;

    font-size: 16px;
    line-height: 1.6;

    color: #ffffff;
}



.footer-cta-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 170px;
    padding: 14px 25px;

    border-radius: 30px;

    font-size: 16px;
    font-weight: 600;

    text-decoration: none;

    transition: all 0.3s ease;
}



.outline-btn {
    background: #ffffff;
    color: #111111;
    border: 1px solid #ffffff;
}

.outline-btn:hover {
    background: #8b0015;
    color: #ffffff;
}


.donate-btn {
    background: #8b0015;
    color: #ffffff;
    border: 1px solid white;
}

.donate-btn:hover {
    background: #0A0B38;
    color: #ffffff;
}


.footer-cta-images {
    position: absolute;

    top: 25px;
    right: 25px;

    width: 500px;
    height: 100%;

    z-index: 2;
}

.cta-img {
    position: absolute;

    overflow: hidden;

    border-radius: 20px;

    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.cta-img img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
}


.cta-img.img-1 {
    top: 0;
    left: 65px;

    width: 130px;
    height: 130px;
}


.cta-img.img-2 {
    top: 0;
    right: 0;

    width: 200px;
    height: 200px;
}


.cta-img.img-3 {
    bottom: -10px;
    left: 0;

    width: 200px;
    height: 200px;
}

.cta-img.img-4 {
    bottom: 0;
    right: 70px;

    width: 130px;
    height: 130px;
}

/* 
.footer-cta-box::before {
    content: "";

    position: absolute;

    top: 155px;
    right: 47%;

    width: 42px;
    height: 42px;

    border: 1px solid rgba(245, 166, 35, 0.7);

    border-radius: 50%;

    z-index: 1;
} */

/* .footer-cta-box::after {
    content: "";

    position: absolute;

    top: 195px;
    right: 52%;

    width: 13px;
    height: 13px;

    background: rgba(120, 80, 55, 0.5);

    border-radius: 50%;

    z-index: 1;
} */

@media (max-width: 1199px) {

    .footer-cta-box {
        padding-right: 45%;
    }

    .footer-cta-images {
        width: 430px;
    }

    .cta-img.img-2 {
        width: 180px;
        height: 180px;
    }

    .cta-img.img-3 {
        width: 180px;
        height: 180px;
    }

}


@media (max-width: 991px) {

    .footer-cta-box {
        padding: 50px 40px;
        min-height: 280px;
    }

    .footer-cta-content {
        max-width: 550px;
    }

    .footer-cta-images {
        position: absolute;

        top: 25px;
        bottom: 0;
        right: 0;

        width: 100%;
        height: 280px;
    }

    .cta-img.img-1 {
        left: 57%;
        top:px;
    }

    .cta-img.img-2 {
        right: 5%;
        top:25px;
    }

    .cta-img.img-3 {
        left: 25%;
    }

    .cta-img.img-4 {
        right: 20%;
    }

}

@media (max-width: 767px) {

    .footer-cta {
        padding: 20px 15px 0;
    }

    .footer-cta-box {
        min-height: auto;
        padding: 35px 20px 25px;
        border-radius: 25px;
        overflow: hidden;
    }

    .footer-cta-content {
        text-align: center;
    }

    .footer-subtitle {
        font-size: 12px;
    }

    .footer-cta-content h2 {
        font-size: 25px;
        line-height: 1.3;
    }

    .footer-cta-content p {
        font-size: 14px;
    }

    .footer-cta-buttons {
        justify-content: center;
        flex-wrap: wrap;
    }

    .footer-btn {
        min-width: 145px;
        padding: 12px 18px;
        font-size: 14px;
    }

    /* Images */
    .footer-cta-images {
        position: relative;
        width: 100%;
        height: 190px;
        margin-top: 25px;
    }

    .cta-img {
        position: absolute;
        overflow: hidden;
        border-radius: 50%;
    }

    .cta-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .cta-img.img-1 {
        width: 105px;
        height: 105px;
        left: 5%;
        top: 10px;
        z-index: 2;
    }

    .cta-img.img-2 {
        width: 145px;
        height: 145px;
        right: 3%;
        top: 0;
        z-index: 1;
    }
}

.footer-main {
    padding: 75px 40px 55px;
}

.footer-widget {
    margin-bottom: 10px;
}

.footer-widget h3 {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 12px;
    font-size: 20px;
    color: #ffffff;
}

.footer-widget h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120px;
    height: 2px;
    background: #f5a623;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 20px;
}

.footer-logo img {
    width: 200px;
    height: 65px;
    object-fit: contain;
}

.about-widget p {
    max-width: 340px;
    margin-bottom: 25px;
    color: #bfc8c3;
    line-height: 1.8;
}

.footer-social {
    display: flex;
    gap: 10px;
}

.footer-social a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #26362f;
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
}

.footer-social a:hover {
    background: #f5a623;
    color: #ffffff;
}

.footer-links {
    padding-left: 60px;
    margin: 0;
    list-style: disc;
    display: flex;
    justify-content: center;
}

.footer-links li {
    margin-bottom: 3px;
    padding-right: 50px;
}

.footer-links a {
    color: #bfc8c3;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #f5a623;
    padding-left: 5px;
}

.footer-links i {
    margin-right: 7px;
    font-size: 10px;
    color: #f5a623;
}

.contact-info {
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact-info li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
    color: #bfc8c3;
    line-height: 1.6;
}

.contact-info a {
    color: #bfc8c3;
    text-decoration: none;
}

.contact-info a:hover {
    color: #f5a623;
}

.contact-icon {
    width: 35px;
    height: 35px;
    min-width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #26362f;
    color: #f5a623;
}

.footer-bottom-modern {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
}

.footer-bottom-inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
}

.footer-bottom-inner p {
    margin: 0;
    color: #9fa9a4;
    font-size: 14px;
}

.footer-bottom-links {
    display: flex;
    gap: 20px;
}

.footer-bottom-links a {
    color: #9fa9a4;
    font-size: 14px;
    text-decoration: none;
}

.footer-bottom-links a:hover {
    color: #f5a623;
}

@media (max-width: 991px) {

    .footer-cta-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-cta h2 {
        font-size: 28px;
    }

}

@media (max-width: 767px) {

    .footer-cta {
        padding: 40px 20px;
    }

    .footer-cta h2 {
        font-size: 24px;
    }

    .footer-cta-buttons {
        flex-wrap: wrap;
    }

    .footer-main {
        padding: 55px 20px 30px;
    }

    .footer-bottom-inner {
        flex-direction: column;
        text-align: center;
    }

    .footer-bottom-links {
        flex-wrap: wrap;
        justify-content: center;
    }

}


.what-we-do {
    background-color: #f1f1f185;
}

.about-img img {
    height: 600px;
}

.about-right h2 {
    margin-top: 0px;
    width: 80%;

}

.about-abt {
    padding-left: 30px;
}








/* =====================================
   SECOND ABOUT SECTION
===================================== */

.second-abt-section {
    padding: 100px 0;
    background: #f8f8f8;
}


/* =====================================
   CONTAINER
===================================== */

.second-abt-container {
    max-width: 1200px;
    width: 90%;
    margin: auto;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 60px;
}


/* =====================================
   LEFT CONTENT
===================================== */

.second-abt-content {
    width: 48%;
}

.second-abt-content span {
    color: #e58b24;

    font-size: 14px;
    font-weight: 600;

    letter-spacing: 2px;
}

.second-abt-content h2 {
    font-size: 45px;
    line-height: 1.2;

    margin: 15px 0;
}

.second-abt-content p {
    color: #666;

    line-height: 1.8;

    margin-bottom: 15px;
}


/* =====================================
   RIGHT IMAGE AREA
===================================== */

.second-abt-images {
    width: 42%;
    height: 430px;

    position: relative;
}


/* =====================================
   COMMON IMAGE
===================================== */

.second-abt-img {
    position: absolute;

    width: 145px;
    height: 185px;

    overflow: hidden;

    border-radius: 15px;

    border: 5px solid #fff;

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.14);

    transition: 0.4s ease;
}


.second-abt-img img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;
}


/* =====================================
   IMAGE 1
===================================== */

.second-abt-img-1 {
    top: 10px;
    left: 15px;

    transform: rotate(-8deg);

    z-index: 1;
}


/* =====================================
   IMAGE 2
===================================== */

.second-abt-img-2 {
    top: 45px;
    left: 120px;

    transform: rotate(6deg);

    z-index: 2;
}


/* =====================================
   IMAGE 3
===================================== */

.second-abt-img-3 {
    top: 145px;
    left: 215px;

    transform: rotate(-5deg);

    z-index: 3;
}


/* =====================================
   IMAGE 4
===================================== */

.second-abt-img-4 {
    top: 250px;
    left: 125px;

    transform: rotate(7deg);

    z-index: 4;
}


/* =====================================
   IMAGE 5
===================================== */

.second-abt-img-5 {
    top: 275px;
    left: 10px;

    transform: rotate(-7deg);

    z-index: 5;
}


/* =====================================
   HOVER
===================================== */

.second-abt-img:hover {
    transform: scale(1.08) rotate(0deg);

    z-index: 10;
}


/* =====================================
   TABLET
===================================== */

@media (max-width: 991px) {

    .second-abt-container {
        flex-direction: column;

        gap: 40px;
    }

    .second-abt-content {
        width: 100%;
    }

    .second-abt-images {
        width: 100%;
        max-width: 500px;
        height: 430px;
    }
}


/* =====================================
   MOBILE
===================================== */

@media (max-width: 576px) {

    .second-abt-section {
        padding: 60px 0;
    }

    .second-abt-content h2 {
        font-size: 32px;
    }

    .second-abt-content p {
        font-size: 14px;
    }

    .second-abt-images {
        width: 100%;
        max-width: 360px;
        height: 390px;
    }

    .second-abt-img {
        width: 115px;
        height: 155px;

        border-width: 4px;
    }


    .second-abt-img-1 {
        top: 5px;
        left: 0;
    }

    .second-abt-img-2 {
        top: 35px;
        left: 80px;
    }

    .second-abt-img-3 {
        top: 125px;
        left: 160px;
    }

    .second-abt-img-4 {
        top: 220px;
        left: 95px;
    }

    .second-abt-img-5 {
        top: 250px;
        left: 5px;
    }
}









/* =====================================
   ABOUT SECTION
===================================== */

.about-section {
    padding: 50px 0 30px;
    background: #ffffff;
}

/* .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
} */


/* =====================================
   MAIN ROW
===================================== */

.about-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
}


/* =====================================
   LEFT CONTENT
===================================== */

.about-content {
    width: 42%;
}

.about-content span {
    display: inline-block;

    color: #e58b24;

    font-size: 14px;
    font-weight: 700;

    letter-spacing: 2px;
    text-transform: uppercase;

    margin-bottom: 15px;
}

.about-content h2 {
    margin: 0 0 20px;

    color: #222;

    font-size: 45px;
    line-height: 1.2;
}

.about-content p {
    margin: 0 0 25px;

    color: #666;

    font-size: 16px;
    line-height: 1.8;
}

.about-btn {
    display: inline-block;

    padding: 13px 28px;

    background: #e58b24;
    color: #fff;

    text-decoration: none;

    border-radius: 5px;
}


/* =====================================
   BIG SQUARE COLLAGE
===================================== */

.photo-collage {

    width: 480px;
    height: 430px;

    position: relative;

    /*
       IMPORTANT:
       No gap between images.
       This makes the 4 images form
       ONE BIG SQUARE.
    */

    display: grid;

    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;

    gap: 0;
}


/* =====================================
   FOUR IMAGES
===================================== */

.photo {
    width: 100%;
    height: 100%;

    overflow: hidden;

    position: relative;

    /*
       Border creates the clean
       separation between photos.
    */

    border: 2px solid #ffffff;
}


.photo img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.5s ease;
}


/* =====================================
   CORNER ROUNDING
===================================== */

/* TOP LEFT */

.photo-1 {
    border-radius: 25px 0 0 0;
}


/* TOP RIGHT */

.photo-2 {
    border-radius: 0 25px 0 0;
}


/* BOTTOM LEFT */

.photo-3 {
    border-radius: 0 0 0 25px;
}


/* BOTTOM RIGHT */

.photo-4 {
    border-radius: 0 0 25px 0;
}


/* =====================================
   CENTER IMAGE
===================================== */

.photo-center {

    position: absolute;

    /*
       Exact center of big square
    */

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    /*
       Small center image
    */

    width: 155px;
    height: 155px;

    /*
       VERY IMPORTANT
       Makes center image appear
       above all 4 images.
    */

    z-index: 20;

    overflow: hidden;

    border-radius: 50%;

    /*
       White border separates it
       from the four images.
    */

    border: 4px solid #ffffff;

    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.25);

    background: #ffffff;
}


.photo-center img {

    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;
}


/* =====================================
   HOVER
===================================== */

.photo img:hover {
    transform: scale(1.08);
}


.photo-center {
    transition: transform 0.4s ease;
}

.photo-center:hover {
    transform: translate(-50%, -50%) scale(1.08);
}


/* =====================================
   TABLET
===================================== */

@media (max-width: 991px) {

    .about-wrapper {
        flex-direction: column;

        gap: 50px;
    }

    .about-content {
        width: 100%;
    }

    .photo-collage {
        width: 500px;
        height: 500px;

        max-width: 100%;
    }
}


/* =====================================
   MOBILE
===================================== */

@media (max-width: 576px) {

    .about-section {
        padding: 60px 0;
    }

    .about-content h2 {
        font-size: 32px;
    }

    .photo-collage {

        width: 100%;
        height: auto;

        aspect-ratio: 1 / 1;
    }

    .photo {
        border-width: 2px;
    }

    .photo-center {

        width: 100px;
        height: 100px;

        border-width: 5px;
    }

    .photo-1 {
        border-radius: 18px 0 0 0;
    }

    .photo-2 {
        border-radius: 0 18px 0 0;
    }

    .photo-3 {
        border-radius: 0 0 0 18px;
    }

    .photo-4 {
        border-radius: 0 0 18px 0;
    }
}



.abt-down {
    padding: 70px;
}


/* =====================================
   CAUSES SECTION
===================================== */

.causes-section {
    background: #f5f5f5;
    padding: 100px 0;
}


/* =====================================
   CAUSES WRAP
===================================== */

.causes-wrap {
    padding: 0px 40px;
}


/* =====================================
   CAUSES CARD
===================================== */

.causes-item {
    background: #ffffff;

    border-radius: 12px;
    overflow: hidden;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);

    transition: all 0.4s ease;

    margin-bottom: 30px;
}


/* =====================================
   CARD HOVER
===================================== */

.causes-item:hover {
    transform: translateY(-8px);

    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}


/* =====================================
   IMAGE
===================================== */

.causes-item .image {
    width: 100%;
    height: 220px;

    overflow: hidden;
}

.causes-item .image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;

    transition: transform 0.5s ease;
    padding: 10px;
}


/* Image zoom */

.causes-item:hover .image img {
    transform: scale(1);
}


/* =====================================
   CONTENT
===================================== */

.causes-content {
    padding: 20px 15px 0px;
}

.causes-content h3 {
    margin: 0 0 12px;

    font-size: 20px;
    line-height: 1.4;
}

.causes-content h3 a {
    color: #222;
    text-decoration: none;

    transition: 0.3s ease;
}

.causes-content h3 a:hover {
    color: #e58b24;
}

.causes-content p {
    margin: 0;

    color: #666;

    font-size: 14px;
    line-height: 1.7;
}


/* =====================================
   ROW SPACING
===================================== */

.causes-wrap .row {
    margin-bottom: 5px;
}


/* =====================================
   TABLET
===================================== */

@media (max-width: 991px) {

    .causes-section {
        padding: 80px 0;
    }

    .causes-item .image {
        height: 210px;
    }
}


/* =====================================
   MOBILE
===================================== */

@media (max-width: 576px) {

    .causes-section {
        padding: 60px 0;
    }

    .causes-content {
        padding: 20px;
    }

    .causes-item .image {
        height: 220px;
    }

    .causes-content h3 {
        font-size: 19px;
    }
}

/* 
.causes-item{
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);

} */









/* ============================================ VISION & MISSION SECTION ============================================= */
.vision-mission-section {
    position: relative;
    padding: 50px 0;
    background: #f8faf7;
    overflow: hidden;
}

.vm-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 80px;
}

/* ============================================ IMAGE AREA ============================================= */
.vm-image-area {
    position: relative;
    min-height: 580px;
}

.vm-image-main {
    width: 82%;
    height: 500px;
    overflow: hidden;
    border-radius: 180px 180px 20px 20px;
    position: relative;
}

.vm-image-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.vm-image-main:hover img {
    transform: scale(1.06);
}

/* Small Image */
.vm-image-small {
    position: absolute;
    right: 0;
    bottom: 25px;
    width: 210px;
    height: 210px;
    border: 10px solid #f8faf7;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.vm-image-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Experience Badge */
.vm-experience {
    position: absolute;
    left: -20px;
    bottom: 100px;
    width: 145px;
    height: 145px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.vm-experience i {
    font-size: 27px;
    margin-bottom: 5px;
    color: #e79b35;
}

.vm-experience strong {
    font-size: 20px;
    color: #333;
}

.vm-experience span {
    font-size: 13px;
    color: #777;
}

/* ============================================ CONTENT ============================================= */
.vm-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #e79b35;
    margin-bottom: 12px;
}

.vm-content h2 {
    font-size: 48px;
    line-height: 1.15;
    margin: 0 0 20px;
    color: #222;
}

.vm-content h2 span {
    display: block;
    color: #8b0015;
}

.vm-description {
    max-width: 600px;
    font-size: 16px;
    line-height: 1.8;
    color: #777;
    margin-bottom: 30px;
}

/* ============================================ VISION / MISSION CARDS ============================================= */
.vm-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 25px;
    margin-bottom: 18px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    border-left: 4px solid transparent;
    transition: all 0.4s ease;
}

.vm-card:hover {
    transform: translateY(-5px);
    border-left-color: #8b0015;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/* Icon */
.vm-icon {
    flex-shrink: 0;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef7ef;
    color: #8b0015;
    font-size: 22px;
    transition: all 0.4s ease;
}

.vm-card:hover .vm-icon {
    background: #8b0015;
    color: #ffffff;
}

/* Card Content */
.vm-card-content span {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #e79b35;
}

.vm-card-content h3 {
    margin: 6px 0 8px;
    font-size: 21px;
    color: #222;
}

.vm-card-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #777;
}

/* ============================================ BUTTON ============================================= */
.vm-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 15px;
    padding: 14px 25px;
    background: #3d8b55;
    color: #ffffff;
    text-decoration: none;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.vm-button:hover {
    background: #e79b35;
    color: #ffffff;
    transform: translateX(5px);
}

.vm-button i {
    transition: transform 0.3s ease;
}

.vm-button:hover i {
    transform: translateX(5px);
}

/* ============================================ RESPONSIVE ============================================= */
@media (max-width: 991px) {
    .vision-mission-section {
        padding: 80px 0;
    }

    .vm-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .vm-image-area {
        max-width: 600px;
        width: 100%;
        margin: auto;
    }

    .vm-content h2 {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .vision-mission-section {
        padding: 60px 0;
    }

    .vm-container {
        width: 92%;
    }

    .vm-image-area {
        min-height: 430px;
    }

    .vm-image-main {
        width: 88%;
        height: 390px;
    }

    .vm-image-small {
        width: 135px;
        height: 135px;
        border-width: 7px;
    }

    .vm-experience {
        width: 105px;
        height: 105px;
        left: -5px;
        bottom: 70px;
    }

    .vm-experience strong {
        font-size: 16px;
    }

    .vm-experience span {
        font-size: 11px;
    }

    .vm-content h2 {
        font-size: 32px;
    }

    .vm-card {
        padding: 18px;
        gap: 14px;
    }

    .vm-icon {
        width: 48px;
        height: 48px;
        font-size: 18px;
    }

    .vm-card-content h3 {
        font-size: 18px;
    }

    .vm-card-content p {
        font-size: 13px;
    }
}



.causes-wrap  .row .causes-content h3{
    color: #8b0015;
}





.lightboxpreview {
   transition: all .3s linear;
padding-top:60%;
  cursor:pointer;
  background-size:cover;
}
   
.lightbox-content {
max-height:75svh;
  height:75svh;
}

.lightbox-close { 
  cursor:pointer;
    margin-left: auto;
  position:absolute;
  right:-30px;
  top:-30px;
  color:white;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;}

.modalscale {transform:scale(0);
opacity:0;}



.lightbox-container, .lightbox-btn, .lightbox-image-wrapper, .lightbox-enabled{transition:all .4s ease-in-out;}
.lightbox_img_wrap {padding-top:65%;
  position:relative;
  overflow:hidden;
}
.lightbox-enabled:hover {
  transform:scale(1.1)
}
.lightbox-enabled {width:100%;
height:100%;
  position:absolute;
  top:0;
object-fit:cover;
cursor:pointer;
border-radius: 10px;
}

.lightbox-container {width:100svw;
height:100svh;
position:fixed;
top:0;
left:0;
  display:flex;
  align-items:center;
  justify-content:center;
background-color:rgba(0,0,0,.6);
z-index:9999;
opacity:0;
pointer-events:none;
}

.lightbox-container.active {
  opacity:1;
  pointer-events:all;
}
.lightbox-image-wrapper {
  display:flex;
  transform:scale(0);
  align-items:center;
  justify-content:center;
  max-width:90vw;
  max-height:90vh;
  position:relative;
}
.lightbox-container.active .lightbox-image-wrapper {transform:scale(1);}
.lightbox-btn, #close {
  color:white;
  z-index:9999999;
 cursor:pointer; 
  position:absolute;
  font-size:50px;
}

.left {left:50px;}
.right {right:50px;}
#close {top:50px;
right:50px;}

.lightbox-image {
  width:100%;
  max-height:95vh;
  object-fit:cover;
 }

@keyframes slideleft {
  33% {transform:translateX(-300px);
  opacity:0;
  }
  66% {transform:translateX(300px);
  opacity:0;
  }
}


.slideleft {
   animation-name: slideleft;
 animation-duration: .5s; 
 animation-timing-function: ease; 
}
@keyframes slideright {
  33% {transform:translateX(300px);
  opacity:0;}
  66% {transform:translateX(-300px);
  opacity:0;}
}


.slideright{
   animation-name: slideright;
 animation-duration: .5s; 
 animation-timing-function: ease; 
}
	

	



/* ================================
   DOCUMENT / CERTIFICATE SECTION
================================ */

.section-common-space {
    padding: 65px 0 5px;
}

.section-title {
    margin-bottom: 60px;
}

.documents-wrapper {
    margin-top: 110px;
}

.features-item {
    background-color: #fff;
    padding: 80px 40px 35px;
        border: 1px solid #e7e7e7;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 8px;
    height: 300px;
    margin: 0 15px 30px;
    text-align: center;
}

.features-info h4 {
    color: #1c1c1c;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px;
    line-height: 1.4;
}

.features-info p {
    color: #666;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.features-icon {
    font-size: 36px;
    width: 96px;
    height: 96px;
    line-height: 96px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    border: 2px dashed #c9c9c9;
    box-shadow: 0 0 0 10px #fff;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    color: #8b0015;
    transition: all 0.3s ease;
}

.features-item:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.features-item:hover .features-icon {
    color: #fff;
    border-color: #fff;
    background-color: #8b0015;
}

.title-btn {
    margin-top: 15px;
}


/* ================================
   LARGE TABLET
   993px - 1199px
================================ */

@media (min-width: 1200px) {

    .features-item {
        padding: 80px 25px 30px;
        margin: 30px 10px 65px;
    }

    .features-info h4 {
        font-size: 18px;
    }

}
@media (min-width: 993px) and (max-width: 1199px) {

    .features-item {
        padding: 80px 25px 30px;
        margin: 0 10px 65px;
    }

    .features-info h4 {
        font-size: 18px;
    }

}


/* ================================
   TABLET
   768px - 992px
================================ */

@media (min-width: 768px) and (max-width: 992px) {

    .section-common-space {
        padding: 55px 0 5px;
    }

    .section-title {
        margin-bottom: 45px;
    }

    .section-title h2 {
        font-size: 27px;
    }

    .section-title p {
        font-size: 15px;
    }

    .documents-wrapper {
        margin-top: 10px;
    }

    .features-item {
        height: 310px;
        padding: 80px 25px 30px;
        margin: 0 8px 60px;
    }

    .features-icon {
        width: 85px;
        height: 85px;
        line-height: 85px;
        font-size: 32px;
        top: -43px;
    }

    .features-info h4 {
        font-size: 18px;
    }

    .features-info p {
        font-size: 14px;
    }

}


/* ================================
   MOBILE
   576px - 767px
================================ */

@media (min-width: 576px) and (max-width: 767px) {

    .section-common-space {
        padding: 50px 0 5px;
    }

    .section-title {
        margin-bottom: 45px;
    }

    .section-title h2 {
        font-size: 24px;
    }

    .section-title p {
        font-size: 14px;
        padding: 0 20px;
    }

    .documents-wrapper {
        margin-top: 10px;
    }

    .features-item {
        height: auto;
        min-height: 285px;
        padding: 75px 30px 30px;
        margin: 0 0 60px;
    }

    .features-icon {
        width: 85px;
        height: 85px;
        line-height: 85px;
        font-size: 32px;
        top: -43px;
    }

    .features-info h4 {
        font-size: 18px;
    }

    .features-info p {
        font-size: 14px;
    }

}


/* ================================
   SMALL MOBILE
   BELOW 576px
================================ */

@media (max-width: 575px) {

    .section-common-space {
        padding: 45px 15px 5px;
    }

    .section-title {
        margin-bottom: 45px;
    }

    .section-title span {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .section-title h2 {
        font-size: 23px;
        line-height: 1.3;
        margin-top: 10px;
    }

    .section-title p {
        font-size: 14px;
        line-height: 1.6;
        margin-top: 10px;
        padding: 0 5px;
    }

    .documents-wrapper {
        margin-top: 5px;
    }

    .features-item {
        height: auto;
        min-height: 285px;
        padding: 75px 20px 30px;
        margin: 0 0 60px;
        border-radius: 8px;
    }

    .features-icon {
        width: 82px;
        height: 82px;
        line-height: 82px;
        font-size: 30px;
        top: -41px;
    }

    .features-info h4 {
        font-size: 17px;
        line-height: 1.45;
        margin-bottom: 12px;
    }

    .features-info p {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .theme-btn {
        font-size: 13px;
        padding: 11px 20px;
    }

}
@media (min-width: 576px) and (max-width: 767.98px) {

    .section-common-space {
        padding: 35px 0 5px;
    }

    .section-title {
        margin-bottom: 45px;
    }

    .section-title span {
        font-size: 13px;
    }

    .section-title h2 {
        font-size: 26px;
        margin-top: 10px;
    }

    .section-title p {
        font-size: 14px;
        line-height: 1.6;
        padding: 0 20px;
    }

    .documents-wrapper {
        margin-top: 10px;
    }

    .features-item {
        height: 310px;
        padding: 80px 25px 30px;
        margin: 0 8px 60px;
    }

    .features-icon {
        width: 88px;
        height: 88px;
        line-height: 88px;
        font-size: 32px;
        top: -44px;
    }

    .features-info h4 {
        font-size: 19px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .features-info p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .theme-btn {
        font-size: 14px;
        padding: 11px 20px;
    }
}





@media (max-width: 668px) {
  .footer-widget .footer-links {
    flex-wrap: wrap;
  }
}
@media (max-width: 1200px) {
    .contact-info li {
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }

    .contact-info li a {
        flex: 1;
        min-width: 0;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .contact-icon {
        flex-shrink: 0;
    }
}




@media (max-width: 1000px) {
    .contact_sect_1 {
        padding:10px 0px;
    }
}






/* =========================================
   MODERN CONTACT FORM
========================================= */
.contact_sect{
    padding: 40px;
}
.wpo-contact-page .contact-right {
    max-width: 560px;
    width: 100%;
    padding: 45px;
    background: #fff;
    border-radius: 18px;
    border: 1px solid #eeeeee;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    justify-self: center;
}

/* Title */
.wpo-contact-page .contact-right .title {
    margin-bottom: 35px;
}

.wpo-contact-page .contact-right .title h2 {
    margin: 0 0 12px;
    color: #1c1c1c;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
}

.wpo-contact-page .contact-right .title p {
    margin: 0;
    color: #777;
    font-size: 15px;
    line-height: 26px;
}


/* =========================================
   INPUT GROUP
========================================= */

.wpo-contact-page .contact-form .input-item {
    position: relative;
    margin-bottom: 25px;
}

/* Input */
.wpo-contact-page .contact-form .input-item .fild {
    width: 100%;
    height: 58px;
    padding: 0 18px 0 52px;

    border: 1px solid #e2e2e2;
    border-radius: 10px;

    background: #fafafa;

    color: #333;
    font-size: 16px;
    font-weight: 400;

    transition: all 0.3s ease;
}

/* Input focus */
.wpo-contact-page .contact-form .input-item .fild:focus {
    outline: none;
    border-color: #8b0015;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(139, 0, 21, 0.08);
}

/* Placeholder */
.wpo-contact-page .contact-form .input-item .fild::placeholder {
    color: #999;
    font-weight: 400;
}


/* =========================================
   ICON
========================================= */

.wpo-contact-page .contact-form .input-item label {
    position: absolute;
    left: 18px;
    top: 50%;

    transform: translateY(-50%);

    width: 22px;
    height: 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    pointer-events: none;
}

.wpo-contact-page .contact-form .input-item label i {
    color: #8b0015;
    font-size: 18px;
    transition: all 0.3s ease;
}


/* Icon changes when input focused */
.wpo-contact-page .contact-form .input-item:focus-within label i {
    transform: scale(1.1);
    color: #8b0015;
}


/* =========================================
   TEXTAREA
========================================= */

.wpo-contact-page .contact-form .input-item .textarea {
    height: 145px;
    padding-top: 18px;
    resize: vertical;
}

.wpo-contact-page .contact-form .input-item:has(.textarea) label {
    top: 22px;
    transform: none;
}


/* =========================================
   SUBMIT BUTTON
========================================= */

.wpo-contact-page .contact-form .submitbtn {
    margin-top: 10px;
    margin-bottom: 0;
    width: 100%;
    height: auto;
}

.wpo-contact-page .contact-form .submitbtn .fild {
    width: 100%;
    height: 58px;

    padding: 0 25px;

    border: none;
    border-radius: 10px;

    background: #8b0015;
    color: #fff;

    font-size: 16px;
    font-weight: 600;

    cursor: pointer;

    box-shadow: 0 10px 25px rgba(139, 0, 21, 0.20);

    transition: all 0.3s ease;
}

.wpo-contact-page .contact-form .submitbtn .fild:hover {
    background: #680010;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(139, 0, 21, 0.28);
}

.wpo-contact-page .contact-form .submitbtn .fild:active {
    transform: translateY(0);
}


/* =========================================
   REMOVE OLD SUBMIT ICON
========================================= */

.wpo-contact-page .contact-form .submitbtn label {
    display: none;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .wpo-contact-page .contact-right {
        max-width: 100%;
        padding: 35px;
    }

}

@media (max-width: 767px) {

    .wpo-contact-page .contact-right {
        padding: 25px 20px;
        border-radius: 14px;
    }

    .wpo-contact-page .contact-right .title {
        margin-bottom: 25px;
    }

    .wpo-contact-page .contact-right .title h2 {
        font-size: 30px;
    }

    .wpo-contact-page .contact-right .title p {
        font-size: 14px;
        line-height: 23px;
    }

    .wpo-contact-page .contact-form .input-item {
        margin-bottom: 18px;
    }

    .wpo-contact-page .contact-form .input-item .fild {
        height: 54px;
        font-size: 15px;
    }

    .wpo-contact-page .contact-form .input-item .textarea {
        height: 125px;
    }

    .wpo-contact-page .contact-form .submitbtn .fild {
        height: 55px;
    }
}
.gallery{
    padding: 30px;
}




@media (max-width: 1000px) {
    .what-we-do {
        padding:10px 10px;
    }
}

@media (max-width: 1000px) {
    .abt_sect {
        padding:10px 10px;
    }
}


@media (max-width: 1000px) {
    .footer-cta {
        padding:10px 10px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .wpo-blog-section-s2 .blog-card{
        height:420px;
    }
}
@media (min-width:500px) and (max-width:  768px) {
    .wpo-blog-section-s2 .blog-card{
        height:550px;
    }
}
@media  (max-width:  500px) {
    .wpo-blog-section-s2 .blog-card{
        height:450px;
    }
}

@media (min-width:1000px) and (max-width:1200px) {
    .wpo-causes-section-s2 .causes-item{
        height:560px;
    }
}
@media (min-width:768px) and (max-width:1000px) {
    .wpo-causes-section-s2 .causes-item{
        height:460px;
    }
}
@media (min-width:1200px) {
    .wpo-causes-section-s2 .causes-item{
        height:480px;
    }
}

.wpo-contact-page .office-info .office-info-item .office-info-text p a{
    color:#323232;
}




/* =========================================
   DONATE NOW SECTION
========================================= */

.donate-now-section {
    padding: 80px 0;
    background: #f8f8f8;
}

.donate-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;

    display: flex;
    align-items: center;
    gap: 55px;
}

/* =========================================
   LEFT IMAGE
========================================= */

.donate-image-area {
    width: 320px;
    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;
}

.donate-image {
    width: 300px;
    height: 300px;
    overflow: hidden;
    border-radius: 6px;
}

.donate-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


/* =========================================
   RIGHT CONTENT
========================================= */

.donate-content-area {
    flex: 1;
    min-height: 300px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.donate-subtitle {
    display: block;
    margin-bottom: 10px;

    color: #8b0015;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.donate-content-area h2 {
    margin: 0 0 18px;

    color: #222;
    font-size: 38px;
    line-height: 1.25;
    font-weight: 700;
}

.donate-content-area p {
    margin: 0 0 12px;

    color: #666;
    font-size: 15px;
    line-height: 1.7;
}


/* =========================================
   DONATE BUTTON
========================================= */

.donate-button {
    margin-top: 12px;
}

.donate-button .theme-btn {
    display: inline-block;

    padding: 12px 28px;

    background: #8b0015;
    color: #fff;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none;
    border-radius: 4px;

    transition: all 0.3s ease;
}

.donate-button .theme-btn:hover {
    background: #222;
    color: #fff;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .donate-now-section {
        padding: 70px 0;
    }

    .donate-container {
        gap: 40px;
    }

    .donate-image-area {
        width: 280px;
    }

    .donate-image {
        width: 260px;
        height: 260px;
    }

    .donate-content-area {
        min-height: 260px;
    }

    .donate-content-area h2 {
        font-size: 32px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .donate-now-section {
        padding: 60px 0;
    }

    .donate-container {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .donate-image-area {
        width: 100%;
    }

    .donate-image {
        width: 250px;
        height: 250px;
    }

    .donate-content-area {
        width: 100%;
        min-height: auto;
    }

    .donate-content-area h2 {
        font-size: 28px;
    }

    .donate-content-area p {
        font-size: 14px;
    }

    .donate-button {
        margin-top: 15px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .donate-image {
        width: 220px;
        height: 220px;
    }

    .donate-content-area h2 {
        font-size: 25px;
    }

}


/* ==============================
   DONATION DETAILS
================================= */

.donation-details {
    margin-top: 25px;
    width: 100%;
}

.donation-detail-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 8px 0;
    border-bottom: 1px solid #e5e5e5;
}

.donation-detail-item:last-child {
    border-bottom: none;
}

.donation-detail-item span {
    min-width: 70px;
    font-size: 14px;
    font-weight: 600;
    color: #777;
}

.donation-detail-item strong {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

/* Mobile */
@media (max-width: 576px) {

    .donation-detail-item {
        gap: 10px;
        padding: 7px 0;
    }

    .donation-detail-item span {
        min-width: 55px;
        font-size: 13px;
    }

    .donation-detail-item strong {
        font-size: 14px;
    }
}


.banner_sect1{
    background: url(../img/about-banner.jpg) no-repeat center top / cover;
    min-height: 250px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    background-position: bottom;
    z-index: 1;
}
.banner_sect2{
    background: url(../img/banner-4.jpg) no-repeat center top / cover;
    min-height: 250px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    background-position: bottom;
    z-index: 1;
}
.banner_sect3{
    background: url(../img/banner-6.jpg) no-repeat center top / cover;
    min-height: 250px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    background-position: bottom;
    z-index: 1;
}
.banner_sect4{
    background: url(../img/banner-5.jpg) no-repeat center top / cover;
    min-height: 250px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    background-position: bottom;
    z-index: 1;
}
.banner_sect5{
    background: url(../img/banner-7.jpg) no-repeat center top / cover;
    min-height: 250px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    background-position: bottom;
    z-index: 1;
}






/* =========================================
   DONATION PAGE
========================================= */

/* .donation-page-area {
    padding: 80px 0;
    background: #f8f9f7;
} */

/* =========================================
   DONATION HEADER
========================================= */

/* .donate-header {
    margin-bottom: 45px;
}

.donate-header span {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #78a83b;
    margin-bottom: 10px;
}

.donate-header h2 {
    font-size: 38px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
}

.donate-header p {
    max-width: 700px;
    margin: 0 auto;
    color: #777;
    font-size: 16px;
    line-height: 1.8;
} */


/* =========================================
   AMOUNT SECTION
========================================= */
/* 
.donations-amount {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e5e5e5;
}

.donations-amount h2,
.donations-details h2,
.doanation-payment h2 {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.donations-amount p,
.donations-details > p,
.doanation-payment > p {
    color: #777;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.donations-amount .form-control {
    height: 55px;
    max-width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    padding: 0 18px;
    font-size: 15px;
    color: #333;
    box-shadow: none;
}

.donations-amount .form-control:focus {
    border-color: #78a83b;
    box-shadow: none;
}
 */

/* =========================================
   DONOR DETAILS
========================================= */

/* .donations-details {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e5e5e5;
}

.donations-details .form-group {
    margin-bottom: 20px;
}

.donations-details .form-control {
    width: 100%;
    height: 52px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    padding: 0 17px;
    font-size: 15px;
    color: #333;
    transition: all 0.3s ease;
}

.donations-details textarea.form-control {
    height: 120px;
    padding: 15px 17px;
    resize: vertical;
}

.donations-details .form-control::placeholder {
    color: #999;
}

.donations-details .form-control:focus {
    border-color: #78a83b;
    outline: none;
    box-shadow: none;
} */


/* =========================================
   PAYMENT SECTION
========================================= */
/* 
.doanation-payment {
    padding-bottom: 35px;
    margin-bottom: 30px;
}

.payment-area {
    margin-top: 25px;
}

.payment-option {
    padding: 5px 0;
}

.payment-select ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.payment-select li {
    position: relative;
}

.payment-select input {
    position: absolute;
    opacity: 0;
}

.payment-select label {
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    font-weight: 600;
    color: #444;
    cursor: pointer;
}

.payment-select label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    border: 2px solid #aaa;
    border-radius: 50%;
    background: #fff;
}

.payment-select input:checked + label::before {
    border-color: #78a83b;
}

.payment-select input:checked + label::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #78a83b;
} */


/* =========================================
   PAYMENT INFORMATION
========================================= */
/* 
.payment-name {
    margin-top: 25px;
}

.payment-info {
    padding: 5px 0;
}

.payment-info h3 {
    font-size: 19px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.payment-info p {
    color: #777;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
} */


/* =========================================
   BANK DETAILS
========================================= */

/* .bank-details {
    margin-top: 25px;
    padding: 25px 0;
    border-top: 1px solid #eee;
}

.bank-details h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.bank-details > p {
    color: #777;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.bank-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 30px;
}

.bank-info p {
    margin: 0;
    color: #555;
    font-size: 14px;
    line-height: 1.8;
}

.bank-info strong {
    color: #222;
}



.donation-note {
    padding: 20px 0;
    margin-bottom: 25px;
    border-top: 1px solid #eee;
}

.donation-note p {
    margin: 0;
    color: #777;
    font-size: 14px;
    line-height: 1.8;
}

.donation-note strong {
    color: #78a83b;
} */



/* 
.submit-area {
    margin-top: 10px;
}

.submit-btn {
    border: none;
    padding: 14px 38px;
    background: #78a83b;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background: #5f8c2d;
    color: #fff;
    transform: translateY(-2px);
} */




/* @media (max-width: 767px) {

    .donation-page-area {
        padding: 55px 15px;
    }

    .donate-header {
        margin-bottom: 35px;
    }

    .donate-header h2 {
        font-size: 30px;
    }

    .donate-header p {
        font-size: 14px;
    }

    .donations-amount h2,
    .donations-details h2,
    .doanation-payment h2 {
        font-size: 21px;
    }

    .payment-select ul {
        flex-direction: column;
        gap: 15px;
    }

    .bank-info {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .submit-btn {
        width: 100%;
        padding: 14px 20px;
    }
} */



/* @media (max-width: 480px) {

    .donation-page-area {
        padding: 45px 12px;
    }

    .donate-header h2 {
        font-size: 26px;
    }

    .donations-details .form-control {
        height: 50px;
    }

    .donations-details textarea.form-control {
        height: 105px;
    }
} */


/* .online-payment-options {
    margin-top: 25px;
}

.payment-method {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.payment-method-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f7ed;
    border-radius: 50%;
    font-size: 21px;
    color: #78a83b;
}

.payment-method-content h4 {
    margin: 0 0 5px;
    font-size: 17px;
    font-weight: 600;
    color: #222;
}

.payment-method-content p {
    margin: 0 0 10px;
    color: #777;
    font-size: 13px;
    line-height: 1.6;
}

.payment-btn {
    display: inline-block;
    padding: 8px 18px;
    border: 1px solid #78a83b;
    border-radius: 4px;
    background: #78a83b;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.payment-btn:hover {
    background: #5f8c2d;
    border-color: #5f8c2d;
    color: #fff;
}


/* QR CODE */
/* 
.donation-qr {
    display: none;
    text-align: center;
    padding: 25px 0;
}

.donation-qr.active {
    display: block;
}

.donation-qr h4 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #222;
}

.donation-qr img {
    width: 180px;
    height: 180px;
    object-fit: contain;
}

.donation-qr p {
    margin-top: 10px;
    font-size: 13px;
    color: #777;
}




@media (max-width: 576px) {

    .payment-method {
        align-items: flex-start;
        gap: 14px;
    }

    .payment-method-icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
        font-size: 18px;
    }

    .payment-method-content h4 {
        font-size: 15px;
    }

    .payment-method-content p {
        font-size: 12px;
    }

    .payment-btn {
        padding: 7px 14px;
        font-size: 12px;
    }
} */ 