﻿.loading-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(249, 213, 213, 0.75);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
}

/* Content Box */
.loading-content {
    background: rgba(255, 255, 255, 0.05);
    padding: 35px 40px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

/* Logo Animation */
.loading-logo {
    width: 90px;
    animation: pulse 1.5s infinite;
}

/* Text */
.loading-text {
    color: #fff;
    font-weight: 600;
    font-family: 'Cairo', sans-serif;
}

/* Animation */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.widthW {
    min-width: 100% !important;
    max-width: 100% !important;
}



.binkeecolor {
    background-color: #f8d6e7 !important;
}

.card-header {
    background-color: #f8d6e7 !important;
}

.btnblock {
    width: 100% !important;
}

/* مسافة بين الخيارات */
.rbl-custom label {
    cursor: pointer;
    margin-right: 0px;
}

/* مسافة بين الدائرة والنص */
.rbl-custom input[type="radio"] {
    margin-left: 3px; /* مهم للغة العربية */
}

/* تحسين الشكل */
.rbl-custom {
    margin-top: 10px;
}

.progress-box {
    width: 340px;
    margin: 20px auto;
}

.progress-title {
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    color: #555;
    margin-bottom: 10px;
}

.custom-progress {
    width: 100%;
    height: 12px;
    background: #e9edf2;
    border-radius: 20px;
    overflow: hidden;
}

.custom-progress-bar {
    height: 100%;
    width: 0%;
    background: #c8568c;
    border-radius: 20px;
    transition: width .4s;
}

.progress-box {
    width: 100%;
    margin: 20px auto;
    font-family: 'Cairo', sans-serif;
}

.progress-title {
    text-align: right;
    font-weight: 700;
    margin-bottom: 10px;
}


body {
    font-family: 'Cairo', sans-serif;
    background: #f7f7f7;
    margin: 0;
    padding: 0;
    color: #5f6773;
}

.guide-section {
    padding: 20px 15px 30px;
    background: #f7f7f7;
}

.guide-title {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    color: #2f3a4c;
    margin-bottom: 8px;
}

.guide-subtitle {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #6f7782;
    margin-bottom: 28px;
}

.steps-wrapper {
    position: relative;
}

.steps-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

    .steps-row::before {
        content: "";
        position: absolute;
        top: 15px;
        right: 45px;
        left: 45px;
        height: 2px;
        background: #d9dde3;
        z-index: 0;
    }

.step-item {
    position: relative;
    z-index: 1;
    text-align: center;
    width: 90px;
    flex: 0 0 90px;
}

.step-circle {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: #e8eaee;
    color: #6e7681;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
}

.step-label {
    font-size: 13px;
    font-weight: 700;
    color: #6b7380;
    line-height: 1.5;
    white-space: nowrap;
}

.step-item.active .step-circle {
    background: #c95488;
    color: #fff;
}

.step-item.active .step-label {
    color: #c95488;
}

@media (max-width: 991.98px) {
    .steps-scroll {
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 10px;
    }

    .steps-row {
        min-width: 1080px;
    }
}


.guide-section {
    padding: 20px 15px 30px;
    background: #f7f7f7;
}

.guide-title {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    color: #2f3a4c;
    margin-bottom: 8px;
}

.guide-subtitle {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #6f7782;
    margin-bottom: 28px;
}

.steps-wrapper {
    position: relative;
}

.steps-scroll {
    overflow-x: auto;
    overflow-y: hidden;
}

.steps-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    min-width: 1100px;
    padding: 0 5px;
}

    .steps-row::before {
        content: "";
        position: absolute;
        top: 15px;
        right: 45px;
        left: 45px;
        height: 2px;
        background: #d9dde3;
        z-index: 0;
    }

.step-item {
    position: relative;
    z-index: 1;
    text-align: center;
    width: 90px;
    flex: 0 0 90px;
}

.step-circle {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: #e8eaee;
    color: #6e7681;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
}

