.smart-targeting-wrapper {
  background-color: #0b1d0d;
  padding-bottom: 50px;
}
.smart-targeting-mainflex {
  display: flex;
  gap: 3%;
  align-items: center;
  justify-content: center;
}
.smart-targeting-left {
  flex: 0 0 34%;
}
.smart-targeting-right {
  flex: 0 0 63%;
  background: #eaeae1;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 650px;
}
#smart-targeting-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: opacity 0.3s ease;
}
.smart-targeting-h2-desk {
  font-size: 14px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
}
.smart-targeting-accordion-item {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.smart-targeting-accordion-term {
  font-size: 24px;
  font-weight: 600;
  color: #7f908d;
  margin: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.smart-targeting-accordion__detail {
  display: none;
  font-size: 15px;
  color: #fff;
  margin-top: 36px;
  max-height: 0;
  overflow: hidden;
  transform: translateY(-10px);
  opacity: 0;
}
.smart-targeting-accordion-item.active .smart-targeting-accordion-term {
  font-size: 30px;
  color: #daff00;
}
.smart-targeting-accordion-item.active .smart-targeting-accordion__detail {
  display: block;
  max-height: 161px;
  opacity: 1;
}

@media (min-width: 768px) {
 
  .smart-targeting-h2-mob {
    display: none;
  }
  .splide__pagination {
    display: none !important;
  }
  .smart-targeting-accordion-item.first {
    border-top: 1px solid #ddd;
  }
}
/* Mobile carousel */
@media (max-width: 768px) {
  #review-slider-list .splide__slide {
    width: 70% !important;
  }
  .scanning_img img {
    margin-right: 0 !important;
  }
    .main_div_second  {
        padding-bottom: 5em !important;
    }
    .secbrand {
        height: 436px !important;
    }
  .smart-targeting-accordion-item.active .smart-targeting-accordion-term {
    font-size: 26px;
  }
  .smart-targeting-wrapper {
    padding-bottom: 90px;
  }
  .smart-targeting-h2-mob {
    margin-bottom: 15px !important;
  }
  #smart-targeting-image {
    height: 276px;
  }
  .smart-targeting-accordion__detail {
    margin-top: 26px;
  }
  .smart-targeting-accordion-item {
    padding: 5px 0;
  }
  .smart-targeting-accordion-item {
    border-bottom: none;
  }
  #smart-targeting-accordion {
    margin-bottom: 10px;
  }
  .smart-targeting-h2-mob {
    font-size: 14px;
    width: 100%;
    text-align: left;
    margin-left: 36px;
    color: #fff;
  }
  .smart-targeting-h2-desk {
    display: none;
  }
  .smart-targeting-mainflex {
    flex-direction: column-reverse;
    gap: 0;
  }
  .smart-targeting {
    width: 100%;
  }
  .smart-targeting-right {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .smart-targeting-accordion-item {
    display: none;
  }
  .smart-targeting-accordion-item.mobile-active {
    display: block;
  }
  .smart-targeting-dots {
    display: flex;
    justify-content: left;
    gap: 10px;
    margin-top: 0px;
  }
  .smart-targeting-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
  }
  .smart-targeting-dot.active {
    background-color: #daff00;
  }

  /* new */
.home-hero.module {
        padding-block-start: 12rem;
}
.home-hero__text-holder.main-h1-mob {
padding-bottom: 0 !important;
}
.home-hero__text-holder.new-era-mob {
       padding-top: 4em !important;
    padding-bottom: 2em !important; 
}
}
