@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Righteous&family=Vollkorn:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Epunda+Slab:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Righteous&display=swap');

* {
    font-family: "Lato", sans-serif;
}


/* Header style start */
.main-navbar {
    min-height: 100px;
    transition: all 0.3s ease;
    background: #f4f4f4;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 3px 4px -1px;
}

.navbar-collapse {
    background: #f4f4f4;
    padding: 15px;
    border-radius: 0 0 15px 15px;
}

@media (max-width: 991px) {

    .main-navbar {
        padding: 10px 0;
    }

    .navbar-collapse {
        margin-top: 10px;
    }

}



.navbar-brand span {
    font-size: 20px;
}

.nav-link {
    font-weight: 500;
    margin: 0 10px;
}

.nav-link.active {
    background: white;
    border-radius: 30px;
    padding: 8px 35px;
    box-shadow: rgba(168, 168, 168, 0.14) 0px 0.1925em 0.0625em, rgba(25, 25, 25, 0.25) 0px 0.1em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;

}
.donate-btn {
    border-radius: 17px;
    padding: 10px 20px;
    font-weight: 600;
    background-color: #7c2bee;
    color: white;
}

.donate-btn:hover {
     background-color: #7c2bee;
    color: white;
}
/* Header style end */

/* Footer style start */
.main-footer {
    background: #F2F2EE;
    padding: 75px 0 30px;
    color: #444;
    font-family: "Inter", sans-serif !important;
}

.main-footer h5 {
    font-weight: 700;
}

.main-footer h6 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #121111;
}

.main-footer p {
    font-size: 15px;
    line-height: 1.7;
}

.main-footer ul {
    list-style: none;
    padding: 0;
}

.main-footer ul li {
    margin-bottom: 8px;
    font-size: 15px;
    color: #121111;
}

.main-footer ul li a {
    text-decoration: none;
    color: #000;
}

.main-footer ul li a:hover {
    color: #f4a025;
}

.main-footer .phone {
    margin-bottom: 10px;
}

.main-footer hr {
    margin: 40px 0 20px;
    height: 1px;                
    background-color: #121111;    
    border: none;               
    opacity: 1;                 
}

.footer-bottom {
    font-size: 14px;
    color: #666;
}


@media (max-width: 768px) {

    .main-footer {
        text-align: center;
    }

    .footer-brand {
        justify-content: center;
    }

}
/* Footer style end */



.index-carousel-item {
    height: 82vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

.index-carousel-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #EE9D2B, #EE9D2B);
    display: flex;
    align-items: center;
    z-index: 2;
}

.index-carousel-title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
}

.index-carousel-text {
    font-size: 18px;
    color: #f1f1f1;
    max-width: 750px;
    margin: 0 auto 30px;
    line-height: 1.7;
}

.index-carousel-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.index-carousel-btn {
    padding: 12px 26px;
    border-radius: 30px;
    font-size: 14.5px;
    font-weight: 600;
    text-decoration: none;
}

.index-carousel-btn.primary {
    background: #EE9D2B;
    border-radius: 17px;
    color: #fff;
}

.index-carousel-btn.outline {
    border: 1.5px solid #EE9D2B;
    border-radius: 17px;
    color: #fff;
}

@media (max-width: 991px) {
    .index-header-nav {
        display: none;
    }

    .index-carousel-title {
        font-size: 34px;
    }

    .index-carousel-item {
        height: 70vh;
    }
}

@media (max-width: 576px) {
    .index-carousel-title {
        font-size: 26px;
    }
}
.index-carousel-section {
    position: relative;
}

.index-carousel-item {
    height: 82vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

.index-carousel-overlay {
    position: absolute;
    inset: 0;
    background: rgba(172, 110, 28, 0.75);
    display: flex;
    align-items: center;
    z-index: 5; 
}
/* Carousel style end */


/* Who we are style start */
.index-who-we-are-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.index-who-we-are-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #423F3F;
}

.index-who-we-are-description {
    max-width: 850px;
    font-size: 18px;
    color: #413F3F;
    margin-bottom: 60px;
    line-height: 1.7;
}

.index-who-we-are-card-wrapper {
    margin-top: 20px;
}

.index-who-we-are-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 35px 25px;
    height: 100%;
    box-shadow:0 0px 4px rgb(0 0 0 / 22%);
    transition: all 0.3s ease;
}

.index-who-we-are-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.index-who-we-are-icon {
    width: 70px;
    height: 60px;
    background-color: #FEF0D4;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.index-who-we-are-icon i {
    font-size: 26px;
    color: #E4AB39;
}

.index-who-we-are-card h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: start;
    color: #000;
}

.index-who-we-are-card p {
    font-size: 16px;
    text-align: start;
    color: #676767;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .index-who-we-are-title {
        font-size: 28px;
    }

    .index-who-we-are-description {
        font-size: 15px;
    }
}
/* Who we are style end */

/* Our focus areas start */
.index-our-focus-section {
    padding: 90px 0;
    background-color: #F7F6F2;
}

.index-our-focus-header {
    max-width: 800px;
    margin: 0 auto 60px;
}

.index-our-focus-subtitle {
    color: #E4AB39;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.8px;
}

.index-our-focus-title {
    font-size: 36px;
    font-weight: 700;
    margin: 12px 0 15px;
    color: #423F3F;
}

.index-our-focus-description {
    font-size: 18px;
    color: #413F3F;
    line-height: 1.7;
}

