.breadcrumb-section .breadcrumb>li+li:before {
    content: "" !important;
}

.breadcrumb-section .breadcrumb {
    padding: 19px;
    font-size: 14px;
    color: #aaa !important;
    letter-spacing: 2px;
    border-radius: 5px !important;
}

.breadcrumb-section .first ol {
    border-top-right-radius: 200px !important;
    border-bottom-right-radius: 200px !important;
}

.breadcrumb-section .first-1 {
    background-color: white !important;
}

.breadcrumb-section a {
    text-decoration: none !important;
    color: #aaa !important;
}

.breadcrumb-section a:focus, .breadcrumb-section a:active {
    outline: none !important;
    box-shadow: none !important;
}

.breadcrumb-section img {
    vertical-align: bottom;
}

.breadcrumb-section .first span {
    color: white;
}

.breadcrumb-section .active-1 {
    font-size: 13px !important;
    padding: 12px 25px !important;
    border-radius: 200px !important;
    background-color: white !important;
}

.breadcrumb-section .first ol {
    background-color: rgb(51, 0, 80) !important;
}

.course-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Fixed Header Section */
.course-header {
    background: white;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.course-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 20px;
}

.course-title-section {
    flex: 1;
}

.certificate-header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.certificate-title {
    color: #0F1866;
    font-weight: 700;
    font-size: 24px;
    line-height: 48px;
}

.certificate-badge {
    width: 87px;
    height: 26px;
    background: #ECFFEF;
    border-radius: 20px;
}

.certificate-badge-title{
    padding: 27px;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    color: #008714;
    vertical-align: middle;
}

.certificate-id {
    color: #859BAB;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 10px;
}

.certificate-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.certificate-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6b7280;
    font-size: 14px;
    font-weight: 600;
}

.certificate-meta-item span{
    color: #333E47;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.certificate-meta-item i {
    color: #22c55e;
    font-size: 16px;
}

.certificate-description {
    color: #333E47;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 400;
}

.share-section {
    display: flex;
    align-items: center;
    gap: 12px;
}

.share-title {
    color: #333E47;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    margin-right: 25px;
}

.share-btn {
    transition: transform 0.2s;
}

.share-btn:hover {
    transform: scale(1.1);
}

/* Course Preview Section */
.course-preview {
    text-align: center;
    padding-left: 20px;
}

.course-preview-image {
    width: 100%;
    max-width: 280px;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.course-stats {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 13px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #6b7280;
    font-weight: 500;
}

.stat-item span{
    color: #333E47;
    font-weight: 400;
    font-size: 12.45px;
    line-height: 21.35px;
}

.stat-item i {
    color: #22c55e;
    font-size: 12px;
}

.course-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
}

.btn-subscribe , .btn-download{
    width: 292px;
    height: 41.75px;
    background: #292984;
    color: white;
    border: none;
    padding: 9.38px;
    border-radius: 7.5px;
    font-weight: 400;
    font-size: 13.13px;
}

.btn-download {
    background: transparent;
    color: #292984;
    border: 2px solid #292984;
}

.btn-download:hover {
    background: #292984;
    color: white;
}

/* Tabs */
.nav-tabs {
    border-bottom: unset;
    margin-bottom: 30px;
}

.nav-tabs .nav-link {
    color: #333E47;
    font-weight: 400;
    border: none;
    padding: 15px 20px;
    border-radius: 0;
    font-size: 14px;
    line-height: 24px;
}

.nav-tabs .nav-link.active {
    color: #292984 !important;
    background: none;
    border-bottom: 1px solid #292984;
    font-weight: 700;
}

.nav-tabs .nav-link:hover {
    color: #292984;
    border-color: transparent;
}

