* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
}

html {
  overflow-x: hidden;
}

body {
  position: relative;
  max-width: 100%;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  background: #050505;
  overflow-x: hidden;
}

body.mobile-nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
video,
iframe {
  max-width: 100%;
}

.page-pad {
  padding-left: clamp(30px, 3.4vw, 65px);
  padding-right: clamp(30px, 3.4vw, 65px);
}

.site-header {
    /* padding-top: 36px; */
    color: #fff;
    z-index: 20;
    background: transparent;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: center;
}
.inner-site-header {
  position: relative;
  color: #000;
  background: #fff;
  border-bottom: 1px solid #e6e8ec;
}

.inner-site-header .navbar {
  min-height: 82px;
}

.inner-site-header .navbar-brand img {
    width: 164px;
    height: auto;
    max-height: 108px;
    object-fit: contain;
}

.inner-site-header .nav-link,
.inner-site-header .nav-link:hover,
.inner-site-header .nav-link:focus,
.inner-site-header .nav-link.show {
  color: #000;
}

.inner-site-header .search-box {
  border-color: #000;
}

.inner-site-header .search-box input,
.inner-site-header .search-box button,
.inner-site-header .search-placeholder-slider span {
  color: #000;
}

.inner-site-header .get-started {
  color: #fff;
  background: #000;
  box-shadow: none;
}

.inner-site-header .get-started:hover {
  color: #fff;
  background: #151515;
}

.inner-site-header .nav-line {
  margin-top: 0;
}

.inner-site-header .nav-line::after {
  background: #e5e7eb;
}

.site-header .container-fluid {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  min-height: 74px;
  padding: 0;
}

.navbar-brand {
  position: relative;
  z-index: 2;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 0;
  margin: 0;
}
.navbar-brand img {
    display: block;
    width: 164px;
    min-width: 164px;
    height: auto;
    max-height: 108px;
    object-fit: contain;
}

.navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 6px;
}

.navbar-nav {
  gap: 26px;
}

.nav-link {
  color: #fff;
  padding: 10px 0 !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.show {
  color: #fff;
}

.nav-link i {
  margin-right: 7px;
  font-size: 14px;
}

.dropdown-toggle::after {
  margin-left: 5px;
  vertical-align: 0.12em;
}

.nav-line {
  
  height: 1px;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
}

.nav-line::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.72);
}

.site-location-modal {
  position: fixed;
  inset: 0;
  z-index: 4000;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 80px 18px 28px;
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(10px);
}

.site-location-modal.active {
  display: flex;
}

.mobile-nav-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1190;
  display: none;
  background: rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(5px);
}

.mobile-nav-backdrop.active {
  display: block;
}

.mobile-nav-close {
  display: none;
}

.site-location-dialog {
  width: min(552px, 100%);
  max-height: min(78vh, 735px);
  overflow-y: auto;
  padding: 24px;
  color: #001126;
  background: #fff;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
}

.site-location-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 26px;
}

.site-location-head h2 {
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: 800;
}

.site-location-head button {
  border: 0;
  color: #000;
  background: transparent;
  font-size: 12px;
  font-weight: 500;
}

.site-location-dialog label,
.site-location-dialog h3 {
  display: block;
  margin: 0 0 10px;
  color: #001126;
  font-size: 15px;
  font-weight: 700;
}

.site-location-dialog h3 {
  margin-top: 28px;
  font-size: 17px;
  font-weight: 800;
}

.site-location-country,
.site-location-search {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 39px;
  border: 1px solid #cfd7e6;
  color: #000;
  background: #fff;
}

.site-location-country {
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 0 16px;
  font-size: 15px;
}

.site-location-country i {
  color: #9aa5b5;
  font-size: 19px;
}

.site-location-search {
  gap: 12px;
  padding: 0 14px;
}

.site-location-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  color: #001126;
  background: transparent;
  font-size: 16px;
}

.site-location-search i {
  color: #8d99ab;
}

.site-location-current {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  border: 0;
  color: #000;
  background: transparent;
  font-size: 15px;
  font-weight: 800;
}

.site-location-current i {
  color: #082572;
  font-size: 20px;
}

.site-location-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.site-location-chips button {
  min-height: 40px;
  padding: 0 11px;
  border: 0;
  color: #082572;
  background: #e8eefc;
  font-size: 13px;
  font-weight: 600;
}

.site-location-chips button:hover,
.site-location-list button:hover {
  color: #fff;
  background: #082572;
}

.site-location-letters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.site-location-letters button {
  border: 0;
  color: #30445f;
  background: transparent;
  font-size: 14px;
}

.site-location-letters button.active {
  color: #0f63ff;
  font-weight: 800;
}

.site-location-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 44px;
}

.site-location-list button {
  padding: 0;
  overflow: hidden;
  border: 0;
  color: #4a4f5c;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: transparent;
  font-size: 13px;
}

.search-box {
  position: relative;
  display: flex;
  align-items: center;
  width: min(474px, 32vw);
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 13px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .site-header .navbar-collapse {
    justify-content: center;
    gap: 24px;
  }

  .site-header .navbar-nav {
    margin-left: 30px !important;
  }

  .site-header .search-box {
    margin-left: 0 !important;
  }
}

.search-box input {
  position: relative;
  z-index: 2;
  flex: 1;
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 0 16px 0 24px;
  color: #fff;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 14px;
  font-weight: 500;
}

.search-placeholder-slider {
  position: absolute;
  left: 24px;
  right: 52px;
  top: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.search-placeholder-slider span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.42s ease, transform 0.42s ease;
}

.search-placeholder-slider span.active {
  opacity: 1;
  transform: translateY(0);
}

.search-placeholder-slider span.leaving {
  opacity: 0;
  transform: translateY(-18px);
}

.search-box.is-typing .search-placeholder-slider {
  opacity: 0;
}

.search-box button {
  position: relative;
  z-index: 3;
  width: 48px;
  height: 100%;
  color: #fff;
  background: transparent;
  border: 0;
  font-size: 18px;
}

.get-started {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  height: 48px;
  padding: 0 24px;
  color: #111;
  background: #fff;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.4);
}

.get-started:hover {
  color: #111;
  background: #f3f3f3;
}

.mega-menu,
.mini-menu {
  margin-top: 0;
  padding: 0;
  color: #fff;
  background: #020202;
  border: 0;
  border-radius: 0;
  box-shadow: 0 24px 42px rgba(0, 0, 0, 0.28);
  z-index: 1200;
}

.hover-dropdown {
  position: relative;
}

.hover-dropdown::after {
  content: "";
  position: absolute;
  left: -18px;
  right: -18px;
  top: 100%;
  display: none;
  height: 18px;
}

.hover-dropdown:hover::after,
.hover-dropdown:focus-within::after {
  display: block;
}

.services-menu {
  left: 50%;
  top: calc(100% + 14px);
  width: min(1100px, calc(100vw - 164px));
  transform: translateX(-50%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mini-menu {
  top: calc(100% + 14px);
  left: 0;
  width: 360px;
}

.mega-col {
  min-height: 194px;
  border-right: 6px solid rgba(130, 142, 155, 0.75);
}

.mega-col:last-child {
  border-right: 0;
}

.mega-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  min-height: 84px;
  padding: 24px 24px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  transition: background 0.2s ease;
}

.mega-item:last-child {
  border-bottom: 0;
}

.mega-item:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.mega-item strong {
  display: block;
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 600;
}

.mega-item small {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.01em;
}

.mega-item i {
  margin-top: 2px;
  font-size: 15px;
}

.hero-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background: #090909;
}

.hero-video,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-video {
  object-fit: cover;
  z-index: 1;
}

.hero-shade {
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.8) 100%);
}

.hero-content {
  position: relative;
  z-index: 3;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding-top: 150px;
  padding-bottom: 130px;
}

.hero-inner {
  width: min(620px, 100%);
}

.property-hero-search {
  width: min(1180px, 100%);
  margin: 0 auto;
  text-align: center;
}

.property-hero-search h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
  text-shadow: 0 3px 9px rgba(0, 0, 0, 0.45);
}

.property-hero-search h1 i {
  color: #f7c86a;
  font-size: 0.95em;
  line-height: 1;
}

.property-hero-search p {
  margin: 0 auto 48px;
  color: #fff;
  font-size: clamp(18px, 1.55vw, 26px);
  font-weight: 600;
  line-height: 1.35;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.42);
}

.home-search-panel {
  width: min(920px, 100%);
  margin: 0 auto;
  padding: 0;
  color: #151515;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.home-search-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid #e5e7eb;
}

.home-search-tabs button {
  position: relative;
  height: 68px;
  color: #111;
  background: #fff;
  border: 0;
  font-size: 20px;
  font-weight: 800;
}

.home-search-tabs button.active::after {
  content: "";
  position: absolute;
  left: 24%;
  right: 24%;
  bottom: 0;
  height: 4px;
  background: #000;
  border-radius: 999px 999px 0 0;
}

.home-search-grid {
  display: grid;
  grid-template-columns: minmax(170px, 0.95fr) minmax(190px, 1fr) minmax(150px, 0.9fr) auto;
  gap: 12px;
  align-items: center;
  padding: 20px;
}

.home-search-grid label {
  min-width: 0;
  margin: 0;
}

.home-search-grid select {
  width: 100%;
  height: 52px;
  padding: 0 52px 0 18px;
  color: #17202a;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%2317202a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m4 6 4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 14px 14px;
  border: 1px solid #d8dde3;
  border-radius: 7px;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  font-size: 17px;
  font-weight: 500;
}

.home-search-grid select:focus {
  border-color: #396d80;
  box-shadow: 0 0 0 3px rgba(57, 109, 128, 0.16);
}

.home-search-grid button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  height: 52px;
  min-width: 172px;
  padding: 0 22px;
  color: #fff;
  background: #000;
  border: 0;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
}

.home-search-grid button[type="submit"]:hover,
.home-search-grid button[type="submit"]:focus {
  background: #2f5d6e;
}

.hero-search-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 104px;
  z-index: 5;
}

.store-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 26px;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: auto;
  max-width: 100%;
  height: 54px;
  padding: 6px 10px;
  color: #fff;
  background: #030303;
  border-radius: 8px;
}

.store-badge:hover {
  color: #fff;
}

.store-badge i {
  font-size: 31px;
  line-height: 1;
}

.store-badge span {
  display: block;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.15;
  text-transform: uppercase;
}

.store-badge strong {
  display: block;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
}

.hero-stat-slider {
  position: relative;
  width: min(330px, 100%);
  height: 40px;
  margin: 0 0 31px;
  overflow: hidden;
}

.hero-stat {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  opacity: 0;
  transform: translateY(-16px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.hero-stat.active {
  opacity: 1;
  transform: translateY(0);
}

.hero-stat.leaving {
  opacity: 0;
  transform: translateY(16px);
}

.hero-stat i {
  font-size: 18px;
  line-height: 1;
}

.hero-stat strong {
  margin-right: 4px;
  font-weight: 700;
}

.hero-section h1 {
  margin: 0 0 25px;
  color: #fff;
  font-size: clamp(52px, 2.4vw, 68px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-section .property-hero-search h1 {
  margin-bottom: 18px;
  font-size: clamp(44px, 4.1vw, 72px);
  line-height: 1.05;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.hero-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 146px;
    height: 55px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
}

.hero-primary {
  color: #111;
  background: #fff;
  border: 1px solid #fff;
}

.hero-primary:hover {
  color: #111;
  background: #f1f1f1;
}

.hero-primary i {
  margin-right: 8px;
  font-size: 19px;
}

.hero-secondary {
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.92);
}

.hero-secondary:hover {
  color: #111;
  background: #fff;
}

.brand-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  height: 83px;
}

.brand-strip::before {
  content: "";
  display: block;
  height: 1px;
  background: rgba(255, 255, 255, 0.54);
  width:93%;
  margin: 0 auto;
}

.brand-scroll {
  width: 100%;
  height: 82px;
  overflow: hidden;
}

.brand-track {
  display: flex;
  align-items: center;
  width: max-content;
  height: 82px;
  gap: 68px;
}

.animate-scroll {
  animation: 20s linear infinite scroll;
}

.brand-strip img {
    width: auto;
    flex: 0 0 auto;
    max-width: 168px;
    height: 29px;
    object-fit: contain;
    opacity: 0.9;
    filter: grayscale(1) brightness(0) invert(1);
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.featured-section {
  width: 100%;
  padding: 72px 0 86px;
  color: #000;
  background: #fff;
}

.featured-section h2 {
  margin: 0 0 54px;
  color: #000;
  text-align: center;
  font-size: clamp(22px, 2.1vw, 33px);
  font-weight: 600;
  letter-spacing: 0.08em;
}

.featured-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 28px clamp(26px, 4vw, 58px);
}

.featured-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
}

.featured-logo img {
  width: auto;
  max-width: 200px;
  max-height: 54px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.featured-logo img:hover {
  transform: scale(1.05);
}

.stats-section {
  width: 100%;
  padding: 48px 0 58px;
  color: #fff;
  background: #000;
}

.stats-section .container {
  max-width: 1200px;
}

.stat-item {
  cursor: default;
}

.stat-item h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 2.5vw, 30px);
  font-weight: 600;
  line-height: 1.15;
}

.stat-item p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(15px, 1.4vw, 20px);
  font-weight: 500;
}

.vr-schedule-section {
  padding: 48px 0 66px;
  color: #000;
  background: #fff;
}

.vr-schedule-section .container {
  max-width: 920px;
}

.vr-schedule-head {
  margin-bottom: 40px;
  text-align: center;
}

.vr-schedule-head h2 {
  margin: 0 0 5px;
  color: #000;
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 600;
}

.vr-schedule-head p {
  margin: 0;
  color: #6b7280;
  font-size: 16px;
}

.project-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 36px;
}

.project-nav {
  flex: 0 0 auto;
  color: #000;
  background: transparent;
  border: 0;
  font-size: 28px;
  line-height: 1;
}

.project-nav:disabled {
  opacity: 0.35;
}

.project-card-wrap {
  position: relative;
  width: min(700px, 100%);
  min-height: 96px;
}

.project-card {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: 100%;
  min-height: 96px;
  padding: 20px 28px;
  background: #fff;
  border: 1px solid #dde1e6;
}

.project-card.active {
  display: flex;
}

