@charset "utf-8";

/*
 * Real Estate EG Investment — 2026 visual refresh
 * This layer intentionally leaves WordPress templates, queries and permalinks intact.
 */

:root {
  --primary-color: #0b1f3a;
  --secondary-color: #2f6da5;
  --background-color: #f3f6fa;
  --background-color-100: #f8fafc;
  --background-color-200: #e5ebf2;
  --background-color-300: #d2dce7;
  --background-color-400: #9babbc;
  --background-color-500: #6f8194;
  --background-color-600: #506479;
  --background-color-700: #34495f;
  --background-color-800: #1c3047;
  --text-color: #142e4a;
  --re-ink: #0b2340;
  --re-green: #0b1f3a;
  --re-green-soft: #e3edf7;
  --re-coral: #2f6da5;
  --re-sand: #f3f6fa;
  --re-paper: #ffffff;
  --re-line: rgba(11, 31, 58, 0.13);
  --re-shadow: 0 24px 60px rgba(7, 29, 53, 0.13);
  --re-navy: #0b1f3a;
  --re-blue: #2f6da5;
  --re-text: #142e4a;
  --re-muted: #60758b;
  --re-border: #dce5ef;
}

body {
  background: var(--re-sand);
  color: var(--re-ink);
}

body::selection {
  color: #fff;
  background: var(--re-coral);
}

a,
button,
input,
select {
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.container {
  max-width: calc(100% - 32px);
}

.project-gallery .gallery-half.gallery-only {
  width: 100%;
}

@media (min-width: 1200px) {
  .container { width: 1240px; }
}

/* Header */
.header {
  position: relative;
  z-index: 90;
  box-shadow: none;
}

.page-template-page-home .header {
  position: absolute;
  inset: 0 0 auto;
  padding: 18px 20px 0;
}

.header-section {
  width: min(1240px, 100%);
  margin: 0 auto;
  padding: 10px 14px;
  border: 1px solid var(--re-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 40px rgba(7, 29, 53, .11);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.header .container-fluid {
  padding: 0;
}

.header-section-flex {
  min-height: 60px;
  gap: 18px;
}

.header-side:first-child {
  min-width: 0;
  gap: 20px;
}

.logo {
  flex: 0 0 auto;
  padding: 0 8px;
}

.logo img {
  width: auto;
  height: 48px;
  object-fit: contain;
}

#jawdaMenu > li {
  margin: 0 2px;
}

#jawdaMenu li a {
  height: 42px;
  padding: 0 13px;
  line-height: 42px;
  border-radius: 12px;
  font-size: .92rem;
  font-weight: 700;
}

#jawdaMenu li a:hover,
#jawdaMenu li.current-menu-item > a {
  color: var(--re-green);
  background: var(--re-green-soft);
}

@media screen and (min-width: 992px) {
  #jawdaMenu > li::after,
  #jawdaMenu li.current-menu-item::after {
    display: none;
  }

  #jawdaMenu li > .sub-menu {
    top: 48px;
    padding: 8px;
    border: 1px solid var(--re-line);
    border-radius: 16px;
    box-shadow: var(--re-shadow);
  }

  #jawdaMenu li > .sub-menu li,
  #jawdaMenu li > .sub-menu li:last-child {
    border: 0;
    border-radius: 10px;
  }
}

.header-btn {
  min-height: 44px;
  padding: 0 20px;
  border-radius: 14px;
  background: var(--re-green);
  box-shadow: 0 9px 22px rgba(11, 31, 58, .20);
  font-size: .9rem;
  font-weight: 700;
}

.header-btn:hover {
  color: #fff;
  background: var(--re-coral);
  transform: translateY(-2px);
}

.nav-button {
  position: relative;
  inset: auto;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  transform: none;
  border-radius: 13px;
  background: var(--re-green-soft);
}

.nav-lines,
.nav-lines span {
  display: block;
}

.nav-lines {
  width: 20px;
}

.nav-lines span {
  height: 2px;
  margin: 4px 0;
  border-radius: 2px;
  background: var(--re-green);
}

.nav-lines span:nth-child(2) { width: 14px; }

[dir=ltr] .nav-lines span:nth-child(2) { margin-left: 6px; }

/* Keep the desktop navigation on one balanced row. The base theme declares the
 * mobile trigger after its desktop rules, so this explicit desktop layer must
 * come after the trigger styling. */
@media screen and (min-width: 992px) {
  .header .nav-button {
    display: none;
  }

  .header-section-flex {
    align-items: center;
  }

  .header-side:first-child {
    flex: 1 1 auto;
  }

  .header .navi,
  .header .menu,
  .header #nav-main {
    min-width: 0;
  }

  .header .navi {
    flex: 1 1 auto;
  }

  .header #jawdaMenu {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }

  .header #jawdaMenu > li {
    flex: 0 0 auto;
    margin: 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header-side:first-child {
    gap: 12px;
  }

  .header #jawdaMenu li a {
    padding-inline: 9px;
    font-size: .86rem;
  }

  .header-btn {
    padding-inline: 14px;
  }
}

/* Homepage foundation */
.re-home {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 35%, rgba(47, 109, 165, .10), transparent 18rem),
    var(--re-sand);
}

.re-home .main-section {
  position: relative;
  padding: 76px 0;
}

.re-home .main-section:nth-child(even) {
  background: transparent;
}

/* Section Headings */
.section-header-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 36px;
  gap: 20px;
  border-bottom: 1px solid rgba(11, 31, 58, 0.08);
  padding-bottom: 20px;
}

.section-header-content {
  max-width: 760px;
}

.section-heading-title,
.re-home .headline-title {
  margin: 0 0 8px 0;
  padding: 0;
  color: var(--re-ink);
  font-size: clamp(1.7rem, 2.5vw, 2.3rem);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.015em;
  position: relative;
  display: inline-block;
}

.section-heading-title::after,
.re-home .headline-title::after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  background: linear-gradient(90deg, var(--re-blue), var(--re-coral));
  border-radius: 4px;
  margin-top: 10px;
}

[dir="rtl"] .section-heading-title::after,
[dir="rtl"] .re-home .headline-title::after {
  background: linear-gradient(270deg, var(--re-blue), var(--re-coral));
}

.section-heading-title::before,
.re-home .headline-title::before {
  display: none;
}

.section-heading-desc,
.re-home .headline {
  margin: 0;
  color: #64748b;
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  font-weight: 400;
  line-height: 1.8;
}

.section-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  border: 1.5px solid var(--re-line);
  border-radius: 12px;
  color: var(--re-ink);
  background: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.section-action-btn:hover {
  border-color: var(--re-blue);
  color: #ffffff;
  background: var(--re-blue);
  box-shadow: 0 8px 20px rgba(47, 109, 165, 0.25);
  transform: translateY(-2px);
}

.section-action-btn i {
  font-size: 0.8rem;
  transition: transform 0.25s ease;
}

[dir="rtl"] .section-action-btn:hover i {
  transform: translateX(-4px);
}

[dir="ltr"] .section-action-btn:hover i {
  transform: translateX(4px);
}

/* Hero */
/* Hero Clean */
.re-hero {
  position: relative;
  min-height: 580px;
  padding-top: 0;
  background: var(--re-green);
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
}

.re-hero > .container-fluid,
.re-hero > .container-fluid > .row,
.re-hero > .container-fluid > .row > .col-md-12 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  z-index: 1;
}

.re-hero .banner-img {
  width: 100%;
  height: 100%;
  position: relative;
  background: var(--re-green);
}

.re-hero .banner-img img,
.re-hero .banner-img video,
.re-hero .banner-img iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
}

.re-hero .banner-cover {
  position: absolute;
  inset: 0;
  opacity: 1;
  background:
    linear-gradient(0deg, rgba(7, 27, 49, 0.78) 0%, rgba(7, 27, 49, 0.45) 60%, rgba(7, 27, 49, 0.70) 100%);
}

.re-hero::before,
.re-hero::after {
  display: none !important;
}

.re-hero .hero-container,
.re-hero > .container {
  position: relative;
  z-index: 5;
  width: 100%;
  padding-top: 110px;
  padding-bottom: 50px;
  margin: 0 auto;
  right: auto;
  left: auto;
  bottom: auto;
  transform: none;
}

.hero-inner-content {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.hero-h1-title,
.re-hero .banner-title {
  margin: 0 auto 28px;
  color: #ffffff;
  font-size: clamp(2.1rem, 4.5vw, 3.8rem);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.02em;
  text-align: center;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.55);
}

.re-hero .banner-data {
  display: none !important;
}

.re-hero .banner-search {
  margin: 0 auto;
  width: 100%;
  max-width: 920px;
  transform: none;
}

.re-hero .search-form {
  width: 100%;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 30px 70px rgba(5, 24, 43, 0.35);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.search-form .form-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.search-form .input-group {
  flex: 1 1 200px;
  min-height: 52px;
  margin: 0;
  padding: 0 16px;
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  background: #f8fafc;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.25s ease;
}

.search-form .input-group:focus-within,
.search-form .input-group:hover {
  border-color: var(--re-blue);
  background: #ffffff;
  box-shadow: 0 0 0 3.5px rgba(47, 109, 165, 0.15);
}

.search-form .input-group i {
  color: var(--re-blue);
  font-size: 1.05rem;
  flex-shrink: 0;
}

.search-form .form-input,
.search-form .search-select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: none;
  background: transparent;
  outline: none;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--re-ink);
  font-family: inherit;
}

