/* ═══ CONTACT PAGE — HIGH-TECH ═══ */

/* Hide existing Elementor sections */
body.page-id-2094 [data-elementor-type="wp-page"] > .elementor-element {
    display: none !important;
}

/* Show only the form widget */
body.page-id-2094 .elementor-widget-form {
    display: block !important;
}

.dc { direction: rtl; text-align: right; font-family: inherit; }
.dc-wrap { max-width: 1100px; margin: 0 auto; padding: 0 28px; }

/* ── HERO ── */
.dc-hero {
    background: linear-gradient(135deg, #0a1929 0%, #0d2137 50%, #112d4a 100%);
    padding: 64px 0 56px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.dc-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(47,124,162,0.06) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
}
.dc-hero::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #2F7CA2, #5eb8d9, #2F7CA2, transparent);
    box-shadow: 0 0 16px rgba(47,124,162,0.4);
}
.dc-hero__icon { font-size: 40px; margin-bottom: 16px; display: block; position: relative; z-index: 2; }
.dc-hero__title {
    font-size: clamp(32px, 4.5vw, 48px);
    font-weight: 900;
    color: #fff;
    margin: 0 0 12px;
    position: relative; z-index: 2;
}
.dc-hero__title em {
    font-style: normal;
    background: linear-gradient(135deg, #5eb8d9, #2F7CA2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.dc-hero__sub {
    font-size: 17px;
    color: #8aa8be;
    position: relative; z-index: 2;
    max-width: 500px;
    margin: 0 auto;
}

/* ── MAIN CONTENT ── */
.dc-main {
    background: #f0f4f8;
    padding: 60px 0 80px;
}
.dc-main .dc-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}

/* ── FORM CARD ── */
.dc-form-card {
    background: #fff;
    border-radius: 24px;
    padding: 36px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    border: 1px solid #edf2f7;
}
.dc-form-card__title {
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 6px;
}
.dc-form-card__sub {
    font-size: 14px;
    color: #64748b;
    margin: 0 0 24px;
}

/* Restyle Elementor form inside */
.dc-form-card .elementor-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
}
.dc-form-card .elementor-form-fields-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
}
.dc-form-card .elementor-field-group {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}
.dc-form-card input[type="text"],
.dc-form-card input[type="tel"],
.dc-form-card input[type="email"],
.dc-form-card textarea,
.dc-form-card .elementor-field {
    width: 100% !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 14px 16px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #0f172a !important;
    background: #f8fafb !important;
    outline: none !important;
    transition: border-color 0.2s, box-shadow 0.2s !important;
    text-align: right !important;
    direction: rtl !important;
    box-sizing: border-box !important;
}
.dc-form-card input:focus,
.dc-form-card textarea:focus,
.dc-form-card .elementor-field:focus {
    border-color: #2F7CA2 !important;
    box-shadow: 0 0 0 3px rgba(47,124,162,0.1) !important;
    background: #fff !important;
}
.dc-form-card input::placeholder,
.dc-form-card textarea::placeholder {
    color: #94a3b8 !important;
}
.dc-form-card textarea {
    min-height: 120px !important;
    resize: vertical !important;
}
.dc-form-card button[type="submit"],
.dc-form-card .elementor-button {
    width: 100% !important;
    padding: 16px 24px !important;
    background: linear-gradient(135deg, #2F7CA2, #1a5f82) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 14px !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    cursor: pointer !important;
    transition: all 0.25s !important;
    letter-spacing: 0.3px !important;
    box-shadow: 0 4px 16px rgba(47,124,162,0.3) !important;
}
.dc-form-card button[type="submit"]:hover,
.dc-form-card .elementor-button:hover {
    background: linear-gradient(135deg, #1a5f82, #0e4060) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(47,124,162,0.4) !important;
}
/* Hide elementor labels */
.dc-form-card .elementor-field-label { display: none !important; }
.dc-form-card .elementor-column { padding: 0 !important; }
.dc-form-card .elementor-widget-wrap { padding: 0 !important; }
.dc-form-card .elementor-element { margin-bottom: 0 !important; }

/* ── INFO SIDE ── */
.dc-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.dc-info-card {
    background: #fff;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 2px 14px rgba(0,0,0,0.04);
    border: 1px solid #edf2f7;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: transform 0.2s;
}
.dc-info-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(47,124,162,0.08); }
.dc-info-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(47,124,162,0.1), rgba(47,124,162,0.05));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}
.dc-info-card__title {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 4px;
}
.dc-info-card__text {
    font-size: 14px;
    color: #64748b;
    margin: 0;
    line-height: 1.6;
}
.dc-info-card__text a {
    color: #2F7CA2;
    text-decoration: none;
    font-weight: 600;
}
.dc-info-card__text a:hover { text-decoration: underline; }

/* FAQ mini section */
.dc-faq {
    background: #fff;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 2px 14px rgba(0,0,0,0.04);
    border: 1px solid #edf2f7;
    margin-top: 4px;
}
.dc-faq__title {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 16px;
}
.dc-faq__item {
    border-bottom: 1px solid #f0f0f0;
    padding: 12px 0;
}
.dc-faq__item:last-child { border-bottom: none; }
.dc-faq__q {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 4px;
}
.dc-faq__a {
    font-size: 13px;
    color: #64748b;
    margin: 0;
    line-height: 1.6;
}

/* ── MOBILE ── */
@media (max-width: 900px) {
    .dc-main .dc-wrap { grid-template-columns: 1fr; }
    .dc-form-card { padding: 24px; }
    .dc-hero { padding: 48px 0 40px; }
}

/* ── REDUCED MOTION ── */
@media (prefers-reduced-motion: reduce) {
    .dc-info-card { transition: none; }
}