@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);
}

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);
}

@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; }

/* 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;
}

.re-home .headline {
  max-width: 720px;
  margin-bottom: 30px;
  color: #65778a;
  font-size: 1rem;
  font-weight: 400;
}

.re-home .headline-title {
  margin-bottom: 8px;
  padding: 0;
  color: var(--re-ink);
  font-size: clamp(1.65rem, 3vw, 2.65rem);
  font-weight: 700;
  line-height: 1.35;
}

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

.re-home .headline-title::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-inline-start: 10px;
  border: 0;
  border-radius: 50%;
  background: var(--re-coral);
  position: static;
  transform: none;
  vertical-align: .18em;
}

/* Hero */
.re-hero {
  position: relative;
  min-height: 760px;
  padding-top: 0;
  background: var(--re-green);
  isolation: isolate;
}

.re-hero > .container-fluid,
.re-hero > .container-fluid > .row,
.re-hero > .container-fluid > .row > .col-md-12 {
  height: 100%;
  min-height: 760px;
}

.re-hero .banner-img {
  height: 760px;
  background: var(--re-green);
}

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

.re-hero .banner-cover {
  opacity: 1;
  background:
    linear-gradient(90deg, rgba(5, 24, 43, .32), rgba(5, 24, 43, .80)),
    linear-gradient(0deg, rgba(5, 24, 43, .76) 0%, transparent 55%);
}

[dir=ltr] .re-hero .banner-cover {
  background:
    linear-gradient(-90deg, rgba(5, 24, 43, .32), rgba(5, 24, 43, .80)),
    linear-gradient(0deg, rgba(5, 24, 43, .76) 0%, transparent 55%);
}

.re-hero::before,
.re-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.re-hero::before {
  width: 260px;
  height: 260px;
  left: -90px;
  top: 160px;
  border: 1px solid rgba(255, 255, 255, .20);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(255, 255, 255, .035), 0 0 0 90px rgba(255, 255, 255, .025);
}

.re-hero::after {
  inset-inline-end: 6%;
  bottom: 125px;
  width: 82px;
  height: 82px;
  border: 18px solid rgba(64, 137, 204, .82);
  border-radius: 28px;
  transform: rotate(12deg);
}

.re-hero .banner-data {
  z-index: 3;
  top: 178px;
  right: max(24px, calc((100vw - 1210px) / 2));
  left: auto;
  width: min(650px, calc(100% - 48px));
  align-items: flex-start;
  text-align: right;
  transform: none;
}

[dir=ltr] .re-hero .banner-data {
  right: auto;
  left: max(24px, calc((100vw - 1210px) / 2));
  text-align: left;
}

.banner-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 18px;
  padding: 6px 14px;
  border: 1px solid rgba(255, 255, 255, .30);
  border-radius: 50px;
  color: #fff;
  background: rgba(255, 255, 255, .10);
  backdrop-filter: blur(8px);
  font-size: .82rem;
  font-weight: 700;
}

.re-hero .banner-title {
  max-width: 650px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.2rem, 4.8vw, 4.5rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -.035em;
  text-shadow: none;
}

.banner-subtitle {
  max-width: 590px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .80);
  font-size: clamp(.96rem, 1.5vw, 1.13rem);
  font-weight: 400;
  line-height: 1.9;
}

.banner-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 20px;
  margin-top: 24px;
  color: #fff;
  font-size: .86rem;
  font-weight: 700;
}

.banner-trust span {
  display: inline-flex;
  align-items: center;
}

.banner-trust i {
  display: inline-grid;
  width: 22px;
  height: 22px;
  margin-inline-end: 6px;
  place-items: center;
  border-radius: 50%;
  color: var(--re-green);
  background: #fff;
  font-size: .65rem;
}

.re-hero > .container {
  position: absolute;
  z-index: 6;
  right: 50%;
  bottom: 32px;
  transform: translateX(50%);
}

[dir=ltr] .re-hero > .container {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}

.re-hero .banner-search {
  margin: 0;
  transform: none;
}

.re-hero .search-form {
  width: 100%;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 22px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 28px 70px rgba(5, 24, 43, .30);
  backdrop-filter: blur(16px);
}

