﻿/*
    https://vclock.com/time/
    https://tradingeconomics.com/
    https://cove.army.gov.au/article/kyr-india-economy
    https://www.timecamp.com/time-tracking/attendance/
    https://webconnection.west-wind.com/docs/User-Guide/Setting-Up-Web-Connection/Update-Web-Connection-from-a-previous-or-Shareware-Version.html
    https://tutorialzine.com/2015/10/comparing-the-top-frameworks-for-building-hybrid-mobile-apps
    https://demo.tutorialzine.com/2016/01/12-ready-to-use-templates-for-list-pages/#user-profiles-list-minimal
*/
* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Poppins', Arial, Verdana;
    margin: 0;
    padding: 0;
    text-decoration-line: none;
}
/*body, button, input, textarea {
    font-family: 'Poppins', Arial, Verdana;
}*/

/* --- Theme variables --- */
:root {
    --bg: #070816;
    --panel: #0b0f1a;
    --muted: #9aa3c0;
    --glass: rgba(255,255,255,0.03);
    --neon-blue: #3ee3ff;
    --neon-pink: #ff5ec4;
    --neon-green: #00ff9d;
    --neon-orange: #ffb86b;
    --accent-glow: 0 8px 30px rgba(62,227,255,0.08);
    --radius: 14px;
    --card-shadow: 0 0px 13px rgba(2, 6, 23, 0.6);
    /*0 12px 30px rgba(2,6,23,0.6);*/
    --gradient-bg: linear-gradient(135deg, #dff1ff 0%, #f7e9ff 50%, #fffae9 100%);
    --gradient-primary: linear-gradient(90deg, #6a5af9, #ff4f81);
    --gradient-secondary: linear-gradient(90deg, #007bff, #9333ea, #f43f5e);
    --gradient-gold: linear-gradient(90deg, #FFD700, #FFA500);
    --flag-orange: rgba(255, 103, 31);
    --flag-white: rgba(255, 255, 255);
    --flag-blue: rgba(6, 3, 141);
    --flag-green: rgba(4, 106, 56);
}
.toggle-icon::before {
    font-family: "bootstrap-icons";
    content: "\f2ea"; /* bi-dash */
    font-size: 1.2rem;
    margin-right: 8px;
}

body {
    color: #555;
    font-size: 14px;
    line-height: 170%;
    font-weight: normal;
    font-family: 'Poppins', Arial, Verdana;
    margin: 0;
    padding: 0;
}

.data-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

    /* Header */
    .data-table thead th {
        background-color: #8b8b8b3d; /*linear-gradient(90deg,#7f5af0,#ff5fa2);*/
        color: #fff;
        padding: 14px;
        text-align: left;
        font-weight: 600;
    }

        /* Header radius */
        .data-table thead th:first-child {
            border-top-left-radius: 14px;
        }

        .data-table thead th:last-child {
            border-top-right-radius: 14px;
        }

    /* Body cells */
    .data-table tbody td {
        background: #262b33;
        padding: 14px;
        border-bottom: 1px solid #333;
        font-size: 14px;
    }

    /* Last row radius */
    .data-table tbody tr:last-child td:first-child {
        border-bottom-left-radius: 14px;
    }

    .data-table tbody tr:last-child td:last-child {
        border-bottom-right-radius: 14px;
    }
.row-highlight td {
    background: #1b1f26;
    font-weight: 600;
    color: #2ee6a6;
}
.text-song p {
    margin-bottom: 0px;
}
.tricolor-text {
    background: linear-gradient( to right, #FF9933, /* Saffron */
    #FFFFFF, /* White */
    #138808 /* Green */
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}
a.collapsed .toggle-icon::before {
    content: "\f278"; /* bi-plus */
}

a {
    color: var(--neon-blue);
    text-decoration: none;
}

    a:hover {
        color: var(--neon-pink);
    }

.list-text a:hover {
    cursor: pointer;
    color: var(--neon-green)!important;
}

.blue {
    color: var(--neon-blue);
}

.pink {
    color: var(--neon-pink);
}

.green {
    color: var(--neon-green);
}

.orange {
    color: var(--neon-orange);
}

/*.nav-dark {
    background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
    border-bottom: 1px solid rgba(255,255,255,0.02);
    backdrop-filter: blur(6px);
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 6px 20px rgba(2,6,23,0.6);
}

.brand {
    font-weight: 800;
    font-size: 1.35rem;
    letter-spacing: 0.2px;
    color: linear-gradient(90deg,var(--neon-blue),var(--neon-pink));
    display: flex;
    align-items: center;
    gap: .6rem;
}

    .brand .dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: linear-gradient(90deg,var(--neon-blue),var(--neon-pink));
        box-shadow: 0 0 12px rgba(62,227,255,0.32), 0 0 26px rgba(255,94,196,0.12);
    }

.nav-link {
    color: var(--muted) !important;
    padding: .6rem 1rem;
    border-radius: 8px;
    font-weight: 600
}

    .nav-link:hover {
        background: rgba(255,255,255,0.02);
        color: var(--neon-blue) !important;
    }*/

.kicker {
    display: inline-flex;
    gap: .6rem;
    align-items: center;
    background: linear-gradient(90deg, rgba(62,227,255,0.06), rgba(255,94,196,0.04));
    padding: 8px 12px;
    border-radius: 999px;
    color: var(--neon-blue);
    font-weight: 700;
    box-shadow: 0 6px 20px rgba(62,227,255,0.03);
}

.hero-title {
    font-size: 2.2rem;
    margin-top: 12px;
    font-weight: 800;
    line-height: 1.05
}

.hero-desc {
    color: var(--muted);
    margin-top: 12px;
    font-size: 0.98rem;
    max-width: 46ch;
}

.stat {
    background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
    padding: 12px 14px;
    border-radius: 12px;
    /*min-width: 120px;*/
    text-align: center;
    border: 1px solid rgba(255,255,255,0.02);
}

    .stat .num {
        font-size: 1.1rem;
        font-weight: 800;
        color: var(--neon-blue)
    }

    .stat .label {
        color: var(--muted);
        font-size: .85rem
    }

/* --- Neon map card (right) --- */
.map-card {
    background: linear-gradient(180deg, rgba(255,94,196,0.03), rgba(62,227,255,0.02));
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.02);
    height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}

.map-fake {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.85);
    background: linear-gradient(120deg, rgba(2,6,23,0.3), rgba(2,6,23,0.15));
    font-weight: 700;
    font-size: 1rem;
}

.map-quick {
    padding: 12px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.badge-quick {
    font-weight: 700;
    font-size: .82rem;
    color: var(--muted);
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.02)
}
.state-name {
    color:var(--neon-pink)
}
/* --- Card styles --- */
.cyber-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.01), rgba(255,255,255,0.01));
    border-radius: var(--radius);
    padding: 18px;
    border: 1px solid rgba(255,255,255,0.03);
    box-shadow: var(--card-shadow);
    transition: transform .22s ease, box-shadow .22s ease;
    color: #eaf6ff;
    
    /*transition: all 0.4s ease;*/
    position: relative;
    overflow: hidden;
}
.cyber-card-without-border {
    background: linear-gradient(180deg, rgba(255,255,255,0.01), rgba(255,255,255,0.01));
    border-radius: var(--radius);
    padding: 18px;
    border: 1px solid rgba(255,255,255,0.03);
    box-shadow: var(--card-shadow);
    transition: transform .22s ease, box-shadow .22s ease;
    color: #eaf6ff;
    /*transition: all 0.4s ease;*/
    position: relative;
    overflow: hidden;
}
    .cyber-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: var(--gradient-primary);
        /*--gradient-bg,--gradient-primary,--gradient-secondary,--gradient-gold*/
    }

