/* पेज को लेफ्ट-राइट भागने से रोकने का सबसे सेफ तरीका */
body {
    inline-size: 100%;
    overflow-x: clip; /* hidden की जगह clip इस्तेमाल करें, इससे sticky menu नहीं बिगड़ता */
    margin: 0;
}

/* अगर कोई चीज़ जबरदस्ती बाहर भाग रही है तो उसे रोकने के लिए */
.main-container, main, section { 
    max-width: 100vw;
    overflow-x: hidden;
}



/* पूरे पेज पर टेक्स्ट सिलेक्शन बंद */
body {
    -webkit-user-select: none;  /* Chrome, Safari, Opera */
    -moz-user-select: none;     /* Firefox */
    -ms-user-select: none;      /* IE/Edge */
    user-select: none;          /* Standard */
}

/* इमेज को ड्रैग या सेव करने से रोकना */
img {
    -webkit-user-drag: none;
    user-drag: none;
    pointer-events: none; /* इमेज पर क्लिक भी नहीं होगा */
}

/* =========================================
   BBPS.CSS - V129: FINAL COMPLETE AND FIXED THEME
   ========================================= */

/* 1. Global Variables (AEPS Brand Colors Applied) */
:root {
    --primary-brand: #009688;       /* Deep Teal (#004d40) */
    --accent-brand: #67C949;        /* Vibrant Lime Green (#67C949) */
    --accent-dark-brand: #4a9e2f;   /* Deep Green Hover Fix */
    --text-body-v124: #4a4a4a;
    --text-heading-v124: #1a1a1a;
    --light-bg-v124: #f3fcfb;       
    --dark-bg-v124: #003a30;           
    --light-gray: #f9fbfa;
}

