/* 360px to 768px → Mobile */
@media (min-width: 360px) and (max-width: 767px) {


    /* .banner-wrapper {
    margin-top: 200px !important;
} */

.header-top-wrapper {
    display: none;
    width: 100%;
    position: fixed;
    top: 25px;
    left: 80%;
}
.Seach_by_order_stage{
.timeline-item {
    position: relative;
    width: 50%;
    padding: 0px 10px;
}
.timeline-icon {
    top: 5px;
    left: 75%;
}

.member-count-box.me-3 {
    width: 100% !important;
}
}

.profile-div {
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #ddd;
    display: block;
    position: relative;
    z-index: 999999;
    right: -81%;
}

}

/* 768px to 992px → Tablet */
@media (min-width: 768px) and (max-width: 991px) {
.Seach_by_order_stage{
  .timeline-item {
    position: relative;
    width: 50%;
    padding: 15px 10px;
}
.timeline-icon {
    top: 20px;
    left: 74%;
}
}

.profile-div {
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #ddd;
    display: block;
    position: relative;
    z-index: 999999;
    right: -81%;
}

}

/* 992px to 1200px → Laptop */
@media (min-width: 992px) and (max-width: 1199px) {
  .profile-div {
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #ddd;
    display: block;
    position: relative;
    z-index: 999999;
    right: -81%;
}
}

/* 1200px and above → Desktop */
@media (min-width: 1200px) {
  
}




/* ===== 991px to 1200px ===== */
@media (min-width: 991px) and (max-width: 1199px) {
    .product-grid-item { width: 20%; } /* 5 columns */
    .banner-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 12px;
    height: 300px;
}

.banner-carousel .carousel-item, .banner-carousel .carousel-item img {
    width: 100%;
    height: 280px;
    object-fit: fill;
}
}


/* ===== 768px to 991px ===== */
@media (min-width: 768px) and (max-width: 990px) {
    .product-grid-item { width: 25%; } /* 4 columns */

    .banner-carousel .carousel-inner { max-height: 200px; }

    .banner-carousel .carousel-item, .banner-carousel .carousel-item img {
    width: 100%;
    height: 120px;
    object-fit: fill;
}

.banner-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 12px;
    height: 138px;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 0rem;
    margin-left: 15%;
}

.banner-wrapper {
    margin-top: 180px;
}

.banner-carousel {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 120px;
}
}


/* ===== 360px to 768px ===== */
@media (min-width: 360px) and (max-width: 767px) {
    .product-grid-item { width: 33.33333333%; } /* 3 columns */
    .product-content h6 { font-size: 11px; }

    .banner-carousel .carousel-inner {
        aspect-ratio: 16 / 6;
        max-height: 160px;
    }

    .banner-carousel .carousel-item, .banner-carousel .carousel-item img {
    width: 100%;
    height: 120px;
    object-fit: fill;
}

.banner-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 12px;
    height: 130px;
}

.banner-wrapper {
    margin-top: 200px;
}

.banner-carousel {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 120px;
}
}


/* ===== Below 360px ===== */
@media (max-width: 359px) {
    .product-grid-item { width: 50%; } /* 2 columns */
    .product-box-items { padding: 6px 4px; }
    .product-content h6 { font-size: 10px; height: 28px; }

    .banner-carousel .carousel-inner {
        aspect-ratio: 4 / 2.5;
        max-height: 110px;
    }
}


/* ===== Extra Small (Optional 360–575 tweak) ===== */
@media (min-width: 360px) and (max-width: 575px) {
    .product-grid-item { width: 50%; } /* 2 columns */
    .shop-btn .theme-btn { max-width: 80px; }

    .banner-carousel .carousel-inner {
        aspect-ratio: 4 / 2;
        max-height: 130px;
    }

   .banner-wrapper {
    margin-top: 214px;
}
}