/* ==========================================================================
   HIGH-END 100% FULL-WIDTH PURE WHITE CONTACT HUBS & INTERACTION SYSTEM
   ========================================================================== */
.mwt-full-contact-axis-sec {
    position: relative;
    width: 100%;
    padding: 30px;
    overflow: hidden;
    background: #ffffff; 
}

/* 100% Screen Stretch Fluid Edge Container */
.mwt-edge-to-edge-container {
    width: 100%;
    padding: 0 5%; 
    margin: 0 auto;
}

/* --- FLEX MASTER ROW INFRASTRUCTURE --- */
.mwt-full-flex-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.mwt-full-flex-col {
    width: 50%;
}

/* --- LEFT COLUMN: BRANDING & CONTACT INFRASTRUCTURE --- */
.contact-channels-left {
    padding-right: 80px;
    text-align: left;
    position: sticky;
    top: 40px;
}

/* .mwt-luxury-tag {
    display: inline-flex;
    align-items: center;
    background: #F4F7FF; 
    border: 1px solid rgba(11, 49, 103, 0.08);
    color: #0b3167;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 7px 18px;
    border-radius: 30px;
    margin-bottom: 22px;
    text-transform: uppercase;
} */

.mwt-luxury-title {
    color: #0b3167; 
    font-size: clamp(28px, 3.5vw, 46px);
    font-weight: 950;
    line-height: 1.25;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mwt-gradient-orange { color: #ff9f1c; }

.mwt-luxury-desc {
    color: #475569;
    font-size: clamp(14px, 1.15vw, 16.5px);
    line-height: 1.8;
    font-weight: 500;
    margin-bottom: 45px;
    letter-spacing: 1px;
}

/* Minimalist Communication Slat Cards Stack Matrix */
.mwt-contact-channels-stack {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

.mwt-channel-slat-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

.mwt-channel-icon-box {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #F4F7FF;
    color: #0b3167;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    border: 1px solid rgba(11, 49, 103, 0.04);
    box-shadow: 0 4px 12px rgba(11, 49, 103, 0.01);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), background 0.3s, border-color 0.3s;
}

.mwt-channel-text-block {
    text-align: left;
}

.mwt-channel-text-block h3 {
    color: #0b3167;
    font-size: 17px;
    font-weight: 850;
    margin: 0 0 6px 0;
    letter-spacing: 1px;
}

.mwt-channel-text-block p {
    color: #64748b;
    font-size: 14.5px;
    line-height: 1.5;
    font-weight: 500;
    margin: 0 0 4px 0;
    letter-spacing: 1px;
}

.mwt-channel-text-block p a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.3s;
    letter-spacing: 1px;
}

.mwt-channel-slat-card:hover .mwt-channel-icon-box {
    transform: scale(1.06) rotate(5deg);
    background: #ffffff;
    border-color: rgba(255, 159, 28, 0.35);
}

.mwt-channel-text-block p a:hover {
    color: #ff9f1c;
}

/* --- RIGHT COLUMN: PREMIUM INTERACTION FORM CARD --- */
.contact-form-dock-right {
    display: flex;
    justify-content: flex-end;
}

.mwt-premium-contact-form-card {
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 24px; 
    padding: clamp(30px, 4.5vw, 55px);
    box-shadow: 0 4px 25px rgba(11, 49, 103, 0.012);
    width: 100%;
    max-width: 100%; /* Stretches fully into 100% width profile rules */
}

#mwt-contact-form-engine {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.mwt-form-input-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    text-align: left;
    margin-bottom:20px !important;
}

.mwt-form-input-group label {
    color: #0b3167;
    font-size: 13.5px;
    font-weight: 800;
    letter-spacing: 0.2px;
}

.mwt-form-input-group label span {
    color: #ff9f1c;
}

