@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

/* ==========================================================================
   Hero Section - Slide 2 Styles
   ========================================================================== */

/* Standalone Page Resets */
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    background-color: #ffffff;
}

.slide-3 {
    background-image: url("/static/indigo/images/hero_section/slide_two_bg.345a38a3840a.png") !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 0 !important;
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    overflow-x: hidden;
    padding: 20px 0px !important;
}

.slide-3 * {
    box-sizing: border-box;
}

/* Scoped Layout Styles for Standalone & Embedded rendering */
.slide-3 .hero-container {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    /* padding: 40px 20px; */
    justify-content: space-between;
    align-items: end;
    position: relative;
    z-index: 2;
}

.slide-3 .hero-content {
    flex: 1.2;
    max-width: 650px;
    /* padding-bottom: 2rem;
    padding-top: 2rem; */
}

.slide-3 .hero-image {
    flex: 0.8;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.slide-3 .hero-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

.slide-3 .mobile-only {
    display: none !important;
}

.slide-3 .desktop-only {
    display: block !important;
}

/* Ribbon white: Join our AI powered */
.slide2-ribbon-white-wrapper {
    filter: drop-shadow(5px 8px 4px rgba(0, 0, 0, 0.35));
    display: block;
    width: fit-content;
}

.slide2-ribbon-white {
    font-size: 28px;
    font-weight: 600;
    color: #e53637;
    --r: .8em;
    /* control the cutout */
    padding-left: 20px;
    padding-right: calc(var(--r) + .25em);
    line-height: 1.8;
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0, calc(100% - var(--r)) 50%, 100% 100%, 0 100%);
    width: fit-content;
    display: block;
    margin-bottom: 0.2rem;
    font-family: 'Montserrat', sans-serif;
}

/* Ribbon red: Inaugural Offer */
.slide2-ribbon-red {
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    --r: .8em;
    /* control the cutout */
    padding-left: 20px;
    padding-right: calc(var(--r) + .25em);
    line-height: 1.8;
    background: #e53637;
    clip-path: polygon(0 0, 100% 0, calc(100% - var(--r)) 50%, 100% 100%, 0 100%);
    width: fit-content;
    display: block;
    margin-bottom: 0.5rem;
    font-family: 'Montserrat', sans-serif;
}

/* Title and Subtitle */
.slide2-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.15;
    color: #e53637;
    font-family: 'Montserrat', sans-serif;
}

.slide2-subtitle {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.45;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}

/* Coupon Card */
.slide2-coupon-card {
    display: inline-flex;
    border: 1.5px solid #e53637;
    border-radius: 4px;
    overflow: visible;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(229, 54, 55, 0.08);
}

.coupon-left {
    background: #ffffff;
    padding: 12px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-right: 1.5px solid #e53637;
}

.coupon-get-flat {
    font-size: 1.15rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
}

.coupon-pct-row {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.coupon-pct {
    font-size: 3rem;
    font-weight: 800;
    color: #e53637;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
}

.coupon-off {
    font-size: 1.35rem;
    font-weight: 800;
    color: #000000;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
}

.coupon-right {
    background: #e53637;
    padding: 0px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    position: relative;
}

.coupon-apply-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
}

.coupon-code-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px dashed rgba(255, 255, 255, 0.9);
    padding: 5px 20px;
    border-radius: 4px;
    background: transparent;
    margin-bottom: 6px;
    position: relative;
}

.scissors-icon {
    position: absolute;
    right: -8px;
    top: -10px;
    color: #ffffff;
    background: #e53637;
    padding: 2px;
    transform: rotate(-15deg);
    z-index: 2;
}

.coupon-code {
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

.coupon-validity {
    font-size: 0.72rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Montserrat', sans-serif;
}

/* Experience Subtitle */
.slide2-experience-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #000000;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-family: 'Montserrat', sans-serif;
}

/* Bullet Points */
.slide2-bullets-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.75rem 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.slide2-bullets-list li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bullet-icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.slide2-bullet-img {
    width: 22px;
    height: auto;
    display: block;
    object-fit: contain;
}

.bullet-text {
    font-size: 1.1rem;
    font-weight: 600;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    text-align: start !important;
}

/* Enroll Button */
.btn-enroll-now {
    background: #e53637 !important;
    color: #ffffff !important;
    border: 2px solid #e53637 !important;
    padding: 10px 28px !important;
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    border-radius: 4px !important;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
    font-family: 'Montserrat', sans-serif;
}