.project-info {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.project-info img {
  width: 80px;
  height: 60px;
  flex: 0 0 80px;
  object-fit: cover;
  border-radius: 4px;
}

.project-info h3 {
  margin: 0 0 5px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.project-info p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0;
  color: #596579;
  font-size: 13px;
  line-height: 1.4;
}

.headset-icon {
  display: grid;
  width: 70px;
  height: 60px;
  flex: 0 0 70px;
  color: #6b7b90;
  place-items: center;
  font-size: 42px;
  filter: drop-shadow(0 10px 9px rgba(25, 45, 70, 0.28));
}

.meeting-date h3,
.time-slots h3 {
  margin: 0 0 24px;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.date-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.month-label {
  display: inline-block;
  margin-right: 8px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  transform: rotate(-90deg);
}

.date-box {
  display: grid;
  min-width: 58px;
  min-height: 67px;
  padding: 7px 8px;
  color: #000;
  background: #fff;
  border: 1px solid #cfd6df;
  text-align: center;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.date-box:hover,
.date-box.active {
  color: #fff;
  background: #000;
  border-color: #000;
}

.date-box small {
  font-size: 11px;
}

.date-box strong {
  font-size: 18px;
  line-height: 1;
}

.schedule-divider {
  height: 1px;
  max-width: 800px;
  margin: 32px auto;
  background-image: repeating-linear-gradient(to right, #d1d5db 0, #d1d5db 8px, transparent 8px, transparent 16px);
}

.slot-tabs {
  display: flex;
  justify-content: center;
  gap: clamp(38px, 7vw, 78px);
  margin-bottom: 28px;
}

.slot-tabs button {
  padding: 0 0 12px;
  color: #000;
  background: transparent;
  border: 0;
  border-bottom: 1px solid transparent;
  font-size: 16px;
}

.slot-tabs button.active {
  border-color: #000;
}

.slot-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 800px;
  margin: 0 auto;
}

.slot-grid button {
  min-height: 36px;
  color: #000;
  background: #fff;
  border: 1px solid #cfd6df;
  font-size: 14px;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.slot-grid button:hover,
.slot-grid button.active {
  color: #fff;
  background: #000;
  border-color: #000;
}

.slot-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}

.slot-footer h4 {
  margin: 0 0 2px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.slot-footer p {
  margin: 0;
  color: #596579;
  font-size: 14px;
}

.book-free-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 156px;
  min-height: 44px;
  color: #fff;
  background: #000;
  font-size: 14px;
  font-weight: 700;
}

.book-free-btn.is-disabled {
  background: #9ca3af;
  cursor: not-allowed;
  pointer-events: none;
}

.book-free-btn:hover {
  color: #fff;
}

.browse-section {
  padding: 42px 0 76px;
  color: #000;
  background: #fff;
}

.browse-container {
  max-width: 1220px;
}

.listing-type-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 34px;
}

.listing-type {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 5px 12px;
  color: #8b95a7;
  background: #fff;
  border: 1px solid #cfd6df;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.listing-type img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.listing-type.active {
  color: #000;
  border-color: #4a4aaa;
  box-shadow: 0 0 0 1px rgba(74, 74, 170, 0.15);
}

.browse-title {
  text-align: center;
}

.browse-title h2 {
  margin: 0;
  color: #000;
  font-size: clamp(28px, 2.6vw, 36px);
  font-weight: 700;
}

.browse-title p {
  margin: 4px 0 0;
  color: #898989;
  font-size: 14px;
  font-weight: 600;
}

.property-mode-tabs {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 24px;
}

.property-mode-tabs button {
  min-width: 180px;
  min-height: 40px;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  border-radius: 9px;
  font-size: 14px;
  transition: color 0.2s ease, background 0.2s ease;
}

.property-mode-tabs button.active {
  color: #fff;
  background: #000;
}

.category-slider-wrap {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 12px;
  margin-top: 36px;
}

.category-slider-wrap.no-scroll {
  grid-template-columns: 1fr;
}

.category-slider-wrap.no-scroll .category-arrow {
  display: none;
}

.category-slider {
  display: flex;
  gap: clamp(34px, 5vw, 72px);
  align-items: flex-end;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 0 4px 14px;
}

.category-slider-wrap.no-scroll .category-slider {
  justify-content: center;
  overflow: visible;
}

.category-slider::-webkit-scrollbar {
  display: none;
}

.category-arrow {
  display: grid;
  width: 28px;
  height: 28px;
  color: #000;
  background: #fff;
  border: 1px solid #bfc5cf;
  border-radius: 50%;
  place-items: center;
  font-size: 14px;
}

.category-item {
  position: relative;
  flex: 0 0 96px;
  display: grid;
  justify-items: center;
  gap: 8px;
  padding-bottom: 12px;
  color: #000;
  background: transparent;
  border: 0;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.category-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  height: 1px;
  background: transparent;
}

.category-item.active::after {
  background: #000;
}

.category-item img {
  width: 76px;
  height: 76px;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.category-item:hover img {
  transform: scale(1.05);
}

.browse-rule {
  height: 1px;
  margin-top: 0;
  background: #dde1e6;
}

.browse-grid {
  padding-top: 46px;
}

.browse-section.is-resale .category-slider-wrap,
.browse-section.is-resale .browse-rule {
  display: none;
}

.browse-section.is-resale .browse-grid {
  display: block;
  padding-top: 56px;
}

.browse-card {
  height: 100%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

.property-gallery {
  position: relative;
  height: 256px;
  overflow: hidden;
  background: #eee;
}

.property-gallery img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.property-gallery img.active {
  opacity: 1;
}

.property-badges {
  position: absolute;
  top: 14px;
  right: 14px;
  display: flex;
  gap: 8px;
  z-index: 2;
}

.property-badges span {
  padding: 5px 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.36);
  font-size: 11px;
  font-weight: 700;
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  width: 34px;
  height: 42px;
  color: #fff;
  background: rgba(0, 0, 0, 0.32);
  border: 0;
  place-items: center;
  transform: translateY(-50%);
}

.gallery-arrow.prev {
  left: 10px;
}

.gallery-arrow.next {
  right: 10px;
}

.gallery-dots {
  position: absolute;
  left: 50%;
  bottom: 11px;
  z-index: 3;
  display: flex;
  gap: 5px;
  transform: translateX(-50%);
}

.gallery-dots button {
  width: 7px;
  height: 5px;
  padding: 0;
  background: rgba(255, 255, 255, 0.72);
  border: 0;
  border-radius: 999px;
}

.gallery-dots button.active {
  width: 24px;
  background: #fff;
}

.browse-card-body {
  padding: 22px 24px 24px;
}

.browse-card-body h3 {
  margin: 0 0 9px;
  color: #1f2937;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.browse-location {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 40px;
  overflow: hidden;
  margin: 0 0 22px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  line-height: 1.35;
}

.browse-status {
  margin: 0;
  padding: 16px 0 12px;
  color: #000;
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
  text-transform: capitalize;
}

.browse-price {
  margin: 18px 0 0;
  color: #000;
  font-size: 15px;
}

.browse-price strong {
  font-weight: 800;
}

.browse-view-all {
  display: flex;
  justify-content: center;
  margin-top: 44px;
}

.browse-view-all a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  min-height: 54px;
  color: #000;
  border: 1px solid #000;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 700;
}

.browse-view-all a:hover {
  color: #fff;
  background: #000;
}

.resale-block {
  margin-bottom: 62px;
}

.resale-block-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
}

.resale-block-head h3 {
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.resale-block-head a {
  color: #7b7f87;
  font-size: 13px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.resale-block-head a:hover {
  color: #000;
}

.resale-controls {
  display: flex;
  gap: 10px;
}

.resale-controls button {
  display: grid;
  width: 30px;
  height: 30px;
  color: #9aa0a8;
  background: #fff;
  border: 1px solid #d4d8df;
  border-radius: 50%;
  place-items: center;
  font-size: 12px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.resale-controls button:hover {
  color: #000;
  border-color: #000;
}

.resale-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.resale-row .property-gallery {
  height: 220px;
}

.resale-row .browse-card-body {
  padding: 20px 22px 22px;
}

.resale-row .browse-card-body h3 {
  min-height: 54px;
  font-size: 20px;
}

.resale-row .browse-location {
  margin-bottom: 20px;
}

.resale-row .browse-price {
  padding-top: 16px;
  border-top: 1px solid #e0e0e0;
}

.leased-section {
  padding: 54px 0 70px;
  color: #000;
  background: #fff;
}

.leased-section h2 {
  margin: 0 0 36px;
  text-align: center;
  color: #001126;
  font-size: clamp(22px, 2.1vw, 30px);
  font-weight: 600;
}

.leased-scroll {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  overflow-x: auto;
  padding: 0 0 8px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.leased-scroll.no-carousel {
  justify-content: center;
}

.leased-scroll::-webkit-scrollbar {
  display: none;
}

.leased-card {
  flex: 0 0 calc((100% - 40px) / 3);
  padding: 22px 20px;
  background: #fff;
  border: 1px solid #dde1e6;
  scroll-snap-align: start;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.leased-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.leased-head {
  min-height: 100px;
  border-bottom: 1px solid #eef0f2;
  margin-bottom: 16px;
}

.leased-head h3 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}

.leased-head p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0;
  color: rgba(0, 0, 0, 0.72);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

.leased-head i {
  margin-right: 5px;
}

.tenant-list {
  display: grid;
  gap: 14px;
}

.tenant-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.tenant-item img {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  padding: 4px;
  object-fit: contain;
  background: #f8f9fa;
  border: 1px solid #eef0f2;
  border-radius: 8px;
}

.tenant-item span {
  min-width: 0;
}

.tenant-item strong,
.tenant-item small,
.tenant-item b {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tenant-item strong {
  color: rgba(0, 0, 0, 0.84);
  font-size: 14px;
  font-weight: 500;
}

.tenant-item small {
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-weight: 500;
}

.tenant-item b {
  color: #006c83;
  font-size: 14px;
  font-weight: 600;
}

.leased-arrows {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.leased-arrows[hidden] {
  display: none !important;
}

.leased-arrows button {
  width: 40px;
  height: 40px;
  color: #9ca3af;
  background: #fff;
  border: 1px solid #d8dde3;
  border-radius: 50%;
}

.leased-arrows button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.app-features-section {
  position: relative;
  overflow: hidden;
  padding: 8px 0 82px;
  color: #000;
  background: linear-gradient(#fff 0 28%, #f7f7f7 28% 74%, #fff 74%);
}

.app-features-section h2 {
  margin: 0 0 54px;
  text-align: center;
  color: #000;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 500;
  letter-spacing: 0;
}

.app-features-section h2 span {
  color: #000;
  font-weight: 800;
}

.app-features-slider {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(340px, 1.05fr);
  align-items: center;
  gap: clamp(42px, 7vw, 120px);
  max-width: 1080px;
  margin: 0 auto;
}

.app-phone-wrap {
  display: flex;
  justify-content: center;
}

.app-phone {
  position: relative;
  width: 262px;
  height: 542px;
  padding: 14px;
  border: 2px solid #202020;
  border-radius: 42px;
  background: #080808;
  box-shadow: 0 28px 55px rgba(0, 0, 0, 0.22);
}

.app-phone::before,
.app-phone::after {
  content: "";
  position: absolute;
  left: -5px;
  width: 3px;
  background: #101010;
  border-radius: 6px;
}

.app-phone::before {
  top: 112px;
  height: 48px;
}

.app-phone::after {
  top: 178px;
  height: 72px;
}

.app-phone-notch {
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 2;
  width: 96px;
  height: 20px;
  transform: translateX(-50%);
  border-radius: 0 0 16px 16px;
  background: #050505;
}

.app-screen {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px 18px;
  overflow: hidden;
  color: #fff;
  border-radius: 31px;
  background: #111418;
}

.app-status,
.app-screen-head,
.app-chip-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.app-status {
  margin-bottom: 32px;
  color: #f9f9f9;
  font-size: 10px;
  font-weight: 800;
}

.app-screen-head {
  margin-bottom: 20px;
  color: #fff;
  font-size: 11px;
}

.app-chip-row {
  gap: 8px;
  margin-bottom: 16px;
}

.app-chip-row span {
  flex: 1;
  min-height: 28px;
  padding: 7px 8px;
  color: #111;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  font-size: 10px;
  font-weight: 700;
}

.app-search-line {
  height: 43px;
  margin-bottom: 18px;
  border: 1px solid #343a40;
  border-radius: 6px;
  background: linear-gradient(90deg, #2c2c2c 0 70%, #fff 70%);
}

.app-mini-card {
  min-height: 118px;
  padding: 14px;
  color: #f7f7f7;
  border-radius: 6px;
  background: #2a2a2a;
}

.app-mini-card small {
  display: block;
  margin-bottom: 8px;
  color: #a9a9a9;
  font-size: 10px;
}

.app-mini-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}

.app-mini-card p {
  margin: 0;
  color: #d8d8d8;
  font-size: 11px;
  line-height: 1.5;
}

.app-bottom-line {
  width: 92px;
  height: 4px;
  margin: auto auto 0;
  border-radius: 999px;
  background: #fff;
}

.app-feature-card {
  position: relative;
  min-height: 360px;
  padding: 46px 40px 40px;
  color: #000;
  background: #fff;
  border-top: 6px solid #000;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.12);
}

.app-feature-card i {
  display: inline-grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin-bottom: 32px;
  color: #000;
  border: 2px solid #000;
  border-radius: 50%;
  font-size: 28px;
}

.app-feature-card h3 {
  margin: 0 0 22px;
  color: #071226;
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 700;
}

.app-feature-card p {
  max-width: 520px;
  margin: 0;
  color: #111;
  font-size: 17px;
  line-height: 1.55;
}

.app-feature-card.is-changing,
.app-screen.is-changing {
  animation: appFeatureFade 0.24s ease;
}

.app-feature-arrows {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 34px;
}

.app-feature-arrows button {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid transparent;
  color: #000;
  background: transparent;
  font-size: 18px;
  transition: 0.2s ease;
}

.app-feature-arrows button:hover {
  border-color: #000;
  background: #000;
  color: #fff;
}

@keyframes appFeatureFade {
  from {
    opacity: 0.35;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.agent-section {
  padding: 30px 0 0;
  color: #000;
  background: #fafafa;
}

.agent-wrap {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 42px;
  max-width: 1580px;
  min-height: 415px;
  padding-left: clamp(24px, 8vw, 160px);
  padding-right: clamp(24px, 8vw, 160px);
}

.agent-name p {
  margin: 0;
  font-size: 24px;
  line-height: 1.3;
}

.agent-name strong {
  display: inline-block;
  margin-top: 5px;
  font-size: 38px;
  font-weight: 500;
}

.agent-name div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}

.agent-name span {
  width: 84px;
  height: 2px;
  background: #000;
}

.agent-photo img {
  max-height: 400px;
  object-fit: contain;
}

.agent-copy {
  display: grid;
  gap: 18px;
}

.agent-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.agent-actions a:not(.apply-pill) {
  display: grid;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #000;
  border-radius: 50%;
  place-items: center;
}

.apply-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 350px;
  height: 42px;
  color: #000;
  border: 2px solid #000;
  border-radius: 999px;
  transition: color 0.2s ease, background 0.2s ease;
}

.apply-pill:hover {
  color: #fff;
  background: #000;
}

.agent-copy p {
  max-width: 455px;
  margin: 0;
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 1px;
  word-spacing: 3px;
}

.agent-sign {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 455px;
}

.barcode {
  width: 110px;
  height: 28px;
  background: repeating-linear-gradient(90deg, #000 0 1px, transparent 1px 3px, #000 3px 5px, transparent 5px 8px);
}

.agent-sign img {
  width: 140px;
  height: auto;
}

.services-showcase {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 96px 0;
  color: #000;
  background: #fff;
}

.show-card {
  min-height: 512px;
  height: 100%;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

.show-card h2 {
  margin: 0;
  font-size: clamp(36px, 3vw, 48px);
  font-weight: 600;
  line-height: 1.12;
}
.loan-graphic img {
    width: 71%;
    height: 100%;
}
.loan-card,
.portfolio-card {
  position: relative;

  padding: 34px;
  color: #fff;
  background: #000;
}

.loan-card ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 28px 0 34px;
  list-style: none;
}

.loan-card li {
  font-size: 14px;
}

.loan-card i {
  margin-right: 9px;
}

.white-action,
.black-action,
.outline-action,
.reward-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 10px 22px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
}

.white-action {
  color: #000;
  background: #fff;
  box-shadow: 0 5px 26px rgba(255, 255, 255, 0.25);
}

.loan-graphic {
    position: absolute;
    right: 0px;
    bottom: -56px;
    display: flex;
    align-items: flex-end;
    gap: 10px;
    color: rgba(255, 255, 255, 0.9);
    left: auto;
    justify-content: end;
}

.loan-graphic span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 64px;
  font-weight: 800;
}

.vr-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e0e0e0;
}

.vr-copy {
  padding: 34px 28px 24px;
}

.vr-copy p {
  margin: 16px 0 24px;
  color: #000;
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: 1px;
}

.black-action {
  color: #fff;
  background: #000;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
}

.outline-action {
  color: #000;
  background: #fff;
  border: 2px solid #000;
}

.vr-card img {
    width: 100%;
    height: 202px;
    object-fit: cover;
    padding: 7px 14px 0px;
}

.portfolio-graphic {
  display: flex;
  justify-content: center;
  gap: 26px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 102px;
}
.portfolio-graphic img{
  width: 180px;
  height: auto;
  margin: 0 auto;
}

.portfolio-card p {
  margin: 0 0 16px;
  color: #fff;
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: 1px;
}

.rewards-section {
  position: relative;
  overflow: hidden;
  padding: 92px 0;
  color: #fff;
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.16), transparent 24%),
    radial-gradient(circle at 8% 12%, rgba(255, 255, 255, 0.16), transparent 22%),
    #050505;
}

.rewards-section::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -220px;
  width: 620px;
  height: 620px;
  border: 80px solid rgba(255, 255, 255, 0.06);
  border-radius: 110px;
  transform: rotate(42deg);
}

.rewards-section .container {
  position: relative;
  z-index: 1;
}

.rewards-section h2 {
  margin: 0 0 22px;
  font-size: clamp(36px, 3.4vw, 52px);
  font-weight: 600;
  line-height: 1.12;
}

.rewards-section p {
  max-width: 470px;
  margin: 0 0 34px;
  color: #f0f0f0;
  font-size: 20px;
  line-height: 1.45;
}

.reward-btn {
  color: #000;
  background: #fff;
}

.reward-cards {
  position: relative;
  min-height: 330px;
}

.reward-card {
  position: absolute;
  top: 44px;
  left: 50%;
  width: 185px;
  padding: 4px 6px 10px;
  color: #000;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 20px 34px rgba(0, 0, 0, 0.35);
}

.reward-card img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 16px;
}

.reward-card strong,
.reward-card small {
  display: block;
}

.reward-card strong {
  margin-top: 12px;
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.reward-card small {
  color: #555;
  font-size: 12px;
}

.reward-one {
  transform: translateX(-185px) rotate(-8deg);
}

.reward-two {
  z-index: 2;
  transform: translateX(-70px) rotate(1deg);
}

.reward-three {
  transform: translateX(45px) rotate(8deg);
}
.store-badge img{
  width: 28px;
  height: auto;
}
.call-section {
  padding: 64px 0 108px;
  color: #000;
  background: #fff;
}

.call-box {
  max-width: 900px;
  margin: 0 auto;
  padding: 58px 28px 32px;
  text-align: center;
 background: linear-gradient(90deg, #000 9px, #0000 6px) top / 21px 1px repeat-x, linear-gradient(90deg, #000 10px, #0000 7px) bottom / 21px 1px repeat-x, linear-gradient(#000 11px, #0000 6px) 0 / 1px 21px repeat-y, linear-gradient(#000 11px, #0000 10px) 100% / 1px 21px repeat-y;
}

.call-box h2 {
  margin: 0;
  color: #000;
  font-size: clamp(42px, 4.8vw, 64px);
  font-weight: 800;
  line-height: 1.12;
}

.call-box p {
  max-width: 640px;
  margin: 26px auto 86px;
  color: #636363;
  font-size: 16px;
  line-height: 1.55;
}

.call-btn,
.oora-btn,
.view-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.call-btn {
  min-width: 170px;
  min-height: 46px;
}

.call-btn:hover,
.view-all:hover {
  color: #fff;
  background: #000;
}

.oora-section {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background: #000;
}

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

.oora-rings {
  position: absolute;
  top: 50%;
  width: 470px;
  height: 470px;
  border: 16px solid #0068cc;
  border-radius: 50%;
  box-shadow: 0 0 28px rgba(0, 104, 204, 0.8), inset 0 0 18px rgba(0, 104, 204, 0.55);
}

.left-ring {
  left: -235px;
  transform: translateY(-50%) rotate(16deg);
}

.right-ring {
  right: -235px;
  transform: translateY(-50%) rotate(-16deg);
}

.oora-stores {
  margin-bottom: 18px;
}

.oora-section p {
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 2vw, 32px);
  letter-spacing: 0.04em;
}

.oora-section h2 {
  margin: 8px 0 28px;
  color: #fff;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 600;
  line-height: 1.2;
}

.oora-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  opacity: 0.92;
}

.oora-logo::before {
  content: "";
  width: 38px;
  height: 38px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.oora-btn {
  min-width: 150px;
  min-height: 42px;
  box-shadow: 0 3px 3px rgba(255, 255, 255, 0.25);
}

.oora-btn:hover {
  transform: scale(1.05);
}

.news-section,
.faq-section {
  padding: 76px 0;
  color: #000;
  background: #fff;
}

.section-heading {
  margin-bottom: 54px;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  color: #000;
  font-size: clamp(26px, 2.5vw, 38px);
  font-weight: 600;
}

.section-heading p {
  margin: 8px 0 0;
  color: #6b7280;
  font-size: 16px;
}

.news-card {
  position: relative;
  height: 572px;
  overflow: hidden;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}


.news-card img,
.news-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.news-card img {
  object-fit: cover;
  transition: transform 0.5s ease;
}

.news-card:hover img {
  transform: scale(1.04);
}

.news-overlay {
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.72) 36%, rgba(0, 0, 0, 0.15) 100%);
}

.news-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px;
}

