
/* ==========================================================================
   HIGH-END 100% FULL-WIDTH PURE WHITE SERVICE NAV MODULE
   ========================================================================== */
.mwt-full-service-menu-sec {
    position: relative;
    width: 100%;
    padding: 30px;
    overflow: hidden;
    background: #F4F7FF; /* 100% Solid Pure Corporate White Base Canvas */
}

/* 100% Screen Stretch Fluid Edge Container */
.mwt-edge-to-edge-container {
    width: 100%;
    padding: 0 5%; /* Fluid peripheral layout breathing space bounds */
    margin: 0 auto;
}

/* --- THE PRESTIGE 6-COLUMN FULL SCREEN MATRIX --- */
.mwt-service-menu-fluid-mesh {
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* Flawless 6 columns aligned edge-to-edge for desktop setups */
    gap: 25px;
    width: 100%;
    perspective: 1000px; /* Activates 3D spatial environments cascade */
}

.mwt-inner-menu-box {
    width: 100%;
}

/* Premium Apple-style Slat Card Surface */
.mwt-menu-card-surface {
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 20px; /* Sophisticated smooth rounded curves */
    padding: 30px 15px;
    box-shadow: 0 4px 20px rgba(11, 49, 103, 0.01);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform-style: preserve-3d;
    transform: rotateX(0deg) rotateY(0deg);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.5s, border-color 0.5s;
    cursor: pointer;
}

/* Iconic Soft Enclosure Capsule */
.mwt-menu-icon-capsule {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #F4F7FF; /* Smooth minimalist soft light blue backdrop matched from brand identity blueprints */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    transition: transform 0.4s ease, background 0.3s;
}

