.banner-services .bannerPage-left,
.banner-odoo-services .bannerPage-left {
  height: 450px;
  width: 35%;
  padding-right: 15px;
}
.banner-services .bannerPage-right,
.banner-odoo-services .bannerPage-right {
  flex: 1;
  display: block;
  height: 450px;
  overflow: hidden;
}
.banner-services .bannerPage-right::after,
.banner-odoo-services .bannerPage-right::after {
  display: none;
}
.banner-services .bannerPage-right::before,
.banner-odoo-services .bannerPage-right::before {
  background: #ffb21b;
  width: 100%;
  height: 6px;
  inset: auto 0 0;
  z-index: 1;
}
.banner-services .bannerPage-right::-webkit-scrollbar,
.banner-odoo-services .bannerPage-right::-webkit-scrollbar {
  display: none;
}
.banner-services .bannerPage-right .bannerAllApp,
.banner-odoo-services .bannerPage-right .bannerAllApp {
  overflow: hidden;
  height: 450px;
  max-height: 450px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.banner-services .bannerPage-right .bannerAllApp .card,
.banner-odoo-services .bannerPage-right .bannerAllApp .card {
  border-radius: 0;
  border-color: transparent;
  min-height: 82px;
  justify-content: center;
}
.banner-services .bannerPage-right .bannerAllApp .card:hover,
.banner-odoo-services .bannerPage-right .bannerAllApp .card:hover {
  transition: box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05);
}
.banner-services .bannerPage-text,
.banner-odoo-services .bannerPage-text {
  padding-right: 0;
}
.banner-services .bannerPage-image,
.banner-odoo-services .bannerPage-image {
  width: auto;
}

.odoo-service-title {
  font-size: 35px;
  font-weight: bold;
}
.odoo-service-desc {
  font-size: 18px;
  color: #666565;
  line-height: 160%;
}
.odoo-service-desc ul,
.odoo-service-desc ol {
  color: #666565;
  font-size: 20px;
  line-height: 35px;
}
.odoo-service-desc ul li,
.odoo-service-desc ol li {
  list-style: decimal;
  display: list-item;
}
.odoo-service-customize {
  margin-top: 35px;
}
.odoo-service-customize-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.odoo-service-customize-title {
  position: relative;
}
.odoo-service-customize-title::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0%;
  width: 150px;
  height: 5px;
  border-radius: 10px;
  background-color: #ffb21b;
}
.odoo-service-procress {
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
.odoo-service-procress-title {
  position: relative;
}
.odoo-service-procress-title::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 5px;
  border-radius: 10px;
  background-color: #ffb21b;
}
.odoo-service-procress-list {
  position: relative;
}
.odoo-service-procress-item {
  border-radius: 40px;
  border: 1px solid #f2f2f2;
  background: #fff;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.05);
  padding: 20px;
  height: 100%;
  min-height: 445px;
}
@media only screen and (min-width: 1400px) {
  .odoo-service-procress-item {
    min-height: 460px;
  }
}
@media only screen and (min-width: 1600px) {
  .odoo-service-procress-item {
    min-height: 445px;
  }
}
@media only screen and (max-width: 1199px) {
  .odoo-service-procress-item {
    min-height: 375px;
  }
}
.odoo-service-procress-item-icon {
  margin-bottom: 10px;
}
.odoo-service-procress-item-icon img {
  height: 120px;
}
@media only screen and (max-width: 1400px) {
  .odoo-service-procress-item-icon img {
    height: 80px;
  }
}
.odoo-service-procress-item-step {
  font-size: 14px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .odoo-service-procress-item-step {
    margin-bottom: 10px;
  }
}
.odoo-service-procress-item-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .odoo-service-procress-item-title {
    margin-bottom: 20px;
  }
}
.odoo-service-procress-item-desc {
  color: #666565;
  line-height: 140%;
  font-size: 18px;
}
.odoo-service-provide {
  overflow: hidden;
  padding: 50px 0 30px;
}
.odoo-service-provide-text {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .odoo-service-provide-text {
    margin-bottom: 50px;
  }
}
.odoo-service-provide-text-title {
  position: relative;
}
.odoo-service-provide-text-title::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 5px;
  border-radius: 10px;
  background-color: #ffb21b;
}
.odoo-service-provide-item {
  display: flex;
  border-radius: 24px;
  padding: 20px;
  height: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.odoo-service-provide-item-icon {
  min-width: 140px;
  width: 140px;
  min-height: 140px;
  margin-bottom: 20px;
  background: #ffb21b;
  padding: 8px;
  border-radius: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.odoo-service-provide-item-icon::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 100px;
  border: 2px dashed #666565;
  background: transparent;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.05);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.odoo-service-provide-item-icon img {
  height: 80px;
}
@media only screen and (max-width: 1199px) {
  .odoo-service-provide-item-icon {
    margin-bottom: 15px;
  }
}
.odoo-service-provide-item-title {
  color: #000;
  font-size: 30px;
  font-weight: bold;
}
.odoo-service-customerNeed {
  margin-top: 80px;
}
.odoo-service-customerNeed-title {
  position: relative;
}
.odoo-service-customerNeed-title::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0%;
  width: 150px;
  height: 5px;
  border-radius: 10px;
  background-color: #ffb21b;
}
.odoo-service-customerNeed-text {
  position: relative;
}
.odoo-service-customerNeed-desc {
  line-height: 35px;
  color: #666565;
  font-size: 20px;
}
.odoo-service-customerNeed-desc ul {
  line-height: 35px;
  color: #666565;
  font-size: 20px;
}
.odoo-service-customerNeed-desc ul li {
  list-style: decimal;
  display: list-item;
}
.odoo-service-caseStudy {
  margin-top: 80px;
  padding: 80px 50px;
}
@media only screen and (max-width: 1199px) {
  .odoo-service-caseStudy {
    padding: 80px 15px;
  }
}
.odoo-service-caseStudy-title {
  position: relative;
}
.odoo-service-caseStudy-title::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 5px;
  border-radius: 10px;
  background-color: #ffb21b;
}
.odoo-service-caseStudy-list {
  gap: 100px;
}
@media only screen and (max-width: 991px) {
  .odoo-service-caseStudy-list {
    gap: 70px;
  }
}
@media only screen and (min-width: 992px) {
  .odoo-service-caseStudy-list {
    gap: 80px;
  }
}
@media only screen and (min-width: 1366px) {
  .odoo-service-caseStudy-list {
    gap: 100px;
  }
}
.odoo-service-caseStudy .feature-card-list ul li {
  display: list-item;
}
.odoo-service-caseStudy .feature-card-list ul li > ul li,
.odoo-service-caseStudy .feature-card-list ul li > ol li {
  display: list-item;
  list-style: decimal;
}

.slideanim {
  visibility: hidden;
}

.slide {
  animation-name: slide;
  -webkit-animation-name: slide;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible;
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(70%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}

/*# sourceMappingURL=odoo-service.css.map */