.index-our-focus-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 0px 4px rgb(0 0 0 / 22%) !important;
    transition: all 0.3s ease;
}

.index-our-focus-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.index-our-focus-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.index-our-focus-card-body {
    padding: 25px;
}

.index-our-focus-tag {
    display: inline-block;
    font-size: 17px;
    color: #E4AB39;
    margin-bottom: 10px;
}

.index-our-focus-card-body h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}

.index-our-focus-card-body p {
    font-size: 15px;
    color: #252525;
    line-height: 1.65;
}

.index-our-focus-image-wrapper {
    position: relative;
}

.index-our-focus-icon {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 42px;
    height: 42px;
    background-color: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.index-our-focus-icon img {
    width: 22px;
    height: 22px;
}

.index-our-focus-icon i {
    font-size: 20px;
    color: #E4AB39;
}

@media (max-width: 768px) {
    .index-our-focus-title {
        font-size: 28px;
    }

    .index-our-focus-image {
        height: 200px;
    }
}
/* Our focus areas end */

/* Impact stories style start */
.index-impact-stories-section {
    padding: 90px 0;
    background-color: #ffffff;
}

.index-impact-stories-header {
    max-width: 780px;
    margin: 0 auto 60px;
}

.index-impact-stories-subtitle {
    color: #E4AB39;
    font-size: 18px;
    letter-spacing: 0.8px;
}

.index-impact-stories-title {
    font-size: 36px;
    font-weight: 700;
    color: #2d2d2d;
    margin: 10px 0 15px;
}

.index-impact-stories-description {
    font-size: 18px;
    color: #413F3F;
    line-height: 1.7;
}

.index-impact-stories-row {
    display: flex;
    align-items: stretch;
}

.index-impact-stories-card {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    padding: 35px 30px;
    height: 100%;
    min-height: 230px;
    box-shadow: 0 0px 4px rgb(0 0 0 / 22%);
    transition: all 0.3s ease;
    overflow: hidden;
}

.index-impact-stories-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.index-impact-stories-card::before {
    content: "";
    position: absolute;
    top: 87px;
    left: 2px;
    width: 80px;
    height: 80px;
    background-image: url("../svg/apostrapy.svg");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

.index-impact-stories-card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 22px;
}

.index-impact-stories-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
}

.index-impact-stories-card-header h5 {
    font-size: 18px;
    margin: 0;
    color: #423F3F;
}

.index-impact-stories-card-header span {
    font-size: 15px;
    color: #E4AB39;
}

.index-impact-stories-text {
    font-size: 15px;
    color: #413F3F;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .index-impact-stories-title {
        font-size: 28px;
    }

    .index-impact-stories-card {
        min-height: auto;
    }
}

/* Impact stories style end */

/* What we treate style start */
.index-what-we-treate-section {
    padding: 90px 0;
    background-color: #ffffff;
}
.index-what-we-treate-header {
    max-width: 850px;
    margin: 0 auto 70px;
}

.index-what-we-treate-title {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.index-what-we-treate-description {
    font-size: 18px;
    color: #252525;
    line-height: 1.7;
}

.index-what-we-treate-list {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.index-what-we-treate-item {
    display: flex;
    gap: 25px;
    position: relative;
}

.index-what-we-treate-number {
    min-width: 56px;
    height: 56px;
    background-color: #E4AB39;
    color: #ffffff;
    font-size: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.index-what-we-treate-item:not(:last-child) .index-what-we-treate-number::after {
    content: "";
    position: absolute;
    top: 64px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 55px;
    background-color: #1F4396;
}

.index-what-we-treate-content h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #000;
}

.index-what-we-treate-content p {
    font-size: 15px;
    color: #6f6f6f;
    line-height: 1.6;
}

.index-what-we-treate-image-wrapper {
    border-radius: 8px;
    padding: 6px;
}

.index-what-we-treate-image {
    width: 100%;
    height: auto;
    border-radius: 6px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .index-what-we-treate-title {
        font-size: 28px;
    }

    .index-what-we-treate-item {
        gap: 18px;
    }

    .index-what-we-treate-number {
        min-width: 50px;
        height: 50px;
        font-size: 14px;
    }

    .index-what-we-treate-image-wrapper {
        margin-top: 40px;
    }
}
/* What we treate style end */


/* Why choose us start */
.index-choose-us-section {
    padding: 100px 0;
    background-color: #F7F6F2;
}

.index-choose-us-subtitle {
    font-size: 18px;
    color: #E4AB39;
    letter-spacing: 0.8px;
    display: inline-block;
    margin-bottom: 18px;
}

.index-choose-us-title {
    font-size: 42px;
    font-weight: 700;
    color: #333;
    line-height: 1.2;
    margin-bottom: 22px;
}

.index-choose-us-description {
    font-size: 16px;
    color: #413F3F;
    line-height: 1.7;
    max-width: 480px;
}

.index-choose-us-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
    padding-left: 20px; 
}

.index-choose-us-card {
    background: #ffffff;
    border-radius: 30px;
    padding: 36px 30px;
    box-shadow:0 0px 4px rgb(0 0 0 / 22%);
    transition: all 0.3s ease;
}

.index-choose-us-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.index-choose-us-icon {
    width: 70px;
    height: 60px;
    background-color: #FEF0D4;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.index-choose-us-icon img {
    width: 26px;
    height: 26px;
}

.index-choose-us-card h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #222;
}

