.elementor-bc-flex-widget .elementor-185750 .elementor-element.elementor-element-399f0e1.elementor-column .elementor-widget-wrap{align-items:space-between;}.elementor-185750 .elementor-element.elementor-element-399f0e1.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:space-between;align-items:space-between;}.elementor-185750 .elementor-element.elementor-element-399f0e1 > .elementor-element-populated{margin:0px 40px 0px 40px;--e-column-margin-right:40px;--e-column-margin-left:40px;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(min-width:768px){.elementor-185750 .elementor-element.elementor-element-399f0e1{width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-ec1ac88 */body {
    font-family: 'iransansx', sans-serif;
    direction: rtl;
    background: linear-gradient(135deg, #1d3557, #457b9d);
    color: #f1faee;
    display: grid;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.container {
    position: center;
    width: 100%;
    padding: 20px;
    margin: 20px;
    box-sizing: border-box;
}

.registration-form {
    background: linear-gradient(135deg, #f1faee, #a8dadc);
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-width: 1200px;
    width: 100%;
    text-align: right;
    margin: auto;
}

.registration-form h1 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    color: #1d3557;
}

/* تنظیمات فیلدهای فرم */
.form-group {
    margin-bottom: 15px;
    position: relative;
}

.experience-row {
    display: flex;
    flex-wrap: wrap;  /* اجازه می‌دهد که فیلدها و دکمه‌ها به صورت چندخطی قرار بگیرند */
    margin-bottom: 15px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    gap: 10px;
}

.row-number {
    font-weight: bold;
    font-size: 18px;
    color: #457b9d;
    margin-left: 10px;
}

.inputs-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex: 1;
}

.experience-input {
    padding: 8px;
    font-size: 14px;
    border: 2px solid #457b9d;
    border-radius: 5px;
    flex: 1 1 180px;  /* عرض فیلدها را متناسب با فضا تنظیم می‌کند */
    margin-bottom: 8px;
}

.buttons-container {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
}

.add-btn, .remove-btn {
    background-color: #FF5733;
    color: white;
    border: none;
    padding: 8px 10px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.add-btn:hover, .remove-btn:hover {
    background-color: #E53935;
}

#workExperience {
    margin-top: 10px;
}

/* در صورتی که صفحه کوچک باشد، دکمه‌ها در پایین ردیف قرار می‌گیرند */
@media (max-width: 768px) {
    .experience-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .inputs-container {
        flex-direction: column;
        width: 100%;
    }

    .buttons-container {
        width: 100%;
        justify-content: flex-end;
    }
}

/* تنظیم چینش برای دستگاه‌های کوچک */
@media (max-width: 768px) {
    .experience-row {
        flex-direction: column;
        align-items: flex-start;
    }

.inputs-container {
        flex-direction: column;
        width: 100%;
    }

    .buttons-container {
        width: 100%;
        justify-content: flex-start;
    }
}



/* برچسب فیلدها (نام، ایمیل، تاریخ تولد و...) */
.label-content {
    display: flex;
    align-items: center;
    gap: 8px; /* فاصله بین آیکون و متن */
    font-size: 16px;
    font-weight: bold;
    color: #1d3557;
}

/* آیکون‌های فیلدها */
.form-icon {
    font-size: 18px;
    color: #457b9d;
}

/* استایل عمومی فیلدهای ورودی */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    border: 2px solid #457b9d;
    border-radius: 5px;
    background: rgba(241, 250, 238, 0.7);
    color: #1d3557;
    outline: none;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}

input[type="tel"] {
    direction: rtl;
    text-align: right;
}

/* استایل برای فیلدهای با خطا */
input:invalid {
    border-color: red;
}

input:invalid:focus {
    box-shadow: 0 0 5px rgba(255, 0, 0, 0.7);
}

/* استایل برای فیلدهایی که به درستی پر شده‌اند */
input:valid {
    border-color: green;
}

/* جلوه‌ی فوکوس برای فیلدهای ورودی */
input:focus, textarea:focus {
    background: rgba(255, 255, 255, 0.4);
    border-color: #007bff;
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
    backdrop-filter: blur(10px);
    transform: scale(1.02);
}

/* دکمه انتخاب تاریخ تولد */
#birthdate-btn {
    margin-bottom: 10px;
}

#birthdate-btn, .submit-btn, .upload-btn {
    width: 100%;
    background: rgba(255, 223, 88, 0.9);
    color: #1d3357;
    border: 2px solid #457b9d;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
}

#birthdate-btn:hover, .submit-btn:hover, .upload-btn:hover, #birthdate-btn:focus, .submit-btn:focus, .upload-btn:focus {
    background: rgba(255, 200, 50, 1);
    box-shadow: 0 0 10px rgba(255, 223, 88, 0.6);
    transform: scale(1.05);
}

