﻿.cust-tieup-logo-box {
    box-shadow: 0 6px 12px -7px #b08f7fc2;
    object-fit: cover;
    border-radius: 2%;
    margin-bottom: 25px;
    background-color: #eb531024;
}

.cust-tieup-logo {
    width: 100%;
    padding: 10px 10px 0px;
}

.tieup-title {
    font-size: 12px;
    padding: 10px 5px 10px;
    text-align: center;
    color: #000;
    font-weight: 600;
}
.brand-logo-cont {
    background-color: var(--ul-primary);
}
    .brand-logo-cont p {
        color: #fff;
        font-weight: 600;
        padding: 10px 0;
    }
    /*gallery*/
.bhagwat-index-gallery{position:relative;}
.bhagwat-index-gallery::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: url(../img/stats-events-bg-shape.svg) no-repeat center bottom / cover;
    mix-blend-mode: multiply;
    opacity: 10%;
}
/****Mission Vission****/
.ul-mission-vision {
    background: #f9fafc;
}

.mv-card {
    background: #ffffff;
    padding: 35px;
    border-radius: 16px;
    height: 100%;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .mv-card:hover {
        transform: translateY(-8px);
    }

.mission-card {
    border-left: 6px solid var(--ul-primary);
}

.vision-card {
    border-left: 6px solid #ef7331;
}

.mv-icon {
    width: 65px;
    height: 65px;
    background: #f2f6ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

    .mv-icon img {
        width: 35px;
    }

.mv-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.mv-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}

.mv-card ul {
    padding-left: 0;
    margin-bottom: 0;
}

    .mv-card ul li {
        list-style: none;
        font-size: 15px;
        margin-bottom: 10px;
        position: relative;
        padding-left: 25px;
    }

        .mv-card ul li::before {
            content: "✔";
            position: absolute;
            left: 0;
            color: var(--ul-primary);
            font-weight: bold;
        }

/* Responsive */
@media (max-width: 991px) {
    .mv-card {
        padding: 25px;
    }
}
.mv-icon i {
    font-size: 32px;
    color: var(--ul-primary);
}

.ul-volunteer-hero {
    background: linear-gradient(rgba(0,0,0,.65), rgba(0,0,0,.65)), url('/assets/NGO_img/volunteer-banner.jpg') center/cover no-repeat;
    padding: 120px 15px;
    text-align: center;
    color: #fff;
}

    .ul-volunteer-hero h1 {
        font-size: 44px;
        font-weight: 700;
        margin-bottom: 12px;
    }

    .ul-volunteer-hero p {
        font-size: 18px;
        opacity: 0.95;
    }

/* ===============================
   VOLUNTEER CARDS
=================================*/
.volunteer-card {
    background: #ffffff;
    padding: 35px 25px;
    text-align: center;
    border-radius: 12px;
    height: 100%;
    box-shadow: 0 12px 35px rgba(0,0,0,0.08);
    transition: all 0.35s ease;
}

    .volunteer-card i {
        font-size: 42px;
        color: var(--ul-primary);
        margin-bottom: 15px;
    }

    .volunteer-card h4 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .volunteer-card p {
        font-size: 15px;
        color: #555;
        line-height: 1.6;
    }

    .volunteer-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 45px rgba(0,0,0,0.12);
    }

/* ===============================
   HOW YOU CAN HELP
=================================*/
.ul-list {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

    .ul-list li {
        position: relative;
        padding-left: 28px;
        margin-bottom: 12px;
        font-size: 15px;
        color: #444;
    }

        .ul-list li::before {
            content: "✔";
            position: absolute;
            left: 0;
            top: 0;
            color: var(--ul-primary);
            font-weight: bold;
        }

/* ===============================
   VOLUNTEER FORM
=================================*/
.volunteer-form {
    max-width: 850px;
    margin: auto;
    background: #fff;
    padding: 40px;
    border-radius: 14px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

    .volunteer-form .form-control {
        height: 50px;
        border-radius: 8px;
        border: 1px solid #ddd;
        font-size: 14px;
    }

    .volunteer-form textarea.form-control {
        height: auto;
    }

    .volunteer-form .form-control:focus {
        border-color: var(--ul-primary);
        box-shadow: 0 0 0 0.15rem rgba(239,115,49,0.25);
    }

.ul-btn-primary {
    background: var(--ul-primary);
    color: #fff;
    padding: 12px 35px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    transition: 0.3s ease;
}

    .ul-btn-primary:hover {
        background: #d85f24;
        color: #fff;
    }

/* ===============================
   CTA SECTION
=================================*/
.ul-cta {
    background: linear-gradient(135deg, var(--ul-primary), #ff8c5a);
    color: #fff;
    padding: 70px 15px;
}

    .ul-cta h2 {
        font-size: 34px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .ul-cta p {
        font-size: 17px;
        opacity: 0.95;
    }

    .ul-cta .btn {
        margin-top: 15px;
        padding: 12px 30px;
        font-weight: 600;
        border-radius: 30px;
    }

/* ===============================
   RESPONSIVE DESIGN
=================================*/
@media (max-width: 991px) {
    .ul-volunteer-hero h1 {
        font-size: 36px;
    }

    .ul-section-title {
        font-size: 28px;
    }

    .volunteer-form {
        padding: 25px;
    }
}

@media (max-width: 576px) {
    .ul-volunteer-hero {
        padding: 90px 15px;
    }

        .ul-volunteer-hero h1 {
            font-size: 30px;
        }

        .ul-volunteer-hero p {
            font-size: 16px;
        }

    .ul-cta h2 {
        font-size: 26px;
    }
}
/*gallery*/
.ul-gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 20px 50px;
    cursor: pointer;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
}

    .ul-gallery-item img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        transition: transform 0.6s ease;
    }

/* Icon Overlay */
.ul-gallery-icon {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.4s ease;
}

    .ul-gallery-icon i {
        font-size: 24px;
        color: #ffffff;
        transform: scale(0.8);
        transition: 0.4s ease;
    }

/* Hover Effects */
.ul-gallery-item:hover img {
    transform: scale(1.12);
}

.ul-gallery-item:hover .ul-gallery-icon {
    opacity: 1;
}

    .ul-gallery-item:hover .ul-gallery-icon i {
        transform: scale(1);
    }
.ul-gallery-item{border:2px ridge var(--ul-primary);}
/* Mobile */
@media (max-width: 768px) {
    .ul-gallery-item img {
        height: 200px;
    }

    .ul-gallery-icon i {
        font-size: 36px;
    }
}
.objective-title {
    font-size: 24px;
    font-weight: 700;
    color: #1d3557;
}

.objective-list {
    list-style: none;
    padding-left: 0;
}

    .objective-list li {
        position: relative;
        padding-left: 25px;
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 1.7;
        color: #444;
    }

        .objective-list li::before {
            content: "✔";
            position: absolute;
            left: 0;
            color: var(--ul-primary);
            font-weight: bold;
        }
.partner-card {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}

    .partner-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    }

/* Logo styling */
.partner-logo {
    max-height: 80px;
    object-fit: contain;
    filter: grayscale(20%);
    transition: 0.3s ease;
}

.partner-card:hover .partner-logo {
    filter: grayscale(0%);
    transform: scale(1.05);
}

/* Partner name */
.partner-card h6 {
    font-weight: 600;
    color: #333;
}
.section-heading {
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.ul-team-member{margin-bottom:20px!important;}
.ul-team-member-img img{height:95px!important;width:95px!important;object-fit:cover;border-radius:50%;}
.ul-team-member-info:hover {
    background-color: #eb5614;
}