.our-solution-2div{
 
padding-top: 120px !important;
padding-right: 120px !important;
padding-bottom: 120px !important;
padding-left: 48px !important;

display: flex;
align-items: center;
}
.scroll-word-sync1{
    margin-bottom: 64px !important;
}

.our-solution-system-div{
  
padding-top: 32px;
padding-right: 48px;
padding-bottom: 32px;
padding-left: 120px;

}
.system-components h4{
    font-size: 20px !important;
    margin-bottom: 20px;
}
.Empowered-div{
    padding-bottom: 98px !important;
}



/* ===== SECTION ===== */
.related-product-slider-wrap {
  position: relative;
}

.related-product-section {
  display: flex;
  gap: 24px;
  margin-top: 20px;
  overflow-x: auto;
  padding: 0 4px 18px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.related-product-section::-webkit-scrollbar {
  display: none;
}

/* ===== CARD ===== */
.related-product-card {
  flex: 0 0 calc((100% - 48px) / 3);
  background-color: rgba(239, 233, 232, 1);
  padding: 12px;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  min-height: 100%;
}

.related-product-category {
  align-self: flex-start;
  background-color: #fff;
  color: rgba(81, 37, 32, 1);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
  padding: 7px 10px;
  text-transform: uppercase;
}

/* ===== IMAGE ===== */
.related-product-img {
  background-color: #fff;
  height: 230px;
  padding: 24px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.related-product-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* ===== TITLE ===== */
.related-product-title {
  font-size: 18px;
  font-weight: 700;
  color: #512520;
  margin-bottom: 24px;
}

/* ===== DESC ===== */
.related-product-desc {
  font-size: 14px !important;
  color: #4A3F3E;
  margin-bottom: 24px;
}

/* ===== LINK ===== */
.related-product-link {
  color: #EC5D24;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  margin-top: auto;
}

.related-product-link:hover {
  text-decoration: underline;
}

.related-product-control {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(236, 93, 36, 0.35);
  background-color: #fff;
  color: rgba(236, 93, 36, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  box-shadow: 0 8px 24px rgba(81, 37, 32, 0.12);
}

.related-product-control:hover {
  background-color: rgba(236, 93, 36, 1);
  color: #fff;
}

.related-product-prev {
  left: -22px;
}

.related-product-next {
  right: -22px;
}

@media (max-width: 991px) {
  .related-product-card {
    flex-basis: calc((100% - 24px) / 2);
  }
}

@media (max-width: 576px) {
  .related-product-section {
    gap: 16px;
    padding-bottom: 14px;
  }

  .related-product-card {
    flex-basis: 88%;
  }

  .related-product-img {
    height: 210px;
  }

  .related-product-control {
    width: 38px;
    height: 38px;
  }

  .related-product-prev {
    left: 2px;
  }

  .related-product-next {
    right: 2px;
  }
  .our-solution-2div{
   
padding-top: 32px !important;
padding-right: 16px !important;
padding-bottom: 32px !important;
padding-left: 16px !important;

  }
  .our-solution-system-div{
    padding-top: 32px !important;
padding-right: 16px !important;
padding-bottom: 32px !important;
padding-left: 16px !important;
  }
  .Empowered-div-main{
    padding-top: 64px !important;
  }
  .Empowered-div h2{
    margin-bottom: 10px !important;
  }
  .Empowered-div{
    padding-bottom: 32px !important;
  }
  .products-related{
    padding-bottom: 10px !important;
}
.products-related h2{
font-size: 24px !important;
}
}

.products-related{
    padding-bottom: 64px;
}
.products-related h2{
margin-bottom: 20px;
}
