/* =============================================
   Flashcards v2 - Banner Section Styles
   ============================================= */

body {
    background-image: none !important;
}

/* Banner Main Container */
.fc_banner {
    position: relative;
    background: #ffffff;
    padding: 0;
    overflow: hidden;
}

.nurses-week-pill {
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    border: 1.5px solid #FB3467;
    border-radius: 50px;
    font-weight: 700;
    color: #FB3467;
    text-transform: uppercase;
    font-size: 14px;
    background: transparent;
    line-height: 1.2;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}



/* Dual Background Row Logic (Desktop) */
@media (min-width: 992px) {
    .fc_banner__dual_bg {
        background-image: var(--banner-bg-img);
        background-repeat: no-repeat;
        background-position: 115% 0px;
        background-size: 80% 500px;
        position: relative;
    }

    /* Horizontal Fade Effect (Desktop Row) */
    .fc_banner__dual_bg::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, #ffffff 40%, rgba(255, 255, 255, 0) 65%);
        z-index: 1;
        pointer-events: none;
    }
}

/* Background Image Container (Inside Col) */
.fc_banner__bg_image_container {
    position: relative;
    width: 100%;
    height: 500px;
}

.fc_banner__bg_image {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* New Column-based Background (Mobile) */
.flash-banner-bg-col {
    position: relative;
    min-height: 400px;
}

/* On Mobile: Enabled Column Background */


/* Video Button Wrap (Positioned at bottom center of the image area) */
.fc_banner__video_btn_wrap {
    position: absolute;
    bottom: 30px;
    left: 22%;
    transform: translateX(-50%);
    z-index: 5;
}

/* Content Container */
.fc_banner__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 5;
}

/* Heading Styling */
.fc_banner__heading {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
    color: #15526A;
    margin-bottom: 24px;
    letter-spacing: -1.2px;
}

.fc_banner__heading--sub {
    display: block;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.3px;
    line-height: 1.3;
    color: #15526A !important;
    margin-top: 6px;
}

.fc_banner__heading--pink {
    color: #FB3367;
}

/* Subtext */
.fc_banner__body {
    font-size: 18px;
    line-height: 1.6;
    color: #768492;
    margin-bottom: 32px;
    font-weight: 600;
    max-width: 440px;
}

/* Actions Row */
.fc_banner__actions {
    display: flex;
    align-items: start;
    gap: 0px;
    flex-direction: column;
}

.fc_banner__actions p {
    font-size: 12px;
    color: #768492;
    font-weight: 600;
    margin-left: 10px;
}

/* Primary Button (Grab Set) */
.fc_banner__btn-primary {
    display: inline-block;
    background: #FB3367;
    color: #ffffff !important;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 8px 32px;
    text-align: center;
    border-radius: 50px;
    text-decoration: none !important;
    border: 2px solid #FB3367;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(251, 51, 103, 0.2);
    line-height: 1.2em;
}

.fc_banner__btn-primary:hover {
    background: #e02d5c;
    border-color: #e02d5c;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(251, 51, 103, 0.3);
}

/* Video Button Style */
.fc_banner__btn-video {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.95);
    color: #FB3367 !important;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 18px;
    border-radius: 50px;
    border: 1.5px solid #FB3367;
    text-decoration: none !important;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}

/* Play Icon within Video Button */
.fc_banner__play-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border: 1.5px solid #1c1c1c;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.fc_banner__play-icon svg {
    width: 16px;
    height: 16px;
    fill: #1c1c1c;
    margin-left: 2px;
}

.fc_banner__btn-video:hover .fc_banner__play-icon {
    background: #FB3367;
}

.fc_banner__btn-video:hover .fc_banner__play-icon svg {
    fill: #ffffff;
}

/* Modal Styling */
.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
}

/* =============================================
   Responsive Adjustments
   ============================================= */

