    .course-inner-banner .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 50px;
    }

    .course-inner-banner {
        background-color: #162b6f !important;
    }

    .course-inner-banner-left h2 {
        color: white;
    }

    .course-inner-banner-left li {
        color: white;
        margin-bottom: 0px !important;
    }

    .course-inner-banner-left h4 {
        color: white;
        padding-top: 20px;
        padding-bottom: 15px;
    }

    .course-inner-banner {
        background: #162b6f;
        padding: 45px 0;
    }

    .col-md-4.mb-4.bundle-card {
        width: auto;
    }

    .bundle-card .card img {
        height: 200px;
        width: 100%;
    }

    .bundle-card .card {
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 30px;
        width: 250px;
    }

    .exam-blue-print-content {
        margin-bottom: 60px;
    }

    .course-inner-banner-left a {
        padding: 10px 20px;
        margin-top: 10px;
        font-weight: 600;
        letter-spacing: 0.5px;
        font-size: 15px;
        margin-right: 10px;
    }

    .course-inner-banner-left span {
        color: white;
    }

    .course-inner-banner-left p {
        color: white;
    }

    .course-inner-banner-left li {
        color: white;
    }

    .course-inner-banner-left ul {
        list-style-type: none;
    }

    .course-inner-banner-left strong {
        color: white;
    }

    .what-you-learn {
        padding: 50px 0;
    }

    .what-you-learn h4 {
        text-align: center;
    }

  .course-inner-banner-left h1 {
    color: white;
    margin-bottom: 30px !important;
    line-height: 70px;
    font-size: 50px;
}

    .what-you-learn .what-you-learn-content li {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        justify-content: flex-start;
        gap: 20px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        background: white;
        padding: 20px;
        height: 100%;
        border-radius: 10px;
    }

    .what-you-learn .what-you-learn-content li:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.30);
    }

    .what-you-learn .what-you-learn-content ul {
        display: grid;
        align-items: flex-start;
        margin-top: 40px;
        gap: 20px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }





    .what-you-learn-content h5 {
        height: auto;
    }

    .timeline-box p {
        text-align: left;
    }

   .course-inner-banner-right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px !important;
}

    .course-inner-banner-right {
        display: flex;
        justify-content: end;
    }

    /* */


    .timeline-section {
        background-color: #f8f9fc;
        padding: 40px 0;
    }

    .timeline-title {
        font-weight: bold;
        color: #162b6f;
        margin-bottom: 60px;
    }

    .timeline-wrapper {
        position: relative;
        max-width: 1100px;
        margin: auto;
    }

    .timeline-wrapper::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        height: 100%;
        width: 4px;
        /* background: #162b6f; */
        background: #efaa48;
        z-index: 0;
    }

    .timeline-row {
        position: relative;
        width: 50%;
        padding: 20px 30px;
        box-sizing: border-box;
    }

    .timeline-row.left {
        left: 0;
        text-align: right;
    }

    .timeline-row.right {
        left: 50%;
        text-align: left;
    }

    .timeline-box {
        background: white;
        border-radius: 12px;
        padding: 25px 30px;
        position: relative;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
        z-index: 2;
        margin-bottom: 10px;
    }



    .course-inner-banner-left p {
        color: white;
    }

    .course-inner-banner-left {
        width: 60%;
    }

    .course-inner-banner-right {
        width: auto;
        display: flex;
        /* flex-direction: column; */
        align-items: end;
    }

    .timeline-box h3 {
        font-weight: 700;
        color: #162b6f;
        margin-bottom: 20px !important;
        font-size: 18px;
        text-align: left;
    }

    .timeline-box ol,
    .timeline-box ul {
        list-style: disc;
        padding-left: 20px;
        color: #444;
        text-align: left;
    }

    .timeline-icon {
        position: absolute;
        top: 25px;
        left: 50%;
        transform: translateX(-50%);
        background: #efaa48;
        color: white;
        border-radius: 50%;
        width: 38px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 3;
        font-size: 16px;
        box-shadow: 0 0 0 3px #fff;
    }

    /* Responsive Design */
    @media (max-width: 768px) {

        .timeline-row,
        .timeline-row.left,
        .timeline-row.right {
            width: 100%;
            left: 0;
            text-align: left;
            padding-left: 60px;
        }

        .timeline-wrapper::before {
            left: 20px;
        }

        .timeline-icon {
            left: 20px;
            transform: translateX(0);
        }
    }

    h2.timeline-title {
        margin-bottom: 50px !important;
        text-align: center;
    }

    .timeline-row.left.aos-init.aos-animate .timeline-icon {
        left: 100%;
    }

    .timeline-row.right.aos-init.aos-animate .timeline-icon {
        left: 0% !important;
    }


    .industry-opportunities {
        padding: 50px 0;
        padding-bottom: 10px;
    }

    .industry-opportunities-content h4 {
        margin-bottom: 30px !important;
    }

    .industry-opportunities-content ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        list-style-type: none;
    }

    .industry-opportunities-content ul li {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        background: white;
        border-radius: 12px;
        padding: 25px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
        display: flex;
        align-items: center;
        gap: 20px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .industry-opportunities-content ul li:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
    }

    .industry-opportunities-content h2 {
        text-align: center;
        margin-bottom: 50px !important;
    }


    .col-md-6.bundle-dec-inner .p-4.border.rounded.h-100 button.btn.btn-warning.mt-3 {
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        align-self: center;
        width: auto;
        margin-bottom: 22px;
    }



    /*  */

    .faq-title {
        text-align: center;

        font-weight: 700;
        color: #162b6f;
        margin-bottom: 40px;
    }

    .accordion-item {
        margin-bottom: 15px;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        background: #fff;
    }

    .accordion-header {
        width: 100%;
        text-align: left;
        background-color: #fff;
        color: #162b6f;
        padding: 18px 20px;
        font-weight: 600;
        font-size: 18px;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: none;
        outline: none;
        transition: background-color 0.3s ease;
    }

    .accordion-header.active {
        background-color: #162b6f;
        color: #fff;
    }

    .accordion-header .icon {
        font-size: 20px;
        transition: transform 0.3s ease;
    }

    .accordion-header.active .icon {
        transform: rotate(45deg);
        /* turns + into × */
    }

    .accordion-body {
        background-color: #f9f9f9;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
        padding: 0 20px;
    }

    .accordion-body p {
        margin: 15px 0;
        color: #444;
    }

    .course-inner-faq h2 {
        margin-bottom: 50px !important;
        text-align: center;
        margin-top: 20px !important;
    }


    .exam-blue-print {
        padding: 60px 20px;
    }

    .section-title {
        text-align: center;

        font-weight: 700;
        color: #162b6f;
        margin-bottom: 40px;
    }

    .exam-table-wrapper {
        margin: auto;
        overflow-x: auto;
        background: white;
        border-radius: 10px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    }

    .exam-table {
        width: 100%;
        border-collapse: collapse;
    }

    .exam-table th,
    .exam-table td {
        padding: 16px 20px;
        text-align: left;
        font-size: 20px;
        border-bottom: 1px solid #eaeaea;
    }

    .exam-table th {
        background: #162b6f;
        color: white;
        font-weight: 600;
    }

    .exam-table tr:last-child td {
        border-bottom: none;
    }

    .exam-table td:last-child {
        text-align: right;
    }


    .exam-blue-print h2 {
        margin-bottom: 40px !important;
        text-align: center;
    }

    .exam-table th:nth-child(1) {
        text-align: left;
    }

    .exam-table th:nth-child(2) {
        text-align: right;
    }

    .tools-you-use {
        padding: 60px 20px;
        font-family: 'Segoe UI', sans-serif;
        padding-bottom: 0;
    }

    .section-title {
        text-align: center;

        font-weight: 700;
        color: #162b6f;
        margin-bottom: 40px;
    }

    .tools-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 30px;
        max-width: 1100px;
        margin: 0 auto;
    }

    .tool-card {
        background: white;
        border-radius: 14px;
        padding: 20px;
        text-align: center;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
        transition: all 0.3s ease;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .tool-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    }

    .tool-image img {
        max-width: fit-content;
        height: auto;
        margin-bottom: 15px;
        transition: transform 0.3s ease;
    }

    .tool-card:hover .tool-image img {
        transform: scale(1.1);
    }

    .tool-name p {
        font-weight: 600;
        color: #162b6f;
        font-size: 15px;
        margin: 0;
    }

    .tools-you-use-content h2 {
        text-align: center;
        margin-bottom: 40px !important;
    }


    .course-inner-banner-left p {
        color: white;
    }

    .course-inner-banner-left {
        width: 60%;
    }

    .course-inner-banner-right {
        width: auto;
    }



    .industry-opportunities-content ul li strong {
        position: relative;
        display: inline-block;
        font-size: 20px;
        font-family: 'Oswald', sans-serif;
        margin-bottom: 30px;
    }

    .industry-opportunities-content ul li strong::after {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
        width: 20%;
        height: 2px;
        background-color: #efaa48;
    }


    .bundle-card .card {
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .bundle-dec-inner {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 50px;
        margin-top: 50px;
    }

    .col-md-6.bundle-dec-inner .p-4.border.rounded.h-100 {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 25px;
        background: white;
        border: 1px solid;
        border-radius: 10px;
    }

    .accordion-body p {
        margin: 15px 0;
        color: rgb(22, 43, 111);
    }

    .col-md-6.bundle-dec-inner h5.bg-light.p-2.rounded.text-warning {
        color: #ffffff;
        background: #273d85;
        padding: 15px;
        width: 100%;
        border-radius: 5px 5px 0 0;
    }

    .col-md-6.bundle-dec-inner a.btn.btn-warning.mt-3 {
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        align-self: center;
        width: auto;
        margin-bottom: 22px;
    }

    .col-md-6.bundle-dec-inner .col-md-6 {
        width: 100%;
    }

    .course-price h5 {
        color: #162b6f;
    }


    .course-price {
        width: 60%;
        align-items: center;
        justify-content: center;
        display: flex;
        margin-top: 20px;
        background: white;

        padding: 10px;
        border-radius: 10px;
    }


    .tab-buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        justify-content: center;
        padding: 20px;
        border-bottom: 1px solid #ddd;
    }

    .tab-btn {
        padding: 10px 16px;
        border: none;
        border-radius: 8px;
        background-color: white;
        font-weight: 500;
        color: #162b6f;
        cursor: pointer;
        transition: all 0.3s ease;
        white-space: nowrap;
        font-size: 15px;
        font-weight: 600;
    }

    .tab-btn:hover {
        background-color: #e2e2e2;
    }

    .tab-btn.active {
        background-color: #162b6f;
        color: white;
    }

    .tab-btn:hover {
        background-color: #162b6f;
        color: white;
    }

    button.tab-btn.active a {
        color: white;
    }

    .tab-btn:hover a {
        color: white;
    }


    .course-inner-banner {
        position: relative;
        background-color: #162b6f;
        padding: 75px 0;
        overflow: hidden;
        z-index: 1;
    }



    .course-inner-banner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(/frontend/images/course-bg-design4.png);
        opacity: 0.2;
        z-index: 0;
        background-size: 100% 100%;
    }

    .learning-goals p {
        margin-left: 20px;
    }

    .course-inner-banner .container {
        position: relative;
        z-index: 2;
    }

    .mb-5.bundle-card-main .row {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .bundle-main {
        background: white;
        padding: 50px;
        border-radius: 10px;
    }

    .btn-warning {
        font-size: 15px;
        font-weight: 600;
    }

    .mb-5.bundle-card-main .row .mt-4.text-end {
        display: flex;
        justify-content: center;
        margin-top: 60px;
    }


    .bundle-price-highlight {
        background: linear-gradient(135deg, #1e368f, #162b6f);
        /* Deep blue gradient */
        border-left: 6px solid #ffc107;
        /* Gold accent */
        padding: 16px 24px;
        border-radius: 10px;
        display: inline-block;
        animation: pulseBlueGlow 2.8s ease-in-out infinite;
        transform-origin: center;
        box-shadow: 0 4px 12px rgba(22, 43, 111, 0.3);
    }

    .bundle-price-highlight h5 {
        margin: 0;
        color: #ffffff;
        font-size: 1.3rem;
        font-weight: 800;
        letter-spacing: 0.5px;
    }

    .dollar-sign {
        color: #ffc107;
        /* Gold dollar sign */
        font-weight: 900;
        font-size: 1.4rem;
        margin-left: 4px;
    }

    @keyframes pulseBlueGlow {
        0% {
            transform: scale(1);
            box-shadow: 0 0 0 0 rgba(22, 43, 111, 0.4);
        }

        50% {
            transform: scale(1.07);
            box-shadow: 0 0 20px 8px rgba(22, 43, 111, 0.5);
        }

        100% {
            transform: scale(1);
            box-shadow: 0 0 0 0 rgba(22, 43, 111, 0.4);
        }
    }


    .mt-4.text-end.bundle-price-highlight {
        width: max-content;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        margin-top: 0px;
    }

    div.bundle-card-main {
        background: white;
        padding: 50px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
        border-radius: 10px 10px 0 0;
    }

    .price-pop-btn {
        background: white;
        padding: 50px;
        border-radius: 0px 0px 10px 10px;
    }

    .card-body h5.card-title {
        height: 50px;
    }

    .col-md-6.bundle-dec-inner li {
        color: #273d85;
        margin: 0 20px;
    }



    .bundle-dec-inner {
        display: flex;
        flex-wrap: nowrap;
        gap: 24px;
    }

    .bundle-dec-inner>.col-md-6 {
        display: flex;
    }

    .bundle-dec-inner .border {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        width: 100%;
    }

    /* Keep title aligned top */
    .bundle-dec-inner h5 {
        text-align: center;
        margin-bottom: 16px;
    }

    /* Make ul grow and push button down */
    .bundle-dec-inner ul {
        flex-grow: 1;
        margin-bottom: 24px;
        margin: 0 25px;
        height: 100px;
    }

    /* Button to bottom */
    .bundle-dec-inner .btn {
        align-self: flex-start;
        margin-top: auto;
        width: 100%;
    }


    @media (max-width: 499px) {
        .what-you-learn .what-you-learn-content ul {
            grid-template-columns: 1fr !important;
        }
    }


    .container.my-5.overview {
        padding-top: 50px;
    }

    .container.my-5.overview h2.text-center.mb-4 {
        padding-bottom: 40px;
        text-align: left;
    }

    table.table.table-bordered.overview-table th {
        padding: 14px 20px;
    }

    table.table.table-bordered.overview-table td {
        padding: 14px 20px !important;
    }

    table.table.table-bordered.overview-table th {
        font-size: 18px;
    }

    table.table.table-bordered.overview-table {
        margin: 0;
    }

    section.container.my-5.prerequisites {
        padding: 30px;
        padding-top: 40px;
    }

    .prerequisites h2 {
        color: #162b6f !important;
    }

    section.container.my-5.prerequisites ul {
        line-height: 32px;
        list-style-type: disc;
    }

    .prerequisites ul li {
        font-size: 18px;
    }

    section.container.my-5.exam-details h2.mb-4.fw-bold {
        color: #162b6f !important;
        padding-bottom: 30px;
        text-align: center;
        margin-top: 0px !important;
    }

    .exam-details .col-md-4 {
        padding: 20px;
        background: white;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        border-bottom: 2px solid;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    }

    .exam-details .row.justify-content-center.gy-3 {
        display: flex;
        gap: 30px;
        justify-content: center;
    }

    div#instructorModal .modal-body {
        padding: 50px;
        padding-top: 20px;
    }

    div#instructorModal .modal-body .col-md-12 {
        padding: 0;
    }

    h4#instructorModalLabel {
        margin-bottom: 10px !important;
    }

    .exam-details .p-3.bg-light.rounded-3.shadow-sm.h-100 h4.fw-bold {
        padding-bottom: 20px;
        text-align: center;
    }

    .exam-details .p-3.bg-light.rounded-3 p.mb-0 {
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        margin-top: 25px;
    }


    table.table.table-bordered.overview-table th {
        font-size: 18px;
        background: #162b6f;
        color: white;
        border-radius: 10px 0 0 10px;
    }

    .show-certificate .certification-gallery {
        display: flex;
        justify-content: center;
        gap: 40px;
        flex-wrap: wrap;
    }

    .show-certificate .cert-box {
        position: relative;
        width: 500px;
        border-radius: 10px;
        overflow: hidden;
    }

    .show-certificate .show-certificate h2 {
        text-align: center;
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .show-certificate .cert-box img {
        width: 100% !important;
        display: block;
    }

    .show-certificate .zoom-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        padding: 15px;
        cursor: pointer;
        display: none;
    }

    .show-certificate .cert-box:hover .zoom-icon {
        display: block;
    }

    .show-certificate h2 {
        padding: 60px 0 50px 0;
        text-align: center;
        text-transform: capitalize;
    }


    .show-certificate i.fa.fa-search {
        color: white;
    }

    /* Fullscreen modal */
    .show-certificate .modal {
        display: none;
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.9);
        justify-content: center;
        align-items: center;
    }

    .show-certificate .modal-content {
        margin: 0 auto;
        display: block;
        max-width: 60%;
    }

    .show-certificate .close {
        position: absolute;
        top: 20px;
        right: 40px;
        color: white;
        font-size: 40px;
        font-weight: bold;
        cursor: pointer;
        opacity: 1;
    }

    .container.my-5.overview h2 {
        text-align: center !important;
    }

    .what-you-learn-content h2 {
        text-align: center;
    }

    section.container.my-5.prerequisites h2 {
        text-align: center;
    }

    section.container.my-5.exam-details h4.fw-bold::after {
        content: "";
        position: absolute;
        top: 25px;
        left: 50%;
        transform: translateX(-50%);
        width: 45px;
        height: 2px;
        background-color: #efaa48;
        margin-top: 15px !important;
    }

    section.container.my-5.prerequisites h2.h2-underline {
        margin-bottom: 50px !important;
    }

    section.container.my-5.exam-details .p-3.bg-light.rounded-3.shadow-sm.h-100 {
        position: relative;
    }


    .h2-underline::after {
        content: "";
        display: block;
        width: 100px;
        height: 3px;
        background-color: #f5a623;
        margin: 8px auto 0 auto;
        border-radius: 2px;
    }

    .h2-underline {
        position: relative;
    }

    @media (max-width: 1024px) {
        .course-inner-banner .container {
            flex-direction: column;
        }

        .course-inner-banner-left {
            width: auto;
        }

        img.bundle-thumb {
            width: 100%;
        }

        .bundle-course-img {
            width: max-content;
        }
    }

    @media (max-width: 991px) {
        .exam-details .row.justify-content-center.gy-3 {
            flex-direction: column;
            padding: 0 50px;
        }

        .course-inner-banner::before {
    background-size: cover;
}

    }

    @media (max-width: 699px) {
        .exam-details .row.justify-content-center.gy-3 {
            padding: 0px 0;
        }
        .mb-4.container.mangate-first-des ul.mangate-section-list {
    margin-left: 30px;
}
p.mangate-section-desc {
    text-align: justify;
}
        .course-inner-banner-left h1 {
    font-size: 28px;
}

        .bundle-course-img {
            width: auto;
        }

        .bundle-course-img {
            width: 100%;
            display: flex;
            gap: 15px;
            justify-content: center;
            align-items: center;
        }

        .show-certificate .modal-content {
            max-width: 100%;
        }

        .bundle-dec-inner ul {
            height: auto;
        }

        .course-inner-banner-right {
            flex-direction: column;
        }
    }

    .course-inner-banner-right {
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }

    .course-inner-banner-right {
        width: 40%;
        align-items: flex-start !important;
    }


    .main-course-info {
        width: 100%;
        display: flex;
        gap: 15px;
        flex-direction: column;
        align-items: center;
    }

    .bundle-course-img {
        width: 100%;
        display: grid;
        gap: 15px;
        grid-template-columns: 1fr 1fr;
    }


    img.bundle-thumb {
        width: 120px;
        /* Adjust thumbnail size */
        height: auto;
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 4px;
        background-color: #fff;
    }

    /* img.bundle-thumb {
    width: 80px;
    height: auto;
} */
    .error-text {
        color: red;
        font-size: 0.9rem;
        margin-top: 5px;
    }




    /* new css */


    .anexa-key-benifit {
        background: #f9fafb;
        border-radius: 16px;
        padding: 50px;
    }

    .anexa-key-benifit ul {
        padding-left: 20px;
    }

    .anexa-key-benifit li {
        margin-bottom: 16px;
    }

    .anexa-first-description {
        padding: 20px 0 0;
    }

    h5.name {
        color: #cfa935;
    }

    .anexa-first-description p {
        margin-bottom: 16px;
        line-height: 1.6;
    }

    div#player {
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
    }

    .mb-4.container.anexa-second-des {
        padding: 0px 50px 30px 50px;
        border-radius: 20px;
    }

    .mb-4.container.anexa-second-des ul li::before {
        content: "✓";
        position: absolute;
        left: -30px;
        top: 3px;
        width: 22px;
        height: 22px;
        border: 2px solid #f5b301;
        border-radius: 50%;
        color: #f5b301;
        font-size: 14px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mb-4.container.anexa-second-des ul li {
        list-style-type: none;
        position: relative;
    }

    .mb-4.container.anexa-second-des h2 {
        text-align: center !important;
    }

    .mb-4.container.anexa-second-des ul {
        margin-left: 50px !important;
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .mb-4.container.anexa-second-des ul li strong {
        font-size: 18px;
    }

    .anexa-img-banner .blog-video {
        width: 100%;
    }



    /*  */
    .who-can-attend-title,
    h2.learning-goals-title {
        position: relative;
        padding-left: 20px;
        margin-left: 0;
        margin: 32px 0 !important;

    }



    .learning-goals ul.learning-goals-list {
        margin-left: 36px;
        line-height: 32px;
    }

    p.who-can-attend-desc {
        margin-left: 20px;
        margin-top: 16px;
    }


    .anexa-faq {
        background: #f6f8ff;
        padding: 30px 0;
    }

    .anexa-faq .course-inner-content h2 {

        font-weight: 700;
        margin-bottom: 30px;
        color: #162b6f;
    }

    .anexa-faq .accordion {
        border-radius: 14px;
    }

    .anexa-faq .accordion-item {
        background: #ffffff;
        border-radius: 14px;
        margin-bottom: 16px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
        overflow: hidden;
        transition: box-shadow 0.3s ease;
    }

    .anexa-faq .accordion-item:hover {
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
    }

    .anexa-faq .accordion-header {
        width: 100%;
        border: none;
        background: transparent;
        padding: 14px 24px;
        font-size: 18px;
        font-weight: 600;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        color: #162b6f;
    }

    .anexa-faq .accordion-header .icon {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: #eef2ff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        color: #162b6f;
        transition: transform 0.35s ease, background 0.35s ease, color 0.35s ease;
    }

    .anexa-faq .accordion-item:focus-within .accordion-header,
    .anexa-faq .accordion-item:hover .accordion-header {
        color: #162b6f;
    }

    /* .anexa-faq .accordion-item:focus-within .icon,
.anexa-faq .accordion-item:hover .icon {
    background: #162b6f;
    color: #ffffff;
    transform: rotate(180deg);
} */

    .anexa-faq .accordion-body {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.45s ease;
        padding: 0 24px;
    }

    /* .anexa-faq .accordion-item:focus-within .accordion-body,
.anexa-faq .accordion-item:hover .accordion-body {
    max-height: 2000px;
    padding-bottom: 0;
} */


    .course-detail-content ul:nth-of-type(3) {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0px !important;
    }

    .course-detail-content ul:nth-of-type(3) li {
        list-style: none;
        /* remove default bullet */
        position: relative;
        padding-left: 36px;
        /* space for icon */
        margin-bottom: 10px;
    }

    .course-detail-content ul:nth-of-type(3) li::before {
        content: "✓";
        position: absolute;
        left: -18px;
        top: 10px;
        width: 22px;
        height: 22px;
        border: 2px solid #f5b301;
        /* yellow border */
        border-radius: 50%;
        color: #f5b301;
        /* yellow check */
        font-size: 14px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
    }



    .course-detail-content ul:nth-of-type(4) {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 30px;
    }

    .anexa-faq .accordion-body ul {
        padding-left: 18px;
        margin: 15px 0 0;
    }

    .anexa-faq .accordion-body ul li::marker {
        color: #162b6f;
        font-weight: bold;
    }

    .course-detail-content ul:nth-of-type(3) li {
        background: none !important;
        padding: 0 !important;
        list-style-type: disc !important;
        margin-left: 20px;
    }

    .course-detail-content ul:nth-of-type(3) {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .course-detail-content ul:nth-of-type(4) li {
        background: none !important;
        padding: 0 !important;
        list-style-type: disc !important;
        margin-left: 20px;
    }

    .course-detail-content ul:nth-of-type(4) {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .anexa-faq .course-module-wrp {
        margin: 20px 0;
    }

    .course-inner-faq.anexa-faq {
        margin-bottom: 10px;
    }

    .course-detail-content ul:nth-of-type(3) li {
        list-style-type: none !important;
        padding: 10px 20px !important;
        border: none !important;
        background: none !important;
        margin: 0 !important;
        margin-left: 20px !important;
    }

    .course-detail-content ul:nth-of-type(4) li {
        list-style-type: none !important;
        padding: 10px 20px !important;
        border: none !important;
        background: none !important;
    }

    .mb-4.container.course-detail-content ul li {
        list-style-type: none;
        padding: 10px 20px;
        background: #f6f8ff;
        border-radius: 10px;
        text-align: left;
        border: 1px solid #eeeeee96;
    }
.mangate-first-des .mangate-section-block:nth-child(2) > p.mangate-section-desc {
    text-align: center;
    padding: 10px 20px;
    background: #f6f8ff;
    width: fit-content;
    margin: 0 auto;
    border: 1px solid #eeeeee;
    border-radius: 10px;
}

.mangate-section-block:nth-child(3) {
    margin-bottom: 50px;
}

.mangate-section-block:nth-child(3) p.mangate-section-desc {
    text-align: center;
}
ul.mangate-section-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
ul.mangate-section-list li {
    list-style-type: none;
    position: relative;
}
ul.mangate-section-list  li::before {
    content: "✓";
    position: absolute;
    left: -30px;
    top: 3px;
    width: 22px;
    height: 22px;
    border: 2px solid #f5b301;
    border-radius: 50%;
    color: #f5b301;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .mb-4.container.course-detail-content {
        margin-bottom: 35px;
    }

    .mb-4.container.course-detail-content ul {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 15px;
    }

    .learning-goals {
        margin-bottom: 50px;
    }

    .who-can-attend-list {
        padding-left: 20px;
        color: #555;
        line-height: 1.6;
    }

    .who-can-attend-list li {
        margin-bottom: 5px;
    }

    .who-can-attend-subtitle {
        font-size: 18px;
        color: #333;
        margin-top: 15px;
        margin-bottom: 8px;
    }

    .who-can-attend-list {
        padding-left: 20px;
        color: #555;
        line-height: 1.6;
        margin-bottom: 10px;
    }

    .who-can-attend-list {
        padding-left: 20px;
        color: #555;
        line-height: 1.6;
        margin-top: 5px;
    }

    .who-can-attend-list li {
        margin-bottom: 5px;
    }

    ul.who-can-attend-list {
        margin-left: 38px;
    }

    .card-content a.btn-primary {
        color: white !important;
    }

    .anexa-faq h2 {
        text-align: center !important;
    }

    .course-detail-content h2 {
        /* font-size: 32px; */
        margin: 32px 0 !important;
        text-align: center !important;
    }

    .course-detail-content span {
        color: rgb(22, 43, 111) !important;
    }



    .course-detail-content .has_eae_slider.elementor-element.elementor-element-135f612.e-con-full.e-flex.e-con.e-child {
        display: flex;
        align-items: baseline;
        gap: 30px;
        line-height: 30px;
    }

    .course-detail-content .has_eae_slider.elementor-element.elementor-element-5d09db4.e-con-full.e-flex.e-con.e-child {
        background: #f2f5ff;
        width: auto;
        padding: 2px 40px 20px 40px;
        border-radius: 16px;
        margin-top: 30px;
    }

    .mb-4.container.course-detail-content {
        margin-top: 20px;
    }

    .course-detail-content h2.text-center.mb-4.h2-underline {
        text-align: center !important;
        padding-bottom: 0 !important;
    }

    .course-inner-faq.anexa-faq h2.h2-underline {
        margin-bottom: 32px !important;
        text-align: center !important;
    }

    .container.my-5.overview.course-detail-content {
        padding-top: 20px;
    }

    .course-inner-faq h2 {
        margin-bottom: 38px !important;
        text-align: center;
        margin-top: 20px !important;

        text-align: left !important;
    }

    .h2-underline::after {
        display: none !important;
    }

    .course-detail-content .h2-underline::after {
        display: none;
    }

    .anexa-faq .accordion-item .accordion-body {
        padding: 0px 50px 0 40px;
    }

    .course-inner-faq.anexa-faq {
        margin-bottom: 30px;
    }



    .anexa-second-des h3 {
        font-size: 22px;
        margin-bottom: 12px !important;
    }

    .anexa-faq .accordion-header {
        padding: 14px 20px;
    }

    .anexa-second-des .has_eae_slider.elementor-element.elementor-element-50e4d71.e-con-full.e-flex.e-con.e-child {
        padding: 40px 50px;
        background: #f2f5ff;
        border-radius: 30px;
    }

    .anexa-second-des .elementor-icon-box-content p {
        margin-left: 20px;
        margin-bottom: 0;
    }

    .anexa-second-des .elementor-icon-box-content h3 {
        position: relative;
        padding-left: 22px;
    }

    .anexa-second-des .elementor-icon-box-content h3::before {
        content: "•";
        position: absolute;
        left: 0;
        top: -2px;
        font-size: 28px;
        line-height: 1;
        color: #162b6f;
        /* v-blue */
    }

    .anexa-second-des h2 {
        margin-bottom: 12px !important;
    }

    .anexa-certificate h2 {

        text-align: left !important;
    }

    .anexa-certificate .certification-gallery {
        justify-content: center !important;
    }

    .anexa-certificate h2 {
        padding-top: 20px !important;
    }
.course-detail-content .mangate-section-block:nth-child(3) ul li::before {
    display: none;
}
    .anexa-certificate h2 {
        padding-top: 20px !important;
        padding-bottom: 34px !important;
    }
.mangate-first-des .mangate-section-block:nth-child(3) p {
    text-align: center;
}
    .anexa-certificate .show-certificate.anexa-certificate {
        padding-bottom: 60px;
    }

    .show-certificate.anexa-certificate {
        padding-bottom: 50px;
    }

    .show-certificate.anexa-certificate img {
        width: 85% !important;
        margin: 0 auto;
    }

    .course-detail-content h2,
    .course-inner-faq.anexa-faq h2.h2-underline,
    .course-detail-content h2.text-center.mb-4.h2-underline,
    .course-inner-faq h2,
    .anexa-second-des h2,
    .anexa-second-des h2,
    .show-certificate.anexa-certificate h2.h2-underline,
    .who-can-attend-title,
    h2.learning-goals-title,
    h2.mangate-section-title {
        position: relative;
        padding-left: 20px;
        margin-left: 0;
        margin: 45px 0 60px !important;
    }

    .course-detail-content h2::before,
    .course-inner-faq.anexa-faq h2.h2-underline::before,
    .course-detail-content h2.text-center.mb-4.h2-underline::before,
    .course-inner-faq h2::before,
    .anexa-second-des h2::before,
    .anexa-second-des h2::before,
    .show-certificate.anexa-certificate h2.h2-underline::before,
    .who-can-attend-title::before,
    h2.learning-goals-title::before,
    h2.mangate-section-title::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -15px;
        height: 4px;
        width: 10%;
        background: #f5a623;
        transform: translate(-50%, 6px);
    }


    .course-detail-content h2 {
        margin: 32px 0 !important;
        text-align: center !important;
    }

    .course-detail-content span {
        color: rgb(22, 43, 111) !important;
    }



    .course-detail-content .has_eae_slider.elementor-element.elementor-element-135f612.e-con-full.e-flex.e-con.e-child {
        display: flex;
        align-items: baseline;
        gap: 30px;
        line-height: 30px;
    }

    .course-detail-content .has_eae_slider.elementor-element.elementor-element-5d09db4.e-con-full.e-flex.e-con.e-child {
        background: #f2f5ff;
        width: auto;
        padding: 2px 40px 20px 40px;
        border-radius: 16px;
        margin-top: 30px;
    }

    .mb-4.container.course-detail-content {
        margin-top: 20px;
    }

    .course-detail-content h2.text-center.mb-4.h2-underline {
        text-align: center !important;
        padding-bottom: 0 !important;
    }

    .course-inner-faq.anexa-faq h2.h2-underline {
        margin-bottom: 32px !important;
    }

    .container.my-5.overview.course-detail-content {
        padding-top: 20px;
    }

    .course-inner-faq h2 {
        margin-bottom: 38px !important;
        text-align: center !important;
        margin-top: 20px !important;

    }

    .h2-underline::after {
        display: none !important;
    }

    .course-detail-content .h2-underline::after {
        display: none;
    }

    .anexa-faq .accordion-item .accordion-body {
        padding: 0px 50px 0 40px;
    }

    .course-inner-faq.anexa-faq {
        margin-bottom: 30px;
    }


    .anexa-second-des h3 {
        font-size: 22px;
        margin-bottom: 12px !important;
    }

    .anexa-faq .accordion-header {
        padding: 14px 20px;
    }

    .anexa-second-des .has_eae_slider.elementor-element.elementor-element-50e4d71.e-con-full.e-flex.e-con.e-child {
        padding: 40px 50px;
        background: #f2f5ff;
        border-radius: 30px;
    }

    .anexa-second-des .elementor-icon-box-content p {
        margin-left: 20px;
        margin-bottom: 0;
    }

    .anexa-second-des .elementor-icon-box-content h3 {
        position: relative;
        padding-left: 22px;
    }

    .anexa-second-des .elementor-icon-box-content h3::before {
        content: "•";
        position: absolute;
        left: 0;
        top: -2px;
        font-size: 28px;
        line-height: 1;
        color: #162b6f;
        /* v-blue */
    }

    .anexa-second-des h2 {
        margin-bottom: 12px !important;
    }

    .anexa-certificate h2 {

        text-align: left !important;
    }

    .anexa-certificate .certification-gallery {
        justify-content: center !important;
    }

    .anexa-certificate h2 {
        padding-top: 20px !important;
    }

    .anexa-certificate h2 {
        padding-top: 20px !important;
        padding-bottom: 34px !important;
    }

    .anexa-certificate .show-certificate.anexa-certificate {
        padding-bottom: 60px;
    }

    .show-certificate.anexa-certificate {
        padding-bottom: 60px;
    }

    .show-certificate.anexa-certificate img {
        width: 85% !important;
    }

    .course-detail-content h2,
    .course-inner-faq.anexa-faq h2.h2-underline,
    .course-detail-content h2.text-center.mb-4.h2-underline,
    .course-inner-faq h2,
    .anexa-second-des h2,
    .anexa-second-des h2,
    .show-certificate.anexa-certificate h2.h2-underline,
    h2.mangate-section-title {
        position: relative;
        padding-left: 20px;
        margin-left: 0;
        margin: 45px 0 60px !important;
    }

    .course-detail-content h2::before,
    .course-inner-faq.anexa-faq h2.h2-underline::before,
    .course-detail-content h2.text-center.mb-4.h2-underline::before,
    .course-inner-faq h2::before,
    .anexa-second-des h2::before,
    .anexa-second-des h2::before,
    .show-certificate.anexa-certificate h2.h2-underline::before,
    h2.mangate-section-title::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -15px;
        height: 4px;
        width: 10%;
        background: #f5a623;
        transform: translate(-50%, 6px);
    }

    .show-certificate.anexa-certificate h2.h2-underline {
        padding-bottom: 0 !important;
        margin-bottom: 32px !important;
        padding-top: 0 !important;
        text-align: center !important;
    }


    h2.who-can-attend-title {
        text-align: center;
    }

    h2.learning-goals-title {
        text-align: center;
    }

    h2.mangate-section-title {
        text-align: center;
    }

    .mb-4.container.course-detail-content ul.anexa-ul li {
    list-style-type: none !important;
    padding: 10px 20px !important;
    background: #f6f8ff !important;
    border-radius: 10px !important;
    text-align: left !important;
    border: 1px solid #eeeeee96 !important;
}

    /* responsive */

a.download-brochure-btn {
    width: 100% !important;
    max-width: fit-content;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1d3a6b;
    padding: 10px 22px;
    color: white !important;
    font-size: 18px;
    font-weight: 700;
    border-radius: 6px;
    margin-bottom: 50px;
    transition: all 0.3s 
ease;
}

a.download-brochure-btn:hover {
    background-color: #e6cd6e !important;
    color: #162b6f !important;
    transform: translateY(-3px) !important;
}

a.download-brochure-btn:hover {
    background: #e6cd6e;
    color: #1d3a6b;
}


a.download-brochure-btn svg {
    display: none;
}

.course-inner-banner-right .main-course-info div#videoThumb {
    width: 330px;
    height: 200px;
}


@media (max-width: 991px){
ul.mangate-section-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-left: 0px;
}
.course-inner-banner-left h1 {
    line-height: normal;
}
}


    @media (max-width: 768px) {
        .mb-4.container.course-detail-content ul {
            grid-template-columns: 1fr 1fr;
        }
    }



    @media (max-width: 699px) {

        .course-inner-banner .container {
    gap: 30px;
}

        .course-detail-content h2,
        .course-inner-faq.anexa-faq h2.h2-underline,
        .course-detail-content h2.text-center.mb-4.h2-underline,
        .course-inner-faq h2,
        .anexa-second-des h2,
        .anexa-second-des h2,
        .show-certificate.anexa-certificate h2.h2-underline {
            position: relative;
            padding-left: 20px;
            margin-left: 0;
            font-size: 26px;
            line-height: 32px;
        }
div#videoThumb img {
    padding: 0px 20px;
}
        .anexa-second-des .has_eae_slider.elementor-element.elementor-element-50e4d71.e-con-full.e-flex.e-con.e-child {
            padding: 32px 20px;
            border-radius: 30px;
        }

        .course-inner-faq.anexa-faq .container {
            width: 100%;
            padding: 0;
        }

        .course-detail-content span,
        .course-inner-faq.anexa-faq span,
        .course-detail-content span,
        .course-inner-faq span,
        .anexa-second-des span,
        .show-certificate.anexa-certificate h2.h2-underline span {
            font-size: 16px;
        }

        .show-certificate.anexa-certificate h2 {
            font-size: 26px !important;
        }

        p {
            font-size: 16px;
        }

        .who-can-attend-title,
        h2.learning-goals-title {
            position: relative;
            padding-left: 20px;
            margin-left: 0;
            font-size: 26px;
            line-height: 32px;
        }

        .container {
            width: 100%;
        }

        .course-detail-content ul:nth-of-type(3) li {
            padding: 8px 20px !important;
            text-align: left !important;
        }

        .course-detail-content h2,
        .course-inner-faq.anexa-faq h2.h2-underline,
        .course-detail-content h2.text-center.mb-4.h2-underline,
        .course-inner-faq h2,
        .anexa-second-des h2,
        .anexa-second-des h2,
        .show-certificate.anexa-certificate h2.h2-underline,
        .who-can-attend-title,
        h2.learning-goals-title {
            margin: 30px 0 50px !important;
        }

        .mb-4.container.course-detail-content ul {
            grid-template-columns: 1fr;
        }

        .course-detail-content ul:nth-of-type(3) {
            display: grid;
            grid-template-columns: repeat(1, 1fr) !important;
        }

        .course-detail-content ul:nth-of-type(4) {
            display: grid;
            grid-template-columns: repeat(1, 1fr) !important;
        }

        .course-inner-faq.anexa-faq {
            margin-bottom: 10px;
            padding: 20px 20px;
        }

        .anexa-second-des h2 {
            font-size: 26px !important;
        }

        .mb-4.container.anexa-second-des {
            padding: 0px 20px 30px 20px;
            border-radius: 20px;
        }

        .mb-4.container.anexa-second-des ul {
            margin-left: 30px !important;
        }

        .mb-4.container.course-detail-content {
            margin-top: 0;
        }

        .anexa-faq .accordion-header {
            font-size: 16px !important;
        }

        .course-detail-content h2,
        .course-inner-faq.anexa-faq h2.h2-underline,
        .course-detail-content h2.text-center.mb-4.h2-underline,
        .course-inner-faq h2,
        .anexa-second-des h2,
        .anexa-second-des h2,
        .show-certificate.anexa-certificate h2.h2-underline,
        .who-can-attend-title,
        h2.learning-goals-title {
            position: relative;
            padding-left: 20px;
            margin-left: 0;
            font-size: 26px;
            line-height: 32px;
        }

        .anexa-second-des .has_eae_slider.elementor-element.elementor-element-50e4d71.e-con-full.e-flex.e-con.e-child {
            padding: 32px 20px;
            border-radius: 30px;
        }

        .course-detail-content span,
        .course-inner-faq.anexa-faq span,
        .course-detail-content span,
        .course-inner-faq span,
        .anexa-second-des span,
        .show-certificate.anexa-certificate h2.h2-underline span {
            font-size: 16px;
        }
    }
