.elementor-77 .elementor-element.elementor-element-a5d684c > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-77 .elementor-element.elementor-element-f97a6e6 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-77 .elementor-element.elementor-element-2bd1cc8 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-77 .elementor-element.elementor-element-bbcdb7a{padding:0px 0px 0px 0px;}.elementor-77 .elementor-element.elementor-element-c4c49c1 > .elementor-element-populated{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-5e1a81f *//* =========================================================================
   RMS HERO SECTION & SUMMARY BAR (ZERO-GAP, FULL-WIDTH, STRETCHED)
========================================================================= */

/* Elementor & Theme Reset for Zero Gap */
.elementor-widget-html,
.elementor-widget-html .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
}

.rms-hero-section {
    --rms-navy: #05162D;
    --rms-gold: #F2AE1B;
    --rms-gold-light: #FFF8E7;
    --rms-card-bg: rgba(5, 22, 45, 0.85);
    --rms-text-white: #FFFFFF;
    --rms-text-muted: #D1D5DB;
    --rms-font: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
    --rms-max-width: 1280px;

    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 40px !important;
    padding-bottom: 25px !important;
    font-family: var(--rms-font);
    box-sizing: border-box;

    /* BACKDROP IMAGE LINK PLACEHOLDER - REPLACE WITH YOUR UPLOADED URL */
    background-image: url('YOUR_UPLOADED_BACKGROUND_IMAGE_URL_HERE');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: var(--rms-navy);
}

/* Container */
.rms-hero-container {
    width: min(92%, var(--rms-max-width));
    margin-inline: auto;
    position: relative;
    z-index: 2;
}

/* --- MAIN HERO CONTENT GRID --- */
.rms-hero-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 30px;
    align-items: center;
    margin-bottom: 30px;
}

/* Left Hero Content */
.rms-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.rms-hero-badge::after {
    content: '';
    width: 30px;
    height: 2px;
    background-color: var(--rms-gold);
}

.rms-hero-title {
    font-size: 38px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1.15;
    margin: 0 0 16px 0;
}

.rms-hero-title span {
    color: var(--rms-gold);
}

.rms-hero-subtitle {
    font-size: 13.5px;
    color: var(--rms-text-muted);
    line-height: 1.55;
    margin: 0 0 28px 0;
    max-width: 580px;
}

/* Feature Icons Row */
.rms-features-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.rms-feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-right: 8px;
}

