@import url('https://fonts.googleapis.com/css2?family=Noto+Nastaliq+Urdu:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root {
    --bg-main: #f0e6ff;
    --yellow: #D4AF37;
    --light-purple: #8b4cf6;
    --dark-purple: #4b2c91;
    /* Updated to match image */
    --header-dark: #221a24;
    --register-bg: #742589;
    --text-color: #000;
    --pink-progress: #e91e63;
}

.page-background {
    background-image: url("img/main.jpg") !important;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    /* background: linear-gradient(to top right, #e2d3f3 0%, #fcfbfe 100%); */


}

.page-background-con {
    background-image: url("img/main_banner.png") !important;
    background-size: contain;
    background-position: center 24px;
    background-repeat: no-repeat;
    min-height: calc(100vh - 15.6px);
    zoom: 0.92;
}




@media screen and (max-width: 1920px) {
    .page-background-con {
        zoom: 0.92;
        background-size: contain;
        background-position: center 0px;
    }
}

@media screen and (max-width: 1460px) {
    .page-background-con {
        zoom: 0.92;
        background-size: contain;
        background-position: center -2px;
    }
}

@media screen and (max-width: 1280px) {
    .page-background-con {
        zoom: 0.92;
        background-size: contain;
        background-position: center -4px;
    }
}

@media screen and (max-width: 1024px) {
    .page-background-con {
        zoom: 0.87;
        background-size: contain;
        background-position: center -5px;
    }
}

@media screen and (max-width: 768px) {
    .page-background-con {
        zoom: 1;
        background-size: contain;
        background-position: top;
        height: 100%;
        min-height: 500px;
    }
}


body {
    font-family: 'Noto Nastaliq Urdu', serif;
    background-image: url("img/bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background: linear-gradient(to top right, #e2d3f3 0%, #fcfbfe 100%); */
    min-height: 100vh;
    color: var(--text-color);

}



.english-text {
    font-family: 'Inter', sans-serif;
    direction: ltr;
    display: inline-block;
}

/* Header */
.header-border {
    border-bottom: 1px solid #e0dbec;
}

.header-logo {
    width: 60px;
}

.search-box {
    position: relative;
    background-color: #0B5A2B;
    border-radius: 8px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    color: #fff;
}

.search-box input {
    background: transparent;
    border: none;
    color: #fff;
    outline: none;
    margin-left: 10px;
    font-size: 14px;
}

.search-box input::placeholder {
    color: #ccc;
}

.btn-custom {
    color: #fff;
    border-radius: 8px;
    padding: 8px 24px;
    font-weight: 500;
    font-size: 15px;
    border: none;
}

.btn-login {
    background-color: var(--yellow);
    color: #000;
}

.btn-login:hover {
    background-color: #c09e35;
}

.btn-register {
    background-color: var(--register-bg);
}

.btn-register:hover {
    background-color: #5c1b6d;
    color: #fff;
}

/* Main Titles */
.section-title {
    font-weight: 700;
    font-size: 38px;
    text-align: right;
    color: #000;
    line-height: normal;
}

.section-sb-title {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    line-height: normal;
}

.title-sb-line {
    width: 4px;
    height: 50px;
    background-color: var(--yellow);
    border-radius: 4px;
}

.title-line {
    width: 4px;
    height: 94px;
    background-color: var(--yellow);
    border-radius: 4px;
}

.info-card h5 {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.info-card h2 {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #d4af37;
}

.info-card p {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.info-card {
    border-radius: 16px;
    padding: 26px 60px;
}

/* Cards */
.card-yellow {
    border: 1px solid rgba(212, 175, 55, 0.4);
    background-color: var(--yellow);
    box-shadow: 0 10px 20px rgba(207, 173, 62, 0.2);
}

.card-light-purple {
    border: 1px solid rgba(124, 58, 237, 0.3);
    background-color: var(--light-purple);
    box-shadow: 0 10px 20px rgba(139, 76, 246, 0.2);
}

.card-dark-purple {
    border: 1px solid rgba(124, 58, 237, 0.3);
    background-color: var(--dark-purple);
    box-shadow: 0 10px 20px rgba(41, 16, 84, 0.2);
}

.payment-bar {
    background: #2d0f6b;
    border-radius: 8px;
    padding: 8px 24px;
    font-weight: 400;
    font-size: 14px;
    text-align: right;
    color: #fff;
}

.bor_bt {
    border-top: 1px solid rgba(124, 58, 237, 0.2);
    padding: 1px 0px 0px;
    height: 1px;
}

/* Eligibility Pills */
.eligibility-pill {
    background-color: var(--dark-purple);
    border-radius: 8px;
    padding: 6px 16px;
    font-weight: 400;
    font-size: 14px;
    text-align: right;
    color: #fff;
}

.pill-icon {
    font-size: 20px;
}

/* Documents List */
.documents-list {
    position: relative;
}

.doc-item {
    padding: 15px 0;
    color: #333;
}

.border-light-purple {
    border-bottom: 1px solid rgba(124, 58, 237, 0.2);
    padding: 0px 10px 12px;
}

.doc-number {
    border-radius: 10px;
    width: 32px;
    height: 28px;
    background: #d4af37;
    flex-shrink: 0;
    font-weight: 700;
    font-size: 12px;
    color: #4c1d95;
}

.border-light-purple span {
    font-weight: 400;
    font-size: 14px;
    text-align: right;
    color: #000;
}

/* Right Visuals */
.logo-divider {
    width: 1px;
    height: 40px;
    background-color: #ccc;
}

.image-composition {
    width: 100%;
    max-width: 650px;
    height: 600px;
    position: fixed;
    right: 0;
    bottom: 0;
}

.circular-bg {
    width: 380px;
    height: 380px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid var(--yellow);
}

.circular-glow {
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 70%);
}

.cm-image {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.rehmat-card-img {
    width: 280px;
    top: 40%;
    right: -40px;
    transform: rotate(-15deg);
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.3));
}

.helpline-box {
    bottom: 12px;
    left: 25%;
    width: 250px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 16px;
    padding: 10px;
    backdrop-filter: blur(23px);
    background: #d4af37;
    flex-direction: row-reverse;
}

.helpline-box h6 {
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
    text-align: right;
    color: #fff;
}

.helpline-box h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 156%;
    letter-spacing: -0.02em;
    text-align: right;
    color: #4c1d95;
}

