.elementor-483 .elementor-element.elementor-element-8d2afe7{--display:flex;}.elementor-483 .elementor-element.elementor-element-b287942{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-b287942 */.mosque-profile-box {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 6px 22px #8d95b726;
  max-width: 1200px;
  margin: 36px auto;
  padding: 40px 32px 32px 32px;
  direction: rtl;
}

.mosque-profile-title {
  font-size: 2rem;
  color: #6c3f96;
  font-weight: bold;
  margin-bottom: 17px;
  text-align: center;
}

.mosque-profile-desc {
  font-size: 1.13rem;
  color: #34315d;
  margin-bottom: 16px;
  text-align: center;
}

.mosque-profile-carousel {
  max-width: 900px;
  margin: 0 auto 28px auto;
  box-shadow: 0 6px 22px #8d95b719;
  background: #f5f1fa;
}

.carousel-inner {
  border-radius: 18px;
  overflow: hidden;
  min-height: 240px;
}

.carousel-img {
  object-fit: cover;
  width: 100%;
  height: 440px;
  background: #f6f6f9;
  border-radius: 17px;
  transition: all 0.3s;
}

.carousel-control-prev, .carousel-control-next {
  filter: drop-shadow(0 0 4px #b591ee);
}

.mosque-profile-table {
  width: 100%;
  margin: 12px auto 20px auto;
  border-collapse: collapse;
  background: #fafafd;
  border-radius: 13px;
  overflow: hidden;
  font-size: 1.04rem;
}

.mosque-profile-table th,
.mosque-profile-table td {
  padding: 10px 13px;
  text-align: right;
}

.mosque-profile-table th {
  background: #efe7fa;
  color: #6c3f96;
  font-weight: bold;
  width: 166px;
}

.mosque-profile-table tr:nth-child(even) td {
  background: #f7f2fd;
}

.mosque-profile-advantages {
  margin: 22px 0 16px 0;
  padding: 0;
  list-style: disc inside;
  color: #7655ba;
  font-weight: 500;
}

.mosque-profile-advantages li {
  margin-bottom: 8px;
}

.mosque-profile-contact {
  margin-top: 24px;
  font-size: 1.07rem;
  color: #34224c;
  background: #f5f1fa;
  border-radius: 12px;
  padding: 15px;
}

@media (max-width:1100px) {
  .mosque-profile-box {
    max-width: 94vw;
    padding: 28px 2vw 18px 2vw;
  }
  .mosque-profile-carousel {
    max-width: 99vw;
  }
  .carousel-img {
    height: 330px;
  }
}

@media(max-width:700px) {
  .mosque-profile-box {
    padding: 15px 3vw 23px 3vw;
  }
  .mosque-profile-title {
    font-size: 1.23rem;
  }
  .mosque-profile-desc {
    font-size: 0.98rem;
  }
  .mosque-profile-table th, .mosque-profile-table td {
    padding: 7px 6px;
    font-size: 0.94rem;
  }
  .mosque-profile-carousel {
    max-width: 94vw;
  }
  .carousel-img {
    height: 45vw;
    min-height: 170px;
    max-height: 270px;
  }
}/* End custom CSS */