.search-form .search-select {
  cursor: pointer;
}

.search-form .search-submit {
  min-width: 130px;
  height: 52px;
  margin: 0;
  padding: 0 28px;
  border: none;
  border-radius: 12px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--re-coral) 0%, var(--re-blue) 100%);
  box-shadow: 0 10px 24px rgba(47, 109, 165, 0.35);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.search-form .search-submit:hover {
  background: linear-gradient(135deg, var(--re-blue) 0%, var(--re-green) 100%);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(11, 31, 58, 0.35);
}

/* Project cards */
.featured-projects {
  background: var(--re-paper) !important;
}

.featured-projects::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  inset: auto auto -160px -120px;
  border-radius: 50%;
  background: var(--re-green-soft);
  opacity: .50;
}

.project-cards-grid {
  display: grid;
  margin: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.project-cards-grid::before,
.project-cards-grid::after {
  display: none;
}

.project-cards-grid > [class*="col-"] {
  float: none;
  width: auto;
  padding: 0;
}

.project-cards-grid.project-count-1 {
  grid-template-columns: minmax(300px, 390px);
  justify-content: center;
}

.project-cards-grid.project-count-2 {
  grid-template-columns: repeat(2, minmax(300px, 390px));
  justify-content: center;
}

/* Project Cards v3 */
.project-box,
.project-card-v2,
.project-card-v3 {
  height: calc(100% - 24px);
  margin: 12px 0;
  overflow: hidden;
  border: 1px solid rgba(11, 31, 58, 0.09);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(7, 29, 53, 0.06);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease;
  display: flex;
  flex-direction: column;
}

.project-box:hover,
.project-card-v2:hover,
.project-card-v3:hover {
  border-color: rgba(47, 109, 165, 0.4);
  box-shadow: 0 22px 50px rgba(7, 29, 53, 0.13);
  transform: translateY(-6px);
}

.project-card-media,
.project-box .main-box-img,
.project-card-v2 .main-box-img {
  position: relative;
  height: 230px;
  width: 100%;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  background: #0b1f3a;
}

.project-media-link,
.project-box .main-box-img a,
.project-card-v2 .main-box-img a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.project-media-overlay,
.project-box .main-box-img::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(7, 29, 53, 0) 45%, rgba(7, 29, 53, 0.75) 100%);
  z-index: 1;
}

.project-card-media img,
.project-box .main-box-img img,
.project-card-v2 .main-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.project-box:hover .project-card-media img,
.project-box:hover .main-box-img img,
.project-card-v2:hover .main-box-img img,
.project-card-v3:hover .project-card-media img {
  transform: scale(1.06);
}

.project-location-badge,
.project-location {
  position: absolute;
  z-index: 2;
  bottom: 14px;
  right: 14px;
  left: auto;
  min-height: 32px;
  padding: 6px 13px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 30px;
  color: #ffffff;
  background: rgba(11, 31, 58, 0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 0.8rem;
  font-weight: 700;
  text-shadow: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.25s ease;
}

[dir=ltr] .project-location-badge,
[dir=ltr] .project-location {
  right: auto;
  left: 14px;
}

.project-location-badge:hover,
.project-location:hover {
  color: #ffffff;
  background: var(--re-blue);
  border-color: rgba(255, 255, 255, 0.5);
}

.project-data {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 20px 20px 18px;
  min-height: auto;
}

.project-card-title,
.project-box .main-box-title,
.project-card-v2 .main-box-title {
  margin: 0 0 12px;
  min-height: 52px;
  color: var(--re-ink);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.project-card-title a,
.project-box .main-box-title a,
.project-card-v2 .main-box-title a {
  color: var(--re-ink);
  transition: color 0.2s ease;
}

.project-box:hover .project-card-title a,
.project-box:hover .main-box-title a,
.project-card-v3:hover .project-card-title a {
  color: var(--re-blue);
}

.project-card-price-wrap,
.project-box-price,
.project-card-v2 .project-card-price {
  margin: 0 0 14px;
  padding: 12px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #f8fafc;
}

.price-start-label,
.project-price-label {
  display: block;
  margin-bottom: 2px;
  color: #64748b;
  font-size: 0.74rem;
  font-weight: 600;
}

.price-main-display,
.project-box-start-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  color: var(--re-ink);
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.price-number {
  color: var(--re-ink);
  font-size: 1.35rem;
  font-weight: 800;
}

.price-currency-unit {
  color: var(--re-blue);
  font-size: 0.85rem;
  font-weight: 700;
}

.project-card-metrics-row,
.project-card-facts {
  display: grid;
  margin-top: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.metric-chip,
.project-card-fact {
  min-width: 0;
  padding: 8px 11px;
  border: 1px solid rgba(11, 31, 58, 0.08);
  border-radius: 10px;
  background: #ffffff;
  transition: border-color 0.2s ease;
}

.metric-chip-label,
.project-card-fact span {
  display: block;
  color: #64748b;
  font-size: 0.7rem;
  font-weight: 600;
}

.metric-chip-value,
.project-card-fact strong {
  display: block;
  margin-top: 2px;
  color: var(--re-ink);
  font-size: 0.84rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.project-card-cta,
.project-card-details {
  display: flex;
  min-height: 46px;
  margin-top: auto;
  padding: 10px 16px;
  border-radius: 12px;
  align-items: center;
  justify-content: space-between;
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--re-green) 0%, #173860 100%);
  font-size: 0.86rem;
  font-weight: 700;
  transition: all 0.25s ease;
}

.project-card-cta:hover,
.project-card-details:hover {
  background: linear-gradient(135deg, var(--re-coral) 0%, var(--re-blue) 100%);
  box-shadow: 0 8px 22px rgba(47, 109, 165, 0.32);
  transform: translateY(-2px);
}

.project-card-cta i,
.project-card-details i {
  font-size: 0.78rem;
  transition: transform 0.25s ease;
}

[dir="rtl"] .project-card-cta:hover i,
[dir="rtl"] .project-card-details:hover i {
  transform: translateX(-4px);
}

[dir="ltr"] .project-card-cta:hover i,
[dir="ltr"] .project-card-details:hover i {
  transform: translateX(4px);
}

.view-all-btn {
  min-height: 48px;
  margin: 32px 0 0;
  padding: 10px 28px;
  border: 1px solid var(--re-green);
  border-radius: 14px;
  color: var(--re-green);
  background: transparent;
  font-weight: 700;
}

.view-all-btn:hover {
  color: #fff;
  background: var(--re-green);
  transform: translateY(-2px);
}

/* ==========================================================================
   Cities & Regions Section — Clean Modern Carousel (Matching Reference)
   ========================================================================== */
.featured-area-clean,
.featured-area {
  background: #ffffff !important;
  color: var(--re-ink);
  position: relative;
  overflow: hidden;
  padding: 70px 0 80px;
  border-top: 1px solid #edf2f7;
  border-bottom: 1px solid #edf2f7;
}

.featured-area-clean::after,
.featured-area::after {
  display: none !important;
}

.cities-clean-header {
  text-align: center;
  max-width: 660px;
  margin: 0 auto 38px;
}

.cities-clean-title {
  font-size: clamp(1.8rem, 3.2vw, 2.35rem);
  font-weight: 800;
  color: #0b1f3a;
  margin: 0 0 10px;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.cities-clean-subtitle {
  font-size: 1.02rem;
  color: #64748b;
  margin: 0;
  line-height: 1.6;
}

/* Slider Wrapper & Tracks */
.cities-slider-wrapper {
  position: relative;
  padding: 6px 0 14px;
}

.cities-slider {
  margin: 0 -10px;
}

.cities-slider .slick-list {
  padding: 10px 0 20px;
  overflow: hidden;
}

.cities-slider .city-slide-item,
.cities-slider .slick-slide {
  padding: 0 10px;
  outline: none;
}

/* Clean Area Card (Edge-to-Edge Image with Bottom Center Text) */
.area-card-clean,
.area-box {
  position: relative;
  height: 330px;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #0b1f3a;
  box-shadow: 0 6px 20px rgba(11, 31, 58, 0.08);
  border: 1px solid rgba(11, 31, 58, 0.06);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: block;
}

.area-card-clean:hover,
.area-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(11, 31, 58, 0.16);
}

.area-card-media,
.area-card-clean .area-card-media {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0;
}

.area-card-media img,
.area-card-clean .area-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

.area-card-clean:hover .area-card-media img,
.area-box:hover .area-card-media img {
  transform: scale(1.07);
}

/* Subtle Gradient - Translucent at top/middle, smooth dark fade at bottom */
.area-card-overlay,
.area-card-clean .area-card-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0.3) 66%, rgba(0, 0, 0, 0.82) 100%);
  transition: background 0.35s ease;
  z-index: 1;
}

.area-card-clean:hover .area-card-overlay,
.area-box:hover .area-card-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.4) 62%, rgba(0, 0, 0, 0.88) 100%);
}

/* Card Content / Typography */
.area-card-info,
.area-card-clean .area-card-info {
  position: absolute;
  inset-inline-start: 14px;
  inset-inline-end: 14px;
  bottom: 22px;
  text-align: center;
  z-index: 2;
  pointer-events: none;
}

