.sliderContainer{
    margin: 0 auto;
    height: 405px;
}

.h-full {
    height: 100%;
    box-sizing: border-box;
}

.slider_images_height {
    min-height: 300px;
    height: inherit;
}

.slider-image {
    width: auto;
    /* height: calc(100vh - 288px); */
}


.carousel-inner {
    height: 100%;
    background-size: cover;
    background-position: center;
}
/* .card{
    border: 0px;
} */
 .DiscountTitle{
    font-size: 15px;
    line-height: 22px;
    word-break: break-word;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
 }
 .paddingBtn{
    padding: 6px 71px;
 }

.bg-img-slider, .bg-img-sliderbox {
    /* height: 500px; */
    height: 100%;
    background-position-x: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.carousel-item {
    min-height: 405px;
    max-height: 405px; 
    height: 405px;
}
.carousel-item-mobile {
    min-height: auto!important;
    max-height: auto!important; 
    height: auto!important;
}

.carousel-indicators li{
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    border: 5px solid white !important;
    background: white !important;
    opacity: 1 !important;
    margin-left: 6px !important;
    margin-right: 6px !important;
}
.carousel-indicators .active{
    border-color: #f7931f !important;
}
.carousel-indicators{
    bottom: 25px !important;
}

.SliderBox {
    opacity: 0.8;
    position: absolute!important;
    top: 35%;
    transform: translate(10%, -50%);
    width: 80%;
    margin: 0 auto;
}



.bg-gray-800 {
    background-color: #f5f5f5;
}

.discountedCard{
    max-width: 100%;
    border-radius: 0.6rem;
    text-align: center;
}

.discountedCarbBox{
    flex-basis: 100%;
    flex-grow: 1;
}

.popularCategories{
    gap: 1rem;
}

.popularCategories > .card {
    height: 120px;
    width: 120px;
    padding: 25px 46px;
    border-radius: 50%;
    margin: 0 auto;
}

.popularCategories > .card > a> img {
    max-height: 75px;
}



.brandBox{
    gap: 1rem;
}

.brandBox > .card {
    height: 110px;
    min-height: 110px;
    max-height: 110px;
    padding: 2rem;
}

/* .brandBox > .card .img-custom {
    min-width: 80px;
    width: 100%;
    max-width: 180px;
    height: auto;
    max-height: 100%;
} */
.brandBox > .card .img-custom {
    width: 100%;
    max-width: 100px;
    height: auto;
    object-fit: contain;
    aspect-ratio: 2/1;
}

.text-overline {
    text-decoration: line-through;
}
.title-panel{
    font-size: 1.2rem;
}

.view_all{
    font-size: 0.7rem;
}
.sliderTitles{
    font-size: 1rem;
}
.small_text
{
    font-size: 0.7rem;

}

   /* Small devices (landscape phones, 576px and up) */
  @media (min-width: 576px) {
    .bg-img-sliderbox {
        height: 100%;
        width: 100%;
    }
    .discountedCard{
        max-width: 100%;
        width: 100%;
        min-width: 100%;
        border-radius: 0.6rem;
        text-align: center;

    }
    .SliderBox {
        opacity: 0.8;
        position: absolute!important;
        top: 35%;
        transform: translate(10%, -50%);
        width: 80%;
        margin: 0 auto;
    }


    .title-panel{
        font-size: 2rem;
    }

    .popularCategories > .card {
        height: 170px;
        width: 170px;
        padding: 25px 46px;
        border-radius: 50%;
        margin: 0 auto;
    }

    .popularCategories > .card > a> img {
        max-height: 100px;
    }

    .view_all{
        font-size: 1rem;
    }

    .sliderTitles{
        font-size: 1.5rem;
    }

    .small_text
    {
        font-size: 1rem;
    }

  }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .sliderContainer {
        height: 405px;
    }

    .bg-img-slider {
        /* height: 500px; */
        height: 100%;
    }
    .bg-img-sliderbox {
        /* height: 100%;
        width: 93.5%;
        margin-left: 34px; */
    }
    .discountedCard{
        max-width: 320px;
        /* width: 430px;
        min-width: 430px; */
        border-radius: 0.6rem;
        text-align: left;

    }
    .discountedCarbBox{
        flex-basis: 320px;
    }
    .SliderBox{
        position: absolute;
    }


 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .SliderBox{
        opacity: 0.8;
        position: relative;
        top: 50%;
        transform: translate(0.5%, -50%);
        width: 35rem;
        height: auto;
        margin: 0 auto;
    }

    .sliderContainer, .bg-img-slider {
        /* height: calc(100vh - 288px); */

    }

    .sliderContainer, .bg-img-sliderbox {
        /* height: calc(100vh - 185px);
        min-height: calc(100vh - 258px);
        width: 97.9%;
        margin-left: 10px; */
    }

    .slider-image {
        /* height: calc(100vh - 288px); */
        width: 100%;
    }

    /* .bg-img-slider {
        background-position-x: left;
        height: calc(100vh - 185px);
    } */
    .discountedCarbBox{
        flex-basis: 400px;
    }
 }

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
   .SliderBox{
       width: 35rem;
       height: auto;
   }
   .discountedCarbBox{
        flex-basis: 340px;
        flex-grow: 1;
    }
    .sliderContainer, .bg-img-sliderbox {
        /* height: calc(100vh - 442px);
        min-height: calc(100vh - 258px);
        width: 97.7%;
        margin-left: 13px; */
    }
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    .SliderBox{
        width: 35rem;
        height: auto;
    }
    .sliderContainer, .bg-img-sliderbox {
        /* height: calc(100vh - 442px);
        min-height: calc(100vh - 258px);
        width: 100%;
        margin-left: 0px; */
    }

 }

 .banner-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider-container {
    position: relative;
    width: 100%;
    overflow: hidden; /* Prevents any overflow from sliding elements */
}

.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out; /* Smooth sliding effect */
    width: 100%; /* Dynamic width adjusted in JavaScript based on the number of slides */
}

.slider-item {
    flex-shrink: 0; /* Prevents items from shrinking */
    width: 100%; /* Each slide takes up full width */
    height: auto; /* Ensures responsive height */
}

.slider-item img {
    width: 100%;
    height: auto;
    object-fit: cover; /* Ensures images cover the container without distortion */
}


.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: orange;
    color: white;
    border: none;
    padding: 0px 10px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%; /* Make buttons circular */
    font-size: 21px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); /* Adds subtle shadow for better visibility */
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}

.slider-btn:hover {
    background:  orange;
    transform: translateY(-50%) scale(1.1); /* Slight scale effect */
}

/* Mobile-Specific Styles */
@media (max-width: 768px) {
    .slider-item img {
        height: 200px; /* Adjust height for tablets */
    }

    .slider-caption {
        bottom: 10px;
        left: 10px;
        font-size: 12px;
        padding: 8px 12px;
    }

    .slider-btn {
        padding: 0px 10px;
        font-weight: bold;
        font-size: 21px;
    }

    .prev-btn {
        left: 5px;
    }

    .next-btn {
        right: 5px;
    }
}

@media (max-width: 480px) {
    .slider-item img {
        height: 150px; /* Further reduce height for smaller screens */
    }

    .slider-caption {
        font-size: 10px;
        padding: 5px 8px;
    }

    .slider-btn {
        font-size: 21px;
        padding: 0px 10px;
        font-weight: bold;
    }
}
.product-off-div{
    position: absolute;
    top: -1px; left: -1px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;size:13px
}
.discounted-image{
    max-height: 100px;
}
.discounted-product-currency{
    max-height: 100px;
}