.mwt-menu-icon-capsule img {
    max-width: 45%;
    max-height: 45%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

/* Minimal Text Typography Link Core */
.mwt-menu-text-node {
    margin: 0;
    padding: 0;
    transform: translateZ(0px);
    transition: transform 0.4s ease;
}

.mwt-menu-text-node a {
    color: #0b3167; /* Corporate royal space navy core tone */
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: color 0.3s ease;
    display: inline-block;
}

/* --- THE KINETIC ISOMETRIC 3D HOVER STATE CONTROLS --- */
.mwt-menu-card-surface:hover {
    /* Snaps the targeted card into a highly interactive 3D spatial orientation view */
    transform: rotateY(-8deg) rotateX(8deg) translateY(-6px);
    border-color: rgba(255, 159, 28, 0.35); /* Connects brand corporate orange border highlights */
    box-shadow: -10px 15px 35px rgba(11, 49, 103, 0.04), 0 0 25px rgba(255, 159, 28, 0.02);
}

.mwt-menu-card-surface:hover .mwt-menu-text-node {
    transform: translateZ(20px); /* Causes the inner text link layer to pop outwards via depth layers */
}

.mwt-menu-card-surface:hover .mwt-menu-icon-capsule {
    background: #ffffff;
    transform: scale(1.04);
}

.mwt-menu-card-surface:hover .mwt-menu-text-node a {
    color: #ff9f1c; /* Shift active header color state uniformly */
}

/* ==========================================================================
   UNBREAKABLE MULTI-PLATFORM RESPONSIVE MATRIX Adaptations
   ========================================================================== */
@media (max-width: 1024px) {
    .mwt-service-menu-fluid-mesh {
        grid-template-columns: repeat(3, 1fr); /* Drops down into a clean 3-column matrix layout on tablets viewports */
        gap: 25px;
    }
}

@media (max-width: 600px) {
    .mwt-service-menu-fluid-mesh {
        grid-template-columns: repeat(2, 1fr); /* 2 Columns grid layout balance mapped for tiny mobile screens */
        gap: 15px;
    }
    .mwt-menu-card-surface {
        padding: 22px 10px;
        border-radius: 16px;
        /* Disables depth angles on tiny devices to prevent distortion clipping */
        transform: none !important;
    }
    .mwt-menu-card-surface:hover {
        transform: translateY(-4px) !important;
    }
    .mwt-menu-text-node {
        transform: none !important;
    }
}

/* ==========================================================================
   HIGH-END 100% FULL-WIDTH PURE WHITE DEEP CONTENT SLATE MODULE
   ========================================================================== */

.mwt-full-content-slate-sec {
    position: relative;
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
    background: #ffffff;
}

/* Full Width Container */
.mwt-edge-to-edge-container {
    width: 100%;
    max-width: 100%;
    padding: 0 5%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Main Content Box */
.mwt-content-slate-box {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Header Alignment */
.mwt-slate-head-alignment {
    width: 100%;
    max-width: 850px;
    margin: 0 auto 45px;
    padding: 0 15px;
    text-align: center;
    box-sizing: border-box;
}

.mwt-luxury-st {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    color: #0b3167;
    font-size: clamp(16px, 1.6vw, 20px) !important;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 2px;
    padding: 7px 18px;
    border-radius: 30px;
    margin-bottom: 10px;
    text-align: center;
}

.mwt-luxury-main-title {
    color: #0b3167;
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 950;
    line-height: 1.25;
    margin: 0 0 10px;
    text-transform: uppercase;
    overflow-wrap: break-word;
}

.mwt-luxury-sub-bar {
    color: #475569;
    font-size: clamp(14px, 1.2vw, 18px);
    font-weight: 600;
    line-height: 1.5;
    max-width: 750px;
    margin: 0 auto;
    letter-spacing: 1px;
    overflow-wrap: break-word;
}

/* ==========================================================================
   SCROLLABLE CONTENT AREA
   ========================================================================== */

.mwt-slate-body-paragraphs {
    display: flex;
    flex-direction: column;
    gap: 22px;
    text-align: justify;

    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;

    /* Hide scrollbar */
    -ms-overflow-style: none;  /* IE & Edge */
    scrollbar-width: none;     /* Firefox */
}

/* Chrome, Safari, Opera */
.mwt-slate-body-paragraphs::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.mwt-slate-body-paragraphs::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 10px;
}

.mwt-slate-body-paragraphs::-webkit-scrollbar-thumb {
    background: #0b3167;
    border-radius: 10px;
}

.mwt-slate-body-paragraphs::-webkit-scrollbar-thumb:hover {
    background: #ff9f1c;
}

/* Paragraph Styling */
.mwt-slate-body-paragraphs p {
    color: #000000;
    font-size: clamp(14.5px, 1.15vw, 16.5px);
    line-height: 1.85;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-indent: 0;
    letter-spacing: 1px;
    overflow-wrap: break-word;
}

/* First Paragraph */
.mwt-slate-body-paragraphs p:first-child {
    color: #000000;
    font-size: clamp(15px, 1.2vw, 17.5px);
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 1.2px;
}

/* ==========================================================================
   LAPTOP RESPONSIVE
   ========================================================================== */

@media (max-width: 1199px) {
    .mwt-full-content-slate-sec {
        padding: 45px 0;
    }

    .mwt-edge-to-edge-container {
        padding: 0 4%;
    }

    .mwt-content-slate-box {
        max-width: 100%;
    }
}

/* ==========================================================================
   TABLET RESPONSIVE
   ========================================================================== */

@media (max-width: 991px) {
    .mwt-full-content-slate-sec {
        padding: 45px 0;
    }

    .mwt-edge-to-edge-container {
        padding: 0 28px;
    }

    .mwt-slate-head-alignment {
        margin-bottom: 35px;
    }

    .mwt-luxury-main-title {
        font-size: clamp(25px, 5vw, 38px);
    }

    .mwt-slate-body-paragraphs {
        max-height: 300px;
        gap: 20px;
        text-align: left;
    }
}

/* ==========================================================================
   MOBILE RESPONSIVE
   ========================================================================== */

@media (max-width: 768px) {
    .mwt-full-content-slate-sec {
        padding: 40px 0;
    }

    .mwt-edge-to-edge-container {
        padding: 0 18px;
    }

    .mwt-content-slate-box {
        width: 100%;
        max-width: 100%;
        padding: 0;
        border-radius: 0;
    }

    .mwt-slate-head-alignment {
        padding: 0;
        margin-bottom: 28px;
    }

    .mwt-luxury-st {
        font-size: 16px !important;
        letter-spacing: 1px;
        padding: 6px 12px;
    }

    .mwt-luxury-main-title {
        font-size: clamp(24px, 7vw, 34px);
        line-height: 1.3;
    }

    .mwt-luxury-sub-bar {
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: 0.4px;
    }

    .mwt-slate-body-paragraphs {
        max-height: 350px;
        gap: 18px;
        padding-right: 8px;
        text-align: left;
    }

    .mwt-slate-body-paragraphs p,
    .mwt-slate-body-paragraphs p:first-child {
        font-size: 14.5px;
        line-height: 1.75;
        letter-spacing: 0.3px;
    }
}

/* ==========================================================================
   SMALL MOBILE RESPONSIVE
   ========================================================================== */

@media (max-width: 575px) {
    .mwt-full-content-slate-sec {
        padding: 35px 0;
    }

    .mwt-edge-to-edge-container {
        padding: 0 14px;
    }

    .mwt-slate-head-alignment {
        margin-bottom: 24px;
    }

    .mwt-luxury-main-title {
        font-size: clamp(22px, 8vw, 30px);
    }

    .mwt-luxury-sub-bar {
        font-size: 13.5px;
    }

    .mwt-slate-body-paragraphs {
        max-height: 400px;
        gap: 16px;
        padding-right: 6px;
    }

    .mwt-slate-body-paragraphs p,
    .mwt-slate-body-paragraphs p:first-child {
        font-size: 14px;
        line-height: 1.72;
    }
}

/* ==========================================================================
   VERY SMALL MOBILE RESPONSIVE
   ========================================================================== */

@media (max-width: 400px) {
    .mwt-edge-to-edge-container {
        padding: 0 12px;
    }

    .mwt-luxury-st {
        font-size: 14px !important;
    }

    .mwt-luxury-main-title {
        font-size: 22px;
    }

    .mwt-luxury-sub-bar {
        font-size: 13px;
    }

    .mwt-slate-body-paragraphs {
        max-height: 430px;
    }

    .mwt-slate-body-paragraphs p,
    .mwt-slate-body-paragraphs p:first-child {
        font-size: 13.5px;
    }
}

/* ==========================================================================
   HIGH-END 100% FULL-WIDTH LUXURY KINETIC RIBBON TILES LAYOUT
   ========================================================================== */
.mwt-full-ribbon-features-sec {
    position: relative;
    width: 100%;
    padding:30px;
    overflow: hidden;
    background: #F4F7FF; /* 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;
}

/* Header UI Elements Area Layout */
.mwt-ribbon-master-head {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 75px auto;
}

/* .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;
} */

.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-sub-bar {
    color: #475569;
    font-size: clamp(14px, 1.2vw, 18px);
    font-weight: 600;
    line-height: 1.4;
    max-width: 750px;
    margin: 0 auto;
    letter-spacing: 1px;
}

/* .mwt-luxury-bar-line {
    width: 50px;
    height: 3px;
    background: #ff9f1c; 
    margin: 22px auto 0 auto;
    border-radius: 2px;
} */

/* --- THE PRESTIGE FULL SCREEN HORIZONTAL RIBBON GRID --- */
.mwt-ribbon-deck-mesh {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 Columns sleek design system mapping on desktops */
    gap: 35px 25px;
    width: 100%;
    /* max-width: 1140px; */
    margin: 0 auto;
}

.mwt-ribbon-step-card {
    position: relative;
    background: #ffffff;
    border-radius: 20px; /* Sophisticated modern clean curved border radius edge */
    border: 1px solid rgba(226, 232, 240, 0.8);
    padding: 40px 25px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(11, 49, 103, 0.012);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s, border-color 0.4s;
    cursor: pointer;
}

/* Mechanical Shimmering Track Line */
.mwt-ribbon-laser-track {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ff9f1c, transparent);
    transition: left 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.mwt-ribbon-card-body {
    position: relative;
    z-index: 5;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.mwt-ribbon-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    width: 100%;
}

/* Numeric Floating Badge Metrics */
.mwt-ribbon-index {
    font-family: monospace;
    font-size: clamp(22px, 2.5vw, 50px);
    font-weight: 900;
    color: rgba(11, 49, 103, 0.06);
    line-height: 1;
    transition: color 0.3s ease;
}

/* Soft Enclosure Icons Engine Blocks */
.mwt-ribbon-icon-box {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.mwt-ribbon-icon-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.icon-glow-alpha { background: rgba(11, 49, 103, 0.05); }
.icon-glow-beta  { background: rgba(255, 159, 28, 0.05); }
.icon-glow-gamma { background: rgba(14, 165, 233, 0.05); }
.icon-glow-delta { background: rgba(79, 70, 229, 0.05); }

.mwt-ribbon-card-body h3 {
    color: #0b3167;
    font-size: 16px;
    font-weight: 850;
    margin-bottom: 12px;
    letter-spacing: -0.1px;
    transition: color 0.3s;
}

.mwt-ribbon-card-body p {
    color: #64748b;
    font-size: 13.5px;
    line-height: 1.65;
    font-weight: 500;
    margin: 0;
    letter-spacing: 1px;
}

/* --- THE KINETIC INTERACTIVE HOVER CONTROLS --- */
.mwt-ribbon-step-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 159, 28, 0.35);
    box-shadow: 0 15px 35px rgba(11, 49, 103, 0.03);
}

.mwt-ribbon-step-card:hover .mwt-ribbon-laser-track {
    left: 100%;
}

.mwt-ribbon-step-card:hover .mwt-ribbon-index {
    color: #ff9f1c; /* Maps focus shifts toward brand orange accent paths */
}

.mwt-ribbon-step-card:hover .mwt-ribbon-icon-box {
    transform: scale(1.05);
}

.mwt-ribbon-step-card:hover h3 {
    color: #ff9f1c; 
}

/* ==========================================================================
   UNBREAKABLE MULTI-PLATFORM RESPONSIVE MATRIX Adaptations
   ========================================================================== */
@media (max-width: 1024px) {
    .mwt-ribbon-deck-mesh {
        grid-template-columns: repeat(2, 1fr); /* Scales evenly into 2-column configurations on tablets devices */
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .mwt-full-ribbon-features-sec {
        padding: 55px 0;
    }
}

@media (max-width: 600px) {
    .mwt-ribbon-deck-mesh {
        grid-template-columns: 1fr; /* 100% Unbreakable single pile stack on mobile screen sizes */
        gap: 20px;
    }
    .mwt-ribbon-step-card {
        padding: 35px 22px;
        border-radius: 16px;
    }
}


/* ==========================================================================
   HIGH-END 100% FULL-WIDTH PURE WHITE PRICING ARCHITECTURE SUITE
   ========================================================================== */
.mwt-full-pricing-matrix-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;
}

/* Header UI Elements Area Layout */
.mwt-pricing-master-head {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 75px auto;
}

/* .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;
} */

.mwt-luxury-main-title {
    color: #0b3167; 
    font-size: clamp(26px, 3.2vw, 40px) !important;
    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 FULL SCREEN PRICING GRID --- */
.mwt-pricing-deck-mesh {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 Columns architectural grid flow mapping on wide desktops */
    gap: 35px;
    width: 100%;
    /* max-width: 1140px; */
    margin: 0 auto;
    align-items: flex-start;
}

.mwt-pricing-tier-box {
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 24px; /* Sophisticated modern clean curved border radius edge */
    padding: 45px 35px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 25px rgba(11, 49, 103, 0.012);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.4s, box-shadow 0.4s;
}

/* Tier Header Dock Area Styles */
.mwt-tier-header-dock {
    text-align: center;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mwt-tier-icon-housing {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(11, 49, 103, 0.04);
    color: #0b3167;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 20px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.mwt-tier-badge {
    font-size: 11px;
    font-weight: 800;
    color: #0b3167;
    letter-spacing: 1.5px;
    background: #F4F7FF;
    padding: 5px 14px;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 14px;
}

.highlighted-badge {
    color: #ff9f1c;
    background: rgba(255, 159, 28, 0.05);
}

.mwt-tier-price-title {
    color: #0b3167;
    font-size: clamp(24px, 2.2vw, 34px);
    font-weight: 950;
    margin: 0;
    text-transform: uppercase;
}

.mwt-asterisk {
    color: #ff9f1c;
    font-size: 18px;
    vertical-align: super;
    margin-left: 2px;
}

/* Tier Features Core Target Alignment rules */
.mwt-tier-features-dock ul {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: left;
}

.mwt-tier-features-dock li {
    font-size: 14px;
    color: #475569;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
    line-height: 1.4;
}

.mwt-tier-features-dock li i {
    color: #0b3167;
    font-size: 14px;
    flex-shrink: 0;
}

/* Checkout Button Controls Component mapping rules */
.mwt-tier-action-corridor {
    width: 100%;
}

.mwt-tier-checkout-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 15px 24px;
    background: #f1f5f9;
    color: #0b3167;
    font-size: 13.5px;
    font-weight: 850;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5px;
    border-radius: 30px;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.mwt-tier-checkout-btn i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.mwt-tier-checkout-btn:hover {
    background: #0b3167;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(11, 49, 103, 0.15);
}

/* --- POPULAR FEATURED BLUEPRINT CARD INTERACTIVE CORES --- */
.package-is-popular {
    border-color: rgba(255, 159, 28, 0.35);
    box-shadow: 0 15px 40px rgba(255, 159, 28, 0.06);
    transform: scale(1.02); /* Gives subtle structural scale popup onto the popular column matrix */
}

.mwt-popular-ribbon-tag {
    position: absolute;
    top: 20px;
    right: -35px;
    background: #ff9f1c;
    color: #0b3167;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1px;
    padding: 5px 35px;
    transform: rotate(45deg);
}

.package-is-popular .mwt-tier-icon-housing {
    background: rgba(255, 159, 28, 0.06);
    color: #ff9f1c;
}

.package-is-popular .mwt-tier-features-dock li i {
    color: #ff9f1c;
}

.featured-btn-scheme {
    background: #0b3167;
    color: #ffffff;
}

.featured-btn-scheme:hover {
    background: #ff9f1c;
    color: #0b3167;
    box-shadow: 0 8px 22px rgba(255, 159, 28, 0.25);
}

/* --- THE KINETIC INTERACTIVE HOVER ACTION MATRICES --- */
.mwt-pricing-tier-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(11, 49, 103, 0.04);
}

.package-is-popular:hover {
    transform: scale(1.02) translateY(-5px);
    box-shadow: 0 20px 45px rgba(255, 159, 28, 0.1);
}

.mwt-pricing-tier-box:hover .mwt-tier-icon-housing {
    transform: scale(1.06) rotate(3deg);
}

.mwt-pricing-tier-box:hover .mwt-tier-checkout-btn i {
    transform: scale(1.1) translateX(2px);
}

/* ==========================================================================
   UNBREAKABLE MULTI-PLATFORM RESPONSIVE MATRIX Adaptations
   ========================================================================== */
@media (max-width: 1024px) {
    .mwt-pricing-deck-mesh {
        grid-template-columns: repeat(2, 1fr); /* Splits seamlessly into a clean 2-column view inside standard tablets */
        gap: 25px;
    }
    .package-is-popular {
        transform: none; /* Disables raw desktop scales overrides on tablets responsive layers */
    }
    .package-is-popular:hover {
        transform: translateY(-5px);
    }
}

@media (max-width: 768px) {
    .mwt-full-pricing-matrix-sec {
        padding: 55px 0;
    }
}

@media (max-width: 600px) {
    .mwt-pricing-deck-mesh {
        grid-template-columns: 1fr; /* 100% Unbreakable straight line vertical list layout stack mapping for phone viewports */
        gap: 20px;
    }
    .mwt-pricing-tier-box {
        padding: 40px 22px;
        border-radius: 16px;
    }
    .mwt-tier-checkout-btn {
        width: 100%;
        justify-content: center;
    }
}

/* ==========================================================================
   HIGH-END 100% FULL-WIDTH PURE WHITE FAQ ARCHITECTURE SUITE
   ========================================================================== */
.mwt-full-faq-prestige-sec {
    position: relative;
    width: 100%;
    padding:30px;
    overflow: hidden;
    background: #F4F7FF; /* 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 BRANDING STYLES --- */
.faq-content-dock-left {
    padding-right: 60px;
    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: 35px;
    letter-spacing: 1px;
}

.mwt-inline-link {
    color: #ff9f1c;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px dashed rgba(255, 159, 28, 0.5);
    transition: color 0.3s;
}
.mwt-inline-link:hover { color: #0b3167; border-color: #0b3167; }

/* Vector Visual Constraints */
.mwt-faq-vector-housing {
    width: 100%;
    /* max-width: 380px; */
    margin-top: 30px;
}

.mwt-faq-responsive-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

/* --- RIGHT COLUMN SLAT ACCORDIONS --- */
.faq-accordion-dock-right {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.mwt-faq-slat-group-mesh {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.mwt-faq-interactive-slat {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 4px 15px rgba(11, 49, 103, 0.01);
    overflow: hidden;
    transition: border-color 0.4s, box-shadow 0.4s, transform 0.4s;
    width: 100%;
}

.mwt-faq-slat-trigger-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border: none;
    outline: none;
    padding: 24px 28px;
    text-align: left;
    cursor: pointer;
    gap: 20px;
}

.mwt-faq-slat-trigger-btn span {
    color: #0b3167;
    font-size: clamp(15px, 1.2vw, 17.5px);
    font-weight: 850;
    line-height: 1.4;
    transition: color 0.3s;
}

/* Mechanical Dynamic Cross Vector Component */
.mwt-faq-slat-cross-vector {
    position: relative;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.mwt-faq-slat-cross-vector::before, .mwt-faq-slat-cross-vector::after {
    content: '';
    position: absolute;
    background: #0b3167;
    border-radius: 2px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), background 0.3s;
}
.mwt-faq-slat-cross-vector::before { width: 14px; height: 2px; top: 6px; left: 0; }
.mwt-faq-slat-cross-vector::after { width: 2px; height: 14px; top: 0; left: 6px; }

/* Structural Collapse Panel Canvas */
.mwt-faq-slat-panel-collapse {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mwt-faq-slat-body-text { padding: 0 28px 24px 28px; }
.mwt-faq-slat-body-text p { color: #475569; font-size: 14.5px; line-height: 1.7; font-weight: 500; margin: 0; text-align: justify; letter-spacing: 1px;}

/* Active Mechanical Slat Focus Rules */
.mwt-faq-interactive-slat:hover { border-color: rgba(11, 49, 103, 0.15); }
.mwt-faq-interactive-slat.faq-node-active { border-color: rgba(255, 159, 28, 0.35); box-shadow: 0 10px 25px rgba(11, 49, 103, 0.03); }
.mwt-faq-interactive-slat.faq-node-active .mwt-faq-slat-trigger-btn span { color: #ff9f1c; }
.mwt-faq-interactive-slat.faq-node-active .mwt-faq-slat-cross-vector::after { transform: rotate(90deg) scale(0); }
.mwt-faq-interactive-slat.faq-node-active .mwt-faq-slat-cross-vector::before { transform: rotate(180deg); background: #ff9f1c; }

/* View All FAQ Action Button */
.mwt-faq-view-all-dock {
    margin-top: 30px;
    text-align: left;
}

.mwt-faq-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 35px;
    background: #0b3167;
    color: white;
    font-size: 13px;
    font-weight: 850;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.mwt-faq-more-btn i { font-size: 11px; transition: transform 0.3s; }
.mwt-faq-more-btn:hover { background: #ffb703; color: #0b3167; box-shadow: 0 6px 15px rgba(11, 49, 103, 0.15); transform: translateY(-2px); }
.mwt-faq-more-btn:hover i { transform: rotate(15deg); }

/* ==========================================================================
   UNBREAKABLE MULTI-PLATFORM RESPONSIVE MATRIX Adaptations
   ========================================================================== */
@media (max-width: 900px) {
    .mwt-full-flex-row {
        display: block; /* Drops dual column splits into direct single file cascade lists */
    }
    .mwt-full-flex-col, .faq-accordion-dock-right {
        width: 100%;
    }
    .faq-content-dock-left {
        padding-right: 0;
        margin-bottom: 50px;
        position: relative;
        top: 0;
    }
    .mwt-faq-vector-housing {
        max-width: 320px;
        margin: 30px auto 0 auto;
    }
}

@media (max-width: 768px) {
    .mwt-full-faq-prestige-sec {
        padding: 55px 0;
    }
}

@media (max-width: 600px) {
    .mwt-faq-slat-trigger-btn { padding: 20px; }
    .mwt-faq-slat-body-text { padding: 0 20px 20px 20px; }
    .mwt-faq-interactive-slat { border-radius: 12px; }
    .mwt-faq-more-btn { width: 100%; justify-content: center; }
    .mwt-faq-vector-housing { display: none !important; } /* Clear asset images on micro mobile viewports real estates */
}

/* ==========================================================================
   ENHANCED HIGH-VISIBILITY ICON BOXES SPECIFICATIONS
   ========================================================================== */
.mwt-ribbon-step-card .mwt-icon-large {
    width: 75px !important;  /* Bigger height for grand visibility profiles */
    height: 75px !important; /* Bigger width for grand visibility profiles */
    border-radius: 18px !important; /* Elegant slightly more rounded curves shapes */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 28px !important; /* Giant font size so icons are clearly visible */
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    box-shadow: 0 4px 15px rgba(11, 49, 103, 0.02) !important;
}

/* Kinetic scale on hover rules */
.mwt-ribbon-step-card:hover .mwt-icon-large {
    transform: scale(1.08) rotate(4deg) !important;
    box-shadow: 0 8px 25px rgba(255, 159, 28, 0.15) !important;
}

/* Icon glow variations customization overrides */
.icon-glow-alpha.mwt-icon-large { background: #E8EFFF !important; color: #0b3167 !important; }
.icon-glow-beta.mwt-icon-large  { background: rgba(255, 159, 28, 0.08) !important; color: #ff9f1c !important; }
.icon-glow-gamma.mwt-icon-large { background: rgba(14, 165, 233, 0.08) !important; color: #0ea5e9 !important; }
.icon-glow-delta.mwt-icon-large { background: rgba(168, 85, 247, 0.08) !important; color: #a855f7 !important; }

.mwt-ribbon-step-card:hover .icon-glow-alpha.mwt-icon-large { background: #0b3167 !important; color: #ffffff !important; }
.mwt-ribbon-step-card:hover .icon-glow-beta.mwt-icon-large  { background: #ff9f1c !important; color: #ffffff !important; }
.mwt-ribbon-step-card:hover .icon-glow-gamma.mwt-icon-large { background: #0ea5e9 !important; color: #ffffff !important; }
.mwt-ribbon-step-card:hover .icon-glow-delta.mwt-icon-large { background: #a855f7 !important; color: #ffffff !important; }

/* Custom Styling for Service Menu Icons */
.mwt-main-icon {
    font-size: 28px;
    color: #0b3167; /* Corporate Navy Blue */
    transition: all 0.3s ease;
}

.mwt-menu-card-surface:hover .mwt-main-icon {
    color: #ff9f1c; /* Identity Orange on Hover */
    transform: scale(1.15);
}

.mwt-menu-icon-capsule {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    background: rgba(11, 49, 103, 0.03);
    border-radius: 50%;
    margin: 0 auto 15px auto;
    transition: background 0.3s ease;
}

.mwt-menu-card-surface:hover .mwt-menu-icon-capsule {
    background: rgba(255, 159, 28, 0.1);
}
a{
    text-decoration: none;
}