.index-choose-us-card p {
    font-size: 14.5px;
    color: #6f6f6f;
    line-height: 1.6;
}
.index-choose-us-list {
    list-style: none;
    padding: 0;
    margin-top: 25px;
}

.index-choose-us-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15.5px;
    color: #413F3F;
    margin-bottom: 12px;
    line-height: 1.6;
}

.index-choose-us-list li i {
    color: #E4AB39; 
    font-size: 18px;
    margin-top: 3px;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .index-choose-us-cards-grid {
        grid-template-columns: 1fr;
        padding-left: 0;
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .index-choose-us-title {
        font-size: 32px;
    }
}
/* Why choose us end */

/* Join hands style start */
.index-join-hands-section {
    padding: 90px 0;
    background-color: #ffffff;
}

.index-join-hands-top-text {
    font-size: 18px;
    color: #413F3F;
    margin-bottom: 30px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.index-join-hands-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 45px 30px;
    max-width: 1100px;
    margin: 0 auto;
    box-shadow:0 0px 4px rgb(0 0 0 / 22%);
}

.index-join-hands-title {
    font-size: 30px;
    font-weight: 700;
    color: #423F3F;
    margin-bottom: 12px;
}

.index-join-hands-description {
    font-size: 15.5px;
    color: #413F3F;
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto 30px;
}

.index-join-hands-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.index-join-hands-btn {
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.index-join-hands-btn-primary {
    background-color: #E4AB39;
    border-radius: 17px;
    color: #ffffff;
}

.index-join-hands-btn-primary:hover {
    background-color: #E4AB39;
    color: #ffffff;
}

.index-join-hands-btn-secondary {
    background-color: #FEE3BD;
    border-radius: 17px;
    color: #E4AB39;
}

.index-join-hands-btn-secondary:hover {
    background-color: #FEE3BD;
    color: #E4AB39;
}

.index-join-hands-btn-outline {
    border: 1.5px solid #E4AB39;
    color: #000 !important;
    border-radius: 17px;
    color: #E4AB39;
    background: transparent;
}

.index-join-hands-btn-outline:hover {
    background-color: #E4AB39;
    color: #ffffff !important;
}

@media (max-width: 768px) {
    .index-join-hands-title {
        font-size: 24px;
    }

    .index-join-hands-card {
        padding: 35px 20px;
    }
}

/* Join hands style end */


/* Our work page style start */

.our-work-body{
    padding-top:80px !important;
}

/* ================= IMPACT SECTION ================= */

.impact-section {
    padding-top:80px;
    background: url("../images/our-work-banner3.jpg") center/cover no-repeat;
    padding: 240px 20px;
    position: relative;
    color: rgba(255, 255, 255, 0.9);
}


.impact-section .container {
    position: relative;
    max-width: 900px;
}

.impact-section h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.impact-desc {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
}


/* ================= CULTURE SECTION ================= */

.culture-section {
    background: #fff;
}

.culture-section h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}

.culture-section p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}


/* ================= RESPONSIVE ================= */

@media (max-width: 992px) {

    .impact-section h2 {
        font-size: 34px;
    }

    .culture-section h3 {
        font-size: 30px;
    }

}


@media (max-width: 768px) {

    .impact-section {
        padding: 70px 15px;
    }

    .impact-desc,
    .culture-section p {
        font-size: 16px;
    }

}


@media (max-width: 576px) {

    .impact-section h2 {
        font-size: 26px;
    }

    .culture-section h3 {
        font-size: 24px;
    }

}

.ourwork-joinnow-btn {
    border-radius: 17px;
    padding: 8px 20px;
    font-weight: 600;
    background-color: #EE9D2B;
    color: white;
}

.ourwork-joinnow-btn:hover {
    background-color: #e19222;
    color: white;
}

.overall-container {
    margin: 10px 4%;
}

.ourwork-preserving {
    padding: 40px;
}

.ourwork-svg-cardcontainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    flex-wrap: wrap;
    gap: 20px;
}