.news-copy h3 {
  max-width: 330px;
  margin: 0 0 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  text-transform: capitalize;
}

.news-copy div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
}

.news-copy a:hover {
  color: #fff;
}

.news-page-body {
  background: #fff;
}

.news-page-hero {
  padding: 70px 0 34px;
  text-align: center;
  color: #000;
  background: #fff;
}

.news-page-hero h1 {
  margin: 0 0 10px;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 500;
  letter-spacing: 0;
}

.news-page-hero p {
  margin: 0;
  color: #677281;
  font-size: 18px;
}

.news-page-grid-section {
  padding: 28px 0 86px;
}

.news-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: end;
}

.news-page-grid .news-card {
  height: 520px;
}

.news-detail-page {
  color: #000;
  background: #fff;
}

.news-article {
  max-width: 980px;
  padding-top: 58px;
  padding-bottom: 86px;
}

.news-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 34px;
  color: #000;
  font-weight: 800;
  text-decoration: none;
}

.news-article-head span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #6c7583;
}

.news-article-head h1 {
  max-width: 820px;
  margin: 0 0 18px;
  font-size: clamp(36px, 4.5vw, 42px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.08;
}

.news-article-head p {
  max-width: 760px;
  margin: 0 0 34px;
  color: #4d5968;
  font-size: 18px;
  line-height: 1.7;
}

.news-article-hero {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
  margin-bottom: 38px;
}

.news-article-copy {
  max-width: 760px;
}

.news-article-copy p {
  margin: 0 0 22px;
  color: #202b38;
  font-size: 18px;
  line-height: 1.85;
}

.view-all {
  min-width: 218px;
  min-height: 62px;
  margin-top: 28px;
  font-size: 18px;
}

.faq-section {
  padding-top: 72px;
}

.faq-list {
  max-width: 1200px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 24px 0;
}

.faq-item button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  color: #000;
  background: transparent;
  border: 0;
  text-align: left;
}

.faq-item span {
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 500;
}

.faq-item p {
  display: none;
  max-width: 1000px;
  margin: 24px 0 0;
  color: #636363;
  font-size: 16px;
  line-height: 1.65;
}

.faq-item.active p {
  display: block;
}

.footer-section {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding: 72px 0 3px;
  color: #fff;
  background: #000;
}

.footer-wrap {
  position: relative;
  z-index: 1;
  max-width: 100%;
  overflow: hidden;
  padding-left: clamp(28px, 5.5vw, 104px);
  padding-right: clamp(28px, 5.5vw, 104px);
}

.footer-main {
  display: flex;
  justify-content: space-between;
  gap: 72px;
  min-width: 0;
}

.footer-brand {
  min-width: 0;
  max-width: 550px;
}

.footer-brand img {
    width: 187px;
    max-height: 107px;
    object-fit: contain;
    /* filter: brightness(0) invert(1); */
}

.tagline {
  margin: 24px 0 18px;
  color: #fff;
  font-size: 18px;
  font-style: italic;
}

