.slick-card-slide .slick-slide {
  padding: 0 20px;
}

.slick-card-slide {
  margin: 0 -20px;
}

.card-img-top {
  height: 220px;
  object-fit: cover;
  width: 100%;
  border-radius: 15px 15px 0 0;
}

.card-title {
  font-size: 14px;
  color: #8d8d8d;
  font-weight: 300;
}

.our-products {
  position: relative;
  background: #f7f7f7;
}

.our-products .pre-bt,
.our-products .next-bt {
  position: absolute;
  z-index: 100;
  width: 40px;
  top: 130px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border: none;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.our-products .pre-bt:hover,
.our-products .next-bt:hover {
  transform: scale(1.2);
}

.our-products .next-bt {
  right: -3px;
}

.our-products .pre-bt {
  left: -3px;
}

.our-products .card {
  border-radius: 14px;
  border: none;
  outline: none;
}

.card-text {
  color: #0e1541;
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.our-products .header {
  text-align: center;
  font-size: 35px;
  font-weight: 500;
  color: #0e1541;
}

.our-products .btn-custom {
  border: none;
  outline: none;
  background: none;
  color: #ff6806;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
  transition: color 0.3s;
  margin: auto;
  text-align: center;
}

.our-products .btn-custom .arrow-icon {
  width: 50px;
  margin-left: 15px;
  transition: transform 0.3s ease;
  margin-top: 3px;
}

.our-products .btn-custom:hover .arrow-icon {
  transform: translateX(8px);
}

.our-products .btn-custom img {
  width: 50px;
  margin-left: 15px;
}
@media (max-width: 991.98px) {
  .our-products .btn-custom .arrow-icon {
    width: 35px;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .our-products .btn-custom {
    border: solid 1px #ff6806;
    padding: 5px 20px;
    margin-top: 20px !important;
  }
}

@media (max-width: 570px) {
  .slick-card-slide .slick-slide {
    padding: 0 14px;
  }

  .our-products .next-bt,
  .our-products .pre-bt {
    display: none !important;
  }

  .our-products .card {
    text-align: center;
  }

  .card-text {
    margin-top: 10px;
  }
}
.tab {
  position: relative;
  display: flex;
  gap: 5px;
  padding: 5px;
  background-color: #eeeeee;
  width: 100%;
  max-width: 400px;
  border-radius: 50px;
  margin: auto;
  margin-bottom: 30px;
  box-sizing: border-box;
  align-items: center;
}

.custom-select-group {
  width: 100%;
  padding: 6px 12px;
  border: none;
  background-color: white;
  border-radius: 50px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg viewBox='0 0 140 140' width='12' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='70,100 110,40 30,40' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
}

.custom-select-group:focus {
  outline: none;
  box-shadow: none;
}


.tab-item button {
  width: 80px;
  padding: 8px 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  border-radius: 50px;
  font-weight: 400;
  font-size: 14px;
  color: black;
  transition: color 0.3s ease;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

.tab-item button:hover {
  background-color: transparent;
  color: #555;
}

.highlight {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 100px;
  background: linear-gradient(90deg, #ffffff, #ffffff);
  border-radius: 50px;
  transition: left 0.3s ease, width 0.3s ease;
  z-index: 1;
}

@media (max-width: 767px) {
  .our-products .header {
    font-weight: 500;
    font-size: 25px;
  }
}

@media (max-width: 480px) {
  .tab {
    max-width: 100%;
    padding: 3px;
    gap: 3px;
  }

  .tab-item button {
    font-size: 12px;
    padding: 6px 0;
  }
}
