:root {
    --primary-color: #6255FA;
    --secondary-color: #AD86F3;
    --bg: #0a0f1e;
    --surface: #111827;
    --card: rgb(6, 25, 58);
    --accent1: #f59e0b;
    --accent2: #38bdf8;
    --accent3: #a78bfa;
    --text: #f0f4ff;
    --muted: #8a97b0;
}

/* Hero Section */
.hero-wrapper {
    padding: 70px 0;
}

.hero-wrapper .hero-main {
    position: relative;
    z-index: 1;
}

.hero-wrapper .hero-main .hero-img_one {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}

@media (max-width: 575px) {
    .hero-wrapper .hero-main .hero-img_one {
        top: -40px;
        right: 0;
        max-width: 45%;
    }
}

.hero-wrapper .hero-main .hero-img_one img {
    border-radius: 10px;
}

@media (min-width: 1200px) and (max-width: 1450px) {
    .hero-wrapper .hero-main .hero-img_one img {
        width: 80%;
    }
}

@media screen and (max-width: 1199px) {
    .hero-wrapper .hero-main .hero-img_one img {
        width: 70%;
    }

    .mob-logo {
        width: 80px;
        height: 80px;
    }
}

@media screen and (max-width: 991px) {
    .hero-wrapper .hero-main .hero-img_one img {
        width: 40%;
    }
}

@media (max-width: 575px) {
    .hero-wrapper .hero-main .hero-img_one img {
        width: 30%;
    }
}

.hero-wrapper .hero-main .hero-img_two {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
}

.hero-wrapper .hero-main .hero-img_two img {
    border-radius: 10px;
}

@media (min-width: 1200px) and (max-width: 1450px) {
    .hero-wrapper .hero-main .hero-img_two img {
        width: 80%;
    }
}

@media screen and (max-width: 1199px) {
    .hero-wrapper .hero-main .hero-img_two img {
        width: 70%;
    }
}

@media screen and (max-width: 991px) {
    .hero-wrapper .hero-main .hero-img_two img {
        width: 40%;
    }
}

@media (max-width: 575px) {
    .hero-wrapper .hero-main .hero-img_two img {
        width: 30%;
    }
}

.hero-wrapper .hero-main .certified {
    position: absolute;
    bottom: 0;
    right: 70px;
    text-align: right;
}

@media screen and (max-width: 991px) {
    .hero-wrapper .hero-main .certified {
        right: 20px;
    }
}

@media (max-width: 767px) {
    .hero-wrapper .hero-main .certified {
        right: 20px;
    }
}

@media screen and (max-width: 991px) {
    .hero-wrapper .hero-main .certified img {
        width: 70%;
    }
}

@media (max-width: 767px) {
    .hero-wrapper .hero-main .certified img {
        width: 50%;
    }
}

.hero-wrapper .hero-main .join-countdown {
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 575px) {
    .hero-wrapper .hero-main .join-countdown {
        top: -40px;
        left: 0;
        transform: scale(0.7);
        transform-origin: left top;
    }
}

.hero-wrapper .hero-content {
    padding: 105px 0 130px;
}

.hero-wrapper .hero-content span.sub-heading {
    padding: 5px 15px;
    border-radius: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: var(--white-color);
    line-height: 24px;
    margin-bottom: 15px;
}

.hero-wrapper .hero-content h1 {
    margin-bottom: 10px;
}

.hero-wrapper .hero-content h1 span {
    color: var(--secondary-color);
}

@media screen and (max-width: 1199px) {
    .hero-wrapper .hero-content h1 {
        font-size: 40px;
        line-height: 55px;
        max-width: 450px;
        margin: 0 auto 10px;
    }
}

.hero-wrapper .hero-content p {
    margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
    .hero-wrapper .hero-content p {
        max-width: 500px;
        margin: 0 auto 30px;
    }
}

.ef-why-choose-sec .edufit-content-box {
    padding-right: 70px;
}

@media screen and (max-width: 1199px) {
    .ef-why-choose-sec .edufit-content-box {
        padding-right: 0;
        margin-bottom: 50px;
    }
}