.ourwork-svg {
    width: 31%;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding:30px 20px;
    box-sizing: border-box;
    min-width: 150px;
    margin-top: 50px;
    border-radius: 20px;
    box-shadow: rgb(52 52 52 / 14%) 0px 0.1925em 0.0625em, rgba(25, 25, 25, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;

}

.ourwork-svg svg {
    width: 55px;
    height: 55px;
}

.ourwork-svg p {
    text-align: center;
    margin: 10px 0 0 0;

}


@media (max-width: 1024px) {
    .ourwork-svg {
        width: 47%;
        margin-top:10px;
    }
}

@media (max-width: 768px) {
    .ourwork-svg {
        width: 48%;
        margin-top:10px;
    }
}

@media (max-width: 480px) {
    .ourwork-svg {
        width: 100%;
    }
}
.first-ourwork-svg-cardcontainer{
background-color: #EFE2E2;
}
.first-ourwork-svg-cardcontainer p{
    
    color: #7A1F59;
}
.two-ourwork-svg-cardcontainer{
     background-color: #DCE7F0;
}
.two-ourwork-svg-cardcontainer p{
    color: #2273C3;
}
.our-work-second-culture-section{
    background-color: #F7F6F2;
}

.three-ourwork-svg-cardcontainer{
     background-color: #F3D4D6
}
.three-ourwork-svg-cardcontainer p{
    color: #D22D48;
}
.four-ourwork-svg-cardcontainer{
     background-color: #F5E9DC;
}
.four-ourwork-svg-cardcontainer p{
    color: #DF7920;
}
.five-ourwork-svg-cardcontainer{
     background-color: #E6F0E8;
}
.five-ourwork-svg-cardcontainer p{
    color: #2A834E;
}
.our-work-headcontent{
    width: 80%;
    margin: 0 auto;
}
.our-work-headcontent .our-work-header-h3{
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 50px;
}
.our-work-headcontent p{
    font-size: 18px;
}


/* Events style start */
/* =============================== */
/* Event Hero Section */
/* =============================== */

.event-hero-section {
    width: 100%;
    height: 90vh;
    background-image: url("../images/event-people.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.event-hero-overlay {
    width: 100%;
    height: 100%;
}
.event-hero-title {
    color: #ffffff;
    font-size: 62px;
    font-weight: 500;
    margin-bottom: 20px;
}

.event-hero-text {
    color: #ffffff;
    font-size: 25px;
    line-height: 1.2;
    max-width: 800px;
    margin: auto;
}

/* =============================== */
/* Responsive */
/* =============================== */

@media (max-width: 768px) {

    .event-hero-section {
        height: 60vh;
    }

    .event-hero-title {
        font-size: 32px;
    }

    .event-hero-text {
        font-size: 16px;
    }

}
@media (max-width: 768px) {

    .event-program-title {
        font-size: 8px;   /* reduce heading size */
        line-height: 1.3;
    }

    .event-program-subtitle {
        font-size: 6px;   /* reduce paragraph size */
        line-height: 1.6;
        padding: 0 10px;   /* small side spacing */
    }

}
/* =============================== */
/* Event Program Section */
/* =============================== */

.event-program-section {
    background: #ffffff;
}
/* Heading */

.event-program-title {
    font-size: 42px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #423F3F;
}
.event-program-subtitle {
    font-size: 23px;
    max-width: 850px;   
    margin: 15px auto 0;
    color: #413F3F;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
}
/* Card */
.event-program-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
    height: 100%;
}
.event-program-card:hover {
    transform: translateY(-5px);
}
/* Image */
.event-program-img {
    overflow: hidden;
    height: 220px;
}
.event-program-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
/* Zoom Effect */
.event-program-card:hover .event-program-img img {
    transform: scale(1.1);
}
/* Content */
.event-program-content {
    padding: 20px;
}
.event-program-month {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #333;
    transition: color 0.3s ease;
}
/* Hover Text Color */
.event-program-card:hover .event-program-month {
    color: #f4a623; /* Orange */
}
.event-program-content ul {
    padding-left: 1px;
    margin: 0;
    list-style: none; /* remove default bullet */
}
.event-program-content ul li {
    font-size: 14.4px;
    margin-bottom: 6px;
    color: #555;
    position: relative;
    padding-left: 18px;


}
/* Custom Yellow Bullet */

.event-program-content ul li::before {
    content: "•";
    color: #f4a623;  
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -5.5px;
}

@media (max-width: 768px) {

    .event-program-content ul li {
        white-space: normal;  
        overflow: visible;
        text-overflow: unset;
        word-break: break-word;
    }

}
/* =============================== */
/* Upcoming Events Section */
/* =============================== */

.event-upcoming-section {
    background: #ffffff;
}
/* Heading */

.event-upcoming-title {
    font-size: 34px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.event-upcoming-subtitle {
    font-size: 22px;
    max-width: 650px;
    margin: auto;
    color: #666;
    line-height: 1.6;
}
/* Card */

.event-upcoming-card {
    background: #fff;
    border-radius: 16px;
    padding: 25px 28px;
    border: 1px solid #eee;
    transition: all 0.3s ease;
    height: 100%;
}

.event-upcoming-card:hover {
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.event-upcoming-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #222;
}

.event-upcoming-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 12px;
    font-size: 14px;
}

.event-upcoming-date {
    color: #f4a623;
    font-weight: 500;
}

.event-upcoming-location {
    color: #777;
}
/* Description */

.event-upcoming-desc {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}
/* Upcoming Event Icons */

.event-upcoming-icon {
    width: 19px;
    height: 23px;
    margin-right: 6px;
    vertical-align: middle;
}


/* Responsive */

@media (max-width: 768px) {

    .event-upcoming-meta {
        flex-direction: column;
        gap: 6px;
    }

}

/* Yellow bullets for upcoming events */
.event-upcoming-desc ul {
    list-style: none;
    padding-left: 0;
}

.event-upcoming-desc ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px;
}

.event-upcoming-desc ul li::before {
    content: "•";
    color: #f4a623;  
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -6.5px;
}
/* Events styles end */


/* Contact style start */
.contact-section {
    background-color: #EE9D2B;
    padding: 90px 20px;
    position: relative;
    margin-top: 75px;
    color: rgba(255, 255, 255, 0.9);
}


.contact-section .container {
    position: relative;
    max-width: 900px;
}

.contact-section h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}
.contact-card {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.btn-custom {
    background-color: #f59e0b;
    color: #fff;
    border-radius: 25px;
    padding: 8px 25px;
}

.btn-custom:hover {
    background-color: #d97706;
}

.icon-box {
    width: 36px;
    height: 36px;
    background: #f59e0b;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.map-wrapper {
    width: 100%;
    height: 380px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 25px rgba(0,0,0,0.08);
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* Mobile optimization */
@media (max-width: 576px) {
    .map-wrapper {
        height: 280px;
        border-radius: 0;
    }
}
.contact-card {
    border: 1px solid rgb(215, 213, 213);
    border-radius: 18px;
    padding: 32px;
    transition: all 0.3s ease-in-out;
    position: relative;
}

/* Card hover effect */
.contact-card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.12),
        0 8px 20px rgba(0, 0, 0, 0.06);
}

