@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.com {
    justify-content: center;
    display: flex;
    gap: 40px;
}

.mdl-btn-bx span {
    background: #9913aa;
    padding: 8.2px;
    border-radius: 10px;
    color: #fff;
    font-size: 14px
}

@media(max-width:700px) {
    .rm {
        display: none;
    }
}

.register-section img.mm {
    position: absolute;
    top: 0;
    left: 19%;
    width: 69%;
    height: 100%;
    object-fit: contain;
    opacity: 0.9;
}

.register-section img.rm {
    position: absolute;
    top: 15%;
    left: 30%;
    width: 60%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
}
/**/

.swiper-pagination {
    position: relative !important;
    top: 2px !important;
}

.mycard {
    padding: 0px 47px 0px 77px;
}

.swiper {
    padding-bottom: 40px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
}

.course-card {
    width: 100%;
    max-width: 312px;
    border: 2px solid #da9de8;
    border-radius: 15px;
    text-align: center;
    padding: 11px;
    background-color: #fff;
    transition: 0.3s;
}

    .course-card h6 {
        font-weight: 600;
    }

    .course-card img {
        max-width: 100%;
        border-radius: 10px;
        margin-bottom: 15px;
    }

.btn-purple {
    background-color: #9d2ed4;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
}

    .btn-purple:hover {
        background-color: #7b1ea8;
    }

.swiper-pagination-bullet {
    background-color: #9d2ed4;
    opacity: 1;
}


.swiper-pagination-bullet-active {
    background-color: #9c27b0 !important;
}




/*06-05-2025(Start)*/

.mywarm {
    padding: 5px;
}
/*06-05-2025(End)*/





@media(max-width:444px) {
    .mycard {
        padding: 0px 30px;
    }
}
/**/

/*.abl {

        padding-left:30px;
    padding-top: 50px;
    margin-top:50px;}

.aabl img {
    max-width: 60px;
    width: 60px;
    height: 130px;
}
.abr {
    margin-left: 40%;
    margin-top: 15%;
}
.aabr img {
    width: 60px
}
@media(max-width:522px){
    .abl {
        padding-left: 11px;
        padding-top: 46px;
        margin-top: 639px;
    }

    .aabl img {
        max-width: 60px;
        width: 41px;
        height: 76px;
    }

    .abr {
        margin-left: 40%;
        margin-top: 220%;
    }

    .aabr img {
        width: 40px
    }
}*/
/**/
.swiper {
    padding-bottom: 50px;
}

.swiper-slide {
    width: auto;
    max-width: 331px;
}

