/* ==========================================================================
   HIGH-END 100% FULL-WIDTH PURE WHITE MERCHANT ONLINE PAYMENT PORTAL
   ========================================================================== */
.mwt-full-payment-portal-sec {
    position: relative;
    width: 100%;
    padding: 30px;
    overflow: hidden;
    background: #ffffff; /* 100% Solid Pure Corporate White Base Canvas */
    border-bottom: 1px solid #f1f5f9;
}

/* 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: TRUST ATTRIBUTES BLUEPRINTS --- */
.payment-identity-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;
}

.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;

}

/* Encryption Slat Badges Array */
.mwt-payment-security-stack {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: 460px;
}

.mwt-security-slat {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.mwt-security-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(11, 49, 103, 0.04);
    color: #0b3167;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.mwt-security-text { text-align: left; }
.mwt-security-text h3 { color: #0b3167; font-size: 16px; font-weight: 850; margin: 0 0 4px 0;letter-spacing: 1px; }
.mwt-security-text p { color: #64748b; font-size: 13.5px; line-height: 1.5; font-weight: 500; margin: 0;letter-spacing: 1px; }

/* --- RIGHT COLUMN: CYBER PAYMENT CARD DOCK --- */
.payment-form-dock-right {
    display: flex;
    justify-content: flex-end;
}

.mwt-premium-payment-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: 600px; */
}

#mwt-secure-checkout-engine {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.mwt-payment-inner-segment {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    text-align: left;
}

.mwt-segment-mini-tag {
    font-family: monospace;
    font-size: 11px;
    font-weight: 900;
    color: rgba(11, 49, 103, 0.4);
    letter-spacing: 1px;
}

.mwt-payment-grid-twins {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 20px;
    width: 100%;
}

.mwt-payment-input-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}

.mwt-payment-input-group label {
    color: #0b3167;
    font-size: 13px;
    font-weight: 800;
}

