.elementor-106 .elementor-element.elementor-element-2dba109{--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;}/* Start custom CSS for html, class: .elementor-element-fad015b */.minimal-contact-box {
    max-width: 850px;
    margin: 40px auto;
    padding: 60px 50px;
    background-color: #ffffff;
    border: 1px solid #000000;
    color: #000000;
    text-align: center;
    box-sizing: border-box;
}

.minimal-contact-box h1 {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.text-content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #333;
    text-align: justify;
    text-align-last: center;
}

.divider {
    width: 60px;
    height: 1px;
    background-color: #000;
    margin: 40px auto;
}

.contact-details h3 {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

/* استایل دکمه‌ها */
.button-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.contact-btn {
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    min-width: 280px;
}

.contact-btn:hover {
    background-color: #000;
    color: #fff;
}

.whatsapp-btn {
    font-weight: 700;
    margin-top: 10px;
    background-color: #fafafa;
}

/* تنظیمات ریسپانسیو برای موبایل */
@media (max-width: 767px) {
    .minimal-contact-box {
        border: none !important;
        padding: 20px 15px;
        margin: 0;
    }
    
    .minimal-contact-box h1 {
        font-size: 26px;
    }

    .text-content p {
        font-size: 15px;
    }

    .contact-btn {
        width: 100%; /* دکمه‌ها در موبایل تمام‌عرض می‌شوند */
        box-sizing: border-box;
    }
}/* End custom CSS */