.cyber-title {
    font-weight: 800;
    font-size: 1.05rem;
/*    background: linear-gradient(#ff4f81);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    color: var(--neon-pink);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px
}

.cyber-sub {
    color: var(--muted);
    font-size: .92rem;
    margin-bottom: 12px
}

.list-dot {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 10px
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(62,227,255,0.08);
    margin-top: 6px;
    flex: 0 0 10px;
    display: inline-block;
    margin-right: 8px;
}

   /* .dot.blue {
        background: var(--neon-blue);
        box-shadow: 0 0 18px rgba(62,227,255,0.18);
    }

    .dot.pink {
        background: var(--neon-pink);
        box-shadow: 0 0 18px rgba(255,94,196,0.18);
    }

    .dot.green {
        background: var(--neon-green);
        box-shadow: 0 0 18px rgba(0,255,157,0.14);
    }

    .dot.orange {
        background: var(--neon-orange);
        box-shadow: 0 0 18px rgba(255,184,107,0.14);
    }*/

.list-text {
    /*color: #d8eaff;*/
    font-size: .95rem;
}

/* --- Section headings with neon underline --- */
.section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 8px 0 12px;
}

    .section-head h3 {
        margin: 0;
        color: var(--neon-blue);
        font-weight: 800;
        font-size: 1.05rem
    }


