.elementor-26619 .elementor-element.elementor-element-c0d4d38{--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;}.elementor-26619 .elementor-element.elementor-element-36ddcc9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}#elementor-popup-modal-26619 .dialog-widget-content{animation-duration:1.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-26619{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-26619 .dialog-message{width:1000px;height:auto;}#elementor-popup-modal-26619 .dialog-close-button{display:flex;}/* Start custom CSS for wd_contact_form_7, class: .elementor-element-3c3813c */.cf7-wholesale-tools-form {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 12px;
    max-width: 800px;
    margin: 40px auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    font-family: IRANSans, sans-serif;
    direction: rtl;
}

.cf7-wholesale-tools-form h3 {
    text-align: center;
    margin-bottom: 25px;
    color: #333;
}

.cf7-wholesale-tools-form .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.cf7-wholesale-tools-form .form-row .half {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
}

.cf7-wholesale-tools-form .form-row .full {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.cf7-wholesale-tools-form label {
    font-size: 14px;
    color: #444;
    margin-bottom: 6px;
}

.cf7-wholesale-tools-form input[type="text"],
.cf7-wholesale-tools-form input[type="tel"],
.cf7-wholesale-tools-form input[type="email"],
.cf7-wholesale-tools-form textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-family: inherit;
    transition: 0.3s;
    background: #fff;
    box-sizing: border-box;
}

.cf7-wholesale-tools-form input:focus,
.cf7-wholesale-tools-form textarea:focus {
    border-color: #CB202E;
    outline: none;
}

.cf7-wholesale-tools-form .wpcf7-submit {
    background-color: #CB202E;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    transition: 0.3s;
    margin-top: 20px;
}

.cf7-wholesale-tools-form .wpcf7-submit:hover {
    background-color: #a11823;
}

/* موبایل یک ستون */
@media (max-width: 700px) {
    .cf7-wholesale-tools-form .form-row .half {
        width: 100%;
    }
}/* End custom CSS */