.ef-why-choose-sec .ef-iconic-box.style-one {
    border-radius: 10px;
    border: 1px solid rgba(33, 37, 41, 0.1);
    background: rgba(26, 26, 26, 0.01);
    width: 100%;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ef-why-choose-sec .ef-iconic-box.bg-one {
    background-color: #F7F3FE;
}

.ef-why-choose-sec .ef-iconic-box.bg-two {
    background-color: #E3F9F2;
}

.ef-faq-sec .edufit-content-box .edufit-image-box .edufit-img img {
    border-radius: 150px;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

.testimonial-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
}

@media screen and (max-width: 1199px) {
    .testimonial-wrapper {
        gap: 10px;
    }
}

@media screen and (max-width: 991px) {
    .testimonial-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.testimonial-wrapper .ef-testimonial-item.style-two {
    width: 200px;
}

@media screen and (max-width: 991px) {
    .testimonial-wrapper .ef-testimonial-item.style-two {
        width: 100%;
    }
}

.testimonial-wrapper .ef-testimonial-item.style-two.active {
    width: 350px;
}

.testimonial-wrapper .ef-testimonial-item.style-two .testimonial-content .testimonial-img {
    min-height: 500px;
}

/* Hero Section */
.courses-listing .hero-wrapper {
    position: relative;
    background-color: #FCFCFF;
    z-index: 1;
    padding-top: 50px;
    padding-bottom: 0px;
}

.courses-listing .hero-wrapper .elements {
    position: absolute;
    z-index: -1;
}

@media screen and (max-width: 991px) {
    .courses-listing .hero-wrapper .elements {
        display: none;
    }
}

.courses-listing .hero-wrapper .elements.element_one {
    left: 0;
    top: 0;
}

@media (min-width: 1200px) and (max-width: 1450px) {
    .courses-listing .hero-wrapper .elements.element_one {
        left: -80px;
    }
}

.courses-listing .hero-wrapper .elements.element_two {
    bottom: 35px;
    left: 35px;
}

.courses-listing .hero-wrapper .elements.element_three {
    top: 80px;
    right: 40%;
}

.courses-listing .hero-wrapper .lineanm {
    position: absolute;
    top: -25px;
    right: -20px;
    height: 550px;
    width: 290px;
    z-index: -1;
}

@media screen and (max-width: 991px) {
    .courses-listing .hero-wrapper .lineanm {
        display: none;
    }
}

.courses-listing .hero-wrapper .lineanm .line {
    fill: none;
    stroke-dasharray: 2400;
    stroke-dashoffset: 2400;
    animation: line 2s ease-in-out reverse infinite;
    animation-direction: alternate-reverse;
}

.courses-listing .hero-wrapper .hero-image-box {
    position: relative;
    z-index: 1;
    text-align: right;
    margin-right: -200px;
}

@media (min-width: 1200px) and (max-width: 1450px) {
    .courses-listing .hero-wrapper .hero-image-box {
        margin-right: -60px;
    }
}

@media screen and (max-width: 1199px) {
    .courses-listing .hero-wrapper .hero-image-box {
        margin-right: 0;
    }
}

@media screen and (max-width: 991px) {
    .courses-listing .hero-wrapper .hero-image-box {
        text-align: center;
    }
}

.courses-listing .hero-wrapper .hero-image-box .image_one {
    position: absolute;
    left: 180px;
    top: 300px;
    z-index: 5;
}

@media (min-width: 1200px) and (max-width: 1450px) {
    .courses-listing .hero-wrapper .hero-image-box .image_one {
        left: 0;
    }
}

@media screen and (max-width: 1199px) {
    .courses-listing .hero-wrapper .hero-image-box .image_one {
        left: 0;
        bottom: 50px;
    }
}

@media screen and (max-width: 991px) {
    .courses-listing .hero-wrapper .hero-image-box .image_one {
        bottom: 150px;
    }
}

@media (max-width: 767px) {
    .courses-listing .hero-wrapper .hero-image-box .image_one {
        /* display: none; */
        left: 0;
        bottom: 20px;
    }
}

.courses-listing .hero-wrapper .hero-image-box .image_one img {
    border-radius: 15px;
    -webkit-box-shadow: -3px 0px 50px 0px rgba(98, 85, 250, 0.1);
    box-shadow: -3px 0px 50px 0px rgba(98, 85, 250, 0.1);
}

.courses-listing .hero-wrapper .hero-image-box .ef-iconic-box {
    position: absolute;
    top: 100px;
    right: -5%;
    text-align: left;
    max-width: 260px;
    z-index: 1;
}

@media (min-width: 1200px) and (max-width: 1450px) {
    .courses-listing .hero-wrapper .hero-image-box .ef-iconic-box {
        top: 180px;
        right: -2%;
    }
}

@media screen and (max-width: 1199px) {
    .courses-listing .hero-wrapper .hero-image-box .ef-iconic-box {
        right: -8%;
        top: 30%;
    }
}

@media screen and (max-width: 991px) {
    .courses-listing .hero-wrapper .hero-image-box .ef-iconic-box {
        top: 25%;
        right: 7%;
    }
}

@media (max-width: 767px) {
    .courses-listing .hero-wrapper .hero-image-box .ef-iconic-box {
        top: 50%;
        right: 15%;
    }
}

.courses-listing .hero-wrapper .hero-content {
    padding-top: 145px;
}

@media screen and (max-width: 1199px) {
    .courses-listing .hero-wrapper .hero-content {
        padding-top: 85px;
    }
}

@media screen and (max-width: 991px) {
    .courses-listing .hero-wrapper .hero-content {
        text-align: center;
        margin-bottom: 40px;
    }
}

.courses-listing .hero-wrapper .hero-content .sub-heading {
    color: var(--primary-color);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.courses-listing .hero-wrapper .hero-content .sub-heading i {
    margin-right: 10px;
    margin-top: 4px;
}

.courses-listing .hero-wrapper .hero-content h1 {
    margin-bottom: 3px;
}

@media (min-width: 1200px) and (max-width: 1450px) {
    .courses-listing .hero-wrapper .hero-content h1 {
        font-size: 55px;
        line-height: 75px;
    }
}

@media screen and (max-width: 1199px) {
    .courses-listing .hero-wrapper .hero-content h1 {
        font-size: 40px;
        line-height: 55px;
    }
}

@media screen and (max-width: 991px) {
    .courses-listing .hero-wrapper .hero-content h1 {
        max-width: 490px;
        margin: 0 auto 30px;
    }
}

.courses-listing .hero-wrapper .hero-content h1 span.c1 {
    position: relative;
    color: var(--primary-color);
}

.courses-listing .hero-wrapper .hero-content h1 span.c1 .shape-one {
    position: absolute;
    top: -30px;
    right: -45px;
}

@media (max-width: 767px) {
    .courses-listing .hero-wrapper .hero-content h1 span.c1 {
        display: none;
    }
}

.courses-listing .hero-wrapper .hero-content h1 span.c2 {
    color: var(--secondary-color);
}

.courses-listing .hero-wrapper .hero-content p {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 15px;
}

.courses-listing .hero-subscribe {
    position: relative;
}

@media screen and (max-width: 991px) {
    .courses-listing .hero-subscribe {
        max-width: 500px;
        margin: 0 auto;
    }
}

.courses-listing .hero-subscribe .form-group {
    position: relative;
}

.courses-listing .hero-subscribe input {
    padding: 12px 20px;
    border-radius: 13px;
    font-size: 16px;
    border: 1px solid var(--border-color);
}

.courses-listing .hero-subscribe .theme-btn {
    position: absolute;
    top: 0;
    right: 0;
}

@-webkit-keyframes line {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes line {
    to {
        stroke-dashoffset: 0;
    }
}

:root {
    --primary-color: #6255FA;
    --secondary-color: #06193A;
}

/*  Page Banner CSS  */
.ef-page-hero {
    padding: 65px 0 65px;
}

@media (max-width: 767px) {
    .ef-page-hero {
        padding: 85px 0 105px;
    }
}

@media (max-width: 767px) {
    .ef-page-hero .page-content h1 {
        font-size: 32px;
        line-height: 45px;
    }
}

.ef-page-hero .page-content ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ef-page-hero .page-content ul li:last-child:after {
    display: none;
}

.ef-page-hero .page-content ul li:after {
    display: inline-block;
    content: "\f101";
    font-family: "Font Awesome 5 Pro";
    margin-left: 10px;
    margin-right: 8px;
}

.ef-page-hero .page-content ul li.active {
    color: var(--primary-color);
}

.ef-page-hero .page-content ul li a:hover {
    color: var(--primary-color);
}

/* Intro Section */
.intro-wrapper_one {
    position: relative;
    z-index: 1;
    min-height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: -150px;
}

.intro-wrapper_one:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(6, 25, 58, 0.7);
    z-index: -1;
}

@media (max-width: 767px) {
    .intro-wrapper_one {
        margin-bottom: 0;
        min-height: 350px;
    }
}

/*  About Page CSS  */
.ef-intro-sec {
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    background-position: center center;
}

.ef-intro-sec:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(6, 25, 58, 0.7);
    z-index: -1;
}

/* Testimonial Section */
.testimonial-slider {
    margin-left: -15px;
    margin-right: -15px;
}

@media screen and (max-width: 991px) {
    .testimonial-slider {
        margin-right: -12px;
        margin-left: -12px;
    }
}

.testimonial-slider .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 991px) {
    .testimonial-slider .slick-slide {
        padding-right: 12px;
        padding-left: 12px;
    }
}

/*  Course  Page Css  */
.course-filter .show-text p {
    color: var(--heading-color);
    font-weight: 500;
}

.course-filter .filter-grid-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
}

@media (max-width: 575px) {
    .course-filter .filter-grid-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.course-filter .filter-grid-list a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    padding: 10px 20px;
    line-height: 20px;
    background-color: rgba(26, 26, 26, 0.01);
    border: 1px solid rgba(33, 37, 41, 0.1);
}

.course-filter .filter-grid-list a:not(:last-child) {
    margin-right: 15px;
}

.course-filter .filter-grid-list a i {
    margin-right: 7px;
    color: var(--primary-color);
    line-height: 0;
}

.course-filter .filter-grid-list a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.course-filter .filter-grid-list a:hover i {
    color: var(--white-color);
}

.edufit-tabs {
    margin-bottom: 40px;
}

.edufit-tabs .nav-link {
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    padding: 0;
    padding-bottom: 25px;
    color: var(--heading-color);
    font: 500 18px var(--heading-font);

}

/* .edufit-tabs ul li {
    &:last-child {
        .nav-link {
            padding-bottom: 0;
        }
    }
} */

.edufit-tabs .nav-link.active {
    color: var(--primary-color);
}

@media (max-width: 767px) {
    .edufit-tabs .nav-link {
        margin-right: 15px;
        font-size: 16px;
    }
}

ul.ratings li {
    display: inline-block;
}

.course-details-wrapper .course-thumbnail {
    margin-bottom: 35px;
}

.course-details-wrapper .course-thumbnail img {
    border-radius: 10px;
}

.course-details-wrapper .course-info h3.title {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 25px;
}

@media screen and (max-width: 1199px) {
    .course-details-wrapper .course-info h3.title {
        font-size: 24px;
        line-height: 35px;
    }
}

@media (max-width: 767px) {
    .course-details-wrapper .course-info h3.title {
        font-size: 20px;
        line-height: 30px;
    }
}

.course-details-wrapper .course-info .course-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

.course-details-wrapper .course-info .course-meta .instructor-box {
    margin-bottom: 20px;
}

.course-details-wrapper .course-info .course-meta .ef-category-box {
    margin-bottom: 20px;
}

.course-details-wrapper .course-info .course-meta .ef-category-box h6 {
    margin-bottom: 10px;
}