.footer-brand h2 {
  margin: 0;
  font-size: clamp(32px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.12;
}

.footer-desc {
  max-width: 520px;
  margin: 26px 0 0;
  color: #4b4b4b;
  font-size: 14px;
  line-height: 1.45;
}

.copyright {
  margin-top: 24px;
  color: #717171;
  font-size: 14px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: clamp(32px, 4vw, 72px);
  min-width: 0;
}

.footer-links h3 {
  margin: 0 0 26px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.footer-links a {
  display: block;
  margin-bottom: 18px;
  color: #717171;
  font-size: 14px;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.footer-links a:hover {
  color: #fff;
}

.footer-links i {
  margin-right: 10px;
  font-size: 18px;
}

.footer-apps {
  margin-top: 56px;
}

.footer-apps p {
  margin: 0 0 16px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.footer-store {
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.footer-word {
  max-width: 100%;
  overflow: hidden;
  margin-top: 48px;
  color: rgba(255, 255, 255, 0.08);
  font-size: clamp(72px, 13vw, 190px);
  font-weight: 800;
  line-height: 0.8;
  text-align: center;
  white-space: nowrap;
}

.vr-login-body {
  color: #fff;
  background: #000;
}

.vr-login-page {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.login-bg,
.login-overlay {
  position: absolute;
  inset: 0;
}

.login-bg {
  background: url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=2200&q=85") center/cover;
}

.login-overlay {
  background: rgba(0, 0, 0, 0.56);
}

.back-link {
  position: absolute;
  top: 42px;
  left: 52px;
  z-index: 2;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.back-link:hover {
  color: #fff;
}

.login-copy {
  position: absolute;
  left: 44px;
  bottom: 90px;
  z-index: 2;
  max-width: 670px;
}

.login-copy h1 {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(36px, 3.8vw, 52px);
  font-weight: 800;
  line-height: 1.16;
}

.login-copy p {
  max-width: 650px;
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.35;
}

/* .login-panel {
  position: absolute;
  top: 50%;
  right: 7.2vw;
  z-index: 2;
  width: min(460px, calc(100vw - 40px));
  padding: 72px 52px 36px;
  color: #000;
  background: #fff;
  transform: translateY(-50%);
} */

.login-panel h2 {
  margin: 0;
  color: #000;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
}

.login-panel > p {
  margin: 5px 0 36px;
  color: #333;
  text-align: center;
  font-size: 14px;
}

.login-panel label {
  display: block;
  margin-bottom: 9px;
  color: #000;
  font-size: 13px;
}

.phone-row {
  display: flex;
  gap: 6px;
}

.phone-row button,
.phone-row input {
  height: 43px;
  background: #fff;
  border: 1px solid #cfd1d4;
}

.phone-row button {
  width: 70px;
  color: #000;
  font-size: 14px;
}

.phone-row input {
  flex: 1;
  min-width: 0;
  padding: 0 18px;
  color: #000;
  outline: 0;
}

.phone-row input::placeholder {
  color: #c4c4c4;
}

.auth-input {
  width: 100%;
  height: 52px;
  margin-bottom: 18px;
  padding: 0 20px;
  color: #000;
  background: #fff;
  border: 1px solid #cfd1d4;
  outline: 0;
}

.auth-input::placeholder {
  color: #c4c4c4;
}

.submit-login {
  width: 100%;
  height: 42px;
  margin-top: 26px;
  color: #fff;
  background: #000;
  border: 0;
  font-weight: 700;
}

.email-link,
.signup-text {
  margin: 26px 0 0 !important;
  color: #5b6472 !important;
  font-size: 13px !important;
}

.email-link a,
.signup-text a {
  color: #000;
  font-weight: 700;
}

.or-line {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  color: #687181;
  font-size: 13px;
}

.or-line span {
  flex: 1;
  height: 1px;
  background: #d7dce3;
}

.otp-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 12px;
}

.otp-row input {
  width: 100%;
  height: 58px;
  color: #000;
  text-align: center;
  border: 1px solid #cfd1d4;
  outline: 0;
  font-size: 24px;
  font-weight: 800;
}

.otp-row input:focus,
.auth-input:focus,
.phone-row input:focus {
  border-color: #000;
}

@media (min-width: 1200px) {
  .hover-dropdown:hover > .dropdown-menu {
    display: block;
  }

  .hover-dropdown:hover > .services-menu {
    display: grid;
  }
}

@media (max-width: 1399.98px) {
  .navbar-nav {
    gap: 13px;
  }

  .nav-link {
    font-size: 15px;
  }

  .search-box {
    width: min(420px, 30vw);
  }
}

@media (max-width: 1199.98px) {
  .all-properties-wide {
    width: min(100% - 40px, 1100px);
  }

  .all-properties-header .navbar {
    min-height: 82px;
  }

  .all-header-search {
    width: 100%;
    margin: 14px 0;
  }

  .all-get-started {
    width: 100%;
    margin-left: 0;
  }

  .all-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .all-project-filter {
    position: relative;
    top: auto;
    right: auto;
    grid-column: 2 / 3;
    justify-self: end;
  }

  .site-header {
    z-index: 1300;
    padding-top: 16px;
    /*  */
    backdrop-filter: blur(12px);
  }

  .site-header .navbar > .container {
    justify-content: space-between;
  }

  .navbar {
    min-height: 62px;
  }

  .navbar-toggler {
    position: relative;
    z-index: 1320;
    display: inline-flex;
    width: 58px;
    height: 48px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.32);
  }

  .navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.26);
  }

  .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1310;
    display: block !important;
    width: min(360px, 86vw);
    height: 100vh;
    padding: 86px 24px 28px;
    overflow-y: auto;
    color: #111827;
    background: #fff;
    box-shadow: -26px 0 60px rgba(0, 0, 0, 0.32);
    transform: translateX(110%);
    visibility: hidden;
    transition: transform 0.28s ease, visibility 0.28s ease;
  }

  .mobile-nav-close {
    position: absolute;
   top: 7px;
        left: 7px;
    z-index: 2;
    display: inline-grid;
    width: 36px;
    height: 36px;
    place-items: center;
    color: #111827;
    background: #fff;
    border: 1px solid #d7dce4;
    border-radius: 50%;
    font-size: 18px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
  }

  .mobile-nav-close:hover,
  .mobile-nav-close:focus {
    color: #fff;
    background: #000;
    border-color: #000;
  }

  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    transform: translateX(0);
    visibility: visible;
  }

  body.mobile-nav-open .navbar-toggler {
    opacity: 0;
    pointer-events: none;
  }

  .navbar-nav {
    gap: 0;
    align-items: stretch !important;
  }

  .nav-link {
    color: #111827;
    padding: 15px 0 !important;
    border-bottom: 1px solid #eef1f5;
    font-size: 16px;
  }

  .nav-link:hover,
  .nav-link:focus,
  .nav-link.show {
    color: #000;
  }

  .search-box {
    width: 100%;
    margin: 22px 0 16px;
    border-color: #d1d5db;
  }

  .search-box input,
  .search-box button,
  .search-placeholder-slider span {
    color: #111827;
  }

  .get-started {
    width: 100%;
    color: #fff;
    background: #000;
    box-shadow: none;
  }

  .hero-content {
    padding-bottom: 360px;
  }

  .home-search-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-search-grid button[type="submit"] {
    width: 100%;
  }

  .services-menu,
  .mini-menu {
    width: 100%;
    margin-top: 8px;
    transform: none;
  }

  .services-menu.show {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mega-col {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .mega-col:last-child {
    border-bottom: 0;
  }

  .leased-scroll {
    justify-content: flex-start;
  }

  .agent-wrap {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }

  .agent-name div,
  .agent-actions,
  .agent-sign {
    justify-content: center;
  }

  .agent-copy p {
    margin: 0 auto;
  }

  .apply-pill {
    min-width: 260px;
  }

  .services-showcase {
    min-height: auto;
  }

  .slot-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .category-slider-wrap {
    grid-template-columns: 30px minmax(0, 1fr) 30px;
  }

  .category-slider {
    justify-content: flex-start;
  }

  .resale-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-main {
    flex-direction: column;
  }

  .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .all-properties-wide {
    width: calc(100% - 32px);
  }

  .all-browse-section {
    padding-bottom: 82px;
  }

  .all-listing-tabs {
    flex-direction: column;
    margin: 34px 0 34px;
  }

  .all-filter-row {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 10px;
  }

  .all-category-track {
    grid-auto-columns: 112px;
    gap: 12px;
  }

  .all-category-btn img {
    width: 78px;
    height: 56px;
  }

  .all-project-filter {
    grid-column: 1 / -1;
    justify-self: center;
    margin-bottom: 14px;
    order: -1;
  }

  .all-card-grid {
    grid-template-columns: 1fr;
  }

  .all-card-image {
    height: 220px;
  }

  .all-map-view {
    height: calc(100vh - 96px);
    min-height: 560px;
    margin-left: -16px;
    margin-right: -16px;
  }

  .all-floating-actions {
    width: min(340px, calc(100% - 28px));
  }

  .all-floating-actions button {
    flex: 1;
    min-width: 0;
  }

  .page-pad {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-brand img {
    width: 104px;
  }

  .site-location-modal {
    padding: 48px 14px 20px;
  }

  .site-location-dialog {
    max-height: 82vh;
    padding: 20px 16px;
  }

  .site-location-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 24px;
  }

  .hero-content {
    align-items: center;
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .hero-search-bottom {
    bottom: 82px;
  }

  .property-hero-search {
    text-align: center;
  }

  .property-hero-search h1 {
    gap: 8px;
    font-size: 38px;
    line-height: 1.08;
  }

  .property-hero-search p {
    margin-bottom: 28px;
    font-size: 16px;
  }

  .home-search-tabs button {
    height: 56px;
    font-size: 18px;
  }

  .home-search-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px;
  }

  .home-search-grid select,
  .home-search-grid button[type="submit"] {
    height: 50px;
    font-size: 15px;
  }

  .home-search-grid button[type="submit"] {
    width: 100%;
  }

  .store-row {
    gap: 10px;
    margin-bottom: 20px;
  }

  .store-badge {
    min-width: 132px;
    height: 50px;
  }

  .store-badge strong {
    font-size: 14px;
  }

  .hero-section h1 {
    font-size: 46px;
  }

  .hero-section .property-hero-search h1 {
    font-size: 38px;
    line-height: 1.08;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .brand-strip {
    height: 72px;
  }

  .brand-scroll,
  .brand-track {
    height: 71px;
  }

  .brand-track {
    gap: 48px;
  }

  .brand-strip img {
    max-width: 138px;
    height: 26px;
  }

  .featured-section {
    padding: 42px 0 52px;
  }

  .featured-section h2 {
    margin-bottom: 28px;
  }

  .featured-logos {
    gap: 20px 18px;
  }

  .featured-logo img {
    max-width: 92px;
    max-height: 42px;
  }

  .stats-section {
    padding: 38px 0 42px;
  }

  .leased-section {
    padding: 44px 0 54px;
  }

  .leased-card {
    flex-basis: 300px;
  }

  .app-features-section {
    padding: 36px 0 62px;
    background: linear-gradient(#fff 0 18%, #f7f7f7 18% 82%, #fff 82%);
  }

  .app-features-section h2 {
    margin-bottom: 34px;
  }

  .app-features-slider {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .app-phone {
    width: 226px;
    height: 468px;
  }

  .app-feature-card {
    min-height: auto;
    padding: 34px 26px;
  }

  .agent-name strong {
    font-size: 32px;
  }

  .agent-photo img {
    max-height: 280px;
    margin: 0 auto;
  }

  .agent-actions {
    flex-wrap: wrap;
  }

  .apply-pill {
    width: 100%;
  }

  .services-showcase {
    padding: 64px 0;
  }

  .show-card {
    min-height: auto;
  }

  .loan-card {
    padding-bottom: 170px;
  }

  .loan-graphic {
    font-size: 76px;
        bottom: -22px;
  }

  .portfolio-graphic {
    font-size: 74px;
  }

  .rewards-section {
    padding: 64px 0;
    text-align: center;
  }

  .rewards-section p {
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .reward-cards {
    width: min(100%, 360px);
    min-height: 245px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    transform: none;
  }

  .reward-card {
    top: 52px;
    width: clamp(128px, 36vw, 150px);
    padding: 4px 5px 9px;
    border-radius: 16px;
  }

  .reward-card img {
    height: 92px;
    border-radius: 12px;
  }

  .reward-card strong {
    margin-top: 8px;
    font-size: 14px;
  }

  .reward-card small {
    font-size: 11px;
  }

  .reward-one {
    transform: translateX(-118%) rotate(-7deg);
  }

  .reward-two {
    transform: translateX(-50%) rotate(1deg);
  }

  .reward-three {
    transform: translateX(18%) rotate(7deg);
  }

  .call-section {
    padding: 44px 0 76px;
  }

  .call-box {
    padding: 54px 20px 42px;
  }

  .call-box p {
    margin-bottom: 54px;
  }

  .oora-section {
    min-height: 420px;
  }

  .oora-rings {
    width: 300px;
    height: 300px;
  }

  .left-ring {
    left: -220px;
  }

  .right-ring {
    right: -220px;
  }

  .news-card {
    height: 416px;
  }

  .news-lift {
    transform: none;
  }

  .news-section,
  .faq-section {
    padding: 58px 0;
  }

  .news-page-grid {
    grid-template-columns: 1fr;
  }

  .news-page-grid .news-card,
  .news-article-hero {
    height: 420px;
  }

  .footer-section {
    padding-top: 46px;
  }

  .footer-wrap {
    padding-left: 18px;
    padding-right: 18px;
  }

  .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }

  .footer-apps p {
    font-size: 18px;
  }

  .footer-word {
    font-size: clamp(42px, 17vw, 72px);
  }

  .project-slider {
    gap: 10px;
  }

  .project-nav {
    display: none;
  }

  .project-card {
    padding: 12px;
  }

  .project-info img {
    width: 72px;
    height: 54px;
    flex-basis: 72px;
  }

  .headset-icon {
    width: 48px;
    flex-basis: 48px;
    font-size: 32px;
  }

  .date-row {
    justify-content: flex-start;
  }

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

  .slot-footer {
    align-items: flex-start;
    gap: 18px;
    flex-direction: column;
  }

  .browse-section {
    padding: 34px 0 56px;
  }

  .property-mode-tabs {
    gap: 12px;
  }

  .property-mode-tabs button {
    min-width: 150px;
  }

  .category-slider {
    gap: 22px;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
  }

  .category-slider-wrap.no-scroll .category-slider {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .category-item {
    flex: 0 0 88px;
    font-size: 11px;
    scroll-snap-align: start;
  }

  .category-item img {
    width: 58px;
    height: 58px;
  }

  .browse-section.is-resale .browse-grid {
    padding-top: 42px;
  }

  .resale-block {
    margin-bottom: 48px;
  }

  .resale-block-head {
    margin-bottom: 20px;
  }

  .resale-row {
    grid-template-columns: 1fr;
  }

  .resale-row .property-gallery {
    height: 230px;
  }

  .property-gallery {
    height: 230px;
  }

  .book-free-btn {
    width: 100%;
  }

  .login-copy {
    left: 24px;
    right: 24px;
    bottom: 42px;
  }

  .login-panel {
    position: relative;
    top: auto;
    right: auto;
    width: calc(100% - 40px);
    margin: 110px auto 280px;
    padding: 42px 24px 30px;
    transform: none;
  }

  .back-link {
    top: 24px;
    left: 24px;
  }
}

@media (max-width: 420px) {
  .store-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .store-badge {
    width: 100%;
    justify-content: center;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .hero-section h1 {
    font-size: 39px;
  }
}

/* Property detail page */
.property-page {
  color: #000;
  background: #fff;
}

.property-page .property-wide {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.property-light-header {
  position: sticky;
  top: 0;
  padding-top: 0;
  color: #000;
  background: #fff;
  border-bottom: 0;
}

.property-light-header .container {
  max-width: 1280px;
}

.property-light-header .navbar {
  min-height: 116px;
}

.property-light-header .navbar-brand img {
  width: 112px;
  max-height: 48px;
  filter: none;
}

.property-light-header .nav-link,
.property-light-header .nav-link:hover,
.property-light-header .nav-link:focus,
.property-light-header .nav-link.show {
  color: #000;
}

.property-light-header .search-box {
  width: min(385px, 30vw);
  height: 38px;
  border-color: #000;
  border-radius: 12px;
}

.property-light-header .search-box input,
.property-light-header .search-box button,
.property-light-header .search-placeholder-slider span {
  color: #000;
}

.property-light-header .get-started {
  min-width: 100px;
  height: 38px;
  color: #fff;
  background: #000;
  border-radius: 10px;
  box-shadow: none;
}

.property-light-header .get-started:hover {
  color: #fff;
  background: #111;
}

.property-light-header .nav-line {
  max-width: none;
  margin-top: 0;
}

.property-light-header .nav-line::after {
  width: calc(100% - 100px);
  margin: 0 auto;
  background: #e0e0e0;
}

.property-site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}

.property-site-header .property-wide {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-height: 116px;
}

.property-header-logo img {
  width: 112px;
  height: auto;
  object-fit: contain;
}

.property-main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.property-main-nav a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.property-main-nav i {
  margin-left: 4px;
  font-size: 11px;
}

.property-header-search {
  display: flex;
  align-items: center;
  width: min(385px, 30vw);
  height: 38px;
  overflow: hidden;
  border: 1px solid #000;
  border-radius: 12px;
}

.property-header-search input {
  flex: 1;
  min-width: 0;
  height: 100%;
  padding: 0 14px 0 20px;
  color: #000;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 12px;
  font-weight: 500;
}

.property-header-search button {
  width: 44px;
  height: 100%;
  color: #000;
  background: transparent;
  border: 0;
  font-size: 16px;
}

.property-get-started {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  height: 38px;
  color: #fff;
  background: #000;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
}

.property-get-started:hover {
  color: #fff;
}

.property-anchor-nav {
  position: sticky;
  top: 0px;
  z-index: 50;
  background: #fff;
  border-bottom: 1px solid #dedede;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}

.property-anchor-nav .property-wide {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  white-space: nowrap;
}

.property-anchor-nav .property-wide::-webkit-scrollbar {
  display: none;
}

.property-anchor-nav a {
  position: relative;
  flex: 1 0 auto;
  padding: 28px 18px;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.property-anchor-nav a.active {
  font-weight: 700;
}

.property-anchor-nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #000;
}

.property-gallery-section {
  padding: 52px 0 24px;
}

.property-gallery-section .property-wide {
  position: relative;
}

.property-mobile-actions {
  display: none;
}

.property-gallery-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
  gap: 12px;
}

.property-cover,
.property-photo-more {
  position: relative;
  overflow: hidden;
  background: #eee;
}

.property-cover img {
  width: 100%;
  height: 526px;
  object-fit: cover;
}

.property-side-photos {
  display: grid;
  gap: 12px;
}

.property-side-photos img,
.property-photo-more img {
  width: 100%;
  height: 257px;
  object-fit: cover;
}

.vr-watch-btn,
.property-photo-more button {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #fff;
  border: 0;
  font-weight: 700;
}

.vr-watch-btn {
  top: 50%;
  left: 50%;
  min-height: 58px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  backdrop-filter: blur(26px);
  transform: translate(-50%, -50%);
}

.property-photo-more a {
  right: 0;
  bottom: 24px;
  padding: 8px 12px;
  background: #000;
  font-size: 13px;
}

.project-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px 0 0;
}

.project-badges span {
  min-height: 28px;
  padding: 6px 14px;
  border: 1px solid #9f9f9f;
  color: #000;
  background: #fff;
  font-size: 12px;
  font-style: italic;
}

.about-copy-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 28px;
}

.about-copy-row h3 {
  margin: 0 0 12px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.about-copy-row h3 i {
  margin-right: 10px;
}

.about-copy-row button {
  min-height: 34px;
  margin-top: 14px;
  padding: 6px 18px;
  color: #000;
  background: #fff;
  border: 1px solid #bdbdbd;
  font-size: 12px;
}

.rera-box {
  display: grid;
  align-content: start;
  gap: 4px;
  color: #000;
  font-size: 13px;
}

.rera-box i {
  font-size: 20px;
}

.rera-box span {
  color: #565656;
}

.black-vr-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 148px;
  min-height: 42px;
  margin-top: 34px;
  color: #fff;
  background: #000;
  border: 0;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 700;
}

.unit-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 22px;
}

.unit-tabs button {
  min-width: 54px;
  min-height: 36px;
  padding: 8px 16px;
  color: #000;
  background: #fff;
  border: 1px solid #e0e0e0;
  font-size: 13px;
}

.unit-tabs button.active {
  color: #fff;
  background: #000;
  border-color: #000;
}

.unit-card {
  overflow: hidden;
  padding: 0 !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.14);
}

.unit-image {
  position: relative;
}

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

.unit-image span {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 5px 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.72);
  font-size: 11px;
  font-weight: 700;
}

.unit-body {
  position: relative;
  padding: 22px 24px;
}

.unit-body h3 {
  margin-bottom: 18px;
}

.unit-icons {
  position: absolute;
  top: 24px;
  right: 20px;
  display: flex;
  gap: 10px;
  color: #777;
  font-size: 12px;
}

.unit-body p {
  padding-top: 18px;
  margin: 0;
  border-top: 1px solid #e0e0e0;
  color: #000;
}

.unit-body small {
  position: absolute;
  right: 24px;
  bottom: 19px;
  padding: 6px 8px;
  border: 1px solid #ddd;
  color: #000;
  background: #fff;
  font-size: 11px;
}

.unit-card > button {
  width: 100%;
  min-height: 44px;
  color: #fff;
  background: #000;
  border: 0;
}

.unit-card.is-hidden {
  display: none;
}

.unit-card.is-selected {
  outline: 2px solid #000;
  outline-offset: 3px;
}

.unit-selection-detail {
  width: min(100%, 785px);
  margin-top: 28px;
  margin-left: auto;
  padding: 28px 24px 24px;
  color: #000;
  background: #fff;
  border: 1px solid #e0e0e0;
}

.unit-selection-detail[hidden] {
  display: none;
}

.unit-selection-main {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.unit-selection-detail img {
  width: 112px;
  height: 64px;
  object-fit: cover;
}

.unit-selection-info {
  min-width: 0;
}

.unit-selection-head,
.unit-selection-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.unit-selection-detail h3 {
  margin: 0;
  color: #000;
  font-size: 22px;
  font-weight: 700;
}

.unit-selection-detail p {
  margin: 0;
  color: #5b6b84;
  font-size: 16px;
}

.unit-selection-detail .unit-icons {
  position: static;
  display: flex;
  gap: 12px;
  margin-top: 18px;
  color: #5f6a7a;
}

.unit-selection-detail .unit-icons span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.unit-quantity {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin-top: 18px;
}

.unit-quantity button {
  display: inline-grid;
  width: 20px;
  height: 20px;
  padding: 0;
  color: #5f6a7a;
  background: transparent;
  border: 0;
  place-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.unit-quantity strong {
  color: #000;
  font-size: 14px;
  font-weight: 800;
}

.unit-view-selection {
  width: 100%;
  min-height: 54px;
  margin-top: 30px;
  color: #000;
  background: #fff;
  border: 1px solid #e0e0e0;
  font-weight: 700;
}

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

.offer-card {
  background: #fff;
}

.offer-card > img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  filter: grayscale(1);
}

.offer-card > div {
  position: relative;
  min-height: 178px;
  padding: 22px;
  color: #fff;
  background: #000;
}

.offer-card em {
  color: #fff;
  font-size: 16px;
}

.offer-card h3 {
  margin: 24px 0 8px;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
}

.offer-card p {
  max-width: 330px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.offer-card a {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
}

.offer-card button {
  position: absolute;
  right: 18px;
  bottom: 20px;
  min-height: 40px;
  padding: 8px 18px;
  color: #000;
  background: #fff;
  border: 0;
  border-radius: 4px;
}

.offer-card small {
  display: block;
  margin-top: 14px;
  padding: 14px;
  color: #000;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.16);
}

.brochure-card {
  position: relative;
  overflow: hidden;
}

.brochure-card[hidden] {
  display: none !important;
}

.brochure-card img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  filter: brightness(0.55) blur(2px);
}

.brochure-card button {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 250px;
  min-height: 58px;
  color: #fff;
  background: rgba(88, 80, 74, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}

.property-image-slider {
  margin-top: 30px;
  overflow: hidden;
  color: #24364b;
  background: #fff;
  border: 1px solid #e2e5ea;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.1);
}

.property-image-slider[hidden] {
  display: none;
}

.property-image-slider img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.property-image-slider div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 52px;
  border-top: 1px solid #e5e7eb;
}

.property-image-slider button {
  display: inline-grid;
  width: 34px;
  height: 34px;
  color: #53657a;
  background: #fff;
  border: 0;
  place-items: center;
}

.property-image-slider button:hover {
  color: #000;
}

.property-image-slider .property-slider-thumbs {
  justify-content: flex-start;
  gap: 10px;
  min-height: 112px;
  padding: 14px;
  overflow-x: auto;
  background: #181818;
  border-top: 0;
}

.property-slider-thumbs button {
  flex: 0 0 86px;
  width: 86px;
  height: 76px;
  overflow: hidden;
  padding: 0;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 8px;
}

.property-slider-thumbs button.active {
  border-color: #fff;
}

.property-slider-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-plan-tab {
  min-height: 34px;
  margin-bottom: 20px;
  padding: 7px 16px;
  color: #fff;
  background: #000;
  border: 0;
  font-size: 12px;
  font-weight: 700;
}

.floor-plan-card.large-plan {
  display: block;
  padding: 0;
}

.floor-plan-card.large-plan img {
  height: 520px;
  object-fit: cover;
  object-position: center;
}

.service-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.loan-banner-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 290px;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 48px 44px;
  color: #fff;
  background:
    radial-gradient(circle at 16% 18%, rgba(13, 210, 217, 0.82), transparent 26%),
    radial-gradient(circle at 88% 10%, rgba(79, 91, 255, 0.74), transparent 30%),
    linear-gradient(120deg, #050505 0%, #06131d 54%, #080808 100%);
}

.loan-banner-card h2 {
  margin: 0;
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.1;
}

.loan-banner-card p {
  margin: 3px 0 24px;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.15;
}

.loan-banner-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 22px;
}

.loan-banner-tags span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  color: rgba(255, 255, 255, 0.9);
  font-size: 22px;
}

.loan-banner-tags i {
  font-size: 18px;
}

.loan-banner-card small {
  display: block;
  color: rgba(255, 255, 255, 0.86);
  font-size: 22px;
  letter-spacing: 0.01em;
}

.loan-banner-card small b {
  margin: 0 18px;
  color: #fff;
}

.loan-card-stack {
  position: relative;
  flex: 0 0 220px;
  min-height: 150px;
}

.loan-card-stack span {
  position: absolute;
  right: 26px;
  top: 36px;
  width: 112px;
  height: 76px;
  background: linear-gradient(135deg, #7783ff, #4f5ce8);
  border-radius: 8px;
  box-shadow: 0 28px 40px rgba(0, 0, 0, 0.38);
  transform: rotate(4deg);
}

.loan-card-stack span:nth-child(2) {
  right: 0;
  top: 60px;
  background: linear-gradient(135deg, #f6f7ff, #b8c1df);
  transform: rotate(10deg);
}

.loan-card-stack span:nth-child(3) {
  right: 64px;
  top: 16px;
  background: linear-gradient(135deg, #8f9aff, #5d67ea);
  transform: rotate(-3deg);
}

.loan-card-stack span:nth-child(3)::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 26px;
  width: 18px;
  height: 14px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 8px 0 0 rgba(255, 255, 255, 0.28);
}

.service-black,
.service-white {
  min-height: 330px;
  padding: 26px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}

.service-black {
  color: #fff;
  background: #000;
}

.service-white {
  color: #111827;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.service-black h3,
.service-white h3 {
  margin: 0 0 22px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.15;
}

.service-black p,
.service-white p {
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
}

.service-black button,
.service-white button {
  width: 100%;
  min-height: 48px;
  margin-top: 36px;
  border-radius: 10px;
  font-weight: 800;
}

.service-black button {
  color: #fff;
  background: #000;
  border: 1px solid #fff;
}

.service-white button {
  color: #000;
  background: #fff;
  border: 1px solid #000;
}

.oora-arc {
  width: 120px;
  height: 82px;
  margin: -22px auto 28px;
  border: 8px solid #4055ac;
  border-top: 0;
  border-radius: 0 0 120px 120px;
}

.location-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.location-tabs button {
  display: grid;
  min-width: 58px;
  min-height: 58px;
  padding: 8px 10px;
  color: #000;
  background: #fff;
  border: 1px solid #ddd;
  place-items: center;
  font-size: 11px;
}

.location-tabs button.active {
  color: #fff;
  background: #000;
  border-color: #000;
}

.map-card {
  grid-template-columns: minmax(0, 1fr) 210px;
  align-items: stretch;
  place-items: stretch;
  text-align: left;
}

.map-card > i,
.map-card > span {
  align-self: center;
  justify-self: center;
}

.map-card aside {
  display: grid;
  gap: 16px;
  padding: 14px;
  overflow-y: auto;
  background: #fff;
}

.map-card aside article {
  color: #000;
}

.map-card aside img {
  width: 100%;
  height: 90px;
  object-fit: cover;
}

.map-card aside strong,
.map-card aside small {
  display: block;
  margin-top: 8px;
}

.map-card aside small {
  color: #555;
  font-size: 11px;
}

.policy-download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  margin-top: 48px;
  padding: 0 18px;
  border: 1px solid #e0e0e0;
  color: #000;
  background: #fff;
}

.policy-download:hover {
  color: #000;
  background: #f9fafb;
}

.amenity-view-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 190px;
  min-height: 48px;
  margin-top: 28px;
  color: #fff;
  background: #000;
  border: 0;
  border-radius: 8px;
  font-weight: 800;
}

.similar-projects {
  padding-bottom: 70px;
}

.similar-projects .property-section-head {
  margin-bottom: 22px;
}

.similar-projects h2 {
  font-size: 34px;
  font-weight: 800;
}

.similar-carousel {
  overflow: hidden;
}

.similar-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding: 18px 0 22px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.similar-track::-webkit-scrollbar {
  display: none;
}

.similar-card {
  flex: 0 0 335px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.08);
}

.similar-image {
  position: relative;
  height: 256px;
  overflow: hidden;
  background: #ddd;
}

.similar-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.similar-card:hover .similar-image img {
  transform: scale(1.04);
}

.similar-image span {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 7px 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.42);
}

.similar-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 5px;
  transform: translateX(-50%);
}

