.oki_banner_sec {
  background-image: url(../images/eco-solvant-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
  background-position: top;
}
.oki_banner_content h1 {
  color: var(--black-color);
  font-size: 40px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.oki_banner_content a {
  display: inline-block;
  padding: 15px 15px;
  border-radius: 10rem;
  color: var(--white-color);
  text-transform: uppercase;
  border: 2px solid var(--primary-color);
  font-size: 1rem;
  letter-spacing: 0.01rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.oki_banner_content a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  /* Replace $color with the desired color */
  border-radius: 0rem;
  z-index: -2;
}

.oki_banner_content a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--white-color);
  /* Replace this with the appropriate darker color of $color */
  transition: all 0.3s;
  border-radius: 0rem;
  z-index: -1;
}

.oki_banner_img {
  width: 100%;
}

.oki_banner_img img {
  width: 100%;
}

.oki_banner_subheading {
  color: var(--black-color);
  font-size: 20px !important;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.oki_overview_sec {
  background-color: var(--white-color);
  padding: 50px 0px 50px 0px;
}

.oki_overview_sec .cat_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.oki_overview_sec .cat_row .cat_img {
  width: 50%;
  margin-right: 50px;
}

.oki_overview_sec .cat_row .cat_img img {
  width: 100%;
}

.oki_overview_sec .cat_row .cat_content {
  width: 35%;
  margin: 0px auto;
}

.oki_overview_sec .cat_row .cat_content h3 {
  color: var(--black-color);
  font-size: 45px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.oki_overview_sec .cat_row .cat_content p {
  color: var(--black-color);
  font-style: normal;
  line-height: normal;
}

.oki_overview_sec .cat_row .cat_img_margin {
  margin: 0px;
}

.oki_overview_box {
  border-radius: 30px;
  background: var(--white-color);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  padding: 10px 20px;
  height: 100%;
}

.oki_overview_icon {
  width: 80px;
  margin-right: 30px;
}

.oki_overview_icon img {
  width: 100%;
}

.oki_overview_content {
  width: 70%;
}

.oki_overview_content span {
  color: var(--black-color);
  font-size: 20px !important;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.oki_overview_content p {
  color: var(--black-color);
  font-style: normal;
  line-height: normal;
  margin-bottom: 0px;
}

.oki_product {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
  background-position: bottom;
  background-color: var(--black-color);
}

.reverse-row {
  flex-direction: row-reverse;
}

/* .oki_product_1 {
  background-image: url(../images/oki/oki_product_1.jpg);
}

.oki_product_2 {
  background-image: url(../images/oki/oki_product_2.png);
}

.oki_product_3 {
  background-image: url(../images/oki/oki_product_3.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px 0px 0px;
  background-position: bottom;
} */
.oki_product_content{
    color: var(--white-color);
}

.oki_product_content h3 {
  color: var(--white-color);
  font-size: 35px;
  font-style: normal;
  line-height: normal;
  margin-bottom: 20px;
}

.oki_product_content ul {
  padding: 0px;
  margin-bottom: 20px;
}

.oki_product_content ul li {
  list-style: none;
  color: var(--white-color);
  font-size: 18px;
  font-style: normal;
  line-height: 30px;
  position: relative;
  padding-left: 30px;
  /* 166.667% */
}

.oki_product_content ul li::before {
  content: "";
  width: 20px;
  height: 3px;
  background-color: var(--white-color);
  position: absolute;
  left: 0;
  top: 14px;
}

.oki_product_2 .cat_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.oki_product_2 .cat_row .cat_img {
  width: 30%;
  /* margin-right: 50px; */
}

.oki_product_2 .cat_row .cat_img img {
  width: 100%;
}

.oki_product_2 .cat_row .cat_content {
  width: 50%;
  margin: 0px auto;
}

@media (max-width: 1263px) {

  .oki_banner_content h1 {
    font-size: 35px;
  }
}

@media (max-width: 1024px) {
  .oki_overview_box {
    padding: 15px 20px;
  }
  .oki_overview_content span {
    font-size: 20px;
  }
  .oki_product_content {
    margin-top: 20px;
  }
  .oki_product_2 .cat_row {
    flex-direction: column;
  }
  .oki_product_2 .cat_row .cat_img {
    width: 85%;
    margin-left: auto;
  }
  .oki_product_2 .cat_row .cat_content {
    width: 85%;
  }
  .oki_banner_content h1 {
    font-size: 35px;
  }
}

@media (max-width: 768px) {
  .oki_product_content {
    margin-top: 20px;
  }
  .oki_product {
    padding: 50px 0px;
  }
  .oki_overview_sec .cat_row {
    flex-direction: column;
  }
  .oki_overview_sec .cat_row .cat_content {
    width: 85%;
    margin: 0px auto;
  }
  .oki_overview_sec .cat_row .cat_img {
    width: 100%;
  }
  .oki_product_content h3 {
    font-size: 1.5rem;
  }
  .oki_overview_sec .cat_row .cat_content h3 {
    font-size: 30px;
  }
  .oki_banner_content h1 {
    font-size: 30px;
  }
  .oki_banner_subheading {
    font-size: 18px;
  }
}

@media (max-width: 425px) {
  .oki_overview_box {
    flex-direction: column;
    text-align: center;
  }
  .oki_overview_icon {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .oki_overview_content {
    width: 100%;
  }
  .oki_overview_content p {
    display: block;
    margin-bottom: 10px;
  }
  .oki_product_content ul li {
    font-size: 16px;
    line-height: normal;
  }
}
