    /* --- Slider Container --- */
    .hero-slider { position: relative; overflow: hidden; background-color: #f9f9f9; margin-top: 100px !important; }

    /* Each slide */
    .hero-slider .carousel-item {
      padding: 0 70px;
    }

    /* Flex wrapper inside */
    .hero-slider .slide-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      padding: 60px 0;
      padding-top: 100px;
    }

    /* Text block */
    .hero-content { max-width: 50%; }
    .hero-content h1 {
      font-size: 64px;
      font-weight: 400;
      color: #2C55A8;
      line-height: 1.1;
      margin-bottom: 20px;
      font-family: 'Helvetica Neue';
    }
    .hero-content p {
      font-size: 18px;
      color: #555;
      line-height: 1.6;
      margin-bottom: 20px;
      max-width: 550px;
    }
    .hero-content .btn-primary {
      background-color: #2C55A8;
      border: none;
      font-size: 16px;
      font-weight: 400;
      padding: 12px 30px;
      border-radius: 6px;
    }
    .hero-content .btn-primary:hover{
      background-color: #fff;
      color: #2C55A8;
      border: 1px solid #2C55A8;
    }

    /* Image */
    .hero-image img {
      width: 100%;
      max-width: 600px;
      height: auto;
      object-fit: contain;
      display: block;
    }

    /* Arrows */
    .hero-slider .carousel-control-prev,
    .hero-slider .carousel-control-next {
      width: 32px;
      height: 32px;
      top: 50%;
      transform: translateY(-50%);
      background-color: #fff;
      border-radius: 50%;
      box-shadow: 0 0 6px rgba(0,0,0,0.15);
      opacity: 1;
      border: none;
    }
    .hero-slider .carousel-control-prev-icon,
    .hero-slider .carousel-control-next-icon {
      width: 15px;
      height: 15px;
      filter: invert(30%) sepia(95%) saturate(2200%) hue-rotate(210deg) brightness(95%) contrast(90%);
      background-size: 20px 20px;
    }
    .carousel-item a.slide-link-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
    }
    .hero-slider .carousel-control-prev{
        left: 2%;
    }
    .hero-slider .carousel-control-next{
        right: 2%;
    }

    /* Slower transition */
    .hero-slider .carousel-item {
      transition: transform 1s ease-in-out;  /* smoother 1s slide */
    }

    /* Responsive */
    @media (max-width: 991px) {
      .slide-inner { flex-direction: column; text-align: center; padding: 40px 20px; min-height: auto; }
      .hero-content { max-width: 100%; margin-bottom: 30px; }
      .hero-content h1 { font-size: 42px; }
      .hero-content p { font-size: 16px; }
      .hero-image img { max-width: 90%; }
      .hero-slider .carousel-control-prev, .hero-slider .carousel-control-next { width: 30px; height: 30px; }
      .hero-slider .carousel-control-prev-icon, .hero-slider .carousel-control-next-icon{
        width: 12px;
        height: 12px;
      }
    }

/* hero section css ends  */

/* top categories section css start  */

.top-categories-slider {
  background-color: #fff;
}
.top-categories-slider h2{
    font-size: 27px;
}
.general-padding-section{
  padding-top: 15px;
}
.top-categories-slider .carousel{
    padding: 0 40px;
    position: relative;
  /* padding: 0;  */
  /* overflow: hidden;  */
}

.top-categories-slider .carousel-inner {
  position: relative;
  width: 100%;
  overflow: visible; 
}

.top-categories-slider .carousel-track {
  display: flex;
  gap: 18px;
  transition: transform 0.6s ease;
  will-change: transform;
  
}

.top-categories-slider .category-card {
  background-color: #e6f0fa;
  border-radius: 5px;
  width: calc((100% - (18px * 5)) / 6);;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  padding: 15px;
}

.top-categories-slider .category-card:hover {
  transform: translateY(-5px);
}
.category-card img{
    height: 140px;
}
.category-card h5{
  font-size: 18px;
  font-weight: 500;
}

