body {
    background-color: #f8f9fa;
    color: #333;
    overflow-x: hidden;
    /* padding-top: 70px; */
}

.container-fluid {
    max-width: 1920px;
}

/* Sticky Header */
.sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #333;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    /* Smooth transition for background and shadow */
    transform: translateY(0);
}

/* top nav */

.hero-section .container,
.hero-section .container-fluid {
    padding: 15px 15px 40px 70px;
}

header nav {
    background: #1D2026;
    padding: 0 70px;
    transition: transform 0.3s ease-in-out;
    z-index: 1001 !important;
}

header nav a {
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.14px;
}

header nav a:hover {
    color: #4C75FA !important;
}

header nav .phone-number {
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.14px;
}

header nav .phone-number a {
    text-decoration: none;
}

header .notification-dot {
    position: absolute;
    top: 10px;
    right: 12px;
    height: 6px;
    width: 6px;
    background-color: red;
    border-radius: 50%;
}

header .second-sec {
    background: #FFF;
    box-shadow: inset 0 -1px 0 0 #E9EAF0;
    padding: 24px 70px;
}

header a.navbar-brand.d-flex.align-items-center {
    padding-right: 43px;
}

header i.fa-bell {
    font-size: 18px;
}

@media (max-width: 1200px) {
    header .second-sec {
        padding: 24px 30px;
    }
}

@media (max-width: 768px) {
    header .second-sec {
        padding: 20px;
    }

    /* header .left-sec {
        flex-direction: column;
        align-items: center;
        text-align: center;
    } */

    header form .form-control {
        width: 100%;
    }

    .best-selling-courses h5 {
        font-size: 12px !important;
    }

    .best-selling-courses .card-body:after {
        bottom: 40px !important;
    }

    .featured-courses-section .section-description {
        font-size: 16px !important;
    }

    .featured-courses-section .size, .featured-courses-section .difficulty, .featured-courses-section .duration {
        font-size: 12px !important;
    }

    footer .row .col-md-4 {
        padding: 0 !important;
    }

    footer nav a {
        font-size: 12px !important;
    }

    footer nav ul li {
        margin-right: 1px !important;
    }

    footer .social-icons a {
        font-size: 16px !important;
    }
}

@media (max-width: 576px) {
    header .second-sec {
        padding: 15px;
    }

    header .browse.btn {
        width: 100%;
        gap: 10px;
    }

    header form {
        width: 100%;
    }

    header form .form-control {
        padding: 12px;
    }

    header .d-flex.align-items-center>* {
        flex: 1 1 auto;
    }

    .hero-section h1 {
        font-size: 32px !important;
    }

    .about-sec-2 p {
        font-size: 15px !important;
    }
}

