/* ======== hero section ========== */
.images-container {
  background-position: center;
  background-size: cover;
}

.hero-img {
  width: 85%;
  margin-top: 7%;
  position: relative;
  z-index: 2;
  object-fit: cover;
}


/* ======= Make decisions that 
impact your goals*/
.WBPScreen {
  border-radius: 10px;
}
@media screen and (min-width: 1200px) {
  .WBPScreen {
    border-radius: 20px;
  }
}

/* ==========manage-customers-section============= */

.manage-customers-section .card {
  padding: 1.3rem 1.5rem;
  box-shadow: 0px 135px 54px rgba(0, 0, 0, 0.01),
    0px 76px 45px rgba(0, 0, 0, 0.05), 0px 34px 34px rgba(0, 0, 0, 0.09),
    0px 8px 19px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.manage-customers-section .card img {
  flex-shrink: 0;
  width: clamp(40px, 4.5vw, 48px);
  height: clamp(40px, 4.5vw, 48px);
}
.responsive-bg {
  background: linear-gradient(145deg, #135e6c 0%, #6baab6 50%, #135e6c 100%);
  background-size: cover;
  background-position: center;
  transition: background 0.3s ease-in-out;
}
@media screen and (min-width: 1200px) {
  .responsive-bg {
    background: linear-gradient(90deg, #135e6c 0%, #6baab6 50%, #135e6c 100%);
  }
}

/* Trusted by the largest charities in the UAE Section  */