.area-card-name,
.area-card-clean .area-card-name {
  color: #ffffff;
  font-size: 1.32rem;
  font-weight: 800;
  margin: 0 0 4px;
  line-height: 1.35;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
}

.area-card-count,
.area-card-clean .area-card-count {
  display: inline-block;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.9rem;
  font-weight: 600;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.55);
}

/* Full Card Clickable Overlay */
.area-card-link,
.area-card-clean .area-card-link {
  position: absolute;
  inset: 0;
  z-index: 5;
  outline: none;
}

/* Frosted Glass Circular Slider Navigation Arrows */
.cities-slider-wrapper .city-slider-arrow,
.cities-slider-wrapper .slick-prev,
.cities-slider-wrapper .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(11, 31, 58, 0.1);
  box-shadow: 0 6px 20px rgba(11, 31, 58, 0.12);
  color: #0b1f3a;
  cursor: pointer;
  z-index: 10;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 0;
  font-size: 16px;
  line-height: 1;
}

.cities-slider-wrapper .city-slider-arrow:hover,
.cities-slider-wrapper .slick-prev:hover,
.cities-slider-wrapper .slick-next:hover {
  background: #0b1f3a;
  color: #ffffff;
  border-color: #0b1f3a;
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 10px 26px rgba(11, 31, 58, 0.22);
}

.cities-slider-wrapper .city-slider-arrow:active,
.cities-slider-wrapper .slick-prev:active,
.cities-slider-wrapper .slick-next:active {
  transform: translateY(-50%) scale(0.95);
}

/* Arrow Horizontal Offsets */
[dir="rtl"] .cities-slider-wrapper .slick-prev,
body.rtl .cities-slider-wrapper .slick-prev {
  right: -20px;
  left: auto;
}

[dir="rtl"] .cities-slider-wrapper .slick-next,
body.rtl .cities-slider-wrapper .slick-next {
  left: -20px;
  right: auto;
}

[dir="ltr"] .cities-slider-wrapper .slick-prev,
body:not(.rtl) .cities-slider-wrapper .slick-prev {
  left: -20px;
  right: auto;
}

[dir="ltr"] .cities-slider-wrapper .slick-next,
body:not(.rtl) .cities-slider-wrapper .slick-next {
  right: -20px;
  left: auto;
}

@media (max-width: 1280px) {
  .cities-slider-wrapper .slick-prev {
    right: 6px !important;
  }
  .cities-slider-wrapper .slick-next {
    left: 6px !important;
  }
  [dir="ltr"] .cities-slider-wrapper .slick-prev {
    left: 6px !important;
    right: auto !important;
  }
  [dir="ltr"] .cities-slider-wrapper .slick-next {
    right: 6px !important;
    left: auto !important;
  }
}

/* Developers */
.developers {
  border-bottom: 1px solid var(--re-line);
  background: var(--re-paper) !important;
}

.developer-img {
  height: 110px;
  margin: 8px;
  padding: 14px;
  border: 1px solid var(--re-line);
  border-radius: 18px;
  background: #fff;
}

.developer-img:hover {
  border-color: rgba(47, 109, 165, .55);
  box-shadow: 0 14px 32px rgba(7, 29, 53, .11);
}

.developer-img img {
  height: 76px;
}

/* Search band */
.search-section {
  padding: 76px 0;
  overflow: hidden;
  color: var(--re-ink);
  background: #e3edf7;
}

.search-section::before {
  content: "";
  position: absolute;
  inset-inline-start: -120px;
  top: -120px;
  width: 320px;
  height: 320px;
  border: 60px solid rgba(255, 255, 255, .48);
  border-radius: 50%;
}

.search-section .container {
  position: relative;
  z-index: 2;
}

.search-section .search-form {
  width: 100%;
  margin: 5px 0 0;
  padding: 12px;
  border: 1px solid rgba(11, 31, 58, .12);
  border-radius: 22px;
  box-shadow: 0 20px 45px rgba(7, 29, 53, .12);
}

.search-section-bg {
  top: 0;
  bottom: 0;
  width: 34%;
  opacity: .35;
}

.search-section-bg img {
  opacity: .38;
}

/* Articles */
.recent-articles {
  background: var(--re-sand) !important;
}

.article-box {
  height: calc(100% - 24px);
  margin: 12px 0;
  overflow: hidden;
  border: 1px solid var(--re-line);
  border-radius: 22px;
  box-shadow: 0 12px 32px rgba(7, 29, 53, .08);
}

.article-box:hover {
  box-shadow: var(--re-shadow);
  transform: translateY(-6px);
}

.article-box .main-box-img {
  height: 230px;
  border-radius: 0;
}

.article-box .main-box-img img {
  height: 100%;
}

.article-data {
  min-height: 145px;
  padding: 20px;
  border-radius: 0;
}

.article-data .main-box-title {
  font-size: 1rem;
  line-height: 1.7;
}

.article-btn {
  margin: auto 0 0;
  color: var(--re-coral);
}

/* Why us and contact */
.why-us {
  padding: 80px 0 150px;
  color: #fff;
  background: var(--re-green);
}

.why-box {
  min-height: 220px;
  margin: 8px 0;
  padding: 28px 20px;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 22px;
  background: rgba(255, 255, 255, .06);
}

.why-icon {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border-radius: 22px;
  background: rgba(255, 255, 255, .12);
}

.why-icon img {
  max-width: 46px;
  height: 46px;
  filter: brightness(0) invert(1);
}

.why-txt {
  color: rgba(255, 255, 255, .70);
  line-height: 1.8;
}

.contact-us {
  margin-top: -90px;
  margin-bottom: 70px;
}

.contact-us .row {
  padding: 14px;
  overflow: hidden;
  border: 1px solid var(--re-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 28px 65px rgba(7, 29, 53, .17);
}

.contact-us .contact-form {
  padding: 20px;
}

.contact-us .video-bg-img,
.contact-us .video-bg-img img {
  height: 100%;
  min-height: 430px;
  border-radius: 20px;
}

/* Footer */
#footer {
  padding-top: 70px;
  color: rgba(255, 255, 255, .78);
  background: #081c34;
}

#footer .footer-logo {
  display: inline-block;
  padding: 12px;
  border-radius: 16px;
  background: #fff;
}

#footer .footer-logo img {
  height: 52px;
  margin: 0;
}

.footer-headline {
  color: #fff;
}

.footer-headline::after {
  background: var(--re-coral);
  opacity: 1;
  border-radius: 5px;
}

.footer-links li {
  margin-bottom: 3px;
}

.footer-links li::before,
.get-in-touch-box i {
  color: var(--re-coral);
}

.footer-social ul li {
  border-color: rgba(255, 255, 255, .22);
  color: #fff;
}

.footer-social li:hover {
  border-color: var(--re-coral);
  background: var(--re-coral);
}

.copyright {
  margin-top: 55px;
  padding: 14px 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, .10);
  color: rgba(255, 255, 255, .62);
  background: #06162a;
}

/* Floating actions */
#floating-icons a,
#back-top {
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(7, 29, 53, .20);
}

#back-top {
  color: #fff;
  background: var(--re-coral);
}

/* Responsive */
@media (max-width: 1199px) {
  .re-hero .banner-data {
    right: 40px;
  }

  [dir=ltr] .re-hero .banner-data {
    right: auto;
    left: 40px;
  }
}

@media (max-width: 991px) {
  .page-template-page-home .header {
    padding: 12px 12px 0;
  }

  .header-section {
    padding: 7px 9px;
    border-radius: 17px;
  }

  .header-section-flex {
    min-height: 52px;
  }

  .logo img {
    height: 41px;
  }

  .header-side:first-child {
    width: 100%;
    justify-content: space-between;
  }

  .navi {
    order: 2;
  }

  #jawdaMenu {
    width: min(360px, 92vw);
    padding: 70px 18px 30px;
    border-inline-start: 1px solid var(--re-line);
    background: var(--re-paper);
  }

  #jawdaMenu li {
    border-color: var(--re-line);
  }

  #jawdaMenu li a {
    height: 46px;
    line-height: 46px;
  }

  .CloseMyMenu {
    top: 18px;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: var(--re-coral);
  }

  .re-home .main-section,
  .search-section {
    padding: 56px 0;
  }

  .re-hero,
  .re-hero > .container-fluid,
  .re-hero > .container-fluid > .row,
  .re-hero > .container-fluid > .row > .col-md-12,
  .re-hero .banner-img {
    min-height: 700px;
    height: 700px;
  }

  .re-hero .banner-img img,
  .re-hero .banner-img video,
  .re-hero .banner-img iframe {
    height: 700px;
  }

  .re-hero .banner-data {
    top: 124px;
    right: 28px;
    width: calc(100% - 56px);
  }

  [dir=ltr] .re-hero .banner-data {
    right: auto;
    left: 28px;
  }

  .re-hero .banner-title {
    max-width: 620px;
    font-size: clamp(2rem, 8vw, 3.5rem);
  }

  .re-hero > .container {
    bottom: 22px;
  }

  .re-hero .search-form form,
  .search-form form {
    display: block;
  }

  .re-hero .search-form .form-row,
  .search-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .search-form .input-group,
  .search-form .search-submit {
    width: auto;
  }

  .search-form .input-group:first-child {
    grid-column: 1 / -1;
  }

  .search-form .search-submit {
    grid-column: 1 / -1;
  }

  .project-box .main-box-img {
    height: 280px;
  }

  .project-cards-grid,
  .project-cards-grid.project-count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-cards-grid.project-count-1 {
    grid-template-columns: minmax(280px, 390px);
  }

  .project-data {
    min-height: auto;
  }

  .area-box {
    height: 340px;
  }

  .why-us {
    padding: 60px 0 130px;
  }

  .contact-us .video-bg-img,
  .contact-us .video-bg-img img {
    min-height: 340px;
  }
}

