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

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 0 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 {
    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 li:not(:last-child) {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.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 .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;
}

/* 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;
}

.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:none;
}
.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;
}

/* ---------- 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;
    }
}