.contact-card1 {
    border-radius: 10px;
    padding: 25px;
}

/* Headings */
.contact-card h5,
.contact-card1 h5 {
    font-size: 1.9rem;
    color: #1f2937;
}

/* Inputs */
.form-control {
    border-radius: 12px;
    padding: 10px 14px;
    border: 1px solid #e5e7eb;
    transition: all 0.2s ease;
}

.form-control:focus {
    border-color: #f59e0b;
    box-shadow: 0 0 0 0.2rem rgba(245, 158, 11, 0.15);
}

/* Button */
.btn-custom {
    background: linear-gradient(135deg, #EE9D2B, #EE9D2B);
    color: #fff;
    border-radius: 30px;
    padding: 10px 32px;
    font-weight: 500;
    border: none;
    box-shadow: 0 6px 18px rgba(245, 158, 11, 0.35);
}

.btn-custom:hover {
    background: linear-gradient(135deg, #d97706, #b45309);
    box-shadow: 0 10px 25px rgba(245, 158, 11, 0.45);
}

/* Icon box (single clean version only) */
.icon-box {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #E4AB39, #E4AB39);
    color: #fff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    font-size: 18px;
    box-shadow: 0 6px 16px rgba(245, 158, 11, 0.4);
    flex-shrink: 0;
}

.map-wrapper {
    width: 100%;
    height: 380px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* Text spacing */
.contact-card p {
    font-size: 0.95rem;
}

.contact-info-section {
    padding: 15px 5px;
    border-radius: 8px;
}

/* Header row */
.info-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

/* Title */
.info-header h5 {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    color: #333;
}

/* Paragraph */
.info-text {
    color: #777;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

/* Spacing */
.info-item {
    margin-bottom: 15px;
}

/* Mobile optimization */
@media (max-width: 576px) {
    .map-wrapper {
        height: 280px;
        border-radius: 0;
    }

    .contact-card {
        padding: 22px;
        border-radius: 14px;
    }

    .btn-custom {
        width: 100%;
        text-align: center;
    }
}
/* Contact style end */


/* Donate overlay */
.donate-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.65);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  font-family: "Poppins", system-ui, -apple-system, sans-serif;
}

.donate-modal {
  width: 420px;
  background: #fffaf3;
  border-radius: 16px;
  padding: 20px 22px 22px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

/* Header */
.donate-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.donate-header .title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #2c2c2c;
  font-size: 15px;
}

.donate-close {
  font-size: 18px;
  color: #999;
  cursor: pointer;
}
.donate-progress {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin: 12px 0 18px;
}

/* Base dot (future steps = grey) */
.donate-progress .dot {
  width: 6px;
  height: 6px;
  background: #ece7dc;      /* light grey */
  border-radius: 50%;
  transition: all 0.25s ease;
}

/* Completed steps = small gold dots */
.donate-progress .dot.done {
  background: hsl(43, 75%, 52%); /* gold */
}

/* Current step = gold long pill */
.donate-progress .dot.active {
  width: 22px;
  height: 6px;
  border-radius: 10px;
  background: hsl(43, 75%, 52%); /* gold */
}

.heart-icon {
  color: hsl(43, 75%, 52%);
}
/* Disabled Continue button */
#continueStep2:disabled {
  background: #e6c878;   /* lighter gold */
  opacity: 0.6;
  cursor: not-allowed;
}

/* Selected option card */
.option-card.selected {
  border: 1.5px solid hsl(43, 75%, 52%);
  background: #fff7e3;
}
/* ===== CUSTOM DONATE BUTTON ===== */

.donate-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 10px 20px;
    border-radius: 25px;

    background-color: #7c2bee;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;

    transition: all 0.3s ease;
}

.donate-btn:hover {
    background-color: #6922d1;
    color: #ffffff;
}

.donate-btn:focus,
.donate-btn:active {
    outline: black;
    box-shadow: none;
}
/* Center icon */
.donate-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f6ecd5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 10px;
  color: #e0ad2a;
  font-size: 54px;
}

/* Titles & text */
.donate-step h3 {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin: 10px 0 8px;
  color: #2b2b2b;
}

.donate-step p.desc {
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
  color: #6f6f6f;
  margin-bottom: 16px;
}

/* Main button */
.donate-btn-main {
  width: 100%;
  background: #E4AB39;
  border: none;
  padding: 11px 16px;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
.amount-wrap {
  position: relative;
  width: 100%;
}

.amount-wrap .rupee {
  position: absolute;
  left: 16px;                 /* position of ₹ */
  top: 50%;
  transform: translateY(-50%);
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 500;
  pointer-events: none;
}

.amount-wrap .amount-input {
  width: 100%;
  padding: 12px 12px 12px 46px;  /* space for "₹  500" */
  border-radius: 10px;
  border: 1px solid #E4AB39;
  outline: none;
  font-size: 14px;
  line-height: 1.2;
  height: 44px;                /* consistent height */
}


/* Option cards */
.option-card {
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 10px;
}

.option-card .opt-title {
  font-weight: 600;
  font-size: 14px;
  color: #2b2b2b;
}

.option-card .opt-desc {
  font-size: 12px;
  color: #7a7a7a;
  margin-top: 2px;
}

/* Amount grid */
.amount-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 10px;
}

