﻿@font-face {
    font-family: 'Vazir';
    src: url('https://cdn.fontcdn.ir/Font/Persian/Vazir/Vazir.eot');
    src: url('https://cdn.fontcdn.ir/Font/Persian/Vazir/Vazir.eot?#iefix') format('embedded-opentype'), url('https://cdn.fontcdn.ir/Font/Persian/Vazir/Vazir.woff2') format('woff2'), url('https://cdn.fontcdn.ir/Font/Persian/Vazir/Vazir.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



body {
    background: linear-gradient(135deg, #0a2f44 0%, #1b4f72 30%, #2c7eb6 70%, #5dade2 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Vazir', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 20px;
}

/* کلاس اصلی کانتینر با نام پیچیده */
.xYz7A9kLmN {
    max-width: 1300px;
    width: 100%;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

/* باکس فرم اصلی */
.formBox_PqRsTuVw {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(2px);
    border-radius: 48px;
    box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.25), 0 8px 18px rgba(0, 0, 0, 0.05);
    padding: 30px 28px 40px 28px;
    width: 100%;
    max-width: 620px;
    transition: all 0.3s ease;
    border: 1px solid rgba(52, 152, 219, 0.2);
}

/* سایدبار تصویر کنار فرم (درون باکس اصلی ولی جدا) */
.imageSide_HjKlMn {
    max-width: 280px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: softFloat 4s ease-in-out infinite;
}

    .imageSide_HjKlMn img {
        width: 100%;
        height: auto;
        border-radius: 32px;
        filter: drop-shadow(0 15px 15px rgba(0,0,0,0.1));
    }

@keyframes softFloat {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* استپ های فرم */
.stepWrapper_aBcDeF {
    position: relative;
    transition: all 0.5s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

.stepCard_uVwXyZ {
    background: white;
    border-radius: 32px;
    padding: 20px 18px 28px;
    margin-bottom: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.02);
    border: 1px solid #eef2ff;
}

/* تایتل مرحله */
.stepTitle_PoIuYt {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1e4a76;
    border-right: 5px solid #2c7da0;
    padding-right: 15px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* استایل اینپوت‌ها */
.inputGroup_Xyz123 {
    margin-bottom: 28px;
    position: relative;
}

    .inputGroup_Xyz123 label {
        display: block;
        font-size: 0.85rem;
        font-weight: 500;
        color: #2c3e66;
        margin-bottom: 8px;
        padding-right: 8px;
    }

    .inputGroup_Xyz123 input,
    .inputGroup_Xyz123 select,
    .inputGroup_Xyz123 textarea {
        width: 100%;
        padding: 16px 20px;
        font-family: 'Vazir', inherit;
        font-size: 1rem;
        border: 2px solid #e2e8f0;
        border-radius: 28px;
        outline: none;
        transition: all 0.25s;
        background: #fefefe;
    }

        .inputGroup_Xyz123 input:focus,
        .inputGroup_Xyz123 select:focus,
        .inputGroup_Xyz123 textarea:focus {
            border-color: #2c7da0;
            box-shadow: 0 0 0 4px rgba(44,125,160,0.2);
        }
/* دکمه اصلی */
.btnContinue_AqWwSs {
    background: linear-gradient(95deg, #1f6392, #2c7da0);
    border: none;
    padding: 14px 18px;
    width: 100%;
    border-radius: 40px;
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Vazir';
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 12px;
    box-shadow: 0 5px 12px rgba(0,0,0,0.1);
}

    .btnContinue_AqWwSs:hover {
        background: linear-gradient(95deg, #0e4b70, #1f6c8f);
        transform: scale(1.02);
        box-shadow: 0 12px 20px rgba(0,0,0,0.15);
    }
/* دکمه تایید نهایی */
.btnSubmitFinal_TyUiOp {
    background: linear-gradient(95deg, #1b8c5e, #27ae60);
    box-shadow: 0 6px 14px rgba(39,174,96,0.3);
}

    .btnSubmitFinal_TyUiOp:hover {
        background: linear-gradient(95deg, #146c48, #1f8f52);
    }

/* گزارش دکمه شبیه به dropdown سفارشی */
.reportSelectCustom_KlMnBv {
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 32px;
    padding: 12px 18px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.2s;
}

    .reportSelectCustom_KlMnBv:hover {
        border-color: #2c7da0;
        background: #ffffff;
    }

.reportDropdownMenu_JkLoPq {
    display: none;
    background: white;
    border-radius: 28px;
    margin-top: 12px;
    border: 1px solid #cbd5e1;
    max-height: 250px;
    overflow-y: auto;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    z-index: 50;
}

    .reportDropdownMenu_JkLoPq.showMenu_RtyUi {
        display: block;
        animation: rotateDrop 0.3s ease-out;
    }

@keyframes rotateDrop {
    0% {
        opacity: 0;
        transform: scaleY(0.8) rotateX(-10deg);
        transform-origin: top;
    }

    100% {
        opacity: 1;
        transform: scaleY(1) rotateX(0deg);
    }
}

.reportItem_TyuIoP {
    padding: 12px 20px;
    border-bottom: 1px solid #f1f5f9;
    cursor: pointer;
    transition: 0.2s;
    font-size: 0.9rem;
}

    .reportItem_TyuIoP:hover {
        background: #eef6fc;
        padding-right: 28px;
        color: #1e4a76;
    }

/* مرحله جدید انیمیشن چرخشی */
.animateStep_New {
    animation: stepRotateIn 0.55s cubic-bezier(0.2, 0.9, 0.4, 1.1) forwards;
}

@keyframes stepRotateIn {
    0% {
        opacity: 0;
        transform: perspective(400px) rotateX(35deg) translateY(18px);
    }

    40% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
        transform: perspective(400px) rotateX(0deg) translateY(0);
    }
}

/* باکس پشتیبانی پایین */
.supportBox_XyZ12Ab {
    background: #f0f9ff;
    border-radius: 28px;
    padding: 18px 22px;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    border: 1px solid #cde3f0;
}

.supportText_FgHyJk {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #155c7a;
    font-weight: 500;
}

.supportBtn_KlMnBv {
    background: none;
    border: 2px solid #2c7da0;
    padding: 10px 20px;
    border-radius: 40px;
    color: #1f6392;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.25s;
    cursor: pointer;
    font-family: 'Vazir';
}

    .supportBtn_KlMnBv:hover {
        background: #2c7da0;
        color: white;
        transform: scale(1.02);
    }

/* ریسپانسیو */
@media (max-width: 880px) {
    .xYz7A9kLmN {
        flex-direction: column;
    }

    .imageSide_HjKlMn {
        max-width: 220px;
        order: 2;
    }

    .formBox_PqRsTuVw {
        order: 1;
        padding: 25px 20px;
    }
}

@media (max-width: 550px) {
    .formBox_PqRsTuVw {
        padding: 20px 16px;
    }

    .supportBox_XyZ12Ab {
        flex-direction: column;
        text-align: center;
    }

    .stepTitle_PoIuYt {
        font-size: 1rem;
    }
}

.hiddenStep_Class {
    display: none;
}

.errorMsg_Red {
    color: #e03a3a;
    font-size: 0.75rem;
    margin-top: 6px;
    padding-right: 12px;
}

i, .fas, .far {
    pointer-events: none;
}

textarea {
    resize: vertical;
    min-height: 100px;
}




