
.text-gray-custom {
  color: rgb(81, 76, 76)
}
.blur-bg{background-image:url("../build/images/fullfilment/slide-circles/blur_bg.jpg"); background-position: center center; background-size: cover;  }
.fullfilment-carousel {
  background-image: url('../build/images/fullfilment/bg_our_expertise.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.bg-green-optime {
  background-color: #b0c800;
}
.title-carousel-fullfilment {
  font-size: 36px;
  margin-bottom: 15px;
}
.container-carousel-fullfilment {
  max-width: 1030px;
}
.fullfilment-carousel .container-controls {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
}
.fullfilment-carousel .container-controls .controls-slide {
  display: flex;
  justify-content: space-between;
}

.fullfilment-carousel .container-controls .controls-slide .prev, .fullfilment-carousel .container-controls .controls-slide .next{
  cursor: pointer;
}

.section-your-reward {
  background-image: url('../build/images/fullfilment/fullfilment_map.png');
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.carousel-reward {
  position: relative;
  max-width: 1030px;
}
.carousel-reward .tns-nav {
  z-index: 2;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 0;
  display: flex;
  gap: 10px;
}
.carousel-reward .tns-nav button {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  background-color: gray; 
}
.carousel-reward .tns-nav button.tns-nav-active {
  background-color: #B9CF16; 
}

.container-copy-detail {
  border: 1px solid #000;
  background-color: #fff;
  max-width: 500px;
  margin: 0 auto;
  padding: 15px;
  position: relative;
}
.container-image-your-reward {
  position: relative;
}
.container-image-your-reward:before {
  height: 1px;
  width: 40%;
  background-color: rgb(129 129 129);
  position: absolute;
  content: '';
  left: 50%;
  top: 35%;
  transform-origin: left;
  transform: rotateZ(-90deg);
}
.container-image-your-reward:after {
  background-color: rgb(255, 255, 255);
  border: 1px solid grey;
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -35%);
}
.carousel-your-reward .row {
  flex-direction: column-reverse;
}

.button-learn-more {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  margin: 0px auto 0 auto;
  padding: 10px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  background-color: #8c8989;
  text-align: center;
  text-decoration: none;
}
.button-learn-more:hover {
  background-color: #B9CF16;
}
.banner-fullfillment-header {
  background-color: #f3f1f1;
}
.container-banner-fullfilment, 
.container-fullfilment-business, 
.container-fullfilment-made {
  color: #514c4c;
}
.container-banner-fullfilment .title-section, 
.container-fullfilment-business .title-section,
.container-fullfilment-made .title-section{
  font-size: 37px;
}
.container-banner-fullfilment .sub-text-section{
  font-size: 18px;
  line-height: 24px;
}
.container-banner-fullfilment .normal-text-section, 
.container-fullfilment-business .normal-text-section,
.container-fullfilment-made .normal-text-section {
  font-size: 16px;
  line-height: 21px;
}
.container-banner-fullfilment, 
.container-fullfilment-business,
.container-fullfilment-made {
  /* max-width: 1030px; */
}
@media (min-width: 768px) {
  .carousel-your-reward .row .container-copy-slider {
    position: absolute;
    top: 0;
    right: 5%;
  }
  .carousel-your-reward .row {
    flex-direction:initial;
  }
  .carousel-reward .tns-nav {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .container-banner-fullfilment {
    padding: 20px 0 30px 0;
  }
  .container-banner-fullfilment .col-img {
    display: none;
  }
  .container-banner-fullfilment {
    background-image: url('../build/images/fullfilment/fullfilment1_bg.png');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .container-image-your-reward:before {
    transform: rotateZ(0deg);
    width: 60%;
  }
  
}

@media (max-width: 768px) {
  .container-copy-slider .lh-1 {
    text-align: center;
    margin-bottom: 10px;
  }
  .container-copy-detail {
    margin-bottom: 60px;
  }
  .container-banner-fullfilment, .container-fullfilment-business, .container-fullfilment-made {
    text-align: center;
  }
  .container-fullfilment-business .row {
    flex-direction: column-reverse;
  }
  .container-fullfilment-business .col-img {
    margin-bottom: 10px;
  }
  .container-fullfilment-made .button-learn-more {
    margin-bottom: 30px;
  }
}