body {
    background-color: #f0f0f0;
        background: linear-gradient(to right, #fbf8cc, #fff8d3, #f4f1de);
}


@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&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&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


/* -----------------------------
        UTILITY CSS
----------------------------- */
.heading {
    font-size: 45px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    color: #212529;
    margin: 0px;
    padding: 0px;
    font-weight: 700;
    position: relative;
    letter-spacing: -2px;
}

.sub-heading {
    font-size: 21px;
    margin: 0px;
    padding: 0px;
    font-weight: 600;
    margin-bottom: 32px;
    margin-top: 26px;
}

.sub-heading--hightlight {
    color: #ff4500;
}

.sub-heading-label {
    position: relative;
    padding-left: 13px;
}

.sub-heading-label:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0px;
    height: 32px;
    width: 5px;
    border-radius: 0px 6px 6px 0px;
    background-color: #FF9100;
}

.desc {
    font-size: 13px;
    margin: 0px;
    padding: 0px;
    color: #111;
}

.spacer {
    height: 50px;
    display: block;
}

/* ==== BUTTONS ==== */
.p-btn {
    background: linear-gradient(90deg, hsl(24 95% 53%) 0%, hsl(16 100% 60%) 50%, hsl(30 95% 55%) 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    height: 50px;
    border: none;
    padding: 12px 15px;
    width: fit-content;
    border-radius: 10px;
    letter-spacing: 1px;
}

.p-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}


