* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Hind', sans-serif;
    background-color: #f9f9f9;
    color: #333;
}



/* header  */
/* sectone  */

:root {
    --neta-orange: #eb5e00;
    --neta-orange-hover: #c94c00;
    --neta-blue: #0f1c2e;
    --neta-text: #1f2937;
    --neta-gray: #6b7280;
}

.neta-hero-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    background-color: #f8fafc;
}

.neta-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.neta-hero-gradient-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.75) 45%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
}

.neta-hero-container {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1440px;
    margin: 0 auto;
    padding: 3rem 2rem 0;
    width: 100%;
    flex-grow: 1;
}

.neta-hero-content {
    flex: 1;
    max-width: 620px;
    align-self: center;
    padding-bottom: 2rem;
}

.neta-main-title {
    font-size: clamp(2.5rem, 4vw, 4rem);
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 1rem;
}

.neta-text-dark {
    color: var(--neta-blue);
}

.neta-text-orange {
    color: var(--neta-orange);
}

.neta-sub-title {
    font-size: 1.75rem;
    color: var(--neta-blue);
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.neta-line {
    width: 40px;
    height: 3px;
    background-color: var(--neta-blue);
}

.neta-tagline {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--neta-blue);
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 2.5rem;
}

.neta-dot {
    width: 6px;
    height: 6px;
    background-color: var(--neta-orange);
    border-radius: 50%;
}

.neta-features-wrap {
    display: flex;
    gap: 20px;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.neta-feature-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.neta-icon-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.neta-bg-orange {
    background-color: var(--neta-orange);
    color: white;
    box-shadow: 0 4px 12px rgba(235, 94, 0, 0.25);
}

.neta-border-gray {
    background-color: white;
    border: 1px solid #d1d5db;
    color: var(--neta-gray);
}

.neta-feature-text {
    display: flex;
    flex-direction: column;
}

.neta-feature-text strong {
    font-size: 1rem;
    color: var(--neta-text);
    line-height: 1.2;
}

.neta-feature-text span {
    font-size: 0.75rem;
    color: var(--neta-gray);
}

.neta-btn-group {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.neta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 1.05rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.neta-btn-primary {
    background-color: var(--neta-orange);
    color: white;
    box-shadow: 0 6px 15px rgba(235, 94, 0, 0.3);
}

.neta-btn-primary:hover {
    background-color: var(--neta-orange-hover);
    transform: translateY(-2px);
}

.neta-btn-outline {
    background-color: white;
    color: var(--neta-text);
    border: 2px solid #d1d5db;
}

.neta-btn-outline:hover {
    border-color: var(--neta-orange);
    color: var(--neta-orange);
}

/* Desktop Right Side Layout (Original) */
.neta-hero-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-self: flex-end;
    position: relative;
    z-index: 10;
}

.neta-hero-image img {
    max-height: 85vh;
    object-fit: contain;
    display: block;
    margin-bottom: -45px;
    filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.2));
}