.top-categories-slider .carousel-control-prev,
.top-categories-slider .carousel-control-next {
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.top-categories-slider .carousel-control-prev:hover,
.top-categories-slider .carousel-control-next:hover {
  background-color: #f0f0f0;
}

.top-categories-slider .carousel-control-prev-icon,
.top-categories-slider .carousel-control-next-icon {
  width: 12px;
      height: 12px;
      filter: invert(30%) sepia(95%) saturate(2200%) hue-rotate(210deg) brightness(95%) contrast(90%);
      background-size: 20px 20px;
}
.top-categories-slider .carousel-control-prev{
left: -0.5%;
}
.top-categories-slider .carousel-control-next{
right: -0.5%;
}

/* top categories section css end  */


/* popular products section css start  */

.popular-slider-section {
  background: #fff;
}

.popular-slider-title {
  font-size: 27px;
}

.popular-slider-view {
  font-size: 20px;
  color: #2C55A8;
}

.popular-slider-wrapper {
   margin-right: 25px;
}
.popular-slider-inner{
overflow: hidden;
 
}

.popular-slider-track {
  display: flex;
  transition: transform 0.6s ease;
}

.popular-slider-item {
  flex: 0 0 22%;
  padding: 0 10px;
  box-sizing: border-box;
}

/* .popular-slider-card {
  border: 2px solid #80808059;
  border-radius: 5px;
  text-align: left;
  padding: 20px;
  transition: all 0.3s;
  height: 410px;
} */

.popular-slider-card:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.popular-slider-img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  margin-bottom: 10px;
}

.popular-slider-badge {
  display: inline-block;
  background-color: #2C55A8;
  color: #fff;
  font-size: 10px;
  border-radius: 12px;
  padding: 3px 10px;
  margin-bottom: 10px;
  align-self: flex-start;
}

/* .popular-slider-name {
  font-size: 16px;
  color: #000;
  min-height: 40px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
} */

.popular-slider-price {
  /* margin: 8px 0; */
  margin-bottom: 15px;
}

