.elementor-554 .elementor-element.elementor-element-862e4c4{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c36d56c *//* ==================================================
   CONTACT PAGE STYLES
================================================== */

.fd-contact-section {
    background: #f4f4f4;
    padding: 80px 0;
}

.fd-contact-container {
    max-width: 900px; /* ফর্মের জন্য একটু ন্যারো রাখা হয়েছে যাতে দেখতে প্রফেশনাল লাগে */
    margin: 0 auto;
    padding: 0 22px;
}

.fd-contact-info {
    text-align: center;
    margin-bottom: 50px;
}

.fd-contact-info span {
    display: inline-block;
    color: #A67C52;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.fd-contact-info h2 {
    color: #1f1f1f;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 20px;
}

.fd-contact-info p {
    color: #6e6e6e;
    font-size: 16px;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto;
}

/* Form Styles */
.fd-contact-form-wrapper {
    background: #ffffff;
    padding: 45px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-left: 5px solid #A67C52;
}

.fd-form-group {
    margin-bottom: 20px;
}

.fd-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* CF7 Input Fields Styling */
.fd-contact-form-wrapper input[type="text"],
.fd-contact-form-wrapper input[type="email"],
.fd-contact-form-wrapper input[type="tel"],
.fd-contact-form-wrapper textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #e0e0e0;
    background: #fafafa;
    font-size: 14px;
    color: #1f1f1f;
    transition: 0.3s ease;
    outline: none;
}

.fd-contact-form-wrapper input:focus,
.fd-contact-form-wrapper textarea:focus {
    border-color: #A67C52;
    background: #ffffff;
}

.fd-contact-form-wrapper textarea {
    height: 150px;
    resize: none;
}

/* Submit Button */
.fd-form-submit {
    text-align: center;
    margin-top: 10px;
}

.fd-gold-btn {
    display: inline-block;
    background: #A67C52;
    color: #ffffff;
    padding: 15px 40px;
    font-size: 15px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.3s ease;
    width: 100%; /* মোবাইলের জন্য ফুল উইডথ হবে */
}

.fd-gold-btn:hover {
    background: #1f1f1f;
}

/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 768px) {
    .fd-contact-section {
        padding: 50px 0;
    }
    
    .fd-contact-info h2 {
        font-size: 26px;
    }

    .fd-form-row {
        grid-template-columns: 1fr; /* মোবাইলে এক কলামে আসবে */
        gap: 0;
    }

    .fd-contact-form-wrapper {
        padding: 25px;
    }
}/* End custom CSS */