/*------------------- Coupon Style Start---------------------*/
.coupon-wrapper .coupon-card .coupon-logo-img {
    display: block;
    max-width: 100%;
    width: 220px;
}

.coupon-wrapper .coupon-verified .verified-icon {
    color: #1ab69d;
    font-size: 14px;
    margin-right: 10px;
}

.coupon-wrapper .coupon-verified .badge-exclusive {
    padding: 2px 8px;
    background: #e9385a;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.coupon-wrapper .coupon-content h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
}

.coupon-wrapper .coupon-stats .coupon-expires span,
.coupon-wrapper .coupon-stats .coupon-used span {
    display: inline-block;
    margin-right: 15px;
    color: #858585;
    font-size: 13px;
    vertical-align: middle;
}

.coupon-wrapper .coupon-stats .coupons-ticket span {
    display: inline-block;
    margin-right: 15px;
    color: #e9385a;
    font-size: 13px;
    vertical-align: middle;
}

.coupon-wrapper .coupon-rating span {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
}

.coupon-wrapper .coupon-rating .coupon-star span {
    margin: 2px 6px 0 0;
    font-size: 24px;
    font-weight: 400;
    color: #000;
}

.coupon-wrapper .coupon-rating .coupon-star .star-icon i {
    color: #f8b81f;
}

.coupon-wrapper .coupon-btn a {
    width: 100%;
    max-width: 300px;
}

.coupon-wrapper .coupon-btn {
    width: 100%;
    max-width: 300px;
}

.coupon-wrapper .see-all-coupon-link a {
    font-size: 16px;
}

.coupon-wrapper .coupon-card {
    margin-bottom: 25px;
    background-color: #fff;
    box-shadow: 0 2px 8px #00000026;
    padding: 25px;
    border-radius: 12px;
}

.coupon-rating .score {
    color: #000;
    font-weight: 400;
}

.coupon-latest h2 {
    font-size: 30px;
}

.coupon-latest h5 {
    font-size: 20px !important;
}
/*------------------- Coupon Style End---------------------*/


/*------------------ Top Picks Start---------------------*/
.main-courses {
    margin-bottom: 35px;
}

.main-courses h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
}

.main-courses h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
}

.main-courses-para a {
    text-decoration: underline;
    font-size: 18px;
}


.courses-strap-content h2 {
    font-size: 30px;
    font-weight: 700;
}

.courses-strap-content p,
.courses-strap-content ul li {
    font-size: 18px;
}

.courses-strap-content ul {
    list-style-type: disc !important;
    /* Force bullets to appear */
    padding-left: 20px !important;
}

.courses-strap-content ul li {
    list-style-type: disc !important;
}

.courses-strap-content ul li::marker {
    color: #d4d4d4;
}

.courses-strap-content ul li {
    margin: 20px 0;
}

#xyz {
    counter-reset: courses-counter;
}

.courses-strap-content {
    counter-increment: courses-counter;
    position: relative;
}

.courses-strap-content::before {
    content: "#" counter(courses-counter);
    font-size: 39px;
    opacity: .25;
    position: absolute;
    top: 25px;
    left: -66px;
    /* Move it outside the container */
    transform: translateY(-50%);
    font-weight: 900;
}

.sidebar-courses h3 {
    font-size: 18px;
    font-weight: 700;
}

.sidebar-courses p {
    font-size: 14px;
}

.sidebar-courses {
    background-color: #fafafa;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.sidebar-nav nav a {
    width: 100%;
    justify-content: space-between;
    color: #666;
    border-radius: 8px;
}

.sidebar-nav nav a:hover {
    background-color: #f5f5f5;
}

.sidebar-nav {
    overflow-y: auto;
    height: 300px;

}

.sidebar-services {
    position: sticky;
    top: 20px;
    /* Adjust based on your layout */
    height: 100vh;
    /* Optional: Full viewport height */
    overflow-y: auto;
    /* Ensures scrollability if content overflows */
}

.courses-strap-content .card-body {
    position: relative;
    overflow: hidden;
    max-height: 370px;
}

.overflow-effect {
    background: linear-gradient(359deg, #ffffff, transparent);
    position: absolute;
    bottom: 0px;
    width: 100%;
}

[id]:target {
    scroll-margin-top: 80px;
}

/* <!--/ top 10 courses      --> */

/* courses-css media*/


@media (min-width: 768px) and (max-width: 991px) {
    .sidebar-services .tf-btn {
        font-size: 12px;
    }
}

/* Medium screens (tablets) */
@media (max-width: 991px) {
    .overflow-effect {
        height: 60px;
    }
}

/* Small screens (mobile) */
@media (max-width: 768px) {
    .overflow-effect {
        height: 40px;
    }

    @media (max-width: 768px) {
        .sidebar-services {
            position: static;
        }
    }
}

@media (max-width: 1400px) {
    .overflow-effect {
        height: 100px;
    }
}

/*------------------ Top Picks End---------------------*/


/* --------Course Heading--------- */
.course-heading {
    font-size: 36px;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
}
/* --------Course Heading End--------- */

/* --------Instructor Heading Start--------- */
.instructor-heading {
    font-size: 36px;
    line-height: 50px;
    color: #000;
    font-weight: 700;
}
/* --------Instructor Heading End--------- */