.amount-grid button {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 10px 0;
  font-weight: 500;
  font-size: 13px;
}

/* Input */
.amount-input, .donate-step input {
  width: 100%;
  padding: 11px 12px;
  border-radius: 10px;
  border: 1px solid #E4AB39;
  outline: none;
  margin-bottom: 12px;
  font-size: 13px;
}

/* Labels */
.form-label {
  font-size: 12px;
  color: #100000;
  margin-bottom: 4px;
  display: block;
  font-weight: 590;
}

/* Summary */
.summary-box {
  background: #f6f7f9;
  border-radius: 12px;
  padding: 12px;
  font-size: 13px;
  margin-bottom: 12px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}

.summary-row span:first-child {
  color: #7a7a7a;
}

.summary-row span:last-child {
  color: #2b2b2b;
  font-weight: 500;
}

/* Actions */
.donate-actions {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.btn-light {
  flex: 1;
  background: #ffffff;              /* white background */
  border: 1px solid #e6e6e6;         /* soft grey border */
  padding: 10px 0;
  border-radius: 10px;
  font-weight: 500;
  font-size: 13px;
  color: #2b2b2b;                    /* dark text */
  cursor: pointer;
}

.btn-light:hover {
  background: #fafafa;               /* slight hover effect */
  border-color: #dcdcdc;
}


.donate-actions .donate-btn-main {
  flex: 1;
}

.d-none { display: none; }


/* ===== Fix Back & Submit Responsive ===== */

.donate-actions{
    display: flex;
    gap: 12px;
}

.donate-actions button{
    flex: 1;
}

/* Mobile */
@media (max-width:768px){

    .donate-actions{
        flex-direction: column;
    }

    .donate-actions button{
        width: 100%;
    }

}

/* ===== STEP 6 MOBILE ONE-LINE FIX ===== */

@media (max-width:480px){

    /* Keep QR + Bank in one line */
    .payment-top{
        flex-direction: row !important;
        gap: 8px;
        align-items: flex-start;
    }

    .qr-box{
        flex: 0 0 40%;
    }

    .qr-box img{
        width: 120px;
        max-width: 100%;
    }

    .bank-details-box{
        flex: 0 0 60%;
        font-size: 11px;
        padding: 8px;
    }

    /* Upload + TXN in one line (small) */
    .payment-bottom{
        flex-direction: row !important;
        gap: 8px;
    }

    .upload-box,
    .txn-box{
        flex: 1;
    }

    .upload-box input,
    .txn-box input{
        font-size: 12px;
        padding: 6px;
    }

    /* Back + Submit in one line */
    #dstep6 .donate-actions{
        flex-direction: row !important;
        gap: 8px;
    }

    #dstep6 .donate-actions button{
        flex: 1;
        font-size: 13px;
        padding: 8px;
    }

}
/* ===== Payment Layout ===== */

.payment-top {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.qr-box {
    flex: 1;
    text-align: center;
}

.bank-details-box {
    flex: 1;
    background: #fff;
    border: 1px solid #f5d17a;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 13px;
}

.bank-title {
    text-align: center;
    font-weight: 600;
    margin-bottom: 8px;
}

.bank-row {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
    border-bottom: 1px dashed #eee;
}

.bank-row:last-child {
    border-bottom: none;
}

.payment-bottom {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.upload-box,
.txn-box {
    flex: 1;
}

/* Mobile Responsive */
@media (max-width: 768px) {

    .payment-top,
    .payment-bottom {
        flex-direction: column;
    }

}
/* ===== Fix Upload + Transaction Same Line (Mobile) ===== */

@media (max-width:480px){

    /* Force one row */
    .payment-bottom{
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap;
        gap: 8px;
    }

    /* Each side */
    .upload-box,
    .txn-box{
        flex: 1;
        min-width: 0;
    }

    /* Keep label in one line */
    .upload-box label,
    .txn-box label{
        white-space: nowrap;
        font-size: 12px;
    }

    /* Small inputs */
    .upload-box input,
    .txn-box input{
        width: 100%;
        font-size: 12px;
        padding: 6px 5px;
    }

}
/* gallery page code start */

.gallerybanner-section{
    background-color: #EE9D2B;
    padding: 90px  20px;
    position: relative;
    margin-top: 75px;
    color: rgba(255, 255, 255, 0.9);
}

.gallerybanner-section .container {
    position: relative;
    max-width: 900px;
}

.gallerybanner-section h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.gallery-impact-desc {
    font-size: 23px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 992px) {

    .gallerybanner-section h2 {
        font-size: 34px;
    }

    .culture-section h3 {
        font-size: 30px;
    }

}


@media (max-width: 768px) {

    .gallerybanner {
        padding: 70px 15px;
    }

    .gallery-impact-desc,
    .culture-section p {
        font-size: 16px;
    }

}


@media (max-width: 576px) {

    .gallerybanner h2 {
        font-size: 26px;
    }

    .culture-section h3 {
        font-size: 24px;
    }

}

/* Gallery Card */
.gallery-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: 0.3s ease;
}

/* Hover Effect */
.gallery-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

/* Image */
.gallery-card img {
    width: 100%;
    height: auto;        /* AUTO HEIGHT */
    object-fit: cover;
    display: block;
}
.gallery-container-sub-container{
    display: flex;
    gap:20px;
}
.gallery-header-icon {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 0;
}


/* =============================  About us page ============================ */

/* ================= ABOUT PAGE HERO ================= */
.about-hero {
  position: relative;
  width: 100%;
  min-height: 560px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Background image - EXACT, NO BLUR, NO FILTER */
.about-hero .hero-bg {
  position: absolute;
  inset: 0;
  background: url("../images/about-banner.png ") center center / cover no-repeat;
  z-index: 1;
}

/* Optional: very light overlay just for text readability */
.about-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);  /* reduce to 0 if you want ZERO overlay */
  z-index: 2;
}

