@charset "utf-8";

/* CSS Document */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

:root {
  --primary: #e8703c !important;
  --secondary: #1b447a !important;
  --white: #ffffff !important;
  --black: #666666 !important;
  --font-title: "Exo", sans-serif !important;
  --fonts: "Roboto", sans-serif !important;
}

/* Solution Description */

.solution-description {
  padding: 40px 0;
  background-color: #007ab9;
  text-align: center;
}

.solution-description p {
  font-size: 24px;
  color: var(--white);
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 30px;
}

/* main industry */

.main-solution {
  background-color: #f5f5f5;
  width: 100%;
}

.main-solution-div {
  background-color: var(--white);
  border-radius: 20px;
  padding: 15px;
  border: 1px solid #d9d9d9;
  height: 100%;
}

.main-solution-img {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.main-solution-img .overlay {
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 10px;
  transition: all 0.3s;
}

.main-solution-div:hover .main-solution-img .overlay {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.main-solution-img img {
  width: 100%;
  border-radius: 10px;
}

.main-solution-div h4 {
  width: 100%;
  color: var(--black);
  font-size: 24px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  height: 54px;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
}

.main-solution-div:hover h4 {
  color: var(--primary);
  transition: all 0.3s;
}

.main-solution-div p {
  width: 100%;
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

/* related products */

.also-interested-div {
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
  overflow: hidden;
}

.discovered-product {
  padding-bottom: 50px;
  margin-bottom: 25px;
  overflow: visible;
}

.discover-products {
  background-color: #113460;
  padding: 15px 15px 15px 210px;
  border-radius: 20px;
  position: relative;
  min-height: 168px;
}

.discover-products h5 {
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  line-height: 26px;
  margin-bottom: 15px;
}

.discover-products p {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
}

.discover-products h6 {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary);
  transition: all 0.3s;
}

.discover-products:hover h6 {
  color: var(--white);
  transition: all 0.3s;
}

.discover-products-img {
  width: 172px;
  height: 137px;
  position: absolute;
  top: 15px;
  left: 15px;
}

.discover-products-img div {
  width: 100%;
  height: 100%;
  background-color: #fff !important;
  position: relative;
  border-radius: 15px;
}

.discover-products-img div .overlay {
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.4) !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  z-index: 100;
  transition: all 0.3s;
}

.discover-products-img:hover div .overlay {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  transition: all 0.3s;
}

.discover-products-img div img {
  width: auto;
  height: auto;
  max-width: 162px;
  max-height: 127px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Key */

.key-features-div {
  width: 100%;
  margin-bottom: 50px;
}

.key-features-div img {
  margin-bottom: 10px;
}

.key-features-div h4 {
  font-size: 24px;
  font-weight: 600;
  color: var(--black);
  font-family: var(--font-title);
  margin-bottom: 15px;
}

.key-features-div p {
  font-size: 16px;
  font-weight: 400;
  color: var(--black);
  font-family: var(--fonts);
}

/* responsive */

@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1100px) {
}

@media only screen and (max-width: 992px) {
  .solution-description p {
    font-size: 18px;
    line-height: 26px;
  }
  .discover-products {
    padding: 10px 10px 10px 135px;
  }
  .discover-products-img {
    width: 106px;
    height: 86px;
    position: absolute;
    top: 15px;
    left: 15px;
  }
  .discover-products-img div img {
    max-width: 102px;
    max-height: 86px;
  }
  .discover-products p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .discover-products h5 {
    font-size: 18px;
    height: 75px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    /* Standard property */
    -webkit-box-orient: vertical;
  }
  .discover-products h6 {
    margin: 0;
    font-size: 14px;
  }
  .main-solution-div h4 {
    font-size: 20px;
    height: 50px;
  }
  .main-solution-div p {
    font-size: 14px;
  }
  .key-features-div img {
    width: 50px;
  }
  .key-features-div h4 {
    font-size: 20px;
  }
  .key-features-div p {
    font-size: 14px;
  }
  .faq .set > a {
    font-size: 16px;
    line-height: 20px;
    padding: 20px 15px;
  }
  .faq .acc-content p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 640px) {
}

@media only screen and (max-width: 600px) {
}

@media only screen and (max-width: 568px) {
}

@media only screen and (max-width: 480px) {
}

@media only screen and (max-width: 360px) {
}