.course-details-wrapper .course-info .course-meta .ef-rating-box {
    margin-bottom: 20px;
}

.course-details-wrapper .edufit-content-box h4 {
    margin-bottom: 20px;
}

.course-details-wrapper .edufit-content-box p {
    margin-bottom: 25px;
}

.course-details-wrapper .edufit-content-box ul {
    margin-bottom: 20px;
}

.course-details-wrapper .edufit-content-box ul.video-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.course-details-wrapper .edufit-content-box ul.video-list li:not(:last-child) {
    margin-bottom: 20px;
}

.course-details-wrapper .edufit-content-box .accordion-content {
    padding-top: 30px;
}

.course-details-wrapper .course-instructor-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .course-details-wrapper .course-instructor-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.course-details-wrapper .course-instructor-box .instructor-thumbnail {
    max-width: 270px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 30px;
}

@media (max-width: 767px) {
    .course-details-wrapper .course-instructor-box .instructor-thumbnail {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
}

.course-details-wrapper .course-instructor-box .instructor-thumbnail img {
    width: 100%;
    border-radius: 10px;
}

.course-details-wrapper .course-instructor-box .instructor-info h4 {
    margin-bottom: 15px;
}

.course-details-wrapper .course-instructor-box .instructor-info p {
    margin-bottom: 35px;
}

.course-details-wrapper .course-instructor-box .instructor-info ul.social-link li {
    display: inline-block;
}

.course-details-wrapper .course-instructor-box .instructor-info ul.social-link li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--border-color);
    font-size: 16px;
}

.course-details-wrapper .course-instructor-box .instructor-info ul.social-link li a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.course-details-wrapper .rating-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.course-details-wrapper .rating-box .author-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 60px;
    margin-right: 20px;
}

.course-details-wrapper .rating-box .author-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.course-details-wrapper .rating-box .author-content .author-name {
    font-weight: 700;
    color: var(--heading-color);
}

.course-details-wrapper .rating-box .author-content .author-name span {
    margin-left: 10px;
    font-size: 16px;
    color: var(--text-color);
    font-weight: 400;
}

.course-details-wrapper .rating-box .author-content ul {
    margin-bottom: 10px;
}

/*  Event Details Wrapper  */
.event-details-wrapper .event-thumbnail {
    margin-bottom: 30px;
}

.event-details-wrapper .event-thumbnail img {
    border-radius: 10px;
}

.event-details-wrapper .event-info h4,
.event-details-wrapper .event-info h4.title {
    margin-bottom: 20px;
}

.event-details-wrapper .event-info p {
    margin-bottom: 30px;
}

.event-details-wrapper .event-info .block-image {
    margin-bottom: 25px;
}

.event-details-wrapper .event-info .block-image img {
    border-radius: 10px;
}

.event-details-wrapper .event-info ul.check-list {
    margin-bottom: 25px;
}

.form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
}

.form-check .form-check-input {
    margin-left: 0;
    margin-top: 0;
    margin-right: 10px;
}

.form-check .form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-check .form-check-input:checked {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}

@media (max-width: 575px) {
    .form-check {
        font-size: 14px;
    }
}

.form-check a {
    margin-left: auto;
}

/* Instructor Details */
.instructor-details-wrapper .instructor-item {
    border-radius: 10px;
    border: 1px solid rgba(33, 37, 41, 0.1);
    background-color: rgba(26, 26, 26, 0.01);
    padding: 20px;
    text-align: center;
}

.instructor-details-wrapper .instructor-item .instructor-thumbnail {
    max-width: 260px;
    height: 250px;
    display: inline-block;
}

.instructor-details-wrapper .instructor-item .instructor-thumbnail img {
    width: 100%;
    border-radius: 10px;
}

.instructor-details-wrapper .instructor-item .instructor-info {
    text-align: center;
    padding-top: 10px;
}

.instructor-details-wrapper .instructor-item .instructor-info span.position {
    margin-bottom: 10px;
}

.instructor-details-wrapper .instructor-item .instructor-info h6 {
    margin-bottom: 15px;
    font-family: var(--body-font);
    color: var(--text-color);
    font-weight: 400;
}

.instructor-details-wrapper .instructor-item .instructor-info h6 span {
    font-weight: 600;
    color: var(--heading-color);
}

.instructor-details-wrapper .instructor-item .instructor-info ul.social-link {
    margin-bottom: 30px;
}

.instructor-details-wrapper .instructor-item .instructor-info ul.social-link li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.instructor-details-wrapper .instructor-item .instructor-info ul.social-link li a {
    width: 40px;
    height: 40px;
    border: 1px solid var(--border-color);
    color: var(--primary-color);
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
}

.instructor-details-wrapper .instructor-info-wrapper .instructor-info {
    border: 1px solid var(--border-color);
    padding: 20px 30px 25px;
    border-radius: 10px;
    background-color: rgba(26, 26, 26, 0.01);
}

.instructor-details-wrapper .instructor-info-wrapper .instructor-info span.position {
    margin-bottom: 5px;
}

.instructor-details-wrapper .instructor-info-wrapper .instructor-info .instructor-meta {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid var(--border-color);
}

.instructor-details-wrapper .instructor-info-wrapper .instructor-info .instructor-meta span:not(:last-child) {
    margin-right: 30px;
}

.instructor-details-wrapper .instructor-info-wrapper .instructor-info .instructor-meta span span {
    color: var(--heading-color);
    font-weight: 600;
}

.instructor-details-wrapper .instructor-info-wrapper .edufit-content-box>h3 {
    margin-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 15px;
}

.instructor-details-wrapper .instructor-info-wrapper .edufit-content-box>h5 {
    margin-bottom: 20px;
}

.instructor-details-wrapper .instructor-info-wrapper .edufit-content-box>h5 span {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    padding: 8px 10px;
    border-radius: 30px;
    margin-left: 15px;
    font-weight: 400;
}

.progress-item.style-one .progress-title {
    margin-bottom: 20px;
}

.progress-item.style-one .progress-title h6 span {
    float: right;
}

.progress-item.style-one .progress {
    height: 6px;
}

.progress-item.style-one .progress .progress-bar {
    background-color: var(--primary-color);
}

