/* =====================================
   YTT Shared Content Block Styles
   ===================================== */

.ytt-hide {
    display: none;
}
.ytt-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    height: clamp(240px, 30vw, 340px);
    padding: 0 !important;

    background-position: center center;
    background-size: cover;
}

/* Creates contrast without darkening the entire photograph */
.ytt-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;

    background: linear-gradient(
            90deg,
            rgba(31, 48, 64, 0.82) 0%,
            rgba(31, 48, 64, 0.58) 38%,
            rgba(31, 48, 64, 0.16) 65%,
            rgba(31, 48, 64, 0) 80%
    );
}

/* Carry the hero height through WPBakery's wrappers */
.ytt-hero > .wpb_column {
    position: relative;
    z-index: 1;
    height: 100%;
}

.ytt-hero > .wpb_column > .vc_column-inner,
.ytt-hero > .wpb_column > .vc_column-inner > .wpb_wrapper,
.ytt-hero .wpb_raw_code,
.ytt-hero .wpb_raw_code > .wpb_wrapper {
    height: 100%;
}

.ytt-hero > .wpb_column > .vc_column-inner {
    padding: 0 !important;
}

.ytt-hero .wpb_raw_code {
    margin: 0;
}

.ytt-hero .wpb_raw_code > .wpb_wrapper {
    display: flex;
    align-items: flex-start;
}

/* Hero title */
.ytt-hero h1 {
    width: min(720px, 58vw);
    margin: clamp(158px, 4vw, 52px) 0 0 clamp(24px, 4vw, 64px);
    padding-left: clamp(16px, 1.5vw, 24px);
    color: #fff;
    font-size: clamp(2.5rem, 2.1vw, 2.1rem);
    font-weight: 650;
    line-height: 1.06;
    letter-spacing: -0.025em;
    text-wrap: balance;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
}

/* Mobile */
@media (max-width: 767px) {
    .ytt-hero {
        height: 280px;
        background-position: 48% center;
    }

    .ytt-hero::before {
        background: linear-gradient(
                0deg,
                rgba(31, 48, 64, 0.9) 0%,
                rgba(31, 48, 64, 0.42) 65%,
                rgba(31, 48, 64, 0.12) 100%
        );
    }

    .ytt-hero .wpb_raw_code > .wpb_wrapper {
        align-items: flex-end;
    }

    .ytt-hero h1 {
        width: auto;
        margin: 0 24px 28px;
        padding-left: 16px;
        /* font-size: clamp(2rem, 9vw, 2.7rem); */
    }
}

ss3-force-full-width.n2-ss-no-bga-fixed {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.05);
}

#Content {
    padding-top: 0!important;
}

/* Subtle intro bridge under hero */

.ytt-intro {
    font-size: 1.20rem;
    line-height: 1.6;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.75);
    margin: 30px 0 30px 10px;
    max-width: 720px;
}

/* Slight refinement on section headings */
.ytt-content-block h2,
.ytt-content-block h3,
.ytt-content-block h4 {
    font-size: 1.35rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 12px;
}


.ytt-content-block .vc_separator.vc_separator_align_left h4 {
    font-size: clamp(1.25rem, 2.5vw, 1.4rem);
}

.ytt-content-block {
    margin: 0 auto 28px auto;
    font-size: 1rem;
    line-height: 1.6;
    padding: 18px 8px 18px 0px;
    border-radius: 16px;
    background: rgba(255,255,255,0.55);
    border: 1px solid rgba(0,0,0,0.06);
}

.ytt-content-block .vc_separator {
    margin-bottom: 20px;
}