/* Text content */
.about-hero .hero-content {
  position: relative;
  z-index: 3;
  color: #ffffff;
  max-width: 900px;
  padding: 0 24px;
}

/* Title */
.about-hero .hero-content h1 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 14px;
  letter-spacing: 0.5px;
  line-height: 1.2;
}

/* Subtitle */
.about-hero .hero-content p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  opacity: 0.95;
  max-width: 720px;
  margin: 0 auto;
}
.who-we-are {
  padding: 80px 20px;
  background: #ffffff;
  font-family: "Poppins", system-ui, -apple-system, sans-serif;
}

.who-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

/* Title */
.who-container h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #2b2b2b;
}

/* Subtitle */
.who-subtitle {
  max-width: 720px;
  margin: 0 auto 40px;
  font-size: 17px;
    color: #1a1818;
  line-height: 1.6;
}

/* Layout */
.who-content {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: center;
  text-align: left;
}

/* Image */
.who-image img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  display: block;
}

/* Text */
.who-text p {
font-size: 17.1px;
    color: #2a2525;
  line-height: 1.7;
  margin-bottom: 14px;
}

.who-text strong {
  color: #222;
  font-weight: 600;
}

/* Tablet & Mobile */
@media (max-width: 900px) {
  .who-content {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }

  .who-text {
    text-align: left;
  }
}

@media (max-width: 600px) {
  .who-we-are {
    padding: 50px 16px;
  }

  .who-container h2 {
    font-size: 26px;
  }

  .who-subtitle {
    font-size: 13px;
    margin-bottom: 24px;
  }

  .who-text p {
    font-size: 13px;
  }
}

/* ================= RESPONSIVE ================= */

/* Tablets */
@media (max-width: 992px) {
  .about-hero {
    min-height: 420px;
  }

  .about-hero .hero-content h1 {
    font-size: 34px;
  }

  .about-hero .hero-content p {
    font-size: 14px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .about-hero {
    min-height: 400px;
    padding: 20px 0;
  }

  .about-hero .hero-content h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .about-hero .hero-content p {
    font-size: 13px;
    line-height: 1.5;
  }
}

.about-why-we-are {
  background: #ffffff;

}

/* Title */
.about-why-we-are-title {
  font-size: 36px;
  font-weight: 600;
  color: #2b2b2b;
  margin-bottom: 8px;
}

/* Subtitle */
.about-why-we-are-subtitle {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  margin: 0 auto;
  max-width: 720px;
}

/* Layout spacing */
.about-why-we-are-content {
  margin-top: 30px;
}

/* Image */
.about-why-we-are-image-wrap img {
    height: 299px;
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  display: block;
}

/* Text */
.about-why-we-are-text p {
  font-size: 15px;
  line-height: 1.75;
  color: #444;
  margin-bottom: 14px;
}

.about-why-we-are-text p strong {
  color: #222;
  font-weight: 600;
}

/* Tablet */
@media (max-width: 991px) {
  .about-why-we-are-title {
    font-size: 30px;
  }

  .about-why-we-are-subtitle {
    font-size: 14px;
  }

  .about-why-we-are-text p {
    font-size: 13.5px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .about-why-we-are-title {
    font-size: 24px;
  }

  .about-why-we-are-subtitle {
    font-size: 13px;
  }

  .about-why-we-are-text p {
    font-size: 13px;
    line-height: 1.65;
  }
}
/* ===== Section Base ===== */
.about-vmv {
  background: #fafafa;
}

/* Titles */
.about-vmv-title {
  font-size: 32px;
  font-weight: 600;
  color: #222;
  margin-bottom: 6px;
}

.about-vmv-subtitle {
  font-size: 14px;
  color: #666;
}

/* ===== Vision / Mission / Values Cards ===== */
.about-vmv-card {
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 22px 20px;
  height: 100%;
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
  transition: all 0.2s ease;
}

.about-vmv-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
  border-color: #ff7a00!important;   /* 🔥 orange border on hover */
}

.about-vmv-card-title {
  font-size: 28px;
  font-weight: 600;
  color: #ff7a00; /* orange like your design */
  margin-bottom: 10px;
  padding: 20px;
}

.about-vmv-card p {
font-size: 15.5px;
  line-height: 1.7;
  color: #444;
  margin: 0;
}
/* Section background like screenshot */
.about-vmv {
  background: #fafaf7;
}

/* Title */
.about-vmv-title {
  font-size: 32px;
  font-weight: 600;
  color: #222;
  margin-bottom: 6px;
}

.about-vmv-subtitle {
  font-size: 18px;
 letter-spacing: 0.5px;     /* more spaced */

  color: #0e0d0d;
  padding: 17px;
}

/* Card */
.about-vmv-service-card {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 16px;
  padding: 18px 18px 20px;
  height: 100%;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}

.about-vmv-service-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

/* Icon box */
.about-vmv-service-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid #eeeeee;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  margin-right: 10px;
  flex-shrink: 0;
}
.about-vmv-service-card {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 16px;
  padding: 18px 18px 20px;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-vmv-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 3px 0 #EE9D2B;
}
/* Vision / Mission / Values card */
.about-vmv-card:hover,
.about-vmv-card:active,
.about-vmv-card:focus {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
  border-color: #ff7a00 !important;   /* 🔥 orange border */
}

