/* ===================================================
   CONTACT INTERFACE BASE LAYER RESET & PADDING
=================================================== */
.contact-page-wrapper {
    background-color: #f8fafc; /* Pristine Light Ice Gray backdrop */
    padding-top: 85px;         /* ANTI OVERLAP BLOCKER: Fixes header overlap completely */
    font-family: 'Inter', sans-serif !important;
}

.custom-container {
    max-width: 1240px;
}

/* Contact Module Top Header Section */
.contact-hero-block {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    padding: 70px 24px 140px 24px;
    color: #ffffff;
}

.bg-soft-red-pill {
    background-color: rgba(225, 29, 72, 0.15);
    color: #e11d48;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 30px;
    letter-spacing: 1px;
}

.contact-main-headline {
    font-family: 'Outfit', sans-serif !important;
    font-size: 46px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -1px;
}

.contact-main-headline span {
    color: #0ea5e9; /* Sky Blue focus accent */
}

.contact-sub-desc {
    font-size: 16px;
    color: #94a3b8;
    max-width: 680px;
    line-height: 1.6;
    margin-top: 15px;
}

/* Request Demo Red Pulse Action button */
.contact-hero-demo-btn {
    background-color: #e11d48;
    color: #ffffff;
    font-weight: 700;
    font-size: 15.5px;
    padding: 14px 35px;
    border-radius: 30px;
    border: none;
    margin-top: 25px;
    box-shadow: 0 10px 25px rgba(225, 29, 72, 0.3);
    transition: all 0.25s ease-in-out;
}

.contact-hero-demo-btn:hover {
    background-color: #be123c;
    transform: scale(1.03);
    box-shadow: 0 12px 30px rgba(225, 29, 72, 0.4);
}

/* ===================================================
   FLOATING INTERACTIVE TILES DATA SET CARDS
=================================================== */
.contact-cards-positioner {
    margin-top: -85px; 
    position: relative;
    z-index: 100;
    margin-bottom: 40px;
}

.info-interactive-card {
    background: #ffffff;
    padding: 35px 24px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #edf2f7;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.icon-bubble-accent {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

/* Pastel Icon Accent Palettes */
.bg-soft-blue { background-color: #e0f2fe; color: #0284c7; }
.bg-soft-red { background-color: #ffe4e6; color: #e11d48; }
.bg-soft-green { background-color: #dcfce7; color: #16a34a; }

.info-badge-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #64748b;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.info-main-value {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700;
    font-size: 16px;
    color: #0f172a;
    text-decoration: none !important;
    transition: color 0.2s;
}

/* Individual Tile Transitions on Hover */
.info-interactive-card:hover {
    transform: translateY(-6px);
    border-color: #0ea5e9;
    box-shadow: 0 20px 35px rgba(15, 23, 42, 0.06);
}

.info-interactive-card:hover .icon-bubble-accent {
    transform: scale(1.1);
    background-color: #0ea5e9;
    color: #ffffff;
}

.info-interactive-card:hover .info-main-value {
    color: #0ea5e9;
}

/* ===================================================
   GEOLOCATION MAP & OFFICE CARD METRICS
=================================================== */
.bg-white-canvas {
    background-color: #ffffff;
}

.map-frame-container {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.05);
    border: 6px solid #ffffff;
    outline: 1px solid #edf2f7;
}

.core-mini-indicator {
    color: #e11d48;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: block;
}

.head-office-title {
    font-family: 'Outfit', sans-serif !important;
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    margin-top: 2px;
}

.geo-marker-icon {
    font-size: 26px;
    color: #e11d48;
    margin-top: 4px;
}

.small-text-line {
    font-size: 14px;
    line-height: 1.6;
}

.quick-tech-alert-card {
    background-color: #f8fafc;
    border-left: 4px solid #fbbf24;
    border-top: 1px solid #edf2f7;
    border-right: 1px solid #edf2f7;
    border-bottom: 1px solid #edf2f7;
    padding: 20px;
    border-radius: 0 14px 14px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.01);
}

.quick-tech-alert-card h6 {
    font-family: 'Outfit', sans-serif !important;
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 6px;
}

.quick-tech-alert-card p {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

/* ===================================================
   MODAL DIALOG POPUP CONFIGURATION OVERRIDES
=================================================== */
.custom-modal-box {
    border-radius: 20px !important;
    border: none !important;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.modal-header-custom {
    background-color: #0f172a;
    color: #ffffff;
    padding: 30px 24px;
}

.modal-header-custom h3 {
    font-family: 'Outfit', sans-serif !important;
    font-size: 24px;
    font-weight: 700;
}

.custom-input {
    border-radius: 10px !important;
    border: 1px solid #cbd5e1 !important;
    font-size: 14px !important;
    padding: 12px 15px !important;
}

.custom-input:focus {
    border-color: #0ea5e9 !important;
    box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.15) !important;
}

.modal-btn-submit-action {
    background-color: #0ea5e9;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    padding: 14px;
    border-radius: 10px;
    border: none;
    width: 100%;
    transition: all 0.2s ease;
}

.modal-btn-submit-action:hover {
    background-color: #0284c7;
}

/* Responsive Adaptive Viewports Breakpoints */
@media (max-width: 992px) {
    .contact-page-wrapper { padding-top: 110px; }
    .contact-main-headline { font-size: 32px; }
    .contact-cards-positioner { margin-top: -50px; }
    .head-office-title { font-size: 26px; }
}