@charset "UTF-8";
html {
  scroll-behavior: smooth;
  transition: opacity 0.25s ease, direction 0.25s ease;
}

body {
  background-color: #ffffff;
}
body * {
  font-family: Arial, Helvetica, sans-serif;
}
body {
  transition: opacity 0.25s ease;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.language-switching {
  opacity: 0;
}

.page-section {
  padding-top: 80px;
  padding-bottom: 50px;
  padding-right: 80px;
  padding-left: 80px;
}
@media (max-width: 575px) {
  .page-section {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 24px;
    padding-left: 24px;
  }
}

.section-title {
  font-weight: 700;
  font-style: Bold;
  padding-bottom: 4rem;
}
@media (max-width: 575px) {
  .section-title {
    font-size: 34px;
    margin-bottom: 2rem;
  }
}
.section-title .primary {
  color: #1c355e;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -1.2px;
}
.section-title .primary-sub-title {
  color: #1c355e;
  font-family: Cairo;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.section-title .title-line {
  width: 96px;
  height: 4px;
  opacity: 1;
  background: #1c355e;
}

.global-btn {
  background: #1c355e;
  border-radius: 0.625rem;
  padding: 0.75rem 2rem;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  -ms-border-radius: 0.625rem;
  -o-border-radius: 0.625rem;
}
.global-btn:hover {
  background: #0a1a33;
}
.global-btn:hover:before {
  width: 100%;
  left: 0;
  right: 0;
}
.global-btn.section-btn {
  width: 352px;
  margin: auto;
  display: flex;
}
@media (max-width: 575px) {
  .global-btn.section-btn {
    width: auto;
  }
}

.slogan-badge {
  background: transparent;
  border-radius: 26843500px;
  border: 0.8px solid rgba(255, 255, 255, 0.3019607843);
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px;
  display: flex;
  gap: 12px;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  margin-bottom: 0.5rem;
  -webkit-border-radius: 26843500px;
  -moz-border-radius: 26843500px;
  -ms-border-radius: 26843500px;
  -o-border-radius: 26843500px;
  font-family: Cairo;
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2.4px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.thank-you {
  padding: 170px 0px 50px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f9fafb;
}
.thank-you .thanks-card {
  max-width: 500px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 24px;
  margin: 50px;
  background: #ffffff;
  border: 0.8px solid #f3f4f6;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1019607843);
}
.thank-you .thanks-card .card_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f0fdf4;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.thank-you .thanks-card .card_title h5 {
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  color: #101828;
}
.thank-you .thanks-card .card_subtitle p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #4a5565;
}
.thank-you .thanks-card .card_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #1c355e;
  color: #ffffff;
  text-align: center;
  width: 100%;
  height: 56px;
}
.thank-you .thanks-card .card_btn a {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.thank-you .thanks-card .card_btn:hover {
  background: #162b4a;
}

/* Container wrapper for animation */
#app-wrapper {
  position: relative;
  overflow-x: hidden;
}

/* Slide animation states */
.slide-out-ltr {
  animation: slideOutLTR 0.35s forwards ease;
}

.slide-in-ltr {
  animation: slideInLTR 0.35s forwards ease;
}

.slide-out-rtl {
  animation: slideOutRTL 0.35s forwards ease;
}

.slide-in-rtl {
  animation: slideInRTL 0.35s forwards ease;
}

/* LTR Animations */
@keyframes slideOutLTR {
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes slideInLTR {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/* RTL Animations */
@keyframes slideOutRTL {
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes slideInRTL {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 80px;
  padding-left: 80px;
}
.navbar .nav-item {
  margin-inline: 1rem;
}
@media (max-width: 575px) {
  .navbar .nav-item {
    margin-inline: 0.5rem;
  }
}
.navbar a {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #1c355e;
}
.navbar .navbar-brand {
  overflow: hidden;
  width: 167px;
  height: auto;
  margin-inline-end: 3rem;
}
@media (max-width: 992px) {
  .navbar .navbar-brand {
    width: 70px;
    height: auto;
  }
}
@media (max-width: 575px) {
  .navbar .navbar-brand {
    width: 68px;
    height: 48px;
    padding: 0;
    border-radius: 0;
  }
}
.navbar .navbar-brand img {
  width: 100%;
  height: auto;
}
.navbar .nav-link {
  color: #6a7282;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}
.navbar .nav-link.active, .navbar .nav-link:hover {
  transition: 0.3s;
  color: #1c355e;
}
.navbar .nav-item .nav-link .active {
  color: #1c355e;
}
.navbar .join-now {
  background: linear-gradient(90deg, #e7000b 0%, #1c355e 100%);
  border-radius: 50px;
  padding: 0.5rem;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  color: #ffffff;
  border: solid 1px transparent;
  position: relative;
}
.navbar .join-now::before {
  content: " ";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border: inherit;
  border-radius: inherit;
  background-image: conic-gradient(from var(--angle), #381d6a 80%, #e0d1ff 88%, #e0d1ff 92%, #381d6a 100%);
  background-origin: border-box;
  -webkit-mask: linear-gradient(black, black) content-box, linear-gradient(black, black);
  mask: linear-gradient(black, black), linear-gradient(black, black);
  -webkit-mask-clip: content-box, border-box;
  mask-clip: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: spin 3s linear infinite;
}
.navbar .join-now:hover::before {
  animation-play-state: paused;
}
.navbar .join-now a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.navbar .join-now a span {
  color: #ffffff;
}
@media (max-width: 575px) {
  .navbar {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@supports not (background: paint(something)) {
  .media-object::before {
    background-image: conic-gradient(#381d6a 80%, #e0d1ff 88%, #e0d1ff 92%, #381d6a 100%);
  }
}
@property --angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}
@keyframes spin {
  to {
    --angle: -1turn;
  }
}
.navbar-lg {
  display: block;
}
@media (max-width: 991px) {
  .navbar-lg {
    display: none;
  }
}

.navbar-sm {
  display: none;
  align-items: center;
}
@media (max-width: 991px) {
  .navbar-sm {
    display: flex;
    gap: 24px;
  }
}
.navbar-sm .language-toggle {
  font-size: 14px;
  font-weight: 700;
  color: #1c355e;
  text-transform: uppercase;
}
.navbar-sm .dropdown-toggle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
}
.navbar-sm .dropdown-toggle::after {
  display: none;
}
.navbar-sm .dropdown-toggle .menu-icon {
  display: block;
}
.navbar-sm .dropdown-toggle .close-icon {
  display: none;
}
.navbar-sm .dropdown-toggle.show .menu-icon {
  display: none;
}
.navbar-sm .dropdown-toggle.show .close-icon {
  display: block;
}
.navbar-sm .dropdown-menu {
  width: 95%;
  border-radius: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
  background: #fff;
  box-shadow: 0 25px 50px -12px rgba(231, 0, 11, 0.6);
  padding: 18px 24px;
  transform: translate(-50%, 0);
  left: 50%;
}
@media (min-width: 575px) {
  .navbar-sm .dropdown-menu {
    width: 300px;
    transform: none;
    right: 5%;
    left: unset;
  }
}
.navbar-sm .dropdown-menu .nav-item {
  display: flex;
  justify-content: center;
}

.footer {
  background: #1c355e;
}
.footer .footer-container {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.footer .footer-container .row {
  display: flex;
  row-gap: 24px;
  flex-wrap: wrap;
}
.footer .footer-container .row .description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #bedbff;
}
.footer .footer-container .row h6 {
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.footer .footer-container .row .contacts-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.footer .footer-container .row .contacts-list .contact {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s;
  width: -moz-fit-content;
  width: fit-content;
}
.footer .footer-container .row .contacts-list .contact .contact-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 22.75px;
  color: #ffffff;
}
.footer .footer-container .row .contacts-list .contact .contact-text:hover {
  color: #bedbff;
}
.footer .footer-container .row .contacts-list .contact .prefix {
  background-color: #1c355e;
  height: 3px;
  border-radius: 1rem;
  width: 0;
  transition: all 0.3s;
}
.footer .footer-container .row .contacts-list .contact .text {
  color: #bedbff;
  font-size: 1rem;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 0.5s;
}
.footer .footer-container .row .contacts-list .contact:hover .text {
  color: #ffffff;
}
.footer .footer-container .row .contacts-list .contact:hover .prefix {
  width: 20px;
}
.footer .footer-container .row .contacts-list .contact .branch-name {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
}
.footer .footer-container .row .contacts-list .contact .branch-location {
  font-size: 14px;
  color: #99a1af;
  font-weight: 400;
  text-transform: capitalize;
}
.footer .footer-container .row .contacts-list .contact .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #ffffff;
}
.footer .footer-container .row .contact-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer .footer-container .row .contact-list .contact-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 22.75px;
  color: #bedbff;
}
.footer .footer-container .row .contact-list .contact-text:hover {
  color: #ffffff;
}
.footer .footer-container .row .phone,
.footer .footer-container .row .email {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1rem;
}
.footer .footer-container .row .icon-container {
  border-radius: 0.5rem;
  background-color: #1c355e;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  position: relative;
}
.footer .footer-container .row .icon-container:hover .glow-bg {
  opacity: 1;
}
.footer .footer-container .row .icon-container .glow-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  opacity: 0;
  box-shadow: 0px 0px 15px 4px #1c355e;
  background-color: #1c355e;
  transition: 1.3s;
}
.footer .footer-container .row .text {
  line-height: 1.3;
}
.footer .footer-container .row .text span {
  color: #6a7282;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
}
.footer .footer-container .row .text div {
  color: #99a1af;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
.footer .footer-container .row .opening-hours {
  padding: 1.5rem;
  border-radius: 14px;
  border: 1px solid #1c355e;
  background: linear-gradient(135deg, rgba(251, 44, 54, 0.1) 0%, rgba(231, 0, 11, 0.05) 100%);
}
.footer .footer-container .row .opening-hours .dot {
  background-color: #1c355e;
  opacity: 0.5;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.footer .footer-container .row .opening-hours .title {
  color: #1c355e;
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.footer .footer-container .row .opening-hours .title .small {
  font-size: 14px;
}
.footer .footer-container .row .opening-hours .text {
  color: #99a1af;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 1rem;
}
.footer .footer-container hr {
  border-top: solid 1px #f3f4f6;
  opacity: 1;
}
.footer .footer-container .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  border-top: 0.8px solid rgba(255, 255, 255, 0.1019607843);
}
@media (max-width: 575px) {
  .footer .footer-container .copyright {
    gap: 1rem;
    display: flex;
    justify-content: center;
  }
}
.footer .footer-container .copyright .text {
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
}
.footer .footer-container .copyright .links {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer .footer-container .copyright .links a {
  font-weight: 700;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(142, 197, 255, 0.6);
}
.footer .footer-container .copyright .links a:hover {
  color: #ffffff;
}
.footer .footer-container .footer-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.footer .footer-container .footer-title .line {
  width: 32px;
  height: 2px;
  background: #2b7fff;
}

.hero {
  position: relative;
  margin-top: 116px;
  height: calc(100vh - 116px);
  min-height: 600px;
  overflow: hidden;
  /* ===============================
     LAYER 1 — CAROUSEL IMAGES
  =============================== */
}
.hero .carousel {
  position: absolute;
  inset: 0;
  height: 100%;
}
.hero .carousel-inner,
.hero .carousel-item {
  height: 100%;
}
.hero .carousel-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.hero {
  /* ===============================
     LAYER 2 — DARK OVERLAY
  =============================== */
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
}
.hero {
  /* ===============================
     LAYER 3 — HERO CONTENT
  =============================== */
}
.hero .hero-overlay {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero .hero-content {
  max-width: 900px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 0 20px;
}
.hero {
  /* ===============================
     TITLE
  =============================== */
}
.hero h1 {
  font-size: clamp(36px, 6vw, 72px);
  line-height: 1.2;
  color: #fff;
}
.hero .subtitle {
  font-size: clamp(16px, 3vw, 20px);
  line-height: 32.5px;
  color: #e5e7eb;
}
.hero .sub-title {
  background: linear-gradient(90deg, #bedbff, #ffffff, #bedbff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero {
  /* ===============================
     STATS
  =============================== */
}
.hero .stats-container {
  display: flex;
  justify-content: center;
  gap: 60px;
}
@media (max-width: 575px) {
  .hero .stats-container {
    gap: 30px;
  }
}
.hero .stat {
  text-align: center;
}
.hero .number {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
}
.hero .stat p {
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}
.hero .separator {
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, 0.4);
}
.hero {
  /* ===============================
     LAYER 4 — CONTROLS
  =============================== */
}
.hero .carousel-control-prev,
.hero .carousel-control-next,
.hero .carousel-indicators {
  z-index: 4;
}
.hero {
  /* Arrows */
}
.hero .carousel-control-prev,
.hero .carousel-control-next {
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5019607843);
  border-top: 0.8px solid rgba(0, 0, 0, 0.1019607843);
}
.hero .carousel-control-prev {
  left: 70px;
}
.hero .carousel-control-next {
  right: 70px;
}
.hero .carousel-control-prev-icon,
.hero .carousel-control-next-icon {
  filter: invert(1);
}
.hero {
  /* Indicators */
}
.hero .carousel-indicators {
  bottom: 100px;
  gap: 10px;
}
.hero .carousel-indicators button {
  width: 40px;
  height: 4px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  opacity: 1;
}
.hero .carousel-indicators .active {
  background: #fff;
  width: 60px;
}

/* ===============================
   RESPONSIVE
=============================== */
@media (max-width: 768px) {
  .carousel-control-prev,
  .carousel-control-next {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 575px) {
  .hero {
    margin-top: 0;
  }
  .hero h1 {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
  }
  .hero h1 .sub-title {
    display: block;
  }
  .hero .carousel-indicators {
    bottom: 60px;
    gap: 12px;
  }
  .hero .carousel-control-prev {
    top: 90%;
  }
  .hero .carousel-control-next {
    top: 90%;
  }
}
.hero_project {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  /* ===============================
     LAYER 1 — CAROUSEL IMAGES
  =============================== */
}
.hero_project .carousel {
  position: absolute;
  inset: 0;
  height: 100%;
}
.hero_project .carousel-inner,
.hero_project .carousel-item {
  height: 100%;
}
.hero_project .carousel-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.hero_project {
  /* ===============================
     LAYER 2 — DARK OVERLAY
  =============================== */
}
.hero_project::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
}
.hero_project {
  /* ===============================
     LAYER 3 — HERO CONTENT
  =============================== */
}
.hero_project .hero-overlay {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero_project .hero-content {
  max-width: 700px;
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.hero_project {
  /* STATUS BADGE */
}
.hero_project .status-badge {
  width: 200px;
  height: 24px;
  display: inline-block;
  padding: 5px 12px;
  background: #1c355e;
  color: #fff;
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
  text-align: start;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.hero_project {
  /* ===============================
     TITLE
  =============================== */
  /* TITLE */
}
.hero_project h1 {
  font-weight: 700;
  font-size: 72px;
  line-height: 90px;
  color: #ffffff;
  text-align: start;
}
.hero_project {
  /* LOCATION */
}
.hero_project .hero-location {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero_project .hero-location img {
  width: 24px;
  height: 24px;
}
.hero_project .hero-location span {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #e5e7eb;
}
.hero_project .subtitle {
  font-size: clamp(16px, 3vw, 20px);
  line-height: 32.5px;
  color: #e5e7eb;
}
.hero_project .sub-title {
  background: linear-gradient(90deg, #bedbff, #ffffff, #bedbff);
  -webkit-text-fill-color: transparent;
}
.hero_project {
  /* ===============================
     STATS
  =============================== */
}
.hero_project .stats-container {
  display: flex;
  justify-content: center;
  gap: 60px;
}
@media (max-width: 575px) {
  .hero_project .stats-container {
    gap: 30px;
  }
}
.hero_project .stat {
  text-align: center;
}
.hero_project .number {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
}
.hero_project .stat p {
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}
.hero_project .separator {
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, 0.4);
}
.hero_project {
  /* ===============================
     LAYER 4 — CONTROLS
  =============================== */
}
.hero_project .carousel-control-prev,
.hero_project .carousel-control-next,
.hero_project .carousel-indicators {
  z-index: 4;
}
.hero_project {
  /* Arrows */
}
.hero_project .carousel-control-prev,
.hero_project .carousel-control-next {
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5019607843);
  border-top: 0.8px solid rgba(0, 0, 0, 0.1019607843);
}
.hero_project .carousel-control-prev {
  left: 70px;
}
.hero_project .carousel-control-next {
  right: 70px;
}
.hero_project .carousel-control-prev-icon,
.hero_project .carousel-control-next-icon {
  filter: invert(1);
}
.hero_project {
  /* Indicators */
}
.hero_project .carousel-indicators {
  bottom: 30px;
  gap: 10px;
}
.hero_project .carousel-indicators button {
  width: 40px;
  height: 4px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  opacity: 1;
}
.hero_project .carousel-indicators .active {
  background: #fff;
  width: 60px;
}

/* ===============================
   RESPONSIVE
=============================== */
@media (max-width: 768px) {
  .carousel-control-prev,
  .carousel-control-next {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 575px) {
  .hero_project {
    height: 80vh;
  }
  .hero-content {
    max-width: 100%;
    padding: 0 20px;
  }
  .hero_project h1 {
    font-size: 48px;
    line-height: 60px;
  }
  .hero-location {
    font-size: 14px;
  }
  .hero_project .carousel-indicators {
    bottom: 60px;
    gap: 12px;
  }
  .hero_project .carousel-control-prev {
    top: 90%;
  }
  .hero_project .carousel-control-next {
    top: 90%;
  }
}
.projects {
  position: relative;
}
.projects .blur-bg {
  opacity: 0.5764;
  background: rgba(251, 44, 54, 0.2);
  filter: blur(200px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.projects .splide__track {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 786px) {
  .projects .splide__track {
    width: 100%;
  }
}
.projects .splide__arrows {
  width: 100%;
}
.projects .splide__arrow {
  border-radius: 50%;
  border: 0.8px solid #e5e7eb;
  background: #ffffff;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
  width: 40px;
  height: 40px;
}
@media (max-width: 786px) {
  .projects .splide__arrow {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 575px) {
  .projects .splide__arrow {
    width: 32px;
    height: 32px;
  }
}
.projects .splide__arrow svg {
  fill: #1c355e;
  font-size: 16px;
}
.projects .splide__arrow--next {
  inset-inline-end: 0;
}
.projects .splide__arrow--prev {
  inset-inline-start: 0;
}
.projects .mobile-view {
  display: none;
}
.projects {
  /* Mobile Layout */
}
@media (max-width: 768px) {
  .projects .desktop-view {
    display: none;
  }
  .projects .mobile-view {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .projects .mobile-view .inner {
    border-bottom: 2px solid #1c355e;
    padding-bottom: 6px;
  }
}
.projects .view_all {
  display: flex;
  justify-content: end;
  align-items: center;
}
.projects .view_all .inner {
  height: 36px;
  border-bottom: 1.6px solid #1c355e;
  color: #1c355e;
  display: flex;
  align-items: center;
  font-family: Cairo;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-align: center;
  text-transform: uppercase;
  gap: 8px;
}
.projects .view_all .inner:hover {
  cursor: pointer;
  color: #1c355e;
}
.projects .mobile-view {
  display: none;
}
.projects {
  /* Mobile Layout */
}
@media (max-width: 768px) {
  .projects .view_all {
    display: none;
  }
  .projects .mobile-view {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .projects .mobile-view .inner {
    font-size: 14px;
    letter-spacing: 2px;
    border-bottom: 2px solid #1c355e;
    padding-bottom: 6px;
  }
}
.projects .project-card {
  margin: 2rem;
  border-radius: 16px;
  overflow: hidden;
  border: 0.8px solid #f3f4f6;
  position: relative;
}
@media screen and (max-width: 768px) {
  .projects .project-card {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
.projects .project-card .project-img {
  width: 100%;
  height: 145px;
  overflow: hidden;
}
.projects .project-card .project-img img {
  width: 100%;
  height: auto;
}
.projects .project-card .badge {
  position: absolute;
  top: 32px;
  right: -40px;
  width: 190px;
  text-align: center;
  padding: 6px 0;
  transform: rotate(45deg);
  z-index: 5;
  background: #fff;
  color: #1c355e;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.projects .project-card .project-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 1.5rem;
}
.projects .project-card .project-info .details {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.projects .project-card .project-info .details .details-luxury {
  width: -moz-fit-content;
  width: fit-content;
  height: 20px;
  opacity: 1;
  padding: 2px 10px;
  border-radius: 26843500px;
  background: rgba(28, 53, 94, 0.0509803922);
  border: 0.8px solid rgba(28, 53, 94, 0.1019607843);
  font-weight: 700;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.projects .project-card .project-info .details .name {
  font-family: Cairo;
  font-weight: 700;
  line-height: 25px;
  font-size: 1.25rem;
  color: #101828;
  text-transform: capitalize;
}
.projects .project-card .project-info .details .address-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.projects .project-card .project-info .details .address-info .address {
  color: #6a7282;
  font-weight: 400;
  font-style: Regular;
  font-size: 0.875rem;
  line-height: 20px;
}
.projects .project-card .project-info .project-details {
  border-top: 0.8px solid rgba(243, 244, 246, 0.8);
  border-bottom: 0.8px solid rgba(243, 244, 246, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 16px;
}
.projects .project-card .project-info .project-details .detail-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 62px;
  border-radius: 10px;
  background: rgba(249, 250, 251, 0.5019607843);
  gap: 6px;
}
.projects .project-card .project-info .project-details .detail-item .text {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  font-style: Medium;
  font-size: 10px;
  line-height: 15px;
  text-transform: uppercase;
  color: #6a7282;
}
.projects .project-card .project-info .project-details .detail-item .text .number {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #101828;
}
.projects .project-card .project-info .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.projects .project-card .project-info .actions .actions-details {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.projects .project-card .project-info .actions .actions-details .text {
  font-weight: 700;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #99a1af;
}
.projects .project-card .project-info .actions .actions-details .price {
  font-family: Cairo;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #1c355e;
}
.projects .project-card .project-info .actions .button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f9fafb;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
}
.projects .project-card .project-info .actions .button a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.projects .project-card:hover .project-info {
  background: #1c355e;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.projects .project-card:hover .project-info .details .details-luxury {
  color: #ffffff;
}
.projects .project-card:hover .project-info .details .name {
  color: #ffffff;
}
.projects .project-card:hover .project-info .details .address-info {
  color: #ffffff;
}
.projects .project-card:hover .project-info .details .address-info .address {
  color: #ffffff;
}
.projects .project-card:hover .project-details {
  border-top: 0.8px solid #ffffff;
  border-bottom: 0.8px solid #ffffff;
}
.projects .project-card:hover .project-details .detail-item {
  background: rgba(255, 255, 255, 0.0509803922);
}
.projects .project-card:hover .project-details .detail-item .text {
  color: #ffffff;
}
.projects .project-card:hover .project-details .detail-item .text .number {
  color: #ffffff;
}
.projects .project-card:hover .actions .actions-details .text {
  color: #ffffff;
}
.projects .project-card:hover .actions .actions-details .price {
  color: #ffffff;
}
.projects .project-card:hover .actions .button {
  background: #ffffff;
  color: #1c355e;
}

.form {
  background: #f9fafb;
}
.form .form-section {
  gap: 48px;
  padding-top: 68px;
  padding-right: 64px;
  padding-left: 64px;
  border-radius: 10px;
  border-top: 4px solid #1c355e;
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.2509803922);
}
.form .form-section .form-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}
.form .form-section .form-header span {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-align: center;
  text-transform: uppercase;
  color: #1c355e;
}
.form .form-section .form-header h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  color: #101828;
}
.form .form-section .form-header p {
  width: 510px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #6a7282;
}
@media (max-width: 575px) {
  .form .form-section .form-header p {
    width: 264px;
  }
}
.form .form-section .form-container label {
  color: #666c75;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.form .form-section .form-container input,
.form .form-section .form-container textarea {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  border-bottom: 1px solid #e5e7eb;
  padding: 12px 0;
  height: 48px;
}
.form .form-section .form-container input:focus,
.form .form-section .form-container textarea:focus {
  outline: none;
  border-bottom: 1px solid #1c355e;
  box-shadow: none;
}
.form .form-section .form-container input::-moz-placeholder, .form .form-section .form-container textarea::-moz-placeholder {
  color: #d1d5dc;
  font-weight: 500;
  font-size: 16px;
}
.form .form-section .form-container input::placeholder,
.form .form-section .form-container textarea::placeholder {
  color: #d1d5dc;
  font-weight: 500;
  font-size: 16px;
}
.form .form-section .form-container textarea {
  height: auto;
  min-height: 100px;
  resize: none;
}
.form .form-section .form-container .bottom-text {
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  color: #99a1af;
}
.form .form-section .form-container .submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  gap: 12px;
  background: #1c355e;
  color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.6px;
  text-align: center;
  text-transform: uppercase;
}
.form .form-section .form-container .submit-btn:hover {
  background: #3e6ab0;
}
.form .form-section .form-container .submit-btn:hover:before {
  width: 100%;
  left: 0;
  right: 0;
}

.social-container {
  display: flex;
  gap: 24px;
}
.social-container .social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  border: 0.8px solid rgba(255, 255, 255, 0.1019607843);
  backdrop-filter: blur(9px);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.social-container .social-item.facebook {
  box-shadow: 0 0 6.667px 0 rgba(40, 126, 255, 0.3215686275) inset, 6.667px 3.333px 13.333px 0 rgba(0, 0, 0, 0.08);
  background-image: url(/assets/img/icons/facebook-bg.svg);
}
.social-container .social-item.facebook:hover {
  border-color: rgba(40, 126, 255, 0.3215686275);
}
.social-container .social-item.instagram {
  box-shadow: 0 0 6.667px 0 rgba(190, 13, 252, 0.32) inset, 6.667px 3.333px 13.333px 0 rgba(0, 0, 0, 0.08);
  background-image: url(/assets/img/icons/instagram-bg.svg);
}
.social-container .social-item.instagram:hover {
  border-color: rgba(190, 13, 252, 0.32);
}
.social-container .social-item.linkedin {
  box-shadow: 0 0 6.667px 0 rgba(13, 137, 252, 0.32) inset, 6.667px 3.333px 13.333px 0 rgba(0, 0, 0, 0.08);
  background-image: url(/assets/img/icons/linkedin-bg.svg);
}
.social-container .social-item.linkedin:hover {
  border-color: rgba(13, 137, 252, 0.32);
}
.social-container .social-item.youtube {
  box-shadow: 0 0 6.667px 0 rgba(252, 13, 27, 0.32) inset, 6.667px 3.333px 13.333px 0 rgba(0, 0, 0, 0.08);
  background-image: url(/assets/img/icons/youtube-bg.svg);
}
.social-container .social-item.youtube:hover {
  border-color: rgba(252, 13, 27, 0.32);
}
.social-container .social-item.tiktok {
  box-shadow: 0 0 6.667px 0 rgba(8, 130, 141, 0.32) inset, 6.667px 3.333px 13.333px 0 rgba(0, 0, 0, 0.08);
  background-image: url(/assets/img/icons/tiktok-bg.svg);
}
.social-container .social-item.tiktok:hover {
  border-color: rgba(8, 130, 141, 0.32);
}

.recommended {
  position: relative;
}
.recommended .blur-bg {
  opacity: 0.5764;
  background: rgba(251, 44, 54, 0.2);
  filter: blur(200px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.recommended .splide__track {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 786px) {
  .recommended .splide__track {
    width: 100%;
  }
}
.recommended .splide__arrows {
  width: 100%;
}
.recommended .splide__arrow {
  border-radius: 50%;
  border: 0.8px solid #e5e7eb;
  background: #ffffff;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
  width: 40px;
  height: 40px;
}
@media (max-width: 786px) {
  .recommended .splide__arrow {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 575px) {
  .recommended .splide__arrow {
    width: 32px;
    height: 32px;
  }
}
.recommended .splide__arrow svg {
  fill: #1c355e;
  font-size: 16px;
}
.recommended .splide__arrow--next {
  inset-inline-end: 0;
}
.recommended .splide__arrow--prev {
  inset-inline-start: 0;
}
.recommended .project-card {
  margin: 2rem;
  border-radius: 16px;
  overflow: hidden;
  border: 0.8px solid #f3f4f6;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recommended .project-card {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
.recommended .project-card .project-img {
  width: 100%;
  height: 145px;
  overflow: hidden;
}
.recommended .project-card .project-img img {
  width: 100%;
  height: auto;
}
.recommended .project-card .badge {
  position: absolute;
  top: 32px;
  right: -40px;
  width: 190px;
  text-align: center;
  padding: 6px 0;
  transform: rotate(45deg);
  z-index: 5;
  background: #fff;
  color: #1c355e;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.recommended .project-card .project-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 1.5rem;
}
.recommended .project-card .project-info .details {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.recommended .project-card .project-info .details .details-luxury {
  width: -moz-fit-content;
  width: fit-content;
  height: 20px;
  opacity: 1;
  padding: 2px 10px;
  border-radius: 26843500px;
  background: rgba(28, 53, 94, 0.0509803922);
  border: 0.8px solid rgba(28, 53, 94, 0.1019607843);
  font-weight: 700;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.recommended .project-card .project-info .details .name {
  font-weight: 700;
  line-height: 25px;
  font-size: 1.25rem;
  color: #101828;
  text-transform: capitalize;
}
.recommended .project-card .project-info .details .address-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.recommended .project-card .project-info .details .address-info .address {
  color: #6a7282;
  font-weight: 400;
  font-style: Regular;
  font-size: 0.875rem;
  line-height: 20px;
}
.recommended .project-card .project-info .project-details {
  border-top: 0.8px solid rgba(243, 244, 246, 0.8);
  border-bottom: 0.8px solid rgba(243, 244, 246, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 16px;
}
.recommended .project-card .project-info .project-details .detail-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 62px;
  border-radius: 10px;
  background: rgba(249, 250, 251, 0.5019607843);
  gap: 6px;
}
.recommended .project-card .project-info .project-details .detail-item .text {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  font-style: Medium;
  font-size: 10px;
  line-height: 15px;
  text-transform: uppercase;
  color: #6a7282;
}
.recommended .project-card .project-info .project-details .detail-item .text .number {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #101828;
}
.recommended .project-card .project-info .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-top: 0.8px solid rgba(243, 244, 246, 0.8);
  padding-top: 10px;
}
.recommended .project-card .project-info .actions .actions-details {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.recommended .project-card .project-info .actions .actions-details .text {
  font-weight: 700;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #99a1af;
}
.recommended .project-card .project-info .actions .actions-details .price {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 28px;
  color: #1c355e;
}
.recommended .project-card .project-info .actions .button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f9fafb;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
}
.recommended .project-card .project-info .actions .button a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.recommended .project-card:hover .project-info {
  background: #1c355e;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.recommended .project-card:hover .project-info .details .details-luxury {
  color: #ffffff;
}
.recommended .project-card:hover .project-info .details .name {
  color: #ffffff;
}
.recommended .project-card:hover .project-info .details .address-info {
  color: #ffffff;
}
.recommended .project-card:hover .project-info .details .address-info .address {
  color: #ffffff;
}
.recommended .project-card:hover .project-details {
  border-top: 0.8px solid #ffffff;
  border-bottom: 0.8px solid #ffffff;
}
.recommended .project-card:hover .project-details .detail-item {
  background: rgba(255, 255, 255, 0.0509803922);
}
.recommended .project-card:hover .project-details .detail-item .text {
  color: #ffffff;
}
.recommended .project-card:hover .project-details .detail-item .text .number {
  color: #ffffff;
}
.recommended .project-card:hover .actions .actions-details .text {
  color: #ffffff;
}
.recommended .project-card:hover .actions .actions-details .price {
  color: #ffffff;
}
.recommended .project-card:hover .actions .button {
  background: #ffffff;
  color: #1c355e;
}

.project_overview {
  margin: 80px;
}
.project_overview .right_side {
  display: flex;
  justify-content: center;
}
.project_overview .right_side .request_card {
  width: 340px;
  height: -moz-fit-content;
  height: fit-content;
  gap: 10px;
  border-radius: 14px;
  padding: 32px;
  border: 0.8px solid #f3f4f6;
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1019607843);
}
.project_overview .right_side .request_card .card_details {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.project_overview .right_side .request_card .card_details .card_info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.project_overview .right_side .request_card .card_details .card_info span {
  font-weight: 700;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1c355e;
}
.project_overview .right_side .request_card .card_details .card_info h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #101828;
}
.project_overview .right_side .request_card .card_details .card_info p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22.75px;
  color: #6a7282;
}
.project_overview .right_side .request_card .card_details .card_form .row {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.project_overview .right_side .request_card .card_details .card_form .row label {
  color: #666c75;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.project_overview .right_side .request_card .card_details .card_form .row input {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  border-bottom: 1px solid #e5e7eb;
  padding: 12px 0;
  height: 48px;
}
.project_overview .right_side .request_card .card_details .card_form .row input:focus {
  outline: none;
  border-bottom: 1px solid #1c355e;
  box-shadow: none;
}
.project_overview .right_side .request_card .card_details .card_form .row input::-moz-placeholder {
  color: #d1d5dc;
  font-weight: 500;
  font-size: 16px;
}
.project_overview .right_side .request_card .card_details .card_form .row input::placeholder {
  color: #d1d5dc;
  font-weight: 500;
  font-size: 16px;
}
.project_overview .right_side .request_card .card_details .card_form .row .submit-btn {
  height: 48px;
  border-radius: 10px;
  background: #1c355e;
  color: #ffffff;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-align: center;
  text-transform: uppercase;
}
.project_overview .right_side .request_card .card_details .card_form .row .submit-btn:hover {
  background: #0d2750;
}
.project_overview .right_side .request_card .card_details .card_footer {
  padding-top: 24.8px;
  border-top: 0.8px solid #f9fafb;
}
.project_overview .right_side .request_card .card_details .card_footer p {
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  color: #99a1af;
}
.project_overview .right_side .request_card .card_details .card_footer p a {
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: #99a1af;
}
.project_overview .left_side {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.project_overview .left_side .overview {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.project_overview .left_side .overview h4 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #101828;
}
.project_overview .left_side .overview p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4a5565;
}
.project_overview .left_side .overview .overview_cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.project_overview .left_side .overview .overview_cards .overview_card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 8px;
  padding: 20px 16px;
  border-radius: 14px;
  background: #f9fafb;
  border: 0.8px solid #f3f4f6;
  transition: 0.3s ease;
}
.project_overview .left_side .overview .overview_cards .overview_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
.project_overview .left_side .overview .overview_cards .overview_card .card_subtitle span {
  font-weight: 700;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #99a1af;
}
.project_overview .left_side .overview .overview_cards .overview_card .card_title h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #1c355e;
}
@media screen and (max-width: 578px) {
  .project_overview .left_side .overview .overview_cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
.project_overview .left_side {
  /* ============================
     MASTERPLAN SECTION
  ============================ */
}
.project_overview .left_side .masterplan {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.project_overview .left_side .masterplan h4 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #101828;
}
.project_overview .left_side .masterplan .masterplan-wrapper {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  background: #ffffff;
  border: 0.8px solid #f3f4f6;
  padding: 8.8px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
}
.project_overview .left_side .masterplan .masterplan-wrapper .masterplan-image {
  width: 100%;
  display: block;
  border-radius: 10px;
  transition: transform 0.4s ease;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #f3f4f6;
}
.project_overview .left_side .masterplan .masterplan-wrapper:hover .masterplan-image {
  transform: scale(1.03);
}
.project_overview .left_side .masterplan .masterplan-wrapper .interactive-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.8980392157);
  cursor: pointer;
  transition: 0.3s ease;
  height: 42px;
  border-radius: 10px;
  border: 0.8px solid #f3f4f6;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
}
.project_overview .left_side .masterplan .masterplan-wrapper .interactive-btn span {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #101828;
}
.project_overview .left_side .masterplan .masterplan-wrapper .interactive-btn:hover {
  transform: translateY(-2px);
}
.project_overview .left_side .amenities {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.project_overview .left_side .amenities h4 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #101828;
}
.project_overview .left_side .amenities .amenities_cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 16px;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.project_overview .left_side .amenities .amenities_cards .amenities_card {
  position: relative;
  overflow: hidden;
  will-change: transform;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  padding: 24px;
  border-radius: 16px;
  background: #ffffff;
  border: 0.8px solid #f3f4f6;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
  cursor: pointer;
  transition: transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.55s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.55s cubic-bezier(0.2, 0.8, 0.2, 1), background-color 0.55s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.project_overview .left_side .amenities .amenities_cards .amenities_card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.22), transparent 55%);
  opacity: 0;
  transition: opacity 0.55s cubic-bezier(0.2, 0.8, 0.2, 1);
  pointer-events: none;
}
.project_overview .left_side .amenities .amenities_cards .amenities_card .card_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f9fafb;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 48px;
  height: 48px;
  will-change: transform;
  transition: transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1), background-color 0.55s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.project_overview .left_side .amenities .amenities_cards .amenities_card .card_title h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #1c355e;
  will-change: transform;
  transition: transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1), color 0.55s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.project_overview .left_side .amenities .amenities_cards .amenities_card:hover {
  background: #1c355e;
  border-color: rgba(255, 255, 255, 0.18);
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(16, 24, 40, 0.14);
}
.project_overview .left_side .amenities .amenities_cards .amenities_card:hover::after {
  opacity: 1;
}
.project_overview .left_side .amenities .amenities_cards .amenities_card:hover .card_icon {
  transform: rotate(10deg);
  background: #ffffff;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
}
.project_overview .left_side .amenities .amenities_cards .amenities_card:hover .card_title h5 {
  transform: translateX(12px);
  color: #ffffff;
  -webkit-transform: translateX(12px);
  -moz-transform: translateX(12px);
  -ms-transform: translateX(12px);
  -o-transform: translateX(12px);
}
.project_overview .left_side .amenities .amenities_cards .amenities_card:active {
  transform: translateY(-2px) scale(0.99);
}
@media screen and (max-width: 578px) {
  .project_overview .left_side .amenities .amenities_cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.project_overview .left_side .location {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.project_overview .left_side .location h4 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #101828;
}

@media (max-width: 992px) {
  .overview_cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .overview_cards {
    grid-template-columns: 1fr;
  }
  .project_overview {
    margin: 40px 20px;
  }
}
/* ============================
   FULLSCREEN MODAL
============================ */
.masterplan-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.masterplan-modal img {
  max-width: 95%;
  max-height: 95%;
  border-radius: 12px;
}
.masterplan-modal .close-modal {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 40px;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
}
.masterplan-modal.active {
  opacity: 1;
  visibility: visible;
}

.unit_overview {
  margin: 80px;
}
.unit_overview .right_side {
  display: flex;
  justify-content: center;
}
.unit_overview .right_side .request_card {
  width: 340px;
  height: -moz-fit-content;
  height: fit-content;
  gap: 10px;
  border-radius: 14px;
  padding: 32px;
  border: 0.8px solid #f3f4f6;
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1019607843);
}
.unit_overview .right_side .request_card .card_details {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.unit_overview .right_side .request_card .card_details .card_info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.unit_overview .right_side .request_card .card_details .card_info span {
  font-weight: 700;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1c355e;
}
.unit_overview .right_side .request_card .card_details .card_info h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #101828;
}
.unit_overview .right_side .request_card .card_details .card_info p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22.75px;
  color: #6a7282;
}
.unit_overview .right_side .request_card .card_details .card_form .row {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.unit_overview .right_side .request_card .card_details .card_form .row label {
  color: #666c75;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.unit_overview .right_side .request_card .card_details .card_form .row input {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  border-bottom: 1px solid #e5e7eb;
  padding: 12px 0;
  height: 48px;
}
.unit_overview .right_side .request_card .card_details .card_form .row input:focus {
  outline: none;
  border-bottom: 1px solid #1c355e;
  box-shadow: none;
}
.unit_overview .right_side .request_card .card_details .card_form .row input::-moz-placeholder {
  color: #d1d5dc;
  font-weight: 500;
  font-size: 16px;
}
.unit_overview .right_side .request_card .card_details .card_form .row input::placeholder {
  color: #d1d5dc;
  font-weight: 500;
  font-size: 16px;
}
.unit_overview .right_side .request_card .card_details .card_form .row .submit-btn {
  height: 48px;
  border-radius: 10px;
  background: #1c355e;
  color: #ffffff;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-align: center;
  text-transform: uppercase;
}
.unit_overview .right_side .request_card .card_details .card_form .row .submit-btn:hover {
  background: #0d2750;
}
.unit_overview .right_side .request_card .card_details .card_footer {
  padding-top: 24.8px;
  border-top: 0.8px solid #f9fafb;
}
.unit_overview .right_side .request_card .card_details .card_footer p {
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  color: #99a1af;
}
.unit_overview .right_side .request_card .card_details .card_footer p a {
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: #99a1af;
}
.unit_overview .left_side {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.unit_overview .left_side .overview {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.unit_overview .left_side .overview h4 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #101828;
}
.unit_overview .left_side .overview p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4a5565;
}
.unit_overview .left_side .overview .overview_cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
.unit_overview .left_side .overview .overview_cards .overview_card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 8px;
  padding: 20px 16px;
  border-radius: 14px;
  background: #f9fafb;
  border: 0.8px solid #f3f4f6;
  transition: 0.3s ease;
}
.unit_overview .left_side .overview .overview_cards .overview_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
.unit_overview .left_side .overview .overview_cards .overview_card .card_subtitle span {
  font-weight: 700;
  font-size: 16px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #99a1af;
}
.unit_overview .left_side .overview .overview_cards .overview_card .card_title h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #1c355e;
}
@media screen and (max-width: 578px) {
  .unit_overview .left_side .overview .overview_cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
.unit_overview .left_side {
  /* ============================
     MASTERPLAN SECTION
  ============================ */
}
.unit_overview .left_side .masterplan {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.unit_overview .left_side .masterplan h4 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #101828;
}
.unit_overview .left_side .masterplan .masterplan-wrapper {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  background: #ffffff;
  border: 0.8px solid #f3f4f6;
  padding: 8.8px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
}
.unit_overview .left_side .masterplan .masterplan-wrapper .masterplan-image {
  width: 100%;
  display: block;
  border-radius: 10px;
  transition: transform 0.4s ease;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #f3f4f6;
}
.unit_overview .left_side .masterplan .masterplan-wrapper:hover .masterplan-image {
  transform: scale(1.03);
}
.unit_overview .left_side .masterplan .masterplan-wrapper .interactive-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.8980392157);
  cursor: pointer;
  transition: 0.3s ease;
  height: 42px;
  border-radius: 10px;
  border: 0.8px solid #f3f4f6;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
}
.unit_overview .left_side .masterplan .masterplan-wrapper .interactive-btn span {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #101828;
}
.unit_overview .left_side .masterplan .masterplan-wrapper .interactive-btn:hover {
  transform: translateY(-2px);
}
.unit_overview .left_side .amenities {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.unit_overview .left_side .amenities h4 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #101828;
}
.unit_overview .left_side .amenities .amenities_cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 16px;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.unit_overview .left_side .amenities .amenities_cards .amenities_card {
  position: relative;
  overflow: hidden;
  will-change: transform;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  padding: 24px;
  border-radius: 16px;
  background: #ffffff;
  border: 0.8px solid #f3f4f6;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
  cursor: pointer;
  transition: transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.55s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.55s cubic-bezier(0.2, 0.8, 0.2, 1), background-color 0.55s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.unit_overview .left_side .amenities .amenities_cards .amenities_card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.22), transparent 55%);
  opacity: 0;
  transition: opacity 0.55s cubic-bezier(0.2, 0.8, 0.2, 1);
  pointer-events: none;
}
.unit_overview .left_side .amenities .amenities_cards .amenities_card .card_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f9fafb;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 48px;
  height: 48px;
  will-change: transform;
  transition: transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1), background-color 0.55s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.unit_overview .left_side .amenities .amenities_cards .amenities_card .card_title h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #1c355e;
  will-change: transform;
  transition: transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1), color 0.55s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.unit_overview .left_side .amenities .amenities_cards .amenities_card:hover {
  background: #1c355e;
  border-color: rgba(255, 255, 255, 0.18);
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(16, 24, 40, 0.14);
}
.unit_overview .left_side .amenities .amenities_cards .amenities_card:hover::after {
  opacity: 1;
}
.unit_overview .left_side .amenities .amenities_cards .amenities_card:hover .card_icon {
  transform: rotate(10deg);
  background: #ffffff;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
}
.unit_overview .left_side .amenities .amenities_cards .amenities_card:hover .card_title h5 {
  transform: translateX(12px);
  color: #ffffff;
  -webkit-transform: translateX(12px);
  -moz-transform: translateX(12px);
  -ms-transform: translateX(12px);
  -o-transform: translateX(12px);
}
.unit_overview .left_side .amenities .amenities_cards .amenities_card:active {
  transform: translateY(-2px) scale(0.99);
}
@media screen and (max-width: 578px) {
  .unit_overview .left_side .amenities .amenities_cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.unit_overview .left_side .location {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.unit_overview .left_side .location h4 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #101828;
}

@media (max-width: 992px) {
  .overview_cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .overview_cards {
    grid-template-columns: 1fr;
  }
  .project_overview {
    margin: 40px 20px;
  }
}
/* ============================
   FULLSCREEN MODAL
============================ */
.masterplan-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.masterplan-modal img {
  max-width: 95%;
  max-height: 95%;
  border-radius: 12px;
}
.masterplan-modal .close-modal {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 40px;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
}
.masterplan-modal.active {
  opacity: 1;
  visibility: visible;
}/*# sourceMappingURL=main.css.map */