.btn-enroll-now:hover {
    background: #c62828 !important;
    border-color: #c62828 !important;
    transform: translateY(-1px) !important;
}

/* Desktop Swiper Layouts */
@media (min-width: 1025px) {
    .slide-3 .hero-container {
        position: relative;
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 5% !important;
        padding-right: 0 !important;
    }

    .slide-3 .hero-image {
        position: absolute !important;
        right: 0 !important;
        bottom: 0 !important;
        height: 100% !important;
        width: auto !important;
        display: flex !important;
        align-items: flex-end !important;
        justify-content: flex-end !important;
        z-index: 1 !important;
    }

    .slide-3 .hero-image img {
        height: 100% !important;
        max-height: 550px !important;
        width: auto !important;
        border-radius: 0 !important;
        display: block !important;
    }

    .slide-3 .hero-content {
        position: relative !important;
        z-index: 2 !important;
        max-width: 60% !important;
        /* padding-bottom: 4rem !important;
        padding-top: 4rem !important; */
    }
}

@media (min-width: 1025px) and (max-width: 1366px) {
    .slide-3 .hero-content {
        max-width: 60% !important;
        /* padding-top: 3rem !important; */
    }

    .slide-3 .hero-image img {
        max-height: 520px !important;
    }

    .slide2-title {
        font-size: 2.6rem !important;
    }
}

/* Helper rules for switching layouts */
.mobile-only {
    display: none !important;
}

/* Tablet & Mobile Responsive */
@media (max-width: 1024px) {
    .slide-3 .hero-content {
        padding-right: 0 !important;
        max-width: 55%;
    }

    .slide2-title {
        font-size: 2.4rem !important;
    }

    .slide2-subtitle {
        font-size: 1.25rem !important;
    }

    .slide2-ribbon-white {
        font-size: 22px !important;
        --r: .6em !important;
    }

    .slide2-ribbon-red {
        font-size: 22px !important;
        --r: .6em !important;
    }
}

