.img-sliderwrapper {
  margin: 80px 0 160px;
}

.product-section1 {
  position: relative;
}

.slider-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 900px;
}

.slick-slide {
  position: relative;
}

/* .companyimg-slider .d-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.companyimg-slider .d-flex > div {
  flex: 1;
}

.companyimg-slider .slide-img {
  flex: 1;
  position: relative;
} */

.slick-arrow {
  position: relative;
  background: none;
  font-size: 0;
  border: none;
  height: 16px;
  position: absolute;
  z-index: 1;
  outline: none !important;
  width: 16px;
}

.slick-arrow::after {
  content: "";
  width: 16px;
  height: 100%;
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkgMTlMMTYgMTJMOSA1IiBzdHJva2U9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slick-dots {
  /* left: 50%; */
  /* left: 120px; */
  /* position: absolute; */
  /* transform: translate(-50%, 0); */
  /* width: fit-content; */
  /* margin-top: 15px; */
  /* margin-top: 0px; */
  /* top: 90%; */
  text-align: start;
}

.slick-prev {
  top: 92.5%;
  transform: translate(0, -50%);
  /* left: 50px; */
  left: calc(100px - 12px);
}

.slick-next {
  bottom: -30px;
  left: 225px;
  top: 92.5%;
  transform: translate(0, -50%);
}

.slick-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.slick-prev::after {
  transform: translate(0, -50%) rotate(180deg);
}

.slide-img {
  display: block;
  z-index: 1;
  position: relative;
  /* height: 720px; */
  width: 900px !important;
  overflow: hidden;
  height: fit-content;
}

.companyimg-slider .slide-img img {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  object-fit: cover;
  /* width: 100%; */
}

.caption-text {
  display: block;
  /* position: absolute; */
  bottom: 0;
  font-family: "IBMPlexSans";
  font-size: 12px;
  line-height: 1.73;
  padding: 2px 11px;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
}

.row {
  display: flex !important;
}

.custom-flex-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.custom-flex-content div:last-of-type p:last-of-type {
  margin-bottom: 24px !important;
}

.custom-flex-content ul {
  padding: 16px 16px 16px 38px;

  margin-bottom: 12px;
  background: #ffffff1a;
  gap: 12px;
  display: flex;
  flex-direction: column;
}
.custom-flex-content li {
  color: #fff;
  font-size: 16px;
  font-style: normal;

  line-height: 22px;
  padding-bottom: 0px !important;
  font-family: "OpenSans-Regular";
}

.custom-flex-content hr {
  margin: 0;
  border: none;
  background-color: #ffffff80;
  height: 0.5px;
}

.sub-text {
  color: #3f9cf6;
  font-size: 12px;
  font-style: normal;
  /* font-weight: 400; */
  line-height: 20px;
  /* margin-top: 24px; */
  display: inline-block;
  font-family: "IBMPlexSans";
}
/* .slick-slide,
.slick-slide img{
    min-height: 500px;
} */

.product-section1 p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}

.product-section1 h3 {
  max-width: fit-content !important;
  font-size: 50px;
  margin-bottom: 28px;
  line-height: 60px;
}

/* ---------------- */
/* .img-wrapper {
  height: 100%;
} */

/* Overlap content-wrapper over image */
/* .content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  max-width: 490px;
} */

.slider-container {
  /* display: flex !important; */
  /* flex-direction: row-reverse; */
  /* align-items: center; */
  /* justify-content: space-between; */
  /* gap: 32px; */
}

.product-text-slider {
  max-width: 500px;
}

.product-content-area {
  max-width: 500px;
  margin-top: 66px;
  z-index: 5;
  /* position: absolute;
  left: 0; */
}

.img-sub-text {
  position: absolute;
  bottom: 20px;
  right: 30px;
  color: #0038ad;
  z-index: 2;
  pointer-events: none;
  font-family: "IBMPlexSans";
  font-size: 12px;
  font-style: normal;
  line-height: 20.8px;
}

.slide-img img {
  top: 0;
  /* left: 0; */
  /* width: 900px; */
  /* height: 100%; */
  object-fit: cover; /* ensure full cover */
  z-index: 1;
  /* position: absolute; */
}

@media (max-width: 991px) {
  .product-section1 h3 {
    max-width: fit-content !important;
    font-size: 38px;
    line-height: 48px;
  }

  .product-text-slider {
    max-width: 100%;
  }
  .img-sliderwrapper {
    margin: 100px 0 0;
  }

  .slick-slide img {
    /* position: absolute; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
  }

  .slide-img {
    padding-top: 65.22%;
  }

  /* .slick-slide,
    .slick-slide img{
        min-height: 300px;
    } */

  .slick-slide img {
    width: auto;
  }

  .product-section1 p {
    margin-bottom: 0 !important;
    /* border-bottom: 0.5px solid rgba(255, 255, 255, 0.5); */
  }

  .slider-container {
    display: flex;
    flex-direction: column;
  }

  .product-content-area {
    max-width: 100%;
    z-index: 1;
    position: relative;
    left: 0;
    margin-top: 0px;
  }
  .slick-dots {
    /* left: 50%; */
    /* left: 180px; */
    /* position: absolute; */
    /* transform: translate(-50%, 0); */
    /* width: fit-content; */
    /* margin-top: 15px; */
    /* margin-top: 0px; */
    /* top: 105%; */
    text-align: center;
  }
  .slick-prev {
    left: calc(25% - 16px);
    top: 108%;
    right: auto;
  }
  .slick-next {
    right: 25%;
    top: 108%;
    transform: translate(0, -50%);
    left: auto;
  }
}

@media (min-width: 992px) and (max-width: 1440px) {
  .product-content-area {
    left: 100px;
  }
}

@media (min-width: 1441px) {
  .lg-display {
    max-width: 1280px;
    margin: 80px auto 160px;
    position: relative;
    /* overflow: hidden; */
  }
}