.helpline-box .fa-phone {
    color: #4c1d95;
}

.phone-icon-circle {
    border-radius: 14px;
    padding: 0px 10px;
    width: 36px;
    height: 36px;
    background: #fff;
}

.phone-icon-circle {
    width: 45px;
    height: 45px;
}

.login-wrapper {
    background-image: url("img/Login_bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 1360px) {
    .image-composition {
        height: 550px;
        max-width: 500px;
    }
}

@media (max-width: 1280px) {
    .image-composition {
        height: 450px;
        position: fixed;
        max-width: 450px;
    }
}

@media (max-width: 991.98px) {
    .right-visuals {
        display: none;
    }

}

@media (max-width: 575.98px) {


    .image-composition {
        height: 400px;
        position: relative;
    }

    .circular-bg {
        width: 280px;
        height: 280px;
    }

    .rehmat-card-img {
        width: 180px;
        right: -10px;
    }

    .helpline-box {
        bottom: -10px;
        left: 0;
        width: 180px;
    }

    .helpline-box h6 {
        font-size: 12px;
    }

    .helpline-box h3 {
        font-size: 20px;
    }

    .phone-icon-circle {
        width: 35px;
        height: 35px;
    }

    .phone-icon-circle i {
        font-size: 14px;
    }

    .header-border .container-fluid {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .header-border .row {
        row-gap: 8px;
    }

    .header-border .col-md-6:first-child {
        justify-content: center !important;
        text-align: center;
    }

    .header-logo {
        width: 44px;
    }

    .header-border .english-text.fs-6.fs-md-5 {
        font-size: 14px !important;
        line-height: 1.3;
    }

    .header-actions {
        width: 100%;
        justify-content: center !important;
        gap: 8px !important;
    }

    .search-box,
    .header-actions .btn-custom {
        width: 100%;
        justify-content: center;
        text-align: center;
        padding: 10px 14px;
    }

    .header-actions form {
        width: 100%;
    }

    .header-actions form .btn-custom {
        width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .image-composition {
        height: 500px;
        position: relative;
    }

    .circular-bg {
        width: 320px;
        height: 320px;
    }

    .rehmat-card-img {
        width: 220px;
        right: 0;
    }
}

/* Login Page Specifics */
.login-wrapper {
    min-height: calc(100vh - 80px);
}

.auth-card {
    max-width: 512px;
    width: 100%;
    border-radius: 16px;
    background-color: #fff;
}

.auth-header {
    background-color: var(--dark-purple);
    border-radius: 16px 16px 0 0;
}

.auth-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #fff;
    line-height: 1.5;
    font-family: 'Noto Nastaliq Urdu', serif;
}

.auth-subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: -0.01em;
    color: rgba(212, 175, 55, 0.9) !important;
}

#authTabs button {
    font-size: 14px;
    transition: 0.2s;
    background: transparent;
    border: 0px solid rgba(255, 255, 255, 0.05);
}

