span.course_booked.text-muted.d-flex.align-items-center.gap-2 {
    padding-right: 5px !important;
}

.courseCard {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    height: 100%;
    padding-bottom: 20px;
    position: relative;
    width: 95%;
    margin: auto;
}

.courseCard:hover {
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.courseThumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.courseThumb {
    height: 220px;
    overflow: hidden;
}

.courseRating {
    display: flex;
    align-items: center;
    padding: 12px 15px;
}

.courseRating .stars i {
    color: #687eff;
    font-size: 15px;
}

.courseRating .ratingNumber {
    font-size: 13px;
    margin-left: 5px;
    color: #444;
}

.courseTitle {
    font-size: 20px;
    font-weight: 900;
    padding: 0 15px 10px;
    line-height: 1.4;
    height: 50px;
    overflow: hidden;
    line-height: 1.5;
    padding-bottom: 90px;
}

.courseTitle a {
    color: #222;
    text-decoration: none;
}

.courseMeta {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    padding: 0 15px 10px;
    color: #666;
    font-size: 14px;
    margin-bottom: 8px;
}

.courseInstructor {
    padding: 0 15px 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.courseInstructor img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}

.coursePriceBox {
    padding: 5px 6px;
    /* font-size: 14px; */
    border: 1px solid #ddeeff;
}

.coursePriceBox .price-area {
    display: flex;
    gap: 6px;
    align-items: center;
    padding: 16px;
}

.coursePriceBox .oldPrice {
    color: #000000;
    font-size: 16px;
}

.coursePriceBox .newPrice {
    color: #000000;
    font-weight: 700;
    font-size: 15px;
}

.coursePriceBox .booked {
    display: block;
    font-size: 13px;
    color: #595959;
    margin-top: 3px;
    padding: 14px;
}

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

.addCartBtn {
    padding: 8px 22px;
    width: 100%;
    border: 1px solid #687eff;
    color: #687eff;
    border-radius: 50px;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

.addCartBtn:hover {
    background: #687eff;
    color: #fff;
}

.course_booked {
    display: flex;
    align-items: center;
    gap: 6px;
}

.course_bookedBullet {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: conic-gradient(#4caf50 var(--p), #e0e0e0 var(--p));
    border: 1px solid #bcd9c7;
}
