.slide {
    position: relative;
}

.section__title {
    padding: 0 3.5rem;
}

.recommended__course {
    background-color: #fff !important;
    border-radius: 20px;
    position: relative;
    height: 250px;
}

.figma_icon {
    position: absolute;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -35px;
    right: -5px;
}

.figma_icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.figma_icon img,
.slide_image img {
    width: 50px;
    position: absolute;
}

.slide_image img {
    bottom: 0;
    left: 0;
}

.courses_search {
    width: 100%;
    height: 98px;
    border: 1px solid #0000001a;
    border-radius: 1.5rem;
    padding: 10px;
    padding-right: 20px;
    background-color: #ffffff;
}

.courses_search input {
    height: 100%;
    border: none;
    outline: none;
    background-color: transparent;
}

.courses_search button {
    background-color: #2243a4;
    height: 78px;
    width: 112px;
    border-radius: 16px;
    color: #fff;
}

.img-con {
    height: 290px
}

.img-con img {
    width: 100%;
    border-radius: 5px;
    height: 100%;
    object-fit: cover;
}

.course_card {
    width: 400px;
    min-width: 350px;

    max-width: 100%;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;

    h3 {
        margin: 0;
    }

    p {
        margin: 0;
    }
}

.course_card .cat {
    font-size: 16px;
    color: #7A8582;
}

@media (max-width: 768px) {
    .course_card .cat {
        font-size: 14px;

    }
}

.card_title h3 {
    font-weight: 700;
    font-size: 24px;
    color: #333333;

}

.dis {
    color: #777777;
}

.price {
    font-weight: 700;
    font-size: 36px;
    color: #2243A4;

}

.before-price {
    font-weight: 500;
    font-size: 24px;
    color: #808080;

    span {
        text-decoration: line-through;
    }
}

.btn-main {

    height: 60px;
    justify-content: space-between;
    border-radius: 17.31px;
    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #2243A4;
}


/* Filter Menu Styles */
.courses_search {
    position: relative;
}

.filter-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    position: relative;
}

/* Filter Menu Styles */
.filter-menu {
    max-width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 300px;
    padding: 10px 20px;
    z-index: 1000;
    visibility: hidden;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.3s ease;
}

.filter-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* Accordion Styles */
.accordion {
    width: 100%;
}

.accordion-item {
    border: none;
    margin-bottom: 10px;
}

.accordion-button {
    width: 100% !important;
    padding: 0 !important;
    height: 58px !important;
    background: transparent !important;
    border: none;
    box-shadow: none !important;
    color: #000 !important;
}

.accordion-button.collapsed {
    color: #2243A4;
}

.accordion-button::after {
    margin-left: 0;
    margin-right: auto;
}

.accordion-body {
    padding: 0 !important;
    background: transparent;
}


/* Price Range */
.price-inputs {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.price-inputs input {
    width: 50%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.filter-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;

}

.filter-option {
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
}

.filter-option input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #2243A4;
}

.price-range {
    padding: 0 10px;
    position: relative;
}

.slider-container {
    position: relative;
    height: 40px;
    padding: 0 12px;
}

.slider-track {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 98%;
    background: #ddd;
}

.slider-range {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    background: #2243A4;
}

.slider-thumb {
    width: 18px;
    height: 18px;
    background: #2243A4;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    cursor: pointer;
}

.price-labels {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.min-label,
.max-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #E6E6E6;
    border-radius: 12px;
    padding: 4px 12px;
}

.min-label span:first-child,
.max-label span:first-child {
    color: #2243A4;
    font-size: 10px;
}

.min-price,
.max-price {
    color: #000;
    font-size: 12px;
    font-weight: 400;
}

.slider-range {
    background: #2243A4;
}

.slider-track {
    background: #E5E7EB;
}

.slider-thumb {
    background: #2243A4;
    border: 2px solid white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.price-labels .min-price {
    left: 0;
}

.price-labels .max-price {
    left: 0;
}

.price-inputs {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.price-inputs input {
    width: 50%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
}

.apply-filters {
    width: 100%;
    padding: 10px;
    background: #2243A4;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
}

.apply-filters:hover {
    background: #1a3580;
}
.menu-btn{
    height: 60px !important;
}