﻿:root {
    --gs: #0f7a5a;
    --gm: #0e9f7e;
    --ge: #06b6d4;
    --pr: #0e9f7e;
    --pd: #0a7a60;
    --ac: #06b6d4;
    --dn: #ef4444;
    --wn: #f59e0b;
    --in: #3b82f6;
    --bg: #eef2f7;
    --sf: #ffffff;
    --s2: #f4f7fb;
    --bd: #dce3ee;
    --tx: #1a2332;
    --tm: #5a6a7e;
    --tl: #94a3b8;
    --sh1: 0 6px 24px rgba(0, 0, 0, .10), 0 2px 8px rgba(0, 0, 0, .05);
    --shl: 0 16px 48px rgba(0, 0, 0, .14), 0 4px 14px rgba(0, 0, 0, .07);
    --r1: 10px;
    --r: 14px;
    --rl: 18px;
    --rx: 24px;
    --hh: 110px;
    --nh: 52px;
    --t: .22s cubic-bezier(.4, 0, .2, 1);
    --teal: #00BFA6;
}

[data-theme="dark"] {
    --bg: #0d1117;
    --sf: #161b22;
    --s2: #1c2230;
    --bd: #2d3748;
    --tx: #e2e8f0;
    --tm: #94a3b8;
    --tl: #64748b;
    --sh1: 0 1px 3px rgba(0, 0, 0, .3);
    --sh: 0 4px 16px rgba(0, 0, 0, .3);
    --shl: 0 12px 40px rgba(0, 0, 0, .4);
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #adb5bd;
    text-align: var(--bs-body-text-align);
    background-color: #f1f0f0;
/*    min-height: 100vh;*/
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

html, body {
    height: 100%;
}

.page-wrap {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

    .page-wrap > main,
    .page-wrap > .mw {
        flex: 1;
    }
.tnav a,
.tnav a:link,
.tnav a:visited,
.tnav a:hover,
.tnav a:active {
    text-decoration: none !important;
}
/*
 Footer always at bottom */
.ft {
    margin-top: auto;
}


button {
    cursor: pointer;
    border: none;
    background: none;
    font-family: inherit
}

input,
select,
textarea {
    font-family: inherit
}

ul {
    list-style: none
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

::-webkit-scrollbar-thumb {
    background: var(--bd);
    border-radius: 99px
}
.text-centers {
    text-align: center !important;
    display: inline-block;
    animation: floatUp 2.5s infinite ease-in-out;
}
/*-----------------------------------*/
/* ============================================ HEADER */
.hdr {
    position: sticky;
    top: 0;
    z-index: 100;
    height: var(--hh);
    background: #f4f8fb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0px 0px 20px;
    /*    box-shadow: 0 2px 20px rgba(14, 159, 126, .35)*/
}

.hdr-logo {
    display: flex;
    align-items: center;
    gap: 16px
}



.logo-tx {
/*    font-family: 'Outfit', 'Noto Sans Devanagari', sans-serif;
    font-weight: 800;
    font-size: 28px;
    color: #fff;
    letter-spacing: -.2px;
    line-height: 1.2;*/
    font-size: 24px;
    font-family: 'Outfit', 'Noto Sans Devanagari', sans-serif;
    color: #014b01;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 1.3;
}

.logo-sb {
    /*    font-size: 17px;
    color: #fff;
    letter-spacing: .5px*/
    font-size: 21px;
    font-family: 'Outfit', 'Noto Sans Devanagari', sans-serif;
    color: #014b01;
    /* letter-spacing: -1px; */
    font-weight: 600;
    line-height: 1.3;
}

.hdr-r {
    display: flex;
    align-items: center;
    gap: 10px
}

.hsrch {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 99px;
    padding: 6px 14px;
    gap: 8px
}

    .hsrch:focus-within {
        background: rgba(255, 255, 255, .25)
    }

    .hsrch input {
        background: none;
        border: none;
        outline: none;
        color: #fff;
        font-size: 14px;
        width: 160px
    }

        .hsrch input::placeholder {
            color: rgba(255, 255, 255, .6)
        }

    .hsrch i {
        color: rgba(255, 255, 255, .7);
        font-size: 14px
    }

.nb {
    position: relative;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
    transition: background var(--t)
}

    .nb:hover {
        background: rgba(255, 255, 255, .28)
    }

.nbadge {
    position: absolute;
    top: -2px;
    right: -2px;
    background: var(--dn);
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid white
}

.dktgl {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    transition: background var(--t)
}

    .dktgl:hover {
        background: rgba(255, 255, 255, .28)
    }

.pchip {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 99px;
    padding: 4px 12px 4px 4px;
    cursor: pointer;
    transition: background var(--t)
}

    .pchip:hover {
        background: rgba(255, 255, 255, .25)
    }

.pavatar {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, .4)
}

.pname {
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.jsas-logo {
    height: 52px;
    width: auto
}

.ndrop {
    display: none;
    position: absolute;
    top: calc(var(--hh) + 8px);
    right: 70px;
    width: 340px;
    background: var(--sf);
    border: 1px solid var(--bd);
    border-radius: var(--rl);
    box-shadow: var(--shl);
    z-index: 200;
    overflow: hidden
}

    .ndrop.open {
        display: block;
        animation: fIn .18s ease
    }

.ndh {
    padding: 14px 18px 10px;
    border-bottom: 1px solid var(--bd);
    display: flex;
    align-items: center;
    justify-content: space-between
}

    .ndh h4 {
        font-family: 'Outfit', 'Noto Sans Devanagari', sans-serif;
        font-weight: 700;
        font-size: 14px
    }

.nmr {
    font-size: 14px;
    color: var(--pr);
    cursor: pointer;
    font-weight: 500
}

.ni {
    padding: 12px 18px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    border-bottom: 1px solid var(--bd);
    transition: background var(--t)
}

    .ni:hover {
        background: var(--s2)
    }

    .ni:last-child {
        border-bottom: none
    }

.ndot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-top: 5px;
    flex-shrink: 0
}

.ni p {
    font-size: 14px;
    line-height: 1.4
}

.ni small {
    color: var(--tm);
    font-size: 13px;
    margin-top: 2px;
    display: block
}

.fsc {
    display: flex;
    align-items: center;
    gap: 3px;
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 99px;
    padding: 3px 5px
}

.fsc-btn {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: none;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background var(--t);
    font-family: 'Outfit', 'Noto Sans Devanagari', sans-serif;
    line-height: 1
}

    .fsc-btn:hover {
        background: rgba(255, 255, 255, .25)
    }

.fsc-val {
    color: rgba(255, 255, 255, .85);
    font-size: 13px;
    font-weight: 700;
    min-width: 22px;
    text-align: center;
    font-family: 'Outfit', 'Noto Sans Devanagari', sans-serif;
}

.langtgl {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 99px;
    padding: 3px;
    gap: 2px
}

.lang-opt {
    padding: 4px 10px;
    border-radius: 99px;
    font-size: 13px;
    font-weight: 700;
    color: rgba(255, 255, 255, .7);
    transition: all var(--t);
    white-space: nowrap;
    font-family: 'Outfit', 'Noto Sans Devanagari', sans-serif;
    cursor: pointer;
    border: none;
    background: none
}

    .lang-opt.active {
        background: rgba(255, 255, 255, .9);
        color: var(--pd)
    }

.topbar__right {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .topbar--one .topbar__right {
        display: none;
    }
}

.topbar__infu {
    display: flex;
    align-items: center;
}

.topbar__infu__icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    /*background-color: var(--ehiapp-primary, #58aec0);*/
    color: var(--ehiapp-white, #fff);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    transition: all 400ms ease;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-width: 100px;
}

    .topbar__infu__icon i {
        font-size: 13px;
    }

    .topbar__infu__icon::after {
        content: "";
        z-index: -1;
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        /* width: 150%;
  height: 150%;*/
        background-color: var(--ehiapp-secondary, #005526);
        transition-duration: 1000ms;
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        border-radius: 50%;
    }

.topbar__infu:hover .topbar__infu__icon {
    color: var(--ehiapp-white, #fff);
}

    .topbar__infu:hover .topbar__infu__icon::after {
        bottom: -50%;
    }

.topbar__infu__text {
    display: flex;
    flex-direction: column;
    line-height: 20px;
    transition: all 0.3s ease;
}

    .topbar__infu__text span {
        font-size: 18px;
        font-weight: 600;
        color: #014343;
        /* cursor: pointer; */
        margin-bottom: 5px;
    }



    .topbar__infu__text .topbar__contact {
        color: var(--ehiapp-heading-text, #21212d);
        /* background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat; */
        transition: all 500ms ease;
        font-size: 17px;
        font-weight: 400;
    }


        .topbar__infu__text .topbar__contact:hover {
            color: var(--ehiapp-secondary, #005526);
            background-size: 100% 1px;
        }

/* Topbar--two  */
.topbar--two {
    background-color: var(--ehiapp-bg-two, #21212d);
    padding-top: 0;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
    z-index: 1;
    position: relative;
}

    .topbar--two .topbar__inner {
        display: flex;
        justify-content: space-between;
    }

    .topbar--two .topbar__left__text {
        list-style: none;
        font-size: 14px;
        font-weight: 300;
        color: var(--ehiapp-text, #848493);
        padding-right: 30px;
    }

        .topbar--two .topbar__left__text a {
            background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
            transition: all 500ms ease;
        }


            .topbar--two .topbar__left__text a:hover {
                color: var(--ehiapp-secondary, #005526);
                background-size: 100% 1px;
            }

        .topbar--two .topbar__left__text i {
            color: var(--ehiapp-primary, #58aec0);
            padding-right: 5px;
        }

    .topbar--two .topbar__right__social-icon {
        background-color: rgb(23, 23, 32);
        padding: 6px 40px 6px 10px;
        margin-right: 40px;
    }


        .topbar--two .topbar__right__social-icon a {
            padding-left: 25px;
            color: var(--ehiapp-white, #fff);
        }

            .topbar--two .topbar__right__social-icon a:hover {
                color: var(--ehiapp-primary, #58aec0);
            }

    .topbar--two .topbar__right__user-profile {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .topbar--two .topbar__right__user-profile__avater {
        color: var(--ehiapp-primary, #58aec0);
        font-size: 16px;
    }

.topbar__right__user-profile__text {
    font-size: 13px;
    font-weight: 300;
}

    .topbar__right__user-profile__text:hover {
        color: var(--ehiapp-primary, #58aec0);
    }

@media (max-width: 991px) {
    .topbar--two .topbar__left {
        display: none;
    }

    .topbar__right {
        margin: auto;
    }
}

@media (max-width: 539px) {
    .topbar--two {
        display: none;
    }
}
.cmlogo {
    /* width: 100px;
    height: 100px;*/
    width: 75px;
    height: 75px;
}

/* ============================================ TOP NAV */
.tnav {
    background: var(--sf);
    border-bottom: 1px solid var(--bd);
    position: sticky;
    top: var(--hh);
    z-index: 90;
    /*    box-shadow: var(--sh1)*/
    border-bottom: 3px solid var(--teal);
}

.tnav-bar {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    height: 48px;
    border-bottom: 1px solid var(--bd)
}

.tnav-label {
    font-family: 'Outfit', 'Noto Sans Devanagari', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--tx);
    display: flex;
    align-items: center;
    gap: 8px
}

    .tnav-label i {
        color: var(--pr)
    }

.hmb {
    width: 36px;
    height: 36px;
    background: var(--s2);
    border: 1.5px solid var(--bd);
    border-radius: var(--r1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tx);
    font-size: 14px;
    cursor: pointer;
    transition: all var(--t)
}

    .hmb:hover {
        background: var(--pr);
        color: #fff;
        border-color: var(--pr)
    }

.tni {
    display: flex;
    align-items: center;
    padding: 0 40px;
/*    overflow-x: auto;
    gap: 9px;*/
    scrollbar-width: none;
        height: 58px
}

    .tni::-webkit-scrollbar {
        display: none
    }

    .tni a {
        font-size: 18px;
        font-weight: 800;
        color: #154c6a;
    }

        .tni a:hover {
            color: #0F4C75;
            background: #e0faf6;
        }

        .tni a.active {
            color: #0a3557;
            font-weight: 600;
            background: #e0faf6;
        }
.dropdown-custom {
    position: relative;
}

.nit {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 13px;
    height: var(--nh);
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    white-space: nowrap;
    transition: color var(--t), border-color var(--t);
    border-radius: 0;
    background: none;
    text-decoration: none !important;
}

    .nit i {
        font-size: 17px
    }

    .nit:hover {
        color: var(--pr)
    }
    .nit.active {
        color: #00513e;
        font-weight: 700;
        background: rgba(14, 159, 126, 0.08);
        border-radius: 6px;
    }

/* ============================================ MAIN */
.mw {
    max-width: 1400px;
    margin: 0 auto;
    padding: 24px 20px 60px
}
.page-section {
    /*max-width: 1400px;*/
    margin: 0 auto;
    padding: 24px 20px 60px
}



@keyframes fIn {
    from {
        opacity: 0;
        transform: translateY(6px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

/* ============================================ SECTION HEAD */
.sh {
    margin-bottom: 24px
}

    .sh h2 {
        font-family: 'Outfit', 'Noto Sans Devanagari', sans-serif;
        font-size: 21px;
        font-weight: 800;
        background: linear-gradient(135deg, #1a1a1a, var(--ac));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }

    .sh p {
        color: #000000;
        font-size: 17px;
        margin-top: 3px
    }

/* ============================================ WELCOME SLIDER */
.wb {
    /*    background: linear-gradient(135deg, var(--gs), var(--gm) 55%, var(--ge));*/
    background: linear-gradient(135deg, rgb(14, 77, 42), rgb(15, 122, 90) 60%, rgb(4, 135, 105));
    border-radius: var(--rx);
    margin-bottom: 24px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 32px rgba(14, 159, 126, .3);
    min-height: 160px
}

    .wb::before {
        content: '';
        position: absolute;
        top: -40px;
        right: -40px;
        width: 220px;
        height: 220px;
        background: rgba(255, 255, 255, .06);
        border-radius: 50%;
        z-index: 0
    }

    .wb::after {
        content: '';
        position: absolute;
        bottom: -60px;
        right: 120px;
        width: 160px;
        height: 160px;
        background: rgba(255, 255, 255, .04);
        border-radius: 50%;
        z-index: 0
    }

.wb-slides {
    position: relative;
    width: 100%;
    height: 210px;
    z-index: 1
}

.wb-slide {
    display: none;
    padding: 26px 30px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    animation: slideIn .5s ease
}

    .wb-slide.active {
        display: flex
    }

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(30px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.wt h1 {
    font-family: 'Outfit', 'Noto Sans Devanagari', sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: #fff
}

.wt p {
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    margin-top: 4px
}

.wbdg {
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .25);
    color: #fff;
    border-radius: 99px;
    padding: 5px 14px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    width: fit-content
}

.wa {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex-shrink: 0
}

.bw {
    background: #fff;
    color: var(--pd);
    border-radius: 99px;
    padding: 9px 18px;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 7px;
    transition: box-shadow var(--t), transform var(--t);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .12)
}

    .bw:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, .18)
    }

.bow {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, .5);
    border-radius: 99px;
    padding: 9px 18px;
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 7px;
    transition: background var(--t)
}

    .bow:hover {
        background: rgba(255, 255, 255, .15)
    }

.wb-ctrl {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 2
}

.wb-dot {
    width: 8px;
    height: 8px;
    border-radius: 99px;
    background: rgba(255, 255, 255, .4);
    cursor: pointer;
    transition: all .3s ease;
    border: none
}

    .wb-dot.active {
        width: 24px;
        background: #fff
    }

.wb-arr {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .18);
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background var(--t)
}

    .wb-arr:hover {
        background: rgba(255, 255, 255, .32)
    }

/* ============================================ COVERAGE STRIP */
.cov-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    background: linear-gradient(135deg, #0e4d2a, #0f7a5a 60%, #048769);
    border-radius: var(--rl);
    margin-bottom: 24px;
    overflow: hidden;
    box-shadow: var(--sh1)
}

.cov-item {
    padding: 14px 18px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .15);
    position: relative
}

    .cov-item:last-child {
        border-right: none
    }

.cov-amount {
    font-family: 'Outfit', 'Noto Sans Devanagari', sans-serif;
    font-size: 25px;
    font-weight: 800;
    color: #f59e0b
}

.cov-label {
    font-size: 15px;
    color: rgba(255, 255, 255, .8);
    margin-top: 3px;
    line-height: 1.4
}

.cov-icon {
    font-size: 22px;
    margin-bottom: 4px
}
/* ─── Info cards ─── */
.info-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
    margin-bottom: 28px;
}

.info-card {
    background: white;
    border-radius: 14px;
    border: 1.5px solid #E8EDF5;
    padding: 22px;
    box-shadow: 0 2px 8px rgba(0,0,0,.04);
    transition: all .2s;
    cursor: pointer;
}

    .info-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 24px rgba(0,0,0,.08);
    }

.ii {
    font-size: 26px;
    margin-bottom: 13px;
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .ii.b {
        background: #EBF0FB;
    }

    .ii.o {
        background: #FEF4E4;
    }

    .ii.g {
        background: #E6F7F1;
    }

.i-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 6px;
}

.i-desc {
    font-size: 15px;
    color: var(--text-lt);
    line-height: 1.6;
    margin-bottom: 13px;
}

.i-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 13px;
    border-radius: 7px;
}

    .i-tag.b {
        background: #EBF0FB;
        color: var(--blue);
    }

    .i-tag.o {
        background: #FEF4E4;
        color: #C07818;
    }

.fav {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.fav-item {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid white;
    font-size: 14px;
    background: var(--silver);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -6px;
}

    .fav-item:first-child {
        margin-left: 0;
    }
/* ============================================= */
.sg {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 14px;
    margin-bottom: 24px
}

.sc {
    background: var(--sf);
    border-radius: var(--rl);
    padding: 18px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    box-shadow: var(--sh1);
    border: 1.5px solid var(--bd);
    transition: box-shadow var(--t), transform var(--t);
    border-top: 3px solid var(--pr)
}

    .sc:hover {
        box-shadow: var(--sh);
        transform: translateY(-3px)
    }

.si h3 {
    font-size: 24px;
    font-weight: 800;
    font-family: 'Outfit', 'Noto Sans Devanagari', sans-serif;
    line-height: 1
}

.si p {
    font-size: 16px;
    color: var(--tm);
    margin-top: 4px;
    font-weight: 600
}

.si small {
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    margin-top: 6px
}

.sic {
    width: 42px;
    height: 42px;
    border-radius: var(--r);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px
}

.cg {
    background: #dcfce7;
    color: #16a34a
}

.cb {
    background: #dbeafe;
    color: #2563eb
}

.co {
    background: #fef3c7;
    color: #d97706
}

.cr {
    background: #fee2e2;
    color: #dc2626
}

.cp {
    background: #ede9fe;
    color: #7c3aed
}

.ct {
    background: #ccfbf1;
    color: #0d9488
}

.tup {
    color: #16a34a
}

.tdn {
    color: #dc2626
}

/* ============================================ LAYOUT */
.c2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-bottom: 24px
}

@media(max-width:900px) {
    .c2 {
        grid-template-columns: 1fr
    }
}

/* ============================================ CARD */
.card {
    background: var(--sf);
    border-radius: var(--rl);
    border: 1.5px solid var(--bd);
    box-shadow: var(--sh1);
    overflow: hidden;
    transition: box-shadow var(--t)
}

    .card:hover {
        box-shadow: var(--sh)
    }

.ch {
    padding: 16px 20px 12px;
    border-bottom: 2px solid var(--bd);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, var(--s2), #fff)
}

    .ch h3 {
        font-family: 'Outfit', 'Noto Sans Devanagari', sans-serif;
        font-size: 17px;
        font-weight: 700;
        display: flex;
        align-items: center;
        gap: 8px
    }

    .ch a {
        font-size: 17px;
        color: var(--pr);
        font-weight: 600;
        background: rgba(14, 159, 126, .08);
        padding: 4px 10px;
        border-radius: 99px;
        border: 1px solid rgba(14, 159, 126, .2)
    }

.cb2 {
    padding: 16px 20px
}

/* ============================================ QUICK ACCESS */
.qg {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 14px;
    margin-bottom: 24px
}

.qc {
    background: var(--sf);
    border: 1.5px solid var(--bd);
    border-radius: var(--rl);
    padding: 20px 14px;
    text-align: center;
    cursor: pointer;
    transition: box-shadow var(--t), transform var(--t), border-color var(--t), background var(--t);
    box-shadow: var(--sh1);
    text-decoration: none;
    display: block;
    border-left: 3px solid #f18600;
}


    .qc:hover {
        box-shadow: var(--sh);
        transform: translateY(-4px);
        border-color: var(--pr);
        background: linear-gradient(135deg, rgba(14, 159, 126, .04), #fff)
    }

.qi {
    width: 50px;
    height: 50px;
    border-radius: var(--r);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin: 0 auto 10px
}

.qc h4 {
    font-size: 17px;
    font-weight: 700;
    font-family: 'Outfit', 'Noto Sans Devanagari', sans-serif;
     color: black;
}

.qc p {
    font-size: 16px;
    color: var(--tm);
    margin-top: 3px;
    text-align: center;
}

/* ============================================ ANNOUNCEMENT ITEMS */
.ai {
    padding: 12px 0;
    border-bottom: 1px solid var(--bd);
    display: flex;
    gap: 12px;
    align-items: flex-start
}

    .ai:last-child {
        border-bottom: none
    }

.aic {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    border-radius: var(--r1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px
}

.ai h5 {
    font-size: 16px;
    font-weight: 600
}

.ai p {
    font-size: 17px;
    color: var(--tm);
    margin-top: 2px
}

.ai small {
    font-size: 14px;
    color: var(--tl)
}

.tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 99px;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-left: 6px
}

.tn {
    background: #dcfce7;
    color: #16a34a
}

.tu {
    background: #fee2e2;
    color: #dc2626
}

.ti {
    background: #dbeafe;
    color: #2563eb
}

/* ============================================ LIFECYCLE */
.lcb {
    background: linear-gradient(135deg, #0f7a5a11, #06b6d411);
    border: 1px solid var(--bd);
    border-radius: var(--rx);
    padding: 24px 28px;
    margin-bottom: 24px
}

    .lcb h3 {
        font-family: 'Outfit', 'Noto Sans Devanagari', sans-serif;
        font-size: 18px;
        font-weight: 800
    }

    .lcb > p {
        color: var(--tm);
        font-size: 17px;
        margin-top: 4px
    }

.lcs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 10px;
    margin-top: 20px
}

.lci {
    background: var(--sf);
    border: 1px solid var(--bd);
    border-radius: var(--r);
    padding: 14px 12px;
    text-align: center;
    transition: box-shadow var(--t)
}

    .lci:hover {
        box-shadow: var(--sh)
    }

.lcn {
    width: 26px;
    height: 26px;
    background: linear-gradient(135deg, var(--gs), var(--ac));
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px
}

.lco {
    font-size: 22px;
    margin-bottom: 6px
}

.lci h5 {
    font-size: 17px;
    font-weight: 600
}

.lci p {
    font-size: 14px;
    color: var(--tm);
    margin-top: 2px
}

.lcd {
    border-color: #16a34a44;
    background: #f0fdf4
}

.lca {
    border-color: var(--pr);
    box-shadow: 0 0 0 3px rgba(14, 159, 126, .12)
}

.lcp {
    opacity: .55
}

/* ============================================ FORM */
.fg {
    margin-bottom: 14px
}

    .fg label {
        display: block;
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 5px;
        color: var(--tm);
        text-transform: uppercase;
        letter-spacing: .5px
    }

.fc {
    width: 100%;
    padding: 9px 13px;
    background: var(--s2);
    border: 1.5px solid var(--bd);
    border-radius: var(--r1);
    color: var(--tx);
    font-size: 17px;
    transition: border-color var(--t);
    outline: none
}

    .fc:focus {
        border-color: var(--pr)
    }

textarea.fc {
    resize: vertical;
    min-height: 85px
}

.fr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px
}

@media(max-width:600px) {
    .fr {
        grid-template-columns: 1fr
    }
}

.ps {
    display: flex;
    gap: 8px
}

.po {
    flex: 1;
    padding: 7px 10px;
    border-radius: var(--r1);
    border: 1.5px solid var(--bd);
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--t)
}

    .po:hover {
        border-color: var(--pr)
    }

.ph {
    background: #fee2e2;
    border-color: var(--dn);
    color: var(--dn)
}

.pm {
    background: #fef3c7;
    border-color: var(--wn);
    color: var(--wn)
}

.pl {
    background: #dcfce7;
    border-color: #16a34a;
    color: #16a34a
}

.bp {
    background: linear-gradient(135deg, var(--gs), var(--gm));
    color: #fff;
    border-radius: var(--r);
    padding: 10px 22px;
    font-size: 17px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: box-shadow var(--t), transform var(--t);
    box-shadow: 0 4px 14px rgba(14, 159, 126, .35)
}

    .bp:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(14, 159, 126, .45)
    }

/* ============================================ TICKET LIST */
.til .tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid var(--bd);
    gap: 12px
}

.tit:last-child {
    border-bottom: none
}

.tid {
    font-size: 14px;
    font-weight: 700;
    color: var(--tm);
    font-family: monospace
}

.ttle {
    font-size: 17px;
    font-weight: 500;
    margin-top: 1px
}

.tmt {
    font-size: 16px;
    color: var(--tm);
    margin-top: 2px
}

.sb {
    font-size: 13px;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: 99px;
    text-transform: uppercase;
    letter-spacing: .4px;
    white-space: nowrap
}

.so {
    background: #dbeafe;
    color: #1d4ed8
}

.sp {
    background: #fef3c7;
    color: #92400e
}

.sr {
    background: #dcfce7;
    color: #15803d
}

.sc2 {
    background: var(--s2);
    color: var(--tm)
}

/* ============================================ KNOWLEDGE BASE */
.kbs {
    position: relative;
    margin-bottom: 20px
}

    .kbs input {
        width: 100%;
        padding: 12px 20px 12px 44px;
        border-radius: 99px;
        background: var(--s2);
        border: 1.5px solid var(--bd);
        font-size: 17px;
        color: var(--tx);
        outline: none;
        transition: border-color var(--t)
    }

        .kbs input:focus {
            border-color: var(--pr)
        }

    .kbs i {
        position: absolute;
        left: 16px;
        top: 50%;
        transform: translateY(-50%);
        color: var(--tm);
        font-size: 15px
    }

.kbc {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 18px
}

.kbcat {
    padding: 5px 14px;
    border-radius: 99px;
    background: var(--s2);
    border: 1.5px solid var(--bd);
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--t)
}

    .kbcat:hover,
    .kbcat.active {
        background: var(--pr);
        color: #fff;
        border-color: var(--pr)
    }

.kba {
    background: var(--sf);
    border: 1px solid var(--bd);
    border-radius: var(--r);
    margin-bottom: 8px;
    overflow: hidden
}

.kbah {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 16px;
    cursor: pointer;
    transition: background var(--t)
}

    .kbah:hover {
        background: var(--s2)
    }

.kbat {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600
}

    .kbat i {
        color: var(--pr);
        font-size: 13px
    }

.kbam {
    display: flex;
    align-items: center;
    gap: 10px
}

    .kbam small {
        color: var(--tm);
        font-size: 12px
    }

.kbch {
    transition: transform var(--t);
    color: var(--tm);
    font-size: 13px
}

.kba.open .kbch {
    transform: rotate(180deg)
}

.kbab {
    display: none;
    padding: 15px 36px;
    font-size: 16px;
    color: var(--tm);
    line-height: 1.7;
    border-top: 1px solid var(--bd);
    background: var(--s2)
}

.kba.open .kbab {
    display: block;
    animation: fIn .2s ease
}

.kbab ul {
    padding-left: 16px;
    list-style: disc
}

    .kbab ul li {
        margin-bottom: 4px
    }

/* ============================================ SOP */
.spg {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    gap: 16px
}

.spcd {
    background: var(--sf);
    border: 1px solid var(--bd);
    border-radius: var(--rl);
    padding: 12px;
    box-shadow: var(--sh1);
    transition: box-shadow var(--t), transform var(--t)
}

    .spcd:hover {
        box-shadow: var(--sh);
        transform: translateY(-5px)
    }

.spch {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px
}

.spic {
    width: 42px;
    height: 42px;
    border-radius: var(--r1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0
}

.spch h4 {
    font-size: 15px;
    font-weight: 700;
    font-family: 'Outfit', sans-serif
}

.spch p {
    font-size: 14px;
    color: var(--tm);
    margin-top: 2px
}

.spst {
    margin-bottom: 14px
}

.sps {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 7px 0;
    border-bottom: 1px dashed var(--bd)
}

    .sps:last-child {
        border-bottom: none
    }

.spsn {
    width: 22px;
    height: 22px;
    background: linear-gradient(135deg, var(--gs), var(--ac));
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px
}

.sps p {
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
    text-align: left;
}

.bdl {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 17px;
    font-weight: 600;
    color: var(--pr);
    background: rgba(14, 159, 126, .08);
    border-radius: 99px;
    padding: 6px 14px;
    transition: background var(--t);
    border: 1.5px solid rgba(14, 159, 126, .2)
}

    .bdl:hover {
        background: rgba(14, 159, 126, .16)
    }

/* ============================================ DOWNLOADS */
.dlf {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 18px
}

.dlfb {
    padding: 5px 14px;
    border-radius: 99px;
    background: var(--s2);
    border: 1.5px solid var(--bd);
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--t)
}

    .dlfb:hover,
    .dlfb.active {
        background: var(--pr);
        color: #fff;
        border-color: var(--pr)
    }

.dlg {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    gap: 14px
}

.dlc {
    background: var(--sf);
    border: 1px solid var(--bd);
    border-radius: var(--r);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: var(--sh1);
    transition: box-shadow var(--t), transform var(--t)
}

    .dlc:hover {
        box-shadow: var(--sh);
        transform: translateY(-3px)
    }

.dlt {
    display: flex;
    align-items: center;
    gap: 12px
}

.dlti {
    width: 40px;
    height: 40px;
    border-radius: var(--r1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    flex-shrink: 0
}

.pdi {
    background: #fee2e2;
    color: #dc2626
}

.doi {
    background: #dbeafe;
    color: #2563eb
}

.xli {
    background: #dcfce7;
    color: #16a34a
}

.dlt h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3
}

.dlt p {
    font-size: 14px;
    color: var(--tm);
    margin-top: 2px
}

.dlm {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: var(--tm)
}

.bdlg {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: linear-gradient(135deg, var(--gs), var(--gm));
    color: #fff;
    border-radius: var(--r1);
    padding: 7px 14px;
    font-size: 17px;
    font-weight: 600;
    transition: opacity var(--t);
    cursor: pointer;
    border: none;
    width: 100%
}

    .bdlg:hover {
        opacity: .85
    }
/* ─── Section head ─── */
.sec-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.sec-title {
    color: linear-gradient(135deg, var(--gs), var(--ac));
    font-family: 'Outfit', 'Noto Sans Devanagari', sans-serif;
    font-size: 21px;
    font-weight: 800;
}

.sec-sub {
    font-size: 17px;
    color: #000000;
    margin-top: 2px;
}

.view-all {
    font-size: 14px;
    font-weight: 600;
    color: #1E56B0;
}

    .view-all:hover {
        text-decoration: underline;
    }

/* ─── Lifecycle ─── */
.lifecycle {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
    margin-bottom: 28px;
}

.phase-card {
    background: white;
    border-radius: 16px;
    border: 2px solid #e8a020;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,.04);
    transition: all .25s;
}

    .phase-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 32px rgba(0,0,0,.1);
    }

    .phase-card.ap {
        border-color: #1E56B0;
        box-shadow: 0 4px 20px rgba(30,86,176,.15);
    }
    .phase-card pa {
        background: white;
        border-radius: 16px;
        border: 2px solid #c0392b;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0,0,0,.04);
        transition: all .25s;
    }

    .phase-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 32px rgba(0,0,0,.1);
    }

    .phase-card.pa {
        border-color: #c0392b;
        box-shadow: 0 4px 20px rgba(30,86,176,.15);
    }
.ph-head {
    padding: 18px 20px 14px;
    border-bottom: 1px solid #F0F4FA;
}

.ph-badge {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    padding: 3px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 8px;
}

    .ph-badge.p1 {
        background: #FEF3E2;
        color: #C07818;
    }

    .ph-badge.p2 {
        background: #E7EFFD;
        color: #1E56B0;
    }

    .ph-badge.p3 {
        background: #E6F5EE;
        color: #12B87A;
    }

.ph-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--navy);
}

.ph-desc {
    font-size: 16px;
    color: var(--text-lt);
    margin-top: 4px;
    line-height: 1.5;
}

.ph-actions {
    padding: 14px 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ph-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 14px;
    background: #F4F6FA;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #0A1628;
    cursor: pointer;
    transition: all .2s;
    border: 1.5px solid transparent;
}


    .ph-action:hover {
        background: #EBF0FB;
        border-color: #1E56B0;
        color: #1E56B0;
    }

    .ph-action.hl {
        background: #F4F6FA;
        color: #0a0a0a;
        border-color: #1E56B0;
    }

        .ph-action.hl:hover {
            background: #1648A0;
        }

.am-box {
    background: #EBF0FB;
    border-radius: 9px;
    padding: 10px 14px;
    margin-bottom: 2px;
}

.am-lbl {
    font-size: 11px;
    font-weight: 600;
    color: var(--text-lt);
    text-transform: uppercase;
    letter-spacing: .07em;
    margin-bottom: 4px;
}

.am-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.am-name {
    font-size: 14px;
    font-weight: 700;
    color: var(--blue);
}

.am-tag {
    background: #FFF3E0;
    color: #E06800;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 9px;
    border-radius: 6px;
}
/* ============================================ ANNOUNCEMENTS */
.anc {
    background: var(--sf);
    border: 1px solid var(--bd);
    border-radius: var(--rl);
    padding: 18px;
    margin-bottom: 14px;
    box-shadow: var(--sh1);
    display: flex;
    gap: 14px;
    transition: box-shadow var(--t)
}

    .anc:hover {
        box-shadow: var(--sh)
    }

.anci {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: var(--r);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px
}

.anc h4 {
    font-size: 1px;
    font-weight: 700;
    font-family: 'Outfit', sans-serif
}

.anc p {
    font-size: 17px;
    color: #000000;
    margin-top: 6px;
    line-height: 1.6
}

.ancf {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
    flex-wrap: wrap
}

    .ancf small {
        font-size: 16px;
        color: #58606b;
    }

/* ============================================ FAQ */
.faqi {
    background: var(--sf);
    border: 1px solid var(--bd);
    border-radius: var(--r);
    margin-bottom: 8px;
    overflow: hidden
}

.faqq {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 16px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
    transition: background var(--t)
}

    .faqq:hover {
        background: var(--s2)
    }

    .faqq i {
        transition: transform var(--t);
        font-size: 17px;
        color: var(--tm)
    }

.faqi.open .faqq i {
    transform: rotate(180deg)
}

.faqa {
    display: none;
    padding: 12px 16px 14px;
    font-size: 16px;
    color: var(--tm);
    line-height: 1.7;
    border-top: 1px solid var(--bd);
    background: var(--s2)
}

.faqi.open .faqa {
    display: block;
    animation: fIn .2s ease
}

/* ============================================ CONTACT */
.cntg {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 14px;
    margin-bottom: 24px
}

.cntc {
    background: var(--sf);
    border: 1px solid var(--bd);
    border-radius: var(--rl);
    padding: 20px;
    text-align: center;
    box-shadow: var(--sh1);
    transition: box-shadow var(--t), transform var(--t)
}

    .cntc:hover {
        box-shadow: var(--sh);
        transform: translateY(-3px)
    }

.cni {
    width: 52px;
    height: 52px;
    border-radius: var(--r);
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px
}

.cntc h4 {
    font-size: 17px;
    font-weight: 700;
    font-family: 'Outfit', 'Noto Sans Devanagari', sans-serif;
}

.cntc p {
    font-size: 17px;
    color: #000000;
    margin: 5px 0 12px
}

.cntc a {
    color: var(--pr);
    font-size: 15px;
    font-weight: 600
}


/* ============================================ ADVANCE PAYMENT */
.ap-hero {
    background: linear-gradient(135deg, #1e3a5f, #2563eb 60%, #06b6d4);
    border-radius: var(--rx);
    padding: 28px 32px;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(37, 99, 235, .3)
}

    .ap-hero::before {
        content: '';
        position: absolute;
        top: -60px;
        right: -60px;
        width: 260px;
        height: 260px;
        background: rgba(255, 255, 255, .05);
        border-radius: 50%
    }

    .ap-hero h2 {
        font-family: 'Outfit', 'Noto Sans Devanagari', sans-serif;
        font-size: 20px;
        font-weight: 800;
        color: #fff;
        margin-bottom: 5px
    }

    .ap-hero p {
        color: rgba(255, 255, 255, .8);
        font-size: 13px
    }

.ap-hero-tags {
    display: flex;
    gap: 8px;
    margin-top: 12px;
    flex-wrap: wrap
}

.ap-hero-tag {
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .25);
    color: #fff;
    border-radius: 99px;
    padding: 4px 12px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px
}

.ap-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 20px;
    margin-bottom: 24px
}

@media(max-width:900px) {
    .ap-grid {
        grid-template-columns: 1fr
    }
}

.ap-type-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 18px
}