@media (max-width: 620px) {
  .container {
    max-width: calc(100% - 16px);
    padding-right: 10px;
    padding-left: 10px;
  }

  .re-hero,
  .re-hero > .container-fluid,
  .re-hero > .container-fluid > .row,
  .re-hero > .container-fluid > .row > .col-md-12,
  .re-hero .banner-img {
    min-height: 740px;
    height: 740px;
  }

  .re-hero .banner-img img,
  .re-hero .banner-img video,
  .re-hero .banner-img iframe {
    height: 740px;
  }

  .re-hero .banner-data {
    top: 104px;
    right: 20px;
    width: calc(100% - 40px);
  }

  [dir=ltr] .re-hero .banner-data {
    right: auto;
    left: 20px;
  }

  .banner-kicker {
    margin-bottom: 12px;
    font-size: .72rem;
  }

  .re-hero .banner-title {
    font-size: clamp(1.9rem, 9vw, 2.65rem);
  }

  .banner-subtitle {
    margin-top: 14px;
    font-size: .88rem;
    line-height: 1.75;
  }

  .banner-trust {
    gap: 8px 12px;
    margin-top: 16px;
    font-size: .74rem;
  }

  .re-hero::after {
    display: none;
  }

  .re-hero .search-form,
  .search-section .search-form {
    padding: 8px;
    border-radius: 18px;
  }

  .re-hero .search-form .form-row,
  .search-form .form-row {
    display: flex;
    flex-direction: column;
    margin: 0;
  }

  .search-form .input-group,
  .search-form .search-submit {
    width: calc(100% - 8px);
    margin: 4px;
  }

  .project-box,
  .article-box,
  .area-box {
    border-radius: 20px;
  }

  .project-cards-grid,
  .project-cards-grid.project-count-1,
  .project-cards-grid.project-count-2 {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .project-box .main-box-img {
    height: 235px;
  }

  .project-card-v2 .main-box-img {
    height: 220px;
  }

  .project-card-v2 .project-data {
    min-height: 0;
    padding: 16px;
  }

  .project-box .box-cta {
    flex-wrap: wrap;
  }

  .project-box .box-cta a {
    min-width: calc(50% - 4px);
  }

  .area-box {
    height: 290px;
  }

  .contact-us {
    margin-top: -80px;
    margin-bottom: 45px;
  }

  .contact-us .row {
    border-radius: 22px;
  }

  #footer {
    padding-top: 50px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* =========================================================
   Single project experience
   ========================================================= */

body.single-project > .single-project-redesign {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: none;
    clear: both;
}

body.single-project .project-hero-summary {
    position: relative;
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: none;
    margin-top: 0 !important;
    overflow: hidden;
    padding: 18px 0 22px !important;
    clear: both;
    color: #fff;
    background:
        radial-gradient(circle at 16% 15%, rgba(31, 111, 235, 0.24), transparent 34%),
        linear-gradient(135deg, #071a2e 0%, #0b2746 58%, #123c68 100%);
}

body.single-project .project-hero-summary > .container {
    display: block;
    flex: none;
    margin-right: auto;
    margin-left: auto;
}

body.single-project .project-showcase,
body.single-project .project-page-main,
body.single-project .related-projects {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: none;
    clear: both;
}

body.single-project .project-hero-summary::after {
    position: absolute;
    inset-inline-end: -110px;
    bottom: -180px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    box-shadow: 0 0 0 54px rgba(255, 255, 255, 0.025), 0 0 0 108px rgba(255, 255, 255, 0.018);
    content: "";
    pointer-events: none;
}

body.single-project .project-heading-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
    gap: 30px;
    align-items: center;
}

body.single-project .project-title-column {
    min-width: 0;
}

body.single-project .project-hero-summary .breadcrumbs {
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.66);
}

body.single-project .project-hero-summary .breadcrumbs a,
body.single-project .project-hero-summary .breadcrumbs span {
    color: inherit;
}

body.single-project .project-main-title h1 {
    max-width: 780px;
    margin: 0;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.85;
    letter-spacing: 0;
}

body.single-project .project-taxonomy-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

body.single-project .project-taxonomy-chips a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 6px 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    font-size: 13px;
    font-weight: 700;
}

body.single-project .project-taxonomy-chips a:hover {
    border-color: rgba(255, 255, 255, 0.32);
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
}

body.single-project .project-investment-card {
    display: block;
    margin: 0;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 12px;
    color: var(--re-text) !important;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 12px 28px rgba(0, 8, 22, 0.18);
}

body.single-project .project-investment-label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
    color: var(--re-muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.single-project .project-page-price-label {
    margin-top: 10px;
    color: var(--re-muted);
    font-size: 12px;
    font-weight: 700;
}

body.single-project .project-box-start-price {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: baseline;
    color: var(--re-navy) !important;
    font-size: 14px;
}

body.single-project .project-box-start-price strong {
    color: var(--re-navy) !important;
    font-size: 1.7rem;
    font-weight: 900;
    line-height: 1;
}

body.single-project .project-payment-summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 12px;
}

body.single-project .project-payment-summary > span {
    display: flex;
    min-height: 60px;
    padding: 9px 10px;
    border: 1px solid var(--re-border);
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    background: #f5f8fc;
}

body.single-project .project-payment-summary small {
    color: var(--re-muted) !important;
    font-size: 11px;
}

body.single-project .project-payment-summary strong {
    margin-top: 3px;
    color: var(--re-navy) !important;
    font-size: 14px;
}

body.single-project .project-investment-card .page-cta {
    margin: 14px 0 0;
}

body.single-project .project-investment-card .cta-wts-last {
    display: flex;
    width: 100%;
    min-height: 48px;
    margin-top: 14px;
    padding: 10px 16px;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #fff;
    background: linear-gradient(135deg, var(--re-blue), #0a4ca9);
    box-shadow: 0 12px 24px rgba(31, 111, 235, 0.22);
    font-size: 14px;
    font-weight: 800;
}

body.single-project .project-investment-card .cta-wts-last:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(31, 111, 235, 0.3);
}

body.single-project .project-investment-card .cta-wts-last i {
    color: #fff;
}

body.single-project .project-showcase {
    margin: 0;
    padding: 18px 0 28px;
    background: #f2f5f9;
}

body.single-project .project-media-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 160px;
    gap: 10px;
}

body.single-project .project-gallery-feature,
body.single-project .project-gallery-thumb {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: #dfe7f0;
    cursor: pointer;
}

body.single-project .project-gallery-feature {
    height: 420px;
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(7, 26, 46, 0.11);
}

body.single-project .project-gallery-feature img,
body.single-project .project-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

body.single-project .project-gallery-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 52%, rgba(4, 18, 34, 0.54) 100%);
    pointer-events: none;
}

body.single-project .project-gallery-feature:hover img,
body.single-project .project-gallery-thumb:hover img {
    transform: scale(1.045);
}

body.single-project .project-gallery-rail {
    display: grid;
    grid-template-rows: repeat(4, minmax(0, 1fr));
    gap: 10px;
    min-height: 0;
}

body.single-project .project-gallery-rail.rail-count-1 {
    grid-template-rows: 1fr;
}

body.single-project .project-gallery-rail.rail-count-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
}

body.single-project .project-gallery-rail.rail-count-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
}

body.single-project .project-gallery-thumb {
    min-height: 0;
    border-radius: 10px;
}

body.single-project .project-gallery-open {
    position: absolute;
    inset-inline-start: 14px;
    bottom: 14px;
    display: inline-flex;
    min-height: 40px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: 10px;
    align-items: center;
    gap: 9px;
    color: #fff;
    background: rgba(7, 26, 46, 0.78);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(10px);
    font-size: 13px;
    font-weight: 800;
}

body.single-project .project-media-shell.single-image {
    grid-template-columns: 1fr;
}

body.single-project .project-page-main {
    padding: 40px 0 54px;
    background: #f2f5f9;
}

body.single-project .project-content-layout {
    align-items: flex-start;
}

body.single-project .project-content-column > .content-box,
body.single-project .project-content-column > .project-facilities-card {
    margin-bottom: 18px;
    padding: 20px;
    border: 1px solid var(--re-border);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(7, 26, 46, 0.05);
}

body.single-project .project-content-column > .content-box:first-child {
    margin-top: 0;
}

body.single-project .page-headline {
    position: relative;
    margin: 0 0 15px;
    padding: 0 0 0 16px;
    color: var(--re-navy);
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 2;
}

html[dir="rtl"] body.single-project .page-headline {
    padding: 0 16px 0 0;
}

body.single-project .page-headline::before {
    position: absolute;
    inset-inline-start: 0;
    top: 2px;
    bottom: 2px;
    display: block;
    width: 5px;
    height: auto;
    border: 0;
    border-radius: 999px;
    background: var(--re-blue);
    content: "";
}