.popular-slider-price .price {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.popular-slider-price .old-price {
  font-size: 20px;
  color: #b8bec6;
  text-decoration: line-through;
  margin-left: 5px;
}

.popular-slider-price .discount {
  font-size: 12px;
  color: #fff;
  background-color: #0b993e;
  border-radius: 0px;
  padding: 4px 10px;
  margin-left: 5px;
  font-weight: 600;
}

.popular-slider-btn {
  background-color: #2C55A8;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 0;
  width: 100%;
  border-radius: 6px;
}

.popular-slider-btn:hover {
  background-color: #fff;
  color: #2C55A8;
  border: 1px solid #2C55A8;
}

.popular-slider-prev,
.popular-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  z-index: 10;
   width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.popular-slider-prev {
  left: -10px;
  /* display: none; */
}

.popular-slider-next {
  right: -35px;
}

.popular-slider-prev .carousel-control-prev-icon,
.popular-slider-next .carousel-control-next-icon {
   width: 12px;
      height: 12px;
      filter: invert(30%) sepia(95%) saturate(2200%) hue-rotate(210deg) brightness(95%) contrast(90%);
      background-size: 20px 20px;
}


/* popular products section css ends  */


/* top Brands section css start  */

.top-brands-slider {
  background-color: #fff;
}
.top-brands-slider h2{
    font-size: 27px;
}
.top-brands-slider .carousel{
    padding: 0 40px;
}

.top-brands-slider .carousel-inner {
  position: relative;
  width: 100%;
}

.top-brands-slider .carousel-track-brand {
  display: flex;
  gap: 20px;
  transition: transform 0.6s ease;
}

.brand-card {
  background-color: #e6f0fa;
  border-radius: 5px;
  width: calc((100% - (20px * 4)) / 5);
  flex-shrink: 0;
  transition: transform 0.3s ease;
  padding: 15px;
}
.brand-card h5{

    font-size: 14px;
    font-weight: 500;
}

.top-brands-slider .brand-card:hover {
  transform: translateY(-5px);
}
.top-brands-slider .brand-card img{
    height: 90px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 0px !important;
}

.top-brands-slider .carousel-control-prev,
.top-brands-slider .carousel-control-next {
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.top-brands-slider .carousel-control-prev:hover,
.top-brands-slider .carousel-control-next:hover {
  background-color: #f0f0f0;
}

.top-brands-slider .carousel-control-prev-icon,
.top-brands-slider .carousel-control-next-icon {
  width: 12px;
      height: 12px;
      filter: invert(30%) sepia(95%) saturate(2200%) hue-rotate(210deg) brightness(95%) contrast(90%);
      background-size: 20px 20px;
}
.top-brands-slider .carousel-control-prev{
left: -0.5%;
}
.top-brands-slider .carousel-control-next{
right: -0.5%;
}

/* top brands section css end  */


/* Best seller section css start  */

.best-sellers-slider-section {
  background: #fff;
}

.best-sellers-slider-title {
  font-size: 27px;
}

.best-sellers-slider-view {
  font-size: 20px;
  color: #2C55A8;
}

.best-sellers-slider-wrapper {
   margin-right: 25px;
}
.best-sellers-slider-inner{
overflow: hidden;
 
}

.best-sellers-slider-track {
  display: flex;
  transition: transform 0.6s ease;
}

.best-sellers-slider-item {
  flex: 0 0 22%;
  padding:0 10px;
  box-sizing: border-box;
}

/* .best-sellers-slider-card {
  border: 2px solid #80808059;
  border-radius: 5px;
  text-align: left;
  padding: 20px;
  transition: all 0.3s;
  height: 352px;
} */
 .popular-slider-card,
.best-sellers-slider-card {
  border: 2px solid #80808059;
  border-radius: 5px;
  text-align: left;
  padding: 20px;
  transition: all 0.3s;
  height: 410px; /* This is the unified height */
  display: flex; /* ADD THIS: Enables flexbox */
  flex-direction: column; /* ADD THIS: Arranges items vertically */
}

.best-sellers-slider-card:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.best-sellers-slider-img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  margin-bottom: 10px;
}

.best-sellers-slider-badge {
  display: inline-block;
  background-color: #2C55A8;
  color: #fff;
  font-size: 10px;
  border-radius: 12px;
  padding: 3px 10px;
  margin-bottom: 10px;
  align-self: flex-start;
}

/* .best-sellers-slider-name {
  font-size: 16px;
  color: #000;
  min-height: 40px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
} */
 /* REPLACE THE TWO NAME RULES ABOVE WITH THIS COMBINED RULE */
.popular-slider-name,
.best-sellers-slider-name {
  font-size: 16px;
  color: #000;
  min-height: 48px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* flex-grow: 1; */
}



.best-sellers-slider-btn {
  background-color: #f1f4fb;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 0;
  width: 100%;
  border-radius: 6px;
  margin-top: 8px
}
.best-sellers-slider-btn span{
  color: #2C55A8;
}

.best-sellers-slider-btn:hover {
  /* background-color: #00357d; */
  background-color: #fff;
  color: #2C55A8;
  border: 1px solid #2C55A8;
}

.best-sellers-slider-prev,
.best-sellers-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  z-index: 10;
   width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.best-sellers-slider-prev {
  left: -10px;
  /* display: none; */
}

.best-sellers-slider-next {
  right: -35px;
}

.best-sellers-slider-prev .carousel-control-prev-icon,
.best-sellers-slider-next .carousel-control-next-icon {
   width: 12px;
      height: 12px;
      filter: invert(30%) sepia(95%) saturate(2200%) hue-rotate(210deg) brightness(95%) contrast(90%);
      background-size: 20px 20px;
}


/* best seller section css ends  */


/* promo section css start  */

    .promo-section {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      background-color: #ffffff;
      /* padding-bottom: 40px; */
    }
    .promo-box {
      flex: 1;
      color: #2C55A8;
      padding: 40px;
      text-align: left;
      display: block; /* Ensures the <a> tag behaves like a div */
      min-height: 400px; /* <-- ADD THIS LINE to prevent the banner from collapsing */
    }
    .promo-box img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }
    .promo-text {
      /* position: absolute; */
      top: 40px;
      left: 40px;
      right: 40px;
      color: #2C55A8;
    }
    .promo-text h2 {
      font-size: 48px;
      font-weight: 400;
      margin-bottom: 10px;
    }
    .promo-text h2 span {
      /* font-weight: 700; */
    }
    .promo-text p {
      font-size: 18px;
      color: #6c757d;
      margin-bottom: 25px;
      max-width: 300px;
    }
    .promo-btn {
      border: 2px solid #2C55A8;
      background-color: transparent;
      color: #2C55A8;
      font-weight: 600;
      padding: 10px 30px;
      font-size: 18px;
      border-radius: 6px;
    }
    .promo-btn:hover {
      background-color: #2C55A8;
      color: #ffffff;
    }
    .right-box {
      /* background-color: #eaf3fb; */
      color: #2C55A8;
      position: relative;
    }
    .discount-badge-outer{
      
      background-color: #2C55A8;
      color: #ffffff;
      font-weight: 300;
      font-size: 18px;
      border-radius: 50%;
      width: 100px;
      height: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      line-height: 22px;
      flex-direction: column;
      border: 2px solid #ffffff80;
    }
    .discount-badge {
      position: absolute;
      bottom: 60px;
      right: 200px;
      background-color: #2C55A8;
      color: #ffffff;
      font-weight: 300;
      font-size: 18px;
      border-radius: 50%;
      width: 110px;
      height: 110px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      line-height: 22px;
      flex-direction: column;
    }
    .promo-box.left-box{
      padding:80px 0px 80px 90px;
    }
    .promo-box.right-box{
      padding:80px 0px 0px 40px;
    }
    .left-box .promo-text h2{
        font-size: 52px;
        font-weight: 300;
    }
    .left-box .promo-text h2 span{
        font-weight: 500;
    }
    .right-box .promo-text h2{
        font-size: 36px;
        font-weight: 300;
        font-family: 'Helvetica Neue';
    }
    .discount-badge span{
        font-weight: 400;
    }
    .right-box .promo-btn{
       background-color:#2C55A8;
       color:#fff;
       border:none;
       padding: 15px 32px;
       border-radius: 6px;
    }
    .right-box .promo-btn:hover{
        color: #2C55A8;
        background-color: #fff;
        border: 1px solid #2C55A8;
    }