.neta-hero-card {
    background: linear-gradient(145deg, #0f1c2e, #1a2a40);
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    color: white;
    width: 250px;
    align-self: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.neta-card-badge {
    font-size: 0.85rem;
    color: #cbd5e1;
}

.neta-card-ward {
    font-size: 2.2rem;
    color: #facc15;
    font-weight: 800;
    margin: 5px 0 10px;
}

.neta-card-loc {
    font-size: 0.85rem;
    color: #94a3b8;
    line-height: 1.4;
    margin-bottom: 20px;
}

.neta-party-logo {
    width: 60px;
    height: 60px;
    background-color: white;
    border-radius: 50%;
    margin: 0 auto 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
}

.neta-party-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.neta-party-name {
    font-size: 1.05rem;
    font-weight: 600;
}

.neta-bottom-bar-wrapper {
    position: relative;
    z-index: 5;
    width: 100%;
}

.neta-wave {
    display: block;
    width: 100%;
    height: 65px;
    margin-bottom: -1px;
}

.neta-bottom-bar {
    background-color: var(--neta-blue);
    padding-bottom: 25px;
}

.neta-bottom-grid {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
}

.neta-info-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.neta-info-text {
    display: flex;
    flex-direction: column;
}

.neta-info-text strong {
    color: white;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.2;
}

.neta-info-text span {
    color: #94a3b8;
    font-size: 0.75rem;
}

.neta-divider {
    width: 1px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
}


/* --- MOBILE RESPONSIVE (768px se niche tera bataya hua exact order) --- */
@media (max-width: 1024px) {
    .neta-hero-container {
        flex-direction: column;
        text-align: center;
        align-items: center;
        padding: 2rem 1rem 0;
    }

    .neta-hero-content {
        order: 1;
        max-width: 100%;
        padding-bottom: 1rem;
    }

    .neta-sub-title,
    .neta-tagline,
    .neta-features-wrap,
    .neta-btn-group {
        justify-content: center;
    }

    .neta-line {
        display: none;
    }

    /* Tera bataya hua order: Pehle Content -> Fir Card -> Fir Netaji ki Photo (bottom se chipki hui) */
    .neta-hero-card {
        order: 2;
        margin: 1.5rem 0;
        width: 100%;
        max-width: 300px;
    }

    .neta-hero-image {
        order: 3;
        width: 100%;
        justify-content: center;
        align-self: center;
        margin-top: 1rem;
    }

    .neta-hero-image img {
        max-height: 50vh;
        margin-bottom: -50px;
        /* Bottom se chipki rahegi */
    }

    /* Bottom grid items ko mobile ke liye set kiya */
    .neta-bottom-grid {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
        padding: 0 1.5rem;
    }

    .neta-info-item {
        width: 100%;
        background: rgba(255, 255, 255, 0.05);
        padding: 12px 15px;
        border-radius: 8px;
    }

    .neta-divider {
        display: none;
    }
}





/* sectione */

.neta-about-intro {
    background-color: #ffffff;
    /* Clean white background */
    padding: 80px 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.neta-about-container {
    max-width: 900px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* The Top Badge (Pill) */
.neta-about-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border: 1.5px solid #eab308;
    /* Subtle yellow/gold border */
    border-radius: 50px;
    color: #b45309;
    /* Darker warm text */
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

/* Main Heading */
.neta-about-heading {
    font-size: clamp(2rem, 4vw, 3rem);
    color: #0f1c2e;
    /* Dark Blue from your theme */
    font-weight: 800;
    line-height: 1.2;

}

.neta-about-highlight {
    color: #eb5e00;
    /* Signature Orange */

}

/* Description Text */
.neta-about-desc {
    font-size: 1.1rem;
    color: #64748b;
    /* Slate Gray for soft reading */
    line-height: 1.7;
    max-width: 800px;

    font-weight: 400;
}

.neta-about-desc strong {
    color: #0f1c2e;
    font-weight: 700;
}

/* Responsive */
@media (max-width: 768px) {
    .neta-about-intro {
        padding: 20px 20px;
    }

    .neta-about-desc {
        font-size: 1rem;
    }
}





















/* 
sectione 3*/
/* =========================================================
   ABOUT SECTION
   FULL RESPONSIVE CSS
========================================================= */

/* =========================================================
   ABOUT SECTION ROOT STYLES
========================================================= */
.ms-about-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #fcf9f5;
    padding: 80px 20px 100px;
    font-family: 'Mukta', sans-serif;
    box-sizing: border-box;
}

.ms-about-section *,
.ms-about-section *::before,
.ms-about-section *::after {
    box-sizing: border-box;
}

.ms-bottom-skyline {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: auto 100%;
    opacity: 0.15;
    z-index: 0;
    pointer-events: none;
}

.ms-about-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
}

/* =========================================================
   LEFT COLUMN (Text & USP)
========================================================= */
.ms-about-left {
    flex: 1.1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.ms-badge-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 700;
    color: #111;
    font-size: 1rem;
    margin-bottom: 25px;
}

.ms-badge-top .ms-line {
    width: 40px;
    height: 3px;
    background-color: #eb5e00;
    margin: 4px 0;
}

.ms-title {
    margin: 0 0 15px;
    color: #0f1c2e;
    font-size: clamp(2.5rem, 4vw, 3.8rem);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -1px;
}

.ms-text-orange {
    color: #eb5e00;
}

.ms-tagline-text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 25px;
    color: #0f1c2e;
    font-size: 1.25rem;
    font-weight: 700;
}

.ms-dot {
    width: 6px;
    height: 6px;
    background-color: #eb5e00;
    border-radius: 50%;
}

.ms-desc {
    max-width: 95%;
    margin: 0 0 40px;
    color: #4b5563;
    font-size: 1.05rem;
    line-height: 1.7;
}

/* USP GRID */
.ms-usp-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
    margin-bottom: 50px;
}

