body {
  background-color: white;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.home-section {
  min-height: 300px !important;
  height: 300px !important;
  background-position: top !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
  z-index: 0;
  padding: 0 0 60px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .home-section {
    height: 385px !important;
  }
}
@media screen and (max-width: 400px) {
  .home-section {
    height: 395px !important;
  }
}

.home-section::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.144);
  z-index: -1;
}
html[lang="ar"] .background-pattern::after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 244px;
  width: 76%;
  height: 155px;
  z-index: -1;
  background-image: url("../assets/services-back1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
html[lang="en"] .background-pattern::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 300px;
  width: 73.5%;
  height: 155px;
  z-index: -1;
  background-image: url("../assets/services-back1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.nav {
  padding: 10px !important;
}

.service__header {
  h2 {
    color: white;
  }
  p,
  p a {
    color: #ffffff7e;
    text-decoration: none;
    margin-top: 5px;
  }
}

.our__team__container::after {
  background-color: transparent;
}
.our__team__bottom {
  padding-inline: 30px;

  .slider-card-wrapper {
    min-height: auto;
  }

  .content-img {
    background: radial-gradient(
      circle,
      rgba(64, 68, 66, 1) 0%,
      rgba(49, 49, 49, 1) 100%
    );
  }
  .content-img img {
    filter: grayscale(0);
  }

  .slider-card:hover {
    transform: scale(1);
  }

  .slider-card {
    padding: 0;
  }
}

.our__team__bottom__men {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 15px;
  flex-flow: row wrap;
  margin-bottom: 50px;

  .slider-card-wrapper {
    margin-bottom: 20px;
  }
}

.our__team__bottom__women {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-flow: row wrap;
  gap: 15px;

  .slider-card-wrapper {
    margin-bottom: 20px;
  }
}

.our__team__bottom .content-img {
  width: 184.31px;
}