@media (max-width: 1199px) {
    .fc_banner__heading {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .fc_banner {
        padding: 0;
    }

    .fc_banner .row {
        border-radius: 0;
        box-shadow: none;
        background: #fff;
    }

    .fc_banner__content {
        padding: 0 20px 40px 20px !important;
        text-align: center;
    }

    .fc_banner__heading {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .fc_banner__heading--sub {
        font-size: 18px;
    }

    .fc_banner__body {
        margin-bottom: 28px;
        max-width: 100%;
    }

    .fc_banner__actions {
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 575px) {
    .fc_banner__btn-primary {
        width: 100%;
        text-align: center;
    }
}

/* =============================================
   Features Alt Section styles
   ============================================= */

.fc_features_alt__heading,
.home_v3_trust h2 {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    color: #15526A;
    margin-bottom: 24px;
}

.fc_features_alt__text {
    font-size: 16px;
    line-height: 1.6;
    color: #16526A;
}

.fc_features_alt__list_label {
    color: #15526A;
    font-size: 16px;
}

.fc_features_alt__list_item {
    position: relative;
    padding-left: 26px;
    margin-bottom: 0;
    font-weight: 700;
    color: #15526A;
}

/* Custom Check Bullets */
.fc_features_alt__list_item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23e8445a'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}


.fc_features_alt__quote {
    font-size: 15px;
    line-height: 1.5;
}

.fc_features_alt__testimonial {
    max-width: 480px;
    gap: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 0px;
}

/* 3D Flashcard Flip Effect */
.fc_flashcard_flip_wrap {
    perspective: 1200px;
    width: 100%;
    cursor: pointer;
}

.fc_flashcard_flip_inner {
    position: relative;
    width: 100%;
    transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
}

.fc_flashcard_flip_wrap.is-flipped .fc_flashcard_flip_inner {
    transform: rotateY(180deg);
}

.fc_flashcard_flip_icon {
    position: absolute;
    bottom: 14px;
    right: 14px;
    z-index: 10;
    width: 50px;
    height: 50px;
    background: #FB3367;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.fc_flashcard_flip_wrap.is-flipped .fc_flashcard_flip_icon {
    opacity: 0;
}

.fc_flashcard_flip_front,
.fc_flashcard_flip_back {
    position: relative;
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.fc_flashcard_flip_back {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotateY(180deg);
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .fc_features_alt {
        padding-top: 20px !important;
    }

    .fc_features_alt__heading {
        font-size: 32px;
        text-align: center;
    }

    .fc_features_alt__text {
        text-align: center;
    }

    .fc_features_alt__list_container {
        text-align: left;
        max-width: 320px;
        margin: 0 auto;
    }


}

/* =============================================
   What's Inside Section styles
   ============================================= */

.fc_inside_set {
    background-color: #fbfbfb;
    padding-top: 80px;
}

.fc_inside_set__heading {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    color: #15526A;
}

.fc_inside_set__subtext {
    font-size: 22px;
    line-height: 1.6;
    color: #15526A;
    font-weight: 700;
}

.fc_inside_set__feature_title {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.3;
    color: #15526A;
    text-align: left;
}

.fc_inside_set__feature_text {
    font-size: 16px;
    line-height: 1.6;
    color: #768492;
    font-weight: 600;
    text-align: left;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .fc_inside_set__heading {
        font-size: 32px;
    }

    .fc_inside_set__feature_title {
        font-size: 20px;
    }

    .fc_inside_set__feature_title,
    .fc_inside_set__feature_text {
        text-align: center;
    }
}

/* =============================================
   Final CTA Section styles
   ============================================= */

.fc_cta_final {
    background: #ffffff;
}

.fc_cta_final__heading {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    color: #15526A;
}

.fc_cta_final__subtext {
    font-size: 20px;
    line-height: 1.6;
    color: #555e6a;
}

.video-wrapper {
    position: relative;
    cursor: pointer;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.video-thumb {
    width: 100%;
    display: block;
    border-radius: 12px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 48px;
    background: #ff0000;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    transition: background 0.2s ease, transform 0.2s ease;
}

.video-wrapper:hover .play-button {
    background: #cc0000;
    transform: translate(-50%, -50%) scale(1.08);
}

#videoContainer {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 */
}

#videoContainer iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 12px;
}

.lp_key_waves_1 {
    min-height: fit-content;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .fc_cta_final__heading {
        font-size: 32px;
    }

    .fc_cta_final__subtext {
        font-size: 18px;
    }
}

/* Responsive adjustments for inside set text */
@media (max-width: 768px) {
    .fc_inside_set__subtext {
        font-size: 18px;
        line-height: 1.4;
    }

    .fc_inside_set__feature_title,
    .fc_inside_set__feature_text {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .flash-banner-bg-col {
        background-image: var(--banner-bg-img);
        background-repeat: no-repeat;
        background-position: 70%;
        background-size: cover;
        min-height: 50vh;
        height: 50vh;
    }

    .fc_banner__video_btn_wrap {
        top: 50%;
        bottom: auto;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
        margin: 0;
    }

    /* Vertical Fade Effect (Mobile Column) */
    .flash-banner-bg-col::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, #ffffff 15%, rgba(255, 255, 255, 0) 50%);
        z-index: 2;
        pointer-events: none;
    }
}