.similar-dots i {
  display: block;
  width: 7px;
  height: 5px;
  background: #fff;
  border-radius: 20px;
  opacity: 0.9;
}

.similar-dots i:first-child {
  width: 24px;
}

.similar-body {
  padding: 22px 24px 24px;
}

.similar-body h3 {
  margin: 0 0 16px;
  color: #1f2937;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.28;
}

.similar-body p {
  display: -webkit-box;
  min-height: 42px;
  margin: 0;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.58);
  font-size: 12px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.similar-body p i {
  margin-right: 8px;
  color: #6c6c6c;
}

.similar-price {
  margin-top: 30px;
  padding-top: 18px;
  color: #111;
  font-size: 16px;
  border-top: 1px solid #dedede;
}

.similar-price strong {
  font-weight: 800;
}

.similar-controls {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-top: 2px;
}

.similar-controls button {
  display: grid;
  width: 40px;
  height: 40px;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  place-items: center;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.similar-controls button:first-child {
  color: #777;
  border-color: #9d9d9d;
}

.similar-controls button:hover {
  color: #fff;
  background: #000;
  border-color: #000;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 48px;
  background: rgba(0, 0, 0, 0.68);
}

.video-modal.active {
  display: flex;
}

.video-modal-inner {
  width: min(1024px, 100%);
}

.video-modal video {
  width: 100%;
  max-height: 82vh;
  background: #000;
}

.video-close {
  position: fixed;
  top: 24px;
  right: 24px;
  display: grid;
  width: 42px;
  height: 42px;
  color: #fff;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.35);
  place-items: center;
}

.gallery-page {
  color: #000;
  background: #fff;
}

.gallery-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 86px;
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
}

.gallery-header a {
  position: absolute;
  left: 32px;
  color: #000;
  font-weight: 700;
}

.gallery-header img {
  width: 110px;
}

.gallery-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 42px 24px 80px;
}

.gallery-wrap h1 {
  margin-bottom: 24px;
  color: #000;
  font-size: 28px;
  font-weight: 800;
}

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

.gallery-list img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 6px;
}

.gallery-list img.wide {
  grid-column: 1 / -1;
  height: 400px;
}

.property-content-layout {
  display: grid;
  grid-template-columns: minmax(0, 67%) minmax(320px, 32.5%);
  gap: 0;
  align-items: start;
  padding-bottom: 4px;
}

.property-main-content {
  min-width: 0;
  padding-right: 40px;
}

.property-overview {
  padding: 0 0 18px;
}

.property-overview h1 {
  display: none;
  margin: 0 0 16px;
  color: #000;
  font-size: 24px;
  font-weight: 800;
  text-transform: capitalize;
}

.property-address {
  display: flex;
  gap: 8px;
  margin: 0 0 14px;
  color: #404040;
  font-size: 14px;
  line-height: 1.45;
}

.property-price span {
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

.property-price strong {
  display: inline-block;
  margin-left: 4px;
  color: #000;
  font-size: 24px;
  font-weight: 800;
}

.best-price {
  display: flex;
  align-items: baseline;
  justify-content: start;
  flex-wrap: wrap;
  gap: 5px;
  margin: 8px 0 0;
  padding-bottom: 6px;
  color: #002a4e;
  font-size: 16px;
  font-weight: 800;
}

.best-price span {
  font-size: 14px;
  font-weight: 700;
}

.best-price del {
  color: rgba(0, 42, 78, 0.68);
  font-size: 14px;
  font-weight: 400;
}

.best-price b,
.best-price strong {
  display: inline;
  margin-left: 0;
  color: #002a4e;
  font-size: 16px;
  font-weight: 800;
}

.property-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  padding: 16px 0 22px;
}

.property-cta-row button,
.builder-meet-btn,
.sidebar-card button,
.property-brochure-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 12px 18px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
}

.builder-meet-btn {
  min-width: 256px;
  color: #fff;
  background: #000;
  border: 1px solid #000;
}

.builder-meet-btn:hover {
  color: #fff;
}

.property-cta-row button,
.sidebar-card button,
.property-brochure-link {
  color: #000;
  background: #fff;
  border: 1px solid #e0e0e0;
}

.property-brochure-link:hover {
  color: #000;
  background: #f8fafc;
}

.property-section {
  padding: 40px 0 40px;
  scroll-margin-top: 100px;
}

.property-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.property-section-head h2,
.suggest-card h2,
.discount-card h2,
.loan-detail-card h2,
.builder-card h2 {
  margin: 0;
  color: #000;
  font-size: clamp(24px, 1.1vw, 36px);
  font-weight: 500;
}

.property-section-head p {
  margin: 5px 0 0;
  color: #898989;
  font-size: 15px;
}

.property-section-head a,
.reel-see-all {
  color: #000;
  background: transparent;
  border: 0;
  font-size: 14px;
  font-weight: 700;
}

.reel-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.reel-grid button,
.stories-grid button {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: #000;
  border: 0;
  aspect-ratio: 3 / 4;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.reel-grid img,
.stories-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.86;
  transition: transform 0.3s ease;
}

.reel-grid button:hover img,
.stories-grid button:hover img {
  transform: scale(1.05);
}

.reel-grid span,
.stories-grid span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 58px;
  height: 58px;
  color: #000;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  place-items: center;
  transform: translate(-50%, -50%);
}

.reel-load-more img {
  opacity: 0.54;
}

.reel-load-more strong {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 116px;
  min-height: 48px;
  padding: 10px 18px;
  color: #fff;
  background: rgba(43, 54, 73, 0.92);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
  transform: translate(-50%, -50%);
}

.stories-modal {
  position: fixed;
  inset: 0;
  z-index: 2100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 34px;
  background: rgba(0, 0, 0, 0.56);
}

.stories-modal.active {
  display: flex;
}

.stories-dialog {
  position: relative;
  width: min(1150px, 100%);
  overflow: hidden;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.stories-head {
  padding: 52px 72px 26px;
  text-align: center;
  border-bottom: 1px solid #e5e7eb;
}

.stories-head h2 {
  margin: 0 0 6px;
  color: #111;
  font-size: 22px;
  font-weight: 800;
}

.stories-head p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
}

.stories-close {
  position: absolute;
  top: 34px;
  right: 48px;
  display: grid;
  width: 36px;
  height: 36px;
  color: #667085;
  background: transparent;
  border: 0;
  place-items: center;
  font-size: 20px;
}

.stories-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 44px 52px 52px;
}

.justification-modal {
  position: fixed;
  inset: 0;
  z-index: 2120;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 38px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}

.justification-modal.active {
  display: flex;
}

.justification-dialog {
  position: relative;
  width: min(650px, 100%);
  max-height: calc(100vh - 76px);
  overflow-y: auto;
  padding: 38px 32px 34px;
  color: #111827;
  background: #fff;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
}

.justification-close {
  position: absolute;
  top: 18px;
  right: 16px;
  display: grid;
  width: 36px;
  height: 36px;
  color: #667085;
  background: transparent;
  border: 0;
  place-items: center;
  font-size: 20px;
}

.justification-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 34px;
}

.justification-head h2 {
  margin: 0;
  color: #111827;
  font-size: 16px;
  font-weight: 700;
}

.justification-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 28px;
}

.justification-tabs button {
  min-width: 140px;
  min-height: 54px;
  padding: 9px 18px;
  color: #111827;
  background: #fff;
  border: 1px solid #d9dee7;
  font-size: 15px;
  font-weight: 500;
}

.justification-tabs button span {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
}

.justification-tabs button.active {
  color: #fff;
  background: #000;
  border-color: #000;
}

