body {
    /* font-family: "Noto Sans Devanagari", sans-serif; */
    /* background: #f5f7fa; */
}

/* OTS BANNER */
.ots-banner {
    position: relative;
    width: 100%;
    max-width: 2120px;
    height: 550px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url('../img/output_2832x800.png');
    background-repeat: no-repeat;
    background-position: center right;
    background-color: #fff;
    background-size: 100% 105%;
}

    /* Yahi se natural white fade banega - alag se patch nahi lagega */
    .ots-banner::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 65%;
        height: 100%;
        background: linear-gradient(to right, #ffffff 0%, #ffffff 20%, rgba(255,255,255,0.95) 20%, rgba(255,255,255,0.7) 40%, rgba(255,255,255,0) 100%);
        z-index: 1;
        pointer-events: none;
    }

.ots-content {
    position: absolute;
    left: 3.5%;
    top: 45px;
    width: 48%;
    z-index: 5; /* ::before se upar rahega */
    background: transparent; /* yaha se background hata do */
}

.ots-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #176b43;
    color: #ffffff;
    padding: 8px 18px;
    border-radius: 10px;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
    box-shadow: 0 3px 8px rgba(0,0,0,0.12);
}

.ots-title {
    margin-top: 16px;
    font-size: clamp(28px, 3vw, 48px);
    line-height: 1.28;
    font-weight: 900;
    color: #123d6b;
    letter-spacing: -0.5px;
}

    .ots-title .orange {
        color: #df6d16;
    }

.ots-line {
    width: 95px;
    height: 3px;
    background: #e18a28;
    margin: 15px 0 13px;
}

.ots-description {
    color: #303030;
    font-size: clamp(14px, 1.2vw, 18px);
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 10px;
}

.ots-date {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
    font-size: clamp(14px, 1.15vw, 18px);
    font-weight: 500;
    margin-top: 8px;
}

    .ots-date strong {
        color: #245f44;
        font-weight: 800;
    }

.calendar-icon {
    width: 21px;
    height: 21px;
    border: 2px solid #173b60;
    border-radius: 3px;
    position: relative;
    display: inline-block;
}

    .calendar-icon::before {
        content: "";
        position: absolute;
        left: -2px;
        right: -2px;
        top: 4px;
        height: 2px;
        background: #173b60;
    }

    .calendar-icon::after {
        content: "";
        position: absolute;
        width: 3px;
        height: 4px;
        background: #173b60;
        left: 4px;
        top: -5px;
        box-shadow: 9px 0 0 #173b60;
    }

.ots-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}

.ots-btn {
    min-width: 215px;
    height: 55px;
    padding: 0 22px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ots-btn-primary {
    background: #0e477e;
    color: #ffffff;
    border: 2px solid #0e477e;
    box-shadow: 0 4px 10px rgba(14,71,126,0.2);
}

    .ots-btn-primary:hover {
        background: #09375f;
        transform: translateY(-2px);
    }

.document-icon {
    width: 19px;
    height: 23px;
    border: 2px solid currentColor;
    border-radius: 2px;
    position: relative;
}

    .document-icon::before {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-left: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        right: -5px;
        bottom: 0;
        background: inherit;
    }

    .document-icon::after {
        content: "";
        position: absolute;
        left: 4px;
        top: 7px;
        width: 8px;
        height: 2px;
        background: currentColor;
        box-shadow: 0 5px 0 currentColor, 0 10px 0 currentColor;
    }

/* Yojana Section */
.yojana-section {
    padding: 40px 0 20px 0;
    background-color: #f8fafc;
}

.section-title-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}

    .section-title-wrap hr {
        flex-grow: 1;
        border: none;
        border-top: 1px solid #edae3f;
        opacity: 0.6;
    }

.section-main-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0b2246;
    margin: 0;
    white-space: nowrap;
}

.yojana-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 18px 14px;
    height: 100%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.02);
    display: flex;
    align-items: center;
    gap: 14px;
    transition: transform 0.2s, box-shadow 0.2s;
}

    .yojana-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 15px rgba(0,0,0,0.05);
    }

.yojana-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.yojana-card-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0b2246;
    margin-bottom: 2px;
}

.yojana-card-desc {
    font-size: 0.82rem;
    color: #334155;
    margin-bottom: 2px;
    font-weight: 500;
    line-height: 1.3;
}

.yojana-card-sub {
    font-size: 0.73rem;
    color: #64748b;
    margin: 0;
    line-height: 1.2;
}

/* Bottom Stats */
.bottom-stats-banner {
    background-color: #0b2246;
    color: #fff;
    padding: 30px 0 20px 0;
    margin-top: 20px;
}

.stat-box-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
    min-width: 200px;
}

.stat-icon-wrap {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    flex-shrink: 0;
}

.stat-content {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
}

.stat-label {
    font-size: 0.85rem;
    color: #93c5fd;
    font-weight: 500;
}

.bottom-footer-note {
    text-align: center;
    font-size: 0.82rem;
    color: #cbd5e1;
    margin-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 15px;
}

@media (max-width: 768px) {
    .ots-banner {
        height: auto;
        min-height: 650px;
        background-position: 62% center;
    }

    .ots-content {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        padding: 30px 25px;
        background: linear-gradient(to right, rgba(255,255,255,0.98), rgba(255,255,255,0.78));
    }

    .ots-title {
        font-size: 32px;
    }

    .ots-description {
        font-size: 14px;
    }

    .ots-date {
        font-size: 13px;
    }

    .ots-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .ots-btn {
        width: 100%;
    }
}