.mwt-payment-input-group label span { color: #ff9f1c; }

.mwt-payment-field-housing {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.mwt-payment-field-housing i {
    position: absolute;
    left: 18px;
    color: #cbd5e1;
    font-size: 14px;
    transition: color 0.3s ease;
    z-index: 5;
}

.mwt-payment-field-housing input,
.mwt-payment-field-housing textarea {
    width: 100%;
    background: #f8fafc; 
    border: 1px solid rgba(226, 232, 240, 0.8);
    outline: none;
    padding: 14px 20px 14px 46px;
    color: #0b3167;
    font-size: 14px;
    font-weight: 600;
    border-radius: 12px;
    transition: background 0.3s, border-color 0.3s;
}

.mwt-payment-field-housing textarea { resize: none; line-height: 1.6; padding-left: 44px; }
.alignment-textarea i { top: 18px; }

/* Micro Expanding Underline Laser Mechanics */
.mwt-payment-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-payment-field-housing input:focus,
.mwt-payment-field-housing textarea:focus {
    background: #ffffff;
    border-color: rgba(226, 232, 240, 0.1);
}

.mwt-payment-field-housing input:focus ~ .mwt-payment-focus-laser,
.mwt-payment-field-housing textarea:focus ~ .mwt-payment-focus-laser {
    width: 100%;
    left: 0;
}

.mwt-payment-field-housing input:focus + i,
.mwt-payment-field-housing textarea:focus + i {
    color: #ff9f1c;
}

/* --- THE CAPSULE SWITCHING DECK BLUEPRINT --- */
.mwt-payment-capsule-deck {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    width: 100%;
}

.mwt-payment-pill-node {
    position: relative;
    cursor: pointer;
}

.mwt-payment-pill-node input { position: absolute; opacity: 0; width: 0; height: 0; }

.mwt-payment-pill-node span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 15px;
    background: #f8fafc;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 30px; 
    color: #0b3167;
    font-size: 13px;
    font-weight: 800;
    transition: background 0.3s, border-color 0.3s, color 0.3s, box-shadow 0.3s;
}

.mwt-payment-pill-node input:checked + span {
    background: #0b3167;
    border-color: #0b3167;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(11, 49, 103, 0.15);
}

/* --- ACTION TRIGGER GATE BUTTON MATRIX --- */
.mwt-payment-action-gate {
    width: 100%;
    padding-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mwt-payment-submit-trigger-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: fit-content;
    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-payment-submit-trigger-btn i { font-size: 11px; color: #ff9f1c; transition: transform 0.3s; }

.mwt-payment-submit-trigger-btn:hover {
    background: #ff9f1c;
    color: #0b3167;
    box-shadow: 0 8px 25px rgba(255, 159, 28, 0.3);
    transform: translateY(-2px);
}

.mwt-payment-submit-trigger-btn:hover i { color: #0b3167; transform: scale(1.15); }

/* ==========================================================================
   UNBREAKABLE MULTI-PLATFORM RESPONSIVE MATRIX Adaptations
   ========================================================================== */
@media (max-width: 950px) {
    .mwt-full-flex-row {
        display: block; 
    }
    .mwt-full-flex-col, .payment-form-dock-right {
        width: 100%;
    }
    .payment-identity-left {
        padding-right: 0;
        margin-bottom: 50px;
        position: relative;
        top: 0;
    }
    .mwt-premium-payment-form-card {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .mwt-full-payment-portal-sec {
        padding: 55px 0;
    }
}

@media (max-width: 550px) {
    .mwt-payment-grid-twins {
        grid-template-columns: 1fr; 
        gap: 22px;
    }
    .mwt-payment-capsule-deck {
        grid-template-columns: 1fr; 
        gap: 10px;
    }
    .mwt-premium-payment-form-card {
        padding: 30px 20px;
        border-radius: 16px;
    }
    .mwt-payment-submit-trigger-btn {
        width: 100%;
        justify-content: center;
    }
    .mwt-payment-security-stack {
        display: none !important; 
    }
}

/* ==========================================================================
   HIGH-END 100% FULL-WIDTH PURE WHITE SECURE BANK DETAILS SUITE
   ========================================================================== */
.mwt-full-bank-details-sec {
    position: relative;
    width: 100%;
    padding: 30px;
    overflow: hidden;
    background: #ffffff; /* 100% Solid Pure Corporate White Base Canvas Space */
    border-bottom: 1px solid #f1f5f9;
}

/* 100% Screen Stretch Fluid Edge Container */
.mwt-edge-to-edge-container {
    width: 100%;
    padding: 0 5%; 
    margin: 0 auto;
}

/* Header UI Elements Area Layout */
.mwt-bank-master-head {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 65px auto;
}

.mwt-luxury-tag {
    display: inline-flex;
    align-items: center;
    background: #F4F7FF; /* Smooth minimalist soft light blue backdrop matched from global assets */
    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-main-title {
    color: #0b3167; 
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 950;
    line-height: 1.25;
    margin-bottom: 10px;
    text-transform: uppercase;
}

/* .mwt-luxury-bar-line {
    width: 50px;
    height: 3px;
    background: #ff9f1c;
    margin: 22px auto 0 auto;
    border-radius: 2px;
} */

/* --- THE PRESTIGE 2-COLUMN DOCK MESH GRID --- */
.mwt-bank-cards-deck-mesh {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 Columns balanced layout array split mapping */
    gap: 40px;
    width: 100%;
    /* max-width: 1140px; */
    margin: 0 auto;
    align-items: flex-start;
}

.mwt-bank-prestige-card {
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 24px; /* Sophisticated modern clean curved border radius profiles */
    padding: clamp(30px, 4vw, 50px);
    overflow: hidden;
    box-shadow: 0 4px 25px rgba(11, 49, 103, 0.01);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.4s, box-shadow 0.4s;
}

/* Structural Laser Underline Accent Track */
.mwt-bank-laser-accent-wire {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0;
    background: #0b3167; /* Royal navy branding tone start track */
    transition: height 0.4s ease;
}

.orange-wire-scheme {
    background: #ff9f1c; /* Alternative brand orange identity wire */
}

.mwt-bank-card-inner-dock {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* Card Header Layout Area */
.mwt-bank-header-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 24px;
    margin-bottom: 28px;
    gap: 20px;
    width: 100%;
}

.mwt-bank-header-group h4 {
    color: #0b3167;
    font-size: clamp(16px, 1.4vw, 21px);
    font-weight: 900;
    margin: 0;
    text-align: left;
}

.mwt-bank-logo-vault {
    width: clamp(80px, 8vw, 110px);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mwt-bank-logo-vault img {
    max-width: 500%;
    max-height: 500%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

/* --- THE DATA RECORDS MATRIX CORRIDOR --- */
.mwt-bank-records-ledger {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
}

.mwt-ledger-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

.mwt-ledger-label {
    color: #64748b;
    font-size: 13.5px;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
}

.mwt-ledger-value {
    color: #0b3167;
    font-size: 14.5px;
    font-weight: 800;
    text-align: right;
    word-break: break-word;
}

/* High-End Functional Highlight Text String Arrays */
.highlight-num-string {
    color: #0b3167;
    font-size: 16px;
    font-family: monospace;
    letter-spacing: 0.3px;
}

.highlight-ifsc-string {
    color: #ff9f1c; /* Focus shifts highlight nodes onto core identity amber orange */
    font-family: monospace;
    font-size: 15px;
    letter-spacing: 0.5px;
}

/* --- THE KINETIC INTERACTIVE HOVER ACTIONS --- */
.mwt-bank-prestige-card:hover {
    transform: translateY(-5px);
    border-color: rgba(11, 49, 103, 0.12);
    box-shadow: 0 15px 35px rgba(11, 49, 103, 0.03);
}

.mwt-bank-prestige-card:hover .mwt-bank-laser-accent-wire {
    height: 100%; /* Spans wire vertically onto full heights loop on hovers */
}

.mwt-bank-prestige-card:hover .mwt-bank-logo-vault img {
    transform: scale(1.04);
}

/* ==========================================================================
   UNBREAKABLE MULTI-PLATFORM RESPONSIVE MATRIX Adaptations
   ========================================================================== */
@media (max-width: 900px) {
    .mwt-bank-cards-deck-mesh {
        grid-template-columns: 1fr; /* Drops inline twin side-by-side matrices flow to linear straight stacked cards */
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .mwt-full-bank-details-sec {
        padding: 55px 0;
    }
}

@media (max-width: 500px) {
    .mwt-bank-prestige-card {
        padding: 30px 20px;
        border-radius: 16px;
    }
    .mwt-bank-header-group {
        flex-direction: column; /* Flips header alignment profiles to straight vertical stack lists layout */
        align-items: flex-start;
        gap: 14px;
        padding-bottom: 18px;
        margin-bottom: 20px;
    }
    .mwt-ledger-row {
        flex-direction: column; /* Compresses inline data values vertically on smartphones viewport sizes */
        align-items: flex-start;
        gap: 4px;
        border-bottom: 1px dashed #f1f5f9;
        padding-bottom: 12px;
    }
    .mwt-ledger-row:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
    .mwt-ledger-value {
        text-align: left;
    }
}