.step-label {
    font-size: 13px;
    font-weight: 700;
    color: #6b7380;
    line-height: 1.5;
    white-space: nowrap;
}

.step-item.active .step-circle {
    background: #c95488;
    color: #fff;
}

.step-item.active .step-label {
    color: #c95488;
}


.password-rules {
    background: linear-gradient(180degm #EFD3DC 0%, #B7A6B2 100%);
    border: 0px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    color: #4b3f4f;
    padding: 14px;
}

.rule-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    margin-bottom: 8px;
    border-radius: 12px;
    background: #ffffff;
    color: #6b7280;
    font-size: 15px;
    transition: all 0.25s ease;
}

    .rule-item:last-child {
        margin-bottom: 0;
    }

.rule-icon {
    width: 26px;
    height: 26px;
    min-width: 26px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e5e7eb;
    color: #6b7280;
    font-weight: bold;
}

.rule-item.valid {
    background: #ecfdf5;
    color: #047857;
    border: 1px solid #a7f3d0;
}

    .rule-item.valid .rule-icon {
        background: #10b981;
        color: #ffffff;
    }

.rule-item.invalid {
    background: #fff1f2;
    color: #be123c;
    border: 1px solid #fecdd3;
}

    .rule-item.invalid .rule-icon {
        background: #f43f5e;
        color: #ffffff;
    }