/* Faq Page CSS */
.ef-faq-sec .ef-accordion-item .accordion-title[aria-expanded=true] {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.ef-faq-info-sec .faq-info-box {
    padding: 38px 50px 45px;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .ef-faq-info-sec .faq-info-box {
        padding: 38px 30px 45px;
    }
}

.ef-faq-info-sec .faq-info-box .ef-iconic-info-box {
    margin-bottom: 35px;
}

.ef-faq-info-sec .faq-info-box h3 {
    margin-bottom: 15px;
}

.ef-faq-info-sec .faq-info-box>p {
    font-size: 20px;
    line-height: 32px;
    color: rgba(33, 37, 41, 0.7);
}

/*  Blog Page CSS  */
.blog-details-wrapper .blog-post-main .ef-blog-post .post-thumbnail {
    margin-bottom: 30px;
}

.blog-details-wrapper .blog-post-main .ef-blog-post .post-thumbnail img {
    width: 100%;
    border-radius: 10px;
}

.blog-details-wrapper .blog-post-main .ef-blog-post .post-content .post-meta {
    margin-bottom: 10px;
}

.blog-details-wrapper .blog-post-main .ef-blog-post .post-content .post-meta span {
    margin-bottom: 10px;
}

.blog-details-wrapper .blog-post-main .ef-blog-post .post-content .post-meta span:not(:last-child) {
    margin-right: 30px;
}

@media (max-width: 767px) {
    .blog-details-wrapper .blog-post-main .ef-blog-post .post-content .post-meta span:not(:last-child) {
        margin-right: 15px;
    }
}

@media (max-width: 575px) {
    .blog-details-wrapper .blog-post-main .ef-blog-post .post-content .post-meta span:not(:last-child) {
        margin-right: 9px;
    }
}

.blog-details-wrapper .blog-post-main .ef-blog-post .post-content .post-meta span.category a {
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 30px;
    line-height: 15px;
}

.blog-details-wrapper .blog-post-main .ef-blog-post .post-content .post-meta span i {
    margin-right: 10px;
    color: var(--primary-color);
}

.blog-details-wrapper .blog-post-main .ef-blog-post .post-content h4.title {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .blog-details-wrapper .blog-post-main .ef-blog-post .post-content h4.title {
        font-size: 22px;
        line-height: 35px;
    }
}

.blog-details-wrapper .blog-post-main .ef-blog-post .post-content p {
    margin-bottom: 25px;
}

.blog-details-wrapper .blog-post-main .ef-blog-post .post-content .blockquote {
    position: relative;
    padding: 40px;
    border-radius: 10px;
    border-left: 5px solid var(--primary-color);
    background: rgba(98, 85, 250, 0.05);
    z-index: -1;
}

.blog-details-wrapper .blog-post-main .ef-blog-post .post-content .blockquote p {
    color: var(--heading-color);
    font-size: 20px;
    line-height: 32px;
}

.blog-details-wrapper .blog-post-main .ef-blog-post .post-content .blockquote .icon {
    position: absolute;
    bottom: 20px;
    right: 40px;
}

.blog-details-wrapper .blog-post-main .ef-blog-post .post-content .eduit-img img {
    width: 100%;
    border-radius: 10px;
}

.blog-details-wrapper .blog-post-main .ef-blog-post .post-content .check-list li {
    font-size: 15px;
}

.blog-details-wrapper .blog-post-main .ef-blog-post .post-content h4 {
    margin-bottom: 15px;
}

.blog-details-wrapper .blog-post-main .ef-blog-post .entry-footer {
    border-top: 1px solid rgba(33, 37, 41, 0.1);
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    padding: 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .blog-details-wrapper .blog-post-main .ef-blog-post .entry-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.blog-details-wrapper .blog-post-main .ef-blog-post .entry-footer span {
    color: var(--heading-color);
    font-weight: 700;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .blog-details-wrapper .blog-post-main .ef-blog-post .entry-footer .tag-links {
        text-align: center;
        margin-bottom: 15px;
    }
}

.blog-details-wrapper .blog-post-main .ef-blog-post .entry-footer .tag-links a {
    padding: 2px 10px;
    border-radius: 4px;
    border: 1px solid rgba(33, 37, 41, 0.1);
    margin-right: 5px;
}

.blog-details-wrapper .blog-post-main .ef-blog-post .entry-footer .tag-links a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
    border-color: transparent;
}

@media (max-width: 767px) {
    .blog-details-wrapper .blog-post-main .ef-blog-post .entry-footer .social-share {
        text-align: center;
    }
}

.blog-details-wrapper .blog-post-main .ef-blog-post .entry-footer .social-share a:hover {
    color: var(--primary-color);
}

.blog-details-wrapper .blog-post-main .ef-blog-post .entry-footer .social-share a:not(:last-child) {
    margin-right: 15px;
}

.blog-details-wrapper .comments-area .comments-list li:not(:last-child) {
    margin-bottom: 30px;
}

.blog-details-wrapper .comments-area .comment {
    padding: 25px 30px 20px;
    border: 1px solid var(--border-color);
    background-color: rgba(26, 26, 26, 0.01);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
}

.blog-details-wrapper .comments-area .comment .comment-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 55px;
    height: 55px;
    margin-right: 15px;
}

.blog-details-wrapper .comments-area .comment .comment-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.blog-details-wrapper .comments-area .comment .comment-author-content span {
    margin-bottom: 15px;
    display: block;
    line-height: 25px;
}

.blog-details-wrapper .comments-area .comment .comment-author-content span.author-name {
    display: block;
    font: 700 20px var(--heading-font);
    color: var(--heading-color);
    line-height: 32px;
}

.blog-details-wrapper .comments-area .comment .comment-author-content span.date {
    font: 400 16px var(--body-font);
    color: var(--text-color);
}

.blog-details-wrapper .comments-area .comment .comment-author-content p {
    margin-bottom: 15px;
}

.blog-details-wrapper .comments-area .comment .comment-author-content .reply {
    color: var(--heading-color);
    font-weight: 500;
}

.blog-details-wrapper .comments-area .comment .comment-author-content .reply i {
    color: var(--primary-color);
    margin-right: 7px;
}

.blog-details-wrapper .comments-area .comment .comment-author-content .reply:hover {
    color: var(--primary-color);
}

/* Sidebar Widget Area */
.sidebar-widget-area .sidebar-widget {
    padding: 23px 30px 30px;
    border-radius: 10px;
    border: 1px solid rgba(33, 37, 41, 0.1);
    background-color: rgba(26, 26, 26, 0.01);
}

.sidebar-widget-area .sidebar-widget h4.sidebar-title {
    margin-bottom: 20px;
    text-transform: capitalize;
}

.sidebar-widget-area .sidebar-widget h4.sidebar-title:after {
    display: block;
    content: "";
    width: 70px;
    height: 2px;
    background-color: var(--primary-color);
    margin-top: 10px;
    margin-bottom: 10px;
}

.sidebar-widget-area .sidebar-widget ul.radio-list li:not(:last-child) {
    margin-bottom: 10px;
}

.sidebar-widget-area .sidebar-widget ul.radio-list li label {
    display: block;
}

.sidebar-widget-area .sidebar-widget ul.radio-list li span {
    width: 100%;
}

.sidebar-widget-area .sidebar-widget ul.radio-list li span span {
    float: right;
}

.sidebar-widget-area .sidebar-widget.sidebar-search-widget {
    padding: 0;
    background-color: transparent;
}

.sidebar-widget-area .sidebar-widget.sidebar-search-widget .widget-content form input {
    border-radius: 8px;
    width: 100%;
    border: none;
    background-color: rgba(26, 26, 26, 0.01);
    padding: 12px 20px;
    font-size: 18px;
}

.sidebar-widget-area .sidebar-widget.sidebar-search-widget .widget-content form .search-btn {
    color: var(--heading-color);
    position: absolute;
    top: 13px;
    right: 20px;
    background-color: transparent;
}

.sidebar-widget-area .sidebar-widget.sidebar-post-widget .recent-post-list .post-thumbnail-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sidebar-widget-area .sidebar-widget.sidebar-post-widget .recent-post-list .post-thumbnail-content:not(:last-child) {
    margin-bottom: 30px;
}

.sidebar-widget-area .sidebar-widget.sidebar-post-widget .recent-post-list .post-thumbnail-content img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 80px;
    height: 80px;
    border-radius: 7px;
}

.sidebar-widget-area .sidebar-widget.sidebar-post-widget .recent-post-list .post-thumbnail-content .post-title-date h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}

.sidebar-widget-area .sidebar-widget.sidebar-post-widget .recent-post-list .post-thumbnail-content .post-title-date h6:hover {
    color: var(--primary-color);
}

.sidebar-widget-area .sidebar-widget.sidebar-post-widget .recent-post-list .post-thumbnail-content .post-title-date span.posted-on {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}

.sidebar-widget-area .sidebar-widget.sidebar-category-widget {
    padding: 23px 30px 25px;
}

.sidebar-widget-area .sidebar-widget.sidebar-category-widget .widget-content ul li:not(:last-child) a {
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 15px;
}

.sidebar-widget-area .sidebar-widget.sidebar-category-widget .widget-content ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 500 16px var(--body-font);
}

.sidebar-widget-area .sidebar-widget.sidebar-category-widget .widget-content ul li a:hover {
    color: var(--primary-color);
}

.sidebar-widget-area .sidebar-widget.sidebar-category-widget .widget-content ul li a i {
    margin-right: 10px;
}

.sidebar-widget-area .sidebar-widget.sidebar-category-widget .widget-content ul li a span {
    margin-left: auto;
}