body.single-project .page-headline::after {
    display: none;
}

body.single-project .project-facts-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

body.single-project .project-fact-card {
    display: grid;
    min-height: 74px;
    padding: 10px 12px;
    border: 1px solid #e2e9f1;
    border-radius: 12px;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    background: #f8fafc;
    transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

body.single-project .project-fact-card:hover {
    border-color: rgba(31, 111, 235, 0.28);
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(7, 26, 46, 0.07);
}

body.single-project .project-fact-icon {
    display: grid;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    place-items: center;
    color: var(--re-blue);
    background: #eaf2ff;
    font-size: 17px;
}

body.single-project .project-fact-content {
    min-width: 0;
}

body.single-project .project-fact-card > div {
    min-width: 0;
}

body.single-project .project-fact-label {
    display: block;
    margin-bottom: 3px;
    color: var(--re-muted);
    font-size: 11px;
    font-weight: 700;
}

body.single-project .project-fact-content span {
    display: block;
    margin-bottom: 3px;
    color: var(--re-muted);
    font-size: 11px;
    font-weight: 700;
}

body.single-project .project-fact-content strong,
body.single-project .project-fact-content a,
body.single-project .project-fact-card > div strong,
body.single-project .project-fact-card > div a {
    color: var(--re-navy);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.5;
}

body.single-project .project-content-column .project-facilities {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
}

body.single-project .project-content-column .facility-box {
    display: flex;
    width: auto;
    min-height: 54px;
    margin: 0;
    padding: 12px 14px;
    border: 1px solid #e2e9f1;
    border-radius: 10px;
    align-items: center;
    gap: 9px;
    color: var(--re-text);
    background: #f8fafc;
    font-size: 13px;
    font-weight: 700;
}

body.single-project .project-content-column .facility-img img {
    width: 28px;
    height: 28px;
    margin: 0;
    object-fit: contain;
    opacity: 0.82;
}

body.single-project .project-content-column .video-container,
body.single-project .project-content-column iframe {
    overflow: hidden;
    border-radius: 20px;
}

body.single-project .project-video {
    margin-bottom: 22px;
    padding: 10px;
    overflow: hidden;
    border: 1px solid var(--re-border);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(7, 26, 46, 0.06);
}

body.single-project .project-content-column .content-box h2 {
    margin-inline: 0;
    padding-inline-start: 14px;
    border-color: var(--re-blue);
    color: var(--re-navy);
    background: transparent;
}

body.single-project .project-sidebar {
    position: sticky;
    top: 112px;
}

body.single-project .project-sidebar > * {
    overflow: hidden;
    border: 1px solid var(--re-border);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(7, 26, 46, 0.06);
}

body.single-project .project-sidebar > * + * {
    margin-top: 18px;
}

body.single-project .related-projects {
    padding: 42px 0 54px;
    background: #fff;
}

body.single-project .related-projects .headline-title {
    color: var(--re-navy);
    font-weight: 900;
}

body.single-project .overlay {
    background: rgba(2, 12, 24, 0.9);
    backdrop-filter: blur(7px);
}

body.single-project .overlay .popup {
    width: min(1180px, 94vw);
    max-width: none;
    max-height: 92vh;
    padding: 12px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}

body.single-project .overlay .closePopupBtn {
    top: 18px;
    left: 18px;
    right: auto;
    z-index: 5;
    display: grid;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    place-items: center;
    color: #fff;
    background: rgba(7, 26, 46, 0.78);
}

html[dir="ltr"] body.single-project .overlay .closePopupBtn {
    right: 18px;
    left: auto;
}

body.single-project .imageGallery .ImageOnFocus {
    height: calc(92vh - 170px);
    border-radius: 17px;
    background: #eaf0f6;
}

body.single-project .imageGallery .ImageOnFocus img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body.single-project .imageGallery .galleryThumbnails {
    height: 120px;
    margin-top: 10px;
}

body.single-project .imageGallery .galleryThumbnails img {
    width: 105px;
    height: 105px;
    border-radius: 13px;
    object-fit: cover;
}

@media (max-width: 991px) {
    body.single-project .project-heading-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    body.single-project .project-price-column {
        max-width: 560px;
    }

    body.single-project .project-media-shell {
        grid-template-columns: 1fr;
    }

    body.single-project .project-gallery-feature {
        height: 390px;
    }

    body.single-project .project-gallery-rail {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-template-rows: 92px;
    }

    body.single-project .project-gallery-rail.rail-count-1 {
        grid-template-columns: 1fr;
        grid-template-rows: 92px;
    }

    body.single-project .project-gallery-rail.rail-count-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: 92px;
    }

    body.single-project .project-gallery-rail.rail-count-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-template-rows: 92px;
    }

    body.single-project .project-sidebar {
        position: static;
        margin-top: 24px;
    }

    body.single-project .project-content-column .project-facilities {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    body.single-project .project-hero-summary {
        padding: 18px 0 24px !important;
    }

    body.single-project .project-main-title h1 {
        font-size: 1.5rem;
        line-height: 1.7;
        letter-spacing: 0;
    }

    body.single-project .project-investment-card {
        padding: 15px;
        border-radius: 12px;
    }

    body.single-project .project-showcase {
        padding: 16px 0 28px;
    }

    body.single-project .project-gallery-feature {
        height: 280px;
        border-radius: 12px;
    }

    body.single-project .project-gallery-rail {
        gap: 8px;
        grid-template-rows: 78px;
    }

    body.single-project .project-gallery-rail.rail-count-1,
    body.single-project .project-gallery-rail.rail-count-2,
    body.single-project .project-gallery-rail.rail-count-3 {
        grid-template-rows: 78px;
    }

    body.single-project .project-gallery-thumb {
        border-radius: 12px;
    }

    body.single-project .project-gallery-open {
        inset-inline-start: 14px;
        bottom: 14px;
        min-height: 42px;
    }

    body.single-project .project-page-main {
        padding: 34px 0 50px;
    }

    body.single-project .project-content-column > .content-box,
    body.single-project .project-content-column > .project-facilities-card {
        margin-bottom: 16px;
        padding: 18px 15px;
        border-radius: 15px;
    }

    body.single-project .project-facts-grid,
    body.single-project .project-content-column .project-facilities {
        grid-template-columns: 1fr;
    }

    body.single-project .project-fact-card {
        min-height: 74px;
    }

    body.single-project .overlay .popup {
        width: 96vw;
        padding: 8px;
        border-radius: 18px;
    }

    body.single-project .imageGallery .ImageOnFocus {
        height: calc(92vh - 135px);
    }

    body.single-project .imageGallery .galleryThumbnails {
        height: 88px;
    }

    body.single-project .imageGallery .galleryThumbnails img {
        width: 74px;
        height: 74px;
    }
}

/* =========================================================
   Single project — restrained editorial layout
   ========================================================= */

body.single-project {
    color: #1e293b;
    background: #f8fafc;
}

/* ==========================================================================
   Single Project — Luxury Modern Experience
   ========================================================================== */

/* Hero Masthead */
body.single-project .project-overview-head {
    display: block;
    width: 100%;
    padding: 24px 0 20px;
    border-bottom: 1px solid #e2e8f0;
    color: #1e293b;
    background: #ffffff;
}

body.single-project header.project-overview-head {
    margin-top: 0 !important;
    padding-top: 24px !important;
}

body.single-project .project-overview-head > .container {
    position: relative;
}

body.single-project .project-overview-head .breadcrumbs {
    margin: 0 0 14px;
    color: #64748b;
    font-size: 12.5px;
    font-weight: 500;
}

body.single-project .project-overview-head .breadcrumbs a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s ease;
}

body.single-project .project-overview-head .breadcrumbs a:hover {
    color: #0284c7;
}

body.single-project .project-overview-head .breadcrumbs span {
    color: #94a3b8;
}

body.single-project .project-heading-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
}

body.single-project .project-title-column {
    max-width: 960px;
    min-width: 0;
    flex: 1 1 auto;
}

/* Meta Badges Row (Category Pill + Project Code) */
body.single-project .project-meta-badges {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

body.single-project .project-category-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 14px;
    border-radius: 30px;
    background: #e0f2fe;
    color: #0284c7;
    border: 1px solid #bae6fd;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    transition: all 0.2s ease;
}

body.single-project .project-category-label:hover {
    background: #0284c7;
    color: #ffffff;
    border-color: #0284c7;
}

body.single-project .project-reference-code {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 13px;
    border-radius: 30px;
    background: #f8fafc;
    color: #64748b;
    border: 1px solid #e2e8f0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    white-space: nowrap;
}

/* Page Title Typography */
body.single-project .project-main-title h1 {
    margin: 0 0 8px;
    color: #0b1f3a;
    font-size: clamp(22px, 2.2vw, 30px);
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: -0.01em;
    text-wrap: balance;
}

html[dir="rtl"] body.single-project .project-main-title h1 {
    unicode-bidi: plaintext;
}

body.single-project .project-main-title .project-title-ar {
    display: inline;
}

body.single-project .project-main-title .project-title-en {
    display: inline-block;
    margin-inline-start: 10px;
    font-size: 0.85em;
    font-weight: 600;
    color: #475569;
}

