/* about-us */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}

.carousel-item img {
    max-height: 280px;
    object-fit: contain;
}

.carousel-item h6 {
    letter-spacing: 0.5px;
}


/* BOARD OF DIRECTORS */

.board-section {
  background: #fff;
}

.board-title {
  font-size: 24px;
  letter-spacing: 1.5px;
  font-weight: 500;
}

.board-card {
  background: #f6f6f6;
  padding: 24px 16px 28px;
  cursor: pointer;
  transition: transform 0.3s ease;
  height: 100%;
}

.board-card:hover {
  transform: translateY(-4px);
}

.board-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.board-name {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.6px;
  margin-top: 16px;
  text-transform: uppercase;
}

.board-role {
  font-size: 12px;
  color: #777;
  letter-spacing: 0.8px;
}

.modal-text {
  font-size: 14px;
  line-height: 1.9;
  color: #444;
}



/* EMAAR PRINCIPAL OFFICERS */


.emaar-accordion {
  background: #fff;
}

.accordion-title {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1px;
}

.accordion-intro {
  max-width: 820px;
  color: #555;
  font-size: 14px;
  line-height: 1.8;
}

.accordion-item {
  border: none;
  border-bottom: 1px solid #e5e5e5;
}

.accordion-button {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 22px 0;
  background: transparent;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background: transparent;
  box-shadow: none;
}

.accordion-button::after {
  background-size: 14px;
}

.accordion-body {
  padding: 30px 0 40px;
}

.manager-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.manager-card h6 {
  font-size: 12px;
  margin-top: 14px;
  letter-spacing: 0.6px;
  font-weight: 600;
}


/* comunitie-tak */

.video-hero {
  height: 100vh; /* تمام ارتفاع صفحه */
}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}

.video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35); /* تیرگی ملایم */
  z-index: 2;
}

.video-hero .container {
  z-index: 3;
}

.hero-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 400;
  letter-spacing: 0.5px;
}


/* section 1 */

.section-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  letter-spacing: 1px;
}

.section-desc {
  max-width: 720px;
  font-size: 0.95rem;
  color: #666;
}

.stat-box i {
  font-size: 1.8rem;
  color: #111;
  margin-bottom: 10px;
}

.stat-box h5 {
  font-size: 1rem;
  margin-bottom: 4px;
}

.stat-box span {
  font-size: 0.75rem;
  color: #777;
}

.residence-title {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  letter-spacing: 1px;
}

.residence-desc {
  font-size: 0.9rem;
  color: #666;
  max-width: 500px;
}

.residence-card img {
  width: 100%;
  border-radius: 2px;
}

.card-caption {
  margin-top: 12px;
}

.card-caption small {
  font-size: 0.65rem;
  letter-spacing: 1px;
  color: #777;
}

.card-caption h5 {
  font-size: 0.95rem;
  margin: 6px 0;
}

.card-caption span {
  font-size: 0.75rem;
  color: #777;
}

/* final section */

.masterplan-img {
  max-width: 100%;
  border-radius: 2px;
}

.view-map {
  font-size: 0.7rem;
  letter-spacing: 1.5px;
  color: #777;
  text-decoration: none;
}

.view-map:hover {
  color: #000;
}

.distance-box h3 {
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 8px;
}

.distance-box p {
  font-size: 0.65rem;
  letter-spacing: 1px;
  color: #666;
  line-height: 1.6;
}

.register-btn {
  font-size: 0.7rem;
  letter-spacing: 2px;
  border-radius: 0;
}

/* nearby */

.nearby-img {
  border-radius: 2px;
  margin-bottom: 15px;
}

.nearby-title {
  font-size: 0.85rem;
  letter-spacing: 1px;
  margin-bottom: 6px;
}

.nearby-desc {
  font-size: 0.65rem;
  letter-spacing: 1px;
  color: #777;
}

.nearby-desc span {
  display: block;
  margin-top: 4px;
}

.faq-title {
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
}

.accordion-button {
  font-size: 0.7rem;
  letter-spacing: 1px;
}

.accordion-body {
  font-size: 0.75rem;
  color: #666;
  line-height: 1.7;
}

.accordion-button:not(.collapsed) {
  background: #f8f8f8;
  color: #000;
}

.accordion-item {
  border: 1px solid #e5e5e5;
}