/* --- table like facts --- */
.fact-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px dashed rgba(255,255,255,0.02);
    color: var(--muted)
}

    .fact-row strong {
        color: #eaf6ff
    }

/* --- Footer --- */
footer {
    margin-top: 36px;
    text-align: center;
    color: var(--muted);
    font-size: .9rem;
    opacity: .95
}
/*.footer-enhanced {
    margin-top: 4rem;
}
or
main {
    min-height: calc(100vh - footerHeight);
}
*/

/* --- Responsive --- */
@media (max-width:576px) {
    .hero-title {
        font-size: 1.4rem
    }

    .hero-desc {
        max-width: 100%
    }

    .stat .num {
        font-size: 1.1rem;
    }

    /*.stat {
        min-width: 110px
    }*/
}


/* -------------------------------------------------- */
/* FOOTER ENHANCED                                    */
/* -------------------------------------------------- */
.footer-enhanced {
    background: var(--glass-bg);
    backdrop-filter: blur(25px);
    border-top: 1px solid var(--glass-border);
    /*padding: 80px 0 30px;*/
    padding: 25px 0 30px;
    /*margin-top: 100px;*/
    margin-top: 407px;
    position: relative;
}

    .footer-enhanced::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: var(--gradient-primary);
    }

.footer-title {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 25px;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* -------------------------------------------------- */
/* Person Card Start                                  */
/* -------------------------------------------------- */
.person-card {position: relative; border-radius: 3px; color: #4f5256;border: 1px solid #f2f2f2;margin-bottom: 16px;}
.person-card-header{ padding: 16px;margin:0px;}
.person-card-body {position: relative; padding: 16px;}

.gaadiex-list {list-style-type: none; margin: 0;padding: 0;}
.gaadiex-list>.gaadiex-list-item {padding: 0 22px;}
.gaadiex-list-item-img  {
    float: left;
    width: 58px;
    height: 58px;
    margin-top: 20px;
    margin-bottom: 8px;
    margin-right: 20px;
    border-radius: 50%;
}
.gaadiex-list-item i  {
    float: left;
    font-size:48px;
    width: 58px;
    height: 58px;
    margin-top: 20px;
    margin-bottom: 8px;
    margin-right: 20px;
    border-radius: 50%;
}
.border-b-1 {border-bottom: 1px solid rgba(162,162,162,.16);}
/* -------------------------------------------------- */
/* Person Card End                                    */
/* -------------------------------------------------- */

.accordion-item {
    border:none;
}
.accordion-button:not(.collapsed) {
    background-color: transparent !important;
}
.detail {

}
    .detail strong {
        color: var(--neon-orange);
    }
    .detail span {
        color: var(--neon-pink);
        font-weight: bold;
    }
/*----------------------------------------------------------------------------------------------------*/
/* IMPORTANT: .list-dot same element type hona chahiye (div) */

.cyber-content > .list-dot:nth-of-type(1) .dot {
    background: var(--neon-orange);
    box-shadow: 0 0 18px rgba(255,184,107,0.14);
}

.cyber-content > .list-dot:nth-of-type(2) .dot {
    background: var(--neon-blue);
    box-shadow: 0 0 18px rgba(62,227,255,0.18);
}

.cyber-content > .list-dot:nth-of-type(3) .dot {
    background: var(--neon-pink);
    box-shadow: 0 0 18px rgba(255,94,196,0.18);
}

.cyber-content > .list-dot:nth-of-type(4) .dot {
    background: var(--neon-green);
    box-shadow: 0 0 18px rgba(0,255,157,0.14);
}

/* repeat sequence */
.cyber-content > .list-dot:nth-of-type(4n + 1) .dot {
    background: var(--neon-orange);
}

.cyber-content > .list-dot:nth-of-type(4n + 2) .dot {
    background: var(--neon-blue);
}

.cyber-content > .list-dot:nth-of-type(4n + 3) .dot {
    background: var(--neon-pink);
}

.cyber-content > .list-dot:nth-of-type(4n + 4) .dot {
    background: var(--neon-green);
}
