.elementor-27 .elementor-element.elementor-element-a6d16fb{--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-017ad6e *//* --- RESPONSIVE PREMIUM CONTACT US CSS --- */

.hayaat-contact-wrapper {
    padding: 40px 15px;
    background-color: #f8f9fa;
}

.hayaat-contact-container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; /* এটি মোবাইল ফ্রেন্ডলি করার মূল কোড */
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* বাম পাশের প্যানেল */
.hayaat-info-side {
    flex: 1;
    min-width: 300px; /* মোবাইলে ভেঙে নিচে যাবে */
    background: linear-gradient(135deg, #6e45e2 0%, #88d3ce 100%);
    padding: 50px 35px;
    color: #ffffff;
}

.hayaat-title {
    color: #fff !important;
    font-size: 32px !important;
    font-weight: 800;
    margin-bottom: 10px;
}

.hayaat-item {
    display: flex;
    margin-top: 25px;
    align-items: center;
}

.hayaat-icon {
    font-size: 20px;
    background: rgba(255,255,255,0.2);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-right: 15px;
}

.hayaat-item-text h3 {
    color: #fff !important;
    font-size: 17px !important;
    margin: 0;
}

.hayaat-social-btns {
    margin-top: 35px;
}

.h-fb-btn {
    display: inline-block;
    padding: 10px 20px;
    background: rgba(255,255,255,1);
    color: #1877F2 !important;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none !important;
    font-size: 14px;
    transition: 0.3s;
}

/* ডান পাশের ফরম */
.hayaat-form-side {
    flex: 1.3;
    min-width: 300px;
    padding: 50px 40px;
}

.hayaat-form-title {
    font-size: 24px !important;
    font-weight: 700;
    margin-bottom: 25px;
}

.h-input-group input, 
.h-input-group textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #eee;
    background: #fbfbfb;
    border-radius: 10px;
    font-size: 15px;
}

.h-wa-submit {
    width: 100%;
    background: #222 !important;
    color: #fff !important;
    padding: 15px;
    border: none !important;
    border-radius: 50px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.3s;
}

.h-wa-submit:hover {
    background: #25D366 !important; /* হোভার করলে WhatsApp Green */
    transform: translateY(-3px);
}

/* --- MOBILE SPECIFIC FIXES --- */
@media (max-width: 768px) {
    .hayaat-contact-container {
        flex-direction: column; /* মোবাইলে সব এক লাইনে চলে আসবে */
    }
    .hayaat-info-side, .hayaat-form-side {
        padding: 40px 20px;
        min-width: 100%;
    }
    .hayaat-title {
        font-size: 26px !important;
    }
}/* End custom CSS */