header .browse.btn {
    display: flex;
    width: 200px;
    height: 48px;
    padding: 12px 18px;
    justify-content: center;
    align-items: center;
    gap: 91px;
    margin-right: 16px;
    background: #fff;
    border: 1px solid var(--Gray-100, #E9EAF0);
    color: var(--Gray-700, #4E5566);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

header form {
    position: relative;
}

header form .input-group-text {
    background-color: #FFF;
}

header form .input-group-text i {
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    color: rgba(29, 32, 38, 1);
}

header form span {
    position: absolute;
    bottom: 0;
    top: 0;
    margin: 1px;
}

header form input.form-control {
    display: flex;
    width: 424px;
    height: 48px;
    padding: 12px 162px 12px 48px;
    align-items: center;
    color: var(--Gray-500, #8C94A3);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/* Hero Section */

.hero-section {
    background: linear-gradient(20deg, rgba(206, 44, 190, 0.16), #F5F6FF) 100% 100%,
        url(../images/stars.png) left no-repeat;
    background-size: 100%, 50% auto;
    min-height: 100vh;
    width: 100%;
}

.hero-section h1 {
    color: #333;
    font-family: Poppins, sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
}

.hero-section h1 .highlight {
    color: #4C75FA;
}

.hero-section p {
    color: #24272D;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 29px;
}

.hero-section .btn-primary {
    background-color: #4C75FA;
    border: none;
    color: #FFF;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
    display: inline-flex;
    height: 48px;
    padding: 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.hero-section .btn-primary:hover {
    background-color: #FFF;
    color: #4C75FA;
}

.hero-section .left {
    text-align: left;
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
}

/* best selling cources */

.best-selling-courses .container-fluid {
    padding: 0 70px;
}

.best-selling-courses {
    background: rgba(81, 102, 249, 0.15);
}

.best-selling-courses h2 {
    color: var(--Gray-900, #1D2026);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 46.904px;
    letter-spacing: -0.48px;
    padding-bottom: 2rem;
}

.best-selling-courses .category-badge {
    display: flex;
    padding: 3.909px 5.863px;
    justify-content: center;
    align-items: center;
    gap: 9.772px;
    font-family: Inter;
    font-size: 9.772px;
    font-style: normal;
    font-weight: 500;
    line-height: 11.726px;
    text-transform: uppercase;
}

.best-selling-courses .category-badge.category-1 {
    background: var(--Primary-100, #FFEEE8);
    color: var(--Primary-700, #993D20);
}

.best-selling-courses .category-badge.category-2 {
    background: var(--Secondary-100, #EBEBFF);
    color: var(--Secondary-700, #342F98);
}

.best-selling-courses .category-badge.category-3 {
    background: var(--Success-100, #E1F7E3);
    color: var(--Success-700, #15711F);
}

.best-selling-courses .card-body:after {
    content: '';
    position: absolute;
    width: 100%;
    background: #E9EAF0;
    height: 1px;
    bottom: 50px;
    left: 0;
}

.best-selling-courses .price-badge {
    color: #4C75FA;
    font-family: Inter;
    font-size: 15.635px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.497px;
}

.best-selling-courses h5 {
    color: var(--Gray-900, #1D2026);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.16px;
    padding: 12px 0;
}

.best-selling-courses .rate {
    color: var(--Gray-700, #4E5566);
    font-family: Inter;
    font-size: 13.68px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.543px;
    letter-spacing: -0.137px;
}

.best-selling-courses span i {
    width: 15.635px;
    height: 15.635px;
    justify-content: center;
    align-items: center;
    color: rgba(76, 117, 250, 1);
}

.best-selling-courses .size {
    color: var(--Gray-700, #4E5566);
    font-family: Inter;
    font-size: 13.68px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.543px;
    letter-spacing: -0.137px;
}

.best-selling-courses .student {
    color: var(--Gray-500, #8C94A3);
    font-family: Inter;
    font-size: 13.68px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.497px;
    letter-spacing: -0.137px;
}

.best-selling-courses .course-card {
    display: flex;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    margin-bottom: 20px;
    border: 0;
    border-radius: 0;
    min-height: 330px;
}

.best-selling-courses a {
    text-decoration: none;
}

@media (min-width: 992px) {
    .col-lg-2-4 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/* features section */

.featured-courses-section {
    padding: 5rem 0;
    background: var(--Gray-White, #FFF);
}

.featured-courses-section .heading {
    padding-bottom: 2rem;
    display: flex;
}

.featured-courses-section .container-fluid {
    padding: 0 70px;
}

.featured-courses-section h2 {
    color: var(--Gray-900, #1D2026);
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 46.904px;
    letter-spacing: -0.48px;
}

.featured-courses-section .section-description {
    color: var(--Gray-700, #4E5566);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
}

.featured-courses-section .courses-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
}

.featured-courses-section a {
    text-decoration: none;
}

.featured-courses-section .course-card {
    display: flex;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease;
    margin-bottom: 20px;
    border: 0;
    border-radius: 0;
    min-height: 220px;
}

.course-card:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.featured-courses-section .course-image {
    margin: auto;
    width: 214px;
    height: 193px;
    object-fit: cover;
    filter: drop-shadow(-0.977px 0px 0px #E9EAF0);
    margin-left: 0;
}

.featured-courses-section .section-description {
    color: var(--Gray-700, #4E5566);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
}

.featured-courses-section .course-content {
    padding: 1rem;
    text-align: left;
    width: 67%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.featured-courses-section .course-category {

    font-family: Inter;
    font-size: 9.772px;
    font-style: normal;
    font-weight: 500;
    line-height: 11.726px;
    text-transform: uppercase;
    background: #E1F7E3;
    display: flex;
    padding: 3.909px 5.863px;
    justify-content: center;
    align-items: center;
    gap: 9.772px;
}

.featured-courses-section .course-content:after {
    content: '';
    position: absolute;
    width: 100%;
    background: #E9EAF0;
    height: 1px;
    bottom: 50px;
    left: 0;
}

.course-category.health {
    background: var(--Success-100, #E1F7E3);
    color: var(--Success-700, #15711F);
}

.course-category.development {
    background: var(--Primary-100, #FFEEE8);
    color: var(--Primary-700, #993D20);
}

.course-category.music {
    background: var(--Warning-100, #FFF2E5);
    color: var(--Warning-800, #65390C);
}

.course-category.productivity {
    background: var(--Gray-50, #F5F7FA);
    color: var(--Gray-900, #1D2026);
}

.course-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #333;
}

.featured-courses-section .course-details {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #666;
}

.author,
.students,
.rating,
.difficulty,
.duration {
    display: flex;
    align-items: center;
}

.featured-courses-section .course-price {
    display: flex;
    align-items: baseline;
    margin-top: 1rem;
}

.featured-courses-section .discounted-price {
    color: var(--Gray-900, #1D2026);
    font-family: Inter;
    font-size: 17.589px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.452px;
    letter-spacing: -0.264px;
}

.featured-courses-section .original-price {
    color: var(--Gray-400, #A1A5B3);
    font-family: Inter;
    font-size: 13.68px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.452px;
    text-decoration-line: line-through;
}

.featured-courses-section .course-title {
    color: var(--Gray-900, #1D2026);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
}

.featured-courses-section .author {
    color: var(--Gray-700, #4E5566);
    font-family: Inter;
    font-size: 13.68px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.497px;
    letter-spacing: -0.137px;
}

.featured-courses-section .rate {
    color: var(--Gray-900, #1D2026);
    font-family: Inter;
    font-size: 13.68px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.543px;
    letter-spacing: -0.137px;
}

.featured-courses-section .author {
    color: var(--Gray-500, #8C94A3);
    font-family: Inter;
    font-size: 13.68px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.497px;
    letter-spacing: -0.137px;
}

.featured-courses-section span i {
    width: 15.635px;
    height: 15.635px;
    justify-content: center;
    align-items: center;
    color: rgba(76, 117, 250, 1);
}

.featured-courses-section .size,
.featured-courses-section .difficulty,
.featured-courses-section .duration {
    color: var(--Gray-700, #4E5566);
    font-family: Inter;
    font-size: 13.68px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.543px;
    letter-spacing: -0.137px;
}

.featured-courses-section .student {
    color: var(--Gray-500, #8C94A3);
    font-family: Inter;
    font-size: 13.68px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.497px;
    letter-spacing: -0.137px;
}


/* footer */

footer {
    background: #1D2026;
    color: #b0b0b0;
    padding: 20px 0;
}

footer .container-fluid {
    padding: 0 70px;
}

footer img {
    background: #fff;
}

footer a {
    text-decoration: none;
}

footer nav a {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

footer a:hover {
    color: rgba(76, 117, 250, 1);
}

footer .social-icons a {
    background: rgba(54, 59, 71, 0.40);
    margin: 0px 2px;
    color: #ffffff;
    font-size: 18px;
    transition: color 0.3s, background-color 0.3s;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

footer .social-icons a:hover {
    background-color: #1877f2;
    color: #ffffff;
}

/* footer .social-icons a[href*="instagram"]:hover {
    background-color: #e4405f;
}

footer .social-icons a[href*="linkedin"]:hover {
    background-color: #0077b5;
}

footer .social-icons a[href*="twitter"]:hover {
    background-color: #1da1f2;
}

footer .social-icons a[href*="youtube"]:hover {
    background-color: #ff0000;
} */

footer {
    position: relative;
}

footer hr {
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    margin: 0;
}

.footer .links ul {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

footer .copyright p,
footer .links a {
    color: var(--Gray-500, #8C94A3);
    text-align: justify;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.14px;
}

footer nav ul li {
    margin-right: 25px !important;
}

@media (max-width: 768px) {
    footer .row .col-md-4 {
        text-align: center !important;
    }

    footer .links ul {
        justify-content: center;
    }
}

/* cources page */

.filter.container-fluid {
    padding: 35px 70px;
}

.filter .filter-btn {
    margin-right: 24px;
    color: #4C75FA;
    font-family: Inter;
    font-size: 15.6px;
    font-style: normal;
    font-weight: 600;
    line-height: 46.8px;
    letter-spacing: -0.125px;
    text-transform: capitalize;
    border: 0.975px solid #4C75FA;
    background: var(--Gray-White, #FFF);
    border-radius: 0;
    display: flex;
    padding: 0px 23.4px;
    justify-content: center;
    align-items: center;
    gap: 23.4px;
}

.filter .filter-btn .badge {
    display: flex;
    padding: 3.9px 5.85px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 9.75px;
    background: rgba(76, 117, 250, 0.16);
    color: #4C75FA;
    text-align: center;
    font-family: Inter;
    font-size: 11.7px;
    font-style: normal;
    font-weight: 600;
    line-height: 15.6px;
    border-radius: 0;
}

.filter form {
    position: relative;
}

.filter form .input-group-text {
    background-color: #FFF;
}

.filter form .input-group-text i {
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    color: rgba(29, 32, 38, 1);
}

.filter form input.form-control {
    display: flex;
    width: 424px;
    height: 48px;
    padding: 12px 162px 12px 48px;
    align-items: center;
    color: var(--Gray-500, #8C94A3);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.filter form span {
    position: absolute;
    bottom: 0;
    top: 0;
    margin: 2px;
}

.sidebar-card {
    background-color: #fff;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.sidebar-card h5,
.sidebar-card h6 {
    color: #4a4a4a;
    font-weight: 600;
}

.filter .sort span {
    color: var(--Gray-700, #4E5566);
    font-family: Inter;
    font-size: 13.65px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.45px;
    letter-spacing: -0.137px;
}

.filter .sort select {
    border-radius: 0;
    display: flex;
    width: 195px;
    height: 46.8px;
    padding: 11.3px 15.6px 11.5px 17.55px;
    justify-content: center;
    align-items: center;
    gap: 128.25px;
    border: 0.975px solid var(--Gray-100, #E9EAF0);
    display: flex;
    width: 195px;
    height: 46.8px;
    padding: 11.3px 15.6px 11.5px 17.55px;
    justify-content: center;
    align-items: center;
    gap: 128.25px;
    color: var(--Gray-700, #4E5566);
    font-family: Inter;
    font-size: 15.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.4px;
    background-color: #fff;
}

.filter .suggest {
    padding: 23.4px 10px 15.6px 10px;
    background: var(--Gray-White, #FFF);
    box-shadow: 0px -0.975px 0px 0px #E9EAF0 inset;
}

.filter .suggest a {
    color: #4C75FA;
    font-family: Inter;
    font-size: 13.65px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.45px;
    letter-spacing: -0.137px;
}

.filter .suggest span {
    color: var(--Gray-900, #1D2026);
    font-family: Inter;
    font-size: 13.65px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.45px;
    letter-spacing: -0.137px;
}

.filter .suggest p span {
    color: var(--Gray-900, #1D2026);
    font-family: Inter;
    font-size: 13.65px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.5px;
    letter-spacing: -0.137px;
}

.filter .suggest p {
    color: var(--Gray-700, #4E5566);
    font-family: Inter;
    font-size: 13.65px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.45px;
    letter-spacing: -0.137px;
}

aside .accordion.head {
    display: flex;
    gap: 14px;
    flex-direction: column;
}

.accordion .accordion-item {
    border-radius: 0;
}

.accordion .accordion-body {
    padding: 0;
}

.accordion-item {
    border: 0;
}

.filter-sidebar h2 button {
    color: var(--Gray-900, #1D2026) !important;
    font-family: Inter;
    font-size: 17.55px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
}

.accordion-body h2 button {
    color: var(--Gray-900, #1D2026) !important;
    font-family: Inter;
    font-size: 13.65px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.45px;
    letter-spacing: -0.137px;
}

.accordion-collapse ul {
    padding: .6rem 1.2rem;
    margin: 0;
}

.accordion-button:focus {
    border-color: #ffffff;
    border: 0;
    box-shadow: unset;
}

.accordion-button:not(.collapsed) {
    color: rgba(76, 117, 250, 1);
    background-color: #ffffff;
    box-shadow: unset;
}

input[type="checkbox"]:checked~.count {
    color: #000000;
}

.filter i.fa.fa-star.me-2 {
    font-size: 14px;
    color: rgba(76, 117, 250, 1);
}


.accordion-collapse li {
    color: var(--Gray-700, #4E5566);
    font-family: Inter;
    font-size: 13.65px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.45px;
    letter-spacing: -0.137px;
    position: relative;
    padding: 3px 0;
}

.accordion-collapse span {
    position: absolute;
    right: 0;
    color: var(--Gray-500, #8C94A3);
    font-family: Inter;
    font-size: 11.7px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
}

.filter .form-check-input:checked {
    background-color: #4C75FA;
}

.filter button.accordion-button {
    border: 0.975px solid var(--Gray-100, #E9EAF0);
    border-radius: 0;
}

.filter-sidebar {
    background: var(--Gray-White, #FFF);
}

.cource-cards .card-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.cource-cards .card-text p {
    margin: 0;
    display: flex;
    gap: 10px;
}

.cource-cards .price .old {
    color: rgba(0, 0, 0, 0.25);
    font-family: Inter;
    font-size: 17.55px;
    font-style: normal;
    font-weight: 500;
    line-height: 23.4px;
}

.cource-cards .price .new {
    color: #4C75FA;
    font-family: Inter;
    font-size: 17.55px;
    font-style: normal;
    font-weight: 500;
    line-height: 23.4px;
}

.cource-cards h6 {
    color: var(--Gray-900, #1D2026);
    font-family: Inter;
    font-size: 15.6px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.45px;
}

.cource-cards .card-footer .lesson {
    color: var(--Gray-700, #4E5566);
    font-family: Inter;
    font-size: 13.65px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.5px;
    letter-spacing: -0.137px;
}

.cource-cards .card-footer .student {
    color: var(--Gray-500, #8C94A3);
    font-family: Inter;
    font-size: 13.65px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.45px;
    letter-spacing: -0.137px;
}

.cource-cards .card-footer .student span {
    color: var(--Gray-700, #4E5566);
    font-family: Inter;
    font-size: 13.65px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.5px;
    letter-spacing: -0.137px;
}

.filter .col a {
    text-decoration: none;
}

.cource-cards .card {
    max-height: 380px;
    border-radius: 0;
}

.cource-cards .card-footer {
    background: #fff;
    padding: 1rem;
}

.cource-cards .rate {
    color: var(--Gray-700, #4E5566);
    font-family: Inter;
    font-size: 13.68px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.543px;
    letter-spacing: -0.137px;
}

.cource-cards .rate i {
    width: 15.635px;
    height: 15.635px;
    justify-content: center;
    align-items: center;
    color: rgba(76, 117, 250, 1);
}

.custom-pagination .page-link {
    color: #666;
    background-color: transparent;
    border: none;
    font-weight: bold;
}

.custom-pagination .page-item.active .page-link {
    background-color: #466bff;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-pagination .page-link:hover {
    color: #466bff;
}

.custom-pagination .page-item .page-link {
    color: var(--Gray-900, #1D2026);
    text-align: center;
    font-family: Inter;
    font-size: 13.65px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.5px;
    letter-spacing: -0.137px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 5px;
}

.cource-cards nav {
    padding-top: 2rem;
}

.custom-pagination .prev-next {
    font-size: 18px;
    color: #99a3ff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-pagination .prev-next:hover {
    background-color: #e5e9ff;
}

.pagination li i {
    color: rgba(76, 117, 250, 1);
}

/* Course Card */
.course-card {
    border: none;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.course-card:hover {
    transform: translateY(-5px);
}

.filter .course-card img {
    object-fit: cover;
    width: 100%;
    height: 180px;
}

.course-card .badge-primary {
    background-color: #FFD700;
}

.course-card .price {
    font-weight: bold;
    color: #333;
}

.course-card .old-price {
    color: #999;
}

.accordion-body i {
    color: rgba(140, 148, 163, 1);
    width: 23.4px;
    height: 23.4px;
    font-size: 19px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-button:not(.collapsed) i {
    color: rgba(76, 117, 250, 1);
}

input[type="checkbox"]:checked+span {
    color: #000000;
}

li:has(input[type="checkbox"]:checked) {
    color: rgba(76, 117, 250, 1);
}


/* Pagination */

.pagination .page-item.active .page-link {
    background-color: #4C75FA;
    border-color: #007bff;
}

.pagination .page-link {
    color: #007bff;
}

.pagination .page-item .page-link:hover {
    background: rgba(76, 117, 250, 0.16);
    color: #4C75FA;
}


/* cource details */

.cource-details.container {
    background: #FFF;
    padding: 1.5rem 1rem;
}

.cource-details .course-title {
    color: var(--Gray-900, #1D2026);
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.32px;
    margin-bottom: 1rem;
}

.cource-details .instructor-image img {
    width: 55px;
    height: 55px;
    margin-right: -25px;
}

.cource-details .instructor-info {
    display: flex;
    flex-direction: column;
    margin-left: 2.5rem;
}

.cource-details .instructor-name {
    font-weight: 500;
    color: #333;
}

.cource-details .rating {
    font-size: 1rem;
    display: flex;
    align-items: center;
    color: rgba(253, 142, 31, 1);
}

.cource-details .stars {
    color: #fd8e1f;
    font-size: 28px;
    margin-bottom: 6px;
    margin-right: 4px;
}

.cource-details .rating-value {
    color: var(--Gray-900, #1D2026);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.cource-details .rating-count {
    color: var(--Gray-600, #6E7485);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.14px;
    margin-left: 8px;
}

.cource-details .image-container {
    position: relative;
}

.cource-details .play-button {
    width: 72px;
    height: 72px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    color: #007bff;
    cursor: pointer;
    font-size: 24px;
}

.cource-details .nav-tabs {
    width: 100%;
}

.cource-details .nav-item {
    flex: 1;
}

.cource-details .nav-link {
    width: 100%;
    text-align: center;
}


.cource-details .nav-tabs .nav-link {
    color: var(--Gray-700, #4E5566);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.cource-details .nav-tabs .nav-link.active {
    color: var(--Gray-900, #1D2026);
    border-color: transparent;
    border-bottom: 3px solid #0d6efd;
}

.cource-details .description-title {
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 1rem;
}

.cource-details .description-text {
    color: var(--Gray-700, #4E5566);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.14px;
}

.course-details .course-content h3 {
    color: var(--Gray-900, #1D2026);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.24px;
}

.cource-details .course-content ul li {
    color: var(--Gray-700, #4E5566);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.14px;
    margin-bottom: 1rem;
}

.cource-details .course-content ul li i {
    margin-right: 0.5rem;
    font-size: 19px;
    color: #4c75fa;
}

.cource-details aside {
    position: relative;
    border: 1px solid var(--Gray-100, #E9EAF0);
    background: var(--Gray-White, #FFF);
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.06);
}

.cource-details aside::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 6.6rem;
    left: 0;
    background: #E9EAF0;
}

.cource-details aside strong {
    color: var(--Gray-600, #6E7485) !important;
    font-weight: 400 !important;
}

.cource-details aside strong i {
    width: 24px;
    height: 24px;
    font-size: 18px;
    color: rgba(161, 165, 179, 1) !important;
}

.cource-details button.btn.btn-outline-secondary {
    width: 48%;
    color: var(--Gray-700, #4E5566);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.056px;
    text-transform: capitalize;
    border: 1px solid var(--Gray-100, #E9EAF0);
    background: var(--Gray-White, #FFF);
    padding: 0px 16px;
}

.cource-details button.btn.btn-outline-secondary:hover {
    color: #fff;
    background:#4E5566;
}


.cource-details .price h6 span {
    color: var(--Gray-900, #1D2026);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.cource-details .price h6 del {
    color: var(--Gray-500, #8C94A3);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: strikethrough;
}

.cource-details .price .discount {
    color: #4C75FA;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    background: rgba(76, 117, 250, 0.16);
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 4px 0;
}

.cource-details aside p.text-danger {
    color: var(--Error-500, #E34444);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.14px;
}

.cource-details aside h3 {
    font-size: 1.5rem;
    font-weight: bold;
}

.cource-details aside ul {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.cource-details aside .cart,
.cource-details aside .buy {
    font-weight: 600;
    padding: 0px 32px;
    background: #4C75FA;
    color: var(--Gray-White, #FFF);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: -0.18px;
    text-transform: capitalize;
    border-radius: 0;
    border: 0;
}

.cource-details aside .buy {
    color: #4C75FA;
    background: rgba(76, 117, 250, 0.16);
}

.cource-details aside .cart:hover {
    background: #8C94A3;
    color: #fff;
}

.cource-details aside .buy:hover {
    background: #8C94A3;
    color: #fff;
}


.cource-details aside .text-muted {
    color: var(--Gray-500, #8C94A3);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.14px;
}

.cource-details aside .text-muted strong {
    color: var(--Gray-600, #6E7485) !important;
    font-weight: 500 !important;
}

.cource-details .features::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 35.6rem;
    left: 1px;
    background: #E9EAF0;
}

.cource-details aside .features h5 {
    color: var(--Gray-900, #1D2026);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    padding: 24px 0 12px;
}

.cource-details aside .features i {
    width: 26px;
    height: 24px;
    color: rgba(76, 117, 250, 1);
}

.cource-details aside .features p {
    color: var(--Gray-700, #4E5566);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.14px;
}

.cource-details .share {
    padding-bottom: 10px;
}

.cource-details .share a i {
    width: 14px;
    height: 14px;
    font-size: 18px;
}

.cource-details .share a {
    background: var(--Gray-50, #F5F7FA);
    padding: 14px 16px;
    color: var(--Gray-700, #4E5566);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.14px;
    text-decoration: none;
    margin-right: 3px;
}

.cource-details .share a:hover {
    background: #4E5566;
    color: #F5F7FA;
}

.cource-details .share h5 {
    color: var(--Gray-900, #1D2026);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin: 3rem 0 2rem;
}

.cource-details .share::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 8.4rem;
    left: 1px;
    background: #E9EAF0;
}

.cource-details .accordion-button {
    font-weight: bold;
    color: #3b82f6;
}

.cource-details .accordion-button:not(.collapsed) {
    color: #3b82f6;
    background-color: #f0f4f8;
}

.cource-details .accordion-body ul li {
    padding: 0;
    color: var(--Gray-700, #4E5566);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.14px;
}

.cource-details .accordion-body ul li:last-child {
    border-bottom: none;
}

.cource-details .accordion-body ul li i {
    margin-right: 8px;
    color: #3b82f6;
}

.cource-details .accordion-header span.text-muted {
    font-size: 0.9rem;
}

.cource-details .accordion-item {
    border: none;
}

.course-content.curriculum {
    border: 1px solid #E9EAF0;
    padding: 10px 0 0;
}

.course-content.curriculum .header i {
    color: #3b82f6;
}

#curriculumAccordion .accordion-collapse span {
    color: var(--Gray-500, #8C94A3);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.14px;
    padding-right: 10px;
}

#curriculumAccordion .accordion-button::after {
    position: absolute;
    left: 10px;
}

#curriculumAccordion .accordion-button {
    padding: 15px 10px 15px 40px;
    border-top: 1px solid #E9EAF0;
}

#curriculumAccordion .accordion-button:not(.collapsed) {
    color: rgba(76, 117, 250, 1);
    background-color: transparent;
}

#curriculumAccordion button {
    color: var(--Gray-900, #1D2026);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

#curriculumAccordion i {
    margin: 0 10px;
    color: rgba(76, 117, 250, 1);
}

#curriculumAccordion .accordion-collapse ul {
    padding: .6rem 0;
}

#curriculumAccordion .accordion-body i {
    color: rgb(0, 0, 0);
}

.cource-details h3 {
    color: var(--Gray-900, #1D2026);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.24px;
    padding-bottom: 1rem;
}

.cource-details .course-content.top {
    background: rgba(76, 117, 250, 0.07);
}

.cource-details .text-muted i {
    margin-right: 4px;
}


.cource-details .instructor-section {
    border: 1px solid var(--Gray-100, #E9EAF0);
    background: var(--Gray-White, #FFF);
    padding: 20px 10px;
}

.cource-details span.created {
    color: var(--Gray-600, #6E7485);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.14px;
}

.cource-details .details {
    margin-left: 1rem;
}

.cource-details .details i {
    color: rgba(76, 117, 250, 1);

}

.cource-details .instructor-name {
    color: var(--Gray-900, #1D2026);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    padding-bottom: 0;
}

.cource-details .instructor-title,
.cource-details .instructor-bio {
    color: var(--Gray-600, #6E7485);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.14px;
}

.cource-details .course-rating,
.cource-details .students,
.cource-details .courses {
    color: var(--Gray-700, #4E5566);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.14px;
    margin-bottom: 20px;
    margin-right: 20px;
}

.cource-details .course-rating span,
.cource-details .students span,
.cource-details .courses span {
    color: var(--Gray-900, #1D2026);
    font-weight: 500;
    padding: 0 5px;
}

/* Course Rating Section */

.cource-details .course-rating-section {
    padding: 20px;
}

.cource-details .rating-score h2 {
    color: var(--Gray-900, #1D2026);
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: -0.96px;
}

.cource-details .rating-score p {
    color: var(--Gray-900, #1D2026);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.14px;
}

.cource-details .course-rating-section i {
    color: rgba(253, 142, 31, 1);
}

.cource-details .percent {
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cource-details .rating-bar {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.cource-details .rating-bar .rating {
    color: var(--Gray-600, #6E7485);
    text-align: right;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.14px;
    width: 34%;
    justify-content: space-evenly;
}

.cource-details .course-rating-section .rate {
    border: 1px solid var(--Gray-100, #E9EAF0);
    padding: 20px 0;
}

.cource-details .progress {
    flex: 1;
    height: 9px;
    margin: 0 12px;
    background-color: rgba(255, 242, 229, 1);
    border-radius: 0;
    max-width: 333px;
}

.cource-details span.percentage {
    color: var(--Gray-900, #1D2026);
    text-align: right;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.14px;
}

.cource-details .progress-bar {
    background-color: rgba(253, 142, 31, 1);
}

.cource-details .students-feedback {
    padding: 20px;
    border-radius: 8px;
}

.cource-details .student-avatar {
    width: 50px;
    height: 50px;
}

.cource-details .feedback-text {
    color: var(--Gray-700, #4E5566);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.14px;
}

.cource-details h3 span {
    font-weight: 400;
}

.cource-details .students-feedback .feedback {
    border-bottom: 1px solid #E9EAF0;
}

.cource-details .students-feedback .title {
    margin-bottom: 1rem;
}

.cource-details .students-feedback h3 {
    padding-bottom: 0;
}

.cource-details .students-feedback a {
    color: var(--Gray-700, #4E5566);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border: 1px solid var(--Gray-100, #E9EAF0);
    background: var(--Gray-White, #FFF);
    display: flex;
    width: 200px;
    padding: 12px 16px 12px 18px;
    justify-content: center;
    align-items: center;
    gap: 52px;
    text-decoration: none;
}

.cource-details .students-feedback .comment {
    padding-left: 1rem;
}

.cource-details .feedback .rating i {
    font-size: 13px;
    margin: 0 1px;
}

.cource-details .students-feedback .comment .time h5 {
    color: var(--Gray-900, #1D2026);
    text-align: right;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.14px;
    margin-right: .5rem;
}

.cource-details .load-button a {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -0.128px;
    text-transform: capitalize;
    display: flex;
    padding: 0px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    max-width: 170px;
    background: rgba(76, 117, 250, 0.79);
}

.cource-details .load-button a:hover {
    color: rgba(76, 117, 250, 0.79);
    background: #FFF;
}

.cource-details.container .course-content {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.cource-details .load-button a i {
    color: rgba(76, 117, 250, 1);
}

.cource-details .students-feedback .comment .time p {
    color: var(--Gray-600, #6E7485);

    /* Body Small/400 */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
}

/* about us */

section.hero-section h6 {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
    position: relative;
}

section.hero-section h5::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    background: #4C75FA;
    width: 143px;
    height: 4px;
}

section.hero-section h5 {
    color: #4C75FA;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
    padding-left: 158px;
}

.hero-section.about {
    background-color: #F5F6FF;
    background-image: url(../images/about-left.png);
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: bottom left;
    padding-top: 3rem;
    margin-bottom: 17rem;
}

.hero-section .box.wrapper {
    position: absolute;
    left: -6rem;
    bottom: 24px;
    width: 271px;
    padding: 12px 24px;
    justify-content: center;
    gap: 2px;
    border-radius: 16px;
    background: rgba(255, 253, 253, 0.60);
    box-shadow: 0px 4.755px 9.511px 0px rgba(51, 48, 48, 0.25);
    backdrop-filter: blur(5.000000476837158px);
}

.hero-section .box.wrapper h4 {
    color: #333;
    text-align: left;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin: 0;
}

.hero-section .box.wrapper .title {
    padding-left: 5px;
}

.hero-section .box.wrapper p {
    color: #333;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
    margin: 0;
}

.about-sec-1 .icons i {
    padding: 9px 9.395px 8.221px 9.824px;
    border-radius: 8px;
    background: #FFF;
    width: 44px;
    height: 44px;
    display: flex;
    font-size: 20px;
    color: #4C75FA;
    align-items: center;
    justify-content: center;
}

.about-sec-1 h3 {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding-top: 10px;
}

.about-sec-1 p {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.about-sec-2 h2 {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    text-transform: capitalize;
}


.about-sec-2 h2 span {
    color: #4C75FA;

}

.about-sec-2 h4 {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    text-transform: capitalize;
}

.about-sec-2 p {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
}

/* Steps Section */

.about-sec-2 .step-circle {
    position: relative;
    display: inline-block;
}

.about-sec-2 .step-number {
    position: absolute;
    top: 2rem;
    right: 1rem;
    background-color: #007bff;
    color: #fff;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    text-transform: capitalize;
}

.about-sec-1 {
    background: var(--LMS, #5166F9);
    padding-top: 14rem;
    padding-bottom: 2rem;
}

.about-sec-1 img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.about-sec-1 .play-button {
    width: 72px;
    height: 72px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    color: #007bff;
    cursor: pointer;
    font-size: 24px;
    top: -13rem;
}

.about-sec-2 h5 {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
    position: relative;
}

.about-sec-2 h5::before {
    content: '';
    position: absolute;
    left: -18rem;
    right: 0;
    margin: auto;
    top: 14px;
    background: #4C75FA;
    width: 94px;
    height: 4px;
}

.about-sec-2 h5::after {
    content: '';
    position: absolute;
    right: -18rem;
    left: 0;
    margin: auto;
    top: 14px;
    background: #4C75FA;
    width: 94px;
    height: 4px;
}

/* contact */

.contact-form {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-form h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #333;
}

.contact-form .form-label {
    font-weight: 500;
    color: #555;
}

.contact-form .form-control {
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 10px 15px;
}

.contact-form textarea#message {
    background-color: #fff;
    font-size: 1rem;
}

.contact-form .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.25);
}

.contact-form .btn-primary {
    background-color: #007bff;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 600;
    transition: background-color 0.3s;
}

.contact-form .btn-primary:hover {
    background-color: #0056b3;
}

.contact-form .form-check-input {
    accent-color: #007bff;
}

.contact-form .form-check-label {
    font-size: 0.9rem;
    color: #555;
}

.instructor-profile.container-fluid {
    padding: 35px 70px;
}

@media (min-width: 768px) {
    aside.col-md-3 {
        width: 22%;
        margin-right: 28px;
    }
}

.instructor-profile main {
    border-radius: 15px;
    background: #FFF;
    position: relative;
}

.instructor-profile main h2 {
    color: #161A1A;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.instructor-profile main h3 {
    color: #1D2026;
    font-family: Inter;
    font-size: 24.481px;
    font-style: normal;
    font-weight: 400;
    line-height: 32.642px;
    text-align: left;
}

.instructor-profile main p {
    color: #4E5566;
    font-family: Inter;
    font-size: 14.281px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.441px;
    letter-spacing: -0.143px;
    margin: 0;
}


.course-carousel .card {
    margin: 0 15px;
}

.course-carousel .slick-prev,
.course-carousel .slick-next {
    background: #4C75FA;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.course-carousel .slick-prev {
    left: -50px;
}

.course-carousel .slick-next {
    right: -50px;
}

.course-carousel .slick-prev:before,
.course-carousel .slick-next:before {
    content: '';
}

.slick-navigation {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -43px;
}

.slick-navigation .slick-prev,
.slick-navigation .slick-next {
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-next:before,
.slick-prev:before {
    display: none;
}

.slick-prev {
    left: auto;
    right: 50px;
}

.slick-next {
    right: 0;
}

.slick-navigation .slick-prev i,
.slick-navigation .slick-next i {
    font-size: 20px;
}

.slick-next {
    background-image: url('../images/right.png') !important;
}

.slick-prev {
    background-image: url('../images/left.png') !important;
}

.instructor-profile main .learn {
    color: var(--Gray-900, #1D2026);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.24px;
    padding-bottom: 20px;
    padding-top: 10px;
}


.instructor-profile h3.title {
    color: #161A1A;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.instructor-profile .main {
    border-radius: 15px;
    background: #FFF;
}

.instructor-profile .wrapper nav ol.breadcrumb li,
.instructor-profile .wrapper nav ol.breadcrumb li a {
    color: #161A1A;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

.instructor-profile .profile {
    position: relative;
    display: flex;
    height: 246px;
    border-radius: 15px;
    background: #4C75FA;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.instructor-profile .profile a i {
    position: absolute;
    right: 15px;
    top: 15px;
    margin: auto;
    display: flex;
    width: 36px;
    height: 36px;
    color: rgba(255, 255, 255, 1);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.14);
    justify-content: center;
    align-items: center;
}

.instructor-profile .contact p {
    color: #161A1A;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.instructor-profile .contact p a {
    color: #161A1A;
    text-decoration: none;
}

.instructor-profile .contact p strong {
    color: #828282;
    font-weight: 500 !important;
}

.instructor-profile nav a {
    background: #F5F6FF;
    color: rgba(130, 130, 130, 1);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 14px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.instructor-profile .profile h4 {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.instructor-profile .profile p {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.instructor-profile aside {
    border-radius: 15px;
    background: #FFF;
    z-index: 2;
}

.instructor-profile a {
    text-decoration: none;
}

.instructor-profile .card {
    border: none;
    border-radius: 0;
}

.instructor-profile .card-body {
    padding: 1rem;
}

.instructor-profile .card-body::after {
    content: '';
    position: absolute;
    width: 100%;
    height: .5px;
    background-color: #E9EAF0;
    bottom: 4.5rem;
    left: 0;
}

.instructor-profile main .card p {
    color: #6E7485;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.instructor-profile main .card h5 {
    color: #1D2026;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.14px;
    padding: 15px 0;
}

.instructor-profile .card-body {
    padding: 1rem .75rem;
    border: solid 1px #E9EAF0;
}

.instructor-profile main .card h4 {
    color: #23BD33;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.14px;
    margin: 0;
}

.instructor-profile .btn-block {
    display: block;
    border-radius: 0;
    color: #ffffff;
    border: 0;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.056px;
    text-transform: capitalize;
    background: #F5F6FF;
    margin-top: 5px;
}

.instructor-profile .btn-block:hover {
    color: #F5F6FF;
    background: #4C75FA;
}

.instructor-profile .progress {
    height: 6px;
    border-radius: 3px;
}

/* login */

.login h1 {
    color: #150B3D;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 63px;
}

.login .text-primary {
    color: #4C75FA;
}

.login .btn-primary {
    background-color: #4f83ff;
    border: none;
}

.login .btn-primary:hover {
    background-color: #3a6ccd;
}

.login .nav-pills .nav-link.active {
    background-color: #4f83ff;
}

.login.container-fluid {
    padding: 30px 180px;
    background: url('../images/bg-top.png') no-repeat top left,
        url('../images/bg-bottom.png') no-repeat bottom right;
}

.login.container-fluid .container {
    margin: 2rem 0;
    border-radius: 25px;
    background: #FFF;
}

.login .login-section {
    margin: 2rem 0;
    border-radius: 25px;
    background: #FFF;
    padding: 1rem;
}

.login .nav-pills .nav-link {
    width: 211px;
    border-radius: 25px;
    background: rgba(76, 117, 250, 0.16);
    color: #150B3D;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.login .nav-pills .nav-link.active {
    background: #4C75FA;
    color: #FFF;
}

.login .login-section .tab-content {
    margin: 3rem auto;
    padding: 3rem;
    max-width: 500px;
    border-radius: 25px;
    background: #FFF;
    box-shadow: 0px 4px 64px 0px rgba(153, 171, 198, 0.18);
}

.login .content {
    margin: 2rem 1rem 4rem 1rem;
    border-radius: 25px;
    background: #fff;
    padding: 2rem 1rem;
}

.login form label {
    color: #150B3D;
    /* font-family: "Open Sans"; */
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.login form input {
    height: 50px;
    fill: #FFF;
    filter: drop-shadow(0px 4px 62px rgba(153, 171, 198, 0.18));
}

.login form input#rememberMe {
    color: #AAA6B9;
    background: rgba(76, 117, 250, 0.16);
    filter: drop-shadow(0px 4px 62px rgba(153, 171, 198, 0.18));
    width: 20px;
}

.login form a {
    color: #4C75FA;
    /* font-family: "Open Sans"; */
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.login form button.sign-up {
    height: 50px;
    border-radius: 15px;
    background: #4C75FA;
    box-shadow: 0px 4px 62px 0px rgba(153, 171, 198, 0.18);
    color: #FFF;
    /* font-family: "Open Sans"; */
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.login form h5 {
    color: #150B3D;
    /* font-family: "Open Sans"; */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.login form p {
    color: #524B6B;
    text-align: center;
    /* font-family: "Open Sans"; */
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.login form button.google {
    height: 50px;
    border-radius: 15px;
    box-shadow: 0px 4px 62px 0px rgba(153, 171, 198, 0.18);
    background: #FFF;
    color: #150B3D;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: 0;
}

.login form button.google i {
    font-size: 18px;
    padding-right: 9px;
}

.login .content h2 {
    color: #4C75FA;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 63px;
    text-transform: capitalize;
    position: relative;
}

.login .content h2::after {
    content: '';
    position: absolute;
    left: 11rem;
    top: 29px;
    background: #4C75FA;
    width: 213px;
    height: 3px;
}

.login .content li {
    color: #150B3D;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
}

section.instructors-section h3 {
    color: #161A1A;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

section.instructors-section label.form-label {
    color: var(--Gray-600, #6E7485);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.instructor-profile h4,
.change-password h4 {
    color: #161A1A;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

.instructor-profile .form-label {
    color: #161A1A;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.28px;
}

.instructor-profile input.form-control,
select.form-select,
textarea.form-control {
    fill: #F5F6FF;
    stroke-width: 1px;
    background-color: #F5F6FF;
    border: none;
    color: #828282;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.24px;
    height: 45px;
}

.instructor-profile button.cancel {
    border: 1px solid #4C75FA;
    border-radius: 100px;
    padding: 15px 0;
    width: 205px;
    filter: drop-shadow(0px 8px 40px rgba(0, 0, 0, 0.05));
    color: #4C75FA;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.106px;
    text-transform: capitalize;
}

.instructor-profile button.submit {
    border: 1px solid #4C75FA;
    border-radius: 100px;
    padding: 15px 0;
    width: 205px;
    filter: drop-shadow(0px 8px 40px rgba(0, 0, 0, 0.05));
    background-color: #4C75FA;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.106px;
    text-transform: capitalize;
}

.instructor-profile textarea.form-control {
    height: 100px;
    resize: none;
}

.instructor-profile .btn-outline-primary {
    border-color: #3b82f6;
    color: #3b82f6;
}

.instructor-profile .btn-outline-primary:hover {
    background-color: #3b82f6;
    color: #fff;
}

.instructor-profile .btn-primary {
    background-color: #3b82f6;
    border-color: #3b82f6;
}

.course-carousel .card-body a.btn-primary {
    background-color: #f5f6ff;
    color: #3b82f6;
}

.course-carousel .card-body a.btn-primary:hover {
    background-color: #3b82f6;
    color: #f5f6ff;
}

.course-carousel .card-body h5.card-title {
    font-size: 14px !important;
    text-align: left !important;
    margin-bottom: 1.5rem !important;
}

.instructor-profile .btn-primary:hover {
    background-color: #2563eb;
    border-color: #2563eb;
}

.instructor-profile .edit {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: rgba(54, 59, 71, 0.40);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.instructor-profile .edit:hover {
    opacity: 1;
}

.instructor-profile .edit-profile {
    padding-bottom: 2rem;
}

.instructor-profile .change-password {
    padding-bottom: 2rem;
}

.instructor-profile .edit-profile::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -1rem;
    height: 1px;
    background: #C4C4C4;
    width: calc(100% + 2rem);
}

.instructor-profile main section.instructors-section i {
    position: absolute;
    left: 15px;
    bottom: 15px;
}

.instructor-profile main section.instructors-section .search {
    width: 50%;
    margin-bottom: 5px;
}

.instructor-profile main section.instructors-section .filters input.form-control {
    display: flex;
    height: 48px;
    padding: 12px 162px 12px 48px;
    align-items: center;
    color: var(--Gray-500, #8C94A3);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background-color: #fff;
    border: 1px solid var(--Gray-100, #E9EAF0);

}

.instructor-profile main section.instructors-section .cources {
    width: 30%;
}

.instructor-profile main section.instructors-section .instructors {
    width: 20%;
}

.instructor-profile main section.instructors-section .filters select.form-select {
    display: flex;
    height: 48px;
    padding: 12px 16px 12px 18px;
    justify-content: center;
    align-items: center;
    gap: 182px;
    background-color: #fff;
    border: 1px solid var(--Gray-100, #E9EAF0);
    color: var(--Gray-700, #4E5566);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.instructor-profile .card h5.card-title {
    color: var(--Gray-900, #1D2026);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.001px;
    padding: 0;
    margin: 0;
    /* margin-bottom: 1.5rem; */
}

.instructor-profile .card p.card-text {
    text-align: left !important;
    color: var(--Gray-500, #8C94A3);
    text-align: center !important;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.501px;
    letter-spacing: -0.12px;
    padding-top: 5px;
    padding-bottom: 20px;
}

.instructor-profile main section.instructors-section .card .card-body i {
    left: 10px;
    bottom: 20px;
}

.instructor-profile main section.instructors-section .card .card-body::after {
    bottom: 2.75rem;
}

/* Wishlist Section */

.wishlist h5 {
    color: #161A1A;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 1rem;
}

.wishlist .table th {
    color: var(--Gray-700, #4E5566);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    padding: 1rem 2rem;
}

.wishlist thead tr {
    border: 1px solid var(--Gray-100, #E9EAF0);
    background: var(--Gray-White, #FFF);
}

.wishlist .table>:not(:first-child) {
    border-top: 0;
}

.wishlist .table td {
    padding: 1.5rem 0.5rem;
    vertical-align: middle;
}

.wishlist .course-rating {
    color: var(--Gray-500, #8C94A3);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.14px;
    margin-bottom: 0.5rem;
}

.wishlist .course-rating span {
    color: var(--Gray-900, #1D2026);
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.14px;
}

.wishlist .course-title {
    color: var(--Gray-900, #1D2026);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.wishlist .course-author {
    color: var(--Gray-400, #A1A5B3);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.14px;
}

.wishlist .course-author span {
    color: var(--Gray-700, #4E5566);
}

.wishlist td.course-info {
    max-width: 340px;
    white-space: normal;
}

.wishlist .course-price {
    font-size: 1rem;
    font-weight: 500;
}

.wishlist .discounted-price {
    color: #4C75FA;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.wishlist .original-price {
    text-decoration: line-through;
    color: var(--Gray-500, #8C94A3);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.27px;
}

.wishlist .course-action .btn {
    margin-right: 0.5rem;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -0.128px;
    text-transform: capitalize;
    background: rgba(76, 117, 250, 0.16);
    border-radius: 0;
    border: 0;
}

.wishlist .course-action .btn.buy {
    color: #1D2026;
    width: 115px;
}

.wishlist .course-action .btn.buy:hover {
    background: #1D2026;
    color: #FFF;
}

.wishlist .course-action .btn.cart {
    color: #FFF;
    background: #4C75FA;
    width: 115px;
}

.wishlist .course-action .btn.cart:hover {
    color: #4C75FA;
    background: #E9EAF0;
}

.wishlist .course-action .btn.heart {
    width: 44px;
}

.wishlist .course-action .btn.heart:hover {
    background: #ececec;

}

.wishlist .course-action .fa-heart {
    font-size: 1.1rem;
}


.payment-method form input.form-control {
    border: 1px solid var(--Gray-100, #E9EAF0);
    background: var(--Gray-White, #FFF);
    color: var(--Gray-500, #8C94A3);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.payment-method form input#cardNumber {
    padding-left: 3rem;
}

.payment-method form input#saveCard {
    width: 22px;
    height: 22px;
    margin-right: 5px;
    fill: #4C75FA;
}

.payment-method form i {
    position: absolute;
    color: rgba(76, 117, 250, 1);
    padding-left: 10px;
}

.payment-options .card i {
    color: rgba(255, 102, 54, 1);
}

i.fa-solid.fa-circle-check {
    color: rgba(35, 189, 51, 1);
}

.payment-method form label.form-check-label {
    color: var(--Gray-700, #4E5566);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.14px;
}

.payment-method .card {
    border: 1px solid var(--Gray-100, #E9EAF0);
    padding: 15px 20px;
    color: var(--Gray-700, #4E5566);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.14px;
}

.payment-method .card.border-success {
    border: 1px solid var(--Success-500, #23BD33) !important;
}

.payment-method .card .paypal {
    color: var(--Gray-500, #8C94A3);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.payment-method h4 {
    color: #161A1A;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.payment-options img {
    height: 24px;
}

.payment-method .course-summary .img-thumbnail {
    width: 80px;
    height: 80px;
}

/* .payment-method .order-summary {
    background-color: #f8f9fa;
    border-radius: 8px;
} */

.payment-method .order-summary button {
    background: #4C75FA;
    color: var(--Gray-White, #FFF);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: -0.18px;
    text-transform: capitalize;
    border: 0;
    border-radius: 0;
}

.payment-method .cource {
    max-width: 40.4%;
    padding: 1rem;
    border: 1px solid var(--Gray-100, #E9EAF0);
    position: relative;
}

.payment-method .cource:before {
    position: absolute;
    content: '';
    left: 0;
    top: 21rem;
    width: 100%;
    height: 1px;
    background: #E9EAF0;
}

/* .payment-method .cource:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 9rem;
    width: 100%;
    height: 1px;
    background: #E9EAF0;
} */

.payment-method .cource-summary p.tutor {
    color: var(--Gray-400, #A1A5B3);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

p.name.mb-1 {
    color: var(--Gray-900, #1D2026);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.14px;
}

.order-summary span.subtotal {
    color: var(--Gray-600, #6E7485);
    text-align: right;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.14px;
}

.order-summary span.price {
    color: var(--Gray-900, #1D2026);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.14px;
}

.order-summary strong.total {
    color: var(--Gray-Scales-Black, #202029);
    text-align: right;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.order-summary strong.total-price {
    color: var(--Gray-Scales-Black, #202029);
    text-align: right;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.24px;
}

.purchase-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 10px;
}

.purchase-summary .date-time {
    font-weight: 500;
    color: #0073e6;
}

.summary-info {
    display: flex;
    gap: 15px;
    font-size: 0.9rem;
    color: #555;
}

.course {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.course img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
}

.order-summary .course-info {
    flex: 1;
    padding-left: 15px;
}

.course-price {
    font-size: 1rem;
    color: #0073e6;
    font-weight: 500;
}

.payment-info {
    padding-top: 10px;
    font-size: 0.9rem;
    color: #555;
}

/* purchace history */

.instructor-profile .purchace-history h3 {

    color: #161A1A;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.instructor-profile .purchace-history .card-body::after {
    display: none;
}

.instructor-profile main .purchace-history h5 {
    color: #1D2026 !important;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.27px;
}

.instructor-profile main .purchace-history h5.price {
    color: #4C75FA !important;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translate(-25%, 25%);
}

.instructor-profile main .purchace-history p {
    color: #4E5566;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.14px;
}

.instructor-profile main .purchace-history p.date {
    color: #1D2026;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.instructor-profile main .purchace-history p {
    color: #4E5566;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.14px;
}

.instructor-profile main .purchace-history p.title {
    color: #1D2026;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.instructor-profile main .purchace-history p.tutor {
    color: #4E5566;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.14px;
}

.instructor-profile main .purchace-history p.tutor span {
    color: #A1A5B3;
}

.instructor-profile main .purchace-history i.fas.fa-credit-card {
    color: rgba(35, 189, 51, 1) !important;
}

.instructor-profile main .purchace-history i {
    color: rgba(86, 79, 253, 1) !important;
    width: 20px;
    height: 20px;
}

.instructor-profile main .purchace-history h6 {
    color: #8C94A3;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.14px;
}

.instructor-profile main .purchace-history h6 span {
    color: #1D2026;
    font-weight: 500;
    line-height: 20px;
}

/*  */

.filter.cource-instructor form span {
    bottom: 14px;
    top: auto;
}

.cource-instructor select.form-select {
    background-color: #ffffff;
    width: 19vw;
}

.cource-instructor p.price {
    margin: 0;
}

.cource-instructor .modal form input.form-control {
    padding: 10px;
}

.filter.cource-instructor form input.form-control {
    width: 31vw;
    margin-bottom: 9px;
}

.cource-instructor form label,
.cource-instructor span.me-2 {
    color: var(--Gray-600, #6E7485);
    font-family: Inter;
    font-size: 11.7px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
}

.cource-instructor ul {
    border: 0;
    border-radius: 0;
    padding: 0;
}

.cource-instructor ul li a {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.14px;
    border: 0;
    border-radius: 0;
}

.cource-instructor ul li a:hover {
    color: var(--Gray-White, #FFF);
    background: #4C75FA;
}

/* instructor cource details  */

.cource-details.instructor {
    background-color: transparent;
}

.cource-details.instructor .profile-card {
    background: #fff;
    width: 90%;
    float: right;
    position: relative;
    padding: 70px 110px;
}

.cource-details.instructor .profile-card i {
    width: 24px;
    height: 24px;
    font-size: 17px;
}

.cource-details.instructor .profile-card span.badge {
    color: #4C75FA;
    font-family: Inter;
    font-size: 13.608px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.439px;
    letter-spacing: -0.136px;
    background: rgba(76, 117, 250, 0.16);
    padding: 8px 12px;
}

.cource-details.instructor .profile-card strong.text-dark {
    font-weight: 600;
}

.cource-details.instructor .profile-image {
    position: absolute;
    left: -8rem;
}

.cource-details.instructor h3 {
    color: #1D2026;
    font-family: Inter;
    font-size: 31.103px;
    font-style: normal;
    font-weight: 600;
    line-height: 38.879px;
    letter-spacing: -0.311px;
    padding: 0;
}

.cource-details.instructor aside::after {
    display: none;
}

.cource-details.instructor h6 {
    color: #1D2026;
    font-family: Inter;
    font-size: 17.495px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
}

.cource-details.instructor aside p {
    color: #6E7485;
    font-family: Inter;
    font-size: 13.608px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.383px;
    letter-spacing: -0.136px;
}

.cource-details.instructor .nav-item {
    flex: none;
}

.cource-details.instructor .nav-tabs .nav-link {
    color: #1D2026;
    text-align: center;
    font-family: Inter;
    font-size: 15.552px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.383px;
    padding: 15px 60px;
    border-radius: 0;
    border: 0;
}

.cource-details.instructor .course-content ul li {
    margin-bottom: 1px;
}

.cource-details.instructor .nav-tabs .nav-link.active {
    border-bottom: 3px solid #FF6636;
}

.cource-details.instructor .tab-content h3 {
    color: #1D2026;
    font-family: Inter;
    font-size: 23.327px;
    font-style: normal;
    font-weight: 600;
    line-height: 31.103px;
    letter-spacing: -0.233px;
}

.cource-details.instructor .category-badge {
    display: flex;
    padding: 3.909px 5.863px;
    justify-content: center;
    align-items: center;
    gap: 9.772px;
    font-family: Inter;
    font-size: 11.772px;
    font-style: normal;
    font-weight: 500;
    line-height: 11.726px;
    text-transform: uppercase;
}

.cource-details.instructor .category-badge.category-1 {
    background: var(--Primary-100, #FFEEE8);
    color: var(--Primary-700, #993D20);
}

.cource-details.instructor .category-badge.category-2 {
    background: var(--Secondary-100, #EBEBFF);
    color: var(--Secondary-700, #342F98);
}

.cource-details.instructor .category-badge.category-3 {
    background: var(--Success-100, #E1F7E3);
    color: var(--Success-700, #15711F);
}

.cource-details.instructor .card-body:after {
    content: '';
    position: absolute;
    width: 100%;
    background: #E9EAF0;
    height: 1px;
    bottom: 50px;
    left: 0;
}

.cource-details.instructor .price-badge {
    color: #4C75FA;
    font-family: Inter;
    font-size: 23.635px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.497px;
}

.cource-details.instructor h5 {
    color: var(--Gray-900, #1D2026);
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.16px;
    padding: 12px 0;
}

.cource-details.instructor .rate {
    color: var(--Gray-700, #4E5566);
    font-family: Inter;
    font-size: 15.68px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.543px;
    letter-spacing: -0.137px;
}

.cource-details.instructor span i {
    width: 15.635px;
    height: 15.635px;
    justify-content: center;
    align-items: center;
    color: rgba(76, 117, 250, 1);
}

.cource-details.instructor .size {
    color: var(--Gray-700, #4E5566);
    font-family: Inter;
    font-size: 15.68px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.543px;
    letter-spacing: -0.137px;
}

.cource-details.instructor .student {
    color: var(--Gray-500, #8C94A3);
    font-family: Inter;
    font-size: 15.68px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.497px;
    letter-spacing: -0.137px;
}

.cource-details.instructor a {
    text-decoration: none;
}

.cource-details.instructor .course-card {
    display: flex;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    margin-bottom: 20px;
    border: 0;
    border-radius: 0;
    min-height: 330px;
}

.cource-details.instructor .title h3 {
    color: #1D2026;
    font-family: Inter;
    font-size: 23.327px;
    font-style: normal;
    font-weight: 600;
    line-height: 31.103px;
    letter-spacing: -0.233px;
}

.cource-details.instructor .feedback .rating i {
    color: #4c75fa;
}

.cource-details.instructor .load-button a {
    color: #4c75fa;
    border: 1px solid #4c75fa;
    background: rgb(255 255 255 / 79%);
}

/* edit instructor */

.instructor-profile aside.instructor nav a {
    text-align: left;
    display: flex;
    gap: 10px;
    align-items: center;
}

.instructor-profile .edit-profile.instructor::after {
    display: none;
}

/* new cource instructor */

.instructor-profile section.new-course button.btn {
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: -0.18px;
    text-transform: capitalize;
    background: #4C75FA;
    border-radius: 55px;
    display: inline-flex;
    height: 44px;
    padding: 0px 32px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.instructor-profile section.new-course button.btn.btn-outline-secondary {
    background: #fff !important;
}

.instructor-profile section.new-course button.btn.btn-outline-secondary:hover {
    background: #4C75FA !important;
    color: #fff;
}


.instructor-profile section.new-course button.btn.btn-outline-secondary.preview-btn {
    background: #fff !important;
}

.instructor-profile section.new-course button.btn.btn-outline-secondary.preview-btn:hover {
    background: #4C75FA !important;
    color: #fff;

}

.instructor-profile section.new-course button.btn:hover {
    background: #fff;
    color: #4C75FA;

}

.instructor-profile section.new-course button.btn.btn-outline-primary {
    background: #fff;
    color: #4C75FA;
}

.instructor-profile section.new-course button.btn.btn-outline-primary:hover {
    background: #4C75FA;
    color: #fff;
}

.instructor-profile section.new-course .preview-btn {
    background: #fff !important;
    color: #4C75FA;
}

.instructor-profile section.new-course input.form-control {
    font-size: 15px;
}

.instructor-profile section.new-course .nav .nav-item .nav-link {
    color: #6E7485;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    border-radius: 0;
    padding: 15px;
    border-top: 1px solid #E9EAF0;
}

.instructor-profile section.new-course .nav .nav-item .nav-link.active {
    color: #4C75FA;
    background: rgba(76, 117, 250, 0.16);
    border-bottom: 3px solid #4C75FA;


}

.instructor-profile section.new-course small {
    position: absolute;
    right: 10px;
    top: 40px;
}

.instructor-profile section.new-course .advance-info-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.instructor-profile section.new-course .chapter-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.instructor-profile section.new-course .chapter-thumbnail,
.instructor-profile section.new-course .chapter-trailer,
.instructor-profile section.new-course .chapter-description,
.chapter-teach {
    padding: 1rem;
}

.instructor-profile section.new-course .thumbnail-box,
.instructor-profile section.new-course .trailer-box {
    padding: 1rem;
    display: flex;
    align-items: center;
}

.instructor-profile section.new-course .icon-large {
    font-size: 2rem;
    color: #888;
}

.instructor-profile section.new-course .upload-btn {
    color: #4C75FA;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -0.128px;
    text-transform: capitalize;
    background: #E2E9FE;
    display: flex;
    padding: 0px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 0;
    border: 0;
    margin-top: 1rem;
}

.instructor-profile section.new-course .upload-btn:hover {
    color: #E2E9FE;
    background: #4C75FA;
}

.instructor-profile section.new-course .full-width {
    width: 100%;
}

.instructor-profile section.new-course .chapter-description textarea {
    width: 100%;
    height: 100px;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    resize: vertical;
}

.instructor-profile section.new-course .formatting-tools button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    margin-right: 0.5rem;
    color: #555;
}

.instructor-profile section.new-course .chapter-teach .teach-input {
    margin-top: 1rem;
    position: relative;
}

.instructor-profile section.new-course span.char-count {
    position: absolute;
    right: 12px;
    top: 33px;
}

.instructor-profile section.new-course .add-new {
    color: #ff5a5a;
    cursor: pointer;
    font-size: 0.9rem;
}

.instructor-profile section.new-course #editor {
    min-height: 200px;
}

.instructor-profile section.new-course #toolbar-container {
    padding: 1rem;
    display: flex;
    gap: 5px;
}

.instructor-profile section.new-course #editor .ql-editor.ql-blank::before {
    color: var(--Gray-500, #8C94A3);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.instructor-profile section.new-course .new.btn {
    color: var(--Primary-500, #FF6636);
    background: #fff;
    font-size: 14px;
    padding: 0;
}

.instructor-profile section.new-course .instructor-profile input.form-control,
.instructor-profile section.new-course select.form-select,
.instructor-profile section.new-course textarea.form-control {
    font-size: 15px;
}

.instructor-profile section.new-course .item-counter {
    margin-right: 0.5rem;
    color: #555;
}

.instructor-profile section.new-course #previewModal div {
    text-align: center;
}

.instructor-profile section.new-course #previewModal p {
    text-align: left;
}

.instructor-profile section.new-course .curriculum-section {
    background: #F5F7FA;
}

.instructor-profile section.new-course .lecture-item {
    background: #fff;
}

section.new-course .lecture-item button.btn {
    color: #4C75FA;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.056px;
    text-transform: capitalize;
    padding: 0px 16px;
    background: #E2E9FE;
    border: 0;
    border-radius: 0;
}

.instructor-profile section.new-course .curriculum-section a i {
    width: 29px;
    height: 24px;
    font-size: 19px;
    color: rgba(140, 148, 163, 1);
}

.instructor-profile section.new-course .curriculum-section a i:hover {
    color: #000;
}

.instructor-profile section.new-course button#addSectionBtn {
    background: #E2E9FE;
    color: #4C75FA;
    font-size: 16px;
    line-height: 48px;
    letter-spacing: -0.128px;
    border: 0;
    border-radius: 0;
    margin: 1rem 0;
    width: 100%;
}

.instructor-profile section.new-course button#addSectionBtn:hover {
    background: #4C75FA;
    color: #E2E9FE;
}

.instructor-profile section.new-course .footer-btns {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 1rem;
}

.instructor-profile section.new-course .btn-outline-secondary {
    background: #E2E9FE !important;
    color: #4C75FA;
}

.modal .modal-header h5 {
    color: #161A1A;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.instructor-profile section.new-course .modal p strong {
    color: #23BD33;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    text-transform: uppercase;
}

.modal .modal-footer {
    justify-content: space-between;
}

.modal .modal-body input.form-control {
    height: auto;
    margin-top: .5rem;
    width: 100% !important;
    padding: 10px !important;
}

/* admin dashboard */

.admin-dashboard {
    padding: 0;
}

/* Sidebar styling */

.admin-dashboard .sidebar {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 250px;
    z-index: 1000;
    background-color: #343a40;
    transition: transform 0.3s ease;
}

.admin-dashboard .sidebar ul {
    margin-top: 2rem;
}

.admin-dashboard .sidebar .nav-link {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 15px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.admin-dashboard .sidebar .nav-link i {
    color: #fff;
}

.admin-dashboard .sidebar .nav-item {
    margin: 5px 0;
}

.admin-dashboard .sidebar .nav-link.active {
    background: #4C75FA;
}

.admin-dashboard .box-wrapper {
    background: #fff;
}

.admin-dashboard .box-wrapper h3 {
    color: #150B3D;
    text-align: left;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.admin-dashboard .box-wrapper p {
    color: #161A1A;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.14px;
    margin: 0;
}

.admin-dashboard .greeting h6 {
    color: var(--Gray-600, #6E7485);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.14px;
}

.admin-dashboard .greeting h5 {
    color: var(--Gray-900, #1D2026);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.admin-dashboard .main-content {
    margin-left: 250px;
}

/* Sidebar toggle button for mobile */
.admin-dashboard .sidebar-toggle {
    display: none;
}

.admin-dashboard .charts h5 {
    color: #1D2026;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.admin-dashboard .charts .card {
    border: 0;
}

@media (max-width: 768px) {
    .admin-dashboard .sidebar {
        width: 100%;
        height: 100vh;
        transform: translateY(-100%);
        transition: transform 0.3s ease;
    }

    .admin-dashboard .sidebar.active {
        transform: translateY(0);
    }

    .admin-dashboard .main-content {
        margin-left: 0;
    }

    .admin-dashboard .sidebar-toggle {
        display: block;
        position: fixed;
        top: 15px;
        left: 15px;
        z-index: 1100;
        background-color: #4E65FF;
        color: white;
        border: none;
        font-size: 1.5rem;
        padding: 5px 10px;
        cursor: pointer;
    }

    .admin-dashboard .box-wrapper {
        height: 93px;
    }

    .cource-cards.search select.form-select {
        width: 19vw !important;
    }
}

.admin-dashboard header {
    padding: 20px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.admin-dashboard .card {
    border-radius: 0;
    border: 0   ;
}

.admin-dashboard header img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.admin-dashboard .main-content .cource-cards {
    padding: 30px;
}

.admin-dashboard .main-content .cource-cards .card-footer p {
    margin: 0;
}

.admin-dashboard .main-content body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
    margin: 0;
    padding: 20px;
}

.admin-dashboard .main-content .course-rating {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin: auto;
}

.admin-dashboard .main-content .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-bottom: 1px solid #eaeaea; */
    padding-bottom: 10px;
}

.admin-dashboard .main-content .header h2 {
    font-size: 18px;
    margin: 0;
}

.admin-dashboard .main-content .rating-overview {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.admin-dashboard .main-content .rating-score {
    text-align: center;
}

.admin-dashboard .main-content .rating-overview .rating-score {
    background: rgba(76, 117, 250, 0.16);
    padding: 1.5rem;
    width: 160px;
    height: 150px;
}

.admin-dashboard .main-content .rating-score h1 {
    color: #1D2026;
    text-align: center;
    font-family: Inter;
    font-size: 34.136px;
    font-style: normal;
    font-weight: 600;
    line-height: 40.963px;
    letter-spacing: -0.341px;
    margin: 0;
}

.admin-dashboard .main-content .rating-score p {

    color: rgba(76, 117, 250, 1);
    margin: 5px 0;
}

.admin-dashboard .main-content .rating-score span {
    color: #1D2026;
    text-align: center;
    font-family: Inter;
    font-size: 11.948px;
    font-style: normal;
    font-weight: 500;
    line-height: 17.068px;
    letter-spacing: -0.119px;
}

.admin-dashboard .main-content .rating-chart {
    width: 60%;
}

.admin-dashboard .main-content .rating-breakdown {
    margin-top: 20px;
}

.admin-dashboard .main-content .breakdown-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.admin-dashboard .main-content .breakdown-item p {
    width: 140px;
    margin: 0;
}

.admin-dashboard .main-content .progress {
    flex-grow: 1;
    background: #eaeaea;
    height: 8px;
    border-radius: 4px;
    margin: 0 10px;
    overflow: hidden;
}

.admin-dashboard .main-content .bar {
    background: #007bff;
    height: 100%;
    transition: width 0.3s ease;
}

.admin-dashboard .main-content .breadcrumb p {
    color: var(--Gray-900, #1D2026);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.admin-dashboard .main-content .breakdown-item span {
    width: 40px;
    text-align: right;
    font-size: 14px;
    color: #555;
}

.admin-dashboard .main-content body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
    margin: 0;
    padding: 20px;
}

.admin-dashboard .main-content .breadcrumb {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

.admin-dashboard .main-content .course-card {
    background: #fff;
    border-radius: 0;
    display: flex;
    padding: 20px;
    gap: 20px;
    margin-bottom: 20px;
}

.admin-dashboard .main-content .course-image img {
    width: 300px;
    height: auto;
}

.admin-dashboard .main-content .course-details {
    flex: 2;
}

.admin-dashboard .main-content .row.my-4.courses {
    margin-top: 0 !important;
}

.admin-dashboard .main-content .row.courses .crd {
    margin: 10px 0;
}

.admin-dashboard .main-content .course-meta {
    color: var(--Gray-500, #8C94A3);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}

.admin-dashboard .main-content .course-meta strong {
    font-weight: 400 !important;
    color: var(--Gray-700, #4E5566);
}

.admin-dashboard .main-content .course-card h2 {
    color: var(--Gray-900, #1D2026);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.admin-dashboard .main-content p {
    color: var(--Gray-600, #6E7485);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.14px;
    margin-bottom: 15px;
    text-align: left;
}

.admin-dashboard .main-content .instructor-image img {
    width: 55px;
    height: 55px;
    margin-right: -25px;
}

.admin-dashboard .main-content .instructor-info {
    display: flex;
    flex-direction: column;
    margin-left: 2.5rem;
}

.admin-dashboard .main-content span.created {
    color: var(--Gray-600, #6E7485);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.14px;
}

.admin-dashboard .main-content .instructor-name {
    color: var(--Gray-900, #1D2026);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.admin-dashboard .main-content .course-creator {
    display: flex;
    align-items: center;
    margin: 15px 0;
    gap: 10px;
}

.admin-dashboard .main-content .course-creator img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.admin-dashboard .main-content .course-rating {
    font-size: 16px;
    margin-top: 10px;
    margin-right: 0;
    box-shadow: unset;
    border-radius: 0;
}

.admin-dashboard .main-content .col-md-6 .course-rating {
    height: 494px;
}


.admin-dashboard .main-content .course-rating p {
    margin: 0;
    color: #4E5566;
    font-family: Inter;
    font-size: 14.948px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.775px;
    letter-spacing: -0.119px;
    text-align: center;
}

.admin-dashboard .main-content .course-rating p i{
color: rgba(76, 117, 250, 1);
}

.admin-dashboard .main-content .course-rating span {
    color: #1D2026;
    text-align: right;
    font-family: Inter;
    font-size: 11.948px;
    font-style: normal;
    font-weight: 500;
    line-height: 17.068px;
    letter-spacing: -0.119px;
}

.admin-dashboard .main-content .stars {
    font-size: 16px;
    color: rgba(253, 142, 31, 1);
    display: flex;
    gap: 5px;
}

.admin-dashboard .main-content .course-info {
    display: flex;
    border-top: 1px solid #ddd;
    gap: 20px;
}

.admin-dashboard .main-content .info-item {
    text-align: center;
    padding: 10px 0;
}

.admin-dashboard .main-content .info-item h3 {
    color: var(--Gray-900, #1D2026);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
}

.admin-dashboard .main-content .info-item p {
    color: var(--Gray-600, #6E7485);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.14px;
    text-align: left;
    margin-bottom: 0;
}

.admin-dashboard .main-content .admin-dashboard .main-content .info-item p {
    margin: 5px 0 0;
    font-size: 12px;
    color: #888;
}

.admin-dashboard .main-content .course-details .course-rating {
    display: flex;
    align-items: center;
    gap: 10px;
}

.admin-dashboard .main-content .course-details .course-rating i {
    color: rgba(253, 142, 31, 1);
}

.cource-cards.search form {
    position: relative;
}

.cource-cards.search form .input-group-text {
    background-color: #FFF;
    top: auto;
    bottom: 4px;
}

.cource-cards.search form .input-group-text i {
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    color: rgba(29, 32, 38, 1);
}

.cource-cards.search form input.form-control {
    display: flex;
    width: 424px;
    height: 48px;
    padding: 12px 162px 12px 48px;
    align-items: center;
    color: var(--Gray-500, #8C94A3);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.cource-cards.search form span {
    position: absolute;
    bottom: 0;
    top: 0;
    margin: 2px;
}


.cource-cards.search .sidebar-card {
    background-color: #fff;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.cource-cards.search .sidebar-card h5,
.cource-cards.search .sidebar-card h6 {
    color: #4a4a4a;
    font-weight: 600;
}

.cource-cards.search .sort span {
    color: var(--Gray-700, #4E5566);
    font-family: Inter;
    font-size: 13.65px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.45px;
    letter-spacing: -0.137px;
}

.cource-cards.search .sort select {
    border-radius: 0;
    display: flex;
    width: 195px;
    height: 46.8px;
    padding: 11.3px 15.6px 11.5px 17.55px;
    justify-content: center;
    align-items: center;
    gap: 128.25px;
    border: 0.975px solid var(--Gray-100, #E9EAF0);
    display: flex;
    width: 195px;
    height: 46.8px;
    padding: 11.3px 15.6px 11.5px 17.55px;
    justify-content: center;
    align-items: center;
    gap: 128.25px;
    color: var(--Gray-700, #4E5566);
    font-family: Inter;
    font-size: 15.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.4px;
}

.cource-cards.search .suggest {
    padding: 23.4px 10px 15.6px 10px;
    background: var(--Gray-White, #FFF);
    box-shadow: 0px -0.975px 0px 0px #E9EAF0 inset;
}

.cource-cards.search .suggest a {
    color: #4C75FA;
    font-family: Inter;
    font-size: 13.65px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.45px;
    letter-spacing: -0.137px;
}

.cource-cards.search .suggest span {
    color: var(--Gray-900, #1D2026);
    font-family: Inter;
    font-size: 13.65px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.45px;
    letter-spacing: -0.137px;
}

.cource-cards.search .suggest p span {
    color: var(--Gray-900, #1D2026);
    font-family: Inter;
    font-size: 13.65px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.5px;
    letter-spacing: -0.137px;
}

.cource-cards.search .suggest p {
    color: var(--Gray-700, #4E5566);
    font-family: Inter;
    font-size: 13.65px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.45px;
    letter-spacing: -0.137px;
}

.cource-cards.search form input.form-control {
    width: 32vw;
    border-radius: 0;
    height: 47px;
}

.cource-cards.search select.form-select {
    background-color: #ffffff;
    width: 15vw;
}

.instructor-profile.settings {
    padding: 35px 45px;
}

.modal-body form input {
    width: 100%;
    padding: 15px;
}

.contact-form .btn-primary {
    padding: 5px;
}

/* Responsive */

@media (min-width: 1025px) {

    .navbar>.container,
    .navbar>.container-fluid,
    .navbar>.container-lg,
    .navbar>.container-md,
    .navbar>.container-sm,
    .navbar>.container-xl,
    .navbar>.container-xxl {
        display: flex;
        flex-wrap: inherit;
        align-items: stretch;
        justify-content: space-between;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    header .second-sec .d-flex {
        flex-direction: column;
    }
}

@media (max-width: 768px) {

    .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 1367px) {

    .best-selling-courses h5 {
        font-size: 14px;
    }

    .best-selling-courses .course-card {
        max-height: auto;
    }

    footer nav ul li {
        margin-right: 15px !important;
    }

    .accordion-body h2 button {
        font-size: 12px;
    }

    .cource-cards h6 {
        font-size: 13px;
    }

    .instructor-profile main .card h5 {
        font-size: 12px;
    }

    .instructor-profile main .card p {
        font-size: 11px;
    }

    .instructor-profile .card-body {
        padding: .75rem .5rem;
    }

    .instructor-profile main section.instructors-section .card .card-body i {
        left: 8px;
        bottom: 16px;
    }

    .wishlist td.course-info {
        min-width: 450px;
    }

    .wishlist .course-action .btn.buy {
        width: 80px;
    }

    .wishlist .course-action .btn.cart {
        color: #FFF;
        background: #4C75FA;
        width: 100px;
    }

    .wishlist .course-action .btn {
        font-size: 14px;
    }

    .wishlist .course-action .btn.heart {
        width: 40px;
    }

    .instructor-profile main .purchace-history p.date {
        font-size: 18px;
    }

    .instructor-profile section.new-course .form-label {
        font-size: 13px;
    }

    .instructor-profile section.new-course .upload-btn {
        font-size: 14px;
        padding: 0px 8px;
        gap: 6px;
    }

    .instructor-profile section.new-course .chapter-row img {
        max-width: 160px;
    }

    .instructor-profile section.new-course .thumbnail-box,
    .instructor-profile section.new-course .trailer-box {
        flex-direction: column;
    }

    .admin-dashboard .box-wrapper {
        gap: .5rem !important;
    }

    .admin-dashboard .box-wrapper h3 {
        font-size: 19px;
    }

    .admin-dashboard .box-wrapper p {
        font-size: 13px;
    }

    .admin-dashboard .main-content .cource-cards .card-footer .student {
        font-size: 12px;
    }

    .admin-dashboard .main-content .cource-cards .card-footer .student span {
        font-size: 12px;
    }

    .admin-dashboard .main-content .cource-cards .card-footer .lesson {
        font-size: 12px;
    }

    .admin-dashboard .main-content .cource-cards .card-body {
        padding: .5rem;
    }

    .admin-dashboard .main-content .cource-cards .card-footer {
        padding: .5rem;
    }

    .admin-dashboard .main-content .instructor-image img {
        margin-right: -30px;
    }

    .cource-cards.search form input.form-control {
        width: 31vw;
    }

    .cource-cards.search select.form-select {
        width: 14vw;
    }
}

@media (max-width: 1200px) {
    .col-lg-2-4 {
        padding: 0 10px;
    }

    .best-selling-courses .card-body {
        padding: 5px 10px;
    }

    .best-selling-courses h5 {
        font-size: 14px;
    }

    .course-card {
        flex-direction: column;
    }

    .featured-courses-section .course-image {
        width: 100%;
    }

    .featured-courses-section .course-content {
        width: 100%;
    }

    footer nav ul li {
        margin-right: 15px !important;
    }

    aside.col-md-3 {
        margin-right: 20px;
    }

    .instructor-profile main p {
        font-size: 11px;
    }

    .wishlist td.course-action {
        display: flex;
        gap: 1rem;
        flex-direction: column;
        align-items: center;
    }

    .instructor-profile main .purchace-history p.date {
        font-size: 16px;
    }

    .instructor-profile main .card p {
        font-size: 10px;
    }

    .instructor-profile main .purchace-history i {
        width: 15px;
    }

    .instructor-profile main .purchace-history h5.price {
        font-size: 18px;
        top: auto;
        transform: translate(0, 25%);
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    aside.col-md-3 {
        flex: 0 0 auto;
        width: 100%;
    }

    main.col-md-9 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (max-width: 1024px) {

    .best-selling-courses h2 {
        font-size: 38px;
    }

    .featured-courses-section h2 {
        font-size: 38px;
        text-align: left;
    }

    header .second-sec {
        padding: 15px 30px;
    }

    header a.navbar-brand.d-flex.align-items-center {
        padding-right: 0;
    }

    header .browse.btn {
        width: 150px;
        height: 48px;
        padding: 12px 6px;
        gap: 48px;
        margin-right: 10px;
        font-size: 15px;
    }

    header form input.form-control {
        width: 300px;
        height: 48px;
        padding: 12px 36px 12px 48px;
        font-size: 15px;
    }

    .filter form input.form-control {
        width: 224px;
        padding: 12px 12px 12px 48px;
    }

    .filter .filter-btn {
        font-size: 15px;
        gap: 12px;
    }

    .filter .sort select {
        width: 170px;
        font-size: 15px;
    }

    .filter .suggest {
        flex-direction: column;
    }

    .filter .filter-btn {
        margin-right: 10px;
    }

    .hero-section h1 {
        font-size: 39px;
    }

    .filter .sort span {
        font-size: 13px;
    }

    aside.col-md-3 {
        padding-right: 0;
    }

    .filter-sidebar h2 button {
        padding: 1rem .75rem;
    }

    .cource-cards .card {
        min-height: 340px;
    }

    .filter-sidebar h2 button {
        font-size: 15px;
    }

    .cource-cards .card-body {
        padding: 1rem .5rem;
    }

    .cource-cards .card-footer {
        padding: 1rem .5rem;
    }

    .cource-cards .card-footer img {
        width: 15px;
        height: 15px;
    }

    .cource-cards .card-footer .lesson {
        font-size: 11px;
    }

    .cource-cards .card-footer .lesson span {
        font-size: 11px;
    }

    .cource-cards .card-footer .student {
        font-size: 11px;
    }

    .cource-cards .card-footer .student span {
        font-size: 11px;
    }

    .accordion .accordion-item h2.accordion-header button {
        font-size: 14px;
    }

    .cource-details aside {
        margin-top: 2rem;
        padding: 1rem !important;
    }

    aside li {
        font-size: 12px !important;
    }

    aside ul li i {
        margin-right: 0.2rem;
        font-size: 16px;
    }

    .cource-details button.btn.btn-outline-secondary {
        font-size: 12px;
        padding: 0px 12px;
    }

    .cource-details aside .cart,
    .cource-details aside .buy {
        font-size: 14px;
        line-height: 46px;
    }

    .cource-details .course-content ul li i {
        margin-right: 0;
        font-size: 14px;
    }

    .cource-details .students-feedback a {
        font-size: 14px;
        height: 60px;
        gap: 20px;
    }

    .cource-details .share a {
        font-size: 11px;
        margin-right: 2px;
        padding: 10px;
    }

    .cource-details .share a i {
        width: 14px;
        height: 12px;
        font-size: 14px;
    }

    .cource-details .details {
        margin-left: .5rem;
    }

    .cource-details .rating-bar .rating {
        width: 42%;
    }

    .cource-details .progress {
        max-width: 186px;
    }

    .cource-details .instructor-image img {
        width: 47px;
        height: 47px;
    }

    .hero-section.about .container,
    .hero-section.about .container-fluid {
        padding: 0px 15px 0px 31px;
    }

    .hero-section .box.wrapper {
        left: 3rem;
    }

    .hero-section.about {
        padding-top: 1rem;
        margin-bottom: 10rem;
    }

    .about-sec-1 .play-button {
        top: -9rem;
    }

    .instructor-profile main .card h4 {
        font-size: 11px;
    }

    .instructor-profile main .card a {
        font-size: 11px;
    }

    .instructor-profile main .box-wrapper {
        padding: 1rem .5rem !important;
        gap: .5rem !important;
    }

    .login h1 {
        font-size: 37px;
    }

    .instructor-profile main section.instructors-section .search {
        width: 100%;
    }

    .instructor-profile main section.instructors-section .cources {
        width: 100%;
    }

    .instructor-profile main section.instructors-section .instructors {
        width: 100%;
        margin-bottom: 5px;
    }

    .instructors-section .filters {
        flex-direction: column;
    }

    .payment-method .card {
        font-size: 13px;
    }

    .instructor-profile .form-label {
        font-size: 13px;
    }

    .payment-method form input.form-control {
        font-size: 13px;
    }

    .payment-method form label.form-check-label {
        font-size: 13px;
    }

    .payment-method .cource {
        padding: 1rem .5em;
    }

    main .payment-method .course-summary img {
        margin-right: 0.5rem !important;
    }

    .payment-method .cource:before {
        top: 23rem;
    }

    .payment-method .cource:after {
        bottom: 8rem;
    }

    .instructor-profile main p {
        font-size: 10px;
    }

    .instructor-profile main p.name {
        font-size: 12px;
    }

    .payment-method h4 {
        font-size: 17px;
    }

    .order-summary span.subtotal {
        font-size: 13px;
    }

    .order-summary span.price {
        font-size: 13px;
    }

    .order-summary strong.total {
        font-size: 15px;
    }

    .order-summary strong.total-price {
        font-size: 20px;
    }

    .payment-method .order-summary button {
        font-size: 16px;
    }

    .instructor-profile main .purchace-history h5.price {
        font-size: 14px;
        top: auto;
        transform: translate(0, 20%);
    }

    main.col-md-9.col-lg-9.p-3 {
        margin-top: 1rem;
    }

    .filter.cource-instructor .sort select {
        width: 18vw;
    }

    .filter.cource-instructor form input.form-control {
        width: 23vw;
    }

    .cource-details.instructor .profile-image {
        left: -5rem;
    }

    .cource-details.instructor aside {
        margin-top: 0;
    }

    .cource-details.instructor .cource {
        margin-top: 2rem;
    }

    .instructor-profile section.new-course .footer-btns {
        position: relative;
    }

    .admin-dashboard .box-wrapper {
        padding: .5rem !important;
    }

    .admin-dashboard .box-wrapper {
        gap: 0 !important;
    }

    .admin-dashboard .box-wrapper h3 {
        font-size: 15px;
        margin: 0;
    }

    .admin-dashboard .box-wrapper p {
        font-size: 10px;
        line-height: 10px;
        text-align: left;
    }

    .admin-dashboard .box-wrapper img {
        padding-right: 5px;
    }

    .main-content .row {
        row-gap: 10px;
    }

    .admin-dashboard .main-content .rating-overview .rating-score {
        padding: .5rem;
        width: 103px;
        height: 93px;
    }

    .admin-dashboard .main-content .rating-overview {
        flex-direction: column;
        margin: 0;
    }

    .admin-dashboard .main-content .col-md-6 .course-rating {
        height: 451px;
    }

    .cource-cards.search form input.form-control {
        font-size: 12px;
        width: 30vw;
        padding: 12px 12px 12px 50px;
    }

    .cource-cards.search select.form-select {
        font-size: 12px;
        width: 13vw;
    }

    .login.container-fluid {
        padding: 30px 90px;
    }

    .featured-courses-section .course-title {
        font-size: 17px;
    }

    .featured-courses-section .course-details {
        padding-bottom: 20px;
    }

    footer nav a {
        font-size: 14px;
    }

    footer nav ul li {
        margin-right: 5px !important;
    }
}

@media (max-width: 767px) {
    header nav {
        padding: 0 30px;
    }

    header .browse.btn {
        width: 90vw;
        gap: 0;
    }

    header form input.form-control {
        width: 90vw;
    }

    .phone-number {
        display: none;
    }

    header .navbar-nav {
        justify-content: center;
    }

    header .notify {
        flex-direction: row !important;
    }

    header .search .dropdown {
        padding: 10px 0;
    }

    .featured-courses-section .courses-grid {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    }

    .hero-section .container,
    .hero-section .container-fluid {
        padding: 15px 15px 15px 30px;
    }

    .hero-section .btn-primary {
        font-size: 16px;
    }

    .best-selling-courses .container-fluid {
        padding: 0 30px;
    }

    .best-selling-courses h2 {
        font-size: 38px;
    }

    .featured-courses-section h2 {
        font-size: 38px;
    }

    .featured-courses-section .container-fluid {
        padding: 0 30px;
    }

    .courses-grid .course-card .course-content .d-flex.justify-content-between.align-items-center.gap-1 {
        flex-direction: column;
    }

    .featured-courses-section .course-content:after {
        bottom: 120px;
    }

    footer .container-fluid {
        padding: 0 30px;
    }

    footer hr {
        top: 64%;
    }

    .footer .links ul {
        gap: 0;
    }

    footer .copyright p,
    footer .links a {
        text-align: center;
    }

    .footer .links ul {
        justify-content: center;
    }

    footer .social-icons a {
        padding: 9px;
    }

    .filter.container-fluid {
        padding: 20px 30px;
    }

    .filter .d-flex.justify-content-between.align-items-center.py-3 {
        flex-direction: column;
        gap: 10px;
    }

    .filter .filter-btn {
        margin-right: 6px;
        font-size: 13px;
        padding: 0px 9px;
        gap: 5px;
    }

    .filter form input.form-control {
        width: 184px;
        padding: 12px 12px 12px 48px;
    }

    .filter .sort select {
        width: 150px;
        font-size: 14px;
    }

    .accordion-collapse li {
        font-size: 13px;
    }

    .custom-pagination .page-item .page-link {
        width: 30px;
    }

    aside.col-md-5.col-lg-3 {
        padding-bottom: 1rem;
    }

    .cource-details .course-title {
        font-size: 26px;
    }

    .d-flex.justify-content-between.px-2 {
        flex-direction: column;
    }

    #curriculumAccordion .accordion-button {
        flex-direction: column;
        align-items: flex-start;
    }

    #curriculumAccordion button {
        font-size: 14px;
    }

    .cource-details .accordion-body ul li {
        font-size: 13px;
    }

    .cource-content .d-flex.gap-5.header {
        gap: 1rem !important;
    }

    .cource-details .accordion-header span {
        font-size: 12px !important;
    }

    .cource-details .course-rating,
    .cource-details .students,
    .cource-details .courses {
        font-size: 13px;
    }

    .cource-details .rating-bar .rating {
        width: 58%;
        font-size: 12px;
    }

    .d-flex.gap-5.header {
        font-size: 14px;
        gap: 0.5rem !important;
    }

    .cource-details span.percentage {
        font-size: 12px;
    }

    .cource-details h3 {
        color: var(--Gray-900, #1D2026);
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: -0.24px;
        padding-bottom: 1rem;
    }

    .about-sec-1 .play-button {
        top: -4rem;
    }

    .about-sec-1 p {
        font-size: 13px;
    }

    .about-sec-2 h2 {
        font-size: 40px;
    }

    .about-sec-2 h5::before {
        left: -14rem;
    }

    .about-sec-2 h5::after {
        right: -14rem;
    }

    .hero-section .box.wrapper {
        left: 1rem;
    }

    .instructor-profile.container-fluid {
        padding: 35px 30px;
    }

    .login.container-fluid {
        padding: 0 30px;
    }

    .login .content h2::after {
        left: 10rem;
        width: 99px;
    }

    .login h1 {
        font-size: 23px;
        line-height: 53px;
    }

    .login .nav {
        display: flex;
        gap: 10px;
        justify-content: center;
    }

    .login .login-section .tab-content {
        padding: 2rem 1rem;
    }

    .instructor-profile button.cancel,
    .instructor-profile button.submit {
        padding: 12px 0;
        width: 150px;
        border-radius: 25px;
        font-size: 13px;
    }

    .instructor-profile main section.instructors-section .filters input.form-control {
        padding: 12px 8px 12px 48px;
    }

    .payment-method .card {
        padding: 1rem .5rem;
        font-size: 11px;
    }

    .payment-method .card .gap-5 {
        gap: .5rem !important;
    }

    .payment-method form input.form-control {
        font-size: 12px;
    }

    .payment-method form label.form-check-label {
        font-size: 11px;
    }

    .payment-method .cource {
        max-width: 99%;
    }

    .payment-method .cource:before {
        top: 21.5rem;
    }

    .payment-method .cource:after {
        bottom: 7.5rem;
    }

    .purchace-history .body-card {
        display: flex;
        flex-direction: column;
    }

    .instructor-profile main .purchace-history h6 {
        font-size: 12px;
    }

    .instructor-profile main .purchace-history p.title {
        font-size: 15px;
    }

    .instructor-profile main .purchace-history p.tutor {
        font-size: 13px;
    }

    .instructor-profile main .purchace-history p.date {
        font-size: 14px;
    }

    .filter.cource-instructor .sort select {
        font-size: 14px;
        width: 80vw;
    }

    .filter.cource-instructor form input.form-control {
        font-size: 14px;
        width: 80vw;
    }

    .cource-details.instructor .profile-card {
        width: 100%;
        padding: 15px;
        flex-direction: column;
    }

    .cource-details.instructor .profile-image {
        position: relative;
        left: 0;
        padding-bottom: 10px;
    }

    .cource-details.instructor h3 {
        font-size: 17px;
    }

    .cource-details.instructor .profile-card span.badge {
        font-size: 12px;
    }

    .cource-details.instructor .profile-card .ms-4 {
        margin: 0 !important;
    }

    .cource-details.instructor .profile-card span.me-3 {
        margin: 0.25rem !important;
    }

    .cource-details.instructor .d-flex.align-items-center.text-secondary {
        flex-direction: column;
    }

    .cource-details.instructor .nav-tabs .nav-link {
        padding: 10px 30px;
    }

    .cource-details.instructor .cource .container {
        padding: 0;
    }

    .cource-details.instructor .students-feedback .title {
        flex-direction: column;
        align-items: center;
    }

    .cource-details.instructor .students-feedback {
        padding: 20px 0;
        border-radius: 8px;
    }

    .instructor-profile .wrapper {
        flex-direction: column;
    }

    .instructor-profile .title-wrapper {
        display: flex;
        flex-direction: column;
    }

    .instructor-profile section.new-course button.btn {
        padding: 0px 20px;
        font-size: 14px;
        height: 34px;
    }

    .instructor-profile section.new-course .chapter-row {
        grid-template-columns: 1fr;
    }

    .instructor-profile section.new-course .section-item {
        flex-direction: column;
    }

    .instructor-profile section.new-course .lecture-item {
        flex-direction: column;
    }

    .instructor-profile section.new-course .footer-btns {
        padding: 0;
    }

    .modal-body .d-flex.align-items-center {
        flex-direction: column;
    }

    .admin-dashboard .main-content .course-details .course-rating {
        flex-direction: column;
    }

    .admin-dashboard .main-content span.created {
        font-size: 10px;
    }

    .admin-dashboard .main-content .rating-chart {
        width: 100%;
    }

    .admin-dashboard .main-content .rating-chart #ratingChart {
        width: 100% !important;
        height: auto !important;
    }

    .cource-cards.search .d-flex.justify-content-between.align-items-center.py-3 {
        flex-direction: column;
    }

    .cource-cards.search form input.form-control {
        width: 80vw;
    }

    .cource-cards.search select.form-select {
        width: 80vw !important;
    }

    .admin-dashboard .main-content .course-card {
        padding: 10px;
    }

    .admin-dashboard .main-content .instructor-image img {
        width: 50px;
        height: 70px;
    }

    .admin-dashboard .main-content .info-item h3 {
        font-size: 18px;
    }

    .admin-dashboard .main-content .info-item p {
        font-size: 12px;
    }
}