.sidebar-widget-area .sidebar-widget.sidebar-tag-widget {
    padding: 23px 30px 20px;
}

.sidebar-widget-area .sidebar-widget.sidebar-tag-widget .tagcloud a {
    padding: 7px 20px;
    line-height: 20px;
    border-radius: 8px;
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    font: 500 16px var(--heading-font);
    text-transform: capitalize;
    margin-bottom: 10px;
    margin-right: 5px;
}

.sidebar-widget-area .sidebar-widget.sidebar-tag-widget .tagcloud a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.sidebar-widget-area .sidebar-widget.sidebar-course-info-widget {
    padding: 20px;
}

.sidebar-widget-area .sidebar-widget.sidebar-course-info-widget .widget-content .course-preview {
    position: relative;
    overflow: hidden;
    border-radius: 7px;
    margin-bottom: 15px;
}

.sidebar-widget-area .sidebar-widget.sidebar-course-info-widget .widget-content .course-preview img {
    border-radius: 7px;
}

.sidebar-widget-area .sidebar-widget.sidebar-course-info-widget .widget-content .course-preview .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sidebar-widget-area .sidebar-widget.sidebar-course-info-widget .widget-content .course-preview .play-button .video-popup {
    width: 50px;
    height: 50px;
    font-size: 14px;
}

.sidebar-widget-area .sidebar-widget.sidebar-course-info-widget .widget-content .course-preview .play-button .video-popup:after,
.sidebar-widget-area .sidebar-widget.sidebar-course-info-widget .widget-content .course-preview .play-button .video-popup:before {
    display: none;
}

.sidebar-widget-area .sidebar-widget.sidebar-course-info-widget .widget-content .course-preview .hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 7px;
}

.sidebar-widget-area .sidebar-widget.sidebar-course-info-widget .widget-content .course-info h4 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
}

.sidebar-widget-area .sidebar-widget.sidebar-course-info-widget .widget-content .course-info h4 span.price {
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 7px 15px;
    line-height: 14px;
    border-radius: 10px;
    margin-right: 10px;
}

.sidebar-widget-area .sidebar-widget.sidebar-course-info-widget .widget-content .course-info .course-button {
    margin-bottom: 15px;
}

.sidebar-widget-area .sidebar-widget.sidebar-course-info-widget .widget-content .course-info .course-button .theme-btn {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.sidebar-widget-area .sidebar-widget.sidebar-course-info-widget .widget-content .course-info .course-button p {
    font-size: 16px;
}

.sidebar-widget-area .sidebar-widget.sidebar-course-info-widget .widget-content .course-info h4.title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.sidebar-widget-area .sidebar-widget.sidebar-course-info-widget .widget-content .course-info ul li {
    font-size: 16px;
}

.sidebar-widget-area .sidebar-widget.sidebar-course-info-widget .widget-content .course-info ul li:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
}

.sidebar-widget-area .sidebar-widget.sidebar-course-info-widget .widget-content .course-info ul li span {
    float: right;
}

.sidebar-widget-area .sidebar-widget.sidebar-event-widget h4.price {
    color: var(--primary-color);
    margin-bottom: 10px;
}

.sidebar-widget-area .sidebar-widget.sidebar-event-widget h4.price span {
    padding: 10px 12px;
    line-height: 10px;
    font-size: 14px;
    background-color: var(--primary-color);
    color: var(--white-color);
    float: right;
    letter-spacing: 0.14px;
    border-radius: 14px;
}

.sidebar-widget-area .sidebar-widget.sidebar-event-widget ul li {
    display: block;
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
}

.sidebar-widget-area .sidebar-widget.sidebar-event-widget ul li span {
    float: right;
}

.sidebar-widget-area .sidebar-widget.sidebar-event-widget .theme-btn {
    width: 100%;
    margin-top: 20px;
}

/* Contact Page CSS */
.form_control {
    margin-bottom: 20px;
    padding: 13px 20px;
    border-radius: 10px;
    border: 1px solid rgba(33, 37, 41, 0.1);
    background-color: rgba(26, 26, 26, 0.01);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    min-height: 58px;
}

.form_control:focus {
    border-color: var(--primary-color);
}

.contact-form label {
    color: var(--heading-color);
    margin-bottom: 7px;
}

.contact-form label span {
    color: #FC6E6E;
}

.contact-form textarea {
    margin-bottom: 30px;
}

.contact-form .theme-btn {
    width: 100%;
    font-size: 18px;
    line-height: 30px;
}

.contact-wrapper {
    padding: 45px;
    border-radius: 10px;
    border: 1px solid rgba(33, 37, 41, 0.1);
    background-color: rgba(26, 26, 26, 0.01);
}

select.form_control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: 20px;
    padding: 13px 20px;
    border-radius: 10px;
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.contact-info i {
    display: inline-flex !important;
}

.detailed_syllabus {
    ul li {
        margin-bottom: 10px;

        b {
            color: #212529;
        }

        &:last-child {
            margin-bottom: 0;
        }
    }
}

.learning_outcome {
    ul li {
        margin-bottom: 20px;
        display: inherit !important;
        line-height: 24px;

        b {
            color: #212529;
        }

        &:last-child {
            margin-bottom: 0;
        }
    }
}

@media (max-width: 767px) {
    .contact-wrapper {
        padding: 30px 30px 45px;
    }
}

.contact-wrapper h2 {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .contact-wrapper h2 {
        font-size: 28px;
        line-height: 40px;
    }
}

.contact-wrapper p {
    margin-bottom: 13px;
}

