/**
Theme Name: Astra Child
Author: آسترا پرو
Author URI: https://astrapro.ir/
Description: این نسخه از قالب آسترا چایلد توسط سایت آسترا پرو طراحی و تولید شده است. 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
/* ===============================
   Gravity Forms Modern Style
   =============================== */

.gform_wrapper {
    max-width: 900px;
    margin: 40px auto;
    font-family: 'Yekan-bakh' !important;
}

/* کارت کلی فرم */
.gform_wrapper form {
    background: #ffffff;
    padding: 35px;
    border-radius: 18px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
}

/* فاصله آیتم‌ها */
.gform_wrapper .gfield {
    margin-bottom: 22px;
}

/* لیبل‌ها */
.gform_wrapper label.gfield_label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
    color: #333;
}

/* اینپوت‌ها */
.gform_wrapper input[type="text"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper select,
.gform_wrapper textarea {
    width: 100%;
    padding: 12px 15px;
    border-radius: 12px;
    border: 1px solid #ddd;
    background-color: #fafafa;
    font-size: 14px;
    transition: all 0.3s ease;
}

/* فوکوس */
.gform_wrapper input:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
    border-color: #4f46e5;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(79,70,229,0.15);
    outline: none;
}

/* تکست اریا */
.gform_wrapper textarea {
    min-height: 120px;
    resize: vertical;
}

/* توضیحات */
.gform_wrapper .gfield_description {
    font-size: 12px;
    color: #777;
    margin-top: 6px;
}

/* پیام خطا */
.gform_wrapper .validation_message {
    color: #dc2626;
    font-size: 12px;
    margin-top: 6px;
}

/* دکمه ارسال */
.gform_wrapper .gform_button {
    background: linear-gradient(135deg, #4f46e5, #6366f1);
    color: #fff;
    border: none;
    padding: 14px 35px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* هاور دکمه */
.gform_wrapper .gform_button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(79,70,229,0.3);
}

/* پیام موفقیت */
.gform_confirmation_message {
    background: #ecfdf5;
    border: 1px solid #10b981;
    color: #065f46;
    padding: 20px;
    border-radius: 12px;
    font-weight: 500;
}

/* موبایل */
@media (max-width: 768px) {
    .gform_wrapper form {
        padding: 20px;
		font-family: 'Yekan-bakh' !important;
    }
}