.submit-btn {
    background: linear-gradient(90deg, #002b5b 0%, #002b5b);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    border: none;
    padding: 12px 15px;
    width: fit-content;
    border-radius: 11px;
    margin-top: 27px;
}

.submit-btn i {
    font-size: 16px;
    margin-left: 22px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
@media screen and (max-width:576px) {
    .p-btn {
        font-weight: 400;
        height: 42px;
        font-size: 12px;
        padding: 10px 18px;
        border-radius: 7px;
    }

}



/* -----------------------------
        NAVBAR CSS
----------------------------- */
.top-nav {
        background: linear-gradient(to right, #fbf8cc, #fff8d3, #f4f1de);
    padding: 4px 7.5%;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 10;
}

.top-nav--main-logo {
    width: 7rem;
}

.top-nav h2 {
    font-size: 18px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    color: #10002b;
    line-height: normal;
    margin: 0px;
}

.top-nav h2 span {
    color: #ff4500;
}

.top-nav--links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: fit-content;
    gap: 12px;
    margin: 0px;
    padding: 0px;
}

.top-nav--links li {
    list-style: none;
}

.top-nav--link {
    list-style: none;
    font-size: 13px;
    font-weight: 500;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    text-decoration: none;
}

.top-nav--icon {
    height: 35px;
    width: 35px;
    background-color: #eeeeee;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-nav--icon img {
    width: 60%;
}

.top-nav--dropdown {}

.top-nav--dropdown ul {
    padding: 0px;
    margin: 0px;
}

.top-nav--dropdown ul a {
    font-size: 12px;
}

.top-nav--dropdown ul a i {
    margin-right: 10px;
    color: #111;
    opacity: 30%;
}

.top-nav--buttons {
    background: linear-gradient(90deg, hsl(24 95% 53%) 0%, hsl(16 100% 60%) 50%, hsl(30 95% 55%) 100%);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    padding: 1px 15px;
    border-radius: 7px;
}



/* -----------------------------
        FOOTER CSS
----------------------------- */
footer {
    background-color: #f9bfa8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}
footer p {
    margin: 0px;
    font-size: 11px;
}




/* ==== PROGRESS ==== */

.progress-circle {
    position: absolute;
    right: 2%;
    top: 5%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #333;
    font-size: 16px;
}

.middlepc {
    right: 1%;
}

.topcircle {
    background: conic-gradient(#00c83c 0% 20%,
            #ddd 20% 100%);
    right: 30px;
    top: 18px;
    width: 70px;
    height: 70px;
}

.topcircle::before {
    width: 55px !important;
    height: 55px !important;
}

.progress-circle::before {
    content: '';
    position: absolute;
    width: 45px;
    height: 45px;
    background-color: white;
    border-radius: 50%;
}

.progress-circle span {
    position: relative;
    z-index: 1;
    font-size: 12px;
}

/* ==== INFORMATION STRIPE ==== */

.info-stripe {
    /* background-color: #f9f4cd; */
    background-color: #ffe6a7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5% 7.5%;
    margin-bottom: 2%;
}

.info-stripe h5 {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-family: "Space Grotesk", sans-serif;
}

.info-stripe p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #292929;
}

.info-stripe button {
    background-color: #99582a;
    color: #fff;
    border: none;
    padding: 7px 18px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 57px;
}

.info-stripe button i {
    margin-right: 6px;
    font-size: 14px;
    opacity: 90%;
    color: #fff;
}


@media screen and (max-width:1200px) {

    .info-stripe {
        padding: 2%;
    }
}

@media screen and (max-width: 768px) {

    .info-stripe {
        padding: 4% 3%;
    }

    .info-stripe h5 {
        font-size: 15px;
    }

    .info-stripe p {
        font-size: 12px;
    }

    .info-stripe--btn-wrapper {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .info-stripe button {
        padding: 5px 12px;
        font-size: 12px;
    }

    .info-stripe button i {
        margin-right: 3px;
        font-size: 11px;
        opacity: 60%;
    }


}

/* -----------------------------
        CARDS CSS
----------------------------- */
.cards-1 {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.card-1 {
    background: linear-gradient(90deg, #f14906 0%, #ff6426 100%);
    width: 10rem;
    padding: 16px;
    border-radius: 10px;
    position: relative;
}

.card-1--icon {
    height: 35px;
    width: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    background-color: #fff;
}

.card-1--icon i {
    font-size: 12px;
    color: #fe5a19;
}

.card-1 span {
    font-size: 12px;
    font-weight: 500;
    color: #ff4500;
}

.card-1--title {
    font-family: "Roboto", sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    color: #ffffff;
    margin-top: 9px;
}
.card-1--link {
    background: #f6e8c6;
    color: #ff4500;
    position: absolute;
    top: 15px;
    right: 16px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all ease-in-out 0.25s;
}

.card-1--link:hover {
    background-color: #ff4500;
    color: #f6e8c6;
}

.card-1--link i {
    font-size: 10px;
}

.card-1 a {
    text-decoration: none;
}
.lec-player--tags.desiable{
    background-color: #fe5a1970 !important;
}
@media screen and (max-width:576px) {
    .card-1 {
        width: 11rem;
        padding: 15px;
    }

    .card-1--icon {
        height: 41px;
        width: 45px;
        margin-bottom: 15px;
    }

    .card-1--icon i {
        font-size: 16px;
        color: #fff;
    }
}

/* ==== THUMBNAIL CARD ==== */
.card-2 {
    position: relative;
}

.card-2 a {
    text-decoration: none;
}

.card-2--thumb {
    position: relative;
    /* border-radius: 9px; */
    overflow: hidden;
    height: 180px;
    /* border: 2px solid #fe6540; */
}
.card-2--thumb img{
    height: 100%;
}

.card-2--thumb::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #00000000, #000000);
    opacity: 90%;
}

.card-2--btn {
    position: absolute;
    top: 50%;
    left:  50%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    font-size: 10px;
    border-radius: 50%;
    z-index: 1;
    background-color: #FF7900;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.card-2--content {
    width: 100%;
}

.card-2--title {
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    font-weight: 500;
    line-height: 17px;
    color: #444;
    margin-top: 9px;
}

.card-2--metadata {
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-top: 12px;
}

.card-2--metadata li {
    font-size: 9px;
    font-weight: 500;
    line-height: normal;
    background-color: transparent;
    color: #444;
    list-style: none;
    letter-spacing: normal;
    padding: 5px 16px 0px 0px;
    padding-bottom: 4px;
    width: fit-content;
    display: flex;
    align-items: center;
    
}

.card-2--metadata li i {
    color: #444;
    font-size: 11px;
    margin-right: 5px;
    position: relative;
    top: 1px;
}
.card-2.card.hover:hover{
     transform: scale(1.05);
    transition-property: all;
    transition-duration: .5s;
    background-color: #fff3f3;
    border:1px solid #fff3f3cc;
        box-shadow: 0 0 20px #0000001c;
}
/* ==== MODULE CARD ==== */

.module-card {
    background-color: #f8f9fa;
    padding: 16px;
    border-radius: 12px;
    min-height: 200px;
    margin-bottom: 20px;
}

.module-card--num {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ff4500;
}

.module-card--title {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    color: #111;
}

.module-card--meta-info {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    gap: 26px;
}

.module-card--meta-info li {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    color: #787878;
    list-style: none;
}

.module-card--meta-info li i {
    font-size: 12px;
    color: #111;
    margin-right: 5px;
    opacity: 30%;
}

.module-card--progress {
    height: 10px !important;
    margin-top: 18px;
}

.module-card--progress .progress-bar {
    background-color: #f48c06 !important;

}

.module-card--progress-msg {
    font-size: 12px;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
    color: #6c757d;
    margin-top: 7px;
    display: block;
}

.module-card--progress-msg span {
    color: #111;
    font-size: 13px;
}

.module-card--link {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    color: #0096c7;
    transition: all ease-in-out 0.25s;
}

.module-card--link:hover {
    color: #ff4500;
    gap: 12px;
}

.module-bg-clr--1 {
    background-color: #e4daff;
}

.module-bg-clr--2 {
    background-color: #f2bff8;
}

.module-bg-clr--3 {
    background-color: #cde1f1;
}

.module-bg-clr--4 {
    background-color: #b4d8e4;
}

.module-bg-clr--5 {
    background-color: #d3f2b8;
}

.module-bg-clr--6 {
    background-color: #f8e1b7;
}

.module-bg-clr--7 {
    background-color: #bdb4ea;
}

.module-bg-clr--8 {
    background-color: #fff3a1;
}

.module-bg-clr--9 {
    background-color: #ffdbe4;
}

@media screen and (max-width:768px) {
    .module-card {
        min-height: 222px;
    }
}


/* ==== SMALL MODULE CARD ==== */

.module-sm-card {
    background: linear-gradient(90deg, hsl(24 95% 53%) 0%, hsl(16 100% 60%) 50%, hsl(30 95% 55%) 100%);
    padding: 16px;
    border-radius: 12px;
    min-height: 145px;
    margin-bottom: 8px;
    overflow: hidden;
    position: relative;
}


.module-sm-card--num {
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
}

.module-sm-card--title {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    color: #ffffff;
    margin-bottom: 22px;
}

.module-sm-card--meta-info {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.module-sm-card--meta-info li {
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
    color: #ffffff;
    background-color: #ffffff1f;
    list-style: none;
    letter-spacing: normal;
    border: 1px solid #ffffff4a;
    padding: 7px 10px;
    border-radius: 42px;
}

.module-sm-card--meta-info li i {
    font-size: 12px;
    color: #ffffff;
    margin-right: 9px;
    opacity: 100%;
}

/* ==== UPLOAD DOC CARD ==== */

.upload-card {
    background-color: #f2f8ff;
    border: dotted 1px #156ff5;
    border-radius: 6px;
    height: 150px;
    position: relative;
    margin-bottom: 7.5rem;
}

.upload-card form {
    width: 100%;
    height: 100%;
}

.upload-card input {
    height: 100%;
    width: 100%;
    opacity: 0;
}

.upload-card p {
    padding: 0px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    height: fit-content;
    width: fit-content;
    font-size: 14px;
    opacity: 75%;
}

.upload-card button {
    position: absolute;
    top: 65px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    height: fit-content;
    width: fit-content;
    border: none;
    font-size: 12px;
    padding: 5px 12px;
    border-radius: 5px;
    color: #fff;
    background: #0077b6;
}


/* -----------------------------
        HERO HEADER CSS
----------------------------- */

.home-wrapper {
    position: relative;
    background-color: #F5E3D6;
    background-image: url(/assests/images/pattern-1\ 1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 280px;
    overflow: hidden;
    z-index: -1;
    margin-top: 30px;
}

.home-wrapper--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #fc4a1a, #f7b733);
    opacity: 72%;
    z-index: 1;
}

.home-wrapper--content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home-wrapper--logo {
    width: 22%;
    margin-top: 5%;
    margin-bottom: 2%;
    border-bottom: none;
}

.home-wrapper--title {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    color: #fff;
    margin: 0px;
    margin-top: 18px;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    text-align: center;
}

.home-wrapper--heading {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    font-size: 35px;
    line-height: normal;
    text-align: center;
}

.home-wrapper--left {
    width: 84%;
    bottom: -2rem;
    left: -1rem;
    position: relative;
}

.home-wrapper--right {}

@media screen and (max-width:1200px) {
    .home-wrapper {
        height: 250px;
    }

    .home-wrapper--heading {
        font-size: 35px;
    }

}

@media screen and (max-width:576px) {
    .home-wrapper {
        height: fit-content;
        padding: 2rem 0rem;
    }

    .home-wrapper--title {
        margin-top: 5px;
        font-size: 13px;
    }

    .home-wrapper--heading {
        font-size: 25px;
    }

    .home-wrapper--logo {
        width: 38%;
    }
}

/* -----------------------------
       BANNER CSS
----------------------------- */
.b-banner-1 {
    background-image: url(../images/business/business-img-6-min.jpg);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: fixed;
    bottom: 15px;
    left: 0px;
    right: 0px;
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5%;
    border-radius: 12px;
    overflow: hidden;
    margin: 0px auto;
}

.b-banner-1:before {
    content: '';
    background: linear-gradient(to right, #cc0108, #240674);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 85%;
}

.b-banner-1--content {
    position: relative;
}

.b-banner-1--content h4 {
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    margin: 0px;
}

.b-banner-1--content span {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin-top: 5px;
    display: block;
    color: #e2e2e2;
}

.b-banner-1 button {
    background-color: #ffee36;
    position: relative;
    color: #0d0126;
    font-size: 12px;
    font-weight: 600;
    height: 50px;
    border: none;
    padding: 12px 15px;
    width: fit-content;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.b-banner-1 button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}


@media screen and (max-width: 768px) {

    .b-banner-1 {
        width: 95%;
        padding: 3% 4%;
    }

    .b-banner-1--content h4 {
        font-size: 18px;
        font-weight: 600;
        margin: 0px;
    }

    .b-banner-1--content span {
        font-size: 11px;
        font-weight: 200;
        margin-top: 4px;
    }

    .b-banner-1 button {
        font-size: 12px;
        padding: 10px 12px;
        height: fit-content;
        border-radius: 8px;
    }

}



/* -----------------------------
        LECTURE PLAYLIST CSS
----------------------------- */

.lec-player {
    background-color: #170f1d;
    border-radius: 7px;
    position: relative;
}
.lec-player--closeBtn {
    color: #fe5a19;
    position: absolute;
    top: -10px;
    right: -10px;
    background: #fff;
    border-radius: 50%;
    font-size: 30px;
}
.lec-player--title {
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-weight: 600;
}
.lec-player--metainfo {
    font-size: 12px;
    color: #aaaaaa;
    font-weight: 400;
}

.lec-player--playlist {
    padding: 0px;
    margin: 0px;
    max-height: 350px;
    /* min-height: 350px; */
    overflow-y: auto;
}
.lec-player--playlist li {
    list-style: none;
    margin-bottom: 18px;
}
.lec-player--playlist li:last-child{
    margin-bottom: 0px;
}
.lec-player--playlist li a {
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    gap: 10px;
    transition: all ease-in-out 0.25s;
}

.lec-player--playlist li .playing {
    padding: 12px 14px;
    background-color: rgb(254 90 25 / 20%);
    border-radius: 0px 6px 6px 0px;
    border-left: 3px solid #fe5a19;
}

.lec-player--playlist li a i {
    font-size: 25px;
    margin-top: 5px;
    color: #a1a1a1;
}
.lec-player--playlist li .playing i{
    color: #fe5a19;
}

.lec-player--playlist li h5 {
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    color: #fff;
}
.lec-player--playlist li p {
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    color: #a8a8a8;
}

.lec-player--tags {
    background-color: #fe5a19;
    color: #fff;
    font-size: 12px;
    padding: 1px 8px;
    border-radius: 5px;
    font-weight: 600;
    display: inline-block;
    width: 32px;
    text-align: center;
}
.lec-player--tags i{
    font-size: 14px !important;
}
.locked-item .playing{
     background-color: rgb(160 158 157 / 14%) !important;
}
.lec-player--playlist .locked-item .playing i{
    color: #7e6961;
}






/* ====================================================================================== */

/************ card section start *************/


.top-cardcontainer {
    margin-top: 20px;

}

.EDP-heading {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;


}

.cardcontainer {
    position: relative;
    background: #F8ECFF;
    ;
    border-radius: 10px;
}

.mudulecardcontainer p {
    font-size: 12px;
    padding-left: 28px;
    padding-top: 4px;
    font-weight: 600;
    color: #343A40;
}


.cardheading {
    width: 57%;
    font-size: 14px;
    padding-left: 24px;
    padding-top: 9px;
    font-weight: 700;
    color: #006D77;
    font-family: "Roboto", sans-serif;
}

/** vedio and pdf container start **/
.cardsocial-container {
    display: flex;
    padding-left: 25px;
    /* padding-bottom: 15px; */
    padding-top: 15px;
}

/* vedio container start */
.cardvedio-container {
    display: flex;
}

.cardvedio-container i {
    width: 20px;
    height: 20px;
    color: rgb(159, 156, 156);
    padding-top: 0px;
}

.cardvedio-container p {
    font-size: 12px;
    padding-right: 10px;
    padding-left: 5px;
    font-weight: 600;
    color: #2B2D42;
}

/* vedio container end */

/* pdf container start */
.cardpdf-container {
    display: flex;
}


.cardpdf-container i {
    width: 20px;
    height: 20px;
    color: rgb(159, 156, 156);
}

.cardpdf-container p {
    font-size: 12px;
    padding-right: 10px;
    padding-left: 5px;
    font-weight: 600;
    color: #2B2D42;
}

.righticon {
    display: flex;
    position: absolute;
    right: 28px;
    top: 47px;
}

.righticon i {
    font-size: 30px;
    color: rgb(159, 156, 156);
}

.accordion-body {
    background-color: #ffe5d9;
    padding-top: 0px !important;
}

.cardaccordian {
    background-color: #ffe5d9;
    color: white;
    margin-bottom: -10px;
    padding-top: 5px;

}

.cardheadaccordian {
    color: white !important;
}








/* pdf container end */



/** vedio and pdf container end **/

/* card and cerificate section responisve start  */
@media (min-width:320px) and (max-width:576px) {
    .mudulecardcontainer {
        width: 53%;
    }

    .cardheading {
        font-size: 10px;
        padding-left: 20px;
        padding-right: 0px;
        height: 35px;

    }

    .accordion-body {
        padding: 0% !important;
        padding-left: 4px !important;
    }

    .cardaccordian h3 {
        line-height: 15px !important;
    }

    .mudulecardcontainer p {
        font-size: 8px;
        padding-left: 19px;
        padding-top: 7px;
    }

    .cardsocial-container {
        display: flex;
        padding-left: 15px;
        padding-top: 0px;
    }

    .lastcard {
        padding-top: 10px;
    }

    .middle-cardcontainer .mudulecardcontainer {
        width: 22%;
    }

    .certificate-image-container img {
        width: 41%;
        margin-left: 15px;
    }

    .certificate-image-container-second img {
        margin-left: 178px;
        width: 41%;
    }

    .button-training-container-left button {
        margin-left: 36px;
        margin-top: 103px;
    }

    .button-training-container-right button {
        margin-left: 199px;
        margin-top: 103px;
    }

    .cardvedio-container p {
        font-size: 10px;
    }

    .cardpdf-container p {
        font-size: 10px;
    }

    .button-left-content img {
        width: 14%;
    }


    .button-left-content p {
        font-size: 12px;
        padding-top: 20px;
    }

    .cardvedio-container i {
        font-size: 14px;
    }

    .cardpdf-container i {
        font-size: 14px;
    }
}

@media (min-width:767px) and (max-width:1025px) {

    .mudulecardcontainer {
        width: 33%;
    }

    .middle-cardcontainer .mudulecardcontainer {
        width: 16%;
    }

    .training-container h2 {
        font-size: 13px;
    }

    .card-right-bottom-container {
        height: 97%;
    }

    .certificate-content {
        display: none;
    }

    .img-container-abhiyan-left :last-child {
        display: none;
    }

    .img-container-abhiyan-right :first-child {
        display: none;
    }
}



/* dynamic card color */
/* Base card styling (optional) */


.completioncontiner h5 {
    font-size: 15px !important;
}

.completioncontiner h6 {
    font-size: 12px !important;
}

.enrolledbtn {
    font-size: 13px !important;
}

.lecturecontainer {
    padding-left: 25px;
}

.statuscompletion {
    background-color: #e36414;
    width: 80% !important;
    margin-top: -20px;
    margin-left: 10%;

}

.statuscompletion {
    width: 87% !important;
    top: 71% !important;
    left: 6% !important;
}


@media (min-width:577px) and (max-width:800px) {
    .statuscompletion {
        top: 36% !important;
        width: 90%;
        left: 5%;
    }

    .enrolledbtn {
        font-size: 11px;
        margin-left: -35px;

    }
}

@media (min-width:801px) and (max-width:1200px) {
    .statuscompletion {
        top: 25% !important;
        width: 80%;
    }

    .enrolledbtn {
        font-size: 12px;
        margin-left: -35px;

    }
}


/*
---------------------------------------------
Promotion Container CSS
---------------------------------------------
*/
 
 
.promotion {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: linear-gradient(to right, #fbf8cc, #fff8d3, #f4f1de);
}
 
.promotion__logo-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0rem 8rem;
    position: fixed;
    width: 100%;
    top: 20px;
 
}
 
.promotion__logo-box .left {
    width: 8rem;
}
 
.promotion__logo-box .right {
    width: 6rem;
}
 
.promotion__content {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 42px;
    position: relative;
    z-index: 1;
}
 
.promotion__title {
    color: #2c0703;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 40px;
    font-style: normal;
    margin: 0px;
    padding: 0px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
}
 
.promotion__content p {
    font-family: "Tiro Devanagari Hindi", serif;
    font-weight: 400;
    font-style: normal;
    color: #010101;
    padding: 0 20px;
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
}
 
.promotion__title span {
    color: #c9184a;
}
 
.promotion__main-logo {
    width: 14rem;
    margin-bottom: 22px;
}
 
.promotion_creative {
    width: 38%;
    display: inline-block;
    margin: 0px auto;
    position: absolute;
    bottom: -8rem;
    left: 0px;
    right: 0px;
    animation: floating 1.7s ease-in-out infinite alternate-reverse;
}
 
 
 
@keyframes floating {
    from {
        transform: translateY(-20px);
    }
 
    to {
        transform: translateY(10px);
    }
}
 
.promotion__button {
    background-color: #010101;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    transition: all ease-in-out 0.25s;
    font-family: "Roboto", serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 8px 12px;
    border-radius: 8px;
    margin-top: 1.2rem;
        width: 135px;
}
 
.promotion__button:hover {
    background-color: #450920;
    transform: translateY(-15px);
}
 
.promotion__button div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}
 
.promotion__button span {
    color: #fff;
    font-size: 9px;
    font-weight: 300;
    line-height: 100%;
}
 
.promotion__button h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
}
 
.promotion__button i {
    color: #fff;
    font-size: 24px;
}
 
.promotion__button--primary {
    background-color: #ff3700;
}
 
.promotion__button--primary:hover {
    background-color: #ff0000;
}
 
.promotion__bg {
    width: 100%;
    position: absolute;
    bottom: -14rem;
    opacity: 20%;
}
 
.promotion__bg-left {
    width: 48%;
    position: absolute;
    bottom: -16rem;
    left: -2rem;
    opacity: 24%;
}
 
.promotion__video {
    display: flex;
    justify-content: center;
    align-items: center;
    /* min-height: 100vh; */
    /* padding: 20px; */
    box-sizing: border-box;
    background: #f7f7f7;
    width: fit-content;
    margin: 0px auto;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
 
.promotion__video video {
    /* width: 800px; */
    width: 100%;
    /* fixed width */
    height: 450px;
    /* fixed height */
    border: 0;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
}
 
.promotion__date {
    background-color: #f7f0ac;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 21px;
    margin-top: auto;
    margin-bottom: auto;
    height: fit-content;
    border-radius: 6px;
}
 
.promotion__date div {
    display: flex;
    flex-direction: column;
}
 
.promotion__date h4 {
    color: #ab3428;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 30px;
    font-style: normal;
}
 
.promotion__date--day {
    font-family: "Roboto", serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    margin-top: 8px;
    margin-bottom: 4px;
    text-align: left !important;
}
 
.promotion__date--time {
    font-size: 12px;
    line-height: 100%;
    color: #250902;
}
 
.promotion__date button {
    margin-top: 20px;
    background-color: #ab3428;
    color: #fff;
    border: none;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 14px;
    display: block;
    width: 100%;
}
 
.promotion__date img {
    width: 16%;
    margin-right: 17px;
}
.applicant-area{
    padding: 30px 33px ;
    background: linear-gradient(90deg, #00727c, #4B377F);
}
.applicant-area .form-control{
    background-color: #ffffff00;
    color:#fff;
        height: 47px;
}
.applicant-area .form-control:focus{
    background-color: #ffffff00;
    color:#fff;
    box-shadow: none;
}
.cmy-text{
    padding: 20px 33px;
    background: linear-gradient(90deg, #E31E24, #4B377F);
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.success-modal .modal-content{
    background: linear-gradient(14deg, #18691a, #8ec63f);
}
.success-modal .modal-header{
    border-bottom: 0 !important;
}
.btn-close{
        --bs-btn-close-bg: url(../images/ceiss.png);
}
.succ-text{
    font-size: 34px !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 700;
    text-transform: none !important;
}

@media screen and (max-width:1200px) {
    .promotion__logo-box {
        padding: 0rem 4rem;
    }
 
    .promotion__main-logo {
        width: 10rem;
    }
 
    .promotion__title {
        font-size: 45px;
    }
 
    .promotion_creative {
        width: 60%;
        bottom: -10rem;
    }
 
    .promotion__content {
        padding-top: 2rem;
    }
}
 
@media screen and (max-width:992px) {
    .promotion_creative {
        width: 68%;
        bottom: -7rem;
    }
 
    .promotion__bg {
        bottom: -1rem;
        opacity: 22%;
    }
 
    .promotion__bg-left {
        width: 55%;
        bottom: -5rem;
        left: -2rem;
        opacity: 30%;
    }
 
    .promotion__date {
        margin-top: 20px;
    }
 
    .promotion__video {
        width: 80%;
    }
 
    .promotion__video video {
        width: 100%;
        height: 45vw;
    }
 
}
 
@media screen and (max-width:768px) {
    .promotion {
        height: 100%;
        padding-bottom: 20px;
    }
 
    .promotion__logo-box {
        padding: 0rem 3rem;
    }
 
    .promotion__logo-box .left {
        width: 6rem;
    }
 
    .promotion__logo-box .right {
        width: 4rem;
    }
 
    .promotion__main-logo {
        width: 12rem;
    }
 
    .promotion_creative {
        width: 90%;
        bottom: -12rem;
    }
 
    .promotion__date img {
        width: 12%;
    }
 
    .promotion__date h4 {
        font-size: 25px;
        margin-top: 12px;
    }
 
    .promotion__date--day {
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 4px;
    }
 
    .promotion__date--time {
        font-size: 11px;
    }
 
 
}
 
@media screen and (max-width:576px) {
    .promotion__title {
        font-size: 32px;
    }
 
    .promotion__content p {
        width: 80%;
        text-align: center;
        font-size: 15px;
    }
 
    .promotion__main-logo {
        width: 10rem;
    }
 
    .promotion__logo-box {
        padding: 0rem 2rem;
    }
 
    .promotion_creative {
        width: 100%;
        bottom: -3rem;
        position: relative;
    }
 
    .promotion__bg {
        width: 56rem;
        bottom: 0rem;
        right: -13rem;
        opacity: 15%;
    }
 
    .promotion__content {
        padding-top: 8rem;
        justify-content: center;
    }
}