body.single-project .project-location-line {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 4px;
    color: #64748b;
    font-size: 13.5px;
    font-weight: 600;
}

body.single-project .project-location-line i {
    color: #0284c7;
    font-size: 14px;
}

/* ==========================================================================
   Project Showcase / Gallery
   ========================================================================== */
body.single-project .project-showcase {
    margin: 0;
    padding: 22px 0 24px;
    background: #ffffff;
}

body.single-project .project-gallery-grid {
    display: grid;
    height: 440px;
    grid-template-columns: minmax(0, 2.15fr) minmax(250px, 0.85fr);
    gap: 12px;
    border-radius: 20px;
    overflow: hidden;
}

body.single-project .project-gallery-grid.single-image {
    grid-template-columns: 1fr;
}

body.single-project .project-gallery-feature,
body.single-project .project-gallery-thumb {
    position: relative;
    display: block;
    width: 100%;
    min-height: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 16px;
    background: #0b1f3a;
    cursor: pointer;
}

body.single-project .project-gallery-feature {
    height: 440px;
}

body.single-project .project-gallery-side {
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 12px;
    min-height: 0;
}

body.single-project .project-gallery-side.side-count-1 {
    grid-template-rows: 1fr;
}

body.single-project .project-gallery-feature img,
body.single-project .project-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
}

body.single-project .project-gallery-feature:hover img,
body.single-project .project-gallery-thumb:hover img {
    transform: scale(1.04);
    opacity: 0.95;
}

/* Floating View All Photos Badge */
body.single-project .gallery-view-all-badge {
    position: absolute;
    bottom: 16px;
    inset-inline-end: 16px;
    z-index: 5;
    background: rgba(11, 31, 58, 0.84);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 30px;
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
}

body.single-project .project-gallery-feature:hover .gallery-view-all-badge {
    background: #0284c7;
    border-color: #0284c7;
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(2, 132, 199, 0.35);
}

body.single-project .project-gallery-more {
    position: absolute;
    inset-inline-start: 14px;
    bottom: 14px;
    z-index: 5;
    display: inline-flex;
    min-height: 32px;
    padding: 6px 13px;
    border-radius: 20px;
    align-items: center;
    gap: 6px;
    color: #ffffff;
    background: rgba(11, 31, 58, 0.86);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 11.5px;
    font-weight: 700;
}

body.single-project .project-gallery-more strong {
    font-size: 11px;
}

/* ==========================================================================
   Project Summary Section (Executive Metric Cards)
   ========================================================================== */
body.single-project .project-summary-section {
    padding: 0 0 24px;
    background: #ffffff;
}

body.single-project .project-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 0;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    box-shadow: 0 4px 16px rgba(11, 31, 58, 0.04);
    overflow: hidden;
}

body.single-project .project-summary-item {
    min-height: 84px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    border-inline-end: 1px solid #f1f5f9;
    transition: background-color 0.2s ease;
}

body.single-project .project-summary-item:last-child {
    border-inline-end: 0;
}

body.single-project .project-summary-item:hover {
    background: #f8fafc;
}

body.single-project .summary-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #e0f2fe;
    color: #0284c7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

body.single-project .project-summary-item.project-summary-down .summary-icon {
    background: #ecfdf5;
    color: #059669;
}

body.single-project .project-summary-item.project-summary-installments .summary-icon {
    background: #fef3c7;
    color: #d97706;
}

body.single-project .project-summary-item.project-summary-developer .summary-icon {
    background: #f3e8ff;
    color: #7c3aed;
}

body.single-project .summary-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

body.single-project .summary-info small,
body.single-project .project-summary-item small {
    display: block;
    color: #64748b;
    font-size: 11.5px;
    font-weight: 600;
    margin-bottom: 2px;
}

body.single-project .summary-info strong,
body.single-project .project-summary-item strong {
    display: block;
    color: #0b1f3a;
    font-size: 1.12rem;
    font-weight: 800;
    line-height: 1.4;
    word-break: break-word;
}

body.single-project .project-summary-item strong a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

body.single-project .project-summary-item strong a:hover {
    color: #0284c7;
}

body.single-project .project-summary-price strong {
    color: #0b1f3a;
    font-size: 1.25rem;
}

body.single-project .project-summary-price strong span {
    color: #0284c7;
    font-size: 0.82rem;
    font-weight: 700;
}

/* ==========================================================================
   Sticky Sub-Navigation
   ========================================================================== */
body.single-project .project-anchor-nav {
    position: sticky;
    z-index: 50;
    top: 0;
    border-bottom: 1px solid #e2e8f0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 2px 12px rgba(11, 31, 58, 0.04);
}

body.admin-bar.single-project .project-anchor-nav {
    top: 32px;
}

body.single-project .project-anchor-nav-inner {
    display: flex;
    min-height: 52px;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
}

body.single-project .project-anchor-nav-inner::-webkit-scrollbar {
    display: none;
}

body.single-project .project-anchor-nav a {
    padding: 8px 18px;
    border-radius: 30px;
    color: #64748b;
    font-size: 13.5px;
    font-weight: 700;
    border: 1px solid transparent;
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    display: inline-flex;
    align-items: center;
}

body.single-project .project-anchor-nav a:hover {
    color: #0b1f3a;
    background: #f1f5f9;
}

body.single-project .project-anchor-nav a.active {
    color: #ffffff;
    background: #0b1f3a;
    border-color: #0b1f3a;
    box-shadow: 0 4px 12px rgba(11, 31, 58, 0.16);
}

/* ==========================================================================
   Main Content Layout & Vertical Section Rhythm
   ========================================================================== */
body.single-project .project-page-main {
    padding: 38px 0 65px;
    background: #f8fafc;
}

body.single-project .project-content-layout {
    display: grid;
    margin: 0;
    grid-template-columns: minmax(0, 1fr) 350px;
    align-items: start;
    gap: 32px;
}

body.single-project .project-content-column,
body.single-project .project-sidebar-column {
    float: none;
    width: auto;
    max-width: none;
    min-width: 0;
    padding: 0;
}

@media (min-width: 992px) {
    html[dir="rtl"] body.single-project .project-content-column {
        grid-column: 1;
        grid-row: 1;
    }

    html[dir="rtl"] body.single-project .project-sidebar-column {
        grid-column: 2;
        grid-row: 1;
    }
}

/* Main Content Card Surface */
body.single-project .project-article-surface {
    padding: 38px 40px;
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(11, 31, 58, 0.04);
}

/* Individual Content Section Spacing */
body.single-project .project-content-section {
    padding-bottom: 38px;
    margin-bottom: 38px;
    border-bottom: 1px solid #f1f5f9;
    scroll-margin-top: 76px;
}

body.single-project .project-content-section:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

/* Section Titles */
body.single-project .project-section-title {
    position: relative;
    margin: 0 0 22px;
    padding-inline-start: 16px;
    color: #0b1f3a;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: -0.01em;
}