/*  Signup Page CSS  */
.ef-user-sec .user-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 1199px) {
    .ef-user-sec .user-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.ef-user-sec .user-left {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 50px;
}

@media screen and (max-width: 1199px) {
    .ef-user-sec .user-left img {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .ef-user-sec .user-left {
        width: 100%;
        height: 100px;
    }
}

.ef-user-sec .user-right {
    width: 50%;
}

@media screen and (max-width: 1199px) {
    .ef-user-sec .user-right {
        width: 100%;
    }
}

.ef-user-sec .user-right {
    padding: 100px;
}

@media (min-width: 1200px) and (max-width: 1450px) {
    .ef-user-sec .user-right {
        padding: 50px;
    }
}

@media screen and (max-width: 1199px) {
    .ef-user-sec .user-right {
        padding: 50px;
    }
}

@media (max-width: 575px) {
    .ef-user-sec .user-right {
        padding: 30px;
    }
}

.ef-user-sec .user-right .user-form-wrapper {
    border-radius: 10px;
    border: 1px solid rgba(33, 37, 41, 0.1);
    background: rgba(26, 26, 26, 0.01);
    /*background-color: $white-color;*/
    padding: 80px 100px;
}

@media (min-width: 1200px) and (max-width: 1450px) {
    .ef-user-sec .user-right .user-form-wrapper {
        padding: 50px 70px;
    }
}

@media screen and (max-width: 1199px) {
    .ef-user-sec .user-right .user-form-wrapper {
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .ef-user-sec .user-right .user-form-wrapper {
        padding: 20px;
    }
}

.ef-user-sec .user-right .user-form-wrapper .brand-logo {
    margin-bottom: 35px;
}

.ef-user-sec .user-right .user-form-wrapper h3 {
    margin-bottom: 15px;
}

.ef-user-sec .user-right .user-form-wrapper p {
    margin-bottom: 20px;
}

.ef-user-sec .user-right .user-form-wrapper .login-form label {
    color: var(--heading-color);
}

.ef-user-sec .user-right .user-form-wrapper .login-form label span {
    color: #FC6E6E;
}

.ef-user-sec .user-right .user-form-wrapper .login-form .theme-btn {
    width: 100%;
    font-size: 18px;
    margin-bottom: 20px;
}

.ef-user-sec .user-right .user-form-wrapper .login-link:hover a {
    color: var(--primary-color);
}

.ef-user-sec .user-right .user-form-wrapper .others-login {
    position: relative;
    z-index: 1;
}

.ef-user-sec .user-right .user-form-wrapper .others-login .text {
    padding: 0 15px;
    display: inline-block;
    background-color: var(--white-color);
}

.ef-user-sec .user-right .user-form-wrapper .others-login:after {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(33, 37, 41, 0.1);
    content: "";
    z-index: -1;
}

.ef-user-sec .user-right .user-form-wrapper .social-login .theme-btn {
    width: 100%;
    margin-bottom: 20px;
}

.ef-user-sec .user-right .user-form-wrapper .social-login .theme-btn.style-one {
    background-color: rgba(26, 26, 26, 0.01);
    color: var(--heading-color);
}

.ef-user-sec .user-right .user-form-wrapper .social-login .theme-btn.style-one img {
    margin-right: 10px;
}

.ef-user-sec .user-right .user-form-wrapper .register a {
    color: var(--primary-color);
    text-decoration: underline;
}

/*  404 Page CSS  */
.ef-error-sec .edufit-content-box .edufit-img {
    margin-bottom: 40px;
}

.ef-error-sec .edufit-content-box h1 {
    margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
    .ef-error-sec .edufit-content-box h1 {
        font-size: 44px;
        line-height: 55px;
    }
}











/*28/02/2026*/
:root {
    --primary: #4842A8;
    --primary-dark: #332f7a;
    --primary-light: #6c67c9;
    --accent: #8f8bdc;
    --soft: #eeecfc;
    --ink: #1a1830;
    --cream: #f8f7ff;
    --white: #ffffff;
}

.banner-wrapper {
    border-radius: 16px;
    background: var(--white);
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    box-shadow: 0 12px 48px rgba(72, 66, 168, 0.07);
}

.banner-left {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    border-right: 1.5px solid var(--soft);
    position: relative;
}

.banner-left>* {
    position: relative;
    z-index: 1;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--primary);
}

.eyebrow .pill {
    background: var(--soft);
    color: var(--primary);
    border-radius: 100px;
    padding: 3px 10px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

h2.headline {
    font-size: clamp(22px, 3vw, 38px);
    font-weight: 800;
    line-height: 1.15;
    color: var(--ink);
    margin: 0;
}

h2.headline .highlight {
    color: var(--primary);
    position: relative;
    display: inline;
}

h2.headline .highlight::after {
    content: '';
    display: block;
    height: 3px;
    background: var(--accent);
    border-radius: 2px;
    opacity: 0.45;
    margin-top: 1px;
}

.stat-chip {
    background: var(--soft);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid rgba(72, 66, 168, 0.1);
    flex: 1 1 80px;
    min-width: 80px;
}

.stat-num {
    font-size: 20px;
    font-weight: 800;
    color: var(--primary);
    line-height: 1;
}

.stat-label {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7c7aaa;
    margin-top: 7px;
    white-space: nowrap;
    line-height: normal;
}

.cta-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.btn-cta {
    font-family: 'SUSE', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    background: var(--primary);
    color: #fff;
    border: none;
    padding: 13px 28px;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    box-shadow: 0 4px 16px rgba(72, 66, 168, 0.3);
    white-space: nowrap;
}

.btn-cta:hover {
    background: var(--primary-dark);
    transform: translateY(-1px);
    box-shadow: 0 6px 22px rgba(72, 66, 168, 0.4);
    color: #fff;
}

.btn-ghost {
    font-family: 'SUSE', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: var(--primary);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    opacity: 0.85;
    transition: opacity 0.2s;
    white-space: nowrap;
}

.btn-ghost:hover {
    opacity: 1;
    color: var(--primary);
}

.banner-right {
    background: linear-gradient(145deg, var(--primary) 0%, var(--primary-dark) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 44px 24px;
    text-align: center;
    gap: 14px;
    position: relative;
    overflow: hidden;
}

.banner-right::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 170px;
    height: 170px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.banner-right::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: -40px;
    width: 190px;
    height: 190px;
    border: 2px solid rgba(255, 255, 255, 0.07);
    border-radius: 50%;
}

.badge-ring {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    position: relative;
    z-index: 1;
}

.badge-ring::before {
    content: '';
    position: absolute;
    inset: 7px;
    border: 1.5px dashed rgba(255, 255, 255, 0.22);
    border-radius: 50%;
}

.badge-pct {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

.badge-sub {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    margin-top: 5px;
    line-height: normal;
}

.right-label {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    position: relative;
    z-index: 1;
}

.right-sub {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.7;
    position: relative;
    z-index: 1;
    margin: 0;
}

.verified-tag {
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.88);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    z-index: 2;
}

@media (max-width: 991px) {
    .banner-wrapper {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
    }

    .banner-left {
        border-right: none;
        border-bottom: 1.5px solid var(--soft);
        padding: 36px 32px;
        gap: 18px;
    }

    .banner-right {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 20px 32px;
        padding: 28px 32px;
    }

    .badge-ring {
        width: 80px;
        height: 80px;
        flex-shrink: 0;
    }

    .badge-pct {
        font-size: 24px;
    }

    .right-info {
        text-align: left;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .right-label {
        font-size: 14px;
    }

    .right-sub {
        font-size: 11px;
    }

    .verified-tag {
        top: 10px;
        right: 12px;
    }

    .banner-right::before,
    .banner-right::after {
        display: none;
    }
}

@media (max-width: 575px) {
    body {
        padding: 12px;
    }

    .banner-wrapper {
        border-radius: 14px;
    }

    .banner-left {
        padding: 28px 20px;
        gap: 16px;
    }

    h2.headline {
        font-size: 22px;
        line-height: 1.2;
    }

    h2.headline br {
        display: none;
    }

    .stats-row {
        gap: 6px;
    }

    .stat-chip {
        padding: 8px 12px;
        flex: 1 1 70px;
    }

    .stat-num {
        font-size: 17px;
    }

    .stat-label {
        font-size: 9px;
    }

    .btn-cta {
        font-size: 13px;
        padding: 12px 22px;
        width: 100%;
        text-align: center;
    }

    .cta-group {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .banner-right {
        flex-direction: column;
        padding: 24px 20px;
        gap: 10px;
    }

    .right-info {
        text-align: center;
    }

    .badge-ring {
        width: 78px;
        height: 78px;
    }

    .badge-pct {
        font-size: 22px;
    }

    .right-label {
        font-size: 13px;
    }

    .right-sub {
        font-size: 10px;
    }
}

@media (min-width: 1200px) {
    .banner-wrapper {
        grid-template-columns: 1fr 320px;
    }

    .banner-left {
        padding: 40px;
        gap: 24px;
    }

    .badge-ring {
        width: 150px;
        height: 150px;
    }

    .badge-pct {
        font-size: 36px;
    }
}

:root {
    --primary: #4842A8;
    --primary-dark: #332f7a;
    --accent: #8f8bdc;
    --soft: #eeecfc;
    --ink: #1a1830;
    --muted: #6b6892;
    --white: #ffffff;
    --cream: #f4f3fc;
    --border: rgba(72, 66, 168, 0.14);
}

.inquiry-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.left-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.card-box {
    background: var(--white);
    border-radius: 18px;
    border: 1px solid var(--border);
    box-shadow: 0 4px 24px rgba(72, 66, 168, 0.08);
    padding: 26px 24px;
}

.card-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 20px;
}

.card-title-bar {
    width: 4px;
    height: 16px;
    background: var(--primary);
    border-radius: 2px;
    flex-shrink: 0;
}

.steps-list {
    display: flex;
    flex-direction: column;
    gap: 31px;
}

.step-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.step-num {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1.5px solid var(--border);
    background: var(--soft);
    color: var(--primary);
    font-size: 14px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.step-title {
    font-weight: 700;
    color: var(--ink);
    line-height: 1.2;
    margin-bottom: 3px;
}

.step-desc {
    line-height: 1.55;
}

.testimonial-card {
    background: linear-gradient(145deg, var(--primary) 0%, var(--primary-dark) 100%);
    border-radius: 18px;
    padding: 26px 24px;
    position: relative;
    overflow: hidden;
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: -16px;
    right: 18px;
    font-size: 110px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.07);
    line-height: 1;
    pointer-events: none;
}

.star-row {
    display: flex;
    gap: 2px;
    margin-bottom: 12px;
}

.star-row span {
    color: #ffd166;
    font-size: 24px;
}

.testimonial-text {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 1;
}

.avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    border: 2px solid rgba(255, 255, 255, 0.28);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    flex-shrink: 0;
}

.author-name {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    line-height: normal;
}

.author-role {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.58);
    margin-top: 2px;
    line-height: normal;
}

.form-card {
    background: var(--white);
    border-radius: 18px;
    border: 1px solid var(--border);
    box-shadow: 0 12px 48px rgba(72, 66, 168, 0.07);
    padding: 36px 32px 32px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.form-heading {
    font-size: 22px;
    font-weight: 800;
    color: var(--ink);
    margin-bottom: 6px;
}

.form-subhead {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.65;
    margin-bottom: 26px;
}

.f-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 14px;
}

.f-row.full {
    grid-template-columns: 1fr;
}

.fg {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.fg-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ink);
}

.req {
    color: #e05252;
}

.fg-input,
.fg-select,
.fg-textarea {
    font-family: 'SUSE', sans-serif;
    font-size: 13.5px;
    font-weight: 400;
    color: var(--ink);
    background: var(--cream);
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 11px 14px;
    width: 100%;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
    outline: none;
    -webkit-appearance: none;
}

.fg-input::placeholder,
.fg-textarea::placeholder {
    color: #b4b2d4;
}

.fg-input:focus,
.fg-select:focus,
.fg-textarea:focus {
    border-color: var(--primary);
    background: var(--white);
    box-shadow: 0 0 0 3px rgba(72, 66, 168, 0.1);
}

.sel-wrap {
    position: relative;
}

.sel-wrap::after {
    content: '';
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid var(--primary);
    pointer-events: none;
}

.fg-select {
    cursor: pointer;
    padding-right: 36px;
}

.phone-wrap {
    display: flex;
}

.flag-pfx {
    font-family: 'SUSE', sans-serif;
    font-size: 12px;
    font-weight: 600;
    background: var(--soft);
    border: 1.5px solid var(--border);
    border-right: none;
    border-radius: 10px 0 0 10px;
    padding: 11px 12px;
    color: var(--ink);
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
}

.phone-wrap .fg-input {
    border-radius: 0 10px 10px 0;
    border-left-color: transparent;
}

.phone-wrap .fg-input:focus {
    border-left-color: var(--primary);
}

.fg-textarea {
    resize: vertical;
    min-height: 96px;
}

.privacy-note {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    color: var(--muted);
    margin-top: 12px;
}

@media (max-width: 900px) {
    .inquiry-wrap {
        grid-template-columns: 1fr;
    }

    .left-col {
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .testimonial-card {
        grid-column: 1 / -1;
    }

    .form-card {
        padding: 28px 24px 24px;
    }
}

@media (max-width: 599px) {
    body {
        padding: 0 12px 20px 12px;
    }

    .left-col {
        grid-template-columns: 1fr;
    }

    .f-row {
        grid-template-columns: 1fr;
    }

    .form-card {
        padding: 26px 18px 20px;
    }

    .form-heading {
        font-size: 19px;
    }

    .stat-val {
        font-size: 22px;
    }
}

:root {
    --primary: #4842A8;
    --primary-dark: #332f7a;
    --primary-mid: #5c56c0;
    --accent: #8f8bdc;
    --soft: #eeecfc;
    --softer: #f4f3fc;
    --ink: #1a1830;
    --muted: #6b6892;
    --border: rgba(72, 66, 168, 0.14);
    --white: #ffffff;
    --cream: #f8f7ff;
}

.cta-section {
    position: relative;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--border);
    box-shadow: 0 12px 48px rgba(72, 66, 168, 0.07);
}

.cta-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 40px;
    padding: 40px;
}