.setModernCard {
    background: #EFD3DC;
    background: -webkit-linear-gradient(180deg, #EFD3DC 0%, #B7A6B2 100%);
    background: linear-gradient(180deg, #EFD3DC 0%, #B7A6B2 100%);
    border: 0px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 8px 24px #5f6773;
    color: #4b3f4f;
    padding: 14px;
}

.setModernCardSS {
    background: #EFD3DC;
    background: -webkit-linear-gradient(180deg, #EFD3DC 0%, #B7A6B2 100%);
    background: linear-gradient(180deg, #EFD3DC 0%, #B7A6B2 100%);
    border: 50px solid #2f3a4c;
    border-radius: 16px;
    box-shadow: 0 8px 24px #5f6773;
    color: rgba(0,0,0,0.3);
    padding: 14px;
    text-align: center;
}



/*Health Section*/

.health-side-card {
    width: 100%;
    min-height: 100%;
    padding: 28px 22px;
    border-radius: 18px;
    background: linear-gradient(180deg, #EFD3DC 0%, #B7A6B2 100%);
    box-shadow: 0 14px 35px rgba(80, 60, 75, 0.22);
    text-align: center;
    color: #263238;
    position: relative;
    overflow: hidden;
}

    .health-side-card::after {
        content: "";
        position: absolute;
        bottom: 18px;
        right: 18px;
        width: 120px;
        height: 120px;
        background-image: radial-gradient(rgba(255,255,255,0.35) 2px, transparent 2px);
        background-size: 14px 14px;
        opacity: 0.55;
    }

.health-main-icon {
    width: 96px;
    height: 96px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: rgba(255,255,255,0.38);
    border: 2px solid rgba(255,255,255,0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9b2f68;
    font-size: 42px;
}

.health-side-card h4 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 12px;
    color: #111827;
}

.health-desc {
    font-size: 15px;
    line-height: 1.9;
    color: #4b5563;
    margin-bottom: 18px;
    font-weight: 600;
}

.health-line {
    width: 80px;
    height: 3px;
    margin: 0 auto 24px;
    border-radius: 20px;
    background: #a62d70;
    position: relative;
}

    .health-line::after {
        content: "";
        position: absolute;
        left: -7px;
        top: -3px;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: #a62d70;
    }

.health-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    z-index: 2;
}

.health-item {
    display: grid;
    grid-template-columns: 44px 1fr 34px;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border-radius: 12px;
    background: rgba(255,255,255,0.88);
    box-shadow: 0 8px 18px rgba(80,60,75,0.10);
    transition: 0.25s ease;
}

    .health-item:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 24px rgba(80,60,75,0.18);
    }

.item-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F3D7E3;
    color: #a62d70;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.item-text {
    text-align: right;
    font-size: 14px;
    font-weight: 700;
    color: #374151;
    line-height: 1.7;
}

.check-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #159653;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

@media (max-width: 991px) {
    .health-side-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .health-side-card {
        padding: 24px 16px;
    }

    .health-item {
        grid-template-columns: 38px 1fr 30px;
        padding: 10px;
    }

    .item-text {
        font-size: 13px;
    }
}

.mobile-guide-card {
    width: 100%;
    height: 100%;
    min-height: 560px;
    padding: 24px 18px;
    border-radius: 18px;
    background: linear-gradient(180deg, #EFD3DC 0%, #B7A6B2 100%);
    box-shadow: 0 14px 35px rgba(80, 60, 75, 0.25);
    text-align: center;
    position: relative;
    overflow: hidden;
    color: #2f2638;
}

    .mobile-guide-card::after {
        content: "";
        position: absolute;
        bottom: 18px;
        right: 18px;
        width: 105px;
        height: 105px;
        background-image: radial-gradient(rgba(255,255,255,0.45) 2px, transparent 2px);
        background-size: 13px 13px;
        opacity: 0.7;
    }

.guide-icon-main {
    width: 88px;
    height: 88px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: rgba(255,255,255,0.34);
    border: 2px solid rgba(255,255,255,0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a62d70;
    font-size: 38px;
}

.mobile-guide-card h4 {
    font-size: 23px;
    font-weight: 900;
    margin-bottom: 10px;
    color: #171827;
}

.guide-desc {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 700;
    color: #4b5563;
    margin-bottom: 20px;
}

.guide-steps {
    display: flex;
    flex-direction: column;
    gap: 11px;
    position: relative;
    z-index: 2;
}

.guide-step {
    display: grid;
    grid-template-columns: 34px 1fr 42px;
    align-items: center;
    gap: 9px;
    min-height: 68px;
    padding: 10px 12px;
    border-radius: 13px;
    background: rgba(255,255,255,0.88);
    box-shadow: 0 8px 18px rgba(80,60,75,0.10);
}

.step-no {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #efd3dc;
    color: #9b2f68;
    font-size: 15px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-text {
    text-align: right;
    font-size: 13.5px;
    font-weight: 800;
    line-height: 1.8;
    color: #374151;
}

.step-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f3d7e3;
    color: #a62d70;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

@media (max-width: 991px) {
    .mobile-guide-card {
        min-height: auto;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .mobile-guide-card {
        padding: 22px 14px;
    }

    .guide-step {
        grid-template-columns: 32px 1fr 38px;
        min-height: 64px;
    }

    .step-text {
        font-size: 13px;
    }
}


.email-guide-card {
    width: 100%;
    height: 100%;
    min-height: 560px;
    padding: 24px 18px;
    border-radius: 18px;
    background: linear-gradient(180deg, #efd3dc 0%, #b7a6b2 100%);
    box-shadow: 0 14px 35px rgba(80, 60, 75, 0.25);
    text-align: center;
    position: relative;
    overflow: hidden;
    color: #2f2638;
}

    .email-guide-card::after {
        content: "";
        position: absolute;
        bottom: 18px;
        right: 18px;
        width: 105px;
        height: 105px;
        background-image: radial-gradient(rgba(255,255,255,0.45) 2px, transparent 2px);
        background-size: 13px 13px;
        opacity: 0.7;
    }

.email-main-icon {
    width: 88px;
    height: 88px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: rgba(255,255,255,0.34);
    border: 2px solid rgba(255,255,255,0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a62d70;
    font-size: 38px;
}

.email-guide-card h4 {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 10px;
    color: #171827;
}

.email-desc {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 700;
    color: #4b5563;
    margin-bottom: 20px;
}

.email-steps {
    display: flex;
    flex-direction: column;
    gap: 11px;
    position: relative;
    z-index: 2;
}

.email-step {
    display: grid;
    grid-template-columns: 34px 1fr 42px;
    align-items: center;
    gap: 9px;
    min-height: 68px;
    padding: 10px 12px;
    border-radius: 13px;
    background: rgba(255,255,255,0.88);
    box-shadow: 0 8px 18px rgba(80,60,75,0.10);
}

.step-no {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #efd3dc;
    color: #9b2f68;
    font-size: 15px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-text {
    text-align: right;
    font-size: 13.5px;
    font-weight: 800;
    line-height: 1.8;
    color: #374151;
}

.step-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f3d7e3;
    color: #a62d70;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

.email-note-title {
    margin: 22px auto 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #2f2638;
    font-size: 20px;
    font-weight: 900;
    position: relative;
    z-index: 2;
}

    .email-note-title i {
        color: #a62d70;
        font-size: 24px;
    }

    .email-note-title::after {
        content: "";
        position: absolute;
        bottom: -8px;
        right: 0;
        width: 90px;
        height: 3px;
        border-radius: 20px;
        background: #a62d70;
    }

.email-note {
    display: grid;
    grid-template-columns: 42px 1fr;
    align-items: center;
    gap: 10px;
    min-height: 74px;
    padding: 12px;
    margin-top: 18px;
    border-radius: 13px;
    background: rgba(255,255,255,0.88);
    box-shadow: 0 8px 18px rgba(80,60,75,0.10);
    position: relative;
    z-index: 2;
}

.note-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f3d7e3;
    color: #a62d70;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

.note-text {
    text-align: right;
    font-size: 13.5px;
    font-weight: 800;
    line-height: 1.9;
    color: #374151;
}

@media (max-width: 991px) {
    .email-guide-card {
        min-height: auto;
        margin-bottom: 20px;
    }
}


.age-guide-card {
    width: 100%;
    height: 100%;
    min-height: 430px;
    padding: 24px 18px;
    border-radius: 18px;
    background: linear-gradient(180deg, #efd3dc 0%, #b7a6b2 100%);
    box-shadow: 0 14px 35px rgba(80, 60, 75, 0.25);
    text-align: center;
    position: relative;
    overflow: hidden;
    color: #2f2638;
}

    .age-guide-card::after {
        content: "";
        position: absolute;
        bottom: 18px;
        right: 18px;
        width: 100px;
        height: 100px;
        background-image: radial-gradient(rgba(255,255,255,0.45) 2px, transparent 2px);
        background-size: 13px 13px;
        opacity: 0.7;
    }

.age-main-icon {
    width: 88px;
    height: 88px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: rgba(255,255,255,0.34);
    border: 2px solid rgba(255,255,255,0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a62d70;
    font-size: 38px;
}

.age-guide-card h4 {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 10px;
    color: #171827;
}

.age-desc {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 700;
    color: #4b5563;
    margin-bottom: 22px;
}

.age-steps {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    z-index: 2;
}

.age-step {
    display: grid;
    grid-template-columns: 34px 1fr 42px;
    align-items: center;
    gap: 9px;
    min-height: 72px;
    padding: 12px;
    border-radius: 13px;
    background: rgba(255,255,255,0.88);
    box-shadow: 0 8px 18px rgba(80,60,75,0.10);
}

.step-check {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #159653;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-text {
    text-align: right;
    font-size: 13.5px;
    font-weight: 800;
    line-height: 1.9;
    color: #374151;
}

.step-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f3d7e3;
    color: #a62d70;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

@media (max-width: 991px) {
    .age-guide-card {
        min-height: auto;
        margin-bottom: 20px;
    }
}


.step-link {
    text-decoration: none !important;
    color: inherit !important;
    cursor: pointer;
    display: block;
}

    .step-link:hover {
        text-decoration: none !important;
        transform: translateY(-3px);
    }

    .step-link.active .step-circle {
        background: #c95488;
        color: #fff;
    }

    .step-link.active .step-label {
        color: #c95488;
    }

.help-screen-card {
    position: relative;
    background: linear-gradient(180deg, #dcc4cf 0%, #cdbbc6 100%);
    border-radius: 28px;
    padding: 35px 22px;
    overflow: hidden;
    min-height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    direction: rtl;
}

    /* decorative dots */
    .help-screen-card::after {
        content: "";
        position: absolute;
        bottom: 18px;
        left: 18px;
        width: 85px;
        height: 85px;
        background-image: radial-gradient(rgba(255,255,255,0.65) 1.5px, transparent 1.5px);
        background-size: 12px 12px;
        opacity: .6;
    }

/* top icon */
.help-icon-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 22px;
}

.help-icon {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: rgba(255,255,255,0.18);
    border: 2px solid rgba(255,255,255,0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b12d74;
    font-size: 40px;
    backdrop-filter: blur(4px);
}

/* title */
.help-title {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    color: #2f1d28;
    margin-bottom: 12px;
}

/* description */
.help-description {
    text-align: center;
    color: #4c3944;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 30px;
    font-weight: 600;
}

/* help items */
.help-item {
    background: #fff;
    border-radius: 20px;
    padding: 18px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    transition: all .25s ease;
}

    .help-item:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 22px rgba(0,0,0,0.08);
    }

.help-item-icon {
    min-width: 46px;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: #efd7e3;
    color: #b12d74;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.help-item-text {
    flex: 1;
    font-size: 14px;
    line-height: 1.9;
    color: #3d2b35;
    font-weight: 700;
}

.help-check {
    min-width: 34px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #17a55b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

/* responsive */
@media (max-width: 991px) {

    .help-screen-card {
        margin-bottom: 20px;
    }

    .help-title {
        font-size: 24px;
    }

    .help-item-text {
        font-size: 13px;
    }
}

.help-screen-card {
    position: relative;
    direction: rtl;
    min-height: 100%;
    padding: 34px 18px 28px;
    border-radius: 26px;
    overflow: hidden;
    background: linear-gradient(180deg, #e8cbd7 0%, #c8b5c1 100%);
    box-shadow: 0 12px 28px rgba(80, 55, 70, 0.15);
}

    .help-screen-card::after {
        content: "";
        position: absolute;
        left: 18px;
        bottom: 16px;
        width: 90px;
        height: 70px;
        background-image: radial-gradient(rgba(255,255,255,.65) 2px, transparent 2px);
        background-size: 12px 12px;
        opacity: .6;
    }

.help-icon-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}

.help-icon {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b22b79;
    font-size: 34px;
    background: rgba(255,255,255,.22);
    border: 1.5px solid rgba(255,255,255,.75);
}

.help-title {
    margin: 0 0 10px;
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    color: #241823;
}

.help-description {
    margin: 0 0 24px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8;
    color: #4c3d49;
}

.help-item {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 68px;
    margin-bottom: 12px;
    padding: 14px 14px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(80, 55, 70, 0.08);
}

.help-item-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b22b79;
    font-size: 17px;
    background: #f1d7e5;
}

.help-item-text {
    flex: 1;
    font-size: 13.5px;
    font-weight: 800;
    line-height: 1.8;
    color: #2e2530;
}

.help-check {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #10a957;
    font-size: 14px;
}

@media (max-width: 991px) {
    .help-screen-card {
        margin-bottom: 20px;
    }
}


.help-screen-card {
    position: relative;
    direction: rtl;
    min-height: 100%;
    padding: 34px 18px 28px;
    border-radius: 26px;
    overflow: hidden;
    background: linear-gradient(180deg, #e8cbd7 0%, #c8b5c1 100%);
    box-shadow: 0 12px 28px rgba(80, 55, 70, 0.15);
}

    .help-screen-card::after {
        content: "";
        position: absolute;
        left: 18px;
        bottom: 16px;
        width: 90px;
        height: 70px;
        background-image: radial-gradient(rgba(255,255,255,.65) 2px, transparent 2px);
        background-size: 12px 12px;
        opacity: .6;
    }

.help-icon-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}

.help-icon {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b22b79;
    font-size: 34px;
    background: rgba(255,255,255,.22);
    border: 1.5px solid rgba(255,255,255,.75);
}

.help-title {
    margin: 0 0 10px;
    text-align: center;
    font-size: 21px;
    font-weight: 800;
    color: #241823;
}

.help-description {
    margin: 0 0 24px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8;
    color: #4c3d49;
}

.help-item {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 66px;
    margin-bottom: 12px;
    padding: 13px 14px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(80, 55, 70, 0.08);
}

.help-item-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b22b79;
    font-size: 17px;
    background: #f1d7e5;
}

.help-item-text {
    flex: 1;
    font-size: 13.5px;
    font-weight: 800;
    line-height: 1.8;
    color: #2e2530;
}

.help-check {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #10a957;
    font-size: 14px;
}



.help-screen-card {
    position: relative;
    direction: rtl;
    min-height: 100%;
    padding: 34px 18px 28px;
    border-radius: 26px;
    overflow: hidden;
    background: linear-gradient(180deg, #e8cbd7 0%, #c8b5c1 100%);
    box-shadow: 0 12px 28px rgba(80, 55, 70, 0.15);
}

    .help-screen-card::after {
        content: "";
        position: absolute;
        left: 18px;
        bottom: 16px;
        width: 90px;
        height: 70px;
        background-image: radial-gradient(rgba(255,255,255,.65) 2px, transparent 2px);
        background-size: 12px 12px;
        opacity: .6;
    }

.help-icon-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}

.help-icon {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b22b79;
    font-size: 34px;
    background: rgba(255,255,255,.22);
    border: 1.5px solid rgba(255,255,255,.75);
}

.help-title {
    margin: 0 0 10px;
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    color: #241823;
}

.help-description {
    margin: 0 0 24px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.9;
    color: #4c3d49;
}

.help-item {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 68px;
    margin-bottom: 14px;
    padding: 14px 15px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(80, 55, 70, 0.08);
}

.help-item-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b22b79;
    font-size: 17px;
    background: #f2d8e5;
}

.help-item-text {
    flex: 1;
    font-size: 13.5px;
    font-weight: 800;
    line-height: 1.8;
    color: #2e2530;
}

.help-check {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #12a857;
    color: #fff;
    font-size: 14px;
}




.help-screen-card {
    position: relative;
    direction: rtl;
    min-height: 100%;
    padding: 34px 18px 28px;
    border-radius: 26px;
    overflow: hidden;
    background: linear-gradient(180deg, #e8cbd7 0%, #c8b5c1 100%);
    box-shadow: 0 12px 28px rgba(80, 55, 70, 0.15);
}

    .help-screen-card::after {
        content: "";
        position: absolute;
        left: 18px;
        bottom: 16px;
        width: 90px;
        height: 70px;
        background-image: radial-gradient(rgba(255,255,255,.65) 2px, transparent 2px);
        background-size: 12px 12px;
        opacity: .6;
    }

.help-icon-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}

.help-icon {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b22b79;
    font-size: 34px;
    background: rgba(255,255,255,.22);
    border: 1.5px solid rgba(255,255,255,.75);
}

.help-title {
    margin: 0 0 10px;
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    color: #241823;
}

.help-description {
    margin: 0 0 24px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.9;
    color: #4c3d49;
}

.help-item {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 68px;
    margin-bottom: 14px;
    padding: 14px 15px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(80, 55, 70, 0.08);
}

.help-item-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b22b79;
    font-size: 17px;
    background: #f2d8e5;
}

.help-item-text {
    flex: 1;
    font-size: 13.5px;
    font-weight: 800;
    line-height: 1.8;
    color: #2e2530;
}

.help-check {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #12a857;
    color: #fff;
    font-size: 14px;
}