.ms-usp-card {
    position: relative;
    padding: 25px 15px 35px;
    background: #ffffff;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ms-usp-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(235, 94, 0, 0.10);
}

.ms-usp-card::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #eb5e00;
    transform: translateX(-50%) rotate(45deg);
}

.ms-usp-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff4ed;
    border-radius: 50%;
}

.ms-usp-card h4 {
    margin: 0 0 8px;
    color: #0f1c2e;
    font-size: 0.95rem;
    line-height: 1.3;
    font-weight: 700;
}

.ms-usp-card p {
    margin: 0;
    color: #6b7280;
    font-size: 0.75rem;
    line-height: 1.5;
}

/* =========================================================
   RIGHT COLUMN (Image & Quote)
========================================================= */
.ms-about-right {
    flex: 0.9;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-top: 20px;
}

/* GRAPHIC AREA (फोटो और रिंग का कंटेनर) */
.ms-graphic-area {
    position: relative;
    width: 100%;
    max-width: 500px;
    min-height: 480px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 0;
    /* गैप हटाया */
}

/* DASHED RING (परफेक्ट सेंटर) */
.ms-dashed-ring {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    width: 440px;
    height: 440px;
    border: 2px dashed #eb5e00;
    border-radius: 50%;
    opacity: 0.4;
    z-index: 1;
    pointer-events: none;
}

/* FLOATING BADGE */
.ms-floating-badge {
    position: absolute;
    top: 20%;
    right: -20px;
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: #ffffff;
    border: 2px solid #eb5e00;
    border-radius: 50%;
    text-align: center;
    z-index: 4;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.ms-fb-title {
    color: #eb5e00;
    font-size: 0.8rem;
    font-weight: 700;
}

.ms-fb-num {
    margin-bottom: 2px;
    color: #eb5e00;
    font-size: 2rem;
    line-height: 1;
    font-weight: 800;
}

.ms-fb-text {
    margin-bottom: 5px;
    color: #111;
    font-size: 0.5rem;
    line-height: 1.2;
    font-weight: 600;
}

/* NETA IMAGE (नीचे से बिल्कुल ब्लैक बॉक्स से चिपकी हुई) */
.ms-neta-img {
    position: absolute;
    left: 50%;
    bottom: -1px;
    /* 0 या -1px ताकि नीचे बॉक्स से चिपक जाए */
    transform: translateX(-50%);
    z-index: 3;
    width: 95%;
    max-width: 450px;
    height: auto;
    max-height: 490px;
    object-fit: contain;
    object-position: bottom center;
    display: block;
    margin: 0;
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.15));
}

/* QUOTE CARD (Black Box) */
.ms-quote-card {
    position: relative;
    z-index: 5;
    width: 100%;
    
    padding: 30px 40px;
    background-color: #0b1828;
    color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    background-image: radial-gradient(rgba(255, 255, 255, 0.15) 2px, transparent 2px);
    background-size: 15px 15px;
    background-position: top right;
}

.ms-quote-mark {
    position: absolute;
    top: 5px;
    left: 20px;
    color: #eb5e00;
    font-family: serif;
    font-size: 4rem;
    line-height: 1;
}

.ms-quote-text {
    position: relative;
    z-index: 2;
    margin: 0 0 20px 25px;
    color: #cbd5e1;
    font-size: 1.1rem;
    line-height: 1.6;
}

.ms-quote-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 25px;
}

.ms-author {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.ms-sig-eng {
    margin-bottom: 5px;
    color: #eb5e00;
    font-family: 'Brush Script MT', cursive;
    font-size: 1.8rem;
    line-height: 1;
}

.ms-sig-hin {
    color: #cbd5e1;
    font-size: 0.9rem;
    font-weight: 600;
}

/* =========================================================
   RESPONSIVE QUERIES (Mobile & Tablet Fixes)
========================================================= */
@media (max-width: 1200px) {
    .ms-usp-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 25px;
    }

    .ms-dashed-ring {
        width: 380px;
        height: 380px;
    }

    .ms-floating-badge {
        width: 100px;
        height: 100px;
        right: 0;
    }

    .ms-fb-num {
        font-size: 1.7rem;
    }
}