/* Service card */
.about-vmv-service-card:hover,
.about-vmv-service-card:active,
.about-vmv-service-card:focus {
  transform: translateY(-4px);
  box-shadow: 0 3px 0 #EE9D2B;
}


.about-vmv-service-icon img {
  width: 80px;
  height: 40px;
  object-fit: contain;
}

/* Title row */
.service-title-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.about-vmv-service-card h5 {
  font-size: 15.5px;
  font-weight: 600;
  color: #545151d9;
  margin: 0;
  line-height: 1.4;
}

/* Description */
.about-vmv-service-card p {
  font-size: 15px;
  line-height: 1.65;
  color: #555555;
  margin: 0;
}

/* Mobile */
@media (max-width: 576px) {
  .about-vmv-service-card {
    padding: 16px 16px 18px;
  }

  .about-vmv-title {
    font-size: 24px;
  }

  .about-vmv-service-card h5 {
    font-size: 14px;
  }

  .about-vmv-service-card p {
    font-size: 12.8px;
  }
}
.about-values-section {
  background: #fafaf7;
}

/* Titles */
.about-values-title {
  font-size: 32px;
  font-weight: 600;
  color: #222;
  margin-bottom: 6px;
}

.about-values-subtitle {
    font-size: 19px;
    color: #2e2d2d;
}
/* Value Cards */
.about-value-card {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 14px;
  padding: 16px 18px 18px;
  height: 100%;
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
  transition: all 0.2s ease;
}

.about-value-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}

/* Row: icon + title */
.about-value-title-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

/* Icon box */
.about-value-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid #eeeeee;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  flex-shrink: 0;
}

.about-value-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

/* Title */
.about-value-card h5 {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  margin: 0;
  line-height: 1.3;
}

/* Description */
.about-value-card p {
  font-size: 13px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

/* Responsive */
@media (max-width: 576px) {
  .about-value-card {
    padding: 14px 16px 16px;
  }

  .about-value-card h5 {
    font-size: 13.5px;
  }

  .about-value-card p {
    font-size: 12.5px;
  }
}
/* ================= GAP FIX BETWEEN SECTIONS ================= */

/* Reduce vertical padding of sections */
.about-values-section {
  padding-top: 32px !important;
  padding-bottom: 24px !important;
}

.about-vmv {
  padding-top: 10px !important;
  padding-bottom: 1px !important;
}

/* Tighten title spacing */
.about-values-title,
.about-vmv-title {
  margin-bottom: 4px !important;
}

.about-values-subtitle,
.about-vmv-subtitle {
  margin-bottom: 16px !important;
}

/* Reduce space after cards grid */
.about-values-section .row.g-4 {
  margin-bottom: 20px !important;
    padding: 17px 6px;
    margin-left: -5px;
}

/* Mobile tighter spacing */
@media (max-width: 576px) {
  .about-values-section,
  .about-vmv {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .about-values-subtitle,
  .about-vmv-subtitle {
    margin-bottom: 12px !important;
  }
}

.ourwork-points-list {
    list-style: none;      /* Remove black bullets */
    padding-left: 0;       /* Remove left spacing */
    margin: 0;
}

.ourwork-points-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}


/* trustees */

/* ================= Trustees Section ================= */

.about-trustees-section {
  background: #ffffff;
}

.about-trustees-title {
  font-weight: 700;
  font-size: 32px;
}

.about-trustees-subtitle {
  color: #666;
  font-size: 15px;
}

/* Card */
.about-trustee-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden; /* VERY IMPORTANT */
    padding: 0; /* remove inner spacing */
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}
.about-trustee-card:hover {
  transform: translateY(-5px);
}



/* Image wrapper */
/* ===== PERFECT IMAGE FIT FIX ===== */

.about-trustee-img {
    width: 100%;
    height: 350px; /* same height for all */
    overflow: hidden;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.about-trustee-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;        /* fill */
    object-position: center; /* center face */
    display: block;
}

/* Remove unwanted top margin */
.about-trustee-card h5 {
    margin-top: 95px;
   

}


/* Name */
.about-trustee-card h5 {
  font-weight: 600;
  font-size: 17px;
  margin-top: 15px;
 
}

/* Role */
.trustee-role {
  font-size: 14px;
  color: #777;
  margin-bottom: 0;
}
/* ===== Yellow Glow Hover Effect ===== */

.about-trustee-card:hover .about-trustee-img {
  border: 2px solid #f5c542; /* light yellow */
  box-shadow: 0 0 12px rgba(245, 197, 66, 0.7);
  transform: scale(1.05);
}
.about-trustee-card {
  transition: all 0.3s ease;
}

.about-trustee-card:hover {
  transform: translateY(-6px);
}

/* ================= Responsive Hover Fix ================= */

/* Disable image zoom + lift on tablets & mobiles */
@media (max-width: 992px) {

  .about-trustee-card:hover .about-trustee-img {
    transform: none;
    border: none;
    box-shadow: none;
  }

  .about-trustee-card:hover {
    transform: none;
  }

}