/* promo section css end  */




/* new arrival section css start  */

.new-arrival-slider-section {
  background: #fff;
}

.new-arrival-slider-title {
  font-size: 27px;
}

.new-arrival-slider-view {
  font-size: 20px;
  color: #2C55A8;
}

.new-arrival-slider-wrapper {
   margin-right: 25px;
}
.new-arrival-slider-inner{
overflow: hidden;
 
}

.new-arrival-slider-track {
  display: flex;
  transition: transform 0.6s ease;
}

.new-arrival-slider-item {
  flex: 0 0 22%;
  padding: 0 10px;
  box-sizing: border-box;
}

.new-arrival-slider-card {
  border: 2px solid #80808059;
  border-radius: 5px;
  text-align: left;
  padding: 20px;
  transition: all 0.3s;
  height: 410px;
}

.new-arrival-slider-card:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.new-arrival-slider-img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  margin-bottom: 10px;
}

.new-arrival-slider-badge {
  display: inline-block;
  background-color: #2C55A8;
  color: #fff;
  font-size: 10px;
  border-radius: 12px;
  padding: 3px 10px;
  margin-bottom: 10px;
  align-self: flex-start;
}

.new-arrival-slider-name {
  font-size: 16px;
  color: #000;
  min-height: 44px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

.new-arrival-slider-price {
  margin: 8px 0;
  margin-bottom: 15px;
}

.new-arrival-slider-price .price {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.new-arrival-slider-price .old-price {
  font-size: 18px;
  color: #888;
  text-decoration: line-through;
  margin-left: 5px;
}

.new-arrival-slider-price .discount {
  font-size: 12px;
  color: #fff;
  background-color: #0b993e;
  border-radius: 0px;
  padding: 2px 6px;
  margin-left: 5px;
  font-weight: 600;
}

.new-arrival-slider-btn {
  background-color: #2C55A8;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0;
  width: 100%;
  border-radius: 6px;
}

.new-arrival-slider-btn:hover {
  background-color: #fff;
  color: #2C55A8;
  border: 1px solid #2C55A8;
}

.new-arrival-slider-prev,
.new-arrival-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  z-index: 10;
   width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.new-arrival-slider-prev {
  left: -10px;
  /* display: none; */
}

.new-arrival-slider-next {
  right: -35px;
}

.new-arrival-slider-prev .carousel-control-prev-icon,
.new-arrival-slider-next .carousel-control-next-icon {
   width: 12px;
      height: 12px;
      filter: invert(30%) sepia(95%) saturate(2200%) hue-rotate(210deg) brightness(95%) contrast(90%);
      background-size: 20px 20px;
}


/* new arrival section css ends  */


/* Request Quotation Section css start */
    .request-quotation {
      /* background: linear-gradient(rgba(0, 63, 152, 0.85), rgba(0, 63, 152, 0.85)), url('https://via.placeholder.com/1920x250') no-repeat center/cover; */
      padding: 40px 0;
      color: #fff;
      text-align: center;
      margin-top: 85px;
    }

    .request-quotation h2 {
      font-size: 38px;
      font-weight: 400;
      margin-bottom: 10px;
      text-align: left;
    }

    .request-quotation p {
      font-size: 22px;
      margin-bottom: 20px;
      text-align: left;
    }

    .request-quotation .btn-enquire {
      background: #fff;
      color: #2C55A8;
      border-radius: 6px;
      font-weight: 600;
      font-size: 22px;
      padding: 10px 30px;
      text-decoration: none;
      transition: all 0.3s ease;
    }

    .request-quotation .btn-enquire:hover {
      background: #2C55A8;
      color: #fff;
      border: 1px solid #fff;
    }

    .request-quotation-inner-container{
      display: flex;
      justify-content: space-between;
      align-items: center;
    }


    /* request quotation section css ends  */


    /* blogs section css start  */


  .blogs-slider-section {
      padding: 60px 0px;
      overflow: hidden;
    }

    .blogs-slider-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 44px;
    }

    .blogs-slider-header h2 {
      font-size: 27px;
      font-weight: 700;
      margin: 0;
    }

    .blogs-slider-header a {
      color: #2C55A8;
      text-decoration: none;
      font-size: 20px;
      font-weight: 700;
    }

    /* Slider container */
    .blogs-slider-wrapper {
      position: relative;
      padding: 0 20px;
      
    }
    .blogs-inner-container{
      overflow: hidden;
    }

    .blogs-slider-track {
      display: flex;
      transition: transform 0.6s ease;
      gap: 18px;
    }

    .blogs-slider-item {
      flex: 0 0 calc((100% - (18px * 2)) / 3);
      /* max-width: 360px; */
      /* margin-right: 30px; */
      /* margin-left: 15px; */
      display: flex;
    }


    /* Blog Card */
    .blogs-slider-card {
      border: 1px solid #80808059;
      border-radius: 5px;
      overflow: hidden;
      background: #fff;
      display: flex;
      flex-direction: column;
      width: 100%;
      height: 100%;
    }

    .blogs-slider-thumb {
      width: 100%;
      height: 280px;
      object-fit: cover;
      padding: 15px 15px 0 15px;
    }

    .blogs-slider-body {
      padding: 15px;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
    }

    .blogs-slider-category {
      background: #2C55A8;
      color: #fff;
      padding: 5px 10px;
      border-radius: 12px;
      font-size: 12px;
      font-weight: 400;
      margin-bottom: 10px;
      width: fit-content;
    }

    .blogs-slider-title {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 12px;
      line-height: 1.4;
    }

    .blogs-slider-excerpt {
      font-size: 12px;
      line-height: 20px;
      color: #9b9b9b;
      flex-grow: 1;
    }


    .blogs-slider-read-wrap {
      margin-top: auto; /* ✅ keeps it at the bottom */
      padding-top: 12px;
    }

    .blogs-slider-read-more {
      color: #2C55A8;
      font-weight: 700;
      font-size: 13px;
      text-decoration: none;
    }
    .blogs-slider-read-more:hover{
      color: #000;
      text-decoration: underline;
    }

    /* Navigation arrows */
    .blogs-slider-prev,
    .blogs-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  z-index: 10;
   width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 1;
    }

