    .banner-header {
        color: #0C1620;
        font-size: 32px;
        font-weight: 700;
    }

    .percentage-Color.python-Course {
        color: #9767E9;
    }

    .percentage-Color.java-Course {
        color: #E33282;
    }

    .banner-backgroundImage {
        position: relative;
        z-index: 1;
    }

    .banner-backgroundImage::before {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0.3;
        background: url(public/assets/web/img/course-vector.png) no-repeat center center;
        background-size: cover;
    }

    .banner-backgroundImage2 {
        position: relative;
        z-index: 1;
    }

    .banner-backgroundImage2::before {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 54%;
        z-index: -1;
        opacity: 0.3;
        background: url(public/assets/web/img/course-vector.png) no-repeat center center;
        background-size: cover;
        transform: rotate(180deg);
    }

    .banner-sidehead {
        color: #374C62;
        font-size: 22px;
        font-weight: 400;
    }

    .grabnow_btnPartner {
        padding: 10px 20px;
        border-radius: 50px;
        color: white;
        font-style: normal;
        border: none;
        font-size: 16px
    }

    .grabnow_btnPartner.java-Course {
        background: #9767E9;
    }

    .grabnow_btnPartner.python-Course {
        background: #E33282;
    }

    .weekdays-badge {
        background-color: #F0FFEF;
        color: #129409;
        font-size: 16px;
        padding: 8px 24px;
        border-radius: 20px;
        width: fit-content;
        font-weight: 700;
    }

    .weekend-badge {
        background-color: #EBEBEB;
        color: #787878;
        font-size: 16px;
        padding: 8px 24px;
        border-radius: 20px;
        width: fit-content;
        font-weight: 700;
    }

    .batches-Value {
        font-size: 32px;
        font-weight: 700;
        color: #151631;
    }

    .batches-category {
        font-size: 16px;
        font-weight: 400;
        color: #151631;
        margin-left: 12px;
    }

    .brochure-Button {
        background-color: #9767E9;
        border-radius: 50px;
        padding: 16px 30px;
        color: white;
        border: 1px solid #9767E9;
        font-size: 16px;
        text-transform: capitalize;
        font-weight: 700;
    }

    .cta-headingCheckeligibility {
        font-size: 32px;
        color: white;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .cta-headingContent {
        font-size: 17px;
        color: white;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .cta-VectorImage {
        position: absolute;
        top: -48px;
        width: 426px;
    }


    .certificate-Image {
        width: 428px;
        position: absolute;
        top: -49px;
    }

    .course-Guarantee {
        position: absolute;
        top: -83px;
        left: -86px;
    }

    .investment-Image {
        width: 200px;
    }

    .df-container {
        margin: auto !important;
    }

    .profile-exp {
        font-size: 14px;
        color: #E2E2E2;
        margin-top: 4px;
    }

    .common-CourseSpace {
        padding: 120px 0px;
    }

    .who-shouldJoin {
        background: #F6F7FC;
        padding: 100px 0px;
    }

    .who-shouldJoin.python-Course {
        background: #F6F7FC;
    }

    .who-shouldJoin.java-Course {
        background: #FFF7FB;
    }

    .who-Join-Para {
        color: #52525B;
        font-size: 16px;
        font-weight: 400;
        margin-top: 8px;
    }

    .who-Join-SideHead {
        color: #18181B;
        font-size: 20px;
        font-weight: 700;
        margin-top: 16px;
    }

    .highlights-Para {
        font-size: 14px;
        font-weight: 400;
        margin-top: 8px;
    }

    .highlights-SideHead {
        color: #18181B;
        font-size: 16px;
        font-weight: 700;
    }

    .coursesJoin-Icon {
        width: 50px;
        height: 50px;

        padding: 20px;
        display: flex;
        align-items: center;
        border-radius: 50%;
        justify-content: center
    }

    .coursesJoin-Icon.java-Course {
        background: #FFF7FB;
    }

    .coursesJoin-Icon.python-Course {
        background: #F4F7FF;
    }

    .coursesJoin-Card {
        background: white;
        border-radius: 20px;
        box-shadow: 0px 1px 16px 0px #00000012;
        padding: 30px 20px;
        margin-bottom: 16px;
    }

    .highlights-bottom-line {
        margin-bottom: 16px;
        border-bottom: 0.5px solid #bcbcbc70;
    }

    .technologies-card {
        background: white;
        border-radius: 8px;
        box-shadow: 0px 1px 16px 0px #00000012;
        padding: 14px 54px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .technologies-card img {
        width: 70%;
    }

    .technologies-list-odd {
        display: flex;
        justify-content: end;
        gap: 20px;
        margin-bottom: 16px;
        margin-right: 38px;
    }

    .technologies-list-even {
        display: flex;
        justify-content: end;
        gap: 20px;
        margin-bottom: 16px;
    }

    .technologies-list-third {
        display: flex;
        justify-content: end;
        gap: 20px;
        margin-bottom: 16px;
        margin-right: 38px;
    }

    .technologies-list-odd .technologies-card {
        padding: 14px 57px;
    }

    .technologies-list-third .technologies-card {
        padding: 14px 28px;
    }

    .technologies-list-even .technologies-card {
        padding: 14px 46px;
    }

    .requestCallBack {
        background-image: url(../img/course-cta-java.png);
        padding: 40px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-blend-mode: overlay;
    }


    .requestCallBackPython {
        background-image: url(../img/course-cta-python.png);
        padding: 40px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-blend-mode: overlay;
    }

    .request-CallBack-Content-Button {
        background-color: #FFFFFF;
        border-radius: 50px;
        padding: 12px 20px;
        border: 1px solid #fff;
        font-size: 14px;
        text-transform: capitalize;
        font-weight: 700;
    }

    .request-CallBack-Content-Button .python-Course {
        color: #602FA4;
    }

    .request-CallBack-Content-Button .java-Course {
        color: #9D2D76;
        border: 1px solid #9767E9;
    }


    .request-CallBack-Content {
        color: #ffffff;
        font-size: 18px;
        font-weight: 400;
    }

    .certificate-bottomImage {
        height: 270px;
        width: 420px;
        border-bottom-left-radius: 216px;
        border-bottom-right-radius: 228px;
        transform: rotate(36deg);
        position: relative;
    }

    .certificate-bottomImage.python-Course {
        background: #EAD9FF;
    }

    .certificate-bottomImage.java-Course {
        background: #FFCAE8;
    }

    .certificate-design {
        padding-top: 200px;
        padding-bottom: 150px;
    }

    .certificate-design.python-Course {
        background: #F8F8FF;
    }

    .certificate-design.java-Course {
        background: #FFF7FB;
    }

    .cta-check-Eligibilty {
        background-color: #ffffff;
        border-radius: 50px;
        padding: 16px 30px;
        border: none;
        color: #6E3EE7;
        font-size: 16px;
        text-transform: capitalize;
        font-weight: 700;
    }

    .course-SideHeading {
        color: #000000;
        font-size: 32px;
        font-weight: 700;
    }

    .course-SideHeadingNB {
        color: #000000;
        font-size: 32px;
        font-weight: 400;
    }

    .certificate-bottomImage {
        margin-left: -44px;
    }

    .accordion-item {
        border: 0.67px solid #E4E4E7 !important;
        margin-bottom: 10px;
        border-radius: 8px;
        padding: 24px 16px;
        border-left-width: 6px !important;
        border-left-color: #faf6ff !important;
        border-left-style: solid !important;
    }

    .accordion-button::after {
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background-position: center;
        background-image: url('../../banking-img/faq-down-Arrow.png') !important;
        background-size: auto;
    }

    .accordion-item.active .accordion-button:not(.collapsed) {
        color: #9767E9 !important;
        background: none !important;
        font-weight: 600;
    }

    .python-Course .accordion-item.active {
        background-color: #FAF6FF;
        border: 1px solid #fff !important;
        border-left-width: 6px !important;
        border-left-color: #975DF9 !important;
        border-left-style: solid !important;/
    }

    .accordion-button:not(.collapsed)::after {
        background-size: auto;
        background-image: url('../../banking-img/faq-collapsed.png') !important;
    }

    .accordion-item.active .accordion-button:not(.collapsed) {
        color: #9767E9 !important;
        background: none !important;
        font-weight: 600;
        width: 100%;
        text-align: justify;
        border: none;
    }

    .java-Course .accordion-item.active {
        background-color: #FFF8FC;
        border: 1px solid #fff !important;
        border-left-width: 6px !important;
        border-left-color: #E22A7A !important;
        border-left-style: solid !important;/
    }

    .java-Course .accordion-item.active .accordion-button:not(.collapsed) {
        color: #E22A7A !important;
    }

    .python-Course .accordion-item.active .accordion-button:not(.collapsed) {
        color: 9767E9 !important;
    }

    .python-Course .accordion-item {
        border-left-color: #faf6ff !important;
    }

    .java-Course .accordion-item {
        border-left-color: #fff8fc !important;
    }

    .accordion-body {
        padding: 10px 8px;
    }

    button.accordion-button {
        border: none !important;
        background: none;
    }

    .sub-Heading {
        font-size: 32px;
        color: #000000;
        font-weight: 700;
    }

    .testimonial-Card {
        border-radius: 4px;
        border: 1px solid #BCBCBC;
        padding: 24px;
        color: #151631;
        margin-bottom: 32px;
    }

    .testimonial-Card-Content {
        font-size: 18px;
        font-weight: 400;
        min-height: 280px;
        max-height: 280px;
    }

    .testimonial-Avatar {
        width: 50px;
        height: 50px;
        /* background: #80808038; */
        /* border: 1px solid; */
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 12px;
        border-radius: 2px;
    }

    .fw-semibold {
        font-size: 18px;
        font-weight: bold;
    }

    #marquee {
        width: 100%;
    }

    #marquee .container {
        overflow: hidden;
        width: 100%;
    }

    #marquee .pic-container {
        display: flex;
        gap: 46px;
        animation: marquee 10s infinite linear;
    }

    #marquee .pic-container .pic {
        flex-shrink: 0;
        display: flex;
        align-items: center;
    }

    #marquee img {
        width: 100%;
        object-fit: cover;
    }

    @media (max-width: 1024px) {
        #marquee .pic-container .pic {
            flex-basis: 25%;
        }
    }

    @media (max-width: 768px) {
        #marquee .pic-container .pic {
            flex-basis: 33.33%;
        }
    }

    @keyframes marquee {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-100%);
        }
    }

    @media (max-width: 1024px) {
        @keyframes marquee {
            0% {
                transform: translateX(0);
            }

            100% {
                transform: translateX(-125%);
            }
        }
    }

    @media (max-width: 768px) {
        @keyframes marquee {
            0% {
                transform: translateX(0);
            }

            100% {
                transform: translateX(-186.65%);
            }
        }
    }

    .technologies ul {
        list-style: none;
        padding-left: 2rem;
    }

    .technologies li {
        position: relative;
        margin-bottom: 0.5rem;
    }

    .technologies li::before {
        content: "";
        background-image: url(../img/technologies-icon.png);
        background-size: cover;
        width: 1.2rem;
        height: 1.2rem;
        display: inline-block;
        position: absolute;
        left: -2rem;
        top: 0.1rem;
        border-radius: 50%;
    }

    .form-group label {
        font-size: 16px;
        font-weight: 400;
        color: #421967;
        display: block;
        margin-bottom: 5px;
    }

    .form-group {
        margin-bottom: 20px;
        position: relative;
    }

    .form-group input {
        width: 100%;
        padding: 10px;
        border: 1px solid #e1e1e1;
        border-radius: 8px;
        font-size: 14px;
        color: #000;
    }

    .custom-select-wrapper {
        position: relative;
        display: inline-block;
        width: 100%;
    }

    .custom-select-wrapper select {
        width: 100%;
        padding: 14px 40px 14px 14px !important;
        background-color: white;
        border-radius: 5px !important;
        border: 1.03px solid #15163112 !important;
        box-sizing: border-box;
        font: inherit;
        line-height: 1.5em;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .submit-button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30%;
        padding: 12px;
        background: #9767E9;
        color: #fff;
        border: none;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 700;
        cursor: pointer;
        transition: background 0.3s ease;
        margin: 0 auto;
    }

    .custom-select-wrapper::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 16px;
        width: 14px;
        height: 21px;
        margin-top: -5px;
        border-style: solid;
        background-image: url(../banking-img/select-dropdown.png);
        border: none;
        pointer-events: none;
    }

    .modalHeader-Data {
        font-size: 18px;
        font-weight: 700;
        color: #151631;
        margin-bottom: 20px;
    }

    .verify-phone-btn {
        background: #9767E9;
        color: white;
        border: none;
        border-radius: 8px;
        padding: 0 15px;
        margin-left: 10px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 600;
        transition: all 0.3s ease;
    }

    .phone-verify-wrapper {
        position: relative;
        overflow: hidden;
        margin-bottom: -10px;
    }

    .phone-input-wrapper {
        display: flex;
        transition: all 0.3s ease;
    }

    .phone-input-wrapper input {
        flex: 1;
        border: 1px solid #e1e1e1;
        border-radius: 8px;
        padding: 10px;
        font-size: 14px;
        color: #000;
    }

    .download-Brochure-Btn {
        background: #9767E9;
        border: none;
        padding: 16px 30px;
        border-radius: 8px;
        color: #fff;
    }

    .keyHighlight-scribble {
        margin-left: 240px;
    }

    .tawk-min-container,
    .tawk-min-container .tawk-button {
        display: none;
    }

    .python-Course .accordion-button {
        position: relative;
        display: flex;
        align-items: center;
        text-align: left;
    }

    @media screen and (max-width: 767px) and (min-width: 320px) {
        .course-HeroImage img {
            width: 100%;
        }

        .certificate-Image {
            width: 100%;
        }

        .certificate-bottomImage {
            height: 247px;
            width: 400px;
        }

        .keyHighlight-scribble {
            margin-left: 0;
        }

        .technologies-card img {
            width: 100%;
        }

        .banner-header {
            font-size: 22px;
        }

        .scribble-Image {
            display: none;
        }

        .fw-semibold {
            font-size: 16px;
        }

        .course-SideHeading {
            font-size: 21px;
        }

        .testimonial-Card-Content {
            font-size: 16px;
            min-height: 180px;
        }

        .cerificate-ContentAlign {
            margin-top: 42px;
        }

        .weekdays-badge {
            font-size: 14px;
            padding: 8px 14px;
        }

        .batches-per {
            width: 24px;
        }

        .batches-category {
            font-size: 14px;
            margin-left: 4px;
        }

        .weekend-badge {
            font-size: 14px;
            padding: 8px 14px;
        }

        .key-Highlights-Responsive {
            margin-top: 30px !important;
            text-align: center;

        }

        .course-SideHeading {
            font-size: 28px;
            text-align: center;
        }

        .center-ImageWeek {
            display: none !important;
        }

        .batches-Value {
            font-size: 24px;
        }

        .mobile-Screen-Technologies {
            display: block !important;
        }

        .tab-Screen-Technologies {
            display: none !important;
        }

        .technologies-card img {
            width: 60px;
            height: 50px;
            object-fit: contain;
        }

        .technologies-card {
            padding: 14px 38px;
        }

        .technologies-list-mobile {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            column-gap: 10px;
            row-gap: 1em;
        }

        .common-CourseSpace {
            padding: 60px 0px;
        }

        .who-shouldJoin {
            padding: 50px 0px;
        }
    }

    @media screen and (max-width: 991px) and (min-width: 768px) {
        .hide-Testi-Tab {
            display: none;
        }

        .course-HeroImage img {
            width: 100%;
        }

        .center-ImageWeek img {
            display: none;
        }

        .key-Highlights-Responsive {
            margin-top: 40px !important;
        }

        .certificate-bottomImage {
            height: 250px !important;
            width: 408px !important;
        }

        .certificate-Image {
            width: 400px;
            position: absolute;
            top: -49px;
            left: 0;
            right: 0;
            margin: auto;
            margin-right: auto !important;
        }

        .cerificate-ContentAlign {
            display: flex;
            align-self: center;
            flex-direction: column;
            margin-top: 39px !important;
            align-items: center;
            text-align: center;
        }
    }

    @media screen and (max-width: 991px) and (min-width: 320px) {
        .coursesJoin-Card {
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

        .key-Highlights-Responsive {
            text-align: center;
        }
    }