.ap-type {
    border: 2px solid var(--bd);
    border-radius: var(--r);
    padding: 12px;
    cursor: pointer;
    transition: all var(--t);
    background: var(--sf)
}

    .ap-type:hover,
    .ap-type.sel {
        border-color: #2563eb;
        background: rgba(37, 99, 235, .05)
    }

.ap-type-ic {
    width: 34px;
    height: 34px;
    border-radius: var(--r1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    margin-bottom: 7px
}

.ap-type h5 {
    font-size: 13px;
    font-weight: 700;
    font-family: 'Outfit', 'Noto Sans Devanagari', sans-serif;
}

.ap-type p {
    font-size: 12px;
    color: var(--tm);
    margin-top: 2px
}

.ap-calc {
    background: var(--s2);
    border: 1.5px solid var(--bd);
    border-radius: var(--r);
    padding: 14px;
    margin-bottom: 14px
}

.ap-calc-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    padding: 5px 0;
    border-bottom: 1px dashed var(--bd)
}

    .ap-calc-row:last-child {
        border-bottom: none;
        padding-top: 9px;
        margin-top: 5px
    }

    .ap-calc-row.total {
        font-weight: 800;
        font-size: 14px;
        color: var(--tx);
        font-family: 'Outfit', 'Noto Sans Devanagari', sans-serif;
    }

    .ap-calc-row label {
        color: var(--tm);
        font-weight: 500
    }

    .ap-calc-row span {
        font-weight: 700;
        color: var(--tx)
    }