.blogs-slider-prev .carousel-control-prev-icon,
.blogs-slider-next .carousel-control-next-icon {
      width: 12px;
      height: 12px;
      filter: invert(30%) sepia(95%) saturate(2200%) hue-rotate(210deg) brightness(95%) contrast(90%);
      background-size: 20px 20px;
}


    .blogs-slider-prev { left: -0.5px; }
    .blogs-slider-next { right: -0.5px; }


    /* blogs section css end  */

    .hero-section-container{
      background-color: #f9f9f9;
    }

    .hero-section-container .carousel-inner{
      z-index: 1;
    }
    .hero-slider {
      max-width: 1600px;
      width: 100%;
      margin: 0 auto;
    }
    .top-categories-slider .container-fluid{
       max-width: 1600px;
      width: 100%;
      margin: 0 auto;
    }
    .popular-slider-section .container-fluid{
       max-width: 1600px;
      width: 100%;
      margin: 0 auto;
    }
    .top-brands-slider  .container-fluid{
       max-width: 1600px;
      width: 100%;
      margin: 0 auto;
    }
    .best-sellers-slider-section  .container-fluid{
       max-width: 1600px;
      width: 100%;
      margin: 0 auto;
    }
    .promo-section-main  .container-fluid{
       max-width: 1600px;
      width: 100%;
      margin: 0 auto;
    }
    .new-arrival-slider-section  .container-fluid{
       max-width: 1600px;
      width: 100%;
      margin: 0 auto;
    }
    .request-quotation  .container-fluid{
       max-width: 1600px;
      width: 100%;
      margin: 0 auto;
    }
    .blogs-slider-section .container-fluid{
       max-width: 1600px;
      width: 100%;
      margin: 0 auto;
    }


