/* ═══════════════════════════════════════════════════════════════
   SHARED COURSE PAGE STYLES — course-page.css
   Common styles for all YTT course pages (100/200/300/500-hour)
   ═══════════════════════════════════════════════════════════════ */

/* ── Breadcrumb Highlights ───────────────────────────────────── */
.breadcrumb-highlights ul {
    padding: 0;
    list-style: none;
}
.breadcrumb-highlights ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

/* ── New Breadcrumb Hero ─────────────────────────────────────── */
.new-breadcrumb {
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    position: relative;
}
.new-breadcrumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
}
.new-breadcrumb .container {
    position: relative;
    z-index: 1;
}

/* ── Jump Menu ───────────────────────────────────────────────── */
.yttc-jump-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}
.yttc-jump-link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.yttc-jump-link:hover {
    background: #f8f9fa;
    color: #bd0006;
}
.yttc-jump-icon {
    width: 30px;
    height: 30px;
}

/* ── Blog/Course Content Layout ──────────────────────────────── */
.blog-single-wrapper {
    padding: 0 0 50px;
}
.sidebar {
    position: sticky;
    top: 100px;
}

/* ── Widget Titles ───────────────────────────────────────────── */
.widget-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
    border-bottom: 2px solid #bd0006;
    padding-bottom: 10px;
}
.newlist li {
    border-bottom: 1px dashed #ddd;
    padding: 10px 0;
}

/* ── CTA Pricing ─────────────────────────────────────────────── */
.mim-cta {
    margin: 0;
    font-size: 14px;
}
.mim-cta s {
    color: #999;
}
.mim-cta span {
    color: #28a745;
    font-weight: 600;
    margin-left: 5px;
}

/* ── Daily Schedule ──────────────────────────────────────────── */
.time-schedule {
    margin-bottom: 10px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}
.time-schedule span {
    font-weight: 600;
    color: #bd0006;
    display: block;
}

/* ── Syllabus ────────────────────────────────────────────────── */
.syllabus-content-wrap {
    padding: 20px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
}
.sub-heading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}
.myys-list {
    padding-left: 20px;
}
.myys-list li {
    margin-bottom: 10px;
    list-style: disc;
}

/* ── Nav Pills (Syllabus Tabs) ───────────────────────────────── */
.nav-pills .nav-link {
    color: #333;
    background: #f8f9fa;
    margin-bottom: 5px;
    text-align: left;
    border-radius: 0;
    border-left: 3px solid transparent;
}
.nav-pills .nav-link.active {
    background: #bd0006;
    color: #fff;
    border-left: 3px solid #333;
}

/* ── FAQ Accordion ───────────────────────────────────────────── */
.accordion-button:not(.collapsed) {
    color: #bd0006;
    background-color: #f8f9fa;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(189, 0, 6, 0.25);
    border-color: #bd0006;
}

/* ── White Box Sections ──────────────────────────────────────── */
.white-box-section {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 1.5rem;
    margin-top: 1.5rem;
}

/* ── Intl Tel Input Fix ──────────────────────────────────────── */
.iti { width: 100%; }
.iti__flag { background-image: url("https://cdn.jsdelivr.net/npm/intl-tel-input@18.2.1/build/img/flags.png"); }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag { background-image: url("https://cdn.jsdelivr.net/npm/intl-tel-input@18.2.1/build/img/flags@2x.png"); }
}

/* ── Cross-Course Links Section ──────────────────────────────── */
.cross-course-links {
    padding: 40px 0;
    background: #f8f9fa;
}
.cross-course-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    border: 1px solid #eee;
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
    color: inherit;
}
.cross-course-card:hover {
    box-shadow: 0 8px 25px rgba(189, 0, 6, 0.12);
    border-color: rgba(189, 0, 6, 0.2);
    transform: translateY(-3px);
    color: inherit;
}
.cross-course-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #000f38;
    margin-bottom: 8px;
}
.cross-course-card p {
    font-size: 13px;
    color: #666;
    margin: 0;
}
