.swiper-demo-section .list-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.swiper-demo-section .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.swiper-demo-section .list li {
    padding: 0.5rem 1rem;
    font-size: calc(.7rem + 0.275vw);
    font-weight: 500 !important;
    border-radius: 1.25rem;
    text-align: center;
    text-transform: capitalize;
    transition: 0.35s;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.swiper-demo-section .list li.active {
    border-bottom: 2px solid #38bdf8;
}

.swiper-demo-section .sd-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 12px;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: #38bdf8;
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-control-wrap {
    display: flex !important;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.swiper-demo-section .sd-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.75rem;
}

.swiper-demo-section .sd-cell {
    width: 25%;
    padding: 0 0.75rem;
    margin-bottom: 1.5rem;
}

.swiper-demo-section .sd-cell .sd-block {
    padding: 1.25rem;
    border-radius: 0.9375rem;
    cursor: pointer;
    transition: box-shadow 0.3s ease 0s;
}

.swiper-demo-section .sd-slider {
    position: relative;
    margin-bottom: 0.9375rem;
    overflow: hidden;
    border-radius: 0.9375rem;
}

.swiper-demo-section .sd-slider .box {
    width: 100%;
    height: 11.25rem;
    border-radius: 0.9375rem;
}

.swiper-demo-section .sd-slider .swiper-slide:nth-child(1) .box {
    background-color: #f3b91d;
}

.swiper-demo-section .sd-slider .swiper-slide:nth-child(2) .box {
    background-color: #e03133;
}

.swiper-demo-section .sd-slider .swiper-slide:nth-child(3) .box {
    background-color: #b0d7e3;
}

.swiper-demo-section .sd-slider .swiper-button-next,
.swiper-demo-section .sd-slider .swiper-button-prev {
    --swiper-navigation-size: 1.25rem;
    width: var(--swiper-navigation-size);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}

.swiper-pagination-custom {
    margin-top: 30px;
    display: block;
    text-align: center;
}



.swiper-control-wrap .swiper-button-next,
.swiper-control-wrap .swiper-button-prev {
    position: static;
    margin: 0;
}

.swiper-control-wrap .swiper-button-next:after,
.swiper-control-wrap .swiper-button-prev:after {
    font-size: 1rem;
    color: #fff2f2;
    font-weight: 700;
}

.swiper-control-wrap .swiper-scrollbar {
    position: static;
    max-width: 150px;
    margin: 1px 4px
}

.swiper-demo-section .sd-slider .swiper-button-next::after,
.swiper-demo-section .sd-slider .swiper-button-prev::after {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}

.swiper-demo-section .swiper-pagination .swiper-pagination-bullet {
    width: 0.6875rem;
    height: 0.6875rem;
    margin: 0 0.3125rem;
    background: #fff;
    opacity: 0.75;
}

.swiper-demo-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-demo-section .sd-content h5 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.625rem;
}

.swiper-demo-section .sd-content .btn {
    width: 100%;
}

.hcwrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0.63rem;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
    background: #38bdf8;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    background: #38bdf8;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
    color: #fff !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #028ac7 !important;
    color: #fff !important;
    border: 1px solid #028ac7;
}

/* slick slider */

.category-filter-slider.slick-initialized.slick-slider {
    margin-bottom: 12px;
}

.category-filter-slider {
    border-bottom: 2px solid #e5e7eb;
    margin-bottom: -2px;
}

.category-filter-slider button {
    border: none;
    font-size: 1rem !important;
    font-weight: 700;
    letter-spacing: 0;
    background: 0 0;
    color: #444 !important;
}

.category-filter-slider span {
    padding-bottom: 14px;
    border-bottom: 3px solid transparent;
}

.category-filter-slider .slick-current span {
    display: inline-block;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    color: #f1581e;
    border-bottom: 3px solid #f1581e;
    margin-bottom: -1px;
}
.prevarrow.slick-arrow {
    position: absolute;
    top: 4px;
    left: 0;
    height: 28px;
    width: 28px;
    background: #03A9F4;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 1000 !important;
}
.nextarrow.slick-arrow {
    position: absolute;
    top: 4px;
    right: 0;
    height: 28px;
    width: 28px;
    background: #03A9F4;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 1000 !important;
}

/* Responsive
------------------------------------------------------ */

@media (max-width: 1600px) {
    .swiper-demo-section .sd-cell {
        width: 33.33%;
    }
}

@media (max-width: 991px) {

    h2,
    .h2 {
        font-size: 2.1875rem;
    }

    .swiper-demo-section {
        margin: 3.75rem 0;
    }

    .swiper-demo-section .sd-cell {
        width: 50%;
    }

    .swiper-demo-section .sd-slider .box {
        height: 9.375rem;
    }

    .swiper-demo-section .sd-cell .sd-block {
        padding: 0.9375rem;
    }

    .swiper-demo-section .sd-content h5 {
        font-size: 1.125rem;
    }

    .swiper-demo-section .sd-cell .sd-block {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    }

    .swiper-demo-section .list li {
        font-size: 1rem;
        padding: 0.625rem 1.25rem;
    }
}

@media (max-width: 767px) {

    h2,
    .h2 {
        font-size: 1.5625rem;
    }
}

@media (max-width: 567px) {
    .swiper-demo-section .sd-cell {
        width: 100%;
    }
}

@media (min-width: 991px) {
    .swiper-demo-section .sd-cell .sd-block:hover {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    }
}