body.single-project .project-section-title::before {
    position: absolute;
    inset-inline-start: 0;
    top: 4px;
    bottom: 4px;
    width: 4px;
    border-radius: 4px;
    background: linear-gradient(180deg, #0284c7 0%, #0b1f3a 100%);
    content: "";
}

/* Typography & Rich Content Inside Article */
body.single-project .project-overview-section .content-box,
body.single-project .project-overview-section .post-content {
    margin: 0;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    color: #334155;
    background: transparent;
    box-shadow: none;
}

body.single-project .project-overview-section .content-box p,
body.single-project .project-overview-section .post-content p {
    margin: 0 0 18px;
    color: #334155;
    font-size: 15.5px;
    line-height: 2.15;
}

body.single-project .project-overview-section .content-box h2,
body.single-project .project-overview-section .content-box h3 {
    margin: 32px 0 16px;
    padding: 0;
    border: 0;
    color: #0b1f3a;
    background: transparent;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.7;
}

body.single-project .project-overview-section .content-box img {
    width: 100%;
    height: auto;
    max-height: 480px;
    margin: 24px 0;
    border-radius: 16px;
    object-fit: cover;
    box-shadow: 0 6px 20px rgba(11, 31, 58, 0.06);
}

body.single-project .project-overview-section .content-box ul,
body.single-project .project-overview-section .content-box ol {
    margin: 16px 0;
    padding-inline-start: 24px;
    color: #334155;
    line-height: 2;
}

body.single-project .project-overview-section .content-box a:not([class*="cta"]) {
    color: #0284c7;
    font-weight: 600;
    text-decoration: underline;
}

/* In-Paragraph Content Shortcode CTAs ([cta]) */
.content-box .box-cta,
.post-content .box-cta,
body.single-project .content-box .box-cta,
body.single-project .project-overview-section .content-box .box-cta {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    margin: 32px 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.content-box .box-cta a,
.post-content .box-cta a,
body.single-project .content-box .box-cta a,
body.single-project .project-overview-section .content-box .box-cta a,
.box-cta.page-cta a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    min-height: 48px !important;
    height: auto !important;
    line-height: 1.4 !important;
    padding: 12px 24px !important;
    border-radius: 12px !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    border: none !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    flex: 1 1 0 !important;
    white-space: nowrap !important;
}

.content-box .box-cta a i,
.post-content .box-cta a i,
body.single-project .content-box .box-cta a i,
body.single-project .project-overview-section .content-box .box-cta a i,
.box-cta.page-cta a i {
    color: #ffffff !important;
    font-size: 19px !important;
    margin: 0 !important;
}

/* WhatsApp CTA Button */
.content-box .box-cta a.cta-wts,
.post-content .box-cta a.cta-wts,
body.single-project .content-box .box-cta a.cta-wts,
body.single-project .project-overview-section .content-box .box-cta a.cta-wts,
.box-cta.page-cta a.cta-wts {
    background-color: #22c55e !important;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(34, 197, 94, 0.25) !important;
}

.content-box .box-cta a.cta-wts:hover,
.post-content .box-cta a.cta-wts:hover,
body.single-project .content-box .box-cta a.cta-wts:hover,
body.single-project .project-overview-section .content-box .box-cta a.cta-wts:hover,
.box-cta.page-cta a.cta-wts:hover {
    background-color: #16a34a !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(34, 197, 94, 0.35) !important;
}

/* Phone CTA Button */
.content-box .box-cta a.cta-phone,
.post-content .box-cta a.cta-phone,
body.single-project .content-box .box-cta a.cta-phone,
body.single-project .project-overview-section .content-box .box-cta a.cta-phone,
.box-cta.page-cta a.cta-phone {
    background-color: #0b1f3a !important;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(11, 31, 58, 0.2) !important;
}

.content-box .box-cta a.cta-phone:hover,
.post-content .box-cta a.cta-phone:hover,
body.single-project .content-box .box-cta a.cta-phone:hover,
body.single-project .project-overview-section .content-box .box-cta a.cta-phone:hover,
.box-cta.page-cta a.cta-phone:hover {
    background-color: #1e3a8a !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(11, 31, 58, 0.3) !important;
}

@media (max-width: 580px) {
    .content-box .box-cta,
    .post-content .box-cta {
        flex-direction: column !important;
        gap: 10px !important;
    }
    .content-box .box-cta a,
    .post-content .box-cta a {
        width: 100% !important;
    }
}

/* ==========================================================================
   Project Details & Specifications (Modern Specs Grid & Enhanced Table)
   ========================================================================== */
.project-specs-wrapper {
    width: 100%;
    margin-top: 14px;
}

.project-specs-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.project-spec-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 16px 18px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

.project-spec-card:hover {
    border-color: #2f6da5;
    background: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(11, 31, 58, 0.08);
}

.project-spec-card .spec-icon-box {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #f0f7ff 0%, #e0f2fe 100%);
    color: #2f6da5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    transition: all 0.25s ease;
}

.project-spec-card:hover .spec-icon-box {
    background: #2f6da5;
    color: #ffffff;
    transform: scale(1.05);
}

.project-spec-card .spec-text-content {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
    flex: 1;
}

.project-spec-card .spec-title {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    line-height: 1.3;
}

.project-spec-card .spec-val {
    font-size: 14.5px;
    font-weight: 700;
    color: #0b1f3a;
    line-height: 1.45;
    word-break: break-word;
}

/* Accent for price and developer cards */
.project-spec-card.spec-price .spec-val {
    color: #2f6da5;
    font-size: 15.5px;
    font-weight: 800;
}

.project-spec-card.spec-developer a {
    color: #2f6da5;
    text-decoration: none;
    font-weight: 700;
    transition: color 0.2s;
}

.project-spec-card.spec-developer a:hover {
    color: #071b31;
    text-decoration: underline;
}

/* Enhanced Traditional Table Fallback / Units Table */
body.single-project .project-info-table-wrap,
body.single-project .project-units-table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #ffffff;
    margin-top: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

body.single-project .project-info-table,
body.single-project .project-units-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

body.single-project .project-info-table tr,
body.single-project .project-units-table tr {
    transition: background 0.15s ease;
}

body.single-project .project-info-table tr:hover,
body.single-project .project-units-table tr:hover {
    background: #f8fafc;
}

body.single-project .project-info-table th,
body.single-project .project-info-table td,
body.single-project .project-units-table th,
body.single-project .project-units-table td {
    padding: 15px 20px;
    text-align: start;
    vertical-align: middle;
    border-bottom: 1px solid #edf2f7;
}

body.single-project .project-info-table tr:last-child th,
body.single-project .project-info-table tr:last-child td,
body.single-project .project-units-table tr:last-child th,
body.single-project .project-units-table tr:last-child td {
    border-bottom: 0;
}

body.single-project .project-info-table th {
    width: 32%;
    color: #475569;
    background: #f8fafc;
    font-size: 13.5px;
    font-weight: 700;
    border-inline-end: 1px solid #edf2f7;
}

body.single-project .project-info-table td,
body.single-project .project-info-table td a {
    color: #0b1f3a;
    font-size: 14.5px;
    font-weight: 700;
}

body.single-project .project-info-table td a {
    color: #2f6da5;
    text-decoration: none;
}

body.single-project .project-info-table td a:hover {
    text-decoration: underline;
}

@media (max-width: 680px) {
    .project-specs-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .project-spec-card {
        padding: 13px 15px;
        border-radius: 12px;
    }
    .project-spec-card .spec-icon-box {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 17px;
    }
    body.single-project .project-info-table th {
        width: 38%;
        padding: 12px 14px;
        font-size: 12.5px;
    }
    body.single-project .project-info-table td {
        padding: 12px 14px;
        font-size: 13.5px;
    }
}

/* Units Section */
body.single-project .available-units {
    padding: 38px 0;
}

body.single-project .project-units-table th,
body.single-project .project-units-table td {
    padding: 13px 16px;
    text-align: start;
    vertical-align: middle;
    border-bottom: 1px solid #f1f5f9;
}

body.single-project .project-units-table th {
    color: #64748b;
    background: #f8fafc;
    font-size: 12px;
    font-weight: 600;
}

body.single-project .project-units-table td {
    color: #1e293b;
    font-size: 13px;
}

body.single-project .project-unit-name,
body.single-project .project-unit-link {
    color: #0284c7;
    font-weight: 700;
}

/* ==========================================================================
   Facilities & Services (Amenity Badges)
   ========================================================================== */
body.single-project .project-facilities-list {
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    gap: 12px;
    list-style: none;
}

body.single-project .project-facilities-list li {
    padding: 13px 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    color: #1e293b;
    font-size: 13.5px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

body.single-project .project-facilities-list li:hover {
    background: #ffffff;
    border-color: #93c5fd;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(2, 132, 199, 0.08);
}

body.single-project .project-facilities-list li i {
    color: #0284c7;
    font-size: 15px;
    flex-shrink: 0;
}

body.single-project .project-facilities-list li::before {
    display: none;
}

/* Video Section */
body.single-project .project-video {
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #0b1f3a;
    box-shadow: 0 6px 20px rgba(11, 31, 58, 0.06);
}

body.single-project .project-video iframe {
    display: block;
    width: 100%;
    min-height: 400px;
    border: 0;
}

/* ==========================================================================
   Sidebar, Sticky Price Box & High-Converting CTA
   ========================================================================== */
body.single-project .project-sidebar {
    position: sticky;
    top: 74px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 10;
}

body.admin-bar.single-project .project-sidebar {
    top: 106px;
}

body.single-project .project-sidebar > *,
body.single-project .project-sidebar .sidebar-box,
body.single-project .project-sidebar .contact-form {
    overflow: visible;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(11, 31, 58, 0.04);
}

body.single-project .project-sidebar > * {
    margin: 0;
    border: 1px solid #e2e8f0;
}

/* Sidebar Price Box */
body.single-project .project-side-price {
    padding: 24px 26px;
    position: relative;
    overflow: hidden;
}

body.single-project .project-side-price::before {
    content: "";
    position: absolute;
    top: 0;
    inset-inline: 0;
    height: 4px;
    background: linear-gradient(90deg, #0284c7 0%, #0b1f3a 100%);
}

body.single-project .project-side-price-label {
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
}

body.single-project .project-side-price-value {
    margin-top: 4px;
    color: #0b1f3a;
    font-size: 1.85rem;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

body.single-project .project-side-price-unit {
    color: #0284c7;
    font-size: 13px;
    font-weight: 700;
    margin-top: 2px;
}

body.single-project .project-side-payment-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #f1f5f9;
}

body.single-project .project-side-payment-row > div {
    padding: 10px 12px;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

body.single-project .project-side-payment-row small {
    display: block;
    color: #64748b;
    font-size: 11px;
    font-weight: 600;
}

body.single-project .project-side-payment-row strong {
    display: block;
    margin-top: 2px;
    color: #0b1f3a;
    font-size: 13.5px;
    font-weight: 800;
}

/* Sidebar Contact Form */
body.single-project .project-sidebar .contact-form {
    padding: 24px 26px;
}

body.single-project .project-sidebar .page-headline {
    margin: 0 0 4px;
    padding: 0;
    color: #0b1f3a;
    font-size: 1.22rem;
    font-weight: 800;
    line-height: 1.5;
}

body.single-project .project-sidebar .page-headline::before,
body.single-project .project-sidebar .page-headline::after {
    display: none;
}

body.single-project .project-contact-intro {
    margin: 0 0 16px;
    color: #64748b;
    font-size: 12.5px;
    line-height: 1.6;
}

body.single-project .project-sidebar .registrationform {
    display: grid;
    gap: 11px;
}

body.single-project .project-form-field {
    display: grid;
    gap: 5px;
    margin: 0;
    color: #475569;
    font-size: 12px;
    font-weight: 600;
}

body.single-project .project-sidebar .registrationform input,
body.single-project .project-sidebar .registrationform textarea {
    width: 100%;
    margin: 0;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    outline: 0;
    color: #1e293b;
    background: #f8fafc;
    font-size: 13.5px;
    font-family: inherit;
    transition: all 0.2s ease;
}

body.single-project .project-sidebar .registrationform input {
    height: 46px;
    padding: 8px 14px;
}

body.single-project .project-sidebar .registrationform textarea {
    min-height: 85px;
    padding: 10px 14px;
    resize: vertical;
}

body.single-project .project-sidebar .registrationform input:focus,
body.single-project .project-sidebar .registrationform textarea:focus {
    border-color: #0284c7;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.12);
}

body.single-project .project-sidebar .registrationform .submit {
    min-height: 48px;
    border: 0;
    border-radius: 12px;
    color: #ffffff;
    background: #0b1f3a;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

body.single-project .project-sidebar .registrationform .submit:hover {
    background: #0284c7;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(2, 132, 199, 0.25);
}

/* High-Converting CTA Buttons */
body.single-project .project-sidebar .sidebar-box > .page-cta {
    display: grid;
    margin: 0;
    padding: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

body.single-project .project-sidebar .page-cta a {
    width: auto;
    min-height: 46px;
    height: auto;
    margin: 0;
    padding: 10px 14px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

body.single-project .project-sidebar .page-cta a.cta-wts {
    background: #25D366;
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.2);
}

body.single-project .project-sidebar .page-cta a.cta-wts:hover {
    background: #1ebc59;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.3);
}

body.single-project .project-sidebar .page-cta a.cta-phone {
    background: #0b1f3a;
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(11, 31, 58, 0.15);
}

body.single-project .project-sidebar .page-cta a.cta-phone:hover {
    background: #0284c7;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(2, 132, 199, 0.25);
}

/* FAQ and Author Boxes */
body.single-project .project-content-column > .faq,
body.single-project .project-content-column > .author-box {
    margin: 24px 0 0;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(11, 31, 58, 0.04);
    padding: 24px 28px;
}

/* Related Projects */
body.single-project .related-projects {
    margin-top: 48px;
    padding: 48px 0 60px;
    border-top: 1px solid #e2e8f0;
    background: #ffffff;
}

body.single-project .related-projects .headline-title {
    color: #0b1f3a;
    font-size: 1.55rem;
    font-weight: 800;
    margin-bottom: 24px;
}

body.single-project .related-projects .project-box {
    border-radius: 20px;
    box-shadow: 0 6px 22px rgba(11, 31, 58, 0.06);
}

/* Fullscreen Gallery Overlay */
body.single-project .overlay {
    background: rgba(2, 12, 24, 0.94);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

body.single-project .overlay .popup {
    border-radius: 16px;
}

/* ==========================================================================
   Responsive Adaptations for Single Project
   ========================================================================== */
@media (max-width: 991px) {
    body.single-project .project-gallery-grid {
        height: 380px;
        grid-template-columns: minmax(0, 1.8fr) minmax(200px, 0.8fr);
        gap: 10px;
    }

    body.single-project .project-gallery-feature {
        height: 380px;
    }

    body.single-project .project-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.single-project .project-summary-item:nth-child(2) {
        border-inline-end: 0;
    }

    body.single-project .project-summary-item:nth-child(1),
    body.single-project .project-summary-item:nth-child(2) {
        border-bottom: 1px solid #f1f5f9;
    }

    body.single-project .project-content-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    body.single-project .project-sidebar {
        position: static;
        display: grid;
        margin-top: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    body.single-project .project-sidebar > * {
        margin: 0;
    }

    body.single-project .project-sidebar .sidebar-box:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 782px) {
    body.admin-bar.single-project .project-anchor-nav {
        top: 46px;
    }
}

@media (max-width: 650px) {
    body.single-project .project-overview-head {
        padding: 20px 0 16px;
    }

    body.single-project header.project-overview-head {
        padding-top: 20px !important;
    }

    body.single-project .project-heading-row {
        flex-direction: column;
        gap: 10px;
    }

    body.single-project .project-main-title h1 {
        font-size: 21px;
        line-height: 1.42;
    }

    body.single-project .project-showcase {
        padding: 14px 0 18px;
    }

    body.single-project .project-gallery-grid {
        height: auto;
        grid-template-columns: 1fr;
    }

    body.single-project .project-gallery-feature {
        height: 260px;
        border-radius: 14px;
    }

    body.single-project .gallery-view-all-badge {
        bottom: 10px;
        inset-inline-end: 10px;
        padding: 6px 13px;
        font-size: 11.5px;
    }

    body.single-project .project-gallery-side {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: 94px;
        gap: 8px;
    }

    body.single-project .project-gallery-side.side-count-1 {
        grid-template-columns: 1fr;
        grid-template-rows: 94px;
    }

    body.single-project .project-gallery-thumb {
        border-radius: 10px;
    }

    body.single-project .project-summary-section {
        padding: 0 0 18px;
    }

    body.single-project .project-summary-grid {
        grid-template-columns: 1fr;
    }

    body.single-project .project-summary-item {
        border-inline-end: 0;
        border-bottom: 1px solid #f1f5f9;
        padding: 14px 16px;
    }

    body.single-project .project-summary-item:last-child {
        border-bottom: 0;
    }

    body.single-project .project-anchor-nav-inner {
        min-height: 48px;
        gap: 6px;
    }

    body.single-project .project-anchor-nav a {
        padding: 6px 14px;
        font-size: 12.5px;
    }

    body.single-project .project-page-main {
        padding: 24px 0 44px;
    }

    body.single-project .project-article-surface {
        padding: 22px 18px;
        border-radius: 18px;
    }

    body.single-project .project-content-section {
        padding-bottom: 26px;
        margin-bottom: 26px;
    }

    body.single-project .project-section-title {
        font-size: 1.18rem;
        margin-bottom: 16px;
    }

    body.single-project .project-overview-section .content-box p,
    body.single-project .project-overview-section .post-content p {
        font-size: 14.5px;
        line-height: 2.05;
    }

    body.single-project .project-overview-section .content-box img {
        max-height: 280px;
        border-radius: 12px;
        margin: 16px 0;
    }

    body.single-project .project-facilities-list {
        grid-template-columns: 1fr;
    }

    body.single-project .project-video iframe {
        min-height: 220px;
    }

    body.single-project .project-sidebar {
        grid-template-columns: 1fr;
    }

    body.single-project .project-sidebar .sidebar-box:last-child {
        grid-column: auto;
    }
}

/* Mobile & Tablet Responsiveness for Homepage Refresh */
@media (max-width: 767px) {
  .re-hero {
    min-height: 480px;
  }

  .re-hero .hero-container,
  .re-hero > .container {
    padding-top: 95px;
    padding-bottom: 30px;
  }

  .hero-h1-title,
  .re-hero .banner-title {
    font-size: clamp(1.75rem, 6.5vw, 2.3rem);
    margin-bottom: 20px;
    line-height: 1.3;
  }

  .re-hero .search-form {
    padding: 10px;
    border-radius: 16px;
  }

  .search-form .form-row {
    flex-direction: column;
    gap: 8px;
  }

  .search-form .input-group {
    width: 100%;
    flex: 1 1 100%;
    min-height: 46px;
  }

  .search-form .form-input,
  .search-form .search-select {
    height: 44px;
    line-height: 44px;
    font-size: 0.9rem;
  }

  .search-form .search-submit {
    width: 100%;
    min-height: 48px;
    margin-top: 2px;
  }

  .section-header-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 22px;
    padding-bottom: 16px;
  }

  .section-heading-title,
  .re-home .headline-title {
    font-size: 1.45rem;
  }

  .section-heading-desc,
  .re-home .headline {
    font-size: 0.9rem;
  }

  .project-card-media,
  .project-box .main-box-img,
  .project-card-v2 .main-box-img {
    height: 200px;
  }

  .project-data {
    padding: 16px;
  }

  .project-card-title,
  .project-box .main-box-title,
  .project-card-v2 .main-box-title {
    font-size: 1.02rem;
    min-height: auto;
    margin-bottom: 10px;
  }

  .featured-area-clean,
  .featured-area {
    padding: 48px 0 54px;
  }

  .cities-clean-header {
    margin-bottom: 24px;
  }

  .cities-clean-title {
    font-size: 1.55rem;
  }

  .cities-clean-subtitle {
    font-size: 0.9rem;
  }

  .area-box,
  .area-card-clean,
  .area-card-v3 {
    height: 270px;
    border-radius: 20px;
  }

  .area-card-clean .area-card-info,
  .area-card-content,
  .area-data {
    inset-inline-start: 10px;
    inset-inline-end: 10px;
    bottom: 16px;
  }

  .area-card-clean .area-card-name,
  .area-card-name,
  .area-data .main-box-title {
    font-size: 1.15rem;
  }

  .area-card-clean .area-card-count {
    font-size: 0.82rem;
  }

  .cities-slider-wrapper .city-slider-arrow,
  .cities-slider-wrapper .slick-prev,
  .cities-slider-wrapper .slick-next {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }
}
