/* --- HERO SLIDER BASE STYLES --- */
.hero-slider {
    background-color: #030712; /* इमेज के अनुसार डीप डार्क बैकग्राउंड */
    width: 100%;
    min-height: 580px;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.slider-container {
    width: 90%;
    max-width: 1250px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 50px;
    min-height: 480px;
}

/* --- LEFT CONTENT: TEXT STYLING --- */
.slide-text-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

/* ग्रीन एजुकेशन टैग */
.init-tag {
    background-color: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.25);
    color: #10b981;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 25px;
}

.slide-title {
    color: #ffffff;
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.slide-desc {
    color: #94a3b8;
    font-size: clamp(0.95rem, 2vw, 1.1rem);
    line-height: 1.6;
    max-width: 520px;
    margin-bottom: 35px;
}

/* --- BUTTONS INTERACTION --- */
.slide-btns {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-hero {
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* सॉलिड ग्रीन बटन */
.btn-know-more {
    background-color: #10b981;
    color: #ffffff;
    border: 1px solid #10b981;
}
.btn-know-more:hover {
    background-color: #059669;
    border-color: #059669;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(16, 185, 129, 0.2);
}
.btn-know-more i {
    transition: transform 0.2s ease;
}
.btn-know-more:hover i {
    transform: translateX(4px);
}

/* डार्क आउटलाइन डोनेट बटन */
.btn-donate {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #334155;
}
.btn-donate:hover {
    background-color: #1e293b;
    border-color: #475569;
    transform: translateY(-2px);
}
.btn-donate i {
    color: #ef4444; /* रेड हार्ट आइकॉन */
}

/* --- RIGHT CONTENT: IMAGE FRAME --- */
.slide-image-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.image-wrapper {
    position: relative;
    width: 100%;
    max-width: 520px;
    aspect-ratio: 4 / 3;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* इमेज के ऊपर फ्लोटिंग टैग */
.img-floating-tag {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(30, 41, 59, 0.75);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 20;
}

/* लाइव ग्रीन ब्लिंकिंग डॉट */
.live-dot {
    width: 8px;
    height: 8px;
    background-color: #10b981;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    animation: pulseDot 1.6s infinite;
}

@keyframes pulseDot {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(16, 185, 129, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

/* स्वाइपर बुलेट्स कस्टमाइज़ेशन */
.hero-slider .swiper-pagination-bullet {
    background: #475569;
    opacity: 1;
}
.hero-slider .swiper-pagination-bullet-active {
    background: #10b981 !important;
    width: 24px;
    border-radius: 4px;
    transition: width 0.3s ease;
}
.hero-slider .swiper-pagination {
    bottom: 20px !important;
}

/* --- RESPONSIVE MEDIA QUERIES --- */
@media (max-width: 992px) {
    .hero-slider {
        padding: 40px 0 80px;
    }
    .slider-container {
        grid-template-columns: 1fr; /* मोबाइल पर दोनों को एक के नीचे एक करना */
        gap: 40px;
        text-align: center;
    }
    .slide-text-content {
        align-items: center;
        text-align: center;
    }
    .slide-desc {
        margin-left: auto;
        margin-right: auto;
    }
    .slide-btns {
        justify-content: center;
    }
    .slide-image-content {
        order: -1; /* मोबाइल पर इमेज को टेक्स्ट से ऊपर दिखाने के लिए */
    }
}

@media (max-width: 480px) {
    .slider-container {
        width: 92%;
    }
    .btn-hero {
        width: 100%;
        justify-content: center;
    }
    .img-floating-tag {
        font-size: 0.75rem;
        padding: 6px 12px;
        top: 12px;
        left: 12px;
    }
}

/* ==========================================================================
   ABOUT PREVIEW SECTION (Dark & Interactive Theme)
   ========================================================================== */

.about-preview {
    background-color: #030712; /* डार्क वेबसाइट थीम से मैचिंग बैकग्राउंड */
    padding: 80px 0;
    overflow: hidden;
}

/* कंटेनर विड्थ सेटिंग्स */
.about-preview .container {
    width: 90%;
    max-width: 1250px;
    margin: 0 auto;
}

/* फ्लेक्सबॉक्स ग्रिड लेआउट */
.about-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

/* --- बायां कॉलम: टेक्स्ट कंटेंट --- */
.about-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* प्रीमियम सबटाइटल टैग */
.about-text .subtitle {
    color: #10b981; /* नियॉन ग्रीन हाइलाइट */
    font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

/* सबटाइटल के आगे छोटी सी सुंदर लाइन */
.about-text .subtitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 2px;
    background-color: #10b981;
}

/* मुख्य हेडिंग */
.about-text h2 {
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 22px;
    letter-spacing: -0.5px;
}

/* डेटाबेस से आने वाला डिस्क्रिप्शन */
.about-text p {
    color: #94a3b8; /* क्लीन रीडेबिलिटी के लिए सिल्वर-ग्रे रंग */
    font-size: 1.02rem;
    line-height: 1.7;
    margin-bottom: 35px;
}

/* --- इंटरेक्टिव "Read More" बटन --- */
.about-text .btn-apply {
    text-decoration: none;
    background-color: #10b981;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.1);
}

/* बटन के अंदर जावास्क्रिप्ट के बिना CSS से एरो आइकॉन जोड़ना */
.about-text .btn-apply::after {
    content: '→';
    font-size: 16px;
    transition: transform 0.2s ease;
}

/* बटन होवर इफ़ेक्ट */
.about-text .btn-apply:hover {
    background-color: #059669;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(16, 185, 129, 0.25);
}

.about-text .btn-apply:hover::after {
    transform: translateX(4px); /* होवर करने पर एरो आगे खिसकेगा */
}

/* --- दायां कॉलम: इमेज डिज़ाइन --- */
.about-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* इमेज के पीछे एक सुंदर ग्लोइंग बैकग्राउंड एलीमेंट */
.about-image::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 80%;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.1) 0%, transparent 70%);
    z-index: 1;
    pointer-events: none;
}

.about-image img {
    width: 100%;
    max-width: 500px;
    height: auto;
    object-fit: cover;
    border-radius: 24px; /* गोल कोनों वाली इमेज */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.03);
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* इमेज होवर करने पर 3D ट्रांसफ़ॉर्म और ज़ूम इफ़ेक्ट */
.about-image:hover img {
    transform: scale(1.03) rotate(1deg);
    box-shadow: 0 25px 50px rgba(16, 185, 129, 0.15);
    border-color: rgba(16, 185, 129, 0.2);
}

/* ==========================================================================
   RESPONSIVE MEDIA QUERIES (मोबाइल फ्रेंडली सेटिंग्स)
   ========================================================================== */

@media (max-width: 992px) {
    .about-preview {
        padding: 60px 0;
    }
    
    /* टैबलेट और मोबाइल पर एक के नीचे एक (Column Layout) दिखाना */
    .about-flex {
        flex-direction: column;
        gap: 45px;
    }

    .about-text {
        text-align: center;
        align-items: center;
    }

    .about-text .subtitle {
        padding-left: 0;
    }
    
    /* मोबाइल पर सबटाइटल की लाइन को हटाना */
    .about-text .subtitle::before {
        display: none;
    }

    .about-image {
        width: 100%;
    }
    
    .about-image img {
        max-width: 450px; /* मोबाइल स्क्रीन के लिए इमेज को रीसाइज़ करना */
    }
}

@media (max-width: 480px) {
    .about-preview .container {
        width: 92%;
    }
    
    .about-text h2 {
        margin-bottom: 16px;
    }

    .about-text p {
        font-size: 0.95rem;
        margin-bottom: 25px;
    }

    /* छोटे मोबाइल पर बटन को फुल विड्थ करना */
    .about-text .btn-apply {
        width: 100%;
        justify-content: center;
    }
}


/* ==========================================================================
   PILLARS GRID SECTION (Dark Theme)
   ========================================================================== */

.pillars-section {
    background-color: #030712; /* डीप डार्क बैकग्राउंड */
    padding: 60px 0;
    display: flex;
    justify-content: center;
}

.pillars-container {
    width: 94%;
    max-width: 1300px;
    background-color: #091124; /* इमेज का डार्क ब्लू-ब्लैक कंटेनर बैकग्राउंड */
    border-radius: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 बराबर कॉलम */
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

/* --- कॉमन कार्ड स्टाइल --- */
.pillar-card {
    padding: 50px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
}

/* कार्ड्स के बीच की वर्टिकल सेपरेटर बॉर्डर */
.pillar-card:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}

/* टॉप कलर एक्सेन्ट बार (इमेज के अनुसार) */
.pillar-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px; /* पतली रंगीन पट्टी */
}

/* आइकॉन बॉक्स बेस */
.pillar-icon-box {
    width: 75px;
    height: 75px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 25px;
    transition: transform 0.3s ease;
}

/* पिलर छोटा कैप्सूल बैज */
.pillar-badge {
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 5px 16px;
    border-radius: 20px;
    margin-bottom: 20px;
}

/* हेडिंग और डिस्क्रिप्शन */
.pillar-title {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 12px;
}

.pillar-desc {
    color: #94a3b8;
    font-size: 0.9rem;
    line-height: 1.6;
}

/* ==========================================================================
   इमेज के अनुसार कस्टमाइज्ड कलर्स (नियॉन इफ़ेक्ट्स)
   ========================================================================== */

/* 1. FEED (ऑरेंज / कोरल) */
.feed-pillar::before { background-color: #ff6b35; }
.feed-pillar .pillar-icon-box { background-color: rgba(255, 107, 53, 0.1); color: #ff6b35; }
.feed-pillar .pillar-badge { background-color: rgba(255, 107, 53, 0.15); color: #ff6b35; }

/* 2. EDUCATION (ग्रीन) */
.education-pillar::before { background-color: #10b981; }
.education-pillar .pillar-icon-box { background-color: rgba(16, 185, 129, 0.1); color: #10b981; }
.education-pillar .pillar-badge { background-color: rgba(16, 185, 129, 0.15); color: #10b981; }

/* 3. CARE (पिंक / मैजेंटा) */
.care-pillar::before { background-color: #ec4899; }
.care-pillar .pillar-icon-box { background-color: rgba(236, 72, 153, 0.1); color: #ec4899; }
.care-pillar .pillar-badge { background-color: rgba(236, 72, 153, 0.15); color: #ec4899; }

/* 4. CAREER (ब्लू) */
.career-pillar::before { background-color: #3b82f6; }
.career-pillar .pillar-icon-box { background-color: rgba(59, 130, 246, 0.1); color: #3b82f6; }
.career-pillar .pillar-badge { background-color: rgba(59, 130, 246, 0.15); color: #3b82f6; }


/* ==========================================================================
   INTERACTIVE HOVER EFFECTS (इंटरेक्टिव एनिमेशन)
   ========================================================================== */

.pillar-card:hover {
    background-color: rgba(255, 255, 255, 0.02); /* हल्का सा हाईलाइट पृष्ठभूमि */
}

/* होवर करने पर आइकॉन का हल्का सा ऊपर उठना */
.pillar-card:hover .pillar-icon-box {
    transform: translateY(-5px) scale(1.05);
}

/* ==========================================================================
   RESPONSIVE LAYOUT (मीडिया क्वेरीज)
   ========================================================================== */

/* टैबलेट स्क्रीन के लिए (2x2 ग्रिड लेआउट) */
@media (max-width: 1024px) {
    .pillars-container {
        grid-template-columns: repeat(2, 1fr);
    }
    
    /* बॉर्डर री-एडजस्टमेंट */
    .pillar-card:nth-child(2) {
        border-right: none;
    }
    .pillar-card:nth-child(1), .pillar-card:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }
}

/* मोबाइल स्क्रीन के लिए (1 कॉलम लेआउट) */
@media (max-width: 650px) {
    .pillars-section {
        padding: 40px 15px;
    }

    .pillars-container {
        grid-template-columns: 1fr;
    }

    .pillar-card {
        padding: 40px 20px;
    }

    /* सभी वर्टिकल बॉर्डर हटाकर हॉरिजॉन्टल बॉर्डर लगाना */
    .pillar-card:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }
}


/* ==========================================================================
   SERVICES GRID SECTION (Dark & Interactive Theme)
   ========================================================================== */

.services-section {
    background-color: #030712; /* डीप डार्क थीम बैकग्राउंड */
    padding: 80px 0;
    overflow: hidden;
}

/* मुख्य कंटेनर एलाइनमेंट */
.services-section .container {
    width: 90%;
    max-width: 1250px;
    margin: 0 auto;
}

/* --- SECTION TITLE STYLING --- */
.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title .subtitle {
    color: #10b981; /* सिग्नेचर नियॉन ग्रीन रंग */
    font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 12px;
    position: relative;
    padding: 0 20px;
}

/* सबटाइटल के दोनों तरफ छोटी सजावटी लाइन्स */
.section-title .subtitle::before,
.section-title .subtitle::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 1px;
    background-color: #10b981;
}
.section-title .subtitle::before { left: 0; }
.section-title .subtitle::after { right: 0; }

.section-title h2 {
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 2.6rem);
    font-weight: 800;
    letter-spacing: -0.5px;
    margin-top: 5px;
}

/* --- ROW & GRID BACKUP --- */
/* अगर आप Bootstrap का उपयोग नहीं कर रहे हैं, तो यह ग्रिड लेआउट को संभालेगा */
.services-section .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* --- PREMIUM SERVICE CARD STYLING --- */
.service-card {
    background-color: #0f172a; /* हल्का स्लेट डार्क कार्ड बैकग्राउंड */
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 2;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* --- SERVICE IMAGE / ROUNDED BOX --- */
.service-img {
    width: 90px;
    height: 90px;
    background-color: rgba(16, 185, 129, 0.06); /* इमेज के पीछे हल्का ग्रीन ग्लो */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border: 1px solid rgba(16, 185, 129, 0.15);
    transition: all 0.35s ease;
    overflow: hidden;
}

/* इमेज का ओरिजिनल इनलाइन स्टाइल ओवरराइड करना बिना HTML बदले */
.service-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 50%;
    transition: transform 0.4s ease;
}

/* कार्ड टेक्स्ट और टाइटल्स */
.service-card h3 {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.service-card p {
    color: #94a3b8; /* टेक्स्ट रीडेबिलिटी के लिए म्यूटेड सिल्वर रंग */
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 30px;
    flex-grow: 1; /* यह सभी कार्ड्स के बटन्स को एक समान लाइन में रखेगा */
}

/* --- READ MORE LINK/BUTTON --- */
.service-card .btn-apply {
    text-decoration: none;
    color: #10b981;
    font-size: 0.92rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.25s ease;
    position: relative;
    padding: 5px 0;
}

/* बटन के आगे छोटा एरो जोड़ना */
.service-card .btn-apply::after {
    content: '→';
    font-size: 14px;
    transition: transform 0.2s ease;
}

/* --- INTERACTIVE HOVER EFFECTS --- */
.service-card:hover {
    transform: translateY(-8px); /* कार्ड थोड़ा ऊपर उठेगा */
    background-color: #131c35;
    border-color: rgba(16, 185, 129, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 
                0 0 25px rgba(16, 185, 129, 0.05); /* हल्का ग्रीन आउटलाइन ग्लो */
}

/* होवर पर इमेज का ज़ूम होना */
.service-card:hover .service-img {
    background-color: rgba(16, 185, 129, 0.15);
    border-color: #10b981;
    transform: scale(1.05);
}
.service-card:hover .service-img img {
    transform: scale(1.1);
}

/* होवर पर टाइटल का रंग बदलना */
.service-card:hover h3 {
    color: #10b981;
}

/* होवर पर एरो का आगे की तरफ खिसकना */
.service-card:hover .btn-apply {
    color: #ffffff;
}
.service-card:hover .btn-apply::after {
    transform: translateX(5px);
}

/* ==========================================================================
   RESPONSIVE LAYOUT (MEDIA QUERIES)
   ========================================================================== */

/* टैबलेट स्क्रीन के लिए (2 कॉलम ग्रिड) */
@media (max-width: 992px) {
    .services-section .row {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    .services-section {
        padding: 60px 0;
    }
}

/* मोबाइल स्क्रीन्स के लिए (1 कॉलम ग्रिड) */
@media (max-width: 650px) {
    .services-section .row {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .section-title {
        margin-bottom: 35px;
    }
    .service-card {
        padding: 35px 24px;
    }
}


/* ==========================================================================
   VIBRANT GRADIENT IMPACT SECTION (Responsive & Interactive)
   ========================================================================== */

.impact-section {
    /* इमेज के अनुसार हुबहू ग्रीन से लेकर डीप ब्लू का वाइब्रेंट लीनियर ग्रेडिएंट */
    background: linear-gradient(135deg, #10b981 0%, #059669 20%, #1d4ed8 75%, #1e40af 100%);
    padding: 90px 0;
    text-align: center;
    color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
    overflow: hidden;
}

.impact-container {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* --- TOP GLASS PILL TAG --- */
.impact-tag {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 8px 20px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.impact-tag i {
    font-size: 11px;
}

/* --- TYPOGRAPHY (MAIN HEADINGS) --- */
.impact-title {
    font-size: clamp(2.2rem, 5vw, 3.8rem); /* स्क्रीन विड्थ के हिसाब से स्वतः रीसाइज़ होगा */
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
}

.impact-desc {
    font-size: clamp(0.95rem, 2vw, 1.1rem);
    line-height: 1.6;
    max-width: 720px;
    color: rgba(255, 255, 255, 0.85); /* सॉफ्ट रीडेबिलिटी के लिए हल्का ट्रांसपेरेंट व्हाइट */
    margin-bottom: 55px;
}

/* --- GLASSMORPHISM STATS CONTAINER --- */
.impact-stats-box {
    width: 100%;
    background: rgba(255, 255, 255, 0.06); /* पारदर्शी वाइट लेयर */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 बराबर कॉलम */
    padding: 40px 10px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

/* स्टेट आइटम्स की स्टाइलिंग */
.impact-stat-item {
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* वर्टिकल ग्लास सेपरेटर लाइन्स (सिर्फ बीच के कॉलम्स में देखने को मिलेंगी) */
.impact-stat-item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.impact-number {
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 800;
    line-height: 1;
    margin-bottom: 12px;
    letter-spacing: -1px;
}

.impact-label {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
}

/* --- INTERACTIVE MICRO-INTERACTIONS (होवर इफ़ेक्ट्स) --- */
.impact-stat-item:hover {
    transform: scale(1.08); /* माउस ले जाने पर नंबर हल्का सा बाहर की तरफ पॉप होगा */
}

.impact-tag:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    cursor: default;
}


/* ==========================================================================
   RESPONSIVE BREAKPOINTS (मीडिया क्वेरीज)
   ========================================================================== */

/* टैबलेट स्क्रीन के लिए (2x2 ग्रिड लेआउट) */
@media (max-width: 992px) {
    .impact-section {
        padding: 70px 0;
    }
    .impact-desc {
        margin-bottom: 40px;
    }
    .impact-stats-box {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 0;
        padding: 35px 10px;
    }
    /* टैबलेट पर बॉर्डर रिस्टोर/एडजस्ट करना */
    .impact-stat-item:nth-child(2) {
        border-right: none;
    }
    .impact-stat-item:nth-child(1), 
    .impact-stat-item:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 25px;
    }
}

/* मोबाइल स्क्रीन के लिए (1 कॉलम वर्टिकल लेआउट) */
@media (max-width: 550px) {
    .impact-section {
        padding: 55px 0;
    }
    .impact-stats-box {
        grid-template-columns: 1fr;
        gap: 25px 0;
        border-radius: 20px;
        padding: 30px 15px;
    }
    /* मोबाइल पर सभी वर्टिकल बॉर्डर्स हटाकर केवल हॉरिजॉन्टल बॉर्डर सेट करना */
    .impact-stat-item:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 20px;
    }
}


/* ==========================================================================
   TESTIMONIAL STORIES SECTION (Dark & Glass Theme)
   ========================================================================== */

.testimonial-section {
    background-color: #030712; /* डार्क वेबसाइट थीम बैकग्राउंड */
    padding: 80px 0;
    overflow: hidden;
}

.testimonial-section .container {
    width: 90%;
    max-width: 1250px;
    margin: 0 auto;
}

/* --- SECTION TITLE STYLING --- */
.testimonial-section .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.testimonial-section .subtitle {
    color: #10b981; /* नियॉन ग्रीन सिग्नेचर एक्सेन्ट */
    font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 12px;
}

.testimonial-section h2 {
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 2.6rem);
    font-weight: 800;
    letter-spacing: -0.5px;
}

/* "Students" शब्द को हाईलाइट करने के लिए */
.testimonial-section h2 .highlight {
    color: #10b981;
}

/* --- 3-कॉलम रेस्पॉन्सिव ग्रिड लेआउट --- */
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* --- PREMIUM TESTIMONIAL CARD --- */
.testimonial-card {
    background-color: #0f172a; /* प्रीमियम डीप स्लेट बैकग्राउंड */
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    padding: 35px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* कंटेंट और यूजर इन्फो को बैलेंस रखेगा */
    height: 100%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    overflow: hidden;
}

/* --- BACKGROUND QUOTE ICON --- */
.quote-icon {
    position: absolute;
    top: 25px;
    right: 30px;
    font-size: 3.5rem;
    color: rgba(16, 185, 129, 0.05); /* बहुत हल्का पारदर्शी ग्रीन शेड */
    z-index: -1;
    transition: all 0.4s ease;
}

/* टेस्टीमोनियल पैराग्राफ */
.testi-text {
    color: #94a3b8; /* क्लीन रीडेबिलिटी के लिए सिल्वर-ग्रे रंग */
    font-size: 0.98rem;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 25px;
}

/* स्टार रेटिंग्स */
.stars {
    margin-bottom: 25px;
}
.stars i {
    font-size: 13px;
    margin-right: 3px;
}
.stars i.far {
    color: #475569; /* खाली स्टार का म्यूटेड रंग */
}

/* --- USER INFOMATION FOOTER --- */
.testi-user {
    display: flex;
    align-items: center;
    gap: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 20px;
    margin-top: auto; /* यह डिस्क्रिप्शन छोटा-बड़ा होने पर भी यूजर प्रोफाइल को एक लाइन में सिंक रखेगा */
}

.testi-user img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(16, 185, 129, 0.2);
    transition: border-color 0.3s ease;
}

.user-info h4 {
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 3px;
}

.user-info span {
    color: #64748b; /* डेसिग्नेशन का सॉफ्ट ग्रे कलर */
    font-size: 0.82rem;
    font-weight: 500;
    display: block;
}

/* ==========================================================================
   INTERACTIVE HOVER EFFECTS (इंटरेक्टिव एनीमेशन)
   ========================================================================== */

.testimonial-card:hover {
    transform: translateY(-8px); /* कार्ड स्मूथली ऊपर उठेगा */
    background-color: #131c35; /* हल्का सा नेवी ब्लू ग्लो टोन */
    border-color: rgba(16, 185, 129, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 
                0 0 20px rgba(16, 185, 129, 0.03);
}

/* होवर पर पीछे छिपे बैकग्राउंड कोट आइकॉन का चमकना */
.testimonial-card:hover .quote-icon {
    color: rgba(16, 185, 129, 0.12);
    transform: rotate(-10deg) scale(1.05);
}

/* होवर पर यूजर इमेज की बॉर्डर नियॉन ग्रीन होना */
.testimonial-card:hover .testi-user img {
    border-color: #10b981;
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS (मीडिया क्वेरीज)
   ========================================================================== */

/* टैबलेट स्क्रीन के लिए (2 कॉलम लेआउट) */
@media (max-width: 992px) {
    .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    .testimonial-section {
        padding: 60px 0;
    }
}

/* मोबाइल स्क्रीन के लिए (1 कॉलम वर्टिकल लेआउट) */
@media (max-width: 650px) {
    .testimonial-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .testimonial-card {
        padding: 30px 24px;
    }
    .testimonial-section .section-title {
        margin-bottom: 35px;
    }
}


/* ==========================================================================
   PURE CSS CAMPAIGNS GRID (No Framework Dependency)
   ========================================================================== */

.campaigns-section {
    background-color: #030712; /* डार्क वेबसाइट बैकग्राउंड थीम */
    padding: 80px 0;
    box-sizing: border-box;
}

.campaigns-section * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.campaigns-container {
    width: 90%;
    max-width: 1250px;
    margin: 0 auto;
}

/* --- HEADER / TITLES --- */
.campaigns-header {
    text-align: center;
    margin-bottom: 50px;
}

.campaigns-subtitle {
    color: #10b981; /* सिग्नेचर नियॉन ग्रीन */
    font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 12px;
}

.campaigns-main-title {
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 2.6rem);
    font-weight: 800;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.campaigns-highlight {
    color: #10b981;
}

.campaigns-description {
    color: #94a3b8;
    font-size: 1rem;
    max-width: 620px;
    margin: 0 auto;
    line-height: 1.6;
}

/* --- GRID LAYOUT WRAPPER --- */
.campaigns-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* डेस्कटॉप पर 3 बराबर कॉलम */
    gap: 30px;
}

/* --- PREMIUM CARD DESIGN --- */
.camp-card {
    background-color: #0f172a; /* प्रीमियम स्लेट डार्क कार्ड */
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* इमेज बॉक्स */
.camp-img-box {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.camp-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

/* कैटगरी फ्लोटिंग बैज */
.camp-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 16px;
    border-radius: 30px;
    z-index: 5;
}

/* थीम के अनुसार बैज कलर्स */
.badge-education { background-color: #10b981; box-shadow: 0 6px 15px rgba(16, 185, 129, 0.25); }
.badge-medical { background-color: #3b82f6; box-shadow: 0 6px 15px rgba(59, 130, 246, 0.25); }
.badge-environment { background-color: #22c55e; box-shadow: 0 6px 15px rgba(34, 197, 94, 0.25); }

/* --- CARD CONTENT BOX --- */
.camp-content-box {
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* सभी कार्ड्स की ओवरऑल हाइट एक जैसी रखेगा */
}

.camp-content-box h3 {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.camp-content-box p {
    color: #94a3b8;
    font-size: 0.92rem;
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1; /* यह डिस्क्रिप्शन छोटा होने पर भी बटन को हमेशा नीचे सिंक रखेगा */
}

/* --- BUTTONS SECTION --- */
.camp-action-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: auto;
}

/* प्राइमरी रेक्टेंगल बटन */
.btn-camp-action {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 12px;
    text-align: center;
    flex-grow: 1;
    transition: all 0.25s ease;
}

.btn-camp-action:hover {
    background-color: #10b981;
    border-color: #10b981;
    box-shadow: 0 8px 20px rgba(16, 185, 129, 0.25);
    transform: translateY(-2px);
}

/* गोल व्यू बटन */
.btn-camp-circle-view {
    width: 45px;
    height: 45px;
    background-color: #1e293b;
    color: #10b981;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.03);
    flex-shrink: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-camp-circle-view:hover {
    background-color: #ffffff;
    color: #030712;
    transform: scale(1.05);
}

.btn-camp-circle-view i {
    transition: transform 0.3s ease;
}

.btn-camp-circle-view:hover i {
    transform: rotate(-45deg); /* तीर 45 डिग्री ऊपर घूमेगा */
}

/* ==========================================================================
   INTERACTIVE HOVER EFFECTS (कार्ड्स एनीमेशन)
   ========================================================================== */

.camp-card:hover {
    transform: translateY(-8px);
    background-color: #131c35; /* कार्ड पर माउस ले जाने पर लाइट ग्लो */
    border-color: rgba(16, 185, 129, 0.2);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
}

.camp-card:hover .camp-img-box img {
    transform: scale(1.06); /* इमेज ज़ूम इफ़ेक्ट */
}

.camp-card:hover h3 {
    color: #10b981; /* टाइटल का रंग बदलेगा */
}


/* ==========================================================================
   RESPONSIVE LAYOUT MEDIA QUERIES (मीडिया क्वेरीज)
   ========================================================================== */

/* टैबलेट स्क्रीन के लिए (2 कॉलम लेआउट) */
@media (max-width: 992px) {
    .campaigns-section {
        padding: 60px 0;
    }
    .campaigns-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

/* मोबाइल स्क्रीन के लिए (1 कॉलम वर्टिकल लेआउट) */
@media (max-width: 650px) {
    .campaigns-container {
        width: 92%;
    }
    .campaigns-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .camp-content-box {
        padding: 25px 20px;
    }
    .btn-camp-action {
        padding: 12px 15px;
        font-size: 0.85rem;
    }
}


/* ==========================================================================
   PREMIUM GLASSMORPHISM CTA SECTION (Responsive & Interactive)
   ========================================================================= */

.cta-section {
    background-color: #030712; /* आपकी मुख्य डार्क वेबसाइट थीम का बैकग्राउंड */
    padding: 80px 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.cta-section * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.cta-section .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

/* --- MAIN CTA GLASS BOX --- */
.cta-box {
    /* हल्का पारदर्शी ग्लास इफ़ेक्ट और बैकग्राउंड में चमकता हुआ सॉफ्ट रेडियल ग्रेडिएंट */
    background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01)), #0f172a;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 24px;
    padding: 50px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between; /* टेक्स्ट बाईं तरफ और बटन्स दाईं तरफ रहेंगे */
    gap: 40px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
}

/* सजावट के लिए बैकग्राउंड में एक छिपी हुई नियॉन लाइट */
.cta-box::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(194, 65, 12, 0.15) 0%, transparent 70%);
    pointer-events: none;
    z-index: 1;
}

/* --- TEXT CONTENT --- */
.cta-text {
    flex: 1;
    max-width: 650px;
    text-align: left;
    z-index: 2;
}

.cta-text h2 {
    color: #ffffff;
    font-size: clamp(1.6rem, 3.5vw, 2.3rem); /* स्क्रीन के हिसाब से खुद बड़ा-छोटा होगा */
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

/* "सकारात्मक बदलाव" को ऑरेंज हाईलाइट देना */
.cta-text .highlight-orange {
    color: #ea580c; /* वाइब्रेंट सैफरन/ऑरेंज कलर */
    position: relative;
}

.cta-text p {
    color: #94a3b8; /* क्लीन रीडेबिलिटी के लिए म्यूटेड सिल्वर रंग */
    font-size: 1.05rem;
    line-height: 1.6;
}

/* --- INTERACTIVE BUTTONS GROUP --- */
.cta-btns {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0; /* बटन्स को पिचकने से रोकने के लिए */
    z-index: 2;
}

.cta-btns a {
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 1. अभी दान करें (सॉलिड ऑरेंज बटन) */
.btn-main {
    background-color: #c2410c; 
    color: #ffffff;
    border: 1px solid #c2410c;
    box-shadow: 0 4px 15px rgba(194, 65, 12, 0.25);
}

.btn-main:hover {
    background-color: #ea580c;
    border-color: #ea580c;
    transform: translateY(-3px);
    box-shadow: 0 10px 22px rgba(234, 88, 12, 0.35);
}

/* होवर करने पर हार्ट आइकॉन का हल्का सा धड़कना (Pulse effect) */
.btn-main i {
    transition: transform 0.2s ease;
}
.btn-main:hover i {
    transform: scale(1.2);
}

/* 2. स्वयंसेवक बनें (आउटलाइन वाइट बटन) */
.btn-outline-white {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.btn-outline-white:hover {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-3px);
}

/* होवर करने पर हैंड्स हेल्पिंग आइकॉन का ऊपर उठना */
.btn-outline-white i {
    color: #94a3b8;
    transition: all 0.2s ease;
}
.btn-outline-white:hover i {
    color: #10b981; /* होवर पर आइकॉन ग्रीन हो जाएगा */
    transform: translateY(-2px);
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS (मीडिया क्वेरीज)
   ========================================================================== */

/* टैबलेट स्क्रीन्स के लिए */
@media (max-width: 992px) {
    .cta-box {
        padding: 40px;
        flex-direction: column; /* टेक्स्ट और बटन एक के नीचे एक आ जाएंगे */
        text-align: center;
        gap: 30px;
    }
    
    .cta-text {
        text-align: center;
        max-width: 100%;
    }
}

/* मोबाइल स्क्रीन्स के लिए */
@media (max-width: 550px) {
    .cta-section {
        padding: 50px 0;
    }
    
    .cta-box {
        padding: 35px 20px;
        border-radius: 20px;
    }

    .cta-btns {
        flex-direction: column; /* दोनों बटन्स मोबाइल पर फुल विड्थ वर्टिकल स्टैक हो जाएंगे */
        width: 100%;
    }

    .cta-btns a {
        width: 100%;
        justify-content: center; /* टेक्स्ट बटन के सेंटर में रहेगा */
    }
}


/* ==========================================================================
   DYNAMIC GALLERY GRID SECTION (Dark Theme)
   ========================================================================== */

.custom-gallery-section {
    background-color: #030712; /* इमेज के अनुसार डीप डार्क बैकग्राउंड */
    padding: 60px 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.custom-gallery-section * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.gallery-container {
    width: 90%;
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* --- GRID LAYOUT --- */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* डेस्कटॉप पर 3 कॉलम ग्रिड */
    gap: 24px; /* इमेजेस के बीच का स्पेस */
}

/* --- PREMIUM GALLERY CARD --- */
.gallery-card {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3; /* हर इमेज को एक समान बॉक्स साइज़ में रखने के लिए */
    border-radius: 18px; /* इमेज की तरह गोल कोने */
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    background-color: #0f172a;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

/* --- INTERACTIVE OVERLAY ON HOVER --- */
.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(3, 7, 18, 0.85) 0%, rgba(3, 7, 18, 0.2) 70%, transparent 100%);
    display: flex;
    align-items: flex-end;
    padding: 25px;
    opacity: 0; /* डिफ़ॉल्ट रूप से छुपा रहेगा */
    transition: opacity 0.35s ease;
}

.gallery-item-title {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    transform: translateY(15px); /* होवर पर नीचे से ऊपर आने का एनिमेशन */
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* --- GRADIENT ACTION BUTTON (View Full Gallery) --- */
.gallery-action-wrapper {
    display: flex;
    justify-content: flex-end; /* बटन को दाईं तरफ अलाइन करेगा */
    margin-top: 10px;
}

.btn-view-gallery {
    background: linear-gradient(90deg, #10b981 0%, #1d4ed8 100%); /* इमेज के अनुसार हुबहू ग्रीन-टू-ब्लू ग्रेडिएंट */
    color: #ffffff;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 30px; /* कैप्सूल स्टाइल बटन */
    display: inline-flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 25px rgba(29, 78, 216, 0.25);
    transition: all 0.3s ease;
}

.btn-view-gallery i {
    font-size: 14px;
}

.btn-view-gallery .arrow-icon {
    transition: transform 0.25s ease;
}

/* ==========================================================================
   HOVER INTERACTIONS (इंटरेक्टिव एनिमेशन)
   ========================================================================== */

/* 1. कार्ड होवर इफेक्ट्स */
.gallery-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.gallery-card:hover img {
    transform: scale(1.06); /* इमेज हल्का सा ज़ूम होगी */
}

.gallery-card:hover .gallery-overlay {
    opacity: 1; /* टेक्स्ट और शेड दिखाई देंगे */
}

.gallery-card:hover .gallery-item-title {
    transform: translateY(0);
}

/* 2. बटन होवर इफेक्ट्स */
.btn-view-gallery:hover {
    opacity: 0.95;
    box-shadow: 0 12px 30px rgba(29, 78, 216, 0.4);
}

.btn-view-gallery:hover .arrow-icon {
    transform: translateX(5px); /* तीर आगे की तरफ स्लाइड होगा */
}

/* ==========================================================================
   RESPONSIVE MEDIA QUERIES (मीडिया क्वेरीज)
   ========================================================================== */

/* टैबलेट स्क्रीन के लिए (2 कॉलम लेआउट) */
@media (max-width: 992px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

/* मोबाइल स्क्रीन्स के लिए (1 कॉलम लेआउट) */
@media (max-width: 600px) {
    .gallery-container {
        width: 92%;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr; /* सिंगल कॉलम वर्टिकल ग्रिड */
        gap: 16px;
    }

    .gallery-action-wrapper {
        justify-content: center; /* मोबाइल पर बटन सेंटर में आ जाएगा */
        width: 100%;
    }

    .btn-view-gallery {
        width: 100%; /* मोबाइल पर बटन पूरी विड्थ का हो जाएगा */
        justify-content: center;
    }
}

/* ==========================================================================
   PREMIUM GALLERY TITLE STYLING (Dark Theme Match)
   ========================================================================== */

/* टाइटल को रैप करने वाला मुख्य ब्लॉक */
.gallery-header-block {
    text-align: center;         /* टेक्स्ट को हमेशा बीच में रखने के लिए */
    margin-bottom: 45px;        /* नीचे की गैलरी ग्रिड से दूरी बनाने के लिए */
    padding: 10px 0;
    box-sizing: border-box;
    background-color: #030712;  /* डीप डार्क वेबसाइट थीम का बैकग्राउंड */
}

/* हेडिंग के ऊपर दिखने वाला छोटा प्रीमियम सब-टैग */
.gallery-mini-tag {
    color: #10b981;             /* आपकी सिग्नेचर नियॉन ग्रीन वाइब */
    font-size: 0.82rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2.5px;      /* अक्षरों के बीच सुंदर स्पेस */
    display: inline-block;
    margin-bottom: 10px;
}

/* आपके द्वारा दिया गया मुख्य "Our Gallery" टेक्स्ट */
.gallery-section-title {
    color: #ffffff !important;  /* शुद्ध सफ़ेद रंग */
    font-size: clamp(2rem, 4vw, 2.8rem); /* मोबाइल से लेकर डेस्कटॉप तक खुद ऑटो-स्केल होगा */
    font-weight: 800;           /* बोल्ड और प्रीमियम लुक */
    letter-spacing: -0.5px;
    margin: 0 auto;
    padding-bottom: 15px;
    position: relative;         /* नीचे डेकोरेटिव लाइन बनाने के लिए */
    display: inline-block;      /* लाइन केवल टेक्स्ट की चौड़ाई जितनी बनेगी */
    line-height: 1.2;
}

/* "Our Gallery" के नीचे दिखने वाली सुंदर कलरफुल अंडरलाइन */
.gallery-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); /* लाइन को बिल्कुल सेंटर में लॉक करने के लिए */
    width: 50px;                 /* लाइन की चौड़ाई */
    height: 3px;                 /* लाइन की मोटाई */
    background-color: #10b981;   /* ग्रीन एक्सेन्ट कलर */
    border-radius: 10px;
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1); /* इंटरेक्टिव एनीमेशन स्पीड */
}

/* ==========================================================================
   INTERACTIVE HOVER EFFECT (इंटरेक्टिव एनीमेशन)
   ========================================================================== */

/* जब यूजर इस हेडिंग ब्लॉक के ऊपर माउस ले जाएगा, तो नीचे की लाइन थोड़ी चौड़ी हो जाएगी */
.gallery-header-block:hover .gallery-section-title::after {
    width: 80px;                /* लाइन स्मूथली बढ़कर 80px हो जाएगी */
}



/* ==========================================================================
   INTERACTIVE DONATION & IMPACT DASHBOARD (Dark Premium Theme)
   ========================================================================== */

.donation-dashboard-section {
    background-color: #030712; /* इमेज के अनुसार डीप ब्लैक बैकग्राउंड */
    padding: 80px 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffffff;
}

.donation-dashboard-section * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.donation-main-container {
    width: 92%;
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr; /* बायां ब्लॉक थोड़ा बड़ा, डैशबोर्ड दाईं तरफ */
    gap: 60px;
    align-items: start;
}

/* -------------------------------------------
   LEFT SIDE: DONation BLOCKS
   ------------------------------------------- */
.donation-left-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* टॉप मेक अ डिफरेंस पिल टैग */
.make-difference-tag {
    background-color: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.25);
    color: #10b981;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 25px;
}

.donation-title {
    font-size: clamp(2.2rem, 4.5vw, 3.6rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.gradient-text {
    background: linear-gradient(90deg, #10b981 0%, #3b82f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.donation-desc {
    color: #94a3b8;
    font-size: 1.02rem;
    line-height: 1.6;
    max-width: 580px;
    margin-bottom: 35px;
}

/* इन-लाइन मिनी स्टेट्स रो */
.mini-stats-row {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.mini-stat-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mini-icon-box {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.m-green { background-color: rgba(16, 185, 129, 0.1); color: #10b981; }
.m-teal { background-color: rgba(20, 184, 166, 0.1); color: #20b8a6; }
.m-blue { background-color: rgba(59, 130, 246, 0.1); color: #3b82f6; }

.mini-stat-info h3 {
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.1;
}

.mini-stat-info p {
    font-size: 0.78rem;
    color: #64748b;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 2px;
}

/* इंटरेक्टिव अमाउंट सिलेक्शन पिल्स */
.amount-selection-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
    max-width: 580px;
    margin-bottom: 25px;
}

.amount-pill {
    background-color: #0f172a;
    border: 1px solid #1e293b;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.amount-pill:hover {
    background-color: #1e293b;
    border-color: #334155;
}

.amount-pill.active {
    background-color: #10b981; /* सेलेक्टेड होने पर इमेज की तरह प्योर ग्रीन */
    border-color: #10b981;
    box-shadow: 0 5px 15px rgba(16, 185, 129, 0.3);
}

.custom-amount-input {
    background-color: #0f172a;
    border: 1px solid #1e293b;
    color: #ffffff;
    font-size: 0.92rem;
    font-weight: 500;
    padding: 12px 18px;
    border-radius: 10px;
    outline: none;
    width: 170px;
    transition: all 0.2s ease;
}
.custom-amount-input:focus {
    border-color: #3b82f6;
    background-color: #131c35;
}

.donation-cta-wrapper {
    margin-top: 10px;
}

.btn-primary-donate {
    background: linear-gradient(90deg, #10b981 0%, #1d4ed8 100%);
    color: #ffffff;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 14px 35px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 25px rgba(29, 78, 216, 0.25);
    transition: opacity 0.2s ease, transform 0.2s ease;
}
.btn-primary-donate:hover {
    opacity: 0.95;
    transform: translateY(-2px);
}

/* -------------------------------------------
   RIGHT SIDE: IMPACT DASHBOARD CONTAINER
   ------------------------------------------- */
.donation-right-dashboard {
    background: rgba(15, 23, 42, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    padding: 40px 30px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dashboard-header {
    text-align: center;
    margin-bottom: 30px;
}

.dashboard-header h2 {
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: -0.3px;
    margin-bottom: 5px;
}

.dashboard-header p {
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* डैशबोर्ड ग्रिड (4 आइटम्स) */
.dashboard-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    width: 100%;
    margin-bottom: 25px;
}

.dash-card {
    background-color: rgba(15, 23, 42, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    padding: 25px 20px;
    text-align: center;
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.dash-card h3 {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.dash-card p {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #64748b;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* कलर्स ओवरराइड और माइक्रो होवर एनीमेशन */
.dashboard-grid .dash-card:nth-child(1) h3 { color: #ffffff; }
.dashboard-grid .dash-card:nth-child(2) h3 { color: #ffffff; }
.dashboard-grid .dash-card:nth-child(3) h3 { color: #ffffff; }
.dashboard-grid .dash-card:nth-child(4) h3 { color: #10b981; } /* 2026 Year Highlight in Green */
.dashboard-grid .dash-card:nth-child(4) .highlight-year { color: #10b981; }

.dash-card:hover {
    transform: scale(1.03);
    border-color: rgba(255, 255, 255, 0.08);
}

/* ट्रस्ट बैजेस लिस्ट */
.trust-badges-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 20px;
    font-size: 0.82rem;
    color: #94a3b8;
    margin-bottom: 30px;
}

.trust-badges-list span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.trust-badges-list span i {
    color: #10b981; /* ग्रीन ट्रस्ट चेकमार्क */
    font-size: 12px;
}

.dashboard-action {
    width: 100%;
    text-align: center;
}

.btn-dashboard-transform {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    background: linear-gradient(90deg, #10b981 0%, #1d4ed8 100%);
    color: #ffffff;
    font-size: 0.92rem;
    font-weight: 600;
    padding: 14px 20px;
    border-radius: 30px; /* कैप्सूल स्टाइल बटन */
    width: 100%;
    box-shadow: 0 8px 20px rgba(16, 185, 129, 0.15);
    transition: opacity 0.2s;
}
.btn-dashboard-transform:hover {
    opacity: 0.95;
}

.receipt-note {
    font-size: 0.75rem;
    color: #64748b;
    margin-top: 12px;
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS (मीडिया क्वेरीज)
   ========================================================================== */

/* टैबलेट स्क्रीन के लिए (दोनों कॉलम्स को ऊपर-नीचे व्यवस्थित करना) */
@media (max-width: 1024px) {
    .donation-main-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .donation-left-block, .donation-desc {
        max-width: 100%;
    }
    .amount-selection-grid {
        max-width: 100%;
    }
    .custom-amount-input {
        width: 100%; /* टैबलेट/मोबाइल पर इनपुट फुल विड्थ होगा */
    }
}

/* छोटे मोबाइल स्क्रीन के लिए */
@media (max-width: 550px) {
    .donation-dashboard-section {
        padding: 50px 0;
    }
    .mini-stats-row {
        gap: 20px 15px;
    }
    .amount-pill {
        width: calc(50% - 6px); /* मोबाइल पर बटन्स 2-कॉलम रो में फिट होंगे */
        text-align: center;
    }
    .donation-right-dashboard {
        padding: 30px 20px;
    }
    .dashboard-grid {
        grid-template-columns: 1fr; /* मोबाइल पर डैशबोर्ड के स्टेट्स वर्टिकल स्टैक हो जाएंगे */
    }
    .dash-card {
        padding: 20px;
    }
}