.justification-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.justification-title-row h3 {
  margin: 0;
  color: #1f2937;
  font-size: 18px;
  font-weight: 800;
}

.justification-title-row span {
  padding: 7px 14px;
  color: #111827;
  border: 1px solid #d9dee7;
  font-size: 13px;
}

.justification-body label {
  display: block;
  margin-bottom: 20px;
  color: #000;
  font-size: 15px;
  font-weight: 600;
}

.justification-body input {
  display: block;
  width: 100%;
  height: 38px;
  margin-top: 7px;
  padding: 0 12px;
  color: #111827;
  background: #fff;
  border: 1px solid #d9dee7;
  outline: 0;
  font-size: 14px;
}

.justification-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 30px;
}

.justification-copy h4 {
  margin: 0 0 5px;
  color: #1f2937;
  font-size: 20px;
  font-weight: 500;
}

.justification-copy p {
  margin: 0;
  color: #9ca3af;
  font-size: 14px;
}

.justification-copy i {
  display: grid;
  width: 20px;
  height: 20px;
  color: #fff;
  background: #000;
  border-radius: 50%;
  place-items: center;
  font-size: 14px;
}

.justification-body > p {
  margin: 14px 0 0;
  color: #111;
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 0.03em;
}

.about-card,
.suggest-card,
.discount-card,
.loan-detail-card,
.floor-plan-card,
.builder-card,
.sidebar-card {
  background: #fff;
  border: 1px solid #e0e0e0;
}

.about-card {
  padding: 26px;
}

.about-card p,
.builder-card p,
.floor-plan-card p,
.discount-card p,
.loan-detail-card p {
  margin: 0;
  color: #4a4a4a;
  font-size: 15px;
  line-height: 1.7;
}

.property-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 24px;
  background: #e0e0e0;
}

.property-facts div {
  padding: 18px;
  background: #fff;
}

.property-facts span,
.property-facts strong {
  display: block;
}

.property-facts span {
  color: #777;
  font-size: 12px;
}

.property-facts strong {
  margin-top: 4px;
  color: #000;
  font-size: 14px;
}

.suggest-card {
  overflow: hidden;
}

.suggest-card.compact {
  margin-top: 22px;
}

.suggest-head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 26px;
}

.oora-mark {
  display: grid;
  width: 42px;
  height: 42px;
  color: #0b4ed8;
  background: #fff;
  border-radius: 50%;
  place-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  font-weight: 800;
}

.suggest-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 26px;
  border-top: 1px solid #e6e6e6;
}

.suggest-row span,
.suggest-row strong {
  color: #000;
  font-size: 14px;
}

.suggest-card button,
.discount-card button,
.loan-detail-card button,
.floor-plan-card button,
.builder-card button,
.unit-grid button {
  min-height: 44px;
  padding: 10px 18px;
  color: #000;
  background: #fff;
  border: 1px solid #e0e0e0;
  font-size: 14px;
  font-weight: 700;
}

.suggest-card > button {
  width: calc(100% - 52px);
  margin: 20px 26px 26px;
}

.suggest-card .view-justification-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: calc(100% - 52px);
  min-height: 54px;
  margin: 32px 26px 24px;
  color: #000;
  background: #fff;
  border: 1px solid #e0e0e0;
  font-size: 14px;
  font-weight: 800;
}

.suggest-card.compact .view-justification-btn {
  margin-top: 20px;
}

.unit-grid,
.amenity-grid,
.around-grid {
  display: grid;
  gap: 14px;
}

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

.unit-grid article,
.amenity-grid span,
.around-grid article {
  padding: 18px;
  border: 1px solid #e0e0e0;
}

.unit-grid h3 {
  margin: 0 0 10px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.unit-grid p {
  color: #777;
}

.unit-grid strong {
  display: block;
  margin-bottom: 18px;
  color: #000;
  font-size: 22px;
}

.discount-card,
.loan-detail-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px;
}

.discount-card {
  color: #fff;
  background: #000;
  border-color: #000;
}

.discount-card h2,
.discount-card p {
  color: #fff;
}

.discount-card p,
.loan-detail-card p {
  margin-top: 8px;
}

.amenity-grid,
.around-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.amenity-grid span {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.amenity-grid i,
.around-grid i {
  font-size: 22px;
}

.around-grid article {
  display: grid;
  gap: 4px;
  color: #000;
}

.around-grid span {
  color: #777;
  font-size: 13px;
}

.floor-plan-card {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 24px;
  padding: 22px;
}

.floor-plan-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.floor-plan-card h3 {
  color: #000;
  font-size: 22px;
  font-weight: 700;
}

.map-card {
  display: grid;
  min-height: 310px;
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("https://images.unsplash.com/photo-1524661135-423995f22d0b?auto=format&fit=crop&w=1200&q=80") center/cover;
  place-items: center;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
}

.map-card i {
  display: block;
  font-size: 42px;
}

.builder-card {
  overflow: hidden;
}

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

.builder-card div {
  padding: 28px;
}

.property-sidebar {
  position: sticky;
  top: 86px;
  align-self: start;
}

.sidebar-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.sidebar-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 40px;
  padding: 8px 12px;
  color: #000;
  background: #fff;
  border: 1px solid #e0e0e0;
  font-size: 13px;
  font-weight: 700;
}

.sidebar-card {
  padding: 24px;
}

.sidebar-card h2 {
  margin: 0 0 14px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.sidebar-card p {
  display: flex;
  gap: 8px;
  color: #606060;
  font-size: 13px;
  line-height: 1.5;
}

.sidebar-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 0;
  margin: 16px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  color: #000;
  font-size: 12px;
}

.sidebar-card > strong {
  display: block;
  margin-bottom: 6px;
  color: #000;
  font-size: 18px;
}

.sidebar-card .builder-meet-btn,
.sidebar-card button,
.sidebar-card .property-brochure-link {
  width: 100%;
  margin-top: 12px;
}

.property-faq-section {
  padding-bottom: 18px;
}

.property-faq-section .faq-list {
  max-width: none;
  background: #fff;
  border: 1px solid #e0e0e0;
}

.property-faq-section .faq-item {
  padding: 22px 24px;
}

.property-faq-section .faq-item:last-child {
  border-bottom: 0;
}

.property-faq-section .faq-item span {
  font-size: 18px;
  font-weight: 700;
}

.property-faq-section .faq-item p {
  margin-top: 16px;
  color: #3f4b5f;
}

.property-footer {
  margin-top: 72px;
  padding: 28px 0;
  color: #fff;
  background: #000;
}

.property-footer .property-wide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 1199.98px) {
  .property-light-header {
    background: #fff;
    backdrop-filter: none;
  }

  .property-light-header .navbar {
    min-height: 86px;
  }

  .property-light-header .navbar-collapse {
    padding: 12px 0 18px;
  }

  .property-light-header .navbar-toggler {
    border-color: #d0d0d0;
    background: #fff;
  }

  .property-light-header .search-box {
    width: 100%;
    margin: 12px 0;
  }

  .property-light-header .get-started {
    width: 100%;
  }

  .property-site-header .property-wide {
    justify-content: space-between;
    gap: 18px;
    min-height: 86px;
  }

  .property-main-nav {
    gap: 16px;
  }

  .property-header-search {
    width: min(330px, 34vw);
  }

  .property-content-layout {
    grid-template-columns: 1fr;
    padding-bottom: 64px;
  }

  .property-main-content {
    padding-right: 0;
  }

  .property-sidebar {
    display: none;
  }

  .property-anchor-nav {
    top: 86px;
  }

  .property-anchor-nav a {
    padding: 16px 18px;
  }

  .similar-card {
    flex-basis: 320px;
  }
}

@media (max-width: 767.98px) {
  .property-page .property-wide {
    padding-left: 16px;
    padding-right: 16px;
  }

  .property-site-header {
    position: relative;
  }

  .property-site-header .property-wide {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
    min-height: auto;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .property-header-logo {
    text-align: center;
  }

  .property-main-nav {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .property-header-search {
    width: 100%;
  }

  .property-get-started {
    width: 100%;
  }

  .property-anchor-nav {
    display: none;
  }

  .property-gallery-section {
    padding: 0 0 24px;
  }

  .property-gallery-grid {
    display: block;
    margin-left: -16px;
    margin-right: -16px;
  }

  .property-cover img {
    height: 400px;
  }

  .property-side-photos {
    display: none;
  }

  .property-mobile-actions {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    pointer-events: none;
  }

  .property-mobile-actions a,
  .property-mobile-actions button {
    display: grid;
    width: 42px;
    height: 42px;
    color: #fff;
    background: rgba(0, 0, 0, 0.25);
    border: 0;
    border-radius: 4px;
    place-items: center;
    backdrop-filter: blur(24px);
    pointer-events: auto;
  }

  .property-mobile-actions div {
    display: flex;
    gap: 12px;
  }

  .property-overview {
    text-align: center;
  }

  .property-overview h1 {
    display: block;
    font-size: 22px;
  }

  .property-address {
    justify-content: center;
    font-size: 12px;
  }

  .property-price span,
  .property-price strong {
    font-size: 22px;
  }

  .best-price {
    justify-content: center;
  }

  .similar-projects h2 {
    font-size: 30px;
  }

  .similar-track {
    gap: 16px;
    margin-right: -16px;
    padding-right: 16px;
  }

  .similar-card {
    flex-basis: min(84vw, 335px);
  }

  .similar-image {
    height: 220px;
  }

  .similar-body {
    padding: 18px 20px 22px;
  }

  .similar-body h3 {
    font-size: 19px;
  }

  .property-cta-row {
    flex-direction: column;
  }

  .property-cta-row button,
  .property-cta-row .builder-meet-btn,
  .property-cta-row .property-brochure-link {
    width: 100%;
  }

  .property-section {
    padding-top: 34px;
  }

  .loan-banner-card {
    align-items: flex-start;
    flex-direction: column;
    min-height: auto;
    padding: 30px 24px;
  }

  .loan-banner-card p {
    font-size: 20px;
  }

  .loan-banner-tags span,
  .loan-banner-card small {
    font-size: 17px;
  }

  .loan-banner-card small b {
    margin: 0 10px;
  }

  .loan-card-stack {
    align-self: flex-end;
    min-height: 118px;
    margin-top: -18px;
    transform: scale(0.86);
    transform-origin: right center;
  }

  .property-section-head {
    align-items: flex-start;
  }

  .reel-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .reel-grid button {
    flex: 0 0 260px;
    scroll-snap-align: start;
  }

  .stories-modal {
    padding: 18px;
  }

  .stories-head {
    padding: 44px 48px 22px;
  }

  .stories-close {
    top: 24px;
    right: 24px;
  }

  .stories-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 24px;
  }

  .justification-modal {
    padding: 18px;
  }

  .justification-dialog {
    padding: 34px 22px 28px;
  }

  .justification-tabs {
    flex-wrap: wrap;
  }

  .justification-tabs button {
    flex: 1 1 130px;
  }

  .justification-title-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .property-facts,
  .unit-grid,
  .amenity-grid,
  .around-grid,
  .floor-plan-card,
  .offer-grid,
  .service-card-grid,
  .about-copy-row {
    grid-template-columns: 1fr;
  }

  .brochure-card img,
  .floor-plan-card.large-plan img,
  .property-image-slider img {
    height: 320px;
  }

  .unit-selection-detail {
    padding: 18px;
  }

  .unit-selection-main {
    grid-template-columns: 1fr;
  }

  .unit-selection-detail img {
    width: 100%;
    height: 180px;
  }

  .unit-selection-head,
  .unit-selection-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .unit-selection-detail .unit-icons,
  .unit-quantity {
    margin-top: 0;
  }

  .map-card {
    grid-template-columns: 1fr;
  }

  .map-card aside {
    max-height: 300px;
  }

  .video-modal {
    padding: 18px;
  }

  .gallery-list {
    grid-template-columns: 1fr;
  }

  .gallery-list img,
  .gallery-list img.wide {
    grid-column: auto;
    height: 260px;
  }

  .discount-card,
  .loan-detail-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .floor-plan-card img,
  .builder-card img {
    height: 220px;
  }

  .property-footer .property-wide {
    align-items: flex-start;
    flex-direction: column;
  }
}
.headset-icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.vr-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}

.inner-page {
  color: #020202;
  background: #fff;
}

.inner-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid #e8e8e8;
}

.inner-header .navbar {
  min-height: 92px;
}

.inner-header .get-started {
  color: #fff;
  background: #000;
  border-color: #000;
}

.soft-blue-bg {
      background: radial-gradient(circle at 22% 28%, rgba(255, 255, 255, 0.96) 0 13%, rgba(255, 255, 255, 0) 30%), radial-gradient(circle at 82% 30%, rgba(255, 255, 255, 0.76) 0 12%, rgba(255, 255, 255, 0) 30%), linear-gradient(180deg, rgb(0 0 0 / 18%) 0%, rgba(255, 255, 255, 0.96) 48%, #fff 100%);
}

.section-title {
  margin-bottom: 76px;
  text-align: center;
}

.section-title h1 {
  margin: 0 0 10px;
  color: #000;
  font-size: clamp(38px, 5vw, 54px);
  font-weight: 500;
  letter-spacing: 0;
}

.section-title p {
  margin: 0;
  color: #8a8a8a;
  font-size: 18px;
}

.about-hero {
  padding: 54px 0 95px;
}

.about-intro img {
  display: block;
  width: min(520px, 100%);
  height: 450px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 12px;
}

.about-intro h2,
.ai-story-section h2 {
  margin: 0 0 28px;
  color: #000;
  font-size: clamp(36px, 4vw, 50px);
  font-weight: 500;
  line-height: 1.28;
}

.about-intro p,
.ai-story-section p {
  max-width: 610px;
  margin: 0 0 6px;
  color: #24364b;
  font-size: 16px;
  line-height: 1.5;
}

.dark-pill-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 48px;
  margin-top: 32px;
  padding: 12px 26px;
  color: #fff;
  background: #000;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease;
}

.dark-pill-btn:hover {
  color: #fff;
  background: #000;
  transform: translateY(-2px);
}

.ai-story-section {
  padding: 86px 0 120px;
}

.ai-story-section h2 {
  margin-bottom: 54px;
}

.ai-visual {
  position: relative;
  min-height: 520px;
}

.ai-visual img {
  position: absolute;
  top: 74px;
  right: 56px;
  width: min(360px, 60%);
  height: 430px;
  object-fit: cover;
  border-radius: 0 72px 72px 0;
}