@media (max-width: 900px) {
    .slide-3 .mobile-only {
        display: block !important;
    }

    .slide-3 .desktop-only {
        display: none !important;
    }

    .slide-3 {
        background-color: #fcfcfc;
        background-position: center top !important;
        min-height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .slide-3 .hero-container {
        flex-direction: column !important;
        align-items: end !important;
        text-align: center !important;
        padding: 20px !important;
    }

    .slide-3 .hero-content {
        width: 100%;
        max-width: 100% !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .slide2-title {
        font-size: 2.2rem;
        text-align: center;
    }

    .slide2-ribbon-white {
        font-size: 22px !important;
        --r: .6em !important;
        margin-bottom: 0.2rem !important;
    }

    .slide2-ribbon-red {
        font-size: 22px !important;
        --r: .6em !important;
        margin-bottom: 0.5rem !important;
    }

    .slide2-subtitle {
        font-size: 1.1rem;
        text-align: center;
        padding: 0 15px;
    }

    .slide2-coupon-card {
        margin-left: auto;
        margin-right: auto;
    }

    .slide2-experience-title {
        text-align: center;
        padding: 0 15px;
    }

    .slide2-mobile-image {
        width: 100%;
        max-width: 450px;
        margin: 0.5rem auto;
        display: flex !important;
        justify-content: center;
    }

    .slide2-mobile-image img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 0 !important;
    }

    .slide2-bullets-list {
        max-width: 420px;
        margin: 0 auto 2rem auto;
        padding: 0 15px;
        align-self: center;
    }

    .slide2-bullets-list li {
        width: 100%;
        justify-content: flex-start;
    }

    .slide2-button-row {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .btn-enroll-now {
        width: 80%;
        max-width: 300px;
        text-align: center;
    }

    .slide_two_title {
        font-size: 32px !important;
        font-weight: 700 !important;
        font-family: 'Montserrat', sans-serif;
        line-height: 1.2;
        color: #ee343b;

        margin-top: 0px !important;
        margin-bottom: 0px !important;

    }

    .slide_two_subtitle {
        font-size: 20px !important;
        font-weight: 500 !important;
        margin-top: 0px !important;
        margin-bottom: 5px !important;
    }
}

@media (max-width: 480px) {
    .slide2-title {
        font-size: 1.8rem;
    }

    .slide2-ribbon-white {
        font-size: 20px !important;
        --r: .5em !important;
    }

    .slide2-ribbon-red {
        font-size: 20px !important;
        --r: .5em !important;
    }

    .slide2-subtitle {
        font-size: 0.95rem;
    }

    .slide2-coupon-card {
        max-width: 100%;
        border-radius: 6px;
    }

    .coupon-left {
        padding: 10px 12px;
        border-right-width: 1.5px;
    }

    .coupon-right {
        padding: 10px 12px;
    }

    .coupon-get-flat {
        font-size: 0.85rem;
    }

    .coupon-pct {
        font-size: 2rem;
    }

    .coupon-off {
        font-size: 0.9rem;
    }

    .coupon-apply-title {
        font-size: 0.75rem;
        margin-bottom: 4px;
    }

    .coupon-code-box {
        padding: 4px 10px;
        gap: 6px;
        border-width: 1.5px;
    }

    .coupon-code {
        font-size: 1.05rem;
    }

    .coupon-validity {
        font-size: 0.65rem;
    }

    .bullet-text {
        font-size: 0.95rem;
        font-weight: 700 !important;
    }

    .slide2-bullets-list {
        max-width: 340px;
    }

    .btn-enroll-now {
        font-size: 1.1rem !important;
        padding: 10px 30px !important;
    }

    .slide_two_title {
        font-size: 32px !important;
        font-weight: 800 !important;
        font-family: 'Montserrat', sans-serif;
        line-height: 1.2;
        color: #ee343b;

        margin-top: 0px !important;
        margin-bottom: 0px !important;

    }

    .slide_two_subtitle {
        font-size: 20px !important;
        font-weight: 500 !important;
        margin-top: 0px !important;
        margin-bottom: 5px !important;
    }
}

/* ====================== inaugural-offer-tag ====================== */

.inaugural-offer-tag-v2 {
    background-color: #e74c3c;
    color: white;
    padding: 10px 20px 10px 20px;
    position: relative;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

/* This creates the right-hand point */
.inaugural-offer-tag-v2::after {
    content: '';
    position: absolute;
    top: 0;
    right: -15px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 15px solid #e74c3c;
    z-index: 1;
}

/* This creates the subtle shadow under the right point */
.inaugural-offer-tag-v2::before {
    content: '';
    position: absolute;
    top: 0;
    right: -17px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 17px solid rgba(0, 0, 0, 0.2);
    z-index: 0;
}

.slide-3 {
    padding: 20px 0px 0px 0px !important;
}


.slide_two_title {
    font-size: 42px;
    font-weight: 800 !important;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
    color: #ee343b;

    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.slide_two_subtitle {
    font-size: 28px;
    font-weight: 600 !important;
    margin-top: 0px !important;
    margin-bottom: 5px !important;
}



@media (max-width: 1440px) {

    .slide-3 .hero-container {

        padding: 20px 20px 0px 20px !important;
    }

    .slide-3 .hero-content {
        padding-bottom: 20px !important;
    }

    .slide_two_title {
        font-size: 30px !important;
    }

    .slide_two_subtitle {
        font-size: 18px !important;
    }

    .slide2-ribbon-red {
        font-size: 18px !important;
    }

    .coupon-pct {
        font-size: 1.5rem !important;
    }

    .coupon-code {
        font-size: 1rem !important;
    }

    .coupon-apply-title {
        font-size: 0.7rem !important;
    }

    .slide2-experience-title {
        font-size: 1rem !important;
    }

    .bullet-text {
        font-size: 0.8rem !important;
    }

    .btn-enroll-now {
        padding: 5px 14px !important;
    }

    .slide2-bullets-list {
        margin: 0 0 0.5rem 0 !important;
        gap: 6px !important;
    }

    .slide2-experience-title {
        margin-top: 5px !important;
    }

    .slide-3 .desktop-only {
        width: 260px;
    }
}

.slide-3 .hero-content {
    padding-bottom: 20px !important;
}

@media (min-width: 1024px) and (max-width: 1200px) {

    .slide_two_title {
        font-size: 22px !important;
    }

    .slide_two_subtitle {
        font-size: 14px !important;
    }

    .slide2-ribbon-white {
        font-size: 19px !important;
    }

    .slide2-ribbon-red {
        font-size: 16px !important;
    }

    .slide2-experience-title {
        margin: 2px !important;
    }

    .coupon-left {
        padding: 10px !important;
    }

    .coupon-get-flat {
        font-size: 0.8rem !important;
    }

    .coupon-pct,
    .coupon-off {
        font-size: 1rem !important;
    }

    .slide-3 .hero-content {
        width: 50% !important;
    }


}