.search-form .input-group {
  min-height: 52px;
  margin: 4px;
  padding: 0 14px;
  border: 1px solid var(--re-line);
  border-radius: 13px;
  background: #f3f6fa;
}

.search-form .input-group:focus-within,
.search-form .input-group:hover {
  border-color: rgba(11, 31, 58, .42);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(47, 109, 165, .10);
}

.search-form .input-group i {
  color: var(--re-coral);
}

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

.search-form .search-submit {
  min-width: 120px;
  height: 52px;
  margin: 4px;
  padding: 0 24px;
  border-radius: 13px;
  color: #fff;
  background: var(--re-coral);
  box-shadow: 0 10px 22px rgba(47, 109, 165, .24);
}

.search-form .search-submit:hover {
  background: var(--re-green);
  transform: translateY(-2px);
}

/* 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-box {
  height: calc(100% - 24px);
  margin: 12px 0;
  overflow: hidden;
  border: 1px solid var(--re-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(7, 29, 53, .09);
}

.project-box:hover {
  border-color: rgba(47, 109, 165, .48);
  box-shadow: 0 28px 55px rgba(7, 29, 53, .16);
  transform: translateY(-7px);
}

.project-box .main-box-img {
  height: 245px;
  margin: 8px;
  width: calc(100% - 16px);
  border-radius: 18px;
  background: var(--re-green-soft);
}

.project-box .main-box-img::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(5, 24, 43, .76), transparent 52%);
}

.project-box .main-box-img img {
  height: 100%;
  border-radius: inherit;
  transition: transform .7s cubic-bezier(.2, .75, .25, 1);
}

.project-box:hover .main-box-img img {
  transform: scale(1.06);
}

.project-location {
  z-index: 2;
  right: 14px;
  bottom: 14px;
  left: auto;
  min-height: 34px;
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, .30);
  border-radius: 50px;
  color: #fff;
  background: rgba(7, 31, 58, .74);
  backdrop-filter: blur(8px);
  font-size: .78rem;
  font-weight: 700;
  text-shadow: none;
}

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

.project-location:hover {
  color: #fff;
  background: var(--re-coral);
}

.project-data {
  min-height: 280px;
  padding: 14px 20px 18px;
}

.project-box .main-box-title {
  min-height: 54px;
  color: var(--re-ink);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.65;
}

.project-box-price {
  margin: 12px 0 4px;
  padding: 14px;
  border: 1px solid var(--re-line);
  border-radius: 16px;
  background: #f4f7fb;
  box-shadow: none;
}

.project-price-label {
  margin-bottom: 2px;
  color: #738397;
  font-size: .75rem;
}

.project-box-start-price {
  color: var(--re-green);
  font-size: 1.1rem;
}

.p-more-details {
  gap: 5px 12px;
  margin-top: 9px;
  padding-top: 9px;
  border-top: 1px solid var(--re-line);
}

.p-more-details span {
  margin: 0;
  color: #63758a;
  font-size: .76rem;
}

.p-more-details i {
  color: var(--re-coral);
}

.project-box .box-cta {
  gap: 7px;
  margin: auto 0 0;
  padding-top: 12px;
}

.project-box .box-cta a {
  height: 40px;
  margin: 0;
  border-color: var(--re-line);
  border-radius: 12px;
  color: var(--re-green);
  background: #fff;
  font-size: .78rem;
  line-height: 38px;
}

.project-box .box-cta a:hover {
  border-color: var(--re-green);
  color: #fff;
  background: var(--re-green);
}

.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 */
.featured-area {
  background: var(--re-green) !important;
  color: #fff;
}

.featured-area::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .11;
  background-image: linear-gradient(rgba(255,255,255,.30) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.30) 1px, transparent 1px);
  background-size: 58px 58px;
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 75%);
  mask-image: linear-gradient(90deg, #000, transparent 75%);
}

.featured-area .container {
  position: relative;
  z-index: 1;
}

.featured-area .headline,
.featured-area .headline-title {
  color: #fff;
}

.area-box {
  position: relative;
  height: 300px;
  margin: 10px 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 24px;
  background: #081c34;
}