/* Modals & Utilities */
.util-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.7);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
    opacity: 0;
    transition: opacity .3s;
}

    .util-modal-overlay.show {
        display: flex;
        opacity: 1;
    }

.util-modal-box {
    background: #fff;
    border-radius: 12px;
    width: 92%;
    max-width: 540px;
    max-height: 82vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0,0,0,.4);
    transform: translateY(30px) scale(.95);
    transition: transform .35s cubic-bezier(.34,1.56,.64,1);
}

.util-modal-overlay.show .util-modal-box {
    transform: translateY(0) scale(1);
}

.util-modal-head {
    background: #0a2463;
    color: #fff;
    padding: 16px 22px;
    border-radius: 12px 12px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .util-modal-head h5 {
        margin: 0;
        font-size: 1.05rem;
        font-weight: 700;
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .util-modal-head h5 i {
            color: #e8a838;
        }

.util-modal-close {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.2);
    color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
}

    .util-modal-close:hover {
        background: #dc3545;
        border-color: #dc3545;
        transform: rotate(90deg);
    }

.util-modal-body {
    padding: 22px;
}

.sr-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 16px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 10px;
    transition: all .2s;
}

    .sr-row:hover {
        border-color: #0a2463;
        background: #f8f9ff;
    }

.sr-row-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .sr-row-left i {
        color: #0a2463;
        font-size: 1.15rem;
        width: 30px;
        text-align: center;
    }

    .sr-row-left span {
        font-weight: 600;
        font-size: .92rem;
        color: #1a1a2e;
    }

    .sr-row-left small {
        display: block;
        font-size: .76rem;
        color: #888;
        margin-top: 1px;
    }

.util-toggle {
    position: relative;
    width: 46px;
    height: 24px;
    flex-shrink: 0;
}

    .util-toggle input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .util-toggle .slider {
        position: absolute;
        inset: 0;
        background: #ccc;
        border-radius: 24px;
        cursor: pointer;
        transition: .3s;
    }

        .util-toggle .slider:before {
            content: "";
            position: absolute;
            height: 18px;
            width: 18px;
            left: 3px;
            bottom: 3px;
            background: #fff;
            border-radius: 50%;
            transition: .3s;
        }

    .util-toggle input:checked + .slider {
        background: #0a2463;
    }

        .util-toggle input:checked + .slider:before {
            transform: translateX(22px);
        }

.fs-btn {
    width: 64px !important;
    height: 64px !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    transition: all .2s !important;
    border: 2px solid #dee2e6 !important;
    background: #fff !important;
    color: #333 !important;
}

    .fs-btn:hover, .fs-btn.active-fs {
        border-color: #0a2463 !important;
        background: #0a2463 !important;
        color: #fff !important;
    }

.sm-section-label {
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #0a2463;
    font-weight: 800;
    padding: 14px 0 4px;
}

.sm-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .sm-list li {
        border-bottom: 1px solid #f0f0f0;
    }

        .sm-list li:last-child {
            border-bottom: none;
        }

.sm-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 12px;
    color: #333;
    text-decoration: none;
    font-size: .9rem;
    border-radius: 6px;
    transition: all .2s;
}

    .sm-link:hover {
        background: #f0f4ff;
        padding-left: 20px;
        color: #0a2463;
    }

        .sm-link:hover .sm-right {
            color: #e8a838;
            transform: translateX(3px);
        }

.sm-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .sm-left i {
        color: #bbb;
        font-size: .82rem;
        transition: .2s;
    }

.sm-link:hover .sm-left i {
    color: #0a2463;
}

.sm-right {
    color: #ccc;
    font-size: .7rem;
    transition: .2s;
}

body.high-contrast {
    filter: contrast(1.6);
}

.util-toast-wrap {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 999999;
    display: flex;
    flex-direction: column;
    gap: 8px;
    pointer-events: none;
}

.util-toast {
    background: #0a2463;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: .85rem;
    box-shadow: 0 8px 24px rgba(0,0,0,.35);
    display: flex;
    align-items: center;
    gap: 8px;
    animation: utIn .35s ease forwards;
    border-left: 4px solid #e8a838;
    pointer-events: auto;
}

    .util-toast.out {
        animation: utOut .3s ease forwards;
    }

    .util-toast i {
        color: #e8a838;
    }

@keyframes utIn {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes utOut {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 0;
        transform: translateX(50px);
    }
}

@media(max-width: 576px) {
    .util-modal-box {
        width: 96%;
        max-height: 90vh;
    }
}

/* Timeline Section Styles */
.timeline-section {
    /* background-color: #c9ddf1; */
}

.timeline-wrapper {
    background-color: #f8fafc !important;
}

.timeline-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 8px 6px;
    position: relative;
    height: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.timeline-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    z-index: 2;
}

.timeline-line {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 3px;
}

.bg-emerald {
    background-color: #047857 !important;
}

.text-emerald {
    color: #047857 !important;
}

.bg-amber {
    background-color: #f59e0b !important;
}

.text-amber {
    color: #d97706 !important;
}

.bg-blue {
    background-color: #1d4ed8 !important;
}

.bg-indigo {
    background-color: #312e81 !important;
}

.text-indigo {
    color: #312e81 !important;
}

.extra-small {
    font-size: 0.72rem;
    line-height: 1.1;
}

.gov-order-box {
    background-color: #0b3c65;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}