.ap-emi-box {
    background: linear-gradient(135deg, rgba(37, 99, 235, .06), rgba(6, 182, 212, .04));
    border: 1.5px solid rgba(37, 99, 235, .2);
    border-radius: var(--r);
    padding: 13px;
    margin-bottom: 14px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    text-align: center
}

.ap-emi-val {
    font-family: 'Outfit', 'Noto Sans Devanagari', sans-serif;
    font-size: 17px;
    font-weight: 800;
    color: #2563eb
}

.ap-emi-label {
    font-size: 12px;
    color: var(--tm);
    font-weight: 500;
    margin-top: 2px
}

.ap-btn-blue {
    background: linear-gradient(135deg, #1e3a5f, #2563eb);
    color: #fff;
    border-radius: var(--r);
    padding: 11px 22px;
    font-size: 17px;
    font-weight: 700;
    font-family: 'Outfit', 'Noto Sans Devanagari', sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: box-shadow var(--t), transform var(--t);
    box-shadow: 0 4px 14px rgba(37, 99, 235, .35);
    border: none;
    cursor: pointer;
    width: 100%;
    justify-content: center
}

    .ap-btn-blue:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(37, 99, 235, .45)
    }

.ap-track {
    margin-bottom: 0
}

.ap-trk-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 13px 0;
    border-bottom: 1px solid var(--bd)
}

    .ap-trk-item:last-child {
        border-bottom: none
    }