/* نمایش نام فایل انتخاب شده */
#fileName {
    margin-top: 10px;
    font-size: 13px;
    color: #1d3557;
    font-style: italic;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



.datepicker-container {
            display: none;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: #fff;
            padding: 20px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            border-radius: 10px;
            width: 300px;
        }

.datepicker-container select, .datepicker-container input {
            width: 100%;
        }

.datepicker-container button {
            width: 48%;
            display: inline-block;
            margin-top: 10px;
        }

.datepicker-container button:first-child {
            margin-right: 4%;
        }

.datepicker-container h3 {
            text-align: center;
            margin-bottom: 20px;
        }

.datepicker-container .popup-close-btn {
            background: linear-gradient(45deg, #FF5733, #E53935);
            color: white;
            border: 2px solid #457b9d;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
        }

.datepicker-container .popup-close-btn:hover {
            background: linear-gradient(45deg, #D32F2F, #B71C1C);
            color: rgba(255, 223, 88, 0.9);
        }

.datepicker-container .popup-continue-btn {
            background: linear-gradient(45deg, #4CAF50, #388E3C);
            color: white;
            border: 2px solid #457b9d;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
        }

.datepicker-container .popup-continue-btn:hover {
            background: linear-gradient(45deg, #2E7D32, #1B5E20);
            color: rgba(255, 223, 88, 0.9);
        }
/* تنظیمات دکمه‌ها در موبایل */
@media (max-width: 480px) {
    #birthdate-btn, .upload-btn, .submit-btn {
        font-size: 14px;
        padding: 8px 12px;
    }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-0cb0284 */body {
    font-family: 'iransansx', sans-serif;
    direction: rtl;
    background: linear-gradient(135deg, #1d3557, #457b9d);
    color: #f1faee;
    display: grid;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.container {
    position: center;
    width: 100%;
    padding: 20px;
    margin: 20px;
    box-sizing: border-box;
}

.registration-form {
    background: linear-gradient(135deg, #f1faee, #a8dadc);
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-width: 1200px;
    width: 100%;
    text-align: right;
    margin: auto;
}

.registration-form h1 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    color: #1d3557;
}

/* تنظیمات فیلدهای فرم */
.form-group {
    margin-bottom: 15px;
    position: relative;
}

.experience-row {
    display: flex;
    flex-wrap: wrap;  /* اجازه می‌دهد که فیلدها و دکمه‌ها به صورت چندخطی قرار بگیرند */
    margin-bottom: 15px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    gap: 10px;
}

.row-number {
    font-weight: bold;
    font-size: 18px;
    color: #457b9d;
    margin-left: 10px;
}

.inputs-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex: 1;
}

.experience-input {
    padding: 8px;
    font-size: 14px;
    border: 2px solid #457b9d;
    border-radius: 5px;
    flex: 1 1 180px;  /* عرض فیلدها را متناسب با فضا تنظیم می‌کند */
    margin-bottom: 8px;
}

.buttons-container {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
}

.add-btn, .remove-btn {
    background-color: #FF5733;
    color: white;
    border: none;
    padding: 8px 10px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.add-btn:hover, .remove-btn:hover {
    background-color: #E53935;
}

#workExperience {
    margin-top: 10px;
}

/* در صورتی که صفحه کوچک باشد، دکمه‌ها در پایین ردیف قرار می‌گیرند */
@media (max-width: 768px) {
    .experience-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .inputs-container {
        flex-direction: column;
        width: 100%;
    }

    .buttons-container {
        width: 100%;
        justify-content: flex-end;
    }
}

/* تنظیم چینش برای دستگاه‌های کوچک */
@media (max-width: 768px) {
    .experience-row {
        flex-direction: column;
        align-items: flex-start;
    }

.inputs-container {
        flex-direction: column;
        width: 100%;
    }

    .buttons-container {
        width: 100%;
        justify-content: flex-start;
    }
}



/* برچسب فیلدها (نام، ایمیل، تاریخ تولد و...) */
.label-content {
    display: flex;
    align-items: center;
    gap: 8px; /* فاصله بین آیکون و متن */
    font-size: 16px;
    font-weight: bold;
    color: #1d3557;
}

/* آیکون‌های فیلدها */
.form-icon {
    font-size: 18px;
    color: #457b9d;
}

/* استایل عمومی فیلدهای ورودی */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    border: 2px solid #457b9d;
    border-radius: 5px;
    background: rgba(241, 250, 238, 0.7);
    color: #1d3557;
    outline: none;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}

input[type="tel"] {
    direction: rtl;
    text-align: right;
}

/* استایل برای فیلدهای با خطا */
input:invalid {
    border-color: red;
}

input:invalid:focus {
    box-shadow: 0 0 5px rgba(255, 0, 0, 0.7);
}

/* استایل برای فیلدهایی که به درستی پر شده‌اند */
input:valid {
    border-color: green;
}

/* جلوه‌ی فوکوس برای فیلدهای ورودی */
input:focus, textarea:focus {
    background: rgba(255, 255, 255, 0.4);
    border-color: #007bff;
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
    backdrop-filter: blur(10px);
    transform: scale(1.02);
}

/* دکمه انتخاب تاریخ تولد */
#birthdate-btn {
    margin-bottom: 10px;
}

#birthdate-btn, .submit-btn, .upload-btn {
    width: 100%;
    background: rgba(255, 223, 88, 0.9);
    color: #1d3357;
    border: 2px solid #457b9d;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
}

#birthdate-btn:hover, .submit-btn:hover, .upload-btn:hover, #birthdate-btn:focus, .submit-btn:focus, .upload-btn:focus {
    background: rgba(255, 200, 50, 1);
    box-shadow: 0 0 10px rgba(255, 223, 88, 0.6);
    transform: scale(1.05);
}

/* نمایش نام فایل انتخاب شده */
#fileName {
    margin-top: 10px;
    font-size: 13px;
    color: #1d3557;
    font-style: italic;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



.datepicker-container {
            display: none;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: #fff;
            padding: 20px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            border-radius: 10px;
            width: 300px;
        }

.datepicker-container select, .datepicker-container input {
            width: 100%;
        }

.datepicker-container button {
            width: 48%;
            display: inline-block;
            margin-top: 10px;
        }

.datepicker-container button:first-child {
            margin-right: 4%;
        }

.datepicker-container h3 {
            text-align: center;
            margin-bottom: 20px;
        }

.datepicker-container .popup-close-btn {
            background: linear-gradient(45deg, #FF5733, #E53935);
            color: white;
            border: 2px solid #457b9d;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
        }

.datepicker-container .popup-close-btn:hover {
            background: linear-gradient(45deg, #D32F2F, #B71C1C);
            color: rgba(255, 223, 88, 0.9);
        }

.datepicker-container .popup-continue-btn {
            background: linear-gradient(45deg, #4CAF50, #388E3C);
            color: white;
            border: 2px solid #457b9d;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
        }

.datepicker-container .popup-continue-btn:hover {
            background: linear-gradient(45deg, #2E7D32, #1B5E20);
            color: rgba(255, 223, 88, 0.9);
        }
/* تنظیمات دکمه‌ها در موبایل */
@media (max-width: 480px) {
    #birthdate-btn, .upload-btn, .submit-btn {
        font-size: 14px;
        padding: 8px 12px;
    }
}/* End custom CSS */