.mwt-input-field-housing {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.mwt-input-field-housing i {
    position: absolute;
    left: 18px;
    color: #cbd5e1;
    font-size: 14px;
    transition: color 0.3s ease;
    z-index: 5;
}

.mwt-input-field-housing input,
.mwt-input-field-housing textarea {
    width: 100%;
    padding: 15px 20px 15px 46px; 
    background: #f8fafc; 
    border: 1px solid rgba(226, 232, 240, 0.8);
    color: #0b3167;
    font-size: 14px;
    font-weight: 600;
    border-radius: 12px;
    outline: none;
    transition: border-color 0.3s ease, background 0.3s;
}

.mwt-input-field-housing textarea {
    resize: none;
    line-height: 1.6;
}

.alignment-textarea i { top: 18px; }

.mwt-input-focus-laser {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #ff9f1c; 
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1), left 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 10;
}

.mwt-input-field-housing input:focus,
.mwt-input-field-housing textarea:focus {
    background: #ffffff;
    border-color: rgba(226, 232, 240, 0.1);
}

.mwt-input-field-housing input:focus ~ .mwt-input-focus-laser,
.mwt-input-field-housing textarea:focus ~ .mwt-input-focus-laser {
    width: 100% !important;
    left: 0 !important;
}

.mwt-input-field-housing input:focus + i,
.mwt-input-field-housing textarea:focus + i {
    color: #ff9f1c;
}

.mwt-form-action-gate {
    width: 100%;
    padding-top: 8px;
}

.mwt-contact-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 16px 30px;
    background: #0b3167;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    border: none;
    outline: none;
    cursor: pointer;
    letter-spacing: 0.5px;
    border-radius: 30px;
    box-shadow: 0 6px 20px rgba(11, 49, 103, 0.15);
    transition: background 0.3s, transform 0.3s, box-shadow 0.3s, color 0.3s;
}

.mwt-contact-submit-btn i {
    font-size: 12px;
    color: #ff9f1c;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mwt-contact-submit-btn:hover {
    background: #ff9f1c;
    color: #0b3167;
    box-shadow: 0 8px 25px rgba(255, 159, 28, 0.3);
    transform: translateY(-2px);
}

.mwt-contact-submit-btn:hover i {
    color: #0b3167;
    transform: scale(1.1) rotate(15deg);
}

/* ================= SECTION 2: RESTRAINED MAX-WIDTH 1100PX GOOGLE MAP LAYER ================= */
.mwt-bounded-maps-sec {
    position: relative;
    width: 100%;
    background: #ffffff;
    padding:30px; /* Breathing padding room beneath map grid */
}

.mwt-maps-container-1100 {
    width: 90%; /* Provides auto margin breath room on wide displays */
    margin: 0 auto; /* Centering mechanics rule map array box grid */
    border-radius: 20px; /* Elegant curved border radius edge profiles */
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 10px 30px rgba(11, 49, 103, 0.02);
    line-height: 0;
}

.mwt-maps-container-1100 iframe {
    width: 100%;
    height: 450px;
    display: block;
}

/* ==========================================================================
   UNBREAKABLE MULTI-PLATFORM RESPONSIVE MATRIX Adaptations
   ========================================================================== */
@media (max-width: 950px) {
    .mwt-full-flex-row {
        display: block; 
    }
    .mwt-full-flex-col, .contact-form-dock-right {
        width: 100%;
    }
    .contact-channels-left {
        padding-right: 0;
        margin-bottom: 50px;
        position: relative;
        top: 0;
    }
}

@media (max-width: 768px) {
    .mwt-full-contact-axis-sec {
        padding: 55px 0;
    }
    .mwt-bounded-maps-sec {
        padding: 0 0 55px 0;
    }
    .mwt-maps-container-1100 iframe {
        height: 350px; 
    }
}

@media (max-width: 600px) {
    .mwt-premium-contact-form-card {
        padding: 30px 20px;
        border-radius: 16px;
    }
    .mwt-contact-submit-btn {
        width: 100%;
        justify-content: center;
    }
    .mwt-maps-container-1100 {
        width: 100%;
        border-radius: 0; /* Drop curves on small touch screen devices to align margins layout */
        border: none;
    }
    .mwt-maps-container-1100 iframe {
        height: 300px;
    }
}