.ap-trk-ic {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
    margin-top: 1px
}

.ap-trk-info h5 {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Outfit', 'Noto Sans Devanagari', sans-serif;
}

.ap-trk-info p {
    font-size: 13px;
    color: var(--tm);
    margin-top: 2px
}

.ap-trk-info small {
    font-size: 12px;
    margin-top: 4px;
    display: block
}

.ap-trk-status {
    margin-left: auto;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: 99px;
    white-space: nowrap;
    align-self: center
}

.ap-limit-card {
    background: linear-gradient(135deg, rgba(37, 99, 235, .06), rgba(6, 182, 212, .04));
    border: 1.5px solid rgba(37, 99, 235, .2);
    border-radius: var(--r);
    padding: 16px;
    margin-bottom: 14px
}

.ap-limit-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px
}

    .ap-limit-head h4 {
        font-family: 'Outfit', 'Noto Sans Devanagari', sans-serif;
        font-size: 17px;
        font-weight: 800
    }

.ap-limit-bar {
    height: 9px;
    background: var(--bd);
    border-radius: 99px;
    overflow: hidden;
    margin-bottom: 7px
}

.ap-limit-fill {
    height: 100%;
    background: linear-gradient(135deg, #2563eb, #06b6d4);
    border-radius: 99px;
    transition: width .6s ease
}

.ap-limit-labels {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: var(--tm);
    font-weight: 600
}

.ap-eligibility {
    background: var(--s2);
    border: 1.5px solid var(--bd);
    border-radius: var(--r);
    padding: 13px;
    margin-bottom: 14px
}

.ap-elig-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px dashed var(--bd);
    font-size: 12px
}

    .ap-elig-row:last-child {
        border-bottom: none
    }

    .ap-elig-row label {
        color: var(--tm);
        font-weight: 500
    }

    .ap-elig-row span {
        font-weight: 700
    }