.area-box .main-box-img {
  height: 100%;
  border-radius: 0;
}

.area-box .main-box-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 24, 43, .92), transparent 65%);
}

.area-box .main-box-img img {
  height: 100%;
  transition: transform .8s ease;
}

.area-box:hover .main-box-img img {
  transform: scale(1.07);
}

.area-data {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 15px;
  color: #fff;
  background: rgba(255, 255, 255, .12);
  box-shadow: none;
  backdrop-filter: blur(10px);
  transform: none;
}

.area-box:hover .area-data {
  color: #fff;
  background: var(--re-coral);
}

.area-box-cover {
  z-index: 3;
}

/* 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: 780px;
    height: 780px;
  }

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

  .re-hero .banner-data {
    top: 130px;
    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-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: 830px;
    height: 830px;
  }

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

  .re-hero .banner-data {
    top: 112px;
    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.85rem, 10vw, 2.8rem);
  }

  .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-box .main-box-img {
    height: 235px;
  }

  .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 .project-hero-summary {
    position: relative;
    overflow: hidden;
    padding: 34px 0 54px;
    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::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, 1.35fr) minmax(300px, 0.65fr);
    gap: 42px;
    align-items: end;
}

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

body.single-project .project-hero-summary .breadcrumbs {
    margin-bottom: 22px;
    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: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(34px, 4.4vw, 64px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -1.6px;
}

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

body.single-project .project-taxonomy-chips a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 14px;
    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: 24px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 26px;
    color: var(--re-text);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 60px rgba(0, 8, 22, 0.28);
}

body.single-project .project-investment-label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    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: 18px;
    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);
}

body.single-project .project-box-start-price strong {
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 900;
    line-height: 1;
}

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

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

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

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

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: 28px 0 40px;
    background: #f2f5f9;
}

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

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: 548px;
    border-radius: 30px;
    box-shadow: 0 24px 54px rgba(7, 26, 46, 0.15);
}

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: 12px;
    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: 19px;
}

body.single-project .project-gallery-more {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #fff;
    background: rgba(7, 26, 46, 0.62);
    font-size: 22px;
    font-weight: 900;
    backdrop-filter: blur(2px);
}

body.single-project .project-gallery-open {
    position: absolute;
    inset-inline-start: 22px;
    bottom: 22px;
    display: inline-flex;
    min-height: 46px;
    padding: 10px 17px;
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: 14px;
    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: 56px 0 72px;
    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,
body.single-project .project-content-column > .scheduleMeeting {
    margin-bottom: 22px;
    padding: 28px;
    border: 1px solid var(--re-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(7, 26, 46, 0.06);
}

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

body.single-project .page-headline {
    position: relative;
    margin: 0 0 22px;
    padding: 0 0 0 16px;
    color: var(--re-navy);
    font-size: clamp(21px, 2.3vw, 29px);
    font-weight: 900;
    line-height: 1.25;
}

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: 12px;
}

body.single-project .project-fact-card {
    display: grid;
    min-height: 92px;
    padding: 16px;
    border: 1px solid #e2e9f1;
    border-radius: 18px;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 13px;
    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: 42px;
    height: 42px;
    border-radius: 13px;
    place-items: center;
    color: var(--re-blue);
    background: #eaf2ff;
    font-size: 19px;
}

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: 15px;
    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: 24px;
    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: 22px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(7, 26, 46, 0.07);
}

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

body.single-project .related-projects {
    padding: 64px 0 76px;
    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: 28px;
    }

    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: 440px;
    }

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

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

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

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

    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: 24px 0 34px;
    }

    body.single-project .project-main-title h1 {
        font-size: 34px;
        letter-spacing: -0.7px;
    }

    body.single-project .project-investment-card {
        padding: 19px;
        border-radius: 21px;
    }

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

    body.single-project .project-gallery-feature {
        height: 315px;
        border-radius: 21px;
    }

    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,
    body.single-project .project-content-column > .scheduleMeeting {
        margin-bottom: 16px;
        padding: 20px 16px;
        border-radius: 19px;
    }

    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: 82px;
    }

    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;
    }
}