@media (max-width: 992px) {
    .ms-about-container {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }

    .ms-about-left {
        max-width: 900px;
    }

    .ms-about-right {
        max-width: 560px;
    }

    .ms-graphic-area {
        min-height: 400px;
    }

    .ms-dashed-ring {
        width: 350px;
        height: 350px;
        bottom: 20px;
    }

    .ms-neta-img {
        max-width: 400px;
        max-height: 420px;
    }
}

@media (max-width: 768px) {
    .ms-title {
        font-size: clamp(2.2rem, 7vw, 3rem);
    }

    .ms-usp-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px;
    }

    .ms-dashed-ring {
        width: 320px;
        height: 320px;
    }

    .ms-floating-badge {
        width: 90px;
        height: 90px;
        top: 10%;
        right: 10px;
    }

    .ms-fb-num {
        font-size: 1.5rem;
    }

    .ms-quote-card {
        padding: 25px 20px;
    }

    .ms-quote-text {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .ms-usp-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .ms-graphic-area {
        min-height: 350px;
    }

    .ms-dashed-ring {
        width: 280px;
        height: 280px;
    }

    .ms-neta-img {
        max-width: 320px;
        max-height: 380px;
    }

    .ms-floating-badge {
        width: 80px;
        height: 80px;
    }

    .ms-fb-num {
        font-size: 1.3rem;
    }

    .ms-quote-text {
        margin-left: 15px;
        font-size: 0.95rem;
    }
}





















/* 

4 section  */

.ms-ps-section {
    background-color: #fcf9f5;
    padding: 80px 20px;
    font-family: 'Mukta', sans-serif;
}

.ms-ps-container {
    max-width: 1400px;
    margin: 0 auto;
}

/* ================= HEADER ================= */
.ms-ps-header {
    text-align: center;
    margin-bottom: 60px;
}

.ms-ps-top-badge {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    color: #eb5e00;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 10px;
}

.ms-ps-line {
    width: 60px;
    height: 1px;
    background-color: #eb5e00;
}

.ms-ps-title {
    font-size: clamp(2rem, 4vw, 3.2rem);
    color: #0f1c2e;
    font-weight: 800;
    margin-bottom: 10px;
}

/* हेडिंग में इटैलिक (Italic) और शैडो */
.ms-ps-title .ms-text-orange {
    color: #eb5e00;
    font-style: italic; 
    text-shadow: 1px 2px 4px rgba(235,94,0,0.15);
}

.ms-ps-lotus {
    margin-bottom: 10px;
}

.ms-ps-desc {
    font-size: 1.1rem;
    color: #4b5563;
    line-height: 1.5;
}

/* ================= GRID LAYOUT (100% PERFECT CENTER) ================= */
.ms-ps-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr; /* लेफ्ट 1 हिस्सा, बीच में फिक्स फोटो, राइट 1 हिस्सा */
    align-items: center;
    gap: 40px; /* तीनों के बीच का बराबर गैप */
    width: 100%;
}

/* Columns Base (Left and Right) */
.ms-ps-column {
    width: 100%;
    position: relative;
    /* max-width हटा दिया है ताकि दोनों 50-50% जगह लें और कोई छोटा-बड़ा न हो */
}