.rms-feature-item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.rms-feature-icon {
    width: 28px;
    height: 28px;
    color: var(--rms-gold);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rms-feature-icon svg {
    width: 22px;
    height: 22px;
}

.rms-feature-label {
    font-size: 10px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.25;
}

/* Right Card: 5 RMS Schools */
.rms-hero-right {
    display: flex;
    justify-content: flex-end;
}

.rms-schools-card {
    background: var(--rms-card-bg);
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    border-radius: 12px;
    padding: 24px;
    width: 100%;
    max-width: 280px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.rms-card-title {
    font-size: 13px;
    font-weight: 800;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 16px 0;
}

.rms-schools-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rms-schools-list li {
    font-size: 12.5px;
    font-weight: 700;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 8px;
}

.rms-schools-list li::before {
    content: '✈';
    color: var(--rms-gold);
    font-size: 10px;
}

.rms-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    background: var(--rms-gold-light);
    color: #0B1D3A;
    font-size: 12px;
    font-weight: 800;
    padding: 10px 14px;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
    box-sizing: border-box;
}

.rms-card-btn:hover {
    background: var(--rms-gold);
    transform: translateY(-2px);
}

/* --- BOTTOM SUMMARY BAR --- */
.rms-summary-bar {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 16px 28px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.rms-summary-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.rms-summary-item:not(:last-child) {
    border-right: 1px solid #E5E7EB;
    padding-right: 12px;
}

.rms-summary-icon {
    width: 36px;
    height: 36px;
    color: #0B1D3A;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.rms-summary-icon svg {
    width: 28px;
    height: 28px;
}

.rms-summary-text {
    display: flex;
    flex-direction: column;
}

.rms-summary-label {
    font-size: 10.5px;
    font-weight: 700;
    color: #6B7280;
    line-height: 1.2;
}

.rms-summary-value {
    font-size: 13px;
    font-weight: 800;
    color: #0B1D3A;
    line-height: 1.25;
    margin-top: 2px;
}

.rms-summary-sub {
    font-size: 9.5px;
    font-weight: 600;
    color: #6B7280;
}

/* --- RESPONSIVE BREAKPOINTS --- */
@media (max-width: 1024px) {
    .rms-hero-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .rms-hero-right {
        justify-content: flex-start;
    }

    .rms-schools-card {
        max-width: 100%;
    }

    .rms-summary-bar {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .rms-summary-item:nth-child(3) {
        border-right: none;
    }
}

@media (max-width: 768px) {
    .rms-hero-title {
        font-size: 28px;
    }

    .rms-features-row {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }

    .rms-feature-item:not(:last-child) {
        border-right: none;
    }

    .rms-summary-bar {
        grid-template-columns: repeat(2, 1fr);
    }

    .rms-summary-item {
        border-right: none !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 480px) {
    .rms-features-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .rms-summary-bar {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0e15422 *//* =========================================================================
   SECTION 1: IS RMS THE RIGHT OPPORTUNITY (ZERO-GAP, FULL-WIDTH, STRETCHED)
========================================================================= */

/* Elementor Global Reset to remove layout gaps */
.elementor-widget-html,
.elementor-widget-html .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
}

.rms-sec1-opp {
    --rms1-navy: #0B1D3A;
    --rms1-card-bg: #FAFCFF;
    --rms1-card-bg-light: #FFFFFF;
    --rms1-border: #E8ECEF;
    --rms1-text-dark: #1F2937;
    --rms1-text-muted: #4B5563;
    --rms1-green: #16A34A;
    --rms1-gold: #D97706;
    --rms1-font: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
    --rms1-max-width: 1280px;

    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    background-color: #FFFFFF;
    font-family: var(--rms1-font);
    box-sizing: border-box;
}

.rms-sec1-container {
    width: min(92%, var(--rms1-max-width));
    margin-inline: auto;
}

/* Section Header */
.rms-sec1-main-title {
    font-size: 20px;
    font-weight: 900;
    color: var(--rms1-navy);
    margin: 0 0 20px 0;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.rms-sec1-main-title::after {
    content: '';
    height: 2px;
    width: 35px;
    background-color: var(--rms1-gold);
}

/* Grid Layout */
.rms-sec1-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    align-items: stretch;
}

.rms-sec1-card {
    background: var(--rms1-card-bg);
    border: 1.5px solid var(--rms1-border);
    border-radius: 14px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    box-sizing: border-box;
}

.rms-sec1-card-title {
    font-size: 16px;
    font-weight: 800;
    color: var(--rms1-navy);
    margin: 0 0 16px 0;
    line-height: 1.3;
}

.rms-sec1-desc-sm {
    font-size: 12px;
    font-weight: 600;
    color: var(--rms1-text-dark);
    margin: 0 0 16px 0;
    line-height: 1.4;
}

/* --- COLUMN 1: Donut Chart Styling --- */
.rms-sec1-chart-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 20px;
    gap: 12px;
}

.rms-sec1-donut-container {
    position: relative;
    width: 140px;
    height: 70px; /* Semi-circle height */
    overflow: hidden;
}

.rms-sec1-donut-chart {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: conic-gradient(
        var(--rms1-navy) 0% 126deg, /* 70% of 180 deg = 126deg */
        #E2E8F0 126deg 180deg
    );
    transform: rotate(-90deg);
}

.rms-sec1-donut-cutout {
    position: absolute;
    top: 22px;
    left: 22px;
    width: 96px;
    height: 96px;
    background: var(--rms1-card-bg);
    border-radius: 50%;
}

.rms-sec1-stat-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.rms-sec1-stat-item {
    line-height: 1.2;
}

.rms-sec1-stat-num {
    font-size: 24px;
    font-weight: 900;
    color: var(--rms1-navy);
}

.rms-sec1-stat-label {
    font-size: 10px;
    font-weight: 700;
    color: var(--rms1-text-muted);
    display: block;
    margin-top: 2px;
}

.rms-sec1-note-box {
    border-top: 1px dashed #D1D5DB;
    padding-top: 12px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 10.5px;
    font-weight: 600;
    color: var(--rms1-text-muted);
    line-height: 1.35;
}

.rms-sec1-star-icon {
    color: var(--rms1-gold);
    font-size: 12px;
    flex-shrink: 0;
}

/* --- COLUMN 2: Civilian Checklist Styling --- */
.rms-sec1-checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.rms-sec1-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 12px;
    font-weight: 600;
    color: var(--rms1-text-dark);
    line-height: 1.4;
}

.rms-sec1-check-badge {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #DCFCE7;
    color: var(--rms1-green);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 900;
    flex-shrink: 0;
    margin-top: 1px;
}

.rms-sec1-btn-navy {
    background: var(--rms1-navy);
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 800;
    padding: 12px 18px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background 0.2s ease, transform 0.2s ease;
    box-sizing: border-box;
}

.rms-sec1-btn-navy:hover {
    background: #051429;
    transform: translateY(-2px);
}

/* --- COLUMN 3: RMS At A Glance List --- */
.rms-sec1-glance-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.rms-sec1-glance-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.rms-sec1-glance-icon {
    width: 32px;
    height: 32px;
    color: var(--rms1-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.rms-sec1-glance-icon svg {
    width: 22px;
    height: 22px;
}

.rms-sec1-glance-text {
    font-size: 12px;
    font-weight: 700;
    color: var(--rms1-text-dark);
    line-height: 1.35;
}

/* --- RESPONSIVE BREAKPOINTS --- */
@media (max-width: 1024px) {
    .rms-sec1-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .rms-sec1-chart-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .rms-sec1-main-title {
        font-size: 17px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5966a78 *//* =========================================================================
   COMPLETE RMS DASHBOARD SECTION (STRICT ALIGNMENT FIX)
========================================================================= */

.elementor-widget-html,
.elementor-widget-html .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
}

.rms-full-section-wrapper {
    --rms-navy: #0B1D3A;
    --rms-navy-hover: #051429;
    --rms-card-bg: #FAFCFF;
    --rms-border: #E8ECEF;
    --rms-text-dark: #1F2937;
    --rms-text-muted: #6B7280;
    --rms-gold: #D97706;
    --rms-gold-light: #FFFDF5;
    --rms-font: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
    --rms-max-width: 1280px;

    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 30px 0 !important;
    background-color: #FFFFFF;
    font-family: var(--rms-font);
    box-sizing: border-box;
    clear: both;
}

.rms-full-container {
    width: min(92%, var(--rms-max-width));
    margin-inline: auto;
}

/* Master 2-Column Grid with Equal Height Column Alignment */
.rms-master-grid {
    display: grid;
    grid-template-columns: 2.3fr 1fr;
    gap: 24px;
    align-items: stretch;
}

/* Vertical Stacks */
.rms-left-stack,
.rms-right-stack {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.rms-right-stack {
    justify-content: space-between;
}

/* Shared Card Styling */
.rms-card {
    background: var(--rms-card-bg);
    border: 1.5px solid var(--rms-border);
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* SECTION 2: SELECTION JOURNEY */
.rms-sec2-title {
    font-size: 16px;
    font-weight: 900;
    color: var(--rms-navy);
    margin: 0 0 20px 0;
}

.rms-timeline {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    position: relative;
    gap: 8px;
    margin-bottom: 20px;
}

.rms-timeline::before {
    content: '';
    position: absolute;
    top: 23px;
    left: 4%;
    right: 4%;
    height: 1px;
    background: #CBD5E1;
    z-index: 1;
}

.rms-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
}

.rms-step-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid #CBD5E1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--rms-navy);
    margin-bottom: 8px;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.rms-step:hover .rms-step-icon {
    transform: translateY(-2px);
    border-color: var(--rms-gold);
}

.rms-step-icon svg {
    width: 18px;
    height: 18px;
}

.rms-step-num {
    font-size: 10px;
    font-weight: 800;
    color: var(--rms-navy);
    margin-bottom: 2px;
}

.rms-step-name {
    font-size: 9.5px;
    font-weight: 700;
    color: var(--rms-text-dark);
    line-height: 1.2;
}

.rms-sec2-alert {
    background: var(--rms-gold-light);
    border: 1px solid #FDE68A;
    border-radius: 8px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 600;
    color: var(--rms-text-dark);
    margin-bottom: 12px;
}

/* MIDDLE GRID (SECTIONS 3 & 4) */
.rms-mid-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: stretch;
}

.rms-card-title {
    font-size: 14px;
    font-weight: 800;
    color: var(--rms-navy);
    margin: 0 0 16px 0;
    line-height: 1.3;
}

.rms-card-subtitle {
    font-size: 11.5px;
    font-weight: 700;
    color: var(--rms-navy);
    margin: -10px 0 16px 0;
}

/* SECTION 3: READINESS */
.rms-suitability-icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    margin-bottom: 16px;
    text-align: center;
}

.rms-suit-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rms-suit-icon {
    width: 22px;
    height: 22px;
    color: var(--rms-navy);
    margin-bottom: 4px;
}

.rms-suit-text {
    font-size: 9px;
    font-weight: 600;
    color: var(--rms-text-dark);
    line-height: 1.2;
}

.rms-readiness-banner {
    background: #EDF4FC;
    border-radius: 10px;
    padding: 12px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 10px;
    align-items: center;
}

.rms-readiness-title {
    font-size: 11px;
    font-weight: 800;
    color: var(--rms-navy);
    margin: 0 0 4px 0;
}

.rms-readiness-desc {
    font-size: 9px;
    font-weight: 500;
    color: var(--rms-text-muted);
    line-height: 1.25;
    margin: 0 0 8px 0;
}

.rms-meter-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rms-gauge {
    width: 80px;
    height: 40px;
    position: relative;
    overflow: hidden;
}

.rms-gauge-body {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: conic-gradient(from 270deg, #EF4444 0deg 60deg, #F59E0B 60deg 120deg, #10B981 120deg 180deg);
}

.rms-gauge-cover {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 64px;
    height: 64px;
    background: #EDF4FC;
    border-radius: 50%;
}

.rms-meter-emojis {
    display: flex;
    justify-content: space-between;
    width: 72px;
    font-size: 10px;
    margin-top: 2px;
}

/* SECTION 4: PORTFOLIO */
.rms-portfolio-flow {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    align-items: center;
    text-align: center;
    margin-bottom: 16px;
}

.rms-port-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rms-port-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #CBD5E1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--rms-navy);
    margin-bottom: 4px;
    background: #FFFFFF;
}

.rms-port-item.highlight .rms-port-icon {
    border-color: var(--rms-gold);
    background: var(--rms-gold-light);
    color: var(--rms-gold);
}

.rms-port-label {
    font-size: 8.5px;
    font-weight: 700;
    color: var(--rms-text-muted);
}

.rms-port-val {
    font-size: 9.5px;
    font-weight: 800;
    color: var(--rms-navy);
}

.rms-portfolio-note {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    color: var(--rms-text-dark);
    line-height: 1.35;
    margin-bottom: 10px;
}

/* COMPARISON TABLE */
.rms-table-container {
    overflow-x: auto;
}

.rms-diff-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.rms-diff-table th {
    font-size: 11px;
    font-weight: 800;
    color: var(--rms-navy);
    border-bottom: 1.5px solid #E2E8F0;
    padding: 8px 10px;
}

.rms-diff-table td {
    font-size: 10.5px;
    font-weight: 600;
    color: var(--rms-text-dark);
    border-bottom: 1px solid #F1F5F9;
    padding: 8px 10px;
}

/* RIGHT SIDEBAR - ANU MA'AM CARD */
.rms-video-thumb-box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 14px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.rms-video-thumb-box img {
    width: 100%;
    height: 380px;
    display: block;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.3s ease;
}

.rms-video-thumb-box:hover img {
    transform: scale(1.02);
}

.rms-play-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

.rms-play-btn {
    width: 46px;
    height: 46px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--rms-navy);
    padding-left: 3px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
}

.rms-video-thumb-box:hover .rms-play-btn {
    transform: scale(1.1);
}

.rms-video-duration {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.85);
    color: #FFFFFF;
    font-size: 9.5px;
    font-weight: 700;
    padding: 2px 5px;
    border-radius: 4px;
}

.rms-playlist {
    list-style: none;
    padding: 0;
    margin: 0 0 14px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rms-playlist-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    color: var(--rms-text-dark);
    cursor: pointer;
    transition: color 0.2s ease;
}

.rms-playlist-item:hover {
    color: var(--rms-gold);
}

.rms-playlist-icon {
    width: 18px;
    height: 18px;
    background: var(--rms-navy);
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    flex-shrink: 0;
}

/* RIGHT SIDEBAR - POST CET CARD */
.rms-post-cet-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
}

.rms-post-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.rms-post-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: var(--rms-gold-light);
    color: var(--rms-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.rms-post-title {
    font-size: 11px;
    font-weight: 800;
    color: var(--rms-navy);
    margin-bottom: 2px;
}

.rms-post-desc {
    font-size: 9.5px;
    font-weight: 500;
    color: var(--rms-text-muted);
    line-height: 1.25;
}

/* BUTTONS & LINKS */
.rms-btn-navy-full {
    background: var(--rms-navy);
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 800;
    padding: 10px 14px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: background 0.2s ease;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.rms-btn-navy-full:hover {
    background: var(--rms-navy-hover);
}

.rms-link-right {
    text-align: right;
    font-size: 11px;
    font-weight: 800;
    color: var(--rms-navy);
    text-decoration: none;
    display: block;
}

.rms-link-right:hover {
    color: var(--rms-gold);
}

/* MODAL LIGHTBOX */
.rms-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
}

.rms-modal-overlay.active {
    display: flex;
}

.rms-modal-content {
    position: relative;
    width: 90%;
    max-width: 800px;
    aspect-ratio: 16 / 9;
    background: #000000;
    border-radius: 12px;
    overflow: hidden;
}

.rms-modal-content iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.rms-modal-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
}

/* RESPONSIVE BREAKPOINTS */
@media (max-width: 1024px) {
    .rms-master-grid {
        grid-template-columns: 1fr;
    }
    
    .rms-timeline {
        grid-template-columns: repeat(4, 1fr);
        gap: 16px 8px;
    }

    .rms-timeline::before {
        display: none;
    }

    .rms-video-thumb-box img {
        height: 280px;
    }
}

@media (max-width: 640px) {
    .rms-mid-grid {
        grid-template-columns: 1fr;
    }

    .rms-timeline {
        grid-template-columns: repeat(2, 1fr);
    }

    .rms-suitability-icons, 
    .rms-portfolio-flow {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .rms-readiness-banner {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bbcdb7a *//* =========================================================================
   SECTION 6 STYLING (DARK BLUE BANNER WITH FULL ALIGNMENT)
========================================================================= */

.rms-prep-wrapper {
    --prep-bg: #071731;            /* Dark Navy Blue Background */
    --prep-card-bg: #0D2244;       /* Inner Card Fill */
    --prep-border: #1E3A68;        /* Card Borders */
    --prep-gold: #E5A83B;          /* Gold Icons & Accents */
    --prep-text-white: #FFFFFF;
    --prep-text-muted: #B0C4DE;
    --prep-btn-bg: #FFF3DD;         /* Light Gold / Cream Button */
    --prep-btn-text: #071731;

    background-color: var(--prep-bg);
    padding: 30px 24px;
    border-radius: 12px;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
    box-sizing: border-box;
    color: var(--prep-text-white);
    max-width: 1280px;
    margin: 0 auto;
}

.prep-main-title {
    font-size: 18px;
    font-weight: 900;
    margin: 0 0 6px 0;
    color: var(--prep-text-white);
    letter-spacing: 0.5px;
}

.prep-subtitle {
    font-size: 13px;
    font-weight: 500;
    color: var(--prep-text-muted);
    margin: 0 0 24px 0;
}

.prep-subtitle strong {
    color: var(--prep-text-white);
}

/* 4 COLUMN GRID LAYOUT */
.prep-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1.3fr;
    gap: 16px;
    align-items: stretch;
}

/* COMMON CARD STYLES (LAYERS 1-3) */
.prep-layer-card {
    background: var(--prep-card-bg);
    border: 1px solid var(--prep-border);
    border-radius: 10px;
    padding: 18px 14px;
    display: flex;
    flex-direction: column;
}

.prep-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.prep-icon-box {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1.5px solid var(--prep-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--prep-gold);
    flex-shrink: 0;
}

.prep-icon-box svg {
    width: 16px;
    height: 16px;
}

.prep-card-title {
    font-size: 12.5px;
    font-weight: 800;
    color: var(--prep-text-white);
    margin: 0;
    line-height: 1.2;
}

.prep-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.prep-list li {
    font-size: 11px;
    font-weight: 500;
    color: var(--prep-text-muted);
    display: flex;
    align-items: flex-start;
    gap: 6px;
    line-height: 1.3;
}

.prep-list li span {
    color: var(--prep-gold);
    font-size: 10px;
    margin-top: 1px;
}

/* RIGHTMOST "DON'T WORRY" CARD */
.prep-worry-card {
    border: 1.5px solid var(--prep-border);
    border-radius: 10px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.02);
}

.prep-worry-body {
    display: flex;
    align-items: center;
    gap: 12px;
}

.prep-worry-text-col {
    flex: 1;
}

.prep-worry-title {
    font-size: 13.5px;
    font-weight: 800;
    color: var(--prep-text-white);
    margin: 0 0 8px 0;
}

.prep-worry-desc {
    font-size: 10.5px;
    font-weight: 400;
    color: var(--prep-text-muted);
    line-height: 1.35;
    margin: 0;
}

/* LOGO IMAGE HOLDER */
.prep-logo-col {
    flex-shrink: 0;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prep-logo-img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* CTA BUTTON */
.prep-cta-btn {
    background: var(--prep-btn-bg);
    color: var(--prep-btn-text);
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    margin-top: 12px;
    transition: transform 0.2s ease, background 0.2s ease;
}

.prep-cta-btn:hover {
    background: #FFFFFF;
    transform: translateY(-1px);
}

/* RESPONSIVE BREAKPOINTS */
@media (max-width: 1024px) {
    .prep-cards-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .prep-cards-grid {
        grid-template-columns: 1fr;
    }
    .prep-worry-body {
        flex-direction: column;
        align-items: flex-start;
    }
    .prep-logo-col {
        margin-top: 10px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2533b71 *//* =========================================================================
   SECTION 7 & 8 STYLING (WITH POPUP LIGHTBOX)
========================================================================= */

.rms-proof-section {
    --rms-navy: #0B1D3A;
    --rms-navy-hover: #051429;
    --rms-red: #D32F2F;
    --rms-red-hover: #B71C1C;
    --rms-card-bg: #FFFFFF;
    --rms-border: #E8ECEF;
    --rms-text: #1F2937;
    --rms-muted: #6B7280;
    
    background-color: #FAFCFF;
    padding: 30px 20px;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--rms-text);
}

.rms-proof-container {
    max-width: 1280px;
    margin: 0 auto;
}

/* 3-COLUMN GRID */
.rms-proof-grid {
    display: grid;
    grid-template-columns: 1fr 2.2fr 1fr;
    gap: 16px;
    align-items: stretch;
}

.rms-card {
    background: var(--rms-card-bg);
    border: 1.5px solid var(--rms-border);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
}

.rms-card-title {
    font-size: 13.5px;
    font-weight: 800;
    color: var(--rms-navy);
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.rms-card-title.align-center {
    text-align: center;
}

/* CHECKLISTS */
.rms-check-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rms-check-list li {
    font-size: 10.5px;
    font-weight: 600;
    color: var(--rms-text);
    display: flex;
    align-items: center;
    gap: 8px;
}

.check-icon {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #E6F4EA;
    color: #137333;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    flex-shrink: 0;
}

/* MIDDLE CARD DESIGN */
.proof-subtitle {
    font-size: 11px;
    color: var(--rms-muted);
    text-align: center;
    margin: -8px 0 16px 0;
}

.proof-content-row {
    display: grid;
    grid-template-columns: 1.8fr 1fr;
    gap: 12px;
    align-items: center;
}

.doc-thumbnails {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.doc-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.doc-img-box {
    width: 100%;
    aspect-ratio: 3/4;
    border: 1px solid var(--rms-border);
    border-radius: 6px;
    overflow: hidden;
    background: #F8FAFC;
    margin-bottom: 6px;
}

.doc-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.doc-item span {
    font-size: 8.5px;
    font-weight: 700;
    color: var(--rms-text);
    line-height: 1.2;
}

/* WATCH STORY CARD & BUTTON */
.watch-story-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    min-height: 180px;
    cursor: pointer;
}

.story-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.watch-story-card:hover .story-bg-img {
    transform: scale(1.04);
}

.story-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(11,29,58,0.85) 100%);
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
}

.story-text {
    color: #FFFFFF;
    font-size: 9.5px;
    margin-bottom: 8px;
    line-height: 1.2;
}

.story-btn {
    background: rgba(11, 29, 58, 0.7);
    border: 1px solid #E5A83B;
    color: #FFF3DD;
    font-size: 9.5px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 4px;
    cursor: pointer;
    backdrop-filter: blur(2px);
    transition: all 0.2s ease;
}

.watch-story-card:hover .story-btn {
    background: #E5A83B;
    color: var(--rms-navy);
}

/* BUTTONS & LINKS */
.rms-btn-navy {
    background: var(--rms-navy);
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    padding: 9px;
    border-radius: 6px;
    text-align: center;
    display: block;
}

.rms-btn-red {
    background: var(--rms-red);
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
    padding: 10px;
    border-radius: 6px;
    text-align: center;
    display: block;
}

.assess-desc {
    font-size: 10.5px;
    color: var(--rms-muted);
    margin: -6px 0 12px 0;
    line-height: 1.3;
}

.limited-slots {
    display: block;
    text-align: center;
    font-size: 9px;
    color: var(--rms-red);
    font-weight: 700;
    margin-top: 6px;
}

/* FOOTER FEATURES BAR */
.rms-features-bar {
    margin-top: 20px;
    background: #FFFFFF;
    border: 1px solid var(--rms-border);
    border-radius: 10px;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.feature-icon {
    font-size: 18px;
}

.feature-text {
    display: flex;
    flex-direction: column;
}

.feature-text strong {
    font-size: 10.5px;
    color: var(--rms-navy);
}

.feature-text span {
    font-size: 9px;
    color: var(--rms-muted);
}

/* LIGHTBOX MODAL CSS */
.story-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
}

.story-modal-overlay.active {
    display: flex;
}

.story-modal-box {
    position: relative;
    width: 90%;
    max-width: 800px;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
}

.story-modal-close {
    position: absolute;
    top: -35px;
    right: 0;
    color: #FFF;
    font-size: 30px;
    cursor: pointer;
    font-weight: bold;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .rms-proof-grid {
        grid-template-columns: 1fr;
    }
    .rms-features-bar {
        flex-wrap: wrap;
        gap: 12px;
    }
}/* End custom CSS */