.elementor-961 .elementor-element.elementor-element-1dd3d10c{--display:flex;}.elementor-961 .elementor-element.elementor-element-e37c9cd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-961 .elementor-element.elementor-element-0e64d46{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-961 .elementor-element.elementor-element-0e64d46.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-961 .elementor-element.elementor-element-a080749{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-961 .elementor-element.elementor-element-dcfc5db{--spacer-size:38px;}.elementor-961 .elementor-element.elementor-element-f1a47a3{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;color:#B9B9B9;}.elementor-961 .elementor-element.elementor-element-f1a47a3.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-961 .elementor-element.elementor-element-3490668{--display:flex;--align-items:flex-end;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}@media(min-width:768px){.elementor-961 .elementor-element.elementor-element-e37c9cd{--content-width:97%;}.elementor-961 .elementor-element.elementor-element-0e64d46{--width:100%;}.elementor-961 .elementor-element.elementor-element-a080749{--width:50%;}.elementor-961 .elementor-element.elementor-element-3490668{--width:60%;}}/* Start custom CSS for html, class: .elementor-element-1c1b036 *//* --- ساختار چیدمان فرم --- */
.custom-contact-form .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px; /* فاصله بین ردیف‌ها */
    justify-content: space-between;
}

.custom-contact-form .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

/* فیلدهای تمام عرض (ایمیل، موضوع، توضیحات) */
.custom-contact-form .full-width {
    width: 100% !important;
}

/* فیلدهای نصف عرض (نام و شماره تماس / نوع خدمت و بودجه) */
.custom-contact-form .half-width {
    width: calc(50% - 10px) !important; /* نصف عرض منهای فاصله بین دو فیلد */
}

/* ریسپانسیو در موبایل: تبدیل به تک ستونه جهت نمایش مناسب */
@media (max-width: 768px) {
    .custom-contact-form .half-width {
        width: 100% !important;
        margin-bottom: 15px;
    }
}

/* --- استایل ظاهری فیلدها --- */
.custom-contact-form input[type="text"],
.custom-contact-form input[type="tel"],
.custom-contact-form input[type="email"],
.custom-contact-form select,
.custom-contact-form textarea {
    width: 100% !important;
    background-color: rgba(255, 255, 255, 0.15) !important; /* پس‌زمینه طوسی/شفاف */
    color: #ffffff !important; /* رنگ متن داخل کادرها */
    border: 1px solid rgba(255, 255, 255, 0.256) !important;
    border-radius: 12px !important; /* گوشه‌های گرد */
    padding: 10px 15px !important;
    box-sizing: border-box !important;
}

.custom-contact-form label {
    color: #ffffff !important; /* رنگ متن لیبل‌ها */
    margin-bottom: 5px;
    font-weight: bold;
}

.custom-contact-form textarea {
    min-height: 140px !important;
    resize: vertical !important;
}

/* رنگ متن گزینه‌های داخل منوی کشویی */
.custom-contact-form select option {
    background-color: #2b2b2b !important;
    color: #ffffff !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-3490668 */.elementor-961 .elementor-element.elementor-element-3490668 {
    background: rgba(128, 128, 128, 0.18); /* طوسی نیمه شفاف */
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}
/* رنگ لیبل‌ها */
.wpcf7 label{
    color:#B9B9B9 !important;
}

/* رنگ تکست‌باکس‌ها */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea{
    background:#2A2A2A !important;
    border:1px solid #3A3A3A !important;
    color:#FFFFFF !important;
}

/* رنگ Placeholder */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder{
    color:#8A8A8A !important;
}

/* حالت فوکوس */
.wpcf7 input:focus,
.wpcf7 textarea:focus{
    background:#333333 !important;
    border-color:#7A7A7A !important;
    box-shadow:none !important;
}
/* تکست‌باکس‌ها */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea{
    background: rgba(255,255,255,0.05) !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    border-radius: 18px !important;
}

/* دکمه ارسال */
.wpcf7 input[type="submit"]{
    background: #3A3A3A !important;
    color: #EAEAEA !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    border-radius: 18px !important;
    transition: .3s;
}

.wpcf7 input[type="submit"]:hover{
    background: #4A4A4A !important;
    transform: translateY(-2px);
}/* End custom CSS */