.ai-chat {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 13px;
  line-height: 1.25;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.top-chat {
  top: 0;
  left: 10%;
  width: min(360px, 66%);
  min-height: 62px;
  padding: 12px 20px;
  color: #333;
  background: #fff;
  border: 1px solid #9ca0b4;
  border-radius: 18px;
}

.oora-dot {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border: 2px solid #3a70dc;
  border-radius: 50%;
}

.result-chat {
  top: 205px;
  left: 5%;
  width: min(355px, 64%);
  padding: 20px 22px 34px;
  background: linear-gradient(140deg, #08a9fb, #041c91);
  border-radius: 16px;
}

.ai-result-card {
  position: absolute;
  bottom: 32px;
  left: 5%;
  z-index: 1;
  display: flex;
  gap: 8px;
  width: min(355px, 64%);
  padding: 14px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.16);
}

.ai-result-card span {
  flex: 1;
  height: 74px;
  border-radius: 8px;
  background: linear-gradient(135deg, #c4d2dc, #8aa4b4);
}

.developer-showcase-section {
  padding: 18px 0 84px;
  background: #fff;
}

.developer-showcase-section .container,
.shots-section .container {
  max-width: 1220px;
}

.developer-showcase-section h2 {
  margin: 0 0 28px;
  color: #202020;
  font-size: 32px;
  font-weight: 800;
}

.developer-slider {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 4px 8px 14px 0;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.developer-slider::-webkit-scrollbar {
  display: none;
}

.developer-card {
  flex: 0 0 235px;
  min-height: 310px;
  padding: 20px;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  scroll-snap-align: start;
}

.developer-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.developer-logo {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  color: #fff;
  background: #ececec;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
  place-items: center;
  font-weight: 800;
}

.godrej-logo {
  color: #38a15e;
  background: #fff;
}

.prestige-logo {
  color: #111;
  background: #f7f2de;
}

.lodha-logo {
  color: #b19950;
  background: #fff9e8;
}

.mahindra-logo {
  color: #e0566f;
  background: #fff1f4;
}

.lt-logo {
  color: #111;
  background: #ffd41e;
}

.developer-head h3 {
  margin: 0 0 4px;
  color: #202020;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.developer-head span {
  color: #6c6c6c;
  font-size: 13px;
}

.developer-card p {
  display: -webkit-box;
  min-height: 54px;
  margin: 0 0 14px;
  overflow: hidden;
  color: #878787;
  font-size: 13px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.developer-card h4 {
  margin: 0 0 10px;
  color: #202020;
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.developer-card img {
  width: 100%;
  height: 108px;
  object-fit: cover;
  border-radius: 7px;
}

.shots-section {
  padding: 90px 0 96px;
background: radial-gradient(circle at 50% 48%, rgb(0 0 0 / 10%), rgba(255, 218, 186, 0) 44%), linear-gradient(90deg, #fff 0%, #fff0ec14 34%, #e5e5e5 66%, #fff 100%);
}

.shots-section h2 {
  margin: 0 0 44px;
  text-align: center;
  color: #252525;
  font-size: 30px;
  font-weight: 700;
}

.shots-section h2 em {
  font-style: italic;
  font-weight: 800;
}

.shots-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}

.shot-card {
  position: relative;
  min-height: 148px;
  padding: 18px 16px;
  background: #fff;
  border: 1px solid #f0e3df;
  border-radius: 5px;
  box-shadow: 0 8px 20px rgba(138, 70, 52, 0.12);
}

.shot-card h3 {
  max-width: 150px;
  margin: 0 0 8px;
  color: #111;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.shot-card p {
  max-width: 142px;
  margin: 0;
  color: #777;
  font-size: 13px;
  line-height: 1.35;
}

.shot-card i {
  position: absolute;
  right: 18px;
  bottom: 16px;
  color: #616161;
  font-size: 30px;
}

.contact-hero {
  padding: 52px 0 108px;
}

.contact-grid {
  max-width: 1080px;
  margin: 0 auto;
}

.contact-form-card {
  max-width: 536px;
  padding: 34px 32px 32px;
  margin: 0 auto;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
}

.contact-form-card h2 {
  margin: 0 0 26px;
  color: #000;
  font-size: 17px;
  font-weight: 700;
}

.contact-form-card input,
.contact-form-card textarea {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  padding: 14px 16px;
  color: #000;
  background: #fff;
  border: 1px solid #cbd2dc;
  border-radius: 10px;
  outline: 0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form-card textarea {
  resize: vertical;
  background: #f7f7f7;
}

.contact-form-card input:focus,
.contact-form-card textarea:focus {
  border-color: #000;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.06);
}

.contact-form-card button {
  width: 100%;
  min-height: 50px;
  margin-top: 6px;
  color: #fff;
  background: #000;
  border: 0;
  border-radius: 9px;
  font-size: 16px;
  font-weight: 700;
}

.contact-copy {
  padding-top: 20px;
}

.contact-copy > div:not(:last-child) {
  margin-bottom: 46px;
}

.contact-copy h2 {
  margin: 0 0 10px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

.contact-copy p {
  max-width: 620px;
  margin: 0;
  color: #24364b;
  line-height: 1.45;
}

.quick-contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.quick-contact-row a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 78px;
  padding: 12px 22px;
  color: #0d2340;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #e0e0e0;
  border-radius: 999px;
}

.quick-contact-row i {
  display: grid;
  width: 42px;
  height: 42px;
  color: #fff;
  background: #5b6ff5;
  border-radius: 50%;
  place-items: center;
}

.quick-contact-row a:last-child i {
  background: #ff9f26;
}

.headquarters-section {
  padding: 70px 0 76px;
}

.hq-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.hq-head h2 {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.hq-head span {
  color: #000;
  font-size: 20px;
}

.map-embed {
  overflow: hidden;
  height: 330px;
  border-radius: 22px;
  background: #d7d7d7;
}

.map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.18) contrast(0.95);
}

.contact-cards-section {
  padding: 74px 0 92px;
  color: #fff;
  background: #000;
}

.contact-cards-section .container {
  max-width: 1430px;
}

.contact-cards-section h2 {
  margin: 0 0 58px;
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: 800;
}

.contact-cards-section .row {
  --bs-gutter-x: 26px;
  --bs-gutter-y: 26px;
  justify-content: center;
}

.detail-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 265px;
  height: 100%;
  padding: 40px 24px 28px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 17px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.detail-card:hover {
  border-color: rgba(255, 255, 255, 0.65);
  transform: translateY(-4px);
}

.detail-card > i {
  display: block;
  margin-bottom: 56px;
  color: #fff;
  font-size: 43px;
  line-height: 1;
}

.detail-card h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}

.detail-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: normal;
}

.compact-footer {
  margin-top: 0;
}

.vr-view-page {
  color: #111;
  background: #f7f8fb;
}

.vr-view-header {
  position: relative;
  color: #fff;
  background: #050505;
}

.vr-view-header .nav-line {
  margin-top: 0;
}

.vr-view-main {
  min-height: 100vh;
  background: #f7f8fb;
}

.vr-tour-section {
  position: relative;
  padding: 42px 0 70px;
}

.vr-tour-head {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 0 clamp(24px, 5.8vw, 110px) 24px;
  border-bottom: 1px solid #e8e8e8;
}

.vr-tour-head h1 {
  margin: 0;
  color: #111;
  font-size: clamp(26px, 2.5vw, 32px);
  font-weight: 800;
  text-align: center;
}

.vr-back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  color: #111;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.08);
}

.vr-back-btn:hover {
  color: #111;
  background: #f2f4f7;
}

.vr-tour-head select {
  width: 150px;
  height: 42px;
  padding: 0 36px 0 12px;
  color: #082572;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23082572' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m4 6 4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  border: 1px solid #082572;
  border-radius: 6px;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  font-size: 14px;
  font-weight: 700;
}

.vr-frame-wrap {
  display: flex;
  justify-content: center;
  padding: 40px clamp(16px, 5.8vw, 110px) 0;
}

.vr-frame {
  width: min(1280px, 90%);
  height: min(78vh, 760px);
  min-height: 620px;
  overflow: hidden;
  background: #000;
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.16);
}

.vr-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.vr-share-btn {
  position: fixed;
  right: clamp(18px, 3vw, 48px);
  bottom: clamp(24px, 3vw, 48px);
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #fff;
  background: #082572;
  border: 1px solid #e8e8e8;
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(8, 37, 114, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vr-share-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(8, 37, 114, 0.3);
}

.vr-share-btn i {
  font-size: 24px;
}

.policy-page-body {
  color: #111;
  background: #f7f8fb;
}

.policy-page {
  width: min(900px, calc(100% - 36px));
  margin: 0 auto;
  padding: 46px 0 70px;
}

.policy-page > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 24px;
  color: #111;
  font-weight: 700;
}

.policy-page section {
  padding: clamp(24px, 4vw, 44px);
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
}

.policy-page h1 {
  margin: 0 0 18px;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 800;
}

.policy-page h2 {
  margin: 28px 0 10px;
  font-size: 21px;
  font-weight: 800;
}

.policy-page p {
  margin: 0;
  color: #4b5563;
  line-height: 1.7;
}

.wishlist-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.wishlist-page {
  width: min(1080px, calc(100% - 36px));
  padding-top: 48px;
  padding-bottom: 86px;
}

.wishlist-page > a {
  margin: 0 0 26px;
  color: #000;
  font-size: 16px;
}

.wishlist-page section {
  padding: 46px 44px 44px;
}

.wishlist-page h1 {
  margin-bottom: 20px;
  color: #000;
  font-size: clamp(44px, 4vw, 52px);
  line-height: 1;
}

.wishlist-page section > p {
  max-width: 780px;
  color: #334155;
  font-size: 17px;
  line-height: 1.65;
}

.wishlist-grid article {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.wishlist-grid img {
  width: 100%;
  height: 100%;
  min-height: 150px;
  object-fit: cover;
}

.wishlist-grid div {
  padding: 22px 20px;
}

.wishlist-grid h2 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.1;
}

.wishlist-grid p {
  margin-bottom: 18px;
  color: #475569;
  font-size: 16px;
  line-height: 1.55;
}

.wishlist-grid a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #000;
  font-size: 16px;
  font-weight: 800;
}

.listing-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 34px;
}

.listing-pagination[hidden] {
  display: none;
}

.listing-pagination button {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #111827;
  background: #fff;
  border: 1px solid #d7dce4;
  border-radius: 50%;
  font-weight: 800;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.listing-pagination button:hover:not(:disabled),
.listing-pagination button.active {
  color: #fff;
  background: #000;
  border-color: #000;
  transform: translateY(-1px);
}

.listing-pagination button:disabled {
  color: #a4acb8;
  cursor: not-allowed;
  opacity: 0.7;
}

@media (max-width: 767.98px) {
  .wishlist-grid {
    grid-template-columns: 1fr;
  }

  .wishlist-page {
    width: calc(100% - 28px);
    padding-top: 30px;
  }

  .wishlist-page section {
    padding: 28px 20px;
  }

  .wishlist-grid article {
    grid-template-columns: 1fr;
  }

  .wishlist-grid img {
    height: 220px;
  }

  .listing-pagination {
    gap: 8px;
    margin-top: 26px;
  }

  .listing-pagination button {
    width: 38px;
    height: 38px;
    font-size: 13px;
  }
}

.all-properties-page {
  color: #111827;
  background: #fff;
}

.all-properties-wide {
  width: min(1600px, calc(100% - 110px));
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.all-properties-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}

.all-properties-header .navbar {
  min-height: 122px;
}

.all-properties-header .navbar-brand img {
  width: 118px;
  max-height: 64px;
  object-fit: contain;
}

.all-properties-header .navbar-nav {
  gap: 28px;
}

.all-properties-header .nav-link,
.all-properties-header .nav-link:hover,
.all-properties-header .nav-link:focus,
.all-properties-header .nav-link.show {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.all-header-search {
  display: flex;
  align-items: center;
  width: min(470px, 30vw);
  height: 44px;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  border-radius: 14px;
  overflow: hidden;
}

.all-header-search input {
  flex: 1;
  min-width: 0;
  height: 100%;
  padding: 0 18px 0 24px;
  color: #000;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 14px;
}

.all-header-search button {
  width: 48px;
  height: 100%;
  color: #000;
  background: transparent;
  border: 0;
  font-size: 18px;
}

.all-get-started {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 124px;
  height: 46px;
  margin-left: 32px;
  color: #fff;
  background: #000;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
}

.all-get-started:hover {
  color: #fff;
}

.all-browse-section {
  padding: 24px 0 96px;
}

.all-browse-title {
  padding-top: 2px;
  text-align: center;
}

.all-browse-title h1 {
  margin: 0;
  color: #000;
  font-size: clamp(32px, 2.4vw, 42px);
  font-weight: 800;
  line-height: 1.1;
}

.all-browse-title p {
  margin: 8px 0 0;
  color: #77808c;
  font-size: 17px;
}

.all-listing-tabs {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 50px 0 62px;
}

.all-listing-tabs button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 10px 18px;
  color: #9aa3b5;
  background: #fff;
  border: 1px solid #d5dbe5;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 800;
}

.all-listing-tabs button.active {
  color: #000;
  border-color: #08125f;
}

.all-listing-tabs img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.all-filter-row {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  gap: 18px;
  align-items: center;
}

.all-category-arrow {
  display: grid;
  width: 34px;
  height: 34px;
  color: #000;
  background: #fff;
  border: 1px solid #9ca3af;
  border-radius: 50%;
  place-items: center;
}

.all-category-track {
  display: grid;
  grid-auto-columns: minmax(120px, 1fr);
  grid-auto-flow: column;
  gap: 22px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.all-category-track::-webkit-scrollbar {
  display: none;
}

.all-category-btn {
  position: relative;
  display: grid;
  gap: 10px;
  justify-items: center;
  min-height: 112px;
  padding: 0 8px 20px;
  color: #30343a;
  background: transparent;
  border: 0;
  font-size: 14px;
  font-weight: 700;
}

.all-category-btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: transparent;
}

.all-category-btn.active::after {
  background: #000;
}

.all-category-btn img {
  width: 92px;
  height: 66px;
  object-fit: contain;
}

.all-category-rule {
  height: 1px;
  margin-bottom: 40px;
  background: #dfe3e8;
}

.all-project-filter {
  position: absolute;
  right: 54px;
  top: -108px;
  z-index: 4;
}

.all-project-filter > button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 112px;
  min-height: 38px;
  padding: 8px 16px;
  color: #334155;
  background: #fff;
  border: 1px solid #a3a3a3;
  border-radius: 10px;
  font-weight: 600;
}

.all-project-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  display: none;
  min-width: 112px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.14);
}

.all-project-filter.open .all-project-menu {
  display: block;
}

.all-project-menu button {
  display: block;
  width: 100%;
  padding: 12px 16px;
  color: #334155;
  background: #fff;
  border: 0;
  text-align: left;
}

.all-project-menu button:hover {
  background: #f8fafc;
}

.all-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.all-property-card {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.1);
}

.all-card-image {
  position: relative;
  height: 256px;
  overflow: hidden;
  background: #eef2f7;
}

.all-card-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.all-card-image a img {
  display: block;
}

.all-card {
  cursor: pointer;
}

.all-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.all-property-card:hover .all-card-image img {
  transform: scale(1.04);
}

.all-card:hover .all-card-image img {
  transform: scale(1.04);
}

.all-card-badges {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  gap: 8px;
  pointer-events: none;
}

.all-card-badges span {
  padding: 8px 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.34);
  font-size: 12px;
  font-weight: 700;
}

.all-card-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  display: flex;
  justify-content: center;
  gap: 6px;
  pointer-events: none;
}

.all-card-dots i {
  display: block;
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.72;
}

.all-card-dots i:first-child {
  width: 24px;
  border-radius: 999px;
  opacity: 1;
}

.all-card-body {
  padding: 22px 26px 30px;
}

.all-card-body h2 {
  margin: 0 0 16px;
  color: #111827;
  font-size: 22px;
  font-weight: 800;
}

.all-card-body p {
  display: flex;
  gap: 10px;
  min-height: 42px;
  margin: 0 0 22px;
  color: #676f7a;
  font-size: 12px;
  line-height: 1.45;
}

.all-card-body strong {
  color: #111827;
  font-size: 17px;
}

.all-map-view {
  position: relative;
  height: calc(100vh - 154px);
  min-height: 650px;
  margin: -40px -55px -96px;
  overflow: hidden;
  background: #e5eef7;
}

.all-map-view iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.all-map-tabs {
  position: absolute;
  top: 18px;
  left: 28px;
  z-index: 2;
  display: flex;
  overflow: hidden;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.22);
}

.all-map-tabs button {
  min-height: 42px;
  padding: 9px 18px;
  color: #334155;
  background: #fff;
  border: 0;
  font-weight: 700;
}