.ytt-content-block h2 {
    font-size: 1.75rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.ytt-content-block ul:not(.ytt-bulleted-list ul) {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ytt-content-block li {
    margin-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 1.6;
}

.ytt-content-block li strong {
    display: block;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.ytt-content-block li br {
    display: none;
}
.ytt-content-block li.ignore-br br {
    display: inline;
}
.ytt-content-block ul:not(.ytt-bulleted-list ul) li:not(:last-child) {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.ytt-bulleted-list ul {
    list-style: disc;
    margin-left: 20px
}

.ytt-content-block .ytt-note {
    margin-top: 1.5rem;
    font-size: 0.95rem;
    line-height: 1.6;
    opacity: 0.85;
}

.ytt-content-block a.button.ytt-button {
    appearance: none;
    -webkit-appearance: none;
    background: #56a2b5;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 999px;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    color: rgb(255 255 255);
    cursor: pointer;
    margin: 0 auto;
    text-transform: none;
    letter-spacing: 0;
    display: inline-block;
    width: auto;
    text-align: center;
}


.ytt-content-block a.button.ytt-button:focus, a.ytt-content-block button.ytt-button:hover{
    outline: none;
    box-shadow: 0 0 0 3px rgba(0,151,183,0.22);
}


.ytt-content-block .inner_row {
    padding: 18px 18px 14px;
    border-radius: 16px;
    background: rgba(255,255,255,0.55);
    border: 1px solid rgba(0,0,0,0.06);
    margin-bottom: 18px;
}

.style-simple div.faq {
    margin-bottom: 0px;
}

.style-simple .faq .question .title.wpb_toggle {
    color: rgba(0,0,0,0.75);
    font-weight: 650;
}

.style-simple .faq .question .title.wpb_toggle:hover {
    opacity: 0.9;
}

.style-simple .faq .question .title.wpb_toggle:after {
    opacity: 0.55;
}

/* Sticky CTA (desktop) */
.ytt-sticky  {
    position: sticky !important;
    top: 40px;
}



/* Mobile sticky bottom bar */
.ytt-mobile-cta {
    display: none; /* turned on in media query */
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 14px;
    background: rgba(255,255,255,0.95);
    border-top: 1px solid rgba(0,0,0,0.12);
    backdrop-filter: blur(8px);
    gap: 10px;
    justify-content: center;
    z-index: 9999;
}

/* Buttons (inherits your theme fonts) */
.ytt-mobile-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 14px;
    border-radius: 12px;
    font-weight: 650;
    text-decoration: none;
    border: 1px solid rgba(0,0,0,0.12);
    min-width: 140px;
}

.ytt-mobile-cta a.ytt-btn-primary {
    background: rgb(37 48 57,0.82);
    color: #fff;
}

.ytt-mobile-cta a.ytt-btn-secondary {
    background: rgba(0,0,0,0.02);
    color: rgba(0,0,0,0.85);
}

/* JS sticky states */
.ytt-cta-fixed {
    position: fixed !important;
    z-index: 9999;
}

.ytt-cta-stop, .ytt-cta-abs {
    position: absolute !important;
}

/* Mobile: disable sticky and hide sidebar CTA */
@media (max-width: 767px) {
    .ytt-sticky {
        position: static;
    }

    .ytt-cta-sidebar {
        display: none;
    }

    .ytt-mobile-cta {
        display: flex;
    }
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .ytt-content-block h2 {
        font-size: 1.5rem;
    }

    .ytt-content-block li {
        font-size: 0.95rem;
    }
}

/* --- FAQ toggle: remove plus/minus icons --- */
.style-simple .faq .question .title i.icon-plus,
.style-simple .faq .question .title i.icon-minus,
.style-simple .faq .question .title .acc-icon-plus,
.style-simple .faq .question .title .acc-icon-minus {
    display: none !important;
}

/* --- Remove green line + simplify layout --- */
.style-simple .faq .question {
    border: none !important;
    /* margin-bottom: 0.75rem; */
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.style-simple .faq .question:after,
.style-simple .faq .question.active:after {
    display: none !important;
}

.style-simple .faq .question .title,
.style-simple .faq .question .answer {
    padding-left: 0 !important;
}

/* --- Title as a clean disclosure control --- */
.style-simple .faq .question .title.wpb_toggle {
    position: relative;
    font-weight: 600;
    cursor: pointer;
    padding: 0 1.5rem 0 1rem !important;
    margin: 1rem 0;
    color: #56a1b4;
    font-size: 1.2rem;
}

/* Chevron */
.style-simple .faq .question .title.wpb_toggle:after {
    content: "▾";
    position: absolute;
    left: 0;
    top: 0.1em;
    font-size: 0.9em;
    opacity: 0.7;
    transition: transform 0.2s ease;
}


.ytt-mobile-cta .faq .question .title.wpb_toggle {
    font-size: 1.5em;
    text-align: center;
    color: #ffffff !important;
    display: inline-block;
    /* padding: 4px 6px; */
    background: black;
    border-radius: 20px;
    padding: 0.5rem 1rem !important;
    line-height: 40px;
    margin: 0px auto !important;
    border: 1px solid rgba(0, 0, 0, 0.14);
    transition: transform 0.08s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
.ytt-mobile-cta .title.wpb_toggle:after {
    display: none !important;
}

/* Rotate when open (your theme uses .active on .question) */
.style-simple .faq .question.active .title.wpb_toggle:after {
    transform: rotate(180deg);
}

/* Answer spacing + optional divider */
.style-simple .faq .question .answer {
    /* margin-top: 0.75rem; */
    padding-bottom: 0.5rem;
    display: none;
}

.style-simple .faq .question:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,0.08);
    padding-bottom: 0.75rem;
}

/* Sticky card wrapper (apply ytt-sticky to the column wrapper if needed) */
.ytt-cta-card {
    border: 1px solid rgba(0,0,0,0.12);
    border-radius: 18px;
    padding: 18px 18px 16px;
    background: rgba(255,255,255,0.86); /* down from ~0.92 */
    box-shadow:
            0 8px 20px rgba(0,0,0,0.06),
            0 2px 6px rgba(0,0,0,0.05);
    border-color: rgba(0,0,0,0.10);
}


/* Top label */
.ytt-cta-kicker {
    margin: 0 0 8px;
    font-weight: 650;
    letter-spacing: 0.2px;
    font-size: 1.05rem;
}

/* Price hierarchy */
.ytt-cta-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 0 0 10px;
}

.ytt-cta-amount {
    font-size: 2.1rem;
    line-height: 1;
    font-weight: 750;
}

.ytt-cta-tax {
    font-size: 1rem;
    opacity: 0.7;
}

/* Supporting text */
.ytt-cta-subtext {
    margin: 0 0 14px;
    line-height: 1.55;
    opacity: 0.85;
}

/* Buttons */
.ytt-cta-actions {
    display: grid;
    gap: 10px;
    margin-bottom: 12px;
}

.ytt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 14px;
    border-radius: 14px;
    text-decoration: none !important;
    font-weight: 650;
    border: 1px solid rgba(0,0,0,0.14);
    transition: transform 0.08s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.ytt-btn:hover {
    transform: translateY(-1px);
}

.ytt-btn-primary {
    background: #253039;
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(0,0,0,0.14);
}

.ytt-btn-primary:hover {
    box-shadow: 0 10px 22px rgba(0,0,0,0.18);
}

.ytt-btn-secondary {
    background: rgba(0,0,0,0.03);
    color: rgba(0,0,0,0.86) !important;
}

/* Fine print area */
.ytt-cta-fineprint {
    border-top: 1px solid rgba(0,0,0,0.08);
    padding-top: 12px;
}

.ytt-cta-fineprint p {
    margin: 0;
    font-size: 0.93rem;
    line-height: 1.5;
    opacity: 0.75;
}

/* Optional: if you want the whole card to breathe in the sidebar */
.ytt-cta-sidebar {

}

/* Mobile: if youâ€™re using the sticky bottom bar, hide this sidebar card */
@media (max-width: 767px) {
    .ytt-cta-sidebar {
        display: none;
    }
}
/* HERO ROW */
.ky-vinyasa-hero{
    position: relative;
    overflow: hidden;
    height: clamp(420px, 60vh, 680px);
    min-height: 420px;

    /* fallback image */
    background-image: url(https://www.kushalayoga.com/wp-content/uploads/2021/04/01680004.00_00_24_13.Still003-scaled.jpg?id=22551) !important;
    background-position: center 60%;
    background-size: cover;
    padding: 0 !important; /* helps avoid bottom strip */
    margin-bottom: 20px;
}

/* Overlay ABOVE video */
.ky-vinyasa-hero::after{
    content: "" !important;
    position: absolute !important;
    top: 0; right: 0; bottom: 0; left: 0;
    display: block !important;
    z-index: 5 !important;
    pointer-events: none !important;
    background: linear-gradient(
            90deg,
            rgba(0,0,0,0.65) 0%,
            rgba(0,0,0,0.45) 40%,
            rgba(0,0,0,0.2) 70%,
            rgba(0,0,0,0.0) 100%
    );
}

/* Text ABOVE overlay */
.ky-vinyasa-hero > .vc_column_container{
    position: relative;
    z-index: 100;
}

/* VIDEO COLUMN: remove from layout (so it doesnâ€™t steal width) */
.ky-vinyasa-hero > .vc_column_container.vc_col-sm-12{
    width: 0 !important;
    max-width: 0 !important;
    flex: 0 0 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* CRITICAL: prevent WPBakery wrappers in the video column from becoming containing blocks */
.ky-vinyasa-hero > .vc_column_container.vc_col-sm-12,
.ky-vinyasa-hero > .vc_column_container.vc_col-sm-12 .vc_column-inner,
.ky-vinyasa-hero > .vc_column_container.vc_col-sm-12 .wpb_wrapper,
.ky-vinyasa-hero > .vc_column_container.vc_col-sm-12 .wpb_raw_code,
.ky-vinyasa-hero > .vc_column_container.vc_col-sm-12 .wpb_raw_html{
    position: static !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Kill any inline/baseline spacing from the raw HTML container */
.ky-vinyasa-hero .wpb_raw_code,
.ky-vinyasa-hero .wpb_raw_html{
    line-height: 0 !important;
}

/* VIDEO LAYER fills the hero */
.ky-vinyasa-hero .ky-vinyasa-hero-media{
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    height: 100% !important;
    z-index: 1;
    pointer-events: none;

}

.ky-vinyasa-hero .ky-vinyasa-hero-video{
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center 60%;
}

/* Overlay for readability */
.ky-vinyasa-hero::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    background: linear-gradient(
            90deg,
            rgba(0,0,0,0.55) 0%,
            rgba(0,0,0,0.40) 40%,
            rgba(0,0,0,0.15) 70%,
            rgba(0,0,0,0.00) 100%
    );
}


/* TEXT */
.ky-vinyasa-hero .ky-vinyasa-hero-text p,
.ky-vinyasa-hero .ky-vinyasa-hero-text h1{
    color:#fff;
    text-shadow: 1px 1px black;
}
.ky-vinyasa-hero .ky-vinyasa-hero-text h1   {
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
    font-weight: 700;
    font-size: clamp(34px, 4.2vw, 60px);
    line-height: 1.08;
    letter-spacing: -0.02em;
    margin: 0 0 14px 0;
}
.ky-vinyasa-hero .ky-vinyasa-hero-text h1{
    font-size: clamp(32px, 4vw, 56px);
    line-height: 1.05;
    margin: 0 0 12px 0;
}

.ky-vinyasa-hero .ky-vinyasa-hero-text p{
    font-size: clamp(14px, 1.25vw, 18px);
    line-height: 1.4;
    margin: 0 0 10px 0;
    max-width: 34ch;
}

/* =====================================
   YTT Pathways Overview
   ===================================== */


/* -------------------------------------
   Split hero
   ------------------------------------- */

.ytt-overview-hero {
    min-height: clamp(360px, 31vw, 460px);
    margin-bottom: 0 !important;
    background: var(--ky-slate);
}

.ytt-overview-hero > .wpb_column {
    display: flex;
}

.ytt-overview-hero > .wpb_column > .vc_column-inner {
    width: 100%;
}

.ytt-overview-hero > .wpb_column:first-child > .vc_column-inner {
    display: flex;
    align-items: center;
    padding-top: clamp(42px, 5vw, 70px) !important;
    padding-right: clamp(30px, 5vw, 70px) !important;
    padding-bottom: clamp(42px, 5vw, 70px) !important;
    padding-left: max(30px, calc((100vw - 1220px) / 2 + 10px)) !important;
    background: var(--ky-slate);
}

.ytt-overview-hero .wpb_content_element {
    margin-bottom: 0;
}

.ytt-overview-hero h1 {
    max-width: 680px;
    margin: 0 0 16px;
    color: var(--ky-surface);
    font-size: clamp(2.25rem, 3.2vw, 3.35rem);
    line-height: 1.08;
    letter-spacing: -0.04rem;
    text-wrap: balance;
}

.ytt-overview-hero h3 {
    margin: 0 0 22px;
    color: var(--ky-teal-soft);
    font-size: clamp(1.3rem, 2vw, 1.7rem);
    line-height: 1.25;
    letter-spacing: -0.025rem;
}

.ytt-overview-hero h3::after {
    display: block;
    width: 60px;
    height: 3px;
    margin-top: 18px;
    background: var(--ky-lime);
    content: "";
}

.ytt-overview-hero h3 + div {
    max-width: 670px;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(1rem, 1.2vw, 1.15rem);
    line-height: 1.7;
}

.ytt-overview-hero > .wpb_column:last-child > .vc_column-inner {
    min-height: clamp(360px, 31vw, 460px);
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


/* -------------------------------------
   Pathway section and cards
   ------------------------------------- */

.ytt-overview-pathways {
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: stretch;
    gap: clamp(20px, 2.3vw, 32px);
    margin: 0 !important;
    padding-top: clamp(55px, 6vw, 80px);
    padding-bottom: clamp(55px, 6vw, 80px);
}

.ytt-overview-pathways::before {
    position: absolute;
    inset: 0 calc(50% - 50vw);
    z-index: -1;
    background: var(--ky-tint-blue);
    content: "";
}

.ytt-overview-pathways > .wpb_column {
    display: flex;
    flex: 1 1 0;
    width: auto !important;
    padding: 0 !important;
}

.ytt-overview-pathways > .wpb_column > .vc_column-inner {
    display: flex;
    width: 100%;
    height: auto;
    padding: 0 !important;
}

.ytt-overview-pathways
> .wpb_column
> .vc_column-inner
> .wpb_wrapper {
    display: flex;
    width: 100%;
    height: auto;
}

.ytt-overview-pathways .wpb_raw_code {
    display: flex;
    flex: 1;
    height: auto;
    margin-bottom: 0;
}

.ytt-overview-pathways .wpb_raw_code > .wpb_wrapper {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    padding: clamp(28px, 3vw, 40px);
    background: var(--ky-surface);
    border: 1px solid var(--ky-border);
    border-top: 4px solid var(--ky-link);
    border-radius: var(--ky-radius);
    box-shadow:
            0 14px 34px rgba(12, 24, 34, 0.10),
            0 3px 8px rgba(12, 24, 34, 0.05);
}


/* -------------------------------------
   Pathway logos and headings
   ------------------------------------- */

.ytt-overview-pathway-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 175px;
    margin-bottom: 24px;
}

.ytt-overview-pathway-logo img {
    display: block;
    width: auto;
    height: auto;
    max-width: 175px;
    max-height: 175px;
    object-fit: contain;
}

.ytt-overview-pathways h2 {
    margin: 0 0 12px;
    color: var(--ky-text);
    font-size: clamp(1.6rem, 2.1vw, 1.95rem);
    line-height: 1.18;
    letter-spacing: -0.04rem;
    text-align: center;
    text-wrap: balance;
}

.ytt-overview-pathway-subtitle {
    margin-bottom: 24px;
    color: var(--ky-link);
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

.ytt-overview-pathways > .wpb_column:nth-child(1) .wpb_raw_code > .wpb_wrapper {
    border-top-color: var(--ky-lime);
}

.ytt-overview-pathways > .wpb_column:nth-child(1) .ytt-overview-pathway-subtitle {
    color: var(--ky-lime-dark);
}

.ytt-overview-pathways > .wpb_column:nth-child(2) .wpb_raw_code > .wpb_wrapper {
    border-top-color: var(--ky-navy-muted);
}

.ytt-overview-pathways > .wpb_column:nth-child(2) .ytt-overview-pathway-subtitle {
    color: var(--ky-navy-muted);
}

.ytt-overview-pathways > .wpb_column:nth-child(3) .wpb_raw_code > .wpb_wrapper {
    border-top-color: var(--ky-link);
}


/* -------------------------------------
   Pathway card content
   ------------------------------------- */

.ytt-overview-pathway-description {
    color: var(--ky-text);
    font-size: 1rem;
    line-height: 1.65;
}

.ytt-overview-pathway-core-features {
    min-height: 0;
    margin-top: 28px;
}

.ytt-overview-pathway-core-features ul {
    margin: 0;
    padding: 20px 0 0;
    border-top: 1px solid var(--ky-border);
    list-style: none;
}

.ytt-overview-pathway-core-features li {
    position: relative;
    margin: 0 0 10px;
    padding-left: 18px;
    color: var(--ky-text);
    font-size: 0.95rem;
    line-height: 1.5;
}

.ytt-overview-pathway-core-features li:last-child {
    margin-bottom: 0;
}

.ytt-overview-pathway-core-features li::before {
    position: absolute;
    top: 0.6em;
    left: 0;
    width: 6px;
    height: 6px;
    background: var(--ky-link);
    border-radius: 50%;
    content: "";
}

.ytt-overview-pathways > .wpb_column:nth-child(1) .ytt-overview-pathway-core-features li::before {
    background: var(--ky-lime);
}

.ytt-overview-pathways > .wpb_column:nth-child(2) .ytt-overview-pathway-core-features li::before {
    background: var(--ky-navy-muted);
}

.ytt-overview-pathway-button {
    order: 2;
    margin-top: auto;
    padding-top: 30px;
    text-align: center;
}

.ytt-overview-pathway-button span {
    display: flex;
    justify-content: center;
}

.ytt-overview-pathway-button a {
    font-size: 0.92rem;
}


/* -------------------------------------
   Pathway guidance
   ------------------------------------- */

.ytt-overview-which-pathway {
    padding: clamp(30px, 4vw, 48px);
    background: var(--ky-tint-lime);
    border-left: 4px solid var(--ky-lime);
    border-radius: var(--ky-radius);
    box-shadow: 0 6px 20px rgba(12, 24, 34, 0.05);
}

.ytt-overview-which-pathway h3 {
    margin: 0 0 28px;
    color: var(--ky-text);
    font-size: clamp(1.5rem, 2.1vw, 1.9rem);
    line-height: 1.25;
}

.ytt-overview-which-pathway ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    padding: 0;
    list-style: none;
}

.ytt-overview-which-pathway li {
    margin: 0;
    padding: 2px clamp(22px, 3vw, 36px);
    color: var(--ky-text);
    font-size: 0.98rem;
    line-height: 1.6;
    border-left: 1px solid var(--ky-border);
}

.ytt-overview-which-pathway li:first-child {
    padding-left: 0;
    border-left: 0;
}

.ytt-overview-which-pathway li:last-child {
    padding-right: 0;
}


/* -------------------------------------
   Credibility and final CTA
   ------------------------------------- */

/* -------------------------------------
   Credibility
   ------------------------------------- */

.ytt-overview-credibility {
    max-width: 960px;
    margin: clamp(38px, 5vw, 56px) auto 0 !important;
    padding: clamp(26px, 3vw, 36px);
    background: var(--ky-surface);
    border: 1px solid var(--ky-border);
    border-radius: var(--ky-radius);
}

.ytt-overview-credibility > .wpb_wrapper {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: clamp(24px, 3vw, 40px);
    align-items: center;
}

.ytt-overview-credibility-seals {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 0px !important;
}

.ytt-overview-credibility-seals img {
    display: block;
    width: clamp(90px, 7vw, 108px);
    height: auto;
}

.ytt-overview-credibility-description {
    color: var(--ky-muted);
    font-size: clamp(1rem, 1.25vw, 1.12rem);
    line-height: 1.7;
    text-align: left;
    margin-bottom: 0px !important;
}

.ytt-overview-cta {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 30px !important;
    margin-bottom: clamp(65px, 7vw, 90px) !important;
}

.ytt-overview-cta > .wpb_column {
    width: auto !important;
    padding: 0 !important;
}

.ytt-overview-cta .vc_column-inner {
    padding: 0 !important;
}

.ytt-overview-cta .wpb_content_element {
    margin-bottom: 0;
}

.ytt-overview-credibility-button a {
    font-size: 0.95rem;
}


/* -------------------------------------
   Wide desktop alignment
   ------------------------------------- */

@media (min-width: 1100px) {
    .ytt-overview-pathways h2 {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 2.36em;
    }

    .ytt-overview-pathway-description {
        min-height: 6.6em;
    }
}


/* -------------------------------------
   Tablet
   ------------------------------------- */

@media (max-width: 1050px) {
    .ytt-overview-pathways {
        gap: 18px;
    }

    .ytt-overview-pathways .wpb_raw_code > .wpb_wrapper {
        padding: 26px 22px;
    }

    .ytt-overview-pathways h2 {
        font-size: 1.5rem;
    }
}


/* -------------------------------------
   Mobile
   ------------------------------------- */

@media (max-width: 767px) {
    .ytt-overview-hero {
        display: flex !important;
        flex-wrap: wrap;
        min-height: 0;
    }

    .ytt-overview-hero > .wpb_column {
        display: block;
        width: 100% !important;
    }

    .ytt-overview-hero > .wpb_column:first-child > .vc_column-inner {
        padding: 42px 25px !important;
    }

    .ytt-overview-hero > .wpb_column:last-child > .vc_column-inner {
        min-height: 270px;
    }

    .ytt-overview-pathways {
        display: block;
        padding-top: 45px;
        padding-bottom: 21px;
    }

    .ytt-overview-pathways > .wpb_column {
        display: block;
        width: 100% !important;
        margin-bottom: 24px;
    }

    .ytt-overview-pathways > .wpb_column:last-child {
        margin-bottom: 0;
    }

    .ytt-overview-pathways .wpb_raw_code > .wpb_wrapper {
        padding: 30px 26px;
    }

    .ytt-overview-pathway-logo {
        height: 155px;
    }

    .ytt-overview-pathway-logo img {
        max-width: 155px;
        max-height: 155px;
    }

    .ytt-overview-pathway-description {
        min-height: 0;
    }

    .ytt-overview-pathway-core-features {
        margin-top: 28px;
    }

    .ytt-overview-pathway-button {
        margin-top: 0;
        padding-top: 28px;
    }

    .ytt-overview-which-pathway {
        margin-top: 45px !important;
        padding: 30px 25px;
    }

    .ytt-overview-which-pathway ul {
        display: block;
    }

    .ytt-overview-which-pathway li,
    .ytt-overview-which-pathway li:first-child,
    .ytt-overview-which-pathway li:last-child {
        margin-bottom: 20px;
        padding: 0 0 20px;
        border: 0;
        border-bottom: 1px solid var(--ky-border);
    }

    .ytt-overview-which-pathway li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .ytt-overview-credibility > .wpb_wrapper {
        grid-template-columns: 1fr;
        gap: 22px;
        justify-items: center;
    }

    .ytt-overview-credibility-seals {
        justify-content: center;
    }

    .ytt-overview-credibility-seals img {
        width: 92px;
    }

    .ytt-overview-credibility-description {
        text-align: center;
    }


    .ytt-overview-cta {
        display: block;
        margin-top: 28px !important;
        text-align: center;
    }

    .ytt-overview-cta > .wpb_column {
        width: 100% !important;
        margin-bottom: 14px;
    }

    .ytt-overview-cta > .wpb_column:last-child {
        margin-bottom: 0;
    }

    .ytt-overview-credibility-button a {
        width: min(100%, 330px);
    }
}

/* END YTT PATHWAYS OVERVIEW */

/* ---------- DESKTOP/TABLET: vertically center text column ---------- */
@media (min-width: 768px){
    /* make columns inherit hero height */
    .ky-vinyasa-hero > .vc_column_container{
        height: 100% !important;
    }

    /* text column is the 2nd column in your markup */
    .ky-vinyasa-hero > .vc_column_container:nth-child(2) .vc_column-inner{
        height: 100% !important;
        display: flex !important;
        align-items: center !important;

        padding-left: clamp(18px, 4vw, 64px) !important;
        padding-right: 18px !important;
    }
}

/* ---------- MOBILE: stacked columns, normal flow ---------- */
@media (max-width: 767px){
    .ky-vinyasa-hero{
        height: auto !important;
        min-height: 520px;
    }

    .ky-vinyasa-hero > .vc_column_container,
    .ky-vinyasa-hero .vc_column-inner{
        height: auto !important;
    }

    .ky-vinyasa-hero > .vc_column_container:nth-child(2) .vc_column-inner{
        display: block !important;
        padding: 24px !important;
    }

    /* hide the empty right column on mobile */
    .ky-vinyasa-hero > .vc_column_container:nth-child(3){
        display: none !important;
    }
}

/* =====================================
   300-Hour Advanced page refinements
   ===================================== */

/* The second hero text block is not caught by the shared h3 + div rule. */
.ytt-300-hero {
    --ytt-300-accent: #cfbd91;
}

.ytt-300-hero h3::after {
    background: var(--ytt-300-accent);
}

.ytt-200-hero h3::after {
    background: var(--ky-lime);
}

/* The 16:9 video sits within a deliberate media stage rather than being
   stretched or cropped like a background photograph. */
.ytt-200-hero > .wpb_column:last-child > .vc_column-inner {
    display: flex;
    align-items: center;
    padding: clamp(28px, 4vw, 64px) !important;
    background: var(--ky-slate) !important;
}

.ytt-200-hero > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper {
    width: 100%;
}

@media (min-width: 768px) {
    .ytt-200-hero > .wpb_column:last-child {
        align-self: stretch;
    }

    .ytt-200-hero > .wpb_column:last-child > .vc_column-inner {
        align-self: stretch;
        height: 100% !important;
    }

    .ytt-200-hero > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper {
        margin-top: auto;
        margin-bottom: auto;
    }
}

.ytt-200-hero .wpb_video_widget {
    width: 100%;
    margin-bottom: 0;
}

.ytt-200-hero .wpb_video_wrapper {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 14px;
    box-shadow:
        0 18px 42px rgba(12, 24, 34, 0.24),
        0 4px 12px rgba(12, 24, 34, 0.14);
}

.ytt-200-hero .wpb_video_wrapper iframe {
    display: block;
}

/* Standalone Vimeo embed used in a Raw HTML block.
   Match the player to the video's native frame rather than WPBakery's 16:9 ratio. */
.ytt-200-hero .ytt-hero-video {
    width: 100%;
    aspect-ratio: 500 / 264;
    overflow: hidden;
    background: var(--ky-slate);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 14px;
    box-shadow:
        0 18px 42px rgba(12, 24, 34, 0.24),
        0 4px 12px rgba(12, 24, 34, 0.14);
}

.ytt-200-hero .ytt-hero-video iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.ytt-overview-hero-body {
    max-width: 670px;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(1rem, 1.2vw, 1.15rem);
    line-height: 1.7; 
}

.ytt-overview-hero-features { 
    max-width: 670px;
    margin-top: clamp(20px, 2.4vw, 30px);
    padding-top: 16px;
    color: rgba(255, 255, 255, 0.72);
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    font-size: clamp(0.84rem, 1vw, 0.95rem);
    font-weight: 650;
    line-height: 1.55;
    letter-spacing: 0.01em;
}

/* Keep the sidebar aligned with the reading column and clear of the sticky header. */
.ytt-two-col .ytt-cta-sidebar {
    align-self: flex-start;
}

.ytt-two-col .ytt-cta-sidebar.ytt-sticky { 
    top: 88px;
}

/* Compact program summary card. */
.ytt-cta-card {
    padding: clamp(24px, 2.2vw, 34px);
    background: var(--ky-surface);
    border: 1px solid var(--ky-border);
    border-top: 4px solid var(--ky-navy-muted);
    border-radius: var(--ky-radius);
    box-shadow:
        0 16px 36px rgba(12, 24, 34, 0.10),
        0 3px 9px rgba(12, 24, 34, 0.05);
}

.ytt-cta-card .ytt-overview-pathway-logo {
    margin-bottom: 20px;
}

.ytt-cta-card .ytt-overview-pathway-logo img {
    max-width: 175px;
    max-height: 175px;
}

.ytt-cta-card > h4 {
    margin: 0 0 7px;
    color: var(--ky-navy-muted);
    font-size: 0.82rem;
    font-weight: 750;
    line-height: 1.3;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.ytt-cta-card > h3 {
    margin: 0 0 22px;
    color: var(--ky-text);
    font-size: clamp(1.35rem, 1.8vw, 1.65rem);
    line-height: 1.25;
    letter-spacing: -0.025rem;
    text-wrap: balance;
}

.ytt-cta-card .ytt-cta-kicker:empty,
.ytt-cta-card .ytt-cta-price[style*="display: none"],
.ytt-cta-card .ytt-cta-fineprint[style*="display: none"] {
    display: none !important;
}

.ytt-cta-card .ytt-cta-subtext {
    display: grid;
    gap: 3px;
    margin: 0;
    padding: 20px 0;
    color: var(--ky-text);
    border-top: 1px solid var(--ky-border);
    border-bottom: 0;
    line-height: 1.45;
    opacity: 1;
}

.ytt-cta-card .ytt-cta-subtext strong,
.ytt-cta-card > div:not([class]) strong {
    color: var(--ky-text);
    font-size: 0.88rem;
    font-weight: 750;
    letter-spacing: 0.025em;
}

.ytt-cta-card > div:not([class]) {
    margin: 0 0 10px;
}

.ytt-cta-card > ul {
    display: grid;
    gap: 8px;
    margin: 0 0 23px;
    padding: 0;
    list-style: none;
}

.ytt-cta-card > ul li {
    position: relative;
    margin: 0;
    padding-left: 17px;
    color: var(--ky-muted);
    font-size: 0.94rem;
    line-height: 1.4;
}

.ytt-cta-card > ul li::before {
    position: absolute;
    top: 0.58em;
    left: 0;
    width: 6px;
    height: 6px;
    background: var(--ky-teal-soft);
    border-radius: 50%;
    content: "";
}

.ytt-cta-card .ytt-cta-actions {
    gap: 9px;
    margin: 0;
    padding-top: 21px;
    border-top: 1px solid var(--ky-border);
}

.ytt-cta-card .ytt-cta-actions > div:first-child {
    color: var(--ky-text);
    font-size: 1.02rem;
    font-weight: 750;
    line-height: 1.4;
}

.ytt-cta-card .ytt-cta-actions > div:nth-child(2) {
    margin-bottom: 5px;
    color: var(--ky-muted);
    font-size: 0.92rem;
    line-height: 1.55;
}

.ytt-content-block .ytt-overview-credibility-seals {
    justify-content: center;
    width: 100%;
    margin-top: 10px;
}

#graduation .ytt-overview-credibility-seals {
    justify-content: center;
    width: 100%;
    margin-top: 18px;
}

.ytt-cta-card .ytt-btn {
    width: 100%;
    box-sizing: border-box;
    padding: 14px 18px;
    border-radius: 14px;
    font-size: 0.94rem;
    text-align: center;
}

/* 200-Hour Foundations summary card.
   This reuses the shared CTA card without making the sidebar sticky. */
.ytt-200-cta-card {
    border-top-color: var(--ky-lime);
}

.ytt-200-cta-card > h4 {
    color: var(--ky-lime-dark);
}

.ytt-200-cta-card .ytt-cta-event {
    display: grid;
    gap: 2px;
    margin: 4px 0 6px;
    padding: 14px 16px;
    background: var(--ky-tint-lime);
    border-radius: 12px;
}

.ytt-200-cta-card .ytt-cta-event strong {
    color: var(--ky-text);
    font-size: 0.92rem;
    font-weight: 750;
}

.ytt-200-cta-card .ytt-cta-event span {
    color: var(--ky-muted);
    font-size: 0.9rem;
    line-height: 1.45;
}

.ytt-200-cta-card .ytt-cta-next-step {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid var(--ky-border);
}

.ytt-200-cta-card .ytt-cta-next-step h4 {
    margin: 0 0 7px;
    color: var(--ky-text);
    font-size: 1rem;
    font-weight: 750;
    line-height: 1.4;
}

.ytt-200-cta-card .ytt-cta-next-step p {
    margin: 0 0 15px;
    color: var(--ky-muted);
    font-size: 0.9rem;
    line-height: 1.55;
}

.ytt-200-cta-card .ytt-cta-next-step .ytt-btn-secondary {
    width: 100%;
    box-sizing: border-box;
    background: transparent;
    border-color: var(--ky-navy-muted);
    color: var(--ky-navy-muted) !important;
    text-align: center;
}

.ytt-200-cta-card .ytt-cta-next-step .ytt-btn-secondary:hover {
    background: var(--ky-tint-blue);
}

@media (max-width: 1050px) and (min-width: 768px) {
    .ytt-cta-card {
        padding: 24px 20px;
    }

    .ytt-cta-card .ytt-overview-pathway-logo {
        height: 112px;
    }

    .ytt-cta-card .ytt-overview-pathway-logo img {
        max-width: 112px;
        max-height: 112px;
    }

    .ytt-cta-card > h3 {
        font-size: 1.3rem;
    }
}

@media (max-width: 767px) {
    .ytt-overview-hero-features {
        margin-top: 20px;
        padding-top: 15px;
        font-size: 0.86rem;
    }

    .ytt-200-hero > .wpb_column:last-child > .vc_column-inner {
        min-height: 0;
        padding: 0 24px 32px !important;
    }
}

