.contact-hero-section {
    background-color: #000000;
    padding: 70px 0;
}

.contact-hero-flex {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* ===== متن سمت چپ ===== */
.contact-hero-main-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 56px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 28px;
}

.contact-hero-sub-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 37px;
    color: #e69b3c;
    line-height: 1.3;
    margin-bottom: 20px;
}

.contact-hero-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #ffffff;
    margin: 0;
}

/* ===== ویدیو سمت راست ===== */
.contact-hero-media {
    width: 100%;
}

.contact-hero-video {
    width: 100%;
    height: 100%;
    min-height: 220px;
    max-height: 400px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    background-color: #1a1a1a;
}

/* ===== دسکتاپ (992px به بالا) ===== */
@media (min-width: 992px) {
    .contact-hero-section {
        padding: 100px 0;
    }

    .contact-hero-flex {
        flex-direction: row;
        align-items: center;
        gap: 60px;
    }

    .contact-hero-content {
        flex: 0 0 48%;
        max-width: 48%;
    }

    .contact-hero-media {
        flex: 0 0 46%;
        max-width: 46%;
    }

    .contact-hero-video {
        max-height: 340px;
    }
}


.contact-details-section {
    background-color: #000000;
    padding: 0 0 70px 0;
}

.contact-details-flex {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* ===== کارت‌های ظرف (فرم و اطلاعات) ===== */
.contact-form-card,
.contact-info-card {
    background-color: #161616;
    border-radius: 16px;
    padding: 24px;
}

/* ===== فرم تماس (پلاگین SmallContactForm) ===== */
.contact-form-wrap label {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 6px;
    display: block;
}

.contact-form-wrap .form-group {
    margin-bottom: 18px;
}

.contact-form-wrap input[type="text"],
.contact-form-wrap input[type="email"],
.contact-form-wrap input[type="tel"],
.contact-form-wrap .form-control,
.contact-form-wrap textarea {
    width: 100%;
    background-color: #1f1f1f !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 8px !important;
    color: #fff !important;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    padding: 12px 14px !important;
    box-shadow: none !important;
}

.contact-form-wrap input::placeholder,
.contact-form-wrap textarea::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

.contact-form-wrap textarea {
    min-height: 110px;
    resize: vertical;
}

.contact-form-wrap input:focus,
.contact-form-wrap textarea:focus {
    outline: none !important;
    border-color: #e69b3c !important;
}

.contact-form-wrap button,
.contact-form-wrap .btn,
.contact-form-wrap input[type="submit"] {
    width: 100%;
    background-color: #e69b3c !important;
    border: none !important;
    border-radius: 8px !important;
    color: #1a1006 !important;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 15px;
    padding: 13px 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact-form-wrap button:hover,
.contact-form-wrap .btn:hover {
    background-color: #d4872f !important;
}

/* ===== اطلاعات تماس سمت راست ===== */
.contact-info-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 22px;
}

.contact-info-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: rgba(230, 155, 60, 0.15);
    color: #e69b3c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.contact-info-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contact-info-text span {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
}

.contact-info-text span strong {
    color: #fff;
    font-weight: 700;
}

/* ===== نقشه ===== */
.contact-map-wrap {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 8px;
}

.contact-map-wrap iframe {
    width: 100%;
    height: 260px;
    border: 0;
    display: block;
}

/* ===== دسکتاپ (992px به بالا) ===== */
@media (min-width: 992px) {
    .contact-details-section {
        padding: 0 0 100px 0;
    }

    .contact-details-flex {
        flex-direction: row;
        align-items: stretch;
        gap: 24px;
    }

    .contact-form-card,
    .contact-info-card {
        flex: 1;
        padding: 32px;
    }

    .contact-map-wrap iframe {
        height: 320px;
    }
}

span.form-icon {
    display: none !important;
}