.cta-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tag-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--soft);
    border: 1px solid var(--border);
    border-radius: 100px;
    padding: 6px 16px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--primary);
    width: fit-content;
}

.tag-dot {
    width: 7px;
    height: 7px;
    background: #4caf6e;
    border-radius: 50%;
    box-shadow: 0 0 6px #4caf6e;
    animation: blink 2s ease-in-out infinite;
    flex-shrink: 0;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.35;
    }
}

.cta-headline {
    font-size: clamp(26px, 4vw, 46px);
    font-weight: 900;
    line-height: 1.08;
    color: var(--ink);
    letter-spacing: -0.02em;
}

.cta-headline .colored {
    color: var(--primary);
    position: relative;
    display: inline;
}

.cta-desc {
    font-size: 15px;
    font-weight: 400;
    color: var(--muted);
    line-height: 1.75;
    max-width: 600px;
}

.proof-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 18px;
}

.avatar-stack {
    display: flex;
}

.av {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid var(--white);
    font-size: 11px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -9px;
    flex-shrink: 0;
}

.av:first-child {
    margin-left: 0;
}

.av-1 {
    background: #6c63ff;
    color: #fff;
}

.av-2 {
    background: #ff6b6b;
    color: #fff;
}

.av-3 {
    background: #ffd166;
    color: #1a1830;
}

.av-4 {
    background: #06d6a0;
    color: #1a1830;
}

.av-5 {
    background: var(--soft);
    border-color: var(--border);
    color: var(--primary);
    font-size: 9px;
    font-weight: 800;
}

.proof-text {
    font-size: 13px;
    font-weight: 500;
    color: var(--muted);
}

.proof-text strong {
    color: var(--ink);
    font-weight: 700;
}

.proof-divider {
    width: 1px;
    height: 18px;
    background: var(--border);
}

.proof-stars {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 13px;
}

.proof-stars .s {
    color: #f4b400;
}

.proof-stars span {
    font-size: 12px;
    font-weight: 600;
    color: var(--muted);
    margin-left: 4px;
}

.chips-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--softer);
    border: 1px solid var(--border);
    border-radius: 100px;
    padding: 5px 13px;
    font-size: 12px;
    font-weight: 600;
    color: var(--muted);
}

.chip-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--primary);
    flex-shrink: 0;
    opacity: 0.6;
}

.cta-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}

.btn-primary-cta {
    font-family: 'SUSE', sans-serif;
    font-size: 15px;
    font-weight: 7 00;
    letter-spacing: 0.03em;
    color: #fff;
    background: linear-gradient(135deg, var(--primary-mid), var(--primary-dark));
    border: none;
    padding: 16px 36px;
    border-radius: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    white-space: nowrap;
    transition: transform 0.18s, box-shadow 0.2s;
    box-shadow: 0 6px 24px rgba(72, 66, 168, 0.35);
    position: relative;
    overflow: hidden;
}

.btn-primary-cta::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 55%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.14), transparent);
    transition: left 0.5s;
}

.btn-primary-cta:hover::after {
    left: 160%;
}

.btn-primary-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 32px rgba(72, 66, 168, 0.45);
    color: #fff;
}

.btn-icon {
    width: 26px;
    height: 26px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    transition: transform 0.2s;
}

.btn-primary-cta:hover .btn-icon {
    transform: translateX(3px);
}