.ap-range {
    width: 100%;
    accent-color: #2563eb;
    margin: 7px 0
}

/* ============================================ FOOTER */
.ft {
    background: var(--sf);
    border-top: 1px solid var(--bd);
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px
}

    .ft p {
        font-size: 15px;
        color: #000000;
        line-height: 1.5;
        max-width: 800px;
    }

.ftl {
/*    display: flex;*/
    flex-wrap: wrap;
    gap: 10px 14px;
}

    .ftl a {
        font-size: 15px;
        color: #000000;
        text-decoration: none;
        transition: color 0.2s ease;
    }

        .ftl a:hover {
            color: var(--pr)
        }

/* Tablet */
@media (max-width: 768px) {

    .ft {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 14px;
    }

        .ft p {
            font-size: 14px;
        }

    .ftl {
        justify-content: center;
    }
}


/* Small Mobile */
@media (max-width: 480px) {

    .ft {
        padding: 12px 10px;
    }

        .ft p {
            font-size: 12px;
        }

    .ftl {
        flex-direction: column;
        gap: 6px;
    }

        .ftl a {
            font-size: 13px;
        }
}
/* ============================================ TOAST */
.tc {
    position: fixed;
    bottom: 22px;
    right: 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9999
}

.tst {
    background: var(--tx);
    color: var(--bg);
    border-radius: var(--r);
    padding: 11px 16px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: var(--shl);
    animation: su .3s ease;
    max-width: 310px
}

    .tst i {
        font-size: 15px
    }

    .tst.success i {
        color: #4ade80
    }

    .tst.error i {
        color: #f87171
    }