.auth-tab-active {
    background-color: var(--yellow);
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s;
}

.auth-tab-inactive {
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: 0.2s;
}

.auth-body {
    border-radius: 0 0 16px 16px;
}

.auth-label-ur {
    color: #6b21a8;
    font-weight: 700;
    font-size: 11px;
}

.form-control {
    min-height: 42px;
}

.input-group>.form-select {
    min-height: 42px;
}

.urdu-content {
    font-size: 12px;
}

.auth-label-en {
    font-size: 12px;
    font-weight: 500;
}

.auth-input-group {
    border: 1px solid rgba(139, 76, 246, 0.3);
    border-radius: 8px;
    background-color: #fbf9ff;
    overflow: hidden;
}

.auth-input-icon {
    color: #a894c4 !important;
}

.auth-input,
.auth-input-pwd {
    box-shadow: none !important;
    margin: 0;
    outline: none;
    text-align: left !important;
    direction: ltr !important;
}

.auth-input::placeholder,
.auth-input-pwd::placeholder {
    text-align: left !important;
}

.auth-input {
    font-family: 'Inter', sans-serif;
}

.auth-link {
    color: #6b21a8;
    font-size: 12px;
}

.auth-submit-btn {
    min-height: 42px;
    border-radius: 8px;
    font-size: 15px;
    background-color: var(--yellow);
    color: #000;
    transition: 0.2s;
    box-shadow: 0 4px 6px rgba(212, 175, 55, 0.2);
}

.auth-submit-btn:hover,
.auth-submit-btn:focus {
    background-color: #d4af37;
    filter: brightness(0.95);
}

.auth-help-row {
    direction: ltr;
}

.auth-help-icon {
    font-size: 18px;
    color: #111;
    transform: scaleX(-1);
}

.auth-help-line1 {
    font-size: 11px;
    line-height: 1;
}

.auth-help-urdu {
    font-family: 'Noto Nastaliq Urdu', serif;
}

.auth-help-line2 {
    font-size: 13px;
    line-height: 1.2;
}

.auth-help-phone {
    color: #6b21a8;
}

.auth-footer-divider {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.auth-copy {
    font-size: 12px;
}

.auth-dept {
    color: #6b21a8;
    font-size: 12px;
    font-family: 'Noto Nastaliq Urdu', serif;
}

.footer-fixed {
    opacity: 0.85;
}

.footer-text {
    font-size: 10px;
    font-weight: 600;
    color: #333;
    direction: ltr;
}

.footer-rights {
    font-size: 10px;
    font-weight: 600;
    color: #333;
    direction: ltr;
}

/* Custom Nav Pills */
.nav-pills .nav-link {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.nav-pills .nav-link:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: var(--yellow) !important;
    color: #000 !important;
    border-color: transparent !important;
}

/* Progress Bar Styles */
.progress-container {
    height: 8px;
    background-color: #e9ecef;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.progress-bar-fill {
    height: 100%;
    background-color: var(--pink-progress);
    border-radius: 4px;
}

/* Header Text Styles */
.header-text-purple {
    color: var(--dark-purple);
    font-size: 20px;
    font-family: 'Inter', sans-serif;
}

.header-text-purple-ur {
    color: var(--dark-purple);
    font-size: 20px;
    font-family: 'Noto Nastaliq Urdu', serif;
}

/* Gold Button Style */
.auth-submit-btn-gold {
    background-color: var(--yellow);
    color: #4b2c91;
    border-radius: 12px;
    padding: 12px;
    font-weight: 700;
    box-shadow: 0 4px 6px rgba(212, 175, 55, 0.3);
    transition: all 0.3s ease;
}

.auth-submit-btn-gold:hover {
    background-color: #c09e35;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(212, 175, 55, 0.4);
}

.urdu-content-btn {
    font-family: 'Noto Nastaliq Urdu', serif;
}

/* Auth Input Adjustments */
.auth-input-group {
    background-color: #f7f4ff !important;
    border: 1px solid #e0dbec !important;
}

.auth-input-icon {
    font-size: 16px;
    color: #4b2c91 !important;
}

.auth-label-ur {
    color: var(--dark-purple) !important;
}

/* Tracking Page Styles */
.track-card {
    max-width: 512px;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

ul#authTabs {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 14px;
    padding: 5px;
    min-height: 48px;
}

.track-header {
    background: #4b2c91;
    padding: 25px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.track-title-ur {
    font-family: 'Noto Nastaliq Urdu', serif;
    font-size: 22px;
    margin-bottom: 5px;
}

.track-subtitle-en {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #d4af37;
}

.track-body {
    padding: 20px;
}

.track-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    color: #1a1c1b;
    font-family: 'Inter', sans-serif;
    margin-bottom: 10px;
}

.track-input-group {
    background: #fbf9ff;
    border: 1px solid #e0dbec;
    border-radius: 12px;
    padding: 0px 15px;
    margin-bottom: 5px;
}

.track-input {
    border: none;
    background: transparent;
    padding: 10px 0;
    width: 100%;
    font-family: 'Inter', sans-serif;
    color: #4b2c91;
    font-weight: 500;
    outline: none;
}

.track-example {
    font-weight: 400;
    font-size: 12px;
    line-height: 167%;
    color: #6b7280;
    margin-bottom: 20px;
}

.btn-track {
    background: var(--yellow);
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: -0.01em;
    text-align: center;
    color: #000;

    border: none;
    border-radius: 12px;
    padding: 12px;
    width: 100%;
    font-family: 'Inter', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    text-decoration: none;
}

.btn-track i {
    font-size: 18px;
}

.app-id-card {
    background: #6b21a8;
    color: #fff;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    font-family: 'Inter', sans-serif;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.app-id-label {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.01em;
    color: #fff;
}

.app-id-label-ur {
    font-family: 'Noto Nastaliq Urdu', serif;
    font-size: 14px;
}

.app-id-value {
    font-weight: 700;
    font-size: 16px;
    text-align: right;
    color: #fff;
}

/* Timeline Styles */
.timeline-container {
    font-family: 'Inter', sans-serif;
    padding: 18px;
    background: #faf5ff;
    border-radius: 18px;
    border: 1px solid #e9d5ff;
}

.timeline-item {
    position: relative;
    padding-left: 45px;
    margin-bottom: 30px;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: 17px;
    top: 35px;
    width: 2px;
    height: calc(100% - 10px);
    background: #e0dbec;
}

.timeline-item.active::before {
    background: #7c3aed;
}

.timeline-item:last-child::before {
    display: none;
}

.timeline-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #888;
    font-size: 14px;
    font-weight: 700;
    z-index: 1;
}

