.check-list-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.check-list-item .icon-check {
    width: 20px;
    height: 20px;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.consultation-card {
    border-radius: 20px;
    position: relative;
    z-index: 5;
    border-radius: var(--spacing-4, 24px);
    background: #FFF;
    box-shadow: 0 -318px 89px 0 rgba(91, 77, 160, 0.00), 0 -204px 81px 0 rgba(91, 77, 160, 0.01), 0 -115px 69px 0 rgba(91, 77, 160, 0.03), 0 -51px 51px 0 rgba(91, 77, 160, 0.04), 0 -13px 28px 0 rgba(91, 77, 160, 0.05);
}

.custom-input {
    padding: 12px 15px;
    border-radius: 8px;
    border: 1px solid #dee2e6;
    font-size: 14px;
    width: 100%;
}

.custom-input:focus {
    border-color: #5b4da0;
    box-shadow: none;
    outline: none;
}

.timer-box {
    text-align: center;
    flex: 1;
    max-width: 85px;
}

.timer-val {
    font-size: 20px;
    font-weight: 700;
    color: #5b4da0;
    display: block;
    line-height: 1;
    margin-bottom: 4px;
    padding: 10px;
    border-radius: var(--spacing-2, 8px);
    border: 1px solid var(--color-primary-200, #CCC9E5);
    background: rgba(255, 255, 255, 0.10);
}

.timer-label {
    color: var(--color-primary-500, #5B4DA0);
    text-align: center;
    font-family: var(--font-families-base, Montserrat);
    font-size: var(--font-sizes-small, 14px);
    font-style: normal;
    font-weight: var(--font-weights-medium, 500);
    line-height: 120%;
    /* 16.8px */
    letter-spacing: var(--font-letterSpacing-small, 0.16px);
}

.bell-icon {
    width: 40px;
    height: 40px;
}

.input-group-text {
    border-radius: 8px 0 0 8px;
    background: #fff;
    border: 1px solid #dee2e6;
    border-right: none;
    font-size: 14px;
}

.border-start-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.apart-circle {
    width: 60px;
    height: 60px;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-display {
    font-size: 90px;
    font-weight: 500;
    line-height: 1;
}

.program-apart-item {
    border-bottom: 1px solid var(--color-neutral-500, #ADB5BD);
    padding: 24px 0;
}

.program-apart-item:first-child {
    padding-top: 0;
}

@media (max-width: 768px) {
    .text-display {
        font-size: 60px;
    }

    .apart-circle {
        width: 45px;
        height: 45px;
    }
}

/* Roadmap Styles */
.roadmap-section {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

.roadmap-line {
    position: absolute;
    left: 50%;
    top: 150px;
    bottom: 100px;
    width: 2px;
    background: #E6E4F2;
    transform: translateX(-50%);
    z-index: 1;
}

.roadmap-progress {
    position: absolute;
    top: 0;
    left: -1.2px;
    width: 4px;
    height: 0%;
    background: #5b4da0;
    transition: height 0.1s ease-out;
}

.roadmap-progress::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #5b4da0;
    border-radius: 50%;
    position: absolute;
    bottom: -1px;
    left: -4px;
}

.roadmap-step {
    position: relative;
    z-index: 2;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-marker {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    color: #5b4da0;
    flex-shrink: 0;
    z-index: 5;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid var(--color-primary-400, #8A80BD);
    background: linear-gradient(95deg, #FFF 2.24%, var(--color-primary-100, #E6E4F2) 98.72%);
    box-shadow: 0 37px 10px 0 rgba(41, 31, 92, 0.00), 0 23px 9px 0 rgba(41, 31, 92, 0.01), 0 13px 8px 0 rgba(41, 31, 92, 0.05), 0 6px 6px 0 rgba(41, 31, 92, 0.09), 0 1px 3px 0 rgba(41, 31, 92, 0.10);
}

.step-marker.active {
    transform: scale(1.1);
    border: 4px solid var(--color-primary-600, #4D4189);
    background: linear-gradient(95deg, #FFF 2.24%, var(--color-primary-100, #E6E4F2) 98.72%);
    box-shadow: 0 37px 10px 0 rgba(41, 31, 92, 0.00), 0 23px 9px 0 rgba(41, 31, 92, 0.01), 0 13px 8px 0 rgba(41, 31, 92, 0.05), 0 6px 6px 0 rgba(41, 31, 92, 0.09), 0 1px 3px 0 rgba(41, 31, 92, 0.10);
}

.step-info,
.step-img-box,
.step-last-info,
.step-last-cta {
    opacity: 0.5;
    transition: all 0.6s ease-in-out;
    transform: translateY(20px);
}

.step-img-box {
    filter: grayscale(1);
}

.roadmap-step.active .step-info,
.roadmap-step.active .step-img-box,
.roadmap-step-last.active .step-last-info,
.roadmap-step-last.active .step-img-box,
.roadmap-step-last.active .step-last-cta {
    opacity: 1;
    transform: translateY(0);
    filter: none;
}

.step-info {
    width: 40%;
}

.step-img-box {
    width: 40%;
    text-align: center;
}

.step-left {
    flex-direction: row;
}

.step-right {
    flex-direction: row-reverse;
}

.step-left .step-info {
    text-align: right;
    padding-right: 60px;
}

.step-left .step-img-box {
    padding-left: 60px;
}

.step-right .step-info {
    text-align: left;
    padding-left: 60px;
}

.step-right .step-img-box {
    padding-right: 60px;
}

@media (max-width: 991px) {
    .roadmap-line {
        left: 25px;
        top: 42px;
        bottom: 50px;
    }

    .roadmap-step {
        flex-direction: column !important;
        align-items: flex-start;
        padding-left: 70px;
        margin-bottom: 35px;
    }

    .step-marker {
        position: absolute;
        left: 0;
        top: 0;
        height: 50px;
        width: 50px;
        font-size: 18px;
    }

    .step-info,
    .step-img-box {
        width: 100%;
        text-align: left !important;
        padding: 0 !important;
    }

    .step-img-box {
        margin-top: 20px;
    }
}

.step-last-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.step-last-info {
    width: 35%;
    text-align: right;
    padding-right: 50px;
}

.step-last-marker-box {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 5;
}

.step-last-cta {
    width: 35%;
    text-align: left;
    padding-left: 50px;
}

@media (max-width: 991px) {
    .step-last-content {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 80px;
    }

    .step-last-info,
    .step-last-marker-box,
    .step-last-cta {
        width: 100%;
        text-align: left !important;
        padding: 0 !important;
        margin-bottom: 30px;
    }

    .step-last-marker-box {
        align-items: flex-start;
    }

    .step-last-marker-box .step-marker {
        position: absolute;
        left: 0;
        top: 0;
    }
}

/* Curriculum Styles */
.curriculum-section {
    background: #fff;
}

.curriculum-container {
    position: relative;
    padding: 24px;
    padding-left: 80px;
    border-radius: 30px;
    background: #F9F8FF;
}

.curriculum-timeline {
    position: absolute;
    left: 39px;
    top: 60px;
    bottom: 150px;
    width: 2px;
    border-left: 2px dashed #E6E4F2;
    z-index: 1;
}

.curriculum-accordion .accordion-item {
    border: none;
    background: #fff;
    box-shadow: 0 4px 20px rgba(91, 77, 160, 0.08);
    border-radius: 20px !important;
    margin-bottom: 24px;
    position: relative;
    overflow: visible;
}

.accordion-marker {
    position: absolute;
    left: -48px;
    top: 35px;
    width: 16px;
    height: 16px;
    background: #5b4da0;
    border-radius: 50%;
    z-index: 5;
    box-shadow: 0 0 0 5px rgba(91, 77, 160, 0.1);
}

.curriculum-accordion .accordion-button {
    background: #fff !important;
    padding: 25px 30px;
    border-radius: 20px !important;
    box-shadow: none !important;
    border: none;
}

.curriculum-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%235b4da0' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-size: 1.25rem;
    transition: transform 0.3s ease;
}

.curriculum-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}

.skill-tag {
    background: #F5F4FA;
    padding: 6px 16px;
    border-radius: 8px;
    font-size: 13px;
    color: #444;
    font-weight: 500;
}

.topics-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    font-size: 14px;
}

.topics-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #5b4da0;
    font-weight: bold;
}

.map-path-box {
    border-radius: 20px;
    border: 1px solid var(--color-primary-50, #F5F4FA);
    background: var(--color-primary-500, #5B4DA0);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
}

.btn-white {
    background: #fff;
    color: #5b4da0;
    border: 1px solid #fff;
}

.btn-white:hover {
    background: transparent;
    color: #fff;
}

@media (max-width: 991px) {
    .curriculum-container {
        padding: 20px;
        padding-left: 30px;
    }

    .curriculum-timeline {
        left: 12px;
    }

    .accordion-marker {
        left: -23px;
        width: 12px;
        height: 12px;
    }
}

/* Outcome Section Styles */
.outcome-section {
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.outcome-visual-container {
    position: relative;
    padding: 40px 0;
}

.outcome-card {
    border-radius: 30px;
    background: #F9F8FF;
    box-shadow: 0px 4px 40px rgba(91, 77, 160, 0.08);
    padding: 24px;
    height: 100%;
    position: relative;
    border: 1px solid var(--color-primary-50, #F5F4FA);
}

.outcome-list-box {
    border-radius: 20px;
    background: #FFF;
    padding: 24px;
    margin-bottom: 30px;
    border: 1px solid var(--color-primary-50, #F5F4FA);
    transition: all .3s ease-in-out;
}

.outcome-list-box:hover {
    border: 1px solid var(--color-primary-300, #ADA6D2);
    box-shadow: 0 14px 12px 0 rgba(91, 77, 160, 0.12);
}

.outcome-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.outcome-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #444;
}

.outcome-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #5b4da0;
    font-weight: bold;
}

.potential-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.potential-box {
    background: #FFFFFF;
    border: 1.5px solid #E6E4F2;
    border-radius: 10px;
    padding: 12px 20px;
    flex: 1;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0px 4px 10px rgba(91, 77, 160, 0.04);
}

.outcome-num {
    width: 36px;
    height: 36px;
    background: #F5F4FA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: #5b4da0;
    flex-shrink: 0;
    box-shadow: 0px 4px 10px rgba(91, 77, 160, 0.1);
    border-radius: 200px;
    border: 1px solid var(--color-primary-300, #ADA6D2);
    background: linear-gradient(95deg, #FFF 2.24%, var(--color-primary-100, #E6E4F2) 98.72%);
    box-shadow: 0 37px 10px 0 rgba(41, 31, 92, 0.00), 0 23px 9px 0 rgba(41, 31, 92, 0.01), 0 13px 8px 0 rgba(41, 31, 92, 0.05), 0 6px 6px 0 rgba(41, 31, 92, 0.09), 0 1px 3px 0 rgba(41, 31, 92, 0.10);
}

.outcome-num.active {
    background: #5b4da0;
    color: #fff;
}

@media (min-width: 992px) {
    .outcome-card {
        padding-left: 80px;
    }

    .outcome-card.second {
        padding-left: 24px;
        padding-right: 80px;
    }

    /* Dashed Connectors & Markers */
    .outcome-frame-lines {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 1;
    }

    .outcome-line-side {
        position: absolute;
        top: 122px;
        bottom: 122px;
        width: 2px;
        border-left: 3px dashed #E6E4F2;
    }

    .outcome-line-side.left {
        left: 50px;
    }

    .outcome-line-side.right {
        right: 50px;
    }

    .bullet-heading {
        position: relative;
    }

    .bullet-heading::before {
        content: "";
        width: 12px;
        height: 12px;
        background: var(--color-primary, #5b4da0);
        border-radius: 50%;
        position: absolute;
        left: -61px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 3;
    }

    .bullet-heading.right::before {
        left: unset;
        right: -61px;
    }

    .bullet-heading.out::before {
        left: -36px;
        right: unset;
    }

    .bullet-heading.right.out::before {
        left: unset;
        right: -36px;
    }

    .outcome-dot {
        width: 12px;
        height: 12px;
        background: #5b4da0;
        border-radius: 50%;
        position: absolute;
        z-index: 3;
    }

    .dot-top-center {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .dot-bottom-center {
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .outcome-connector-svg {
        position: absolute;
        width: 100%;
        height: 120px;
        pointer-events: none;
    }

    .connector-top {
        top: 0;
    }

    .connector-bottom {
        bottom: 0;
        transform: rotate(180deg);
    }
}

.outcome-cta-card {
    background: #5b4da0;
    border-radius: 24px;
    padding: 32px;
    color: #fff;
    position: relative;
    z-index: 2;
}

.outcome-cta-card .border-top {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

@media (max-width: 991px) {
    .outcome-visual-container {
        padding: 0;
    }

    .outcome-frame-lines,
    .outcome-connector-svg,
    .outcome-dot {
        display: none;
    }
}

/* Practitioners Swiper Styles */
.practitioners-section {
    padding: 80px 0;
    background: #fff;
}

.practitioners-wrapper {
    background: #F9F8FF;
    box-shadow: 0 0 55px 16px #ada6d294;
    border-radius: 30px;
    padding: 50px;
}

.practitioner-video-box {
    width: 100%;
    aspect-ratio: 9 / 16;
    background: #000;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.practitioner-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.video-overlay-btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    padding: 10px 24px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
    width: max-content;
}

.video-overlay-btn:hover {
    background: rgba(255, 255, 255, 0.4);
}

.practitioner-info-card {
    border-radius: 20px;
    border: 1px solid var(--color-primary-300, #ADA6D2);
    background: #FFF;
    height: auto;
}

.practitioner-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.prac-btn:hover svg path {
    stroke: #5b4da0;
}

.prac-pagination {
    display: flex;
    gap: 8px;
    position: static;
    width: auto !important;
    align-items: center;
}

.prac-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #D9D9D9 !important;
    opacity: 1;
    margin: 0 !important;
}

.prac-pagination .swiper-pagination-bullet-active {
    background: #5b4da0 !important;
    width: 10px;
    height: 10px;
}

@media (max-width: 991px) {
    .practitioners-wrapper {
        padding: 30px 20px;
    }
}

/* Swiper Fade Animation */
.swiper-slide-active .practitioner-info-card {
    animation: fadeInUp 0.8s ease forwards;
}

.swiper-slide-active .practitioner-video-box {
    animation: fadeInScale 0.8s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* FAQ Section Styles */
.faq-section {
    background: #fff;
}

.faq-tabs {
    border: none;
    flex-direction: column;
    gap: 12px;
    position: sticky;
    top: 110px;
}

.faq-tabs .nav-link {
    text-align: left;
    padding: 18px 24px;
    border-radius: 14px;
    border: 2px solid var(--color-neutral-300, #DEE2E6);
    background: #FFF;
    color: #444;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
}

.faq-tabs .nav-link.active {
    color: #fff !important;
    border-radius: 14px;
    border-color: var(--color-primary-800, #2D2650);
    background: var(--color-primary-800, #2D2650);
}

.faq-accordion .accordion-item {
    border: none;
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(91, 77, 160, 0.08);
    border-radius: 20px !important;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #E6E4F2;
}

.faq-accordion .accordion-button {
    padding: 24px 30px;
    font-size: 17px;
    font-weight: 700;
    color: #2E284D;
    background: #fff !important;
    box-shadow: none !important;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: #5b4da0;
    border-bottom: 1px solid #E6E4F2;
}

.faq-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%235b4da0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-size: 24px;
    width: 24px;
    height: 24px;
    background-color: #F5F4FA;
    border-radius: 50%;
    transition: 0.3s;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}

.faq-accordion .accordion-body {
    padding: 30px;
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}

.faq-cta-card {
    border-radius: 20px;
    border: 1px solid var(--color-primary-50, #F5F4FA);
    background: var(--color-primary-500, #5B4DA0);
    padding: 30px 40px;
    margin-top: 40px;
    color: #fff;
}

@media (max-width: 991px) {
    .faq-tabs {
        flex-direction: row;
        overflow-x: auto;
        flex-wrap: wrap;
        padding-bottom: 15px;
    }

    .faq-tabs .nav-link {
        white-space: nowrap;
    }

    .step-6-img {
        max-width: 295px;
        transform: translateX(-38px);
    }
}

@media (min-width: 1200px) {
    .scale-img {
        scale: 1.15;
    }
}

.btn-secondary {
    border: none;
    box-shadow: 0 1px 0 1px var(--color-neutral-500, #ADB5BD);
}

/* Student Growth Section */
.students-growth-section {
    padding: 80px 0;
    background: #fff;
}

.student-card {
    width: 100%;
    height: 100%;
    aspect-ratio: 9 / 14;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    background: #000;
}

.student-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
}

.student-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    pointer-events: none;
    z-index: 2;
}

.student-card .watch-video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    padding: 10px 24px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    z-index: 3;
    pointer-events: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    width: max-content;
}

.student-card:hover .watch-video-btn {
    opacity: 1;
    visibility: visible;
}

.student-name {
    font-family: var(--font-families-base, Montserrat);
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 5px;
    letter-spacing: -1px;
}

.student-role {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

.growth-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.growth-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #E6E4F2;
    opacity: 1;
}

.growth-pagination .swiper-pagination-bullet-active {
    background: #5b4da0;
}

.growth-btn:hover path {
    stroke: #5b4da0;
}

@media (max-width: 991px) {
    .student-name {
        font-size: 32px;
    }
}

.city-link-style {
    padding: 14px 16px;
    color: var(--ink-900);
    font-weight: 500;
    transition: font-weight 0.3s ease;
}

.city-link-style:hover {
    font-weight: 700;
}


.ratio-16x9 {
    --bs-aspect-ratio: 45% !important;
}