.elementor-393 .elementor-element.elementor-element-ef5ce88{--display:flex;}.elementor-393 .elementor-element.elementor-element-ef5ce88:not(.elementor-motion-effects-element-type-background), .elementor-393 .elementor-element.elementor-element-ef5ce88 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-uicore_secondary );}/* Start custom CSS for html, class: .elementor-element-b72a90f *//* ─────────────────────────────────────────────────────────────
   HORUS EYES — DESIGN TOKENS
   ───────────────────────────────────────────────────────────── */
:root {
    --he-bg: #0A0804;
    --he-surface: #120E08;
    --he-gold: #C9952A;
    --he-gold-light: #E5C158;
    --he-text: #EAE6DF;
    --he-muted: #8E877B;
    --he-border: rgba(201, 149, 42, 0.15);
    --he-font-head: 'Cinzel', serif, system-ui;
    --he-font-body: 'Inter', system-ui, sans-serif;
}

#heContactPage {
    background-color: var(--he-bg);
    color: var(--he-text);
    font-family: var(--he-font-body);
    line-height: 1.6;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

.he-contact-container {
    max-width: 1140px;
    margin: 6rem auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4.5rem;
    align-items: center;
}

/* ─────────────────────────────────────────────────────────────
   LEFT SIDE PANEL: INFORMATION TILES
   ───────────────────────────────────────────────────────────── */
.he-contact-info-panel {
    display: flex;
    flex-direction: column;
}

.he-contact-badge {
    align-self: flex-start;
    font-family: var(--he-font-head);
    color: var(--he-gold);
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    border: 1px solid var(--he-border);
    padding: 0.4rem 0.85rem;
    margin-bottom: 1.25rem;
    background: rgba(201, 149, 42, 0.02);
    border-radius: 2px;
}

.he-contact-info-panel h1 {
    font-family: var(--he-font-head);
    color: var(--he-gold);
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 1rem 0;
    letter-spacing: 0.01em;
}

.he-contact-lead {
    color: var(--he-muted);
    font-size: 0.95rem;
    margin-bottom: 3rem;
}

.he-contact-methods {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.he-method-item {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
}

.he-method-icon {
    font-size: 1.5rem;
    color: var(--he-gold);
    background: var(--he-surface);
    border: 1px solid var(--he-border);
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.he-method-details h3 {
    font-family: var(--he-font-head);
    color: var(--he-gold-light);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 0.25rem 0;
    font-weight: 400;
}

.he-method-details p {
    color: var(--he-muted);
    font-size: 0.88rem;
    margin: 0 0 0.5rem 0;
}

.he-contact-link {
    color: var(--he-text);
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    transition: color 0.2s;
}

.he-contact-link:hover {
    color: var(--he-gold-light);
}

.he-chat-btn {
    background: transparent;
    border: 1px solid var(--he-gold);
    color: var(--he-text);
    padding: 0.5rem 1rem;
    font-family: var(--he-font-head);
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.he-chat-btn:hover {
    background: var(--he-gold);
    color: var(--he-bg);
    box-shadow: 0 4px 15px rgba(201, 149, 42, 0.25);
}

/* ─────────────────────────────────────────────────────────────
   RIGHT SIDE PANEL: ELEMENTOR OVERRIDES
   ───────────────────────────────────────────────────────────── */
.he-contact-form-panel {
    background: var(--he-surface);
    border: 1px solid var(--he-border);
    padding: 3rem;
    border-radius: 4px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.4);
}

.he-form-wrapper h2 {
    font-family: var(--he-font-head);
    color: var(--he-gold);
    font-size: 1.4rem;
    margin: 0 0 0.25rem 0;
    font-weight: 400;
}

.he-form-wrapper p {
    color: var(--he-muted);
    font-size: 0.85rem;
    margin: 0 0 2rem 0;
}

/* Elementor Form Field Elements Custom Skins */
.elementor-form-fields-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.elementor-field-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.elementor-field-group label {
    font-family: var(--he-font-head);
    color: var(--he-gold-light);
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* Style fields natively mapped by Elementor Pro Form Builder */
.elementor-field-group input.elementor-field,
.elementor-field-group textarea.elementor-field {
    background: rgba(10, 8, 4, 0.6) !important;
    border: 1px solid var(--he-border) !important;
    color: var(--he-text) !important;
    font-family: var(--he-font-body) !important;
    font-size: 0.9rem !important;
    padding: 0.85rem 1rem !important;
    border-radius: 2px !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
    width: 100%;
    box-sizing: border-box;
}

.elementor-field-group input.elementor-field:focus,
.elementor-field-group textarea.elementor-field:focus {
    border-color: var(--he-gold) !important;
    outline: none !important;
    box-shadow: 0 0 8px rgba(201, 149, 42, 0.15) !important;
}

/* Style the Submit Buttons inside Elementor Form container */
.elementor-button {
    background: var(--he-gold) !important;
    color: var(--he-bg) !important;
    font-family: var(--he-font-head) !important;
    font-size: 0.75rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
    padding: 1rem 2rem !important;
    border: none !important;
    border-radius: 2px !important;
    cursor: pointer !important;
    font-weight: 600 !important;
    transition: background 0.3s ease, transform 0.2s, box-shadow 0.3s !important;
    width: 100%;
    margin-top: 0.5rem;
}

.elementor-button:hover {
    background: var(--he-gold-light) !important;
    box-shadow: 0 4px 20px rgba(201, 149, 42, 0.3) !important;
}

/* ─────────────────────────────────────────────────────────────
   RESPONSIVE LAYOUT CONFIGURATIONS
   ───────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
    .he-contact-container {
        grid-template-columns: 1fr;
        gap: 3.5rem;
        margin: 3rem auto;
        padding: 0 1.5rem;
    }
    .he-contact-info-panel h1 {
        font-size: 2rem;
    }
    .he-contact-form-panel {
        padding: 2rem;
    }
}/* End custom CSS */