/* Layout */
.vv-immersive-section-fbd23007 {
    max-width: 1320px;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
    display: flex;
    flex-direction: column;
}

.vv-layout-top-fbd23007 {
    display: flex;
    gap: 30px;
    margin-bottom: 36px;
}

.vv-feature-panel-fbd23007 {
    flex: 0 0 55%;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    padding: 46px;
    /* Controlled by Elementor slider */
    min-height: 560px; 
}

.vv-feature-overlay-fbd23007 {
    position: absolute;
    inset: 0;
    --vv-overlay-start: rgba(17,29,68,0.10);
    --vv-overlay-mid: rgba(17,29,68,0.35);
    --vv-overlay-end: rgba(17,29,68,0.82);
    background: linear-gradient(to bottom, var(--vv-overlay-start) 0%, var(--vv-overlay-mid) 50%, var(--vv-overlay-end) 100%);
    z-index: 1;
}

.vv-feature-content-fbd23007 {
    position: relative;
    z-index: 2;
}

.vv-badge-fbd23007 {
    background: #ff4b25;
    color: #fff;
    border-radius: 999px;
    padding: 10px 18px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 24px;
}

.vv-feature-headline-fbd23007 {
    color: #ffffff;
    font-size: 58px;
    font-weight: 900;
    line-height: 1.05em;
    letter-spacing: -1.6px;
    margin-bottom: 22px;
    margin-top: 0;
}

.vv-feature-para-fbd23007 {
    color: rgba(255,255,255,0.88);
    font-size: 19px;
    line-height: 1.65em;
    max-width: 700px;
    margin-bottom: 28px;
    margin-top: 0;
}

.vv-cta-btn-fbd23007 {
    display: inline-block;
    background: #ff4b25;
    color: #ffffff;
    border-radius: 15px;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
    transition: background 0.3s;
}

.vv-cta-btn-fbd23007:hover {
    background: #e94121;
}

/* Cards */
.vv-cards-col-fbd23007 {
    flex: 0 0 calc(45% - 30px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 22px;
}

.vv-card-fbd23007 {
    background: #ffffff;
    border: 1px solid #dfe3ec;
    border-radius: 28px;
    padding: 34px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    transition: transform 0.3s, box-shadow 0.3s;
    flex: 1;
}

.vv-card-fbd23007:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.vv-card-header-fbd23007 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.vv-card-number-fbd23007 {
    color: #ff4b25;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 3px;
}

.vv-card-icon-fbd23007 {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: rgba(255,75,37,0.10);
    color: #ff4b25;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vv-card-icon-fbd23007 svg {
    width: 25px;
    height: 25px;
    fill: currentColor;
}

.vv-card-title-fbd23007 {
    color: #243366;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.12em;
    letter-spacing: -0.7px;
    margin: 0 0 14px 0;
}

.vv-card-desc-fbd23007 {
    color: #53618a;
    font-size: 17px;
    line-height: 1.68em;
    margin: 0;
}

/* Final Note */
.vv-final-note-fbd23007 {
    background: linear-gradient(135deg, #263b75, #111d44); /* Default gradient */
    border-radius: 28px;
    padding: 42px 44px;
    display: flex;
    gap: 34px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.vv-final-col-fbd23007 {
    flex: 1;
}

.vv-final-headline-fbd23007 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.18em;
    letter-spacing: -0.5px;
    margin: 0;
}

.vv-final-para-fbd23007 {
    color: rgba(255,255,255,0.82);
    font-size: 17px;
    line-height: 1.68em;
    margin: 0;
}

/* Responsive */
@media (max-width: 1024px) {
    .vv-layout-top-fbd23007 {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .vv-final-note-fbd23007 {
        flex-direction: column;
    }
}
