/* ==================== هدر صفحه تماس ==================== */
.contact_header {
    position: relative;
    width: 100%;
    min-height: 85vh;
    background-image: url('../images/header_contant.jpg');
    background-size: cover;
    background-position: center;
    margin-top: -20px;
    padding: 140px 0 80px;
}
.contact_header_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 35, 64, 0.9), rgba(8, 35, 64, 0.78));
    z-index: 1;
}
.contact_header h1 { font-size: 40px; direction: rtl; line-height: 1.5; }
.contact_header_desc { max-width: 900px; font-size: 15px; line-height: 2; direction: rtl; }
.badge_contact {
    padding: 10px 24px;
    border-radius: 50px;
    background: rgba(244, 122, 32, 0.18);
    border: 1px solid #F47A20;
    color: #F47A20;
    font-size: 13px;
    font-weight: 600;
}
.btn_contact_primary {
    background: #F47A20;
    color: #fff;
    padding: 14px 36px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 14px;
    border: none;
    transition: 0.4s;
}
.btn_contact_primary:hover {
    background: #e06a18;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(244, 122, 32, 0.4);
}
.btn_contact_outline {
    background: transparent;
    color: #fff;
    padding: 13px 36px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 14px;
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    transition: 0.4s;
}
.btn_contact_outline:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-color: #fff;
}
.icon_feature_contact {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(244, 122, 32, 0.15);
    border: 1px solid rgba(244, 122, 32, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F47A20;
    font-size: 18px;
}

/* ==================== کارت دپارتمان‌ها ==================== */
.dept_card_contact {
    transition: 0.4s;
    box-shadow: 0 4px 20px rgba(8, 35, 64, 0.04);
    border-radius: 15px;
}
.dept_card_contact:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(8, 35, 64, 0.1);
    border-color: rgba(244, 122, 32, 0.3) !important;
}
.dept_icon_contact {
    width: 52px;
    height: 52px;
    background: rgba(244, 122, 32, 0.08);
    color: #F47A20;
    font-size: 22px;
    
    

}
.dept_btn_contact {
    background: #F1F5F9;
    border: none;
    color: #082340;
    font-weight: 600;
    font-size: 13px;
    padding: 12px 16px;
    border-radius: 10px;
    transition: 0.3s;
}
.dept_btn_contact:hover {
    background: #F47A20;
    color: #fff;
}

/* ==================== نوار اطلاعات تماس ==================== */
.info_bar_icon_contact {
    width: 48px;
    height: 48px;
    background: rgba(244, 122, 32, 0.15);
    border: 1px solid rgba(244, 122, 32, 0.3);
    color: #F47A20;
    font-size: 20px;
}

/* ==================== فرم تماس ==================== */
.contact_form_box {
    box-shadow: 0 15px 40px rgba(8, 35, 64, 0.05);
}
.contact_input {
    background: #F8FAFC;
    border: 1.5px solid #E2E8F0;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 14px;
    direction: rtl;
    transition: 0.3s;
}
.contact_input:focus {
    background: #fff;
    border-color: #F47A20;
    box-shadow: 0 0 0 3px rgba(244, 122, 32, 0.1);
}
.contact_input::placeholder { color: #94a3b8; }

.contact_addr_icon {
    width: 50px;
    height: 50px;
    background: rgba(244, 122, 32, 0.1);
    color: #F47A20;
    font-size: 22px;
}

/* ==================== کارت‌های مزایا ==================== */
.adv_icon_contact {
    width: 52px;
    height: 52px;
    background: rgba(244, 122, 32, 0.1);
    color: #F47A20;
    font-size: 22px;
}


/* ==================== ریسپانسیو ==================== */
@media (max-width: 991px) {
    .contact_header h1 { font-size: 28px; }
    .contact_header_desc { font-size: 14px; }
    .dept_badge_contact { top: 15px; left: 15px; }
}
@media (max-width: 768px) {
    .contact_header { padding: 110px 0 60px; min-height: auto; }
    .contact_header h1 { font-size: 22px; }
    .contact_header_desc { font-size: 13px; line-height: 1.9; }
    .btn_contact_primary,
    .btn_contact_outline {
        padding: 12px 22px;
        font-size: 13px;
        margin-bottom: 8px;
    }
    .contact_form_box { padding: 24px 20px !important; }
    .contact_accordion .accordion-button { font-size: 13px; padding: 16px 18px; }
}