/* Pill Headings */
.ms-ps-col-heading {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    padding: 8px 30px;
    border-radius: 50px;
    font-size: 1.15rem;
    font-weight: 700;
    font-style: italic; /* पिल हेडिंग्स को भी इटैलिक कर दिया */
    z-index: 2;
    white-space: nowrap;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.ms-bg-red { background-color: #eb5e00; }
.ms-bg-green { background-color: #15803d; }

/* Content Boxes */
.ms-ps-list-box {
    padding: 40px 25px 25px;
    border-radius: 12px;
    height: 100%;
}

.ms-box-red { background-color: #fff5f4; border: 1px solid rgba(235, 94, 0, 0.1); }
.ms-box-green { background-color: #f0fdf4; border: 1px solid rgba(21, 128, 61, 0.1); }

/* List Items */
.ms-ps-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
}

.ms-ps-item:last-child {
    margin-bottom: 0;
}

.ms-ps-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.ms-icon-red { background-color: #eb5e00; }
.ms-icon-green { background-color: #15803d; }

.ms-ps-text h4 {
    font-size: 1.05rem;
    color: #111;
    font-weight: 700;
    margin-bottom: 2px;
}

.ms-ps-text p {
    font-size: 0.85rem;
    color: #555;
    line-height: 1.4;
}

/* ================= CENTER GRAPHIC FIX ================= */
.ms-ps-center {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 320px; /* गोले की फिक्स चौड़ाई */
    margin: 0 auto;
}

.ms-ps-circle-wrap {
    position: relative;
    width: 320px;
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Outer Ring */
.ms-ps-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid #eb5e00;
    outline: 1px dashed #eb5e00;
    outline-offset: 4px;
    opacity: 0.7;
}

/* Inner Image */
.ms-ps-image {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    z-index: 2;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.15);
}

/* Bottom Badge inside center circle */
.ms-ps-center-badge {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 5;
    border: 3px solid #fcf9f5;
}

.ms-badge-title {
    font-size: 1.4rem;
    font-weight: 800;
    color: #111;
    line-height: 1.2;
}

.ms-badge-sub {
    font-size: 0.75rem;
    font-weight: 700;
    color: #555;
}

/* Arrows on sides */
.ms-ps-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 8px rgba(235, 94, 0, 0.2);
    z-index: 3;
}

.ms-arrow-l { left: -20px; }
.ms-arrow-r { right: -20px; }

@media (max-width: 1100px) {
    .ms-ps-grid {
        grid-template-columns: 1fr;
        justify-items: center; 
        gap: 50px;
    }

    .ms-ps-column {
        max-width: 600px; 
    }

    .ms-ps-center {
        order: 2; 
    }

    .ms-ps-green-col {
        order: 3;
    }

    .ms-ps-arrow {
        display: none; 
    }
}







/* sectione 5   */
/* ================= WORK AREAS SECTION ================= */
/* =========================================================
   WHY CHOOSE MAYANK SHARMA SECTION (CARDS)
========================================================= */
.ms-work-areas-section {
    position: relative;
    background-color: #fcf9f5;
    padding: 80px 20px;
    font-family: 'Mukta', sans-serif;
    overflow: hidden;
}

/* Backgrounds */
.ms-bg-monument {
    position: absolute; top: 0; width: 400px; height: 100%;
    background-size: cover; background-position: center; opacity: 0.08; z-index: 1;
}
.ms-bg-left { left: 0; -webkit-mask-image: linear-gradient(to right, black, transparent); }
.ms-bg-right { right: 0; -webkit-mask-image: linear-gradient(to left, black, transparent); }

.ms-work-container { position: relative; z-index: 2; max-width: 1350px; margin: 0 auto; }
.ms-work-header { text-align: center; max-width: 800px; margin: 0 auto 50px auto; }
.ms-small-title { display: inline-flex; align-items: center; gap: 15px; color: #eb5e00; font-size: 0.95rem; font-weight: 700; margin-bottom: 10px; }
.ms-line-sm { width: 30px; height: 1px; background-color: #eb5e00; opacity: 0.5; }
.ms-main-title { font-size: clamp(2rem, 4vw, 3rem); color: #0f1c2e; font-weight: 800; margin-bottom: 15px; }
.ms-text-orange { color: #eb5e00; }
.ms-work-desc { font-size: 1.05rem; color: #4b5563; line-height: 1.6; }

/* 4 Cards Grid - Default Desktop */
.ms-work-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* डेस्कटॉप पर 4 कार्ड */
    gap: 20px;
}

.ms-work-card {
    background: #ffffff; padding: 30px 15px; border-radius: 12px; text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04); border: 1px solid rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ms-work-card:hover { transform: translateY(-8px); box-shadow: 0 12px 25px rgba(235, 94, 0, 0.1); }
.ms-w-icon { width: 65px; height: 65px; background: #fff4ed; color: #eb5e00; border-radius: 50%; display: flex; justify-content: center; align-items: center; margin: 0 auto 20px; }
.ms-work-card h4 { color: #0f1c2e; font-size: 1.05rem; font-weight: 800; margin-bottom: 10px; }
.ms-work-card p { color: #6b7280; font-size: 0.85rem; line-height: 1.5; }

/* =========================================================
   TEAM MAYANK / VOLUNTEER SECTION
========================================================= */
.ms-achiev-section {
    padding: 0 20px 80px;
    background-color: #fcf9f5;
    font-family: 'Mukta', sans-serif;
}
.ms-achiev-container { max-width: 1350px; margin: 0 auto; }
.ms-achiev-box {
    position: relative; background: #0b1828; border-radius: 16px; padding: 50px;
    display: flex; justify-content: space-between; align-items: center; gap: 40px;
    overflow: hidden; box-shadow: 0 20px 40px rgba(11, 24, 40, 0.2);
}
.ms-lotus-watermark {
    position: absolute; right: -5%; top: 50%; transform: translateY(-50%);
    width: 350px; height: 350px; color: #ffffff; opacity: 0.03; z-index: 1;
}

.ms-achiev-left { flex: 0 0 45%; position: relative; z-index: 2; }
.ms-achiev-sub { color: #eb5e00; font-weight: 700; font-size: 1.1rem; margin-bottom: 10px; }
.ms-achiev-title { color: #ffffff; font-size: 2.2rem; font-weight: 800; line-height: 1.2; margin-bottom: 15px; }
.ms-achiev-desc { color: #cbd5e1; font-size: 1rem; line-height: 1.6; margin-bottom: 0; }

/* Right Side Layout */
.ms-achiev-right {
    flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: flex-end;
    gap: 20px; position: relative; z-index: 2; width: 100%;
}
.ms-trust-badges { display: flex; gap: 20px; width: 100%; justify-content: flex-end; }
.ms-stat-box { background: rgba(255,255,255,0.05); padding: 20px; border-radius: 12px; text-align: left; flex: 1; max-width: 250px;}
.ms-stat-text { color: #ffffff; font-size: 1.1rem; font-weight: 600; margin-bottom: 5px; }
.ms-stat-num { color: #cbd5e1; font-size: 1.4rem; font-weight: 700; line-height: 1; }

.ms-whatsapp-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px; background-color: #25D366; color: white;
    padding: 15px 30px; border-radius: 50px; font-weight: 700; font-size: 1.2rem; text-decoration: none;
    margin-top: 10px; box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3); transition: all 0.3s ease;
}
.ms-whatsapp-btn:hover { transform: translateY(-3px); box-shadow: 0 12px 25px rgba(37, 211, 102, 0.4); }


/* =========================================================
   RESPONSIVE QUERIES (Mobile & Tablet) 
========================================================= */

/* Tablet (1024px तक) */
@media (max-width: 1024px) {
    /* 4 कार्ड को 2 की लाइन में कर दिया */
    .ms-work-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    /* वालंटियर बॉक्स को ऊपर-नीचे (Stack) कर दिया */
    .ms-achiev-box {
        flex-direction: column;
        text-align: center;
        padding: 40px 25px;
    }
    
    .ms-achiev-left {
        flex: 1;
        margin-bottom: 20px;
    }

    .ms-achiev-right {
        align-items: center; /* राइट का कंटेंट सेंटर में */
    }

    .ms-trust-badges {
        justify-content: center;
    }
    
    .ms-stat-box {
        text-align: center;
        max-width: 100%;
    }
}

/* Mobile (768px तक) */
@media (max-width: 768px) {
    .ms-trust-badges {
        flex-direction: column; /* बैजेस को भी ऊपर-नीचे स्टैक कर दिया */
        width: 100%;
        max-width: 400px;
    }
    
    .ms-stat-box {
        width: 100%;
    }
    
    .ms-achiev-title {
        font-size: 1.8rem;
    }
}

/* Small Mobile (576px तक) */
@media (max-width: 576px) {
    /* 2 कार्ड्स को 1 की लाइन में कर दिया (Full Width) */
    .ms-work-grid {
        grid-template-columns: 1fr;
    }
    
    .ms-work-areas-section {
        padding: 50px 15px;
    }
    
    .ms-achiev-section {
        padding: 0 15px 50px;
    }
    
    .ms-whatsapp-btn {
        width: 100%;
        max-width: 400px;
        font-size: 1.05rem;
        padding: 15px 20px;
    }
}