* {
    font-family: "Nunito", sans-serif;
}

html,body{
    overflow-x:hidden;
}

/* Nunito Font Styles*/
.nunito-reg-200 {
    font-family: "Nunito", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.nunito-reg-300 {
    font-family: "Nunito", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.nunito-reg-400 {
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.nunito-reg-500 {
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.nunito-reg-600 {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.nunito-reg-200 {
    font-family: "Nunito", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.martel-regular {
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.martel-semibold {
    font-family: "Martel", serif;
    font-weight: 600;
    font-style: normal;
}

.playfair-display-normal {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/***************************************** Font Size Variants ************************************/
.font-xs {
    font-size: 0.75rem; /* 12px */
}

.font-sm {
    font-size: 0.875rem; /* 14px */
}

.font-md {
    font-size: 1rem; /* 16px */
}

.font-lg {
    font-size: 1.125rem; /* 18px */
}

.font-xl {
    font-size: 1.25rem; /* 20px */
}

.font-2xl {
    font-size: 1.5rem; /* 24px */
}

.font-3xl {
    font-size: 1.875rem; /* 30px */
}

.font-4xl {
    font-size: 2.25rem; /* 36px */
}

.font-5xl {
    font-size: 3rem; /* 48px */
}

.font-6xl {
    font-size: 4rem; /* 64px */
}

.font-7xl {
    font-size: 5rem; /* 64px */
}

.font-8xl {
    font-size: 6rem; /* 64px */
}
/*=========================================== Custom Classes ===========================================*/

.line-gap {
    line-height: 1.5;
}

.rounded-5{
    border-radius:20px;
}

.themeprimary {
    color: #254B73;
}

.themeprimary-bg {
    background-color: #254B73;
}

.themesecondary {
    color: #76AD00;
}

.themesecondary-bg {
    background-color: #76AD00;
}

#topBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #254B73;
    color: white;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 1000;
}


.custom-btn {
    display: inline-block;
    width: auto;
    padding: 15px 25px;
    line-height: 1;
    border-radius: 20px;
    border: 1px solid #254B73;
    position: relative;
    overflow: hidden;
    color: #254B73;
    font-size: 18px;
    transition: all 0.5s ease-in;
    z-index: 1;
    text-decoration:none;
}

    .custom-btn::before,
    .custom-btn::after {
        content: '';
        position: absolute;
        top: 0;
        width: 0;
        height: 100%;
        transform: skew(15deg);
        transition: all 0.5s;
        overflow: hidden;
        z-index: -1;
    }

    .custom-btn::before {
        left: -10px;
        background: #254B73;
    }

    .custom-btn::after {
        right: -10px;
        background: #76AD00;
    }

    .custom-btn:hover::before,
    .custom-btn:hover::after {
        width: 70%;
    }

    .custom-btn:hover  {
        color: #fff;
        transition: 0.3s;
    }

/*------------- banner css --------------*/

.custom-banner {
    height: 250px;
    background: linear-gradient(to left, #37c87a 0, #41a6b3 50%, #7485db 100%);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    padding: 30px 0;
}

    .custom-banner h2 {
        margin: 0 0 10px 0;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    }

.banner {
    height: 250px;
    /*background: radial-gradient( circle at bottom center, #d4f27a 0%, #b9e354 20%, #76AD00 40%, #4e6d99 70%, #254B73 100% );
*/ background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    padding: 30px 0;
}
.about-banner-img {
    background: url('/images/donate-us.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.testimonial-banner-img {
    background: url('/images/sun-tornado-1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .custom-banner .breadcrumb {
        margin: 0;
    }

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

.breadcrumb li , .breadcrumb li a {
    color:#fff !important;
}
/*================================== Header ========================================*/
.donate-button {
    display: inline-block;
    padding: 14px 30px 12px 30px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg,#79AF0B, #60db4d);
    border: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    letter-spacing: 1px;
}

    .donate-button .heart {
        vertical-align: middle;
        font-size: 15px;
        margin-right: 5px;
        margin-top: -2px;
        color: red;
    }


@keyframes blink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}


.donate-button::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.2), transparent 60%);
    animation: shine 3s linear infinite;
}

@keyframes shine {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.donate-button:hover {
    transform: translateY(-2px);
    color: #254B73;
}


.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none;
    box-shadow: none;
    border: none;
}

.navbar-nav .nav-link {
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
    color: #254B73;
    transition: color 0.3s ease;
    font-size:18px;
}

    .navbar-nav .nav-link::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0%;
        height: 2px;
        background-color: #254B73;
        transition: width 0.3s ease;
    }

    .navbar-nav .nav-link:hover::after {
        width: 100%;
    }





/*====================================== Footer ========================================================*/

footer p, span, li {
    font-size: 15px;
}

footer a,
footer .social-links a {
    text-decoration: none;
    color: inherit;
}
    footer a:hover {
        color: #76AD00;
    }
.footer-anchor span a {
    color: #254B73;
}

    .footer-anchor span a:hover {
        text-decoration: underline;
    }


/*========================================== Home page ================================================*/
.banner-wrapper {
    width: 100%;
    overflow: hidden;
    height:600px;
}
.banner-mobile {
    width: 100%;
    overflow-x: hidden;
}

.banner-svg {
    width: 100%;
    height: auto;
    display: block;
}
.object-fit-cover {
    object-fit: cover;
}

.highlight-animated {
    background: linear-gradient(90deg, #254B73, #3e6a9e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    display: inline-block;
    animation: pulseHighlight 2s infinite ease-in-out;
}

@keyframes pulseHighlight {
    0%, 100% {
        transform: scale(1);
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    }

    50% {
        transform: scale(1.1);
        text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
    }
}

/*------- What We D0 Section -----------*/
.wave-top {
    width: 100%;
    overflow-x: hidden;
}

    .wave-top svg {
        display: block;
        width: 100%;
        height: auto;
        max-width: 100%;
    }
.what-we-do {
    margin-top: -1px;
}
.what-we-do-card {
    color: #000 !important;
    border-radius: 50px;
    background: #e0e0e0;
    box-shadow: 7px -7px 0px #bebebe, -7px 7px 0px #ffffff;
}

/*------ Our Impact Section -------*/
.our-impact-section {
    background: linear-gradient(135deg, #254B73, #76AD00);
    color: white;
    position: relative;
}


.glass-box {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1.5rem;
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

    .glass-box:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    }

.counter {
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
}

    .counter .plus {
        font-size: 0.7em;
        vertical-align: super; 
        font-weight: 700;
        color: #fff; 
        margin-left: 2px;
        display: inline-block; 
    }


.impact-image {
    border-radius: 24px;
    z-index: 1;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.rotated-card {
    width: 400px;
    height: 500px;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    transform: rotate(25deg);
    border-radius: 30px;
    z-index: 0;
    box-shadow: 0 0 40px rgba(118, 173, 0, 0.4);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(25deg);
    
}



/*---------------- Our Work Section -----------------*/
/*.our-work-card {
    border-radius: 20px;
    border-bottom:1px solid #ccc;
    border-right:1px solid #ccc;
}*/

.our-work-card:hover {
    background: rgba(37, 75, 115,0.6);
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    color: #fff !important;
}
    .our-work-card:hover .text-secondary {
        color: white !important;
    }

.our-work-section img{
    border-radius:20px;
}
.our-work-section a{
    text-decoration:none;
    color:inherit;
}

/*-------------- Volunteer section ----------------*/
.profile-img-container {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

    .profile-img-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

/*--------- Donation Strip ------------*/
.donation-strip {
    background-image: url('/images/donate-img.jpg'); 
    background-size: cover;
    background-position: center;
    background-attachment: fixed; 
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

    
    .donation-strip::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5); 
        z-index: -1;
    }

/*---------------- Testimonial Section ---------------------*/
.testimonial-card {
    background-color: #eee;
    border-radius: 20px;
    overflow: hidden;
    padding: 40px 40px 120px 40px; 
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .testimonial-card::before {
        content: '';
        height: 80px;
        width: calc(100% - 100px);
        background-color: #254B73;
        position: absolute;
        bottom: 0;
        left: 0;
        clip-path: polygon(0 0, calc(100% - 50px) 0%, 100% 100%, 0% 100%);
        z-index: 0;
    }

.testimonial-footer {
    position: absolute;
    bottom: 0;
    left: 40px;
    right: 40px;
    height: 80px;
    display: flex;
    align-items: center;
    gap: 1rem;
    z-index: 1;
}

.testim-img {
    border-radius: 20px;
    overflow: hidden;
    border: 4px solid #fff;
    width: 100px;
    height: 100px;
    position: relative;
    margin-top: -50px; 
}


    .testim-img img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: translate(-50%, -50%);
    }

.testim-name {
    margin: 0;
    color: #fff;
    font-weight: 500;
}

.testimonial-footer small {
    color: #fff;
}

.testim-quote {
    right: 0;
    position: absolute;
    font-size: 5rem;
    bottom: 2px;
    color: rgba(37, 75, 115, 0.5)
}

/*============================================= About Page ==============================================*/


.about-info ul{
    list-style:none;
}

    .about-info ul li {
        display: flex;
        align-items: flex-start;
        gap: 13px;
        margin-bottom: 15px;
        font-size: 1.1rem;
    }

        .about-info ul li::before {
            content: "\2605";
            color: #254B73;
            font-size: 22px;
            flex-shrink: 0;
            line-height: 1.5;
            margin-top: -7px;
            
        }

.lang-btn {
    cursor: pointer;
    background-color: #f8f9fa;
    transition: background-color 0.3s ease, color 0.3s ease;
}

    .lang-btn.active {
        background-color: #254B73 !important;
        color: white !important;
        border-color: #254B73 !important;
    }

/*======================================= Our Work =========================================*/
.our-work a {
    color: #254B73;
    text-decoration: none;
    transition: all 0.3s ease; 
}

    .our-work a:hover {
        color: #76AD00;
        padding-inline-start: 5px;
    }

    /*----------- detail work -----------*/

.btn-dark {
    font-size: 20px;
    border-radius: 50%;
    opacity: 0.9;
    display: flex;
    justify-content: center;
    background-color: #254B73;
    align-items: center;
}

.gallery-wrapper {
    height: 400px;
}

#galleryImage {
    object-fit: cover;
}

/*======================================= News =========================================*/
.news a {
    color: #254B73;
    text-decoration: none;
    transition: all 0.3s ease; 
}

    .news a:hover {
        color: #76AD00;
        padding-inline-start: 5px;
    }
.fixed-news-img {
    height: 250px; /* or any height you prefer */
    object-fit: cover;
    width: 100%;
}
@media (max-width: 768px) {
    .fixed-news-img {
        height: 160px;
    }
}

@media (max-width: 576px) {
    .fixed-news-img {
        height: 130px;
    }
}

/*======================================= Gallery =========================================*/
.gallery a{
    color:#76AD00;
    transition:all 0.3s ease;
}
    .gallery a:hover {
        background-color:#76AD00;
        color:#fff ;
    }




/*---------------- Gallery Detail page --------------*/
.deail-heading {
    border-bottom: 2px solid #76AD00;
}

.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    cursor:pointer;
}

.lightbox-modal {
    display: none;
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8); 
    justify-content: center;
    align-items: center;
    z-index: 1050; 
    cursor: zoom-out;
}

    .lightbox-modal img.lightbox-content {
        max-width: 90%;
        max-height: 90%;
        border-radius: 8px;
    }

    .lightbox-modal .close {
        position: absolute;
        top: 20px;
        right: 30px;
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        cursor: pointer;
        z-index: 1060;
    }

    .lightbox-modal .prev,
    .lightbox-modal .next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 25px;
        color: white;
        cursor: pointer;
        padding: 16px;
        user-select: none;
        z-index: 1060;
    }

    .lightbox-modal .prev {
        left: 30px;
    }

    .lightbox-modal .next {
        right: 30px;
    }

.card-border{
    border:1px solid #ccc !important;
}

/*======================================= Volunteer =========================================*/
.volunteer-banner {
    height: 250px;
    background: url('/images/img-header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    padding: 30px 0;
}

.volunteer-img {
    border-radius: 20px;
    height: 250px;
    object-fit: cover;
}
.h-250{
    height:250px;
}

.volunteer-btn {
    border: none;
    font-size: 25px;
    background-color: #ccc;
}

    .volunteer-btn:hover {
        cursor: crosshair;
    }

.volunteer-card {
    background-color: #ccc;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
    .volunteer-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
        cursor:crosshair;
    }























/*=================================== Landing page css =============================================*/
/*.heading {
    position: relative;
    display: inline-block;
    padding-bottom: 10px; 
}

    .heading::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 5px;
        left: 0;
        bottom: 0;
        background: rgba(37, 75, 115, 0.7);
        border-radius: 2px;
    }

    .heading::after {
        position: absolute;
        content: "";
        width: 6px;
        height: 5px;
        bottom: 0;
        left: 0;
        background: #FFFFFF;
        border-radius: 2px;
        animation: section-title-run 5s infinite alternate ease-in-out;
    }

@keyframes section-title-run {
    0% {
        left: 0%;
    }

    100% {
        left: 100%;
    }
}




.contact-box {
    border: 1px solid black;
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(135deg, #254B73 0%, #79AF0B 100%);
}
*/