/* Base and Typography (Ensure V124 variables are used) */
.bbps-ultimate-container { font-family: 'Poppins', sans-serif; color: var(--text-body-v124); overflow-x: hidden; }
.hero-h1-bbps-v121 { color: white; font-size: 2.8rem; font-weight: 800; line-height: 1.2; margin-bottom: 20px; }
.hero-p-bbps-v121 { color: rgba(255,255,255,0.9); margin-bottom: 30px; }
.section-h2-bbps-v121 { font-size: 2.2rem; font-weight: 800; color: var(--text-heading-v124); margin-bottom: 15px; }
.section-p-sub-bbps-v121 { font-size: 1rem; color: #666; max-width: 900px; margin: 0 auto; }
.section-p-detail-v121 { font-size: 0.95rem; line-height: 1.7; text-align: justify; color: var(--text-body-v124);}
.text-blue-bbps-v121 { color: var(--primary-brand) !important; }

/* 2. HERO SECTION (Teal Background) */
.bbps-hero-v121 {
    background: linear-gradient(135deg, var(--dark-bg-v124) 0%, var(--primary-brand) 100%);
    padding: 0px 0; 
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}

.bbps-badge-v121 { 
    background: var(--accent-brand); 
    color: white !important; 
    padding: 8px 20px; 
    border-radius: 50px; 
    font-size: 14px; 
    font-weight: 700; 
    box-shadow: 0 4px 15px rgba(103, 201, 73, 0.5);
    display: inline-block; 
}
.key-features-v121 { margin-top: 15px; padding-left: 0; }
.feature-item-v121 { 
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: white;
    font-weight: 500;
    margin-bottom: 12px;
}
.feature-item-v121 i { color: var(--accent-brand); font-size: 1.1rem; margin-right: 10px; flex-shrink: 0; }

/* Buttons */
.btn-main-bbps-v121 { 
    background: var(--accent-brand); 
    color: white; 
    padding: 14px 40px; 
    border-radius: 8px; 
    font-weight: 700; 
    transition: 0.3s;
    box-shadow: 0 8px 20px rgba(103, 201, 73, 0.4);
    display: inline-block; 
    margin-top: 30px !important;
    text-decoration: none;
}
.btn-main-bbps-v121:hover { 
    background: var(--accent-dark-brand); /* Deep Green Hover */
    transform: translateY(-3px); 
    box-shadow: 0 10px 25px rgba(74, 158, 47, 0.7); 
}

/* 3. MECHANISM & COVERAGE SECTION (White Background) */
.bbps-mechanism-v121 { 
    padding-top: 80px; padding-bottom: 80px; background-color: white; position: relative; overflow: hidden; 
}
.feature-block-v121 {
    background: #fcfdff; padding: 40px !important; border-radius: 12px; border: 1px solid #e0e0e0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05); transition: all 0.5s ease; border-bottom: none !important;
}
.feature-block-v121 h3 {
    color: var(--primary-brand) !important; font-size: 1.6rem; padding-bottom: 10px;
    border-bottom: 3px solid var(--accent-brand); display: inline-block;
}
.mechanism-points-v121 { 
    list-style: none; padding: 0; margin-top: 25px; border: 1px solid #e5e5e5;
    border-radius: 8px; padding: 15px 20px 5px 20px;
}
.mechanism-points-v121 li { 
    font-size: 0.95rem; color: var(--text-heading-v124); margin-bottom: 15px; font-weight: 600;
}
.mechanism-points-v121 i { color: var(--accent-brand); font-size: 1.2rem; margin-right: 12px; }

/* Geometric Decoration */
.bbps-mechanism-v121::before {
    content: ''; position: absolute; top: -50px; left: -50px; width: 200px; height: 200px;
    background: rgba(103, 201, 73, 0.05); border-radius: 50%; z-index: 0;
}
.bbps-mechanism-v121::after {
    content: ''; position: absolute; bottom: -100px; right: -100px; width: 300px; height: 300px;
    background: rgba(0, 77, 64, 0.03); transform: rotate(45deg); z-index: 0;
}

/* Coverage Cards */
.coverage-card-v121 {
    background: var(--light-bg-v124); padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease; height: 100%; border-left: 5px solid var(--primary-brand);
}
.coverage-card-v121:hover { 
    transform: translateY(-5px); background-color: #e6fff5; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.coverage-card-v121 i { font-size: 35px; color: var(--accent-brand); margin-bottom: 10px; }
.coverage-card-v121 h5 { font-size: 1.1rem; font-weight: 700; color: var(--text-heading-v124); margin-bottom: 5px; }
.coverage-card-v121 p { font-size: 0.85rem; color: #666; }


/* =========================================
   V133: MECHANISM SECTION IMAGE CONTROL
   ========================================= */

/* Desktop Control */
.process-img-v121 {
    /* 1. Max Size Control: डेस्कटॉप पर इसे 400px तक सीमित करें */
    max-width: 500px !important; 
    
    /* 2. Centering: सुनिश्चित करें कि यह अपने कॉलम में केंद्र में है */
    display: block;
    margin: 0 auto;
    
    /* 3. Maintain responsiveness */
    width: 100%; 
    height: auto;
}

/* Mobile Control */
@media (max-width: 768px) {
    .process-img-v121 {
        /* Mobile/Tablet पर इसे 300px तक सीमित करें */
        max-width: 420px !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}


/* 4. RETAILER ADVANTAGES (Light Background) */
.bbps-advantages-v121 { background-color: var(--light-bg-v124); padding: 80px 0; }
.advantage-detail-v121 {
    background: white; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-top: 5px solid var(--accent-brand); height: 100%; transition: all 0.3s;
}
.advantage-detail-v121:hover { box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); transform: translateY(-3px); }
.advantage-detail-v121 i { color: var(--primary-brand); font-size: 2.5rem; margin-bottom: 15px; }
.advantage-detail-v121 h3 { font-size: 1.4rem; font-weight: 700; color: var(--text-heading-v124); margin-bottom: 10px; }
.advantage-detail-v121 p { font-size: 0.9rem; color: #666; }


/* 5. TRANSACTION FLOW (Sequential Step Guide) */
.bbps-flow-v121 { padding-top: 80px; padding-bottom: 80px; background-color: white; }
.flow-container-v121 {
    display: flex; justify-content: space-between; align-items: center; position: relative; padding-top: 50px;
}
.flow-step-v121 { width: 20%; text-align: center; position: relative; z-index: 10; }
.flow-icon-v121 {
    width: 80px; height: 80px; background: var(--primary-brand); color: white; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; font-size: 28px;
    margin: 0 auto 15px; border: 5px solid var(--accent-brand); box-shadow: 0 0 0 5px white;
    transition: transform 0.3s;
}
.flow-step-v121:hover .flow-icon-v121 { transform: scale(1.1); }
.flow-line-v121 { position: absolute; top: 90px; left: 10%; right: 10%; height: 3px; background-color: #ddd; z-index: 5; }
/* FIX: Completed the broken CSS rule */
.flow-step-v121 h5 { font-size: 1rem; font-weight: 700; color: var(--primary-brand); margin-bottom: 5px; } 
.flow-step-v121 p { font-size: 0.85rem; color: #666; }

/* 6. SECURITY & COMPLIANCE SECTION (Light Background) */
.bbps-compliance-v121 { padding: 80px 0; background-color: var(--light-bg-v124); }
.compliance-points-v121 { list-style: none; padding: 0; margin-top: 20px; }
.compliance-points-v121 li { 
    font-size: 1rem; color: var(--text-body-v124); margin-bottom: 12px; font-weight: 500; 
    border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;
}
.compliance-points-v121 i { color: var(--accent-brand); font-size: 1.1rem; margin-right: 10px; }
.btn-secondary-bbps-v121 { 
    background: white; color: var(--primary-brand); border: 2px solid var(--primary-brand);
    padding: 12px 30px; border-radius: 8px; font-weight: 600; text-decoration: none; 
    display: inline-block; transition: 0.3s;
}
.btn-secondary-bbps-v121:hover { background: var(--primary-brand); color: white; }


/* =========================================
   V134: SECURITY SECTION IMAGE CONTROL
   ========================================= */

/* Desktop Control */
.security-img-v134 {
    /* 1. Max Size Control: डेस्कटॉप पर इसे 400px तक सीमित करें (Mechanism Image के समान) */
    max-width: 500px !important; 
    
    /* 2. Centering: सुनिश्चित करें कि यह अपने कॉलम में केंद्र में है */
    display: block;
    margin: 0 auto;
    
    /* 3. Maintain responsiveness */
    width: 100%; 
    height: auto;
}

/* Mobile Control */
@media (max-width: 768px) {
    .security-img-v134 {
        /* Mobile/Tablet पर इसे 300px तक सीमित करें */
        max-width: 420px !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}


/* 7. FAQ SECTION (White Background) */
.bbps-faq-v121 { padding-top: 80px; padding-bottom: 80px; background-color: white; }
.faq-accordion-v121 .accordion-button { font-size: 1rem; font-weight: 600; color: var(--primary-brand); padding: 18px 20px; }
.faq-accordion-v121 .accordion-button:not(.collapsed) { 
    background-color: #e6fff5; color: var(--primary-brand); 
    border-bottom: 3px solid var(--accent-brand);
}
.faq-accordion-v121 .accordion-body { font-size: 0.95rem; color: #444; }


/* V128: HERO IMAGE SIZE CONTROL */
.bbps-image-floating-v121 {
    max-width: 200px !important; /* FIX: Increased size back to a visible size */
    width: 100%; height: auto; display: block;
    margin-left: auto; margin-right: auto;
    animation: float-bbps-v121 4s ease-in-out infinite;
}
@media (max-width: 992px) {
    .bbps-image-floating-v121 {
        max-width: 190px !important;
        margin-top: 20px;
    }
}
@keyframes float-bbps-v121 { 
    0%, 100% { transform: translateY(0); } 
    50% { transform: translateY(-10px); } 
}
/* =========================================
   MOBILE VIEW ALL SECTION HEADINGS REDUCTION
   ========================================= */

/* Media Query: For screens smaller than or equal to 768px */
@media (max-width: 768px) {
    
    /* Hero Section Headings (V131 Fixes) */
    .hero-h1-bbps-v121 {
        font-size: 1.8rem !important; 
    }
    .hero-p-bbps-v121 {
        font-size: 0.9rem !important;
    }
    .feature-item-v121 {
        font-size: 0.9rem !important;
    }
    .bbps-hero-v121 {
        padding: 40px 0 !important;
    }
    
    /* 1. Main Section Headings (H2) Reduction (New Fix) */
    .section-h2-bbps-v121 {
        /* Desktop size was 2.2rem; Reduced to a compact size */
        font-size: 1.6rem !important; 
        line-height: 1.3;
        margin-bottom: 10px; /* Reduced gap below heading */
    }

    /* 2. Sub-Paragraph (P) Reduction */
    .section-p-sub-bbps-v121 {
        font-size: 0.85rem !important;
    }
    
    /* 3. Coverage Card Headings (H5) Reduction */
    .coverage-card-v121 h5 {
        font-size: 1rem !important;
    }

    /* 4. Advantage Card Headings (H3) Reduction */
    .advantage-detail-v121 h3 {
        font-size: 1.25rem !important;
    }
}


/* =========================================
   V343: VALUE ADDED SERVICES MARQUEE STYLING
   ========================================= */

.recharge-value-added-v343 {
    padding: 60px 0;
    /* Use contrasting background for separation */
    border-bottom: 2px solid #eee;
}

.value-title-v343 {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--secondary-base, #004d40);
    margin-bottom: 5px;
}
.value-subtitle-v343 {
    font-size: 1rem;
    color: #666;
    margin-bottom: 30px;
}

/* Marquee Container Setup */
.value-marquee-container-v343 {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    margin: 30px 0;
    padding: 10px 0;
}

.value-services-wrapper-v343 {
    display: inline-flex; /* Key to horizontal flow */
    animation: marquee-scroll-v343 35s linear infinite; /* Animation defined below */
    animation-play-state: running;
    padding: 10px 0;
}

/* Service Item Styling (The Pill Shape) */
.service-item-v343 {
    /* Visual pill style */
    display: flex;
    align-items: center;
    background: white;
    border: 2px solid var(--primary-action, #009688);
    color: var(--primary-action, #009688);
    padding: 10px 30px;
    border-radius: 50px;
    margin: 0 15px; /* Spacing between items */
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: 0 5px 15px rgba(0, 150, 136, 0.1);
    
    transition: all 0.3s;
    cursor: default;
    
    /* Ensure no wrapping */
    flex-shrink: 0;
}

.service-item-v343 i {
    color: var(--tertiary-accent, #67C949); /* Green Icon for pop */
    font-size: 1.2em;
}

.service-item-v343:hover {
    background: var(--primary-action, #009688);
    color: white;
    transform: translateY(-5px) scale(1.05);
}
.service-item-v343:hover i {
    color: var(--highlight-yellow, #ffeb3b); /* Icon pops yellow on hover */
}

/* Animation Keyframes */
@keyframes marquee-scroll-v343 {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); } /* Scrolls half the wrapper width */
}


/* =========================================
   VALUE HEADING HIGHLIGHT BOX - PRIMARY COLOR FILL
   ========================================= */

.heading-highlight-box-v355 {
    max-width: 500px;
    padding: 10px 10px; 
    
    
    /* === PRIMARY COLOR FILL === */
    background: var(--primary-action, #009688); /* Full Teal Background */
    border: 1px solid var(--accent-dark, #00796b); 
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Darker shadow */
    
}

/* Text Color Must Be White/Light for Visibility */
.heading-highlight-box-v355 .value-title-v343 {
    /* Title color changed to White */
    color: white; 
    margin-bottom: 5px;
     
}

.heading-highlight-box-v355 .value-subtitle-v343 {
    /* Subtitle color changed to White/Light Accent */
    color: var(--highlight-yellow, #ffeb3b);
    

}



