.course-heading h4 {
    color: var(--text-primary-color);
    font-family: var(--Bangla-font);
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0.20000000298023224px;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 12px 0;
    position: relative;
    z-index: 1;
}

.course-heading h4::before {
    content: "";
    height: 48px;
    width: 80px;
    left: -18px;
    position: absolute;
    background: #ffe6d5;
    z-index: -1;
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}

.category-image {
    width: 40px;
    border: 1px solid #d1d5f5;
    height: 40px;
    padding: 4px;
    border-radius: 5px;
    overflow: hidden;
    object-fit: cover;
}

.Batches-times .Batch-day {
    font-family: var(--Bangla-font);
    font-size: 14px;
    margin-bottom: 0px;
    background: #f8e6e6;
    padding: 3px 6px;
    border-radius: 3px;
    color: var(--secondary-color);
    font-weight: 700;
}

.Batches-times .Batch-number {
    font-family: var(--Bangla-font);
    font-size: 14px;
    margin-bottom: 0px;
    background: #f8e6e6;
    padding: 3px 6px;
    border-radius: 3px;
    color: var(--secondary-color);
    font-weight: 700;
}

.btn-enroll:hover {
    background: #2396d2;
    color: #fff;
    border: 1px solid #2396d2;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.text-gray-500 {
    color: #6b7280 !important;
}

.text-gray-600 {
    color: #4b5563 !important;
}

.text-gray-700 {
    color: #374151 !important;
}

.text-red-600 {
    color: #dc2626 !important;
}

.btn-orange {
    background: #ea580c !important;
    transition: .5s;
}

.btn-orange:hover {
    background: #c2410c !important;
    color: #fff;
}

.btn-blue {
    background: #2563eb !important;
    transition: .5s;
}

.btn-blue:hover {
    background: #1e40af !important;
    color: #fff;
}

.bottom-sticky-nav {
    background: #ffedd5;
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}

.btn-link {
    display: inline-block;
    padding: 12px 22px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

.sticky-bottom.bottom-sticky-nav {
    background: #ffedd5;
}

@media (max-width: 576px) {
    .btn-link {
        display: inline-block;
        padding: 10px 20px;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        text-decoration: none;
    }
}

@media (max-width: 991px) {
    .bottom-sticky-nav {
        display: block;
    }
}

/* course card css start */
:root {
    --bs-border-color-translucent: rgb(234 236 240);
    --bs-border-color: #0ea5e9;
}

.course-row {
    margin-bottom: 16px;
}

.course_card {
    border: 1px solid var(--bs-border-color-translucent);
    
}



.course_card:hover {
    border: 1px solid var(--bs-border-color);
}

.course_card .card-title {
    color: #1f2937;
    line-height: calc(1.75rem + 1px);
    filter: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "slnt"0;
}

.course_card .card-header,
.card-footer {
    background: #f9fafb;
}

.btn-enroll-now {
    background: transparent;
    color: #38bdf8;
    font-weight: 500;
    font-size: 16px;
    transition: .3s all ease;
}

.btn-enroll-now:hover {
    color: #0284c7;
    text-decoration: underline;
}

/* .btn-detail {
    background: #085374;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    border: 1px solid #38bdf8;
    transition: .3s all ease;
}

.btn-detail:hover {
    background: #2E336B;
    color: #fff;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
} */

.course-price {
    color: #1f2937;
    font-weight: 600;
    font-size: 1.25rem;
    filter: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
}

.course-discount {
    color: #ef4444;
    /* font-weight: 500; */
    font-size: 16px;
}

@media (max-width: 1399px) {
    .course-row .col-xl-4 {
        margin-bottom: 1.5rem;
    }

    .course_card .card-title {
        font-size: 19px;
    }
}

.webCourse {
    padding: 4px ;
}

@media (min-width:992px) and (max-width:1199px) {
    .Allcourse-slider .swiper-slide {
        width: 100%;
        height: 460px ;
    }

    .course-row .course_card {
        width: 100%;
        height: 466px ;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .Allcourse-slider .swiper-slide {
        width: 100%;
        height: 422px ;
    }

    .course-row .course_card {
        width: 100%;
        height: 406px ;
    }
}

@media (min-width:1400px) {
    .Allcourse-slider .swiper-slide {
        width: 100%;
        height: 394px ;
    }

    .course-row .course_card {
        width: 100%;
        height: 406px ;
    }
}

/* category tabs */
.nav-line-bottom {
    border-bottom: 1px solid var(--gk-border-color);
}

.docs-content .nav-line-bottom .nav-item .nav-link {
    padding: .75rem;
}

.nav-line-bottom .nav-item .nav-link {
    border-radius: 0;
    color: var(--gk-gray-600);
    font-weight: 500;
    margin-bottom: -1px;
    padding: 1.2rem;
    white-space: nowrap;
}

.nav-link {
    background: none;
    border: 0;
    color: var(--gk-nav-link-color);
    display: block;
    font-size: var(--gk-nav-link-font-size);
    font-weight: var(--gk-nav-link-font-weight);
    padding: var(--gk-nav-link-padding-y) var(--gk-nav-link-padding-x);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}