.text {
  text-align: justify;
}

/*SERVICES PAGE CSS*/

.modern-services {
  padding: 80px 0;
  background: #f4f7fb;
}

.services-badge {
  background: #0b6b3a;
  color: #fff;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 12px;
}

.modern-services h2 {
  color: #0b6b3a;
  margin: 15px 0 10px;
}

.modern-services p {
  color: #666;
}

.service-card {
  background: #fff;
  border-radius: 18px;
  padding: 35px 25px;
  text-align: center;
  text-decoration: none;
  color: #222;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  display: block;
  height: 100%;
  transition: 0.3s;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.service-card i {
  font-size: 36px;
  color: #0b6b3a;
  margin-bottom: 15px;
}

.service-card h4 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

/* Mobile */

@media (max-width: 768px) {
  .service-card {
    padding: 25px 20px;
  }
}

/*ASSEMBLY  MEMBER PAGE CSS*/
.assembly-members {
  padding: 80px 0;
  background: #f6f8fb;
}

.section-heading {
  font-size: 28px;
  margin-bottom: 30px;
  color: #0b6b3a;
  font-weight: 700;
}

.member-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
  height: 100%;
  text-align: center;
}

.member-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.member-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.member-info {
  padding: 18px;
  background: #fff;
}

.member-info h4 {
  margin: 0;
  font-size: 16px;
  color: #0b6b3a;
  font-weight: 600;
}

.member-info span {
  font-size: 13px;
  color: #666;
  display: block;
  margin-top: 5px;
}

/* Leadership highlight */

.featured {
  border: 2px solid #0b6b3a;
}

.featured img {
  height: 280px;
}

@media (max-width: 768px) {
  .member-card img {
    height: 220px;
  }
}
/*visit mpohor slider page css*/

.explore-card {
  border: 1px solid #ddd;
  height: 320px;
  display: flex;
  flex-direction: column;
  background: white;
}

.explore-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.explore-content {
  padding: 12px 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.explore-content h6 {
  font-weight: 600;
  margin-bottom: 6px;
}

.explore-content p {
  font-size: 13px;
  margin-bottom: 8px;
}

.explore-phone {
  font-size: 12px;
  font-weight: 500;
  color: #0b5e2a;
  border-top: 1px solid #eee;
  padding-top: 6px;
}

/* Remove bootstrap shadows */
.shadow-sm {
  box-shadow: none !important;
}

/* Uniform swiper cards */
.swiper-slide {
  height: auto;
}
