.mohm-memberships-section {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #f8f9fa;
  background-image: url("../../images/new/tabs\ about\ us\ background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
.mohm-header-section {
  text-align: center;
  margin-bottom: 3rem;
}

.mohm-header-icon {
  width: 40px;
  height: 30px;
  margin-top: 20px;
}

.mohm-title {
  color: #ef7d07;
  font-size: 50px;
}

.mohm-subtitle {
  color: #ffffff;
  font-size: 1.5rem;
  padding-bottom: 1rem;
}
.mohm-services-list {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
[dir="ltr"] .mohm-service-item {
  text-align: left !important;
}
[dir="ltr"] .mohm-service-item.active {
  font-weight: 700;
  color: #253f92;
  background: linear-gradient(to left, #f9cc9e, #e67e22);
  color: #fff;
}
.mohm-service-item {
  position: relative;
  cursor: pointer;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  z-index: 10;
  text-align: right;
  color: #253f92;
  font-weight: 700;
  background-color: #fff;
  margin-block: 20px;
}

.mohm-service-item:hover:not(.active) {
  background: linear-gradient(to right, hsl(0, 0%, 100%), #f9cc9e);
}

.mohm-service-item.active {
  font-weight: 700;
  color: #253f92;
  background: linear-gradient(to right, #f9cc9e, #e67e22);
  color: #fff;
}

.mohm-highlight-bar {
  position: absolute;
  left: 0;
  z-index: 0;
  width: 100%;
  border-radius: 0.75rem;
  background: linear-gradient(to right, #e0e0e0, #fff);
  transition: top 0.3s, height 0.3s;
  overflow: visible;
  display: flex;
  align-items: center;
}

.mohm-highlight-arrow {
  position: absolute;
  right: -47px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 30px solid white;
}
.mohm-description-card {
  border-radius: 1rem;
  padding-right: 50px;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mohm-description-card .bg-image {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  object-fit: cover;
  opacity: 0.02;
}
.mohm-description-card h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.mohm-description-card p {
  color: #e0e0e0;
  margin-top: 0.75rem;
  max-width: 600px;
  font-size: 18px;
}

.mohm-learn-more {
  display: inline-block;
  margin-top: 1rem;
  color: #ccc;
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .mohm-memberships-section .row {
    flex-direction: column;
  }
  .mohm-memberships-section .col-md-6 {
    width: 100%;
  }
  .mohm-services-list {
    margin-bottom: 1.5rem;
  }
  .mohm-highlight-bar {
    display: none;
  }
  .mohm-service-item {
    text-align: center;
  }
  .mohm-description-card {
    padding: 1.5rem;
    text-align: center;
  }
}

.main-title {
  color: #e67e22;
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.subtitle {
  color: #34495e;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 3rem;
}
[dir="ltr"] .feature-item {
  display: flex;
  margin-bottom: 2rem;
  text-align: left;
}

.feature-item {
  display: flex;
  margin-bottom: 2rem;
  text-align: right;
}

.feature-title {
  font-weight: 700;
  color: #34495e;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

.feature-description {
  color: #7f8c8d;
  font-size: 1rem;
  line-height: 1.6;
}
.graphic-section {
  position: relative;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}
.abstract-shape-1 {
  position: absolute;
  width: 250px;
  height: 400px;
  background: linear-gradient(to bottom, #3498db, #2980b9);
  border-radius: 125px 0 125px 0;
  transform: rotate(20deg) translateX(50px);
  opacity: 0.8;
  z-index: 1;
}
.abstract-shape-2 {
  position: absolute;
  width: 200px;
  height: 350px;
  background: linear-gradient(to bottom, #2ecc71, #27ae60);
  border-radius: 0 100px 0 100px;
  transform: rotate(-15deg) translateX(-50px);
  opacity: 0.8;
  z-index: 1;
}
.abstract-shape-3 {
  position: absolute;
  width: 180px;
  height: 300px;
  background: linear-gradient(to bottom, #f1c40f, #e6b700);
  border-radius: 90px 0 90px 0;
  transform: rotate(10deg) translateX(0px);
  opacity: 0.8;
  z-index: 1;
}

.graphic-images {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.graphic-images img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991.98px) {
  .section-container {
    padding: 2rem;
  }
  .main-title {
    font-size: 2rem;
  }
  .subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .feature-item {
    margin-bottom: 1.5rem;
  }
  .graphic-section {
    min-height: 300px;
    margin-top: 2rem;
  }
  .abstract-shape-1,
  .abstract-shape-2,
  .abstract-shape-3 {
    width: 150px;
    height: 250px;
  }
  .graphic-images img {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 767.98px) {
  .section-container {
    padding: 1.5rem;
  }
  .main-title {
    font-size: 1.8rem;
    text-align: center;
  }
  .subtitle {
    font-size: 1.3rem;
    text-align: center;
  }
  .feature-item {
    flex-direction: row;
    align-items: center;
    text-align: right;
    margin-bottom: 1rem;
  }
  .feature-icon {
    margin-right: 1rem;
  }
  .graphic-section {
    display: none;
  }
}
.container.success-parteners {
  padding-bottom: 100px;
  padding-top: 25px;
}
