body{
    margin:0;
    font-family: 'Segoe UI', sans-serif;
    overflow-x: hidden;
    background: linear-gradient(135deg,#edeef1,#eeeeef);
    padding:40px 10px;
}

.section{
    max-width:900px;
    margin:auto;
    background:white;
    padding:25px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.3);
}



.green { background: #20dc29; }
.blue { background: #0033cc; }
.red { background: #cc0000; }
.black { background: #3b1c1c; }
.maroon { background: #8b0000; }
.darkgreen { background: #07e607; }
.pink { background: #ff66cc; }
.sky { background: #3399ff; }
@media (max-width: 768px) {
  .running-section {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* Header */
.section-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    margin-bottom:10px;
}

.left{
    display:flex;
    align-items:center;
    gap:10px;
}

.icon{
    font-size:25px;
}

/* Filter Buttons */


.main-header{
    background: linear-gradient(135deg,#7f1d1d,#581919);
    color:white;
    text-align:center;
    
}


.main-header h1{
    margin: 2px;
    font-size:50px;
    letter-spacing:1px;
}


.main-header h5{
    margin:0;
    font-size:20px;
    letter-spacing:1px;
}
.main-header p{
    margin:7;
    font-size:25px;
    letter-spacing:1px;
    font-weight:bold;
    color: #000;
}
.rb-break-container{
    display:flex;
    align-items:center;
    overflow:hidden;
    border:10px solid #ebebeb;
    border-radius:10px;
    background:#fff;
}

.rb-break-label{
    background:#d60000;
    color:#fff;
    padding:12px 18px;
    font-weight:bold;
    white-space:nowrap;
}

.rb-break-scroll{
    position:relative;
    overflow:hidden;
    flex:1;
}

.ticker-track{
    display:inline-block;
    white-space:nowrap;
    padding-left:100%;
    animation: scroll-left 80s linear infinite; /* 🔥 SPEED CONTROL */
}

.ticker-track a{
    margin-right:30px;
    color:#000080;
    text-decoration:none;
    font-weight:bold;
    transition:0.3s;
}
.ticker-track a:hover{
    color:#d60000;
    text-decoration:underline;
}

.ticker-track:hover{
    animation-play-state: paused;
}

@keyframes scroll-left{
    0%{ transform:translateX(0); }
    100%{ transform:translateX(-100%); }
}

.header {
    background: linear-gradient(135deg,#7f1d1d,#5d0c1a);
    padding: 20px 0;
    margin: 10;

    color: white;
}

.header-container {
    width: 90%;
    max-width: 1100px;
    margin: auto;
    display: flex;
    align-items: center;
}



.center {
    flex: 9;
    text-align: center;
}

.logo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid white;
}
.tagline{
    margin-top:8px;
    font-size:16px;
    opacity:0.9;
}

.apply{
    border:none;
    padding:10px 18px;
    border-radius:8px;
    color:white;
    font-weight:bold;
    cursor:pointer;
}

.navbar {
    background: #070808;
    text-align: center;
    padding: 10px;
}



.navbar a {
    color: white;
    margin: 0 15px;
    text-decoration: none;
    font-weight: bold;
}

.navbar a:hover {
    color: yellow;
}


.green{ background:#16a34a; }
.orange{ background:#f97316; }
.blue{ background:#2563eb; }

.channel{ color: #07af1b;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-weight: bold;
font-size: 20px; }
.hide{
    display:none;
}
.wrapper{
    max-width:1024px;
    width: 100%;
    margin:auto;
    background:#fdfdff;
}

body{
    overflow-x:hidden;
    margin:0;
}
/* ===== GENERAL ===== */
body {
  font-family: Arial, sans-serif;
  background: #f5f5f5;
}

/* ===== HEADINGS ===== */
.gradient-heading {
  background: linear-gradient(to right, #800000, #000099);
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}

/* ===== TEXT ===== */
.text-center { text-align: center; }

/* ===== MAIN BOX ===== */
.row {
  background: #fff;
  margin: 10px;
  padding: 10px;
}

/* ===== LINKS ===== */
a {
  color: #1e88e5;
}
a:hover {
  color: #1565c0;
}

.footer {
    background: #0c1f4a;
    color: white;
    text-align: center;
    padding: 20px 10px;
    font-family: Arial;
}

.email {
    font-size: 20px;
    margin-bottom: 10px;
}

.email a {
  color: #ffffff;   /* white color */
  font-weight: bold;
  text-decoration: none;
}

.links {
    margin-bottom: 10px;
}

.links a {
    color: white;
    text-decoration: none;
    font-size: 17px;
    margin: 0 7px;
}

.links a:hover {
    text-decoration: underline;
}

.copy {
    font-size: 13px;
    margin-top: 10px;
}

/* Floating Buttons (Same Style) */
/* Common */
.float-btn {
    position: fixed;
    bottom: 80px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 1000;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* WhatsApp Left */
.whatsapp {
    left: 15px;
    background: #05f35c;
}

/* Telegram Right */
.telegram {
    right: 15px;
    background: #0088cc;
}

/* Icon */
.float-btn img {
    width: 22px;
}

/* Hidden Text */
.float-btn span {
    position: absolute;
    white-space: nowrap;
    color: white;
    font-size: 14px;
    opacity: 0;
    transition: 0.3s;
}

/* Hover Effect */
.float-btn:hover {
    width: 160px;   /* expand */
    border-radius: 25px;
    justify-content: flex-start;
    padding-left: 12px;
}

/* Show text on hover */
.float-btn:hover span {
    opacity: 1;
    font-weight: bold;
    margin-left: 40px;
}
/* Back to Top Button */
#topBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: red;
    color: white;
    border: none;
    padding: 12px 15px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    display: none; /* start me hidden */
    z-index: 1000;
}

/* Hover */
#topBtn:hover {
    background: darkred;
}
.secure-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #e8f5e9;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    color: #2e7d32;
    font-weight: bold;
    margin-top: 10px;
}

.secure-badge img {
    width: 20px;
}
.secure-badge p {
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0;
}

 /* --- GLOBAL STYLES --- */
        body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background-color: #f4f7f6; margin: 0; padding: 0; color: #333; line-height: 1.6; }
        * { box-sizing: border-box; }

        /* --- MAIN CONTAINER --- */
        .container { max-width: 1050px; background-color: #ffffff; margin: 35px auto; padding: 35px; border-radius: 12px; box-shadow: 0 8px 25px rgba(0,0,0,0.08); border: 1px solid #e0e0e0; }
        .page-title { color: #ca0e11; font-size: 28px; font-weight: 900; margin: 0 0 10px 0; text-align: center; line-height: 1.4; text-transform: uppercase; border-bottom: 2px dashed #ccc; padding-bottom: 15px; }
        
        /* --- IMAGE SECTION --- */
        .poster-container { text-align: center; margin: 30px 0; }
        .poster-container img { max-width: 100%; height: auto; border-radius: 10px; box-shadow: 0 6px 15px rgba(0,0,0,0.15); border: 3px solid #1565c0; transition: transform 0.3s ease; }
        .poster-container img:hover { transform: scale(1.02); }

        /* --- SECTION TITLES --- */
        .section-heading { background: linear-gradient(90deg, #1565c0, #1976d2); color: white; padding: 12px 20px; font-size: 22px; border-radius: 6px; margin: 40px 0 20px; box-shadow: 0 3px 6px rgba(0,0,0,0.1); display: flex; align-items: center; gap: 10px; font-weight: bold; }
        .section-heading.green { background: linear-gradient(90deg, #2e7d32, #43a047); }
        .section-heading.teal { background: linear-gradient(90deg, #00695c, #00897b); }
        .section-heading.orange { background: linear-gradient(90deg, #e65100, #fb8c00); }
        .section-heading.red { background: linear-gradient(90deg, #c62828, #e53935); }

        /* --- DOCUMENT LISTS --- */
        .doc-section { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
        .doc-box { background: #fff; border: 1px solid #e0e0e0; border-radius: 8px; padding: 25px; box-shadow: 0 4px 10px rgba(0,0,0,0.04); position: relative; overflow: hidden; transition: 0.3s; }
        .doc-box:hover { box-shadow: 0 8px 20px rgba(0,0,0,0.08); border-color: #1565c0; transform: translateY(-3px); }
        .doc-box::before { content: ""; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: #1565c0; }
        .doc-box h4 { margin: 0 0 15px 0; color: #333; font-size: 20px; border-bottom: 1px solid #eee; padding-bottom: 10px; display: flex; align-items: center; gap: 8px; font-weight: 800; }
        .doc-box ul { padding-left: 0; list-style: none; margin: 0; }
        
        /* 👇 यहाँ बदलाव किया गया है (Text Bold & Black) 👇 */
        .doc-box ul li { margin-bottom: 10px; font-size: 16px; color: #000000; position: relative; padding-left: 25px; font-weight: 700; }
        
        .doc-box ul li::before { content: '✅'; position: absolute; left: 0; top: 2px; font-size: 15px; }

        /* --- USAGE DETAILS GRID --- */
        /* --- USAGE DETAILS GRID (Updated Text Styles) --- */
        .usage-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 20px; margin-bottom: 30px; }
        .usage-box { background: #fdfdfd; border-left: 6px solid #00897b; padding: 25px 20px; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.05); transition: 0.3s; border-right: 1px solid #eee; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
        .usage-box:hover { transform: scale(1.01); box-shadow: 0 6px 15px rgba(0, 137, 123, 0.15); }
        
        /* Main Heading (Black & Bold & Bigger) */
        .usage-box h4 { margin: 0 0 12px 0; color: #000000; font-size: 22px; font-weight: 900; display: flex; align-items: center; gap: 8px; }
        
        /* Paragraph Text (Dark Red & Bigger) */
        .usage-box p { margin: 0; font-size: 17px; color: #b71c1c; font-weight: 700; line-height: 1.7; }
        
        /* Strong Text (Black inside the Red paragraph for extra highlight) */
        .usage-box strong { color: #000000; font-weight: 900; font-size: 18px; display: inline-block; margin-bottom: 3px; }
        
        /* --- STEPS SECTION --- */
        .steps-container { background: #f9fbff; border: 1px solid #c5cae9; border-radius: 8px; padding: 25px; margin-bottom: 30px; }
        .step-item { display: flex; margin-bottom: 15px; align-items: flex-start; }
        .step-number { background: #d32f2f; color: white; width: 30px; height: 30px; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-weight: bold; margin-right: 15px; flex-shrink: 0; }
        .step-text { font-size: 16px; color: #444; margin-top: 3px; font-weight: 600; }

        /* --- TABLES (Important Links) --- */
        .table-responsive { overflow-x: auto; margin: 25px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); border-radius: 8px; border: 1px solid #ddd; }
        table { width: 100%; border-collapse: collapse; min-width: 650px; background: #fff; }
        th, td { border: 1px solid #eeeeee; padding: 15px 18px; text-align: left; font-size: 16px; vertical-align: middle; }
        th { background-color: #37474f; color: white; text-align: center; font-size: 18px; text-transform: uppercase; font-weight: 700; }
        td { font-weight: 700; color: #333; }
        tr:nth-child(even) { background-color: #fdfdfd; }
        tr:hover { background-color: #f1f8ff; }
        
        .apply-btn { display: inline-block; background: linear-gradient(135deg, #1976d2, #1565c0); color: white; border: none; padding: 10px 20px; font-size: 16px; font-weight: bold; border-radius: 6px; cursor: pointer; transition: 0.3s; width: 100%; text-align: center; text-decoration: none; box-shadow: 0 2px 5px rgba(0,0,0,0.2); text-transform: uppercase; }
        .apply-btn:hover { background: linear-gradient(135deg, #d32f2f, #b71c1c); transform: translateY(-2px); box-shadow: 0 4px 10px rgba(0,0,0,0.2); color: white; }
        .apply-btn.special { background: linear-gradient(135deg, #f57c00, #e65100); }
        .apply-btn.special:hover { background: linear-gradient(135deg, #388e3c, #2e7d32); }

         /* 🌟 WHATSAPP POPUP & ALERT CSS 🌟
   ========================================= */
.wa-popup-overlay {
    display: none; /* शुरुआत में छुपा रहेगा */
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
}
.wa-popup-box {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 12px;
    width: 90%;
    max-width: 400px;
    text-align: center;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    border-top: 6px solid #25D366;
    animation: popIn 0.4s ease-out;
}
.wa-warning-box {
    border-top: 6px solid #d32f2f;
}
@keyframes popIn {
    0% { transform: scale(0.8); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}
.wa-close-icon {
    position: absolute;
    top: 10px; right: 15px;
    font-size: 30px;
    color: #888;
    cursor: pointer;
    font-weight: bold;
    line-height: 1;
}
.wa-close-icon:hover { color: #d32f2f; }

.wa-popup-box h3 { margin: 0 0 10px 0; color: #111; font-size: 22px; font-weight: 900; }
.wa-warning-box h3 { color: #d32f2f; }
.wa-popup-box p { font-size: 16px; color: #555; font-weight: 600; line-height: 1.5; margin-bottom: 20px; }

.wa-btn-join {
    display: block; background-color: #25D366; color: #fff; text-decoration: none;
    padding: 12px 20px; font-size: 18px; font-weight: 800; border-radius: 8px;
    margin-bottom: 10px; transition: 0.3s;
}
.wa-btn-join:hover { background-color: #128C7E; color: white; }

.wa-btn-already {
    display: block; background-color: #f1f1f1; color: #333; border: 1px solid #ccc;
    padding: 12px 20px; font-size: 16px; font-weight: 700; border-radius: 8px;
    cursor: pointer; transition: 0.3s; width: 100%; font-family: inherit;
}
.wa-btn-already:hover { background-color: #e2e2e2; }
      

        /* --- POPUP (MODAL) STYLES --- */
        .modal-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.75); z-index: 1000; justify-content: center; align-items: center; backdrop-filter: blur(5px); }
        .modal-content { background: #fff; width: 92%; max-width: 650px; border-radius: 12px; padding: 0; box-shadow: 0 15px 40px rgba(0,0,0,0.3); position: relative; animation: zoomIn 0.3s ease-out; overflow: hidden; max-height: 90vh; overflow-y: auto; }
        @keyframes zoomIn { from { transform: scale(0.9); opacity: 0; } to { transform: scale(1); opacity: 1; } }
        
        .modal-header { background: #1565c0; color: white; padding: 20px; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 10; }
        .modal-title { font-size: 22px; margin: 0; font-weight: 700; }
        .close-btn { font-size: 28px; cursor: pointer; color: white; font-weight: bold; line-height: 1; background: none; border: none; padding: 0; transition: 0.2s; }
        .close-btn:hover { color: #ffeb3b; transform: scale(1.1); }
        
        .modal-body { padding: 20px 25px; }
        .modal-desc { font-size: 15px; color: #555; background: #fff3e0; padding: 12px 15px; border-left: 4px solid #ff9800; margin-bottom: 25px; border-radius: 4px; font-weight: 600; }
        
        .obc-selection-container { display: flex; flex-direction: column; gap: 20px; }
        .obc-card { background: #fff; border: 2px solid #ddd; border-radius: 10px; overflow: hidden; }
        .obc-card.state { border-color: #2e7d32; }
        .obc-card.state .obc-card-header { background: #e8f5e9; color: #2e7d32; border-bottom: 2px solid #2e7d32; }
        .obc-card.central { border-color: #d32f2f; }
        .obc-card.central .obc-card-header { background: #ffebee; color: #d32f2f; border-bottom: 2px solid #d32f2f; }
        
        .obc-card-header { padding: 12px 15px; font-size: 20px; font-weight: 900; text-align: center; text-transform: uppercase; }
        .obc-card-body { padding: 15px; }
        .usage-list { margin-bottom: 15px; font-size: 14px; color: #444; background: #f9f9f9; padding: 10px 15px; border-radius: 6px; font-weight: 500; }
        .usage-list strong { display: block; color: #000; margin-bottom: 5px; font-size: 15px; font-weight: 800; }

        .level-btn-group { display: flex; flex-direction: column; gap: 8px; }
        .level-btn { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 12px 15px; background: #ffffff; border: 1px solid #ccc; border-radius: 6px; font-size: 16px; font-weight: bold; color: #333; cursor: pointer; transition: 0.2s; text-decoration: none; box-shadow: 0 2px 4px rgba(0,0,0,0.04); }
        .level-btn:hover { border-color: #1565c0; background: #e3f2fd; }
        .level-btn span { font-size: 13px; font-weight: bold; color: white; background: #1565c0; padding: 4px 10px; border-radius: 4px; text-transform: uppercase; }

        /* --- FOOTER --- */