@media (max-width:768px) {
    .hero-slider{
      margin-top: 70px !important;
    }
    .hero-slider .carousel-item{
      height: 250px;
      margin-top: 40px;
    }
     .top-categories-slider .category-card {
        width: 50% !important;
    }
    .best-sellers-slider-item {
        flex: 0 0 100% !important;
      padding: 0 2px;
    }
    .popular-slider-item{
      flex: 0 0 100% !important;
      padding: 0 2px;
    }
    .new-arrival-slider-item{
      flex: 0 0 100% !important;
      padding: 0 2px;
    }
    .blogs-slider-item{
      flex: 0 0 100%;
      padding: 0 2px;
    }
    .brand-card {
    width: 50% !important;
  }
  .popular-slider-wrapper{
    margin-right: 0px;
  }
  .top-brands-slider .carousel{
    padding: 0px;
  }
  .top-brands-slider .carousel-control-prev{

  }
  .popular-slider-next{
    right: -10px;
  }
  .popular-slider-prev, .popular-slider-next{
    background-color: #2C55A8;
    color: white;

  }
  .popular-slider-next{
    right: 0px;
    top: -35px;
  }
  .popular-slider-prev{
    right: 35px;
    top: -35px;
    left: auto;
  }
  .top-brands-slider .carousel-control-prev, .top-brands-slider .carousel-control-next{
    background-color: #2C55A8;
    color: white;
  }

  .top-brands-slider .carousel-control-prev:hover, .top-brands-slider .carousel-control-next:hover{
    background-color: #2C55A8;
    color: white;
  }
  .top-brands-slider .carousel-control-next{
    right: 0px;
    bottom: -55px;
    top: auto;
  }
  .top-brands-slider .carousel-control-prev{
    right: 35px;
    bottom: -55px;
    left: auto;
    top: auto;
  }
  .top-brands-slider{
    margin-bottom: 20px;
  }
  .top-brands-slider .carousel-control-prev-icon, .top-brands-slider .carousel-control-next-icon{
    filter:unset;
  }
  .popular-slider-prev .carousel-control-prev-icon, .popular-slider-next .carousel-control-next-icon{
    filter:unset;
    margin-left:-5px;
  }
  .top-brands-heading-container{
    /* flex-direction: column; */
    align-items: flex-start !important;
  }
  .best-sellers-slider-wrapper{
    margin-right: 0px;
  }
  .best-sellers-slider-next{
    right: -10px;
  }

  .best-sellers-slider-prev, .best-sellers-slider-next{
    background-color: #2C55A8;
    color: white;
  }

  .best-sellers-slider-section .carousel-control-prev:hover, .best-sellers-slider-section .carousel-control-next:hover{
    background-color: #2C55A8;
    color: white;
  }
  .best-sellers-slider-section .best-sellers-slider-next{
    right: 0px;
    bottom: -55px;
    top: auto;
  }
  .best-sellers-slider-section .best-sellers-slider-prev{
    right: 35px;
    bottom: -55px;
    left: auto;
    top: auto;
  }
  .best-sellers-slider-section{
    margin-bottom: 20px;
  }
  .best-sellers-slider-section .carousel-control-prev-icon, .best-sellers-slider-section .carousel-control-next-icon{
    filter:unset;
    margin-left:-5px;
  }

  .promo-section{
    flex-direction: column;
  }
  .promo-box{
    min-height: 250px;
  }
  .new-arrival-slider-wrapper{
    margin-right: 0px;
  }
  .new-arrival-slider-next{
    right: -10px;
  }
  .py-5{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .top-brands-slider h2{
    margin-bottom: 12px !important;
    width: 60%;
  }
  
    .new-arrival-slider-prev, .new-arrival-slider-next{
      background-color: #2C55A8;
      color: white;
    }
    .new-arrival-slider-prev:hover, .new-arrival-slider-next:hover{
      background-color: #2C55A8;
      color: white;
    }
    .new-arrival-slider-prev .carousel-control-prev-icon, .new-arrival-slider-next .carousel-control-next-icon{
      filter: unset;
      margin-left:-5px;
    }
    .new-arrival-slider-next{
      right: 0px;
      bottom: -55px;
      top: auto;
    }
    .new-arrival-slider-prev{
      right: 35px;
      bottom: -55px;
      top: auto;
      left: auto;
    }
  .request-quotation-inner-container{
    flex-direction: column;
    align-items:flex-start !important;
  }
  .request-quotation h2{
    font-size: 22px;
  }
  .request-quotation p{
    font-size: 16px;
  }
  .request-quotation .btn-enquire{
    font-size: 18px;
    margin-top: 5px;
  }
  .blogs-slider-wrapper{
    padding: 0px;
  }
  .blogs-slider-title{
    font-size: 18px;
  }
  .popular-slider-name, .best-sellers-slider-name{
    min-height: 28px;
  }
  .best-sellers-slider-title , .new-arrival-slider-title , .blogs-slider-header h2{
    width: 60%;
  }
  .blogs-slider-prev { left: -10px; }
    .blogs-slider-next { right: -10px; }
    .blogs-slider-section{
      padding: 30px 0 60px;
    }
    .blogs-slider-prev, .blogs-slider-next{
      background-color: #2C55A8;
      color: white;
    }
    .blogs-slider-prev:hover, .blogs-slider-next:hover{
      background-color: #2C55A8;
      color: white;
    }
    .blogs-slider-prev .carousel-control-prev-icon, .blogs-slider-next .carousel-control-next-icon{
      filter: unset;
      margin-left:-5px;
    }
    .blogs-slider-next{
      right: 0px;
      bottom: -55px;
      top: auto;
    }
    .blogs-slider-prev{
      right: 35px;
      bottom: -55px;
      left: auto;
      top: auto;
    }
    .top-categories-slider h2 , .popular-slider-title , .top-brands-slider h2 , .top-brands-slider h2  , .best-sellers-slider-title, .new-arrival-slider-title, .blogs-slider-header h2{
      font-size: 20px;
      font-weight: 600 !important;
    }

    .general-padding-section{
      padding-top: 0px;
    }
    .general-padding-section.mb-5{
      margin-bottom: 20px !important;
    }
    .general-padding-right-left{
      padding: 0 20px;
    }
    .top-categories-slider .carousel{
      padding: 0 00px;
    }

    /* Previous & Next Buttons */
    .top-categories-slider .carousel-control-prev,
    .top-categories-slider .carousel-control-next {
      top: -35px;
      background-color: #2C55A8;
      color: white;
    }
    .top-categories-slider .carousel-control-prev:hover, .top-categories-slider .carousel-control-next:hover{
      background-color: #2C55A8;
      color: white;
    }
    .top-categories-slider .carousel-control-prev-icon, .top-categories-slider .carousel-control-next-icon{
      filter: unset;
    }
    .top-categories-slider .carousel-control-prev {
      right: 35px;
      left: auto;
    }
    .top-categories-slider .carousel-control-next {
      right: 0px;
    }
    .top-categories-slider .carousel-track{
      gap: 10px;
    }



    .searchMobileHeading.mb-5{
      margin-bottom: 20px !important;
    }
    .popular-slider-view{
      font-size: 18px;
      color: #2C55A8;
    }
    .best-sellers-slider-view{
      font-size: 18px;
      color: #2C55A8;
    }
    .new-arrival-slider-view{
      font-size: 18px;
      color: #2C55A8;
    }
    .blogs-slider-header{
      margin-bottom: 20px;
    }
    .request-quotation{
      padding: 30px 0 40px;
    }
    .mb-5.top-brands-heading-container{
      margin-bottom: 10px !important;
    }
}


@media (min-width:768px)and (max-width:992px) {
    .hero-slider{
      margin-top: 70px !important;
    }
    .hero-slider .carousel-item{
      height: 350px;
    }
    .top-categories-slider .category-card {
        width: calc((100% - (18px * 2)) / 3);
    }
    .best-sellers-slider-item {
        flex: 0 0 33.33% !important;
    }
    .popular-slider-item{
      flex: 0 0 33.33% !important;
    }
    .new-arrival-slider-item{
      flex: 0 0 33.33% !important;
    }
    .blogs-slider-item{
      flex: 0 0 calc((100% - (18px)) / 2);
    }
    .brand-card {
    width: calc((100% - (18px * 2)) / 3);
  }
  .popular-slider-wrapper{
    margin-right: 0px;
  }
  .popular-slider-next{
    right: -10px;
  }

  .best-sellers-slider-wrapper{
    margin-right: 0px;
  }
  .best-sellers-slider-next{
    right: -10px;
  }
  .promo-section{
    flex-direction: column;
  }

  .new-arrival-slider-wrapper{
    margin-right: 0px;
  }
  .new-arrival-slider-next{
    right: -10px;
  }
  .py-5{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .top-brands-slider h2{
    margin-bottom: 12px !important;
  }
  .request-quotation-inner-container{
    flex-direction: column;
    align-items:flex-start !important;
  }
  .request-quotation h2{
    font-size: 26px;
  }
  .request-quotation p{
    font-size: 18px;
  }
  .request-quotation .btn-enquire{
    font-size: 18px;
  }
  .blogs-slider-wrapper{
    padding: 0px;
  }
  .blogs-slider-title{
    font-size: 18px;
  }
  .popular-slider-price .price{
    font-size: 16px;
  }
  .popular-slider-price .old-price{
    font-size: 16px;
  }
  .popular-slider-price .discount{
    font-size: 10px;
  }.general-padding-right-left{    padding:0 25px;  }
}

@media (min-width:1700px) {
  .best-sellers-slider-btn{
    margin-top: -8px;
  }
}


@media (min-width:1700px) {
  .best-sellers-slider-btn{
    margin-top: -8px;
  }
  .hero-slider{
    padding:0 40px;
  }
  .top-categories-slider .carousel-control-prev,
.top-categories-slider .carousel-control-next{
  background-color: #2C55A8;
  color: #fff;
}
.top-categories-slider .carousel-control-prev-icon, .top-categories-slider .carousel-control-next-icon{
  filter: unset;
}

.top-brands-slider .carousel-control-prev, .top-brands-slider .carousel-control-next{
  background-color: #2C55A8;
  color: #fff;
}

.top-brands-slider .carousel-control-prev-icon, .top-brands-slider .carousel-control-next-icon{
  filter: unset;
}
}