.elementor-3431 .elementor-element.elementor-element-92e04a0{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-83e6242 *//* ==============================================
   AI FUSION-X — Contact Page Styles (contact.css)
   ============================================== */

/* ===== NAVBAR ACTIVE ===== */
.nav-link-active {
    color: var(--primary) !important;
    font-weight: 700 !important;
}

/* ===== CONTACT HERO ===== */
.contact-hero {
    background: linear-gradient(135deg, #0f0c1e 0%, #1a1040 50%, #5624d0 100%);
    padding: 90px 0 70px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.contact-hero::before {
    content: '';
    position: absolute;
    top: -120px; right: -120px;
    width: 400px; height: 400px;
    background: rgba(139,92,246,0.12);
    border-radius: 50%;
    pointer-events: none;
}
.contact-hero-inner { position: relative; z-index: 2; }
.contact-hero-badge {
    display: inline-block;
    background: rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.9);
    font-size: 13px;
    font-weight: 600;
    padding: 6px 18px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.2);
    margin-bottom: 24px;
}
.contact-hero h1 {
    font-size: 52px;
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 18px;
    letter-spacing: -1.5px;
}
.contact-hero h1 span { color: #a78bfa; }
.contact-hero-inner > p {
    color: rgba(255,255,255,0.7);
    font-size: 16px;
    line-height: 1.7;
    max-width: 580px;
    margin: 0 auto;
}

/* ===== QUICK CONTACT CARDS ===== */
.quick-contact-section {
    padding: 60px 0 0;
    background: var(--white);
}
.quick-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.quick-card {
    background: var(--white);
    border: 1px solid var(--gray-300);
    border-radius: var(--radius-xl);
    padding: 28px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
    display: block;
}
.quick-card:hover {
    border-color: var(--primary);
    box-shadow: var(--shadow-md);
    transform: translateY(-4px);
}
.qc-featured {
    border-color: #25d366;
    background: linear-gradient(160deg, rgba(37,211,102,0.04) 0%, var(--white) 100%);
}
.qc-featured:hover { border-color: #25d366; box-shadow: 0 8px 24px rgba(37,211,102,0.15); }
.qc-icon {
    width: 56px; height: 56px;
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 26px;
    margin: 0 auto 16px;
}
.quick-card h4 {
    font-size: 15px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 6px;
}
.quick-card p {
    font-size: 13px;
    color: var(--gray-500);
    margin-bottom: 12px;
    line-height: 1.4;
}
.qc-cta {
    font-size: 13px;
    font-weight: 700;
    color: var(--primary);
}
.qc-featured .qc-cta { color: #16a34a; }

/* ===== MAIN CONTACT — SPLIT LAYOUT ===== */
.contact-main-section {
    padding: 70px 0 80px;
    background: var(--white);
}
.contact-split {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 0;
    border-radius: var(--radius-2xl);
    overflow: hidden;
    box-shadow: var(--shadow-xl);
    border: 1px solid var(--gray-300);
}

/* Left Info Panel */
.contact-info-panel {
    background: linear-gradient(160deg, #3b1fa8 0%, #5624d0 60%, #7c3aed 100%);
    padding: 48px 40px;
    position: relative;
    overflow: hidden;
}
.contact-info-panel::before {
    content: '';
    position: absolute;
    bottom: -80px; right: -80px;
    width: 250px; height: 250px;
    background: rgba(255,255,255,0.06);
    border-radius: 50%;
    pointer-events: none;
}
.contact-info-panel h2 {
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
}
.contact-info-panel > p {
    color: rgba(255,255,255,0.65);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 36px;
}
.contact-info-items { margin-bottom: 36px; }
.ci-item {
    display: flex;
    gap: 14px;
    margin-bottom: 24px;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}
.ci-icon {
    width: 42px; height: 42px;
    background: rgba(255,255,255,0.12);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}
.ci-item strong {
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 3px;
}
.ci-item span {
    color: rgba(255,255,255,0.6);
    font-size: 13px;
    line-height: 1.5;
}
.ci-item a { color: #c4b5fd; text-decoration: none; }
.ci-item a:hover { color: #fff; }

/* Social links */
.contact-socials { position: relative; z-index: 1; }
.contact-socials > p {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.4);
    margin-bottom: 12px;
}
.cs-links { display: flex; flex-direction: column; gap: 8px; }
.cs-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.2s;
    background: rgba(255,255,255,0.06);
}
.cs-link:hover {
    background: rgba(255,255,255,0.14);
    color: #fff;
}

/* Right Form Panel */
.contact-form-panel {
    background: var(--white);
    padding: 48px 44px;
}
.contact-form-panel h3 {
    font-size: 22px;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 6px;
}
.contact-form-panel > p {
    font-size: 14px;
    color: var(--gray-500);
    margin-bottom: 28px;
    line-height: 1.5;
}
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
}
.form-group label {
    font-size: 13px;
    font-weight: 600;
    color: var(--dark);
}
.form-group input,
.form-group select,
.form-group textarea {
    padding: 12px 14px;
    border: 1px solid var(--gray-300);
    border-radius: var(--radius-md);
    font-size: 14px;
    font-family: var(--font-family);
    color: var(--dark);
    background: var(--white);
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    width: 100%;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(86,36,208,0.1);
}
.form-group textarea { resize: vertical; min-height: 100px; }
.contact-submit-btn {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, #5624d0, #7c3aed);
    color: #fff;
    border: none;
    border-radius: var(--radius-md);
    font-size: 15px;
    font-weight: 700;
    font-family: var(--font-family);
    cursor: pointer;
    transition: all 0.2s;
    margin-top: 4px;
}
.contact-submit-btn:hover {
    background: linear-gradient(135deg, #401b9c, #5624d0);
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(86,36,208,0.3);
}
.contact-submit-btn:disabled { opacity: 0.7; cursor: not-allowed; transform: none; }

/* ===== MAP SECTION ===== */
.map-section { background: var(--gray-100); }
.map-header {
    padding: 60px 0 32px;
    background: var(--gray-100);
}
.map-header h2 {
    font-size: 28px;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 8px;
}
.map-header p {
    color: var(--gray-500);
    font-size: 15px;
    margin-bottom: 16px;
}
.map-directions-btn {
    display: inline-block;
    background: var(--primary);
    color: #fff;
    padding: 10px 22px;
    border-radius: var(--radius-md);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s;
}
.map-directions-btn:hover { background: var(--primary-dark); color: #fff; }
.map-embed {
    width: 100%;
    height: 420px;
}
.map-embed iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

/* ===== FAQ SECTION ===== */
.contact-faq-section {
    padding: 80px 0;
    background: var(--white);
}
.cfaq-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}
.cfaq-card {
    background: var(--white);
    border: 1px solid var(--gray-300);
    border-radius: var(--radius-xl);
    padding: 28px 22px;
    transition: all 0.3s;
}
.cfaq-card:hover {
    border-color: var(--primary);
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
}
.cfaq-icon {
    font-size: 32px;
    margin-bottom: 14px;
    display: block;
}
.cfaq-card h4 {
    font-size: 15px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 8px;
    line-height: 1.3;
}
.cfaq-card p {
    font-size: 13px;
    color: var(--gray-500);
    line-height: 1.6;
    margin-bottom: 14px;
}
.cfaq-link {
    font-size: 13px;
    font-weight: 700;
    color: var(--primary);
    text-decoration: none;
    transition: color 0.2s;
}
.cfaq-link:hover { color: var(--primary-dark); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
    .contact-split { grid-template-columns: 360px 1fr; }
}
@media (max-width: 1024px) {
    .quick-cards { grid-template-columns: repeat(2, 1fr); }
    .contact-split { grid-template-columns: 1fr; }
    .contact-info-panel { padding: 36px 28px; }
    .cs-links { flex-direction: row; flex-wrap: wrap; }
    .cs-link { flex: 0 0 auto; }
    .cfaq-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .contact-hero h1 { font-size: 32px; }
    .quick-cards { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .contact-form-panel { padding: 32px 24px; }
    .form-row { grid-template-columns: 1fr; }
    .cfaq-grid { grid-template-columns: 1fr; }
    .map-embed { height: 280px; }
}
@media (max-width: 480px) {
    .contact-hero h1 { font-size: 26px; }
    .quick-cards { grid-template-columns: 1fr 1fr; }
    .contact-form-panel { padding: 24px 16px; }
}/* End custom CSS */
/* Start custom CSS *//* AI Fusion-X — Full Width Nuclear Fix */
.elementor-section,
.elementor-container,
.elementor-row,
.elementor-column,
.elementor-column-wrap,
.elementor-widget-wrap,
.elementor-widget-html,
.elementor-widget-html .elementor-widget-container,
.e-con,
.e-con-inner {
    overflow: visible !important;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
}
.elementor-section.elementor-section-stretched {
    width: 100% !important;
    left: 0 !important;
}/* End custom CSS */