.boosted-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #ff4500;
    /* or any color you prefer */
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    z-index: 1;
    font-weight: bold;
}

.img-search-mag {
    max-width: 80% !important;
}

.for-hov-active {

    background: #F4F5F7;
    transition: 300ms;
    border-top: 6px solid #F16323 !important;

}

.boosted-badge {
    position: absolute;
    top: 10px;
    left: 11px;
    background: #f06322;
    color: white;
    font-size: 12px;
    padding: 2px 8px 2px 8px;
    border-radius: 5px;
}

/*slider*/

.slider {
    position: relative;
    overflow: hidden;
    /*width: 400px;*/
    /*height: 100px;*/
    padding: 10px;
    max-width: 90%;
    margin: auto;
}

.slide-container {
    position: relative;
    width: 400%;
    height: 100%;
    left: 0;
}

.slide {
    float: left;
    width: 200px;
    /*height: 100px;*/
    text-align: center;
}

.slide img {

    width: 53px;
    height: 53px;

}

.prev-button,
.next-button {
    position: absolute;
    top: 160px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    margin: 10px;
    margin-top: -15px;
}

.prev-button {
    left: 0;
}

.next-button {
    right: 0;
}

.fa-arrow-left:before {
    color: #F16323 !important;
}

.fa-arrow-right:before {
    color: #F16323 !important;
}

.dropdown-select {
    display: none;
}


@media (max-width: 600px) {

    /* CSS styles here will only apply to screens with a maximum width of 600px */
    .slider {

        max-width: 80% !important;
    }


    .slide {

        width: 140px !important;

    }
}

.ad-title {
    position: relative;
    bottom: 0;
    background-color: rgb(240 99 34 / 42%);
    color: white;
    width: 100%;
    text-align: center;
    padding: 5px;
    transition: opacity 0.5s;
    pointer-events: none;
    opacity: 0;
}

.ad-container:hover .ad-title {
    opacity: 1;
    /* Fully visible on hover */
}

.custom_style {
    outline: none !important;
    border-color: #f06322;
    box-shadow: 0 0 5px #f06322
}

/* General styling for filter sidebar */
.filter-sidebar {
    padding: 15px;
    background-color: #f8f9fa;
    /* Light background */
    border-radius: 6px;
}

/* Filter group styling */
.filter-group {
    border: 1px solid #e0e0e0;
    /* Light border */
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    /* Space between groups */
    background-color: #ffffff;
    /* White background for sections */
}

/* Filter group heading */
.filter-group h6 {
    margin-bottom: 15px;
    color: #333333;
    /* Darker text color */
}

/* Label styling */
.filter-group .label {
    margin-bottom: 10px;
    color: #555555;
    /* Gray text for labels */
}

/* Price range display styling */
#price-range-display {
    color: #006ce4;
    /* Booking.com blue */
    font-weight: bold;
    margin-bottom: 10px;
}


.filter-group .items label {
    font-size: 14px;
    /* color: #555; */
    display: block;
    margin-bottom: 5px;
}

.filter-group .items input[type="checkbox"] {
    margin-right: 10px;
}

/* Hide the range input fields */

.range-inputs {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    /* display: none !important; */

}

.range-inputs input {
    width: 48%;
    border: 1px solid #ced4da;
    padding: 8px;
    border-radius: 4px;
}

/* Slider padding */
.pf-wrap {
    padding: 10px;
}

/* Spinner styling for loader */

.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: none;
    /* Hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 1000;
    /* Make sure loader is on top of other content */
}

/* Spinner animation */
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Make sure subcategory container has padding */
#subcategory-container {
    padding: 10px 15px;
}



/* Customize the slider track */
.noUi-horizontal .noUi-connect {
    background-color: #006ce4;
    /* Booking.com blue */
    border-radius: 4px;
    /* Rounded edges */
}

/* Customize the slider background */
.noUi-horizontal .noUi-base {
    background: #e0e0e0;
    border-radius: 4px;
}

.noUi-horizontal {
    height: 9px !important;
}

/* Customize the handles */
.noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    background-color: #006ce4;
    /* Booking.com blue */
    border: none;
    border-radius: 50%;
    /* Circular handles */
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    /* Slight shadow for emphasis */
    cursor: pointer;
}

.noUi-horizontal .noUi-handle:before,
.noUi-horizontal .noUi-handle:after {
    display: none;
    /* Remove default handle decorations */
}

/* Change handle color on hover */
.noUi-horizontal .noUi-handle:hover {
    background-color: #005bb5;
    /* Darker shade for hover */
}

/* Customize the tooltips (optional) */
.noUi-tooltip {
    background-color: #006ce4;
    color: #ffffff;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 3px;
}