.all-map-tabs button.active {
  color: #000;
}

.all-floating-actions {
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 60;
  display: flex;
  gap: 8px;
  padding: 10px;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.2);
  transform: translateX(-50%);
}

.all-floating-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 120px;
  height: 38px;
  color: #111;
  background: #fff;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
}

.all-floating-actions button:last-child,
.all-properties-page.is-map-mode .all-floating-actions button:first-child {
  color: #fff;
  background: #000;
}

.all-properties-page.is-map-mode .all-floating-actions button:first-child {
  min-width: 132px;
}

.all-properties-page.is-map-mode .all-floating-actions button:last-child {
  color: #111;
  background: #fff;
}

.all-empty-state {
  grid-column: 1 / -1;
  padding: 64px 24px;
  color: #64748b;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  text-align: center;
  font-weight: 700;
}

@media (max-width: 1199.98px) {
  .all-properties-wide {
    width: min(100% - 40px, 1100px);
  }

  .all-properties-header .navbar {
    min-height: 82px;
  }

  .all-header-search {
    width: 100%;
    margin: 14px 0;
  }

  .all-get-started {
    width: 100%;
    margin-left: 0;
  }

  .all-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .all-project-filter {
    position: relative;
    top: auto;
    right: auto;
    grid-column: 2 / 3;
    justify-self: end;
  }
}

@media (max-width: 767.98px) {
  .all-properties-wide {
    width: calc(100% - 32px);
  }

  .all-browse-section {
    padding-bottom: 82px;
  }

  .all-listing-tabs {
    flex-direction: column;
    margin: 34px 0 34px;
  }

  .all-filter-row {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 10px;
  }

  .all-category-track {
    grid-auto-columns: 112px;
    gap: 12px;
  }

  .all-category-btn img {
    width: 78px;
    height: 56px;
  }

  .all-project-filter {
    grid-column: 1 / -1;
    justify-self: center;
    margin-bottom: 14px;
    order: -1;
  }

  .all-card-grid {
    grid-template-columns: 1fr;
  }

  .all-card-image {
    height: 220px;
  }

  .all-map-view {
    height: calc(100vh - 96px);
    min-height: 560px;
    margin-left: -16px;
    margin-right: -16px;
  }

  .all-floating-actions {
    width: min(340px, calc(100% - 28px));
  }

  .all-floating-actions button {
    flex: 1;
    min-width: 0;
  }
}

@media (max-width: 1199.98px) {
  .inner-site-header {
    padding-top: 0;
    color: #000;
    background: #fff;
    backdrop-filter: none;
  }

  .inner-site-header .navbar-collapse {
    padding: 86px 24px 28px;
  }

  .inner-site-header .nav-link,
  .inner-site-header .nav-link:hover,
  .inner-site-header .nav-link:focus,
  .inner-site-header .nav-link.show,
  .inner-site-header .search-box input,
  .inner-site-header .search-box button,
  .inner-site-header .search-placeholder-slider span {
    color: #000;
  }

  .inner-site-header .search-box {
    border-color: #000;
  }

  .inner-site-header .get-started {
    color: #fff;
    background: #000;
  }
}

@media (max-width: 991.98px) {
  .vr-tour-head {
    grid-template-columns: 48px 1fr auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .vr-frame {
    width: 100%;
    min-height: 560px;
  }

  .section-title {
    margin-bottom: 42px;
  }

  .about-hero,
  .contact-hero {
    padding-top: 42px;
  }

  .about-intro img {
    height: 360px;
  }

  .ai-story-section {
    padding: 64px 0 80px;
  }

  .ai-visual {
    min-height: 520px;
  }

  .developer-showcase-section h2 {
    font-size: 28px;
  }

  .shots-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact-copy {
    padding-top: 0;
  }
}

@media (max-width: 767.98px) {
  .vr-tour-section {
    padding-top: 28px;
  }

  .vr-tour-head {
    grid-template-columns: 44px 1fr auto;
    gap: 10px;
    padding: 0 18px 18px;
  }

  .vr-back-btn {
    width: 40px;
    height: 40px;
  }

  .vr-tour-head select {
    width: 116px;
    height: 36px;
    font-size: 12px;
  }

  .vr-frame-wrap {
    padding: 28px 18px 0;
  }

  .vr-frame {
    min-height: 66vh;
  }

  .vr-share-btn {
    width: 48px;
    height: 48px;
  }

  .vr-share-btn i {
    font-size: 20px;
  }

  .inner-header .navbar {
    min-height: 78px;
  }

  .section-title h1 {
    font-size: 36px;
  }

  .section-title p {
    font-size: 15px;
  }

  .about-intro h2,
  .ai-story-section h2 {
    font-size: 30px;
  }

  .about-intro img {
    height: 300px;
  }

  .ai-visual {
    min-height: 480px;
  }

  .ai-visual img {
    right: 0;
    width: 68%;
    height: 360px;
  }

  .top-chat,
  .result-chat,
  .ai-result-card {
    left: 0;
    width: 76%;
  }

  .developer-showcase-section {
    padding: 10px 0 56px;
  }

  .developer-showcase-section h2 {
    font-size: 24px;
  }

  .developer-card {
    flex-basis: 220px;
  }

  .shots-section {
    padding: 60px 0 66px;
  }

  .shots-section h2 {
    margin-bottom: 28px;
    font-size: 26px;
  }

  .shots-grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-width: none;
  }

  .shots-grid::-webkit-scrollbar {
    display: none;
  }

  .shot-card {
    flex: 0 0 210px;
  }

  .contact-form-card {
    padding: 26px 20px;
  }

  .hq-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .map-embed {
    height: 300px;
    border-radius: 14px;
  }

  .contact-cards-section h2 {
    margin-bottom: 34px;
    font-size: 28px;
  }

  .detail-card {
    min-height: 220px;
  }
}

@media (max-width: 575.98px) {
  .contact-hero {
    padding: 28px 0 42px;
  }

  .contact-hero .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-hero .section-title {
    margin-bottom: 28px;
  }

  .contact-hero .section-title h1 {
    font-size: 34px;
    line-height: 1.18;
  }

  .contact-hero .section-title p {
    margin-bottom: 0;
  }

  .contact-grid {
    --bs-gutter-y: 24px;
  }

  .contact-form-card {
    max-width: none;
    padding: 24px 20px 22px;
    border-radius: 13px;
  }

  .contact-form-card h2 {
    margin-bottom: 24px;
  }

  .contact-form-card input,
  .contact-form-card textarea {
    margin-bottom: 12px;
    padding: 12px 16px;
    border-radius: 9px;
  }

  .contact-form-card input {
    min-height: 54px;
  }

  .contact-form-card textarea {
    min-height: 126px;
  }

  .contact-form-card button {
    min-height: 48px;
    margin-top: 10px;
  }

  .contact-copy {
    padding: 24px 20px 0;
  }

  .contact-copy > div:not(:last-child) {
    margin-bottom: 26px;
  }

  .contact-copy h2 {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .contact-copy p {
    font-size: 16px;
    line-height: 1.48;
  }

  .quick-contact-row {
    gap: 12px;
  }

  .quick-contact-row a {
    width: 100%;
    min-height: 58px;
    padding: 10px 16px;
    font-size: 14px;
    overflow-wrap: anywhere;
  }

  .quick-contact-row i {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
  }

  .headquarters-section {
    padding: 34px 0 42px;
  }

  .headquarters-section .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hq-head {
    margin-bottom: 18px;
  }

  .hq-head h2,
  .hq-head span {
    font-size: 20px;
  }

  .map-embed {
    height: 230px;
  }

  .contact-cards-section {
    padding: 46px 0 58px;
  }
}

.developer-slider-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
}

.developer-slider-head h2 {
  margin: 0;
}

.developer-slider-actions {
  display: flex;
  gap: 10px;
}

.developer-slider-actions button {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  color: #111;
  background: #fff;
  transition: 0.2s ease;
}

.developer-slider-actions button:hover {
  color: #fff;
  background: #000;
  border-color: #000;
}

.book-vr-page {
  min-height: 100vh;
  margin: 0;
  color: #050505;
  background: #fff;
  font-family: "Open Sans", sans-serif;
}

.book-vr-shell {
  min-height: 100vh;
  padding: 46px clamp(22px, 4vw, 64px) 34px;
}

.book-vr-back {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  margin-bottom: 28px;
  color: #000;
  font-size: 30px;
  text-decoration: none;
}

.book-vr-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.9fr);
  align-items: start;
  gap: clamp(36px, 6vw, 96px);
}

.book-vr-form-panel h1 {
  margin: 0 0 52px;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
}

.book-vr-form-panel h1 span {
  display: inline-block;
  padding-bottom: 30px;
  border-bottom: 1px solid #dedede;
}

.book-vr-form {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.book-vr-grid.two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.book-vr-field {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.book-vr-field > span {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #030303;
  font-size: 18px;
  font-weight: 600;
}

.book-vr-field > span i {
  color: rgba(0, 0, 0, 0.55);
  font-size: 18px;
}

.book-vr-field input,
.book-vr-field select {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border: 2px solid #dedede;
  border-radius: 0;
  color: #222;
  background: #fff;
  font-size: 15px;
  outline: none;
}

.book-vr-field input:focus,
.book-vr-field select:focus,
.book-vr-locations button:hover,
.book-vr-locations button.active {
  border-color: #000;
}

.book-vr-field input[readonly] {
  cursor: pointer;
  background: #fff;
}

.book-vr-submit {
  align-self: center;
  width: min(315px, 70%);
  min-height: 56px;
  border: 0;
  color: #fff;
  background: #000;
  font-size: 16px;
  font-weight: 700;
}

.book-vr-submit:disabled {
  color: #4a4a4a;
  background: #f0f0f0;
}

.book-vr-location-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
}

.book-vr-location-head h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
}

.book-vr-country {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 12px;
  border: 1.5px solid #e0e0e0;
  color: #000;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
}

.book-vr-country span {
  display: inline-grid;
  min-width: 28px;
  min-height: 18px;
  place-items: center;
  color: #0a6d2e;
  background: linear-gradient(#ff9933 0 33%, #fff 33% 66%, #138808 66%);
  font-size: 9px;
  font-weight: 800;
}

.book-vr-locations {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.book-vr-locations button {
  min-height: 44px;
  border: 2px solid #e0e0e0;
  color: #000;
  background: #f8f8f8;
  font-size: 14px;
  font-weight: 700;
}

.book-vr-media {
  position: sticky;
  top: 46px;
}

.book-vr-media img {
  width: 100%;
  height: min(74vh, 735px);
  min-height: 520px;
  object-fit: cover;
}

.book-address-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(12px);
}

.book-address-modal.active {
  display: flex;
}

.book-address-dialog {
  position: relative;
  width: min(960px, 100%);
  overflow: hidden;
  color: #000;
  background: #fff;
  border: 2px solid #d8d8d8;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.14);
}

.book-address-choose {
  min-height: 156px;
  padding: 28px 24px 0;
}

.book-address-close {
  position: absolute;
  top: 24px;
  right: 24px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid #dddddd;
  border-radius: 50%;
  color: #111;
  background: #fff;
  font-size: 18px;
}

.book-address-choose h2 {
  margin: 0 0 26px;
  font-size: 20px;
  font-weight: 700;
}

.book-address-add {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border: 0;
  color: #000;
  background: transparent;
  font-size: 17px;
  font-weight: 600;
}

.book-address-add span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #fff;
  background: #000;
  border-radius: 50%;
  font-size: 20px;
}

.book-address-choose p {
  margin: 22px -24px 0;
  padding: 4px 20px;
  text-align: center;
  color: #c7c7c7;
  border-top: 1px solid #dedede;
}

.book-address-map {
  width: min(958px, 100%);
  height: min(82vh, 785px);
  border: 0;
  background:
    linear-gradient(90deg, rgba(210, 220, 231, 0.75) 1px, transparent 1px) 0 0 / 92px 92px,
    linear-gradient(rgba(210, 220, 231, 0.75) 1px, transparent 1px) 0 0 / 92px 92px,
    linear-gradient(135deg, #f8f9fb 0 32%, #e7edf5 32% 34%, #f7f1df 34% 46%, #e4ebf2 46% 48%, #fbfbfb 48% 100%);
}

.book-map-hero {
  position: relative;
  height: 100%;
  min-height: 500px;
}

.book-map-back {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #000;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
}

.book-map-hero > .book-map-back {
  position: absolute;
  top: 40px;
  left: 30px;
}

.book-map-search {
  position: absolute;
  top: 34px;
  left: 96px;
  right: 90px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  padding: 0 22px;
  color: #969696;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
}

.book-address-close.map-close {
  top: 40px;
  right: 28px;
}

.book-map-pin {
  position: absolute;
  top: 40%;
  left: 50%;
  color: #0b2a78;
  font-size: 44px;
  transform: translate(-50%, -50%);
}

.book-address-confirm-card {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: min(574px, calc(100% - 56px));
  padding: 18px 24px 16px;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.18);
}

.book-address-confirm-card p {
  margin: 0 0 16px;
  color: #333;
  font-size: 13px;
}

.book-address-confirm-card h3,
.book-address-detail-head h3 {
  margin: 0 0 8px;
  color: #000;
  font-size: 19px;
  font-weight: 800;
}

.book-address-confirm-card h3 i,
.book-address-detail-head h3 i {
  color: #0b2a78;
}

.book-address-confirm-card address {
  margin: 0 0 26px;
  color: #222;
  font-size: 13px;
  line-height: 1.45;
}

.book-address-confirm-card button,
.book-address-detail button[data-address-save] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(345px, 100%);
  min-height: 44px;
  margin: 0 auto;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #0b2a78;
  font-weight: 800;
}

.book-address-detail {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 52%;
  padding: 32px 50px 26px;
  overflow-y: auto;
  background: #fff;
  border-radius: 18px 18px 0 0;
  box-shadow: 0 -12px 38px rgba(0, 0, 0, 0.15);
}

.book-address-detail-head {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  margin-bottom: 22px;
}

.book-address-detail-head p {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 1.45;
}

.book-address-detail input,
.book-address-detail textarea {
  display: block;
  width: 100%;
  min-height: 70px;
  border: 0;
  border-bottom: 1px solid #dedede;
  color: #111;
  background: #fff;
  outline: 0;
  font-size: 15px;
}

.book-address-detail textarea {
  min-height: 84px;
  margin: 20px 0;
  padding: 16px;
  resize: vertical;
  border: 1px solid #dedede;
  border-radius: 4px;
}

@media (max-width: 991.98px) {
  .book-vr-layout {
    grid-template-columns: 1fr;
  }

  .book-vr-media {
    position: static;
    order: -1;
  }

  .book-vr-media img {
    height: 360px;
    min-height: 0;
  }
}

@media (max-width: 575.98px) {
  .developer-slider-actions {
    display: none;
  }

  .book-vr-shell {
    padding: 24px 16px;
  }

  .book-vr-grid.two,
  .book-vr-locations {
    grid-template-columns: 1fr;
  }

  .book-vr-submit {
    width: 100%;
  }

  .book-address-modal {
    padding: 14px;
  }

  .book-address-choose {
    padding: 24px 18px 0;
  }

  .book-address-map {
    height: 88vh;
  }

  .book-map-search {
    left: 76px;
    right: 64px;
    padding: 0 12px;
  }

  .book-address-close.map-close {
    right: 12px;
  }

  .book-address-detail {
    max-height: 64%;
    padding: 24px 18px;
  }

  .book-address-detail-head {
    grid-template-columns: 38px 1fr;
  }
}