.timeline-item.completed .timeline-icon {
    background: #7c3aed;
    color: #fff;
}

.timeline-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.status-text-en {
    font-weight: 700;
    font-size: 15px;
    color: #333;
    margin-bottom: 5px;
}

.urdu-font {
    font-family: 'Noto Nastaliq Urdu', serif;
}

.status-text-ur {
    font-family: 'Noto Nastaliq Urdu', serif;
    line-height: 1.4;
    font-weight: 500;
    font-size: 11px;
    text-align: right;
    color: #111827;
    margin-bottom: 10px;
}

.status-label {
    font-size: 12px;
    color: #888;
}

.status-date {
    font-weight: 700;
    font-size: 13px;
    color: #000;
}

.status-box {
    background: #fff;
    border: 1px solid #f0e6ff;
    border-radius: 12px;
    padding: 15px;
    margin-top: 15px;
}

.status-box p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #555;
}

.status-box p:last-child {
    margin-bottom: 0;
    font-family: 'Noto Nastaliq Urdu', serif;
    text-align: right;
}

.help-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.help-item {
    font-family: 'Inter', sans-serif;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #666;
    font-size: 14px;
}

.help-item i {
    font-size: 20px;
    color: #111;
}

.color-purple {
    color: #6b21a8;
    font-weight: 700;
}

.help-item strong {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    text-align: center;
    color: #6b7280;
    font-weight: 400;

}

.font-urdu {
    font-family: 'Noto Nastaliq Urdu', serif;
}

/* Declaration Page Styles */
.declaration-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.declaration-card {
    border: 1px solid #e0dbec;
}

.declaration-content-box {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
}

.btn-gold-submit {
    background-color: var(--yellow);
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: -0.01em;
    text-align: center;
    color: #000;
    min-height: 42px;
    border: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(212, 175, 55, 0.3);
}

.btn-gold-submit:hover {
    background-color: #c09e35;
    /* transform: translateY(-2px); */
    box-shadow: 0 6px 12px rgba(212, 175, 55, 0.4);
}

.copyright-en {
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
    text-align: center;
    color: #000;
    font-family: 'Inter', sans-serif;
}

.help-icon-circle {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4b2c91;
}

.helpline-label {
    font-size: 11px;
    color: #666;
    line-height: 1.2;
}

.helpline-number {
    font-size: 16px;
    color: #4b2c91;
    line-height: 1.2;
}

.footer-card-info {
    font-size: 11px;
    color: #888;
}

.copyright-ur {
    margin-top: 15px;
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
    text-align: center;
    color: #721f80;
}