.card-custom {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

    .card-custom:hover {
        transform: translateY(-5px);
    }

.card-img-top {
    height: 180px;
    object-fit: cover;
}

.card-body {
    padding: 1rem 1.2rem;
    text-align: center;
}

.btn-purple {
    background-color: #9c27b0;
    color: white;
    border-radius: 25px;
    padding: 6px 16px;
    font-size: 0.9rem;
}

    .btn-purple:hover {
        background-color: #7b1fa2;
    }

.swiper-pagination-bullet {
    background: #9c27b0;
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

/**/















.chh {
    margin-left: 14%;
    border: 1.5px solid #7d418c;
    padding: 14px;
    max-width: 800px !important;
    border-radius: 17px;
    background: #F9F4FD;
}

.bmm {
    padding: 33px;
}

.bor {
    border-radius: 3px !important;
    border: 1px solid #9913AA !important;
    background: #F1E2FF !important;
}

.muu img {
    max-width: 258px;
}

@media(max-width:522px) {
    .chh {
        margin: 0px;
    }

    .muu img {
        max-width: 200px;
    }
}



/* Importing Google Fonts */
body {
/*    font-family: 'Lato', sans-serif;*/
    /* background-image:none!important; */
}

h2 {
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 700;
}

h3 {
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 700;
}

h4 {
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 700;
}

h5 {
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 700;
}

.text-left {
    text-align: left;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

h1 {
    font-family: 'Merienda One', cursive;
    color: #007bff;
}


.navbar-nav {
    margin: 0 auto;
}

.navbar-brand img {
    max-width: 140px;
}

.contact-button {
    border: 1px solid #920AA3;
    padding: 5px 15px;
    border-radius: 5px;
    text-decoration: none;
}

    .contact-button:hover {
        background-color: #deb3e7;
        color: #000000;
    }

.custom-header .logo img {
    max-width: 165px;
    margin-left: 13px;
}

.custom-nav a:hover {
    color: rgb(143 61 161);
}

.column li a {
    font-weight: 400 !important;
}

.custom-nav a {
    font-weight: 600;
    color: #000;
    margin-right: 5px;
    text-decoration: none;
    font-family: 'Lato', sans-serif !important;
}

.subdeskMenu ul li:hover a {
    color: #FFF !important;
    text-decoration: none !important;
}

.subdeskMenu ul li a {
    color: #9913AA;
    text-decoration: none !important;
}

.text-end {
    text-align: end;
}

.banner-cont {
    position: absolute;
    top: 0;
    width: 65%;
    padding: 7% 5%;
}

    .banner-cont h1 {
        color: #fff;
        line-height: 57px;
        font-size: 38px;
    }

    .banner-cont p {
        font-size: 17px;
        color: #fff;
        padding-right: 26px;
    }

.registerBtn a {
    background: #3B1F6B;
    border: 2px solid #FFFFFF;
    color: #fff !important;
    text-decoration: none;
    border-radius: 9px;
    padding: 11px 24px;
    font-size: 15px;
}

.registerBtn2 a {
    background: none;
    border: 2px solid #FFFFFF;
    color: #fff !important;
    text-decoration: none;
    border-radius: 25px;
    padding: 11px 24px;
    font-size: 15px;
}

.sticky-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.mob-banner {
    height: 612px;
    width: 100%;
    background-image: url('../images/mobbanner.png');
    background-repeat: no-repeat;
    position: relative;
}

.moblr {
    position: absolute;
    bottom: 0;
    left: 19px;
    display: flex;
    align-items: flex-end;
}

    .moblr .left img {
        width: 100px;
        height: 100px;
    }

    .moblr .right img {
        width: 200px;
        height: 240px;
    }

.mobBanner-cont {
    padding: 25px;
    color: #fff;
}

    .mobBanner-cont h1 {
        color: #fff;
    }

.navbar-toggler-icon {
    background-image: url('../images/hamburger.svg') !important;
}

.navbar-toggler {
    border: none !important;
}

    .navbar-toggler:focus {
        box-shadow: none !important;
    }


.custom-header {
    background: #fff;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #874096;
    position: sticky;
    top: 0;
    z-index: 20;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-weight: 600;
}

    .custom-header .btn-menu {
        display: none;
    }

.otherCustom-nav .nav-link {
    margin-right: 17px;
}



.myHamburger {
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
    display: none;
}

.sidebar {
    position: fixed;
    top: 76px;
    left: -100%;
    width: 250px;
    height: 86vh!important;
    background: #fff;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
    transition: left 0.3s ease-in-out;
    padding: 20px;
    z-index: 100;
}

    .sidebar.active {
        left: 0;
    }

.myMenu {
    display: none;
    list-style: none;
    padding: 0;
}

    .myMenu.active {
        display: block;
    }

    .myMenu li {
        padding: 10px 0;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        list-style: none;
        font-size: 14px;
        color: #7c1989;
        font-weight: 500;
        gap: 6px;
        align-items: flex-start;
    }

        .myMenu li a {
            text-decoration: none;
            font-size: 14px;
            color: #7c1989;
            font-weight: 500;
            align-items: flex-start;
        }

        .myMenu li span {
            font-size: 13px;
        }

            .myMenu li span a {
                color: #7c1989 !important;
                text-decoration: none !important;
                font-size: 13px!important;
            }

        .myMenu li div {
            display: flex;
            gap: 6px;
        }

.myMenu-header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.back-btn, .close-btn {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

.myMenu li div .bi-tag::before {
    transform: rotate(135deg);
}



/*.sidebar {
    background: whitesmoke;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100%;
    width: 250px;
    transition: 0.3s;
    z-index: 1050;
    overflow-y: auto;
}

.custom-accordian .accordion-item {
    border: none !important;
    background-color: transparent !important;
}

.custom-accordian:focus-visible {
    outline: none !important;
}

.custom-accordian .accordion-body {*/
/* background:linear-gradient(90deg, #55027e, #93278f)!important; */
/*border: 1px solid #55555536;
}

.custom-accordian button {
    color: #fff !important;
}

    .custom-accordian .accordion-item:focus-visible, .custom-accordian button:focus-visible {
        box-shadow: none !important;
        outline: none !important;
    }

    .custom-accordian .accordion-item:focus, .custom-accordian button:focus {
        box-shadow: none !important;
        outline: none !important;
    }

.custom-accordian .accordion-button {
    background-color: #ac4281;
    color: #fff;
}

.hmnav-accordian button {
    background-color: transparent !important;
    color: #9913aa !important;
    font-weight: 600;
    padding-left: 0;
}

.custom-accordian .accordion-button:after {
    background-image: url('../images/dropDown-arrow.png') !important;
}

.hmnav-accordian .accordion-button:after {
    background-image: url('../images/down-hmAcc.png') !important;
}

.sidebar.active {
    left: 0;
}

.sidebar .nav-link {
    color: #7c1989;
    font-size: 1rem;
    margin: 5px 0;
    text-decoration: none;
    padding: 10px 20px;
    font-weight: 600;
}

    .sidebar .nav-link:hover {
        background: rgba(255, 255, 255, 0.1);
    }

.sidebar .accordion-button {
    padding: 10px 20px;
}*/

/* .sidebar .accordion-button:not(.collapsed) {
        background: rgba(255, 255, 255, 0.1);
    }*/

/*.sidebar .accordion-body {
    background: rgba(255, 255, 255, 0.05);
}

.sidebar .close-btn {
    color: #7b1988;
    font-size: 1.5rem;
    margin: 15px;
    cursor: pointer;
}*/

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    pointer-events: none; /* Not clickable when not active */
    transition: opacity 0.3s;
    opacity: 0;
}

    .overlay.active {
        display: block;
        pointer-events: auto; /* Enable clicking when active */
        opacity: 1;
    }






.community-section {
    padding: 50px 20px;
}

.community-header {
    text-align: left;
    margin-bottom: 40px;
}

    .community-header h2, .lch-about-section h2 {
        font-weight: 700;
        margin-bottom: 10px;
    }

    .community-header p {
        font-size: 16px;
        color: #666;
    }

.community-stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

.stat-item {
    border: 1.5px solid #9913AA;
    padding: 10px;
    text-align: center;
    box-shadow: 3px 5px 3px #9c27b029;
    border-radius: 5px;
}

.myp {
    display: flex;
    gap: 43px;
}

.stat-item img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.stat-item h3 {
    font-weight: 900;
    margin-bottom: 5px;
    font-size: 28px;
}

.stat-item p {
    font-size: 18px;
    color: #666;
    margin: 0;
}

.certification-section, .learnInovate-section {
    text-align: center;
    padding: 36px 20px 0px 20px;
    position: relative;
}

    .certification-section h2, .learnInovate-section h2 {
        font-size: 28px;
        font-weight: 700;
        color: #000;
    }

        .certification-section h2 span, .learnInovate-section h2 span {
            color: #8a3ab9;
        }

    .certification-section p, .learnInovate-section p {
        font-size: 16px;
        color: #444;
        margin: 10px 0 20px;
    }

    .certification-section a, .learnInovate-section a {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        font-weight: 400;
        text-align: left;
    }

.arrow-icon {
    position: absolute;
    right: 10%;
    top: 10%;
}

.arrow-icon-left {
    position: absolute;
    left: 15%;
    top: 15%;
}
/*.arrow-icon-leftba {
    position: absolute;
    left: 92%;
    top: 128%;
}
    .arrow-icon-leftba img{
        width:65px;
    }
    .arrow-icon-lefta {
        position: absolute;
        left: 1%;
        top: 112%;
    }
.arrow-icon-lefta img{
    width: 55px;
}*/
@media(max-width:522px) {
    .arrow-icon-left {
        position: absolute;
        left: 5%;
        top: 16%;
    }
    /* .arrow-icon-leftba {
        position: absolute;
        left: 82%;
        top: 343%;
    }

        .arrow-icon-leftba img {
            width: 55px;
        }

    .arrow-icon-lefta {
        position: absolute;
        left: 2%;
        top: 342%;
    }

        .arrow-icon-lefta img {
            width: 37px;
        }*/

}

.steps-row {
    display: flex;
    justify-content: center;
    gap: 0px;
    max-width: 85%;
    margin: 27px auto;
}

.card-face {
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.step-card {
    text-align: center;
    padding: 30px;
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}


.learningbtn {
    margin-top: 10px;
}



.custom-card {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card {
    perspective: 1000px;
    width: 304px;
    height: 265.59px;
    background: transparent;
    margin-bottom: 40px;
}

.custom-card-flip {
    perspective: 1000px;
    width: 262px;
    height: 291.17px;
    background: transparent;
}

.flip-card:focus {
    outline: 0;
}

.custom-card-flip:focus {
    outline: 0;
}


.flip-card:hover .step-card,
.flip-card:focus .step-card {
    transform: rotateY(180deg);
}

.custom-card-flip:hover .custom-card, .custom-card-flip:focus .custom-card {
    transform: rotateY(180deg);
}

.module-row .cardafterpass {
    background: #f2e2f487 !important;
    border: 1px solid #C59FD7;
    border-radius: 8px;
    padding: 25px 15px;
    margin-top: 0px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.card-face {
    backface-visibility: hidden; /* Important for Safari */
    -webkit-backface-visibility: hidden; /* Safari-specific */
}

.step-card-front, .step-card-back, .customFrnt-card, .customback-card {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    right: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.step-card-front,
.step-card-back {
    padding-top: 20px;
}

.step-card-front, .customFrnt-card {
    z-index: 2;
    background: #fcf9ff;
}

.step-card-back, .customback-card {
    background: #512B6B;
    color: white;
    transform: rotateY(180deg);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    left: 0;
}


    .step-card-back p, .customback-card p {
        color: #fff;
        padding: 15px;
    }

.step-icon-brdr {
    border: 2px dashed #642D78;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 5px auto 13px auto;
}

.step-card .step-icon {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 8px auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #642D78 0%, #CB33DE 170.45%);
}

.step-card {
    margin-bottom: 30px;
}

    .step-card img {
        width: 50px;
        height: 50px;
    }

    .step-card h4 {
        font-size: 18px;
        font-weight: 700;
        color: #000;
    }

    .step-card .arrow {
        color: #8a3ab9;
        font-size: 24px;
        margin-top: 10px;
    }


.card-container {
    margin: 50px auto;
}

.customFrnt-card {
    z-index: 2;
    background: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    height: 100%;
}

    .customFrnt-card .card-body {
        padding: 30px;
        height: 100%;
    }



    .customFrnt-card .card-header {
        background-color: #9913AA;
        height: 12px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-top-left-radius: 3px !important;
        border-top-right-radius: 3px !important;
        position: relative;
        width: 100%;
    }

    .customFrnt-card .card-title {
        font-size: 18px;
    }

    .customFrnt-card .card-body img {
        max-width: 100%;
        height: 167px;
        margin-bottom: 15px;
    }

.card-title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.why-choose-section {
    padding: 50px 0;
    text-align: center;
    background-image: url(data:image/png;base64,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), linear-gradient(97.97deg, #CB33DE -26.92%, #642D78 18.83%, #2A1954 102.61%);
}

    .why-choose-section h2 {
        font-size: 36px;
        font-weight: 600;
        margin-bottom: 30px;
        color: #fff;
    }

.feature-box {
    text-align: center;
    padding: 15px;
}

    .feature-box i {
        font-size: 40px;
        margin-bottom: 10px;
        color: white;
    }

.feature-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.grow-skill-section {
    padding: 60px 20px 0 20px;
}

    .grow-skill-section h2 {
        font-size: 28px;
        font-weight: 700;
        color: #000;
    }

        .grow-skill-section h2 span {
            color: #8a3ab9;
        }

    .grow-skill-section p, .lch-about-section {
        font-size: 20px;
        color: #444;
        margin: 25px 0 25px 0px
    }

.growSill-RightSec a {
    border: 1px solid #9913AA;
    border-radius: 3px;
    color: #9913AA !important;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
}

.faq-section {
    padding: 30px 20px 0 20px;
}

    .faq-section h3 {
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .faq-section .accordion-button {
        font-size: 18px;
        font-weight: normal;
        background-color: transparent;
        border: none;
        color: black;
        box-shadow: none;
        font-weight: 500;
        padding: 16px 0;
    }

        .faq-section .accordion-button:focus {
            box-shadow: none;
        }

        .faq-section .accordion-button:not(.collapsed)::after {
            content: "";
            font-size: 20px;
            margin-left: auto;
            background-image: url('../images/accordian-minus.svg')
        }

        .faq-section .accordion-button.collapsed::after {
            content: "";
            font-size: 20px;
            margin-left: auto;
            background-image: url(../images/add-accordian.svg)
        }

    .faq-section .accordion-item {
        border: none;
    }

    .faq-section .accordion-header {
        border-bottom: 1px solid #ccc;
    }

.card-courses {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.sub {
    margin-top: auto;
}

.card-courses img {
    max-width: 100%;
}

.card-courses:hover {
    transform: translateY(-5px);
}

.card-courses-body {
    padding: 10px 0px 5px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.card-courses-title {
    font-weight: 700;
    color: #4b2b7f; /* Purple text color */
    text-align: center;
    font-size: 18px;

}

.card-courses-body .d-grid button {
    background: #9913AA;
    color: #fff;
    width: fit-content;
    margin: 0 auto;
    padding: 6px 15px;
    font-size: 14px;
}

.card-courses-text {
    text-align: center;
}

.btn-purple {
    background-color: #832cb6; /* Purple button color */
    color: white;
    font-weight: bold;
    border: none;
}

    .btn-purple:hover {
        background-color: #6a2392;
    }

.dashboard-link {
    text-align: right;
    margin-right: 20px;
    font-weight: bold;
    color: #832cb6;
    text-decoration: none;
    flex: none;
}

    .dashboard-link:hover {
        text-decoration: underline;
    }


.footer {
    /* Purple background */
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    padding: 40px 20px 0px;
    background-repeat: repeat !important;
    background-size: auto !important;
    background: #E5EBEC;
}

.log-footer {
    max-width: 167px;
    padding-bottom: 10px;
}

.footer h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footerlast {
    margin-right: 1.6rem;
}

.footer ul li {
    margin-bottom: 5px;
}

    .footer ul li a, .footer p {
        color: #000;
        display: inline-block;
        font-weight: 600;
        margin: 10px 0 0;
        font-size: 14px;
        text-decoration: none;
    }

        .footer ul li a:hover {
            color: #7c1989; /* Gold hover effect */
        }

.pull-right {
    float: right;
}

a.gotop {
    border-radius: 0;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
}

.gotop-btn {
    background: rgb(115 28 82 / 39%) !important;
    border-radius: 3px;
    padding: 0.375rem 0.75rem;
    color: #fff;
    border: 1px solid var(--white);
    transition: .5s;
}

    .gotop-btn:hover {
        border-color: #731C52;
        background: var(--white) !important;
        color: #731C52;
    }


.copyright {
    border-top: 1px solid #731c52;
    padding-top: 15px;
    text-align: left;
    line-height: 32px;
    padding-bottom: 15px;
    color: #000;
}

    .copyright a {
        color: #000;
        font-size: 14px
    }

        .copyright a:hover {
            color: #ADB0B6
        }

.footer-icons a {
    color: #000;
    font-size: 20px;
    margin-right: 15px;
    text-decoration: none;
}

    .footer-icons a img {
        width: 25px;
        height: 25px;
    }

    .footer-icons a:hover {
        color: #ffd700; /* Gold hover effect */
    }

.footer .row .col-md-3 {
    margin-bottom: 10px;
}

.footer .row {
    align-items: baseline;
}

    .footer .row .col-md-3:last-child {
        padding-left: 0px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer .row .col-md-3 p img {
        max-width: 20px;
        margin-right: 6px;
    }

.footer {
    margin-top: 20px;
    border-top: 2px solid #dbd8d8;
}







/* 20-12-2024  About section*/
.about-section {
    height: 190px;
    position: relative;
    background-image: url('../images/Group 3.jpg');
    background-repeat: no-repeat;
    overflow: hidden;
    color: white;
}

    .about-section h1 {
        font-size: 3rem;
        font-weight: bold;
        z-index: 10;
        position: relative; /* Ensure text is above the SVG waves */
        font-family: 'Lato', sans-serif;
        color: #fff;
    }

.wave-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #9913AA8D;
}

.wave {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #9913AA8D;
}


.lch-about-section {
    display: flex;
    align-items: center;
    padding-top: 2rem;
    background-color: #fff;
}

    .lch-about-section h2 {
        font-size: 24px;
        font-weight: bold;
        color: #9913AA;
    }

    .lch-about-section p {
        color: #333;
        line-height: 1.5;
        font-size: 16px;
    }

    .lch-about-section img {
        max-width: 100%;
    }

.illustration {
    display: flex;
    align-items: center;
    gap: 1rem;
}

    .illustration img.main {
        border-radius: 0;
    }

/* mision vision section */
.card {
    border: none;
    margin: 10px;
}

.vision-card {
    background-color: #eaf6e8 !important;
}

.mission-card {
    background-color: #fdf7f0 !important;
}

.values-card {
    background-color: #eef7fa !important;
}

.card-title {
    font-size: 24px;
    font-weight: normal !important;
    margin-bottom: 10px;
    color: #000; /* Black for title */
    text-align: center;
}

.card-text {
    font-size: 16px;
    color: #333; /* Dark gray for text */
}

.icon {
    text-align: right;
}

    .icon img {
        max-width: 40px;
    }

/* 20-12-2024  About section end*/

/*About section below section start*/
.lch-card {
    border-radius: 8px;
    padding: 20px;
    margin: 10px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    .lch-card .card-title {
        text-align: left;
        font-size: 22px;
        font-weight: bold;
        color: #333;
        margin-bottom: 15px;
    }

.course-sec .col-md-4 {
    margin-bottom: 20px;
}

.card-text {
    list-style: none;
    padding: 0;
    text-align: left;
    font-size: 15px;
}

    .card-text li {
        margin-bottom: 10px;
        font-size: 16px;
        color: #555;
    }

        .card-text li strong {
            color: #000;
        }

.lch-card {
    border-color: #e5d8f5 !important;
    background: #d090ff0f !important;
    height: 100%;
    border: 1.5px solid #D88EE1;
}

.card.vision-card, .card.mission-card, .card.values-card {
    padding: 1%;
}

.welLog button, .welLog a {
    color: #fff;
    border-radius: 25px;
    padding: 6px 30px;
    border: none;
    background-image: url(data:image/png;base64,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), linear-gradient(97.97deg, #CB33DE -26.92%, #642D78 18.83%, #2A1954 102.61%);
}
/*About section below section end*/


.score-card-btn {
    background-color: #6C1E76;
    color: white;
    border-radius: 5px;
    font-weight: bold;
    padding: 8px 20px;
    margin-bottom: 30px;
}

/* Module Card Styles */
.module-btn:hover {
    color: #800080 !important;
    border: 1px solid #7c1989 !important;
}

.get {
    color: #000 !important;
    border: 1.5px solid #642D78;
    font-weight: bold;
    border-radius: 5px;
    /* width: 120px; */
    padding: 6px 22px;
    font-size: 14px;
}


.module-card {
    background-color: #F3E4FF;
    border: 1px solid #C59FD7;
    border-radius: 8px;
    padding: 25px 15px;
    margin-top: 0px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.bx-headtext span {
    font-weight: 600;
}


.module-completed {
    background: #bcb9b9;
    color: white;
    border: 1px solid #C59FD7;
    border-radius: 8px;
    padding: 46px 15px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 251px;
}

.module-row .col-md-4 {
    margin-bottom: 28px;
}

.module-icon {
    width: 60px;
    margin-bottom: 15px;
}

.module-card h5 {
    font-weight: bold;
    margin-bottom: 5px;
}



p {
    margin-bottom: 20px;
}

.myc a {
    font-weight: 600;
    text-decoration: none;
}

.myc {
    text-align: left;
}
/* Start Learning Button */
.module-btn {
    background-color: #9913AA;
    color: white !important;
    font-weight: bold;
    border-radius: 10px;
    /* width: 120px; */
    padding: 6px 22px;
    font-size: 14px;
}

/*  .module-btn:hover {
        color: #000 !important;
        border: 1.5px solid #642D78;
    }*/
/* Your Score Button */
.score-btn {
    background-color: #808000;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    padding: 6px 18px;
    font-size: 14px;
}

.module-timeLeft h4, .module-timeLeft h5 {
    color: #661683;
    font-weight: 600;
}

.question-section, .mcq-sol {
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 20px;
    border: 1px solid #9913AA;
}

.mcq-sol {
    margin-top: 0px;
    display: none;
    max-height: 226px;
    overflow-y: scroll;
}

    .mcq-sol p {
        font-size: 14px;
        text-align: left;
        font-weight: 500 !important;
    }

    .mcq-sol h5 {
        text-align: left;
    }

.cls-sol {
    display: flex;
    justify-content: space-between;
    color: #272727;
    position: sticky;
    background: #fff;
    top: -11%;
    padding: 2% 0;
}

    .cls-sol h5 {
        font-weight: 600 !important;
    }

    .cls-sol span {
        font-size: 20px;
        text-align: end;
        cursor: pointer;
    }

.question-section p {
    font-weight: 700;
    text-align: justify;
}

.mcq-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.mcq-options-ansCheck {
    display: flex;
    gap: 10px;
    align-items: center;
}

    .mcq-options-ansCheck .text-success, .mcq-options-ansCheck .text-danger {
        font-size: 28px;
    }

.mcq-options label {
    background-color: #f8eefa;
    border: 1px solid #cda3e7;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    align-items: center;
    width: 93%;
    position: relative;
}

    .mcq-options label label {
        background-color: transparent;
        border: none;
    }

    .mcq-options label input {
        margin-right: 15px;
    }

    .mcq-options label .icon {
        position: absolute;
        right: 15px;
    }

.feedback {
    display: flex;
    align-items: center;
    gap: 15px;
    height: 100%;
    justify-content: center;
}

.btn-know-more {
    background-color: transparent;
    border: 1px solid #cda3e7;
    border-radius: 5px;
    color: #5a189a;
    font-weight: 700;
    padding: 5px 15px;
    text-align: center;
}

    .btn-know-more:hover {
        background-color: #ece0f5;
        color: #5a189a;
    }

.mcq-sol::-webkit-scrollbar, .filter-accordian::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.mcq-sol::-webkit-scrollbar-track, .filter-accordian::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.mcq-sol::-webkit-scrollbar-thumb, .filter-accordian::-webkit-scrollbar-thumb {
    background: #9913AA;
    border-radius: 10px;
}

.certification-container {
    padding: 30px;
    background-color: #fff;
    border: 2px solid #d2a8f4;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.certification-container, .score-cont {
    margin: 20px auto;
    max-width: 85%;
}

    .certification-container .form-select {
        width: 200px;
        background-color: #F1E2FF;
        border: 1px solid #6a1b9a;
        color: #4a148c;
    }

.certification-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #4a148c;
    margin-bottom: 20px;
}

.form-label {
    font-weight: 600;
}

.form-select {
    border: 2px solid #6a1b9a;
    color: #000000;
}

.certificates {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.certificate {
    text-align: center;
    border-radius: 8px;
    padding: 10px;
    background-color: #fff;
    width: 48%;
}

    .certificate img {
        border: 2px solid #6a1b9a;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        width: 100%;
        border-radius: 4px;
    }

    .certificate input {
        margin-top: 10px;
        background-color: #6a1b9a;
        color: #fff;
        border: none;
        padding: 8px 15px;
        border-radius: 4px;
        cursor: pointer;
    }

        .certificate input:hover {
            background-color: #4a148c;
        }

.mandatory {
    color: red;
    font-weight: bold;
}


.register-section {
    max-width: 84%;
    margin: 50px auto;
    padding: 30px;
    border: 1px solid #7A0A88;
    border-radius: 15px;
    background-color: #fdf5ff;
}

.otp-branding {
    background: #BE42CD;
    color: #fff;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 10px;
}

.register-section h1 {
    text-align: center;
    color: #6b006f;
    font-size: 1.6rem;
    font-family: 'Lato';
    font-weight: 700;
}

.register-section label {
    font-size: 15px;
    font-family: 'Lato';
    font-weight: 600;
}

.register-section .form-control,
.register-section select {
    border-radius: 20px;
    border: 1px solid #7A0A88;
    padding: 10px 15px;
    font-size: 12px;
    background-color: #fdf5ff;
    margin-top: .4rem;
}

.register-section .btn-primary {
    background-color: #BE42CD;
    border: none;
    color: #ffffff;
    /* font-weight: 600; */
    border-radius: 5px;
}

    .register-section .btn-primary:hover {
        background-color: #c599f9;
    }

.register-section .btn-secondary {
    background-color: #e4d5ff;
    color: #6b006f;
    border: none;
    border-radius: 20px;
}

    .register-section .btn-secondary:hover {
        background-color: #cbb3f0;
    }

.register-section .divider {
    text-align: center;
    margin: 15px 0;
    color: #6b006f;
    font-weight: bold;
}

.login-container {
    /* max-width: 500px; */
    background: #f8ebfc; /* Light purple inside login box */
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    border: 2px solid #d8a7f7;
    width: 82%;
    padding: 40px 22%;
}

    .login-container h2 {
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 27px;
    }

    .login-container p {
        font-size: 14px;
        color: #777;
        margin-bottom: 20px;
    }

.form-control {
    border: 2px solid #d8a7f7;
    border-radius: 20px;
}

.btn-purple {
    background-color: #b240ea;
    color: white;
    border-radius: 7px !important;
    padding: 4px 40px;
    margin: 3px auto !important;
    font-size: 14px !important;
}

    .btn-purple:hover {
        background-color: #a02bd4;
    }

.otp-btn {
    background: #b240ea;
    color: white;
    border-radius: 10px;
    padding: 5px 10px;
    border: none;
    font-size: 10px;
}

.forgot-password {
    color: red;
    font-size: 14px;
}

.terms a {
    color: #b240ea;
    text-decoration: none;
}

.divider {
    margin: 20px 0;
    font-weight: bold;
    color: #666;
}

.callback-container {
    background-image: url('../images/Group 4.jpg');
    width: 89%;
    /*    background: #fdf7fc;*/
    padding: 30px;
    border-radius: 10px;
    border: 2px solid #b366c8;
    margin: 40px auto;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

    .callback-container hr {
        width: 35%;
        border: 1.5px solid #BE42CD;
        opacity: 1;
    }

.callback-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.callback-container .contact-info {
    font-size: 16px;
    font-weight: 400;
}

    .callback-container .contact-info i {
        color: #000;
        font-size: 18px;
        margin-right: 8px;
    }

.form-control, .form-select {
    border-radius: 10px;
    border: 1px solid #b366c8;
}

.btn-submit {
    background: #BE42CD;
    color: white;
    border-radius: 10px;
    padding: 8px 20px;
    font-size: 16px;
    border: none;
}

    .btn-submit:hover {
        background: #9a55b1;
    }

.captcha-box {
    background: #5d2479;
    color: white;
    padding: 6px 20px;
    border-radius: 20px;
    font-weight: bold;
    text-align: center;
}

/* Section with the faint numbers background */
.score-section {
    background: url(../images/scorecard-bg.jpg) no-repeat center;
    background-size: cover; /* or 'cover', depending on the effect you want */
    padding: 3rem 1rem; /* Adjust top/bottom spacing to match your design */
    text-align: center;
    position: relative;
    margin: 20px auto;
    border: 1px solid #6a1685;
    border-radius: 5px;
}

/* Module title: "Module - 1" */
.module-title {
    font-size: 1rem;
    font-weight: 400;
    color: #333;
    margin-bottom: 1.5rem; /* Adjust spacing as needed */
}

/* "Your Score" heading */
.score-heading {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 2rem;
}

/* Outer circle */
.outer-circle {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    position: relative;
    border: 10px solid #6a1685;
    border-radius: 50%;
    background-color: #fff;
    margin-bottom: 2.5rem;
}

/* Inner circle */
.inner-circle {
    width: 150px;
    height: 150px;
    border: 3px solid #6a1685;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
}

    /* Score text inside the inner circle */
    .inner-circle span {
        display: inline-block;
    }

/* Buttons container */
.buttons-row {
    /* Use Bootstrap flex or row classes, but custom spacing below: */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem; /* adjust spacing between buttons */
    margin-top: 2rem;
}

/* Custom button styling */
.score-btn {
    background-color: #657525;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-align: center;
    padding: 6px 20px;
    white-space: normal;
    height: 100%;
}

    /* Hover state */
    .score-btn:hover {
        background-color: #9eb837;
        color: #fff;
    }

    /* Smaller text under main button text (the parenthetical) */
    .score-btn small {
        display: block;
        font-size: 0.8rem;
        font-weight: 300;
        margin-top: 0.25rem;
        color: inherit; /* Inherit color from button text */
    }

.deskMenu {
    list-style: none;
    display: flex;
}

    .deskMenu > li {
        position: relative;
        padding: 10px 0px;
        cursor: pointer;
        font-weight: bold;
        font-size: 15px;
    }

        .deskMenu > li:hover {
            color: #007bff;
        }

/* Mega deskMenu */
.skillup{
    height:450px;
}


.mega-deskMenu ul li:hover .skillup2 {
    height: 450px!important;
}

.mega-deskMenu {
    position: absolute;
    left: 0px;
    top: 28px;
    width: 373px;
    background: #ffff;
    padding: 15px;
    display: none;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    margin: 12px 0px;
}

.deskMenu > li:hover .mega-deskMenu {
    display: flex;
}

.mega-deskMenu .column {
    overflow-y: auto;
    width: 100%;
   
}



.mega-deskMenu h3 {
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #666;
    position: sticky;
    top: 0;
    background: #fff;
    padding: 0px 0 7px 1px;
    border-bottom: 1px solid #cccccc45;
    width: 95%;
}
.icon-left{
    float:right;
}
.subdeskMenu h4 {
    color: #666;
    font-size: 17px;
    font-weight: 600;
    position: sticky;
    top: -10px;
    background: #fff;
    padding: 10px 10px;
    border-bottom: 1px solid #cccccc45;
}

.mega-deskMenu ul {
    list-style: none;
    line-height: 1.4;
    padding: 0;
}

    .mega-deskMenu ul li {
        padding: 9px 12px;
        cursor: pointer;
        color: #7c1989;
        font-weight: 400;
        line-height: 25px;
    }

.deskMenu > li:hover {
    color: #9a60a7;
}

/* SubdeskMenu beside main deskMenu */
.subdeskMenu {
    position: absolute;
    left: 94%;
    top: -1px;
    width: 100%;
    background: white;
    padding: 10px;
    display: none;
    height: 100%;
    overflow-y: auto;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.mega-deskMenu ul li:hover {
    color: #fff;
    background-color: #7c1989eb;
    border-radius: 5px;
}

    .mega-deskMenu ul li:hover .subdeskMenu {
        display: block;
        border-radius: 5px;
        height: auto;
    }

.myMenu h5 {
    font-size: 16px;
    color: #272727;
    margin: 0px;
    font-weight: 600;
}
/*.mega-menu {
    position: absolute;
    top: 20px;
    left: 0;
    width: 37rem;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: none;
    padding: 20px;
    border-radius: 8px;
    z-index: 1000;
    border: 1px solid #ccc;
}

.nav-item:hover .mega-menu {
    display: block;
}

.navv-item:hover .mega-menu {
    display: block;
}

.mega-menu h5 {
    color: #800080;
    font-weight: bold;
}

.mega-menu ul {
    list-style: none;
    padding: 0;
}

    .mega-menu ul li {
        padding: 5px 0;
        font-size: 14px;
        color: #272727;
    }

.mega-menu .row .col-md-6:first-child {
    border-right: 1px solid #EAEAEA;
}

.mega-menu .row .col-md-6 {
    padding: 0px 0px 0 28px;
}

.redirect-liveskill {
    text-align: center;
    color: #850b85;
    font-size: 13px;
    margin-top: 20px;
}

    .redirect-liveskill a {
        color: blue !important;
    }*/


.mega-deskMenu .column::-webkit-scrollbar, .subdeskMenu::-webkit-scrollbar {
    width: 3.5px;
}

.mega-deskMenu .column::-webkit-scrollbar-track, .subdeskMenu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.mega-deskMenu .column::-webkit-scrollbar-thumb, .subdeskMenu::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #55027e, #93278f);
    border-radius: 10px;
}

.langToggle-header {
    text-align: right;
    padding: 20px;
}

.language {
    position: relative;
    width: 150px;
    height: 40px;
    border-radius: 20px;
    border: 2px solid #800080;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin: 0 auto;
}

.language-background {
    position: absolute;
    background: #3f1766;
    border-radius: 20px;
    padding: 7px 19px;
    line-height: 17px;
    color: #fff;
}

    .language-background label {
        margin-bottom: 0px;
    }

.language span {
    position: relative;
    flex: 1;
    text-align: center;
    font-weight: bold;
    z-index: 2;
    font-size: 13px;
    display: flex;
    margin-right: 15px;
}

    .language span label {
        margin-bottom: 0px !important;
        padding: 0px 4px;
    }

.normalradio {
    color: black;
}

    .normalradio label {
        padding: 0px !important;
        margin-bottom: 0px !important;
    }




.language input {
    display: none;
}

    .language input:checked + .language-background {
        left: 50%;
        width: 48%;
    }

    .language input:checked ~ span:first-of-type {
        color: #800080;
    }

    .language input:checked ~ span:last-of-type {
        color: white;
    }

.mytabs-container {
    margin: 0px 0px 40px 0px;
}

    .mytabs-container .nav-tabs {
        border-bottom: 2px solid #ddd;
    }

        .mytabs-container .nav-tabs .nav-link {
            border: none;
            font-size: 18px;
            font-weight: bold;
            color: black;
            position: relative;
        }

        .mytabs-container .nav-tabs .nav-link {
            font-size: 18.5px;
        }

            .mytabs-container .nav-tabs .nav-link.active {
                color: #800080;
                font-weight: bold;
                background: transparent;
            }

                .mytabs-container .nav-tabs .nav-link.active::after {
                    content: '';
                    position: absolute;
                    left: 0;
                    bottom: -2px;
                    width: 100%;
                    height: 4px;
                    background: #800080;
                }

    .mytabs-container .tab-content {
        padding: 20px;
        background: white;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        margin-top: 10px;
    }


.whyJoin-div h3, .sustiMain-sec .tab-content h2, .interactiveLeft-sec h5 {
    color: #9913AA;
    font-size: 18.5px;
    font-weight: 600;
}

.whyJoin-div h4 {
    color: #9913AA;
    font-size: 16.5px;
    font-weight: 600;
}



.content-section {
    padding: 40px;
}

.info-box {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.highlight-text {
    font-weight: bold;
    color: #800080;
}

.left-section {
    background: #ece3f0;
    padding: 20px;
    border-radius: 12px;
    position: relative;
}

    .left-section img {
        width: 100%;
        border-radius: 12px;
    }

.interactQues-card {
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 14px;
    padding: 14px;
}

.quesElip-img img:last-child {
    position: absolute;
    left: 10px;
    top: 6px;
}

.interactiveLeft-sec ul li {
    list-style: none;
}

.engagePract-outsec {
    border: 1px solid #9913AA;
    padding: 7px;
    border-radius: 20px;
    margin-top: 18%;
    margin-top: 30%;
}

.engagePract-inrsec {
    background: #482866;
    color: #fff;
    border-radius: 20px;
    padding: 15px;
    font-size: 14.5px;
}

.whyJoin-div ol {
    padding-left: 1.5rem;
}

.engagePract-inrsec ol {
    padding-left: 1.5rem;
    padding-top: 21%;
}

    .whyJoin-div ol, .engagePract-inrsec ol li {
        margin-bottom: 15px;
    }

.engagePract-secImg {
    transform: translate(0px, -50%);
    position: absolute;
    top: 0;
}

.benefitsCerti-bg {
    background-image: url(../images/bgbanner-certiBenfit.svg);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}

.benefitsCerti-cont {
    padding: 40px 6.3%;
}

    .benefitsCerti-cont h3 {
        color: #9913AA;
        font-weight: 700;
        line-height: 1.4;
    }

.sustiAccordion-button {
    background-color: #F5E1FD;
    color: #3d2462 !important;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border: 1px solid #9158D7;
    border-radius: 10px;
    font-size: 16.5px;
}

    .sustiAccordion-button:not(.collapsed) {
        background-color: #fff;
        color: #9913aa;
        gap: 10px;
    }

.sustiAccordion-body {
    padding: 20px 15px;
    text-align: left;
}

.btn-start {
    background-color: #3D2462;
    color: white;
    padding: 7px 15px;
    font-size: 14px;
    margin-left: auto;
    border-radius: 14px;
}

.score-box {
    background-color: #9913aa;
    color: white;
    padding: 9px 6px;
    font-size: 14px;
    margin-left: auto;
    border-radius: 14px;
    margin-left: 10px;
    font-weight: 500;
}

.langToggle-header-content {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.sustiAccordion-item {
    margin-bottom: 20px;
}

    .sustiAccordion-item p {
        font-size: 14.5px;
    }

    .sustiAccordion-item h3 {
        font-size: 18.5px;
        color: #9913aa;
    }

    .sustiAccordion-item h4 {
        font-size: 17px;
    }

.objective-title, .learning-title {
    position: relative;
    margin-bottom: 30px;
    color: #9913AA;
}

    .objective-title::after, .learning-title::after {
        content: '';
        position: absolute;
        background-image: url('../images/section-title-shape-2 1.svg');
        width: 80%;
        height: 100%;
        bottom: -30px;
        background-repeat: no-repeat;
        left: 9.5%;
    }

    .learning-title::after {
        left: 13.5%;
    }


.course-container {
    max-width: 85%;
    ;
    margin: 50px auto;
    background: #F8F0FF;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #D9A8FF;
}

.course-table {
    width: 100%;
    text-align: left;
}

.course-header {
    font-weight: bold;
    color: #4A0072;
}

.download-btn {
    background-color: #9C27B0;
    color: white;
    border: none;
    padding: 5px 15px;
    border-radius: 5px;
}

    .download-btn:disabled {
        background-color: #E1BEE7;
    }

.course-table tr {
    border: transparent;
}

.course-table th, .course-table td {
    background-color: transparent;
    text-align: center;
}



/*Krishankant (18-04-2025)*/
.card-option {
    background: #fff;
    border: 1px solid #b85fd9;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    position: relative;
    height: 100%;
    width: 100%;
}

    .card-option input[type="radio"] {
        position: absolute;
        top: 15px;
        left: 15px;
        accent-color: #b85fd9;
    }

.card-img {
    max-width: 100px;
    height: auto;
}

    .card-img img {
        width: 100px;
    }

.card-title {
    font-weight: bold;
    font-size: 1.3rem;
}

.card-text {
    font-size: 0.95rem;
    margin-bottom: 0;
}

.footer-text {
    font-size: 0.9rem;
    text-align: center;
    margin-top: 1.5rem;
}

    .footer-text a {
        color: #a54bd8;
        text-decoration: none;
    }

        .footer-text a:hover {
            text-decoration: underline;
        }


.ddr {
    max-width: 945px;
    height: 400px;
}

.data {
    display: flex;
    justify-content: center;
}

.mybody {
    max-width: 100%;
    width: 100%;
    padding: 0 13rem;
}

.mcc {
    border: 1px solid #BE42CD;
    background: #F9F4FD;
}

@media (max-width: 768px) {


    .card-option {
        flex-direction: column;
        text-align: center;
        padding-left: 50px;
        padding-right: 50px;
    }

        .card-option input[type="radio"] {
            top: 10px;
            left: 10px;
        }

    .card-img {
        max-width: 80px;
    }

    .mybody {
        padding: 10px;
    }
}


.just {
    align-items: center;
    padding: 25px;
}

.mk {
    margin-left: 20%;
    width: 800px !important;
    max-width: 100% !important;
    margin-top: 69px !important;
}


.title {
    color: #9913AA;
    font-size: 1.6rem;
    font-weight: bold;
}


.subtitle {
    color: #421767;
    font-weight: bold;
    margin: 1rem 0;
    font-size: 1rem
}


.registerBtn a:hover {
    border: 2px solid #800080 !important;
    color: #800080 !important;
}

}

.text {
    font-size: .9rem;
    color: black;
    margin-bottom: 1.5rem;
}

.button {
    background-color: #3B1F6B;
    color: white;
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    text-decoration: none;
}

    .button:hover {
        background-color: #7350af;
    }


.title1 {
    color: #9913AA;
    font-size: 1.3rem;
    font-weight: bold;
}

.subtitle1 {
    color: #421767;
    font-weight: bold;
    margin: 1rem 0;
    font-size: 1rem
}

.text1 {
    font-size: .9rem;
    color: black;
    margin-bottom: 1.5rem;
}


.button1 {
    background-color: #3B1F6B;
    color: white;
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    width: 148px;
    text-decoration: none;
}

.phone {
    padding: 10px;
}

.exn {
    text-align: center;
    margin: 30px 0px 18px 0px;
}

.button1:hover {
    background-color: #7350af;
}


.logo {
    text-align: center;
}

    .logo img {
        max-width: 200px;
        height: auto;
    }

.assessment-card {
    background: #FCF9FF;
    border: 1.5px solid #9913AA;
    border-radius: 0px 0px 12px 12px;
    padding: 20px 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

    .assessment-card p {
        font-weight: 400;
        font-family: 'Lato', sans-serif;
    }

.assessment-title {
    font-weight: 700;
    color: #661683;
    font-family: 'Lato', sans-serif;
}

.timer {
    color: #661683;
    font-weight: bold;
    font-size: 1rem;
    font-family: 'Lato', sans-serif;
}

.tips-box {
    padding: 15px;
    border-left: 4px solid #5c2d91;
    margin-top: 20px;
    border-radius: 6px;
}

    .tips-box strong {
        font-weight: 600;
    }

.hw {
    font-weight: 600;
    border-radius: 12px 12px 0px 0px;
    padding: 16px 0px 3px 0px;
    text-align: center;
    background: #D5C9DF;
}

@media(max-width:769px){

    .exam-ins {
        margin-top: 20px;
    }
}

.login-box {
    background-color: #F9F4FD;
    border: 1.5px solid #e0bfff;
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.btn-purple {
    background-color: #BE42CD;
    color: white;
    padding: 5px 15px !important;
}

    .btn-purple:hover {
        background-color: none;
        /*border: 1.5px solid #9913AA;*/
        color: #fff;
    }

.form-control:focus {
    border-color: #9913AA;
    box-shadow: 0 0 0 0.25rem rgba(168, 85, 247, 0.25);
}

.new a {
    text-decoration: none;
    color: #000;
}

.background-illustration {
    position: absolute;
    opacity: 0.1;
    z-index: -1;
    top: 20px;
    left: 20px;
}

#btnGetTP {
    margin-top: 10px;
}

.logincon {
    background: none !important;
    border: none !important;
}

.ddd {
    max-width: 800px !important;
}

.myinput {
    padding-left: .5rem;
    border-radius: 5px !important;
}

.cta-button-wrapper {
    border: 1px solid #c83cb9;
    border-radius: 50px;
    padding: 5px 10px;
    gap: 7px;
}

    .cta-button-wrapper a {
        font-size: 14px;
    }

        .cta-button-wrapper a:nth-child(2) {
            color: #775c77;
        }

.cta-view-btn {
    background-color: #9c27b0;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

    .cta-view-btn:hover {
        background-color: #7b1fa2;
    }

.auth-card {
    background-color: #f8f1ff;
    max-width: 900px;
    border-radius: 20px;
    border: 1.4px solid #9913AA;
}

.auth-illustration {
    width: 75%;
    max-width: 300px;
}

.rig {
    margin-bottom: 50px;
}

.auth-heading {
    font-weight: bold;
    text-align: center;
}

.custom-label {
    font-weight: 500;
}

.custom-input {
    border: 1px solid #d09eff;
    border-radius: 5px;
    padding: 0.5rem;
}

.custom-btn {
    background-color: #bd00ff;
    color: white;
    font-weight: 600;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    transition: background-color 0.3s ease;
}

    .custom-btn:hover {
        background-color: #9900cc;
    }

.auth-footer a {
    color: #000;
    text-decoration: none;
}

    .auth-footer a:hover {
        text-decoration: underline;
    }


@media (max-width: 576px) {

    .header-row {
        flex-direction: column;
        gap: 10px;
        align-items: start !important;
    }
}

@media(max-width:991px) {
    .ddd {
        width: 90%;
        margin: 40px auto;
    }









    /*Krishankant code End (21-04-2025)*/





}

.back-dashboard {
    font-size: 15px;
    color: #cd99b8 !important;
    font-weight: 600;
}



.termsCondition-sec {
    background: #ac428108;
    border-radius: 10px;
    border: 1px solid #ac428199;
    padding: 10px;
    margin-top: 30px;
}

.mob-crs-ctrl {
}

.srch-div {
    position: relative
}

    .srch-div:after {
        content: '';
        position: absolute;
        width: 22px;
        height: 22px;
        background-image: url(../images/search.png);
        bottom: 6px;
        right: 17px;
        background-size: contain;
    }


@media(max-width:768px) {
    .banner-cont h1 {
        line-height: 37px;
        font-size: 22px;
    }

    .banner-cont p {
        font-size: 13px;
        padding-right: 0px;
    }
}

@media(max-width:1024px) {
    .banner-cont h1 {
        color: #fff;
        line-height: 45px;
        font-size: 30px;
    }

    .banner-cont p {
        font-size: 17px;
    }

    .registerBtn a {
        padding: 7px 9px;
    }

    .registerBtn2 a {
        padding: 11px 9px;
    }
}

@media (min-width:768px) {

    .w-60 {
        max-width: 60%;
    }

    .benefitsCerti-cont h3 {
        font-size: 26px;
    }
}

@media (max-width:1024px) {
    .steps-row {
        max-width: 86%;
    }
}

@media (max-width:850px) {
    .mobilew-100 {
        width: 100% !important;
    }

    .custom-nav {
        margin-bottom: 14px;
        position: relative;
    }

        .custom-nav .navbar-collapse {
            height: 100vh;
            position: absolute;
            left: -100%;
            background: #fff;
            width: 100%;
            top: 50px;
            transition-duration: .4s;
            transition-timing-function: ease-in;
            padding: 0% 5%;
        }

            .custom-nav .navbar-collapse.show {
                left: 0;
            }


    .mob-margRight {
        margin-right: 0px !important;
    }

    .mob-margLeft {
        margin-left: 0px !important;
    }

    .community-stats {
        display: flex;
        gap: 50px;
        overflow: scroll;
        flex-wrap: nowrap;
    }

    .stat-item {
        text-align: left;
        display: flex;
        gap: 0px;
        flex-direction: column;
    }

        .stat-item h3 {
            font-size: 25px;
        }

        .stat-item p {
            font-size: 16px;
        }

    .steps-row {
        max-width: 90%;
    }

    .certification-section p {
        margin: 10px 0 5px;
    }

    .arrow-icon {
        position: absolute;
        right: 5%;
        top: 247px;
    }

        .arrow-icon img, .arrow-icon-left img {
            width: 44px;
        }

    .grow-skill-section h2 {
        text-align: center;
    }

    .grow-skill-section p {
        text-align: center;
    }

    .mob-posCenter {
        display: flex;
        justify-content: center;
        ;
    }

    .flip-card, .custom-card-flip {
        width: 100%
    }

    .footer .row .col-md-3:last-child {
        align-items: start;
        padding-right: 0px;
        padding-left: 20px;
    }

    .custom-header .btn-menu {
        display: block;
        background: none;
        border: none;
        color: #fff;
        font-size: 1.5rem;
    }

    .custom-header nav {
        display: none;
    }

    .feedback {
        margin-top: 15px;
    }

    .module-timeLeft h4, .module-timeLeft h5 {
        font-size: 15px;
    }

    .mcq-options-ansCheck .text-success, .mcq-options-ansCheck .text-danger {
        font-size: 30px;
    }

    .question-section, .mcq-sol {
        font-size: 14px !important;
    }

    .certificate {
        width: 100%;
        ;
    }

        .certificate input {
            font-size: 12px;
        }

    .login-container {
        width: 90%;
        padding: 40px 10%;
    }

    .mobLog-setting {
        flex-direction: column !important;
    }

        .mobLog-setting div:first-child {
            margin-bottom: 15px;
        }

        .mobLog-setting div {
            width: 100% !important;
        }

    .mega-menu {
        display: none !important
    }

    .myHamburger {
        display: block;
    }

    .interactiveLeft-sec {
        margin-top: 30px
    }

    .benefitsCerti-cont {
        padding: 17px;
    }

    .mytabs-container .nav-tabs .nav-link, .sustiMain-sec .tab-content h2 {
        font-size: 15.5px;
    }

    .benefitsCerti-cont h3, .interactiveLeft-sec h5 {
        font-size: 18.5px;
        text-align: center;
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .sustiMain-sec .tab-content p, .benefitsCerti-cont ol li {
        font-size: 13.5px;
    }

    .engagePract-inrsec ol li:last-child .col-lg-6:first-child {
        margin-bottom: 20px;
    }

    .score-box, .btn-start {
        font-size: 12px;
    }

    .sustiAccordion-item h3 {
        font-size: 16.5px;
    }

    .objective-title::after, .learning-title::after {
        left: 18.5%;
    }

    .learning-title::after {
        left: 31.5%;
    }
}

@media (max-width: 346px) {
    .btn-bx {
        margin: 0px 2px 8px -13px !important;
    }
}

@media(max-width:600px) {
    .mydw {
        padding-left: 16px;
        padding-right: 19px;
    }
}




/*14-5-2025*/

.module-cardAfter {
    border: 1px solid #2F2F2F;
    border-radius: 8px;
    padding: 25px 15px;
    margin-top: 0px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 100%;
    background: linear-gradient(45deg, #9913AA, #632C89);
}

bx-headtextafter span {
    color: #fff;
}

.module-btnAfter {
    background: #3B1F6B;
    border: 1px solid #fff !important;
    color: white !important;
    font-weight: bold;
    border-radius: 5px;
    /* width: 120px; */
    padding: 6px 22px;
    font-size: 14px;
}

.border-r {
    border-right: 1.5px solid #666;
}

/*New Header*/


.main-header {
    /* position: relative; */
    position: sticky;
    top: -1px;
    display: block;
    width: 100%;
    z-index: 999;
    padding-bottom: -1px;
    background-color: #fff;
    border-bottom: #e3e3e3 solid 1px;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}

.navcontainer {
    width: 90%;
    margin: 0 auto;
    transition: .5s all;
}

.main-navigation {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #fff;
    /* padding: 12px 0px; */
}

    .main-navigation .nav_logo {
        display: flex;
        align-items: center;
    }

.nav_logo img {
    width: 100%;
    max-width: 150px;
    min-width: 150px;
}

.main-navigation .navigationholder {
    display: flex;
    align-items: center;
}

    .main-navigation .navigationholder > ul {
        padding: 0px;
        margin: 0;
        display: flex;
        list-style: none;
    }

.mega_dropdown_holder {
    position: relative;
}

    .mega_dropdown_holder:hover .mega_menu {
        display: block !important;
    }

.main-navigation .navigationholder ul .navigationholder_link {
    padding: 25px 15px;
    font-size: 16px;
    font-weight: 500;
}

    .main-navigation .navigationholder ul .navigationholder_link a {
        text-decoration: none;
        color: #000;
        position: relative;
        padding: 15px 0px;
        font-weight: 500 !important;
    }

.mega_dropdown_holder .mega_menu {
    position: absolute;
    top: 55px;
    background: #fff;
    padding: 15px 0px 0px 0px;
    width: 100%;
    /* border: 1px solid; */
    border-radius: 0px 0px 8px 8px;
    max-width: 660px;
    min-width: 660px;
    left: 0%;
    transform: translate(0%, 0px);
    display: none;
    box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.28);
    overflow: hidden;
}


.mega_dropdown_holder .category-list {
    cursor: pointer;
    border-right: 1px solid #eee;
    height: 100%;
    padding: 0px 0px 0px 12px;
}


    .mega_dropdown_holder .category-list li p {
        margin: 0px;
        display: flex;
        padding: 15px;
        justify-content: space-between;
        font-size: 13.5px;
        font-weight: 600;
    }

.mega_dropdown_holder .Course_list {
    padding: 0px;
}

    .mega_dropdown_holder .Course_list li {
        padding: 10px 10px;
        border-bottom: 1px solid #eee;
        font-weight: 100;
        transition: .5s ease-in-out;
        list-style: none;
    }

.main-navigation .navigationholder ul .navigationholder_link a {
    text-decoration: none;
    color: #000;
    position: relative;
    padding: 15px 0px;
    font-weight: 500 !important;
}



.menutogglebtn i {
    font-size: 28px;
    color: #731C52;
}

.mob-nav-closebtn {
    display: none;
}

    .mob-nav-closebtn i {
        font-size: 12px;
        color: #731C52;
        padding: 8px 9.5px;
        border-radius: 100px;
        border: 1px solid #731C52;
    }

.mobile_navigation {
    position: absolute;
    /* top: 55px; */
    top: 59.5px;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    background: white;
    display: none;
}


    .mobile_navigation > ul {
        display: flex;
        flex-direction: column;
        height: 100%;
        max-height: 90%;
        min-height: 90%;
        overflow: auto;
    }

        .mobile_navigation > ul > li {
            border-bottom: 1px solid #eee;
        }

    .mobile_navigation .navigationholder_link {
        padding: 1rem 1.25rem;
    }

.learn {
    color: #000;
    font-weight: 500;
}

.learn {
    padding: 0px !important;
}

.mobile_navigation > ul > li:last-child {
    border: none;
}

.mobile_navigation .accordion-body li a {
    color: #323435f2;
    text-decoration: none;
}

.mobile_navigation .accordion-body li {
    padding: 10px 15px;
    border-radius: 3px;
    transition: .5s ease-in-out;
    border-bottom: 1px solid #dedede;
    list-style: none;
}

.mobile_navigation .accordion-button:not(.collapsed) {
    background: #bf6d9d42;
    color: #8b1b52;
    border-bottom: 1px solid #8b1b52;
}

.mobile_navigation .accordion-body li:hover {
    background: #eed9e6;
}

.mobile_navigation .navigationholder_link a {
    text-decoration: none;
    color: #292d32f2;
}
/*====================navigationcode=================*/
.navcontainer {
    width: 90%;
    margin: 0 auto;
    transition: .5s all;
}

.main-navigation {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #fff;
    padding: 0px 0px;
}




@media(max-width:992px) {
    .main-navigation {
        padding: 12px 0px;
    }
}

.main-navigation .nav_logo {
    display: flex;
    align-items: center;
}

.main-navigation .navigationholder {
    display: flex;
    align-items: center;
    /* font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
}

    .main-navigation .navigationholder > ul {
        padding: 0px;
        margin: 0;
        display: flex;
    }



    .main-navigation .navigationholder ul .navigationholder_link a {
        text-decoration: none;
        color: #000;
        position: relative;
        padding: 15px 0px;
        cursor: pointer;
        font-weight: 600 !important;
    }

.Course_list li a {
    font-size: 13.5px;
    font-weight: 400 !important;
}

.navigationholder ul .navigationholder_link a:after {
    position: absolute;
    content: "";
    width: 0%;
    height: 0.5px;
    background: #731C52;
    left: 0;
    border-radius: 3px;
    bottom: 0;
    transition: .5s ease-in-out;
}

.navigationholder ul .navigationholder_link a:hover:after {
    width: 100%;
}

.navigationholder ul .navigationholder_link a:hover {
    color: #731C52;
}



.menutogglebtn i {
    font-size: 28px;
    color: #731C52;
}

.mob-nav-closebtn i {
    font-size: 12px;
    color: #731C52;
    padding: 8px 9.5px;
    border-radius: 100px;
    border: 1px solid #731C52;
}


.section-padding {
    padding: 20px 0px;
}

.krishnav {
    border: 1px solid #701b52;
    border-radius: 7px;
    display: flex;
    padding: 0px 10px;
}

@media (min-width: 992px) {
    .d-lg-flex {
        display: flex !important;
    }
}

@media (max-width: 768px) {
    .d-md-none {
        display: none;
    }
}

@media (max-width: 576px) {
    .d-sm-none {
        display: none;
    }
}

.menutogglebtn i {
    font-size: 28px;
    color: #731C52;
}

@media only screen and (min-device-width: 992px) and (max-device-width: 1300px) {
    .nav_logo img {
        max-width: 170px;
        min-width: 130px;
    }

    .main-navigation .navigationholder ul .navigationholder_link {
        padding: 18px 8px;
        font-size: 15px;
    }
}

@media only screen and (min-device-width: 280px) and (max-device-width: 575px) {
    .menutogglebtn {
        display: flex;
    }
}

.sign {
    border-right: 1px solid;
    padding-right: 11px;
}

.desktop_login {
    display: flex;
}

    .desktop_login a {
        padding: 7px 0px;
        font-weight: 500;
        border-radius: 3px;
        color: #000;
        text-decoration: none;
        transition: .5s ease-in-out;
        font-size: 14px;
        margin-left: 10px;
    }
/*New Header END*/


@media(min-width:992px) {
    .mcc {
        height: 527px;
    }
}





/*14-5-2025 End*/

/*Sustainability*/

.mw {
    margin-bottom: 10px;
}

.mcard {
    border: 1px solid #a933c7;
    border-radius: 14px;
    background-color: #fdf6ff;
    padding: .61rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mt {
    color: #9913AA;
    font-weight: 600;
    text-decoration: none;
    background: none;
    border: none;
    padding: 0;
}

    .mt:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.start-btn {
    background-color: #3b0a55;
    color: white;
    border-radius: 12px;
    padding: 0.3rem .5rem;
    border: none;
}

    .start-btn:hover {
        background-color: #4f0e71;
    }

.mybody {
    border: none;
}

.btndiv a {
    text-decoration: none;
    cursor: pointer;
}

#arrow1 {
    transition: transform 0.3s ease;
}

@media(max-width:551px) {
    .btndiv {
        display: flex;
        justify-content: center;
    }
}









.option-btn {
    border: 1px solid #9913AA;
    color: #000;
    background-color: #FFF6FE;
    border-radius: 25px;
    padding: 10px 25px;
    margin-right: 10px;
    transition: all 0.3s ease;
}

    .option-btn.active {
        background-color: #9913AA;
        color: white;
    }

.content-section {
    display: none;
}

    .content-section.active {
        display: flex;
    }

.content-text {
    font-size: 1.25rem;
    font-weight: 500;
}

.program-image {
    max-width: 100%;
    height: auto;
}


.langToggle-header {
    text-align: right;
    padding: 20px;
}

.toggle-container {
    position: relative;
    width: max-content;
    height: 37px;
    border-radius: 20px;
    border: 2px solid #800080;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px;
    cursor: pointer;
    margin: 0 auto;
    gap: 20px;
}



    .toggle-container span {
        position: relative;
        flex: 1;
        text-align: center;
        font-weight: bold;
        z-index: 2;
        font-size: 13px;
        display: flex;
    }



    .toggle-container input {
        display: none;
    }

        .toggle-container input:checked + .toggle-background {
            left: 50%;
            width: 48%;
        }






.accbut {
    border: 2px solid #9913AA !important;
    border-radius: 12px !important;
    background-color: #FFF6FE !important;
    color: #9913AA;
    font-weight: 600;
    margin-bottom: 10px;
    box-shadow: none !important;
}

    .accbut:not(.collapsed) {
        color: #9913AA;
        background-color: white;
    }

.accItem {
    border: none;
    background-color: transparent;
}

.accb {
    color: #333;
    padding: 1rem;
    border-top: none;
    border-radius: 0 0 12px 12px;
}

.accbut::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23a206c9' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.5 5.5L8 12l6.5-6.5L13.5 4 8 9.5 2.5 4z'/%3E%3C/svg%3E");
}




.icon-box {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

    .icon-box img {
        width: 37px;
        height: 37px;
    }

.info-text {
    font-size: 0.95rem;
    color: #333;
    text-align: justify;
}

.info-item {
    margin-bottom: 1.5rem;
}


.sub-section-title {
    font-size: 17px;
}

.you {
    margin-bottom: 27px;
}

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

        .consec p {
            padding-left: 5px;
        }

    .you {
        margin-bottom: 14px;
    }
}

@media(max-width:432px) {
    .option-btn {
        padding: 5px 11px;
        margin-right: 0px;
    }
}
/*Sustainability End*/
.bx-headtext {
    margin-bottom: 10px;
}

.hin {
    display: none;
}

.text_hin {
}

.text_eng {
    background: #552f70;
    border-radius: 20px;
    padding: 5px 20px;
    color: #fff;
}

.content-img {
    width: 200px;
    height: 150px;
}

.cont {
    text-align: center;
}

.who_card {
    border: 1px solid #800080;
    border-radius: 15px;
    box-shadow: 3px 3px 7px #c8c3c3;
    text-align: center;
    width: 30%;
    padding: 10px;
}

.myrow {
    display: flex;
    gap: 30px;
    padding: 20px;
}

.who_card h5 {
    color: #800080;
}

@media(max-width:992px) {
    .who_card {
        width: 100%;
        padding: 10px;
    }
}

.cour span {
    font-size: 20px;
    font-weight: bold;
    color: #8c079c;
}

