﻿@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;
}



/*ابرها*/


/* بخش هدر باکس (جلوی ابرها) */
.abrmyq_heroSection {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    z-index: 20;
    overflow: hidden;
    pointer-events: auto;
}

/* باکس محتوای اصلی */
.abrmyq_heroContent {
    position: relative;
    z-index: 25;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(15px);
    padding: 2rem 3rem;
    border-radius: 48px;
    border: 1px solid rgba(255,255,255,0.4);
    box-shadow: 0 25px 45px rgba(0,0,0,0.3);
    animation: abrmyq_fadeScale 1s ease-out;
    margin: 0 20px;
}

    .abrmyq_heroContent h1 {
        font-size: 2.5rem;
        font-weight: 800;
        text-shadow: 0 10px 25px rgba(0,0,0,0.4);
        letter-spacing: -1px;
        margin-bottom: 1rem;
    }

    .abrmyq_heroContent p {
        font-size: 1.1rem;
        opacity: 0.95;
        max-width: 650px;
    }

@keyframes abrmyq_fadeScale {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(30px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* کانتینر اصلی ابرها - پشت همه چیز */
.abrmyq_cloudsScene {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 5;
    overflow: hidden;
}

/* لایه‌های ابر */
.abrmyq_cloudLayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/* لایه دور (کندتر، کوچک‌تر، مات‌تر) */
.abrmyq_layerBack {
    z-index: 1;
    filter: blur(1.5px);
}

/* لایه متوسط */
.abrmyq_layerMid {
    z-index: 2;
}

/* لایه نزدیک */
.abrmyq_layerFront {
    z-index: 3;
}

/* طراحی اصلی ابر */
.abrmyq_cloud {
    position: absolute;
    background: radial-gradient(ellipse at 30% 40%, rgba(255,255,255,1) 0%, rgba(248,249,255,0.95) 60%, rgba(235,240,255,0.85) 100%);
    border-radius: 1000px;
    box-shadow: 0 15px 35px -10px rgba(0,0,0,0.2), 0 0 0 1.5px rgba(255,255,255,0.7) inset, 0 8px 20px rgba(255,255,200,0.3);
    will-change: transform, opacity;
    transition: opacity 0.3s ease-out;
}

    /* توده‌های ابر (عناصر قبل و بعد) */
    .abrmyq_cloud::before,
    .abrmyq_cloud::after {
        content: '';
        position: absolute;
        background: inherit;
        border-radius: 50%;
        box-shadow: inherit;
    }

/* سایز بزرگ - برای موبایل کوچک‌تر شد */
.abrmyq_cloudLarge {
    width: min(280px, 70vw);
    height: min(160px, 40vw);
}

    .abrmyq_cloudLarge::before {
        width: 50%;
        height: 50%;
        top: -25%;
        left: 10%;
    }

    .abrmyq_cloudLarge::after {
        width: 40%;
        height: 40%;
        top: -20%;
        right: 12%;
    }

/* سایز متوسط */
.abrmyq_cloudMedium {
    width: min(210px, 55vw);
    height: min(120px, 30vw);
}

    .abrmyq_cloudMedium::before {
        width: 50%;
        height: 50%;
        top: -30%;
        left: 12%;
    }

    .abrmyq_cloudMedium::after {
        width: 40%;
        height: 40%;
        top: -25%;
        right: 15%;
    }

/* سایز کوچک */
.abrmyq_cloudSmall {
    width: min(150px, 40vw);
    height: min(85px, 22vw);
}

    .abrmyq_cloudSmall::before {
        width: 50%;
        height: 50%;
        top: -30%;
        left: 12%;
    }

    .abrmyq_cloudSmall::after {
        width: 38%;
        height: 38%;
        top: -25%;
        right: 15%;
    }

/* سایز خیلی کوچک */
.abrmyq_cloudTiny {
    width: min(100px, 28vw);
    height: min(58px, 15vw);
}

    .abrmyq_cloudTiny::before {
        width: 48%;
        height: 48%;
        top: -30%;
        left: 10%;
    }

    .abrmyq_cloudTiny::after {
        width: 35%;
        height: 35%;
        top: -22%;
        right: 12%;
    }

/* دکمه شیک */
.abrmyq_btnPremium {
    display: inline-block;
    margin-top: 35px;
    padding: 12px 28px;
    background: linear-gradient(135deg, rgba(255,255,255,0.25), rgba(255,255,255,0.1));
    backdrop-filter: blur(10px);
    border: 1.5px solid rgba(255,255,255,0.6);
    border-radius: 50px;
    font-weight: bold;
    color: white;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.4s ease;
    letter-spacing: 0.5px;
}

    .abrmyq_btnPremium:hover {
        background: rgba(255,255,255,0.35);
        transform: translateY(-3px) scale(1.02);
        box-shadow: 0 15px 30px rgba(0,0,0,0.2);
        border-color: white;
    }

/* فوتر */
.abrmyq_footer {
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
    color: rgba(255,255,245,0.7);
    font-size: 0.75rem;
    z-index: 25;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 0 15px;
}

/* ریسپانسیو کامل برای موبایل */
@media (max-width: 768px) {
    .abrmyq_heroContent {
        padding: 1.5rem 2rem;
        margin: 0 15px;
    }

        .abrmyq_heroContent h1 {
            font-size: 1.8rem;
        }

        .abrmyq_heroContent p {
            font-size: 0.9rem;
        }

    .abrmyq_btnPremium {
        padding: 10px 20px;
        font-size: 0.85rem;
        margin-top: 25px;
    }
}

/* موبایل‌های خیلی کوچک */
@media (max-width: 480px) {
    .abrmyq_heroContent {
        padding: 1rem 1.5rem;
    }

        .abrmyq_heroContent h1 {
            font-size: 1.4rem;
        }
}