.header-text-purple-ur {
    font-family: 'Noto Nastaliq Urdu', serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #331b91;
}

.header-text-purple {
    font-family: 'Inter', sans-serif;
    color: #4b2c91;
}

.text-secondary {
    font-family: 'Inter', sans-serif;
}

/* Add Child Step 3 Styles */
.add-child-card {
    background-color: #f7f4ff;
    border: 1px solid #e0dbec;
    border-radius: 20px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(139, 76, 246, 0.05);
}

.add-child-img {
    width: 86px;
    height: auto;
    margin-right: 20px;
}

.add-child-info {
    flex-grow: 1;
}

.add-child-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.01em;
    text-align: left;
    color: #1a1a1a;
}

.add-child-subtitle-ur {
    font-family: 'Noto Nastaliq Urdu', serif;
    font-weight: 400;
    font-size: 15px;
    color: #6b7280;
}

.pink-add-btn {
    width: 45px;
    height: 45px;
    background-color: #f64c8c;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    border: none;
    box-shadow: 0 4px 10px rgba(246, 76, 140, 0.3);
    cursor: pointer;
    transition: all 0.2s ease;
}

.pink-add-btn:hover {
    background-color: #e91e63;
    transform: scale(1.05);
}

.child-list-header {
    font-family: 'Inter', sans-serif;
    color: #6b21a8;
    font-weight: 500;
    font-size: 16px !important;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.child-list-header .urdu-font {
    font-family: 'Noto Nastaliq Urdu', serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #6b21a8;
}

/* Child List Item Styles */
.child-item-card {
    background-color: #f9f7ff;
    border: 1px dashed rgba(246, 76, 140, 0.3);
    border-radius: 20px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.child-avatar-circle {
    width: 48px;
    height: 48px;
    background-color: #f64c8c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    margin-right: 15px;
    box-shadow: 0 4px 8px rgba(246, 76, 140, 0.2);
}

.child-name {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #1a1a1a;
    flex-grow: 1;
    margin-bottom: 0;
}

.child-actions {
    display: flex;
    gap: 10px;
}

.child-action-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #f64c8c;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #f64c8c;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.child-action-btn:hover {
    background-color: #f64c8c;
    color: #fff;
}

/* Summary Page Styles */
.summary-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 15px;
}

.summary-header h5 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.01em;
    color: #1a1a1a;
    margin: 0;
}

.summary-header .urdu-text {
    font-size: 20px;
    font-family: 'Noto Nastaliq Urdu', serif;
}

.summary-card-container {
    background: #fbf9ff;
    border-radius: 0px;
    border-top: 3px solid #6B21A8;
    padding: 15px 20px;
    box-shadow: 0 4px 12px rgba(139, 76, 246, 0.05);
    margin-bottom: 20px;
}

.summary-item-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(139, 76, 246, 0.1);
}

.summary-item-row:last-child {
    border-bottom: none;
}

.summary-item-left {
    text-align: left;
}

.summary-item-right {
    text-align: right;
}

.summary-item-label-en {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 144%;
    letter-spacing: -0.01em;
    text-align: left;
    color: #333;
    margin-bottom: 2px;
}

.summary-item-label-ur {
    font-size: 14px;
    color: #4b4b4b;
    font-family: 'Noto Nastaliq Urdu', serif;
}

.summary-item-value {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #333;
    display: block;
}

.orphan-card-collapsed {
    background: #fbf9ff;
    border-radius: 10px;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid rgba(139, 76, 246, 0.1);
}

.orphan-card-collapsed .summary-item-value {
    margin-bottom: 0px;
}

.confirmation-section {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 20px 0;
}

.confirmation-section input[type='checkbox'] {
    width: 18px;
    height: 18px;
    margin-top: 4px;
    accent-color: #8b4cf6;
}

.confirmation-text {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #4b4b4b;
}

.confirmation-text .urdu-text {
    display: block;
    margin-top: 2px;
    font-size: 15px;
    text-align: right;
    font-family: 'Noto Nastaliq Urdu', serif;
}

.btn-proceed {
    font-family: 'Inter', sans-serif;
    background: #d4af37;
    color: #1a1a1a;
    font-weight: 600;
    padding: 12px;
    border-radius: 10px;
    border: none;
    width: 100%;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: all 0.2s;
    text-decoration: none;
}

.btn-proceed:hover {
    background: #c09e35;
    transform: translateY(-1px);
    color: #000;
}

.cursor-pointer {
    cursor: pointer;
}

.app {
    position: absolute;
    right: 12.2%;
    bottom: 0;
    width: fit-content;
}