.btn-ghost-cta {
    font-family: 'SUSE', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: var(--primary);
    background: transparent;
    border: 1.5px solid var(--border);
    padding: 13px 32px;
    border-radius: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.btn-ghost-cta:hover {
    border-color: var(--primary);
    background: var(--soft);
    color: var(--primary-dark);
}

.reassurance {
    font-size: 11px;
    font-weight: 500;
    color: var(--muted);
    display: flex;
    align-items: center;
    gap: 5px;
    opacity: 0.8;
}

@media (max-width: 860px) {
    .cta-inner {
        grid-template-columns: 1fr;
        padding: 44px 36px;
        text-align: center;
    }

    .cta-left {
        align-items: center;
    }

    .cta-desc {
        max-width: 100%;
    }

    .tag-pill {
        margin: 0 auto;
    }

    .proof-row {
        justify-content: center;
    }

    .chips-row {
        justify-content: center;
    }

    .cta-right {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .reassurance {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .cta-inner {
        padding: 36px 24px;
    }

    .cta-headline {
        font-size: 26px;
    }

    .cta-desc {
        font-size: 14px;
    }

    .proof-divider {
        display: none;
    }

    .cta-right {
        flex-direction: column;
        width: 100%;
    }

    .btn-primary-cta,
    .btn-ghost-cta {
        width: 100%;
        justify-content: center;
    }
}

/* Decorative Blobs for CTA Section */
.blob {
    position: absolute;
    width: 300px;
    height: 300px;
    background: var(--primary);
    filter: blur(80px);
    opacity: 0.1;
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.blob-1 {
    top: -100px;
    left: -50px;
}

.blob-2 {
    bottom: -150px;
    right: -50px;
    background: var(--accent);
}

/*End 28/02/2026*/




.bg-gradient01 {
    background: linear-gradient(0deg,
            rgba(72, 66, 168, 0.0),
            rgba(110, 104, 210, 0.18),
            rgba(200, 198, 255, 0.0));
}











.grid-training {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 24px;
}

/* Card */
.card-training {
    background: var(--card);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 18px;
    padding: 32px 28px;
    position: relative;
    overflow: hidden;
    cursor: default;
    transition: transform 0.35s cubic-bezier(.22, .68, 0, 1.2), box-shadow 0.35s ease, border-color 0.3s;
}

.card-training::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.04), transparent 70%);
    pointer-events: none;
}

.card-training:hover {
    transform: translateY(-6px) scale(1.015);
    border-color: rgba(255, 255, 255, 0.12);
    /* box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.08); */
}

.card-training:hover::before {
    opacity: 1;
}

/* Card accent colors */
.card-training:nth-child(1) {
    --card-accent: linear-gradient(90deg, #f59e0b, #fcd34d);
}

.card-training:nth-child(2) {
    --card-accent: linear-gradient(90deg, #38bdf8, #7dd3fc);
}

.card-training:nth-child(3) {
    --card-accent: linear-gradient(90deg, #a78bfa, #c4b5fd);
}

.card-training:nth-child(4) {
    --card-accent: linear-gradient(90deg, #34d399, #6ee7b7);
}

.card-training:nth-child(5) {
    --card-accent: linear-gradient(90deg, #f87171, #fca5a5);
}

.card-training:nth-child(6) {
    --card-accent: linear-gradient(90deg, #fb923c, #fdba74);
}

.card-icon {
    width: 90px;
    height: 90px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
    background: transparent;
    /* border: 1px solid var(--primary-color); */
    /* cursor: pointer; */
}

.card-training:nth-child(1) .card-training-icon {
    --icon-bg: rgba(245, 158, 11, 0.12);
    --icon-border: rgba(245, 158, 11, 0.25);
}

.card-training:nth-child(2) .card-training-icon {
    --icon-bg: rgba(56, 189, 248, 0.12);
    --icon-border: rgba(56, 189, 248, 0.25);
}

.card-training:nth-child(3) .card-training-icon {
    --icon-bg: rgba(167, 139, 250, 0.12);
    --icon-border: rgba(167, 139, 250, 0.25);
}

.card-training:nth-child(4) .card-training-icon {
    --icon-bg: rgba(52, 211, 153, 0.12);
    --icon-border: rgba(52, 211, 153, 0.25);
}

.card-training:nth-child(5) .card-training-icon {
    --icon-bg: rgba(248, 113, 113, 0.12);
    --icon-border: rgba(248, 113, 113, 0.25);
}

.card-training:nth-child(6) .card-icon {
    --icon-bg: rgba(251, 146, 60, 0.12);
    --icon-border: rgba(251, 146, 60, 0.25);
}

.card-number {
    position: absolute;
    top: 20px;
    right: 24px;
    /* font-family: 'Playfair Display', serif; */
    font-size: 3.5rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.04);
    line-height: 1;
    user-select: none;
}

.card-training h3 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: -0.01em;
    line-height: 34px;
}

.card-training p {
    font-size: 16px;
    color: var(--muted);
    line-height: 1.65;
    font-weight: 300;
}

/* Bottom badge row */
.bottom-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 56px;
}

.badge {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    padding: 10px 20px;
    font-size: 0.82rem;
    color: var(--muted);
    font-weight: 400;
    transition: all 0.2s;
}

.badge:hover {
    background: rgba(255, 255, 255, 0.07);
    color: var(--text);
    border-color: rgba(255, 255, 255, 0.14);
}

.badge span {
    font-size: 1rem;
}

/* Animations */
@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translateY(-24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 640px) {
    .container {
        padding: 56px 16px;
    }

    .grid-training {
        grid-template-columns: 1fr;
    }
}

.card-training:hover .icon_card_training {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.card-training {
    background: var(--card);
    background: linear-gradient(135deg, #E6E9FF, #E3F2FD);

}

.card-training h3 {
    color: #000;
    /* color: #ffffff; */
}

.card-training p {
    color: #000;
    /* color: #ffffff; */
}

.bg-gradient01 {
    background: linear-gradient(0deg,
            rgba(72, 66, 168, 0.0),
            rgba(110, 104, 210, 0.18),
            rgba(200, 198, 255, 0.0));
}

.ef-course-grid-item {
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}



.contact-info .ef-iconic-info-box {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.contact-info .ef-iconic-info-box .icon-box {
    flex-shrink: 0;
}

.contact-info .ef-iconic-info-box .content {
    flex: 1;
}

.contact-info .ef-iconic-info-box .content h4 {
    margin-bottom: 5px;
}

.contact-info .ef-iconic-info-box .content p {
    margin-bottom: 0;
}

.slick-list {
    margin: 0 -10px;
}

.ef-category-item.style-two {
    min-height: 268px;
}

@media(max-width:767px) {
    .footer-default .mb-40 {
        margin-bottom: 0;
    }

    .footer-default .pb-75 {
        padding-bottom: 0px;
    }

    .footer-default .container {
        padding-bottom: 20px;
    }

    .footer-copyright .container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .hero-wrapper .hero-content {
        padding-top: 0;
        padding-bottom: 10px;
    }

    .ef-about-sec .mb-40 {
        margin-bottom: 40px;
    }

    .footer-widget-area.pt-120 {
        padding-top: 0;
    }

    .ef-about-sec .edufit-content-box.style-two {
        padding: 0 0px;
    }

    .ef-page-hero {
        padding: 16px;
    }

    .home-main .container,
    .about-main .container,
    .contact-main .container,
    .course-details-main .container {
        padding: 0 16px;
    }

    .course-details-main .ef-hero-sec.courses-listing .hero-content .theme-btn {
        width: 100%;
        max-width: 100%;
    }
}

.instructor-slider .slick-slide {
    padding: 0 10px;
}

.instructor-slider .slick-slide>div {
    width: 100%;
}

.instructor-slide-wrapper {
    width: 100%;
}

.testimonial-slider .owl-stage {
    display: flex;
}

.testimonial-slider .owl-item {
    display: flex;
    justify-content: center;
}

.testimonial-slider .ef-testimonial-item {
    width: 100%;
}

@media (max-width: 767px) {
    .testimonial-slider .ef-testimonial-item {
        margin: 0 auto;
    }

    .ef-iconic-info-box.style-two .icon-box {
        margin-right: 0;
    }
}

.owl-theme.testimonial-slider .owl-item {
    margin-left: 25px;
    margin-right: 00px;
}

.header-navigation .edufit-nav-menu .main-menu {
    margin-top: 30px;
    width: 300px;
}

.header-navigation .edufit-nav-menu {
    left: -345px;
}

.header-navigation .edufit-nav-menu .main-menu {
    margin-top: 0;
}