@keyframes su {
    from {
        opacity: 0;
        transform: translateY(16px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

/* ============================================ MODAL */
.mo {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1000;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px)
}

    .mo.open {
        display: flex;
        animation: fIn .2s ease
    }

.mb {
    background: var(--sf);
    border-radius: var(--rx);
    padding: 28px;
    width: 400px;
    max-width: 95vw;
    box-shadow: var(--shl);
    border: 1px solid var(--bd)
}

    .mb h3 {
        font-family: 'Outfit', 'Noto Sans Devanagari', sans-serif;
        font-size: 18px;
        font-weight: 800;
        margin-bottom: 6px
    }

    .mb p {
        color: var(--tm);
        font-size: 14px;
        margin-bottom: 20px
    }

.ros {
    display: flex;
    gap: 10px;
    margin-bottom: 20px
}

.ro {
    flex: 1;
    border: 2px solid var(--bd);
    border-radius: var(--r);
    padding: 14px 10px;
    text-align: center;
    cursor: pointer;
    transition: all var(--t)
}

    .ro:hover,
    .ro.sel {
        border-color: var(--pr);
        background: rgba(14, 159, 126, .06)
    }

    .ro i {
        font-size: 26px;
        color: var(--pr);
        margin-bottom: 7px;
        display: block
    }

    .ro span {
        font-size: 14px;
        font-weight: 600
    }

/* ============================================ FONT SIZE & LANG */
body[data-fs="sm"] {
    font-size: 13px
}

body[data-fs="md"] {
    font-size: 15px
}

body[data-fs="lg"] {
    font-size: 17px
}

body[data-fs="xl"] {
    font-size: 19px
}

@media(max-width:480px) {

    .fsc,
    .langtgl {
        display: none
    }
}

/* ============================================ RESPONSIVE */
/* ================= MOBILE ================= */
@media(max-width:768px) {

    .hdr {
        flex-direction: column;
        align-items: flex-start;
    }

    .logo-tx {
        font-size: 16px;
    }

    .logo-sb {
        font-size: 14px;
    }

    /*.topbar__right {
        flex-direction: column;
        align-items: flex-start;
    }*/

    .topbar__infu img {
        width: 40px;
        height: 40px;
    }

    .tni {
        gap: 10px;
        font-size: 13px;
    }
}

/* BENEFIT LIFECYCLE */
.lifecycle-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

.lifecycle-steps {
    display: flex;
    align-items: center;
    gap: 0;
    margin-top: 20px;
    position: relative;
}

    .lifecycle-steps::before {
        content: '';
        position: absolute;
        top: 28px;
        left: 10%;
        width: 80%;
        height: 2px;
        background: linear-gradient(to right, #1a6b3c 40%, #e2e8f0 40%);
        z-index: 0;
    }

.step-item {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 1;
}

.step-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-size: 20px;
    border: 3px solid #5f5f5f;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    transition: all 0.2s;
    position: relative;
}

.step-num {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 700;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-item.completed .step-circle {
    border-color: #1a6b3c;
    background: #e8f5ee;
}

.step-item.active .step-circle {
    border-color: #f4a51e;
    background: #fff8e6;
    box-shadow: 0 0 0 4px rgba(244, 165, 30, 0.2);
}

.step-item.pending .step-circle {
    opacity: 0.5;
}

.section-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 4px;
}

.section-sub {
    font-size: 16px;
    color: var(--text-light);
    margin-bottom: 14px;
}

.step-name {
    font-size: 17px;
    font-weight: 600;
    color: #1a2332;
}

.step-status {
    font-size: 14px;
    margin-top: 2px;
}

.step-item.completed .step-status {
    color: #1a6b3c;
}

.step-item.active .step-status {
    color: #f4a51e;
    font-weight: 600;
}

.step-item.pending .step-status {
    color: #718096;
}

@media(max-width:480px) {
    .sg {
        grid-template-columns: 1fr 1fr
    }

    .qg {
        grid-template-columns: repeat(2, 1fr)
    }
}


/* =========================================
   MOBILE RESPONSIVE FIX (ADD AT END)
========================================= */

/* Tablet */
@media (max-width: 1024px) {

    .mw {
        padding: 16px;
    }

    .cov-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .sg {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }

    .qg {
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    }

    .hsr-grid {
        grid-template-columns: 1fr;
    }
}

/*------------------------------------------*/
@media (max-width: 768px) {
    .lifecycle-steps {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

        .lifecycle-steps::before {
            display: none; /* remove horizontal line */
        }

    .step-item {
        display: flex;
        align-items: center;
        text-align: left;
        gap: 12px;
        width: 100%;
    }

    .step-circle {
        width: 45px;
        height: 45px;
        font-size: 16px;
        margin: 0;
    }

    .step-name {
        font-size: 14px;
    }

    .step-status {
        font-size: 11px;
    }
}

/*-----------------------------------------------------------*/

@media (max-width: 992px) {
    .info-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .info-grid {
        grid-template-columns: 1fr;
    }
}

/*-----------------------------------------------------------*/
@media (max-width: 992px) {
    .lifecycle {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .lifecycle {
        grid-template-columns: 1fr;
    }
}

/*-----------------------------------------------------------*/

@media (max-width: 768px) {
    .qg {
        grid-template-columns: repeat(2, 1fr);
    }

    .sg {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .qg,
    .sg {
        grid-template-columns: 1fr;
    }
}

/*-----------------------------------------------------------*/

@media (max-width: 576px) {
    .lifecycle-card,
    .info-card,
    .phase-card {
        padding: 14px;
    }

    .section-title {
        font-size: 14px;
    }

    .section-sub {
        font-size: 12px;
    }
}

/* Mobile */
@media (max-width: 768px) {

    /* HEADER */
    .hdr {
        height: auto;
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 14px;
        gap: 10px;
    }

    .hdr-logo {
        gap: 10px;
    }

    .logo-ic {
        width: 50px;
        height: 50px;
    }

        .logo-ic img {
            width: 50px;
        }

    .logo-tx {
        font-size: 18px;
    }

    .logo-sb {
        font-size: 12px;
    }

    .hdr-r {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    /* NAV */
    .tnav-bar {
        display: flex;
    }

    .tni {
        overflow-x: auto;
        white-space: nowrap;
    }

    .nit {
        font-size: 14px;
        padding: 0 10px;
    }

    /* WELCOME BANNER */
    .wb-slide {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }

    .wt h1 {
        font-size: 20px;
    }

    .wa {
        width: 100%;
    }

    .bw, .bow {
        font-size: 14px;
        padding: 8px 14px;
    }

    /* COVER STRIP */
    .cov-strip {
        grid-template-columns: 1fr;
    }

    .cov-item {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }

    /* GRID FIX */
    .c2 {
        grid-template-columns: 1fr;
    }

    .sg {
        grid-template-columns: 1fr;
    }

    .qg {
        grid-template-columns: repeat(2, 1fr);
    }

    /* CARDS */
    .card {
        border-radius: 12px;
    }

    .ch {
        padding: 12px 14px;
    }

    .cb2 {
        padding: 12px 14px;
    }

    /* TEXT */
    body {
        font-size: 14px;
    }

    h2, h3 {
        font-size: 16px;
    }

    /* HOSPITAL SEARCH */
    .hsr-bar {
        flex-direction: column;
    }

    .hsr-btn {
        width: 100%;
        justify-content: center;
    }

    /* FOOTER */
    .ft {
        flex-direction: column;
        text-align: center;
    }
}


/* Small Mobile */
@media (max-width: 480px) {

    .qg {
        grid-template-columns: 1fr;
    }

    .logo-tx {
        font-size: 16px;
    }

    .wt h1 {
        font-size: 18px;
    }

    .bw, .bow {
        width: 100%;
        justify-content: center;
    }

    .hdr-r {
        gap: 6px;
    }

    .nb, .dktgl {
        width: 32px;
        height: 32px;
    }
}


[data-theme="dark"] {
    --bg: #0d1117;
    --sf: #161b22;
    --s2: #1c2230;
    --bd: #2d3748;
    --tx: #e2e8f0;
    --tm: #000000;
    --tl: #64748b;
}

/* ── Section wrapper ── */
.dc-section {
    padding: 28px 0 60px;
}

/* ── Section header (matches .sh from employeeCorner.css) ── */
.dc-head {
    margin-bottom: 8px;
}

    .dc-head h2 {
        font-family: 'Outfit', 'Noto Sans Devanagari', sans-serif;
        font-size: 22px;
        font-weight: 800;
        background: linear-gradient(135deg, #0f7a5a, #0f7a5a);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
    }

    .dc-head p {
        color: #000000;
        font-size: 15px;
        margin-top: 4px;
    }

/* ── Search + filter bar ── */
.dc-bar {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 22px;
    align-items: center;
}

.dc-search {
    position: relative;
    flex: 1;
    min-width: 200px;
}

    .dc-search i {
        position: absolute;
        left: 14px;
        top: 50%;
        transform: translateY(-50%);
        color: var(--tm);
        font-size: 14px;
        pointer-events: none;
    }

    .dc-search input {
        width: 100%;
        padding: 9px 14px 9px 40px;
        border-radius: 99px;
        background: var(--sf);
        border: 1.5px solid var(--bd);
        font-size: 15px;
        color: var(--tx);
        font-family: 'Outfit', 'Noto Sans Devanagari', sans-serif;
        outline: none;
        transition: border-color var(--t);
    }

        .dc-search input:focus {
            border-color: var(--pr);
        }

.dc-count {
    font-size: 15px;
    font-weight: 700;
    color: var(--tm);
    background: var(--s2);
    border: 1.5px solid var(--bd);
    border-radius: 99px;
    padding: 6px 14px;
    white-space: nowrap;
}

/* ── Cards grid ── */
.dc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 14px;
}

/* ── Individual card ── */
.dc-card {
    background: var(--sf);
    border: 1.5px solid var(--bd);
    border-radius: var(--rl);
    padding: 20px 18px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: var(--sh1);
    transition: box-shadow var(--t), transform var(--t), border-color var(--t);
    position: relative;
    overflow: hidden;
}

    .dc-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, var(--gs), var(--gm));
    }

    .dc-card:hover {
        box-shadow: var(--sh);
        transform: translateY(-5px);
        border-color: var(--pr);
    }

/* District number badge */
.dc-num {
    position: absolute;
    top: 12px;
    left: 14px;
    font-size: 10px;
    font-weight: 800;
    font-family: 'Outfit', 'Noto Sans Devanagari', sans-serif;
    color: var(--tl);
    letter-spacing: .5px;
}

/* Avatar circle */
.dc-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e4f8f6, #ccfbf1);
    border: 2px solid rgba(14,159,126,.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Outfit', 'Noto Sans Devanagari', sans-serif;
    font-size: 17px;
    font-weight: 800;
    color: var(--gs);
    margin-bottom: 10px;
    flex-shrink: 0;
}

[data-theme="dark"] .dc-avatar {
    background: rgba(14,159,126,.15);
    border-color: rgba(14,159,126,.3);
}

/* District chip */
.dc-district {
    font-family: 'Outfit', 'Noto Sans Devanagari', sans-serif;
    font-size: 17px;
    font-weight: 800;
    color: var(--tx);
    margin-bottom: 4px;
    line-height: 1.2;
}

/* Coordinator name */
.dc-name {
    font-size: 15px;
    color: #000000;
    margin-bottom: 12px;
    line-height: 1.4;
}

/* Call button */
.dc-call {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, var(--gs), var(--gm));
    color: #fff;
    border: none;
    border-radius: 99px;
    padding: 7px 16px;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Outfit', 'Noto Sans Devanagari', sans-serif;
    text-decoration: none;
    transition: box-shadow var(--t), transform var(--t);
    box-shadow: 0 3px 10px rgba(14,159,126,.3);
    cursor: pointer;
    width: 100%;
    justify-content: center;
}

    .dc-call:hover {
        box-shadow: 0 6px 16px rgba(14,159,126,.4);
        transform: translateY(-1px);
        color: #fff;
    }

    .dc-call i {
        font-size: 11px;
    }

/* No results state */
.dc-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 48px 20px;
    color: var(--tm);
    font-size: 14px;
}

    .dc-empty i {
        font-size: 32px;
        margin-bottom: 10px;
        display: block;
        opacity: .4;
    }

/* Helpline banner */
.dc-helpline {
    margin-top: 28px;
    background: linear-gradient(135deg, var(--gs), var(--gm) 55%, #06b6d4);
    border-radius: var(--rl);
    padding: 18px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
    box-shadow: 0 6px 20px rgba(14,159,126,.25);
}

.dc-helpline-text h4 {
    font-family: 'Outfit', 'Noto Sans Devanagari', sans-serif;
    font-size: 17px;
    font-weight: 800;
    color: #fff;
}

.dc-helpline-text p {
    font-size: 14px;
    color: rgba(255,255,255,.8);
    margin-top: 2px;
}

.dc-helpline a {
    background: rgba(255,255,255,.18);
    border: 1px solid rgba(255,255,255,.35);
    color: #fff;
    border-radius: 99px;
    padding: 8px 20px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Outfit', 'Noto Sans Devanagari', sans-serif;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 7px;
    transition: background var(--t);
    white-space: nowrap;
}

    .dc-helpline a:hover {
        background: rgba(255,255,255,.28);
    }

/* Responsive */
@media (max-width: 480px) {
    .dc-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 340px) {
    .dc-grid {
        grid-template-columns: 1fr;
    }
}