/* Content Sections */
.tab-content {
    background: white;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.section-title {
    color: #292984;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Video Player */
.video-container {
    background: #000;
    border-radius: 12px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.play-btn {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s;
}

.play-btn:hover {
    transform: scale(1.1);
}

.play-btn i {
    font-size: 30px;
    color: #000;
    margin-left: 5px;
}

/* Benefits Cards */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 60px;
    margin-bottom: 40px;
}

.benefit-card {
    background-color: #F9FAFB;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    position: relative;
}

.benefit-icon {
    position: absolute;
    top: -30%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 60px;
    height: 60px;
    background: #ECEFF2;
    border: 4px solid #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.benefit-icon i {
    font-size: 24px;
    color: #292984;
}

.benefit-text {
    color: #333E47;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding-top: 25px;
}

/* Requirements Cards */
.requirements-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.requirement-card {
    padding: 20px;
    background-color: #F9FAFB;
    border-radius: 10.39px;
}

.requirement-icon {
    width: 50px;
    height: 50px;
    background: #ECEFF2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.requirement-icon i {
    font-size: 20px;
    color: #292984;
}

.requirement-title {
    color: #374151;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}

.requirement-text {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.5;
}

/* Certificate Content */
.level-item {
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 20px 10px;
    background-color: #F9FAFB;
}

.level-header {
    padding: 0 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.level-title {
    color: #333E47;
    font-weight: 500;
    font-size: 14px;
    margin: 0;
}

.level-meta {
    display: flex;
    gap: 20px;
    margin-top: 8px;
    font-size: 14px;
    color: #6b7280;
    padding: 0 20px;
}

.time_span, .course_span{
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #292984;
}

.level-toggle {
    color: #292984;
    font-size: 20px;
}

.level-content {
    padding: 0 20px 20px;
    display: none;
}

.level-content.show {
    display: block;
}

.level-content ul {
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
}

.level-content li {
    color: #4b5563;
    font-size: 14px;
    padding: 8px 0;
    padding-left: 10px;
    position: relative;
}

/* Reviews */
.reviews-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.reviews-title {
    color: #292984;
    font-size: 20px;
    font-weight: 700;
}

.show-all-btn {
    color: #008714;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 20px;
}

.review-card {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
}

.review-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.reviewer-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #292984;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.reviewer-info h6 {
    margin: 0;
    color: #374151;
    font-weight: 600;
}

.review-rating {
    color: #fbbf24;
    margin-left: auto;
}

.review-text {
    color: #4b5563;
    font-size: 14px;
    line-height: 1.6;
}

.see-more {
    color: #292984;
    font-weight: 600;
    cursor: pointer;
}

/* FAQs */
.faq-item {
    margin-bottom: 15px;
    background-color: #F9FAFB;
    border-radius: 8px;
}

.faq-question {
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.faq-toggle {
    color: #292984;
    font-size: 18px;
}

.faq-answer {
    padding: 0 20px 20px;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
    display: none;
}

.faq-answer.show {
    display: block;
}

/* Modal Styling */

.payment-modal .modal-content {
    border: none;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.payment-modal .modal-header {
    border-bottom: none;
    padding: 20px 40px;
}

.payment-modal .modal-body {
    padding: 0 40px 40px 40px;
}

.payment-title {
    color: #292984;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    line-height: 34px;
}

.payment-subtitle {
    color: #292984;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}

/* Payment Options */
.payment-options {
    margin-bottom: 40px;
}

.payment-option {
    display: flex;
    align-items: center;
    padding: 10px 0;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.payment-option:hover {
    background-color: #f8f9fa;
    border-radius: 12px;
    margin: 0 -10px;
    padding: 20px 10px;
}

.payment-radio {
    width: 20px;
    height: 20px;
    border: 1px solid #22c55e;
    border-radius: 5px;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
}

.payment-radio input[type="radio"] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
}

.payment-radio input[type="radio"]:checked + .radio-checkmark {
    background-color: #22c55e;
}

.payment-radio input[type="radio"]:checked + .radio-checkmark::after {
    display: block;
}

.radio-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 3px;
    transition: background-color 0.2s ease;
}

.radio-checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.payment-icon {
    width: 32px;
    height: 32px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-icon.mycoursat {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    border-radius: 6px;
    color: white;
    font-weight: 800;
    font-size: 14px;
}

.payment-icon.paypal {
    color: #0070ba;
    font-size: 24px;
}

.payment-text {
    color: #292984;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    flex: 1;
}

.btn-pay, .btn-cancel {
    width: 119px;
    height: 40px;
    background: #292984;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    flex: 1;
    transition: background-color 0.3s ease;
}

.btn-pay:hover {
    background: #1e1f6b;
}

.btn-cancel {
    background: #EDF3FF;
    color: #292984;
    border: none;
    margin-left: 10px;
}

.btn-cancel:hover {
    background: #d1d5db;
    color: #4b5563;
}

.modal.show .modal-dialog {
    transform: unset;
    transition: transform 0.3s ease-out;
    width: 691px;
    max-width: 700px;
}

@media (max-width: 768px) {

    .breadcrumb-section .breadcrumb {
        font-size: 10px;

    }

    .breadcrumb-section .breadcrumb-item+.breadcrumb-item {
        padding-left: 5px;
    }

    .breadcrumb-section img {
        width: 11px;
        height: 11px;
        vertical-align: middle;
    }

    .breadcrumb-section .active-1 {
        font-size: 10px !important;
        padding: 10px !important;
    }

    .breadcrumb-section .breadcrumb {
        letter-spacing: 1px !important;
        padding: 19px 2px 19px 10px;
    }

    .breadcrumb-section .breadcrumb>* div {
        max-width: 60px;
    }

    .course-header {
        padding: 15px;
    }

    .certificate-title {
        font-size: 12px;
        line-height: 20px;
        padding-top: 10px;
    }

    .certificate-meta{
        margin-top: 15px;
    }

    .course-preview {
        margin-top: 45px;
        padding-left: 0;
    }

    .modal.show .modal-dialog {
        width: 360px !important;
    }

    .benefits-grid {
        gap: 50px;
    }

    .reviews-title {
        font-size: 12px;
    }

    .show-all-btn {
        font-size: 12px;
    }

    .reviews-header {
        align-items: baseline;
    }

    .faq-question {
        font-size: 12px;
        gap: 10px;
    }

    .benefits-grid,
    .requirements-grid {
        grid-template-columns: 1fr;
    }

    .payment-modal .modal-header,
    .payment-modal .modal-body {
        padding: 10px 10px 25px 10px;
    }

    .payment-title {
        font-size: 20px;
    }

    .payment-subtitle {
        font-size: 20px;
    }

    .payment-text {
        font-size: 18px;
    }
}


@media (min-width: 768px) and (max-width: 1366px){
    .course-actions {
        justify-content: center;
    }

    .btn-subscribe, .btn-download {
        width: 275px;
    }
}
