﻿/* Copy Animation */
.base-color {
  color: hsl(var(--main)) !important;
}

:root {
  --main: hsl(var(--base));
}

.copyInput {
  display: inline-block;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.copied::after {
  position: absolute;
  top: 8px;
  right: 12%;
  width: 100px;
  display: block;
  content: "COPIED";
  font-size: 1em;
  padding: 5px 5px;
  color: #fff;
  background-color: #b4a38f;
  border-radius: 3px;
  opacity: 0;
  will-change: opacity, transform;
  animation: showcopied 1.5s ease;
}

@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  50% {
    opacity: 0.7;
    transform: translateX(40%);
  }

  70% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
  }
}

.cookies-card {
  width: 520px;
  padding: 30px;
  color: #1e2337;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999999;
  transition: all 0.5s;
  background: #d1d1d1;
  border-radius: 5px;
}

.scroll-bottom {
  position: fixed;
  right: 30px;
  bottom: 78px;
  z-index: 99;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: hsl(var(--base));
  color: hsl(var(--black));
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.scroll-bottom.show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .scroll-bottom {
    right: 20px;
    bottom: 68px;
    width: 35px;
    height: 35px;
  }
}

.cookies-card.hide {
  bottom: -500px !important;
}

.radius--10px {
  border-radius: 10px;
}

.cookies-card__icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #6e6f70;
  color: #fff;
  font-size: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.cookies-card__content {
  margin-bottom: 0;
}

.cookies-btn {
  color: #363636;
  text-decoration: none;
  padding: 10px 35px;
  margin: 3px 5px;
  display: inline-block;
  border-radius: 999px;
}

.cookies-btn:hover {
  color: #363636;
}

@media (max-width: 767px) {
  .cookies-card {
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 14px;
    padding: 15px;
  }
}

/* Reference-led site visit showcase */
.site-visit-section {
  padding: 0;
  background: #f4f0e8;
}

.site-visit-section::before {
  display: none;
}

.site-visit-section > .container {
  max-width: 100%;
  padding: 0;
}

.site-visit-wrap {
  width: 100%;
  max-width: 1180px;
  grid-template-columns: minmax(315px, .42fr) minmax(0, .75fr);
  gap: 0;
  align-items: stretch;
  box-shadow: 0 24px 60px rgba(38, 31, 24, .14);
}

.site-visit-content {
  position: relative;
  overflow: hidden;
  padding: clamp(42px, 5vw, 72px) clamp(32px, 4vw, 58px);
  background: linear-gradient(145deg, #202730 0%, #111820 100%);
  color: #f5ecdd;
}

.site-visit-content::after {
  position: absolute;
  inset: auto auto -90px -100px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(216, 187, 142, .12);
  transform: rotate(45deg);
  content: "";
}

.site-visit-eyebrow {
  margin-bottom: 20px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #c9aa7c;
  font-size: 12px;
  letter-spacing: .12em;
}

.site-visit-eyebrow i {
  font-size: 18px;
}

.site-visit-content h2 {
  margin-bottom: 34px;
  color: #f2e7d5;
  font-size: clamp(34px, 3.4vw, 50px);
  font-weight: 500;
  line-height: 1.08;
}

.site-visit-features {
  max-width: 100%;
  margin: 0;
}

.site-visit-features::before {
  left: 21px;
  top: 43px;
  bottom: 43px;
  width: 2px;
  background: linear-gradient(#cba66f, #f2dec0, #cba66f);
}

.site-visit-feature {
  min-height: 78px;
  gap: 15px;
}

.site-visit-feature > span {
  z-index: 1;
  flex-basis: 44px;
  width: 44px;
  height: 44px;
  border: 1px solid #d3b27d;
  background: radial-gradient(circle at 35% 30%, #f2dfbd, #9e7440 72%);
  color: #fff;
  font-family: Georgia, serif;
  font-size: 19px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .28);
}

.site-visit-feature h4 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.site-visit-media {
  padding: clamp(30px, 3.6vw, 52px) clamp(24px, 3.5vw, 46px);
  background:
    linear-gradient(45deg, transparent 49.5%, rgba(153, 123, 82, .12) 50%, transparent 50.5%) 100% 0 / 210px 210px,
    #f7f3eb;
}

.site-visit-showcase {
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  grid-template-rows: 128px 116px 150px 52px;
  gap: 12px;
}

.site-visit-showcase__card,
.site-visit-showcase__image {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(126, 91, 48, .62);
  border-radius: 14px;
  background: rgba(255, 252, 246, .94);
  box-shadow: 0 7px 15px rgba(67, 52, 36, .15);
}

.site-visit-showcase__card {
  display: grid;
  min-height: 0;
  padding: 0;
}

.site-visit-showcase__card--top {
  grid-column: 1 / -1;
  grid-template-columns: 1fr .95fr;
  gap: 10px;
  padding: 8px 8px 8px 17px;
}

.site-visit-showcase__card--detail {
  grid-column: 2;
  grid-row: 2;
  padding: 15px 17px;
}

.site-visit-showcase__image--feature {
  grid-column: 1;
  grid-row: 2 / 4;
}

.site-visit-showcase__image--lifestyle {
  grid-column: 2;
  grid-row: 3;
}

.site-visit-showcase__copy {
  justify-content: center;
  padding: 0;
}

.site-visit-showcase__copy h3 {
  margin: 0 0 6px;
  color: #171717;
  font-size: clamp(18px, 1.8vw, 25px);
  font-weight: 600;
  line-height: 1.05;
}

.site-visit-showcase__copy p {
  margin: 0;
  color: #4f4a43;
  font-size: 12px;
  line-height: 1.35;
}

.site-visit-showcase__image {
  min-height: 0;
}

.site-visit-showcase__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-visit-showcase__image--feature img {
  object-position: center;
}

.site-visit-button {
  grid-column: 1 / -1;
  align-self: center;
  justify-self: center;
  width: min(100%, 235px);
  min-height: 44px;
  padding: 10px 20px;
  border: 1px solid #0f1216;
  border-radius: 5px;
  background: #20262e;
  box-shadow: 0 8px 18px rgba(20, 24, 29, .25);
  color: #e8d4b2;
  font-size: 14px;
}

.site-visit-button:hover,
.site-visit-button:focus {
  background: #111820;
  box-shadow: 0 12px 25px rgba(20, 24, 29, .3);
}

@media (max-width: 991px) {
  .site-visit-wrap {
    grid-template-columns: minmax(270px, .65fr) 1fr;
  }

  .site-visit-content {
    padding: 42px 30px;
  }

  .site-visit-media {
    width: auto;
  }
}

@media (max-width: 767px) {
  .site-visit-section {
    padding: 0;
  }

  .site-visit-wrap {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .site-visit-content h2 {
    font-size: 36px;
  }

  .site-visit-feature {
    align-items: center;
  }

  .site-visit-media {
    width: 100%;
    padding: 28px 18px 34px;
  }

  .site-visit-showcase {
    grid-template-rows: 120px 108px 140px 48px;
  }

  .site-visit-showcase__card--top {
    grid-template-columns: 1.05fr .95fr;
  }

  .site-visit-showcase__card--detail {
    padding: 12px;
  }

  .site-visit-showcase__copy h3 {
    font-size: 17px;
  }

  .site-visit-showcase__copy p {
    font-size: 11px;
  }
}

@media (max-width: 430px) {
  .site-visit-showcase {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .site-visit-showcase__card--top,
  .site-visit-showcase__card--detail,
  .site-visit-showcase__image--feature,
  .site-visit-showcase__image--lifestyle,
  .site-visit-button {
    grid-column: 1;
    grid-row: auto;
  }

  .site-visit-showcase__card--top {
    min-height: 120px;
  }

  .site-visit-showcase__card--detail {
    min-height: 105px;
  }

  .site-visit-showcase__image--feature,
  .site-visit-showcase__image--lifestyle {
    height: 175px;
  }
}

.hover-input-popup {
  position: relative;
}

.input-popup {
  display: none;
}

.hover-input-popup .input-popup {
  display: block;
  position: absolute;
  bottom: 130%;
  left: 50%;
  width: 280px;
  background-color: #1a1a1a;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.input-popup::after {
  position: absolute;
  content: "";
  bottom: -19px;
  left: 50%;
  margin-left: -5px;
  border-width: 10px 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #1a1a1a transparent;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.input-popup p {
  padding-left: 20px;
  position: relative;
}

.input-popup p::before {
  position: absolute;
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  left: 0;
  top: 4px;
  line-height: 1;
  font-size: 18px;
}

.input-popup p.error {
  text-decoration: line-through;
}

.input-popup p.error::before {
  content: "\f057";
  color: #ea5455;
}

.input-popup p.success::before {
  content: "\f058";
  color: #28c76f;
}

.show-filter {
  display: none;
}

@media (max-width: 767px) {
  .responsive-filter-card {
    display: none;
    transition: none;
  }

  .show-filter {
    display: block;
  }
}

/* ////////////////// select 2 css //////////////// */
.select2-dropdown {
  border: 0 !important;
  margin-top: 8px !important;
  border-radius: 5px !important;
  box-shadow: 0 3px 9px rgba(50, 50, 9, 0.05),
    6px 4px 19px rgb(115 103 240 / 20%);
}

.select2-search--dropdown {
  padding: 10px 10px !important;
  border-color: #ced4da !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ced4da !important;
  padding: 10px 20px;
}

.select2-results__option.select2-results__option--selected,
.select2-results__option--selectable,
.select2-container--default .select2-results__option--disabled {
  padding: 12px 14px !important;
  border-bottom: 1px solid #eee;
}

.select2-results__option.select2-results__message {
  text-align: center !important;
  padding: 12px 14px !important;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar {
  width: 8px;
  border-radius: 5px;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-thumb {
  background: #ddd;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #ddd;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow:after {
  position: absolute;
  right: 10px;
  top: 0;
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  transition: 0.3s;
}

.select2-container--default .select2-selection--single {
  border-radius: 0.375rem !important;
  height: 100% !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 8px !important;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow:after {
  transform: rotate(-180deg);
}

.select2-results__option:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.select2-results__option:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.select2-results__option.select2-results__option--selected,
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f1f1f1 !important;
  color: #000 !important;
}

.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus {
  border-color: var(--main) !important;
  box-shadow: 0 0 25px rgba(115, 103, 240 0.071) !important;
  outline: 0 !important;
}

.select2-dropdown .country-flag {
  width: 25px;
  height: 25px;
  border-radius: 8px;
}

.select2-dropdown .gateway-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px !important;
}

.select2-dropdown .gateway-subtitle {
  font-size: 12px;
  margin-bottom: 0px !important;
}
.select2-container--open .select2-selection.select2-selection--single,
.select2-container--open .select2-selection.select2-selection--multiple {
  border-color: hsl(var(--base)) !important;
  border-radius: 0.375rem !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow:after {
    top: -7px;
}

.gateway-card {
  margin-bottom: 16px;
}

.payment-card-title {
  padding: 13px 25px;
  text-align: center;
  background-color: var(--main);
  border-radius: 5px;
  border: 0;
  margin-bottom: 0px;
  color: #fff;
}

.payment-system-list {
  --thumb-width: 100px;
  --thumb-height: 40px;
  --radio-size: 12px;
  --border-color: #cccccf59;
  --hover-border-color: var(--main);
  background-color: #fff;
  border-radius: 5px;
  height: 100%;
}

.payment-system-list.is-scrollable {
  max-height: min(388px, 70vh);
  overflow-x: auto;
  padding-block: 4px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar-thumb {
  background-color: var(--main);
  border-radius: 10px;
}

.payment-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 18px;
  border: 1px solid #fff;
  border-top-color: var(--border-color);
  transition: all 0.3s;
  border-left: 3px solid transparent;
}

.payment-item:first-child {
  border-top-color: #fff;
  border-radius: 5px 5px 0 0;
}

.payment-item:has(.payment-item__radio:checked) {
  border-left: 3px solid var(--hover-border-color);
  border-radius: 0px;
}

.payment-item__check {
  border: 3px solid transparent;
}

.payment-item:has(.payment-item__radio:checked) .payment-item__check {
  border: 3px solid var(--main);
}

.payment-item__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: calc(100% - var(--thumb-width));
}

.payment-item__check {
  width: var(--radio-size);
  height: var(--radio-size);
  border: 1px solid var(--main);
  display: inline-block;
  border-radius: 100%;
}

.payment-item__name {
  padding-left: 10px;
  width: calc(100% - var(--radio-size));
  transition: all 0.3s;
}

.payment-item__thumb {
  width: var(--thumb-width);
  height: var(--thumb-height);
  text-align: right;
  padding-left: 10px;

  &:has(.text) {
    width: fit-content;
  }
}

.payment-item__thumb img {
  max-width: var(--thumb-width);
  max-height: var(--thumb-height);
  object-fit: cover;
}

.deposit-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 12px;
}

.deposit-info__title {
  max-width: 50%;
  margin-bottom: 0px;
  text-align: left;
}

.deposit-info__input {
  max-width: 50%;
  text-align: right;
  width: 100%;
}

.deposit-info__input-select {
  border: 1px solid var(--border-color);
  width: 100%;
  border-radius: 5px;
  padding-block: 6px;
}

.deposit-info__input-group {
  border: 1px solid var(--border-color);
  border-radius: 5px;

  .deposit-info__input-group-text {
    align-self: center;
    padding-left: 5px;
  }
}

.deposit-info__input-group .form--control {
  padding: 5px;
  border: 0;
  height: 35px;
  text-align: right;
}

.deposit-info__input-group .form--control:focus {
  box-shadow: unset;
}

.info-text .text,
.deposit-info__input .text {
  font-size: 14px;
}

.deposit-info__title .text.has-icon {
  display: flex;
  align-items: center;
  gap: 5px;
}

.total-amount {
  border-top: 1px solid var(--border-color);
}

.total-amount .deposit-info__title {
  font-weight: 600;
}

.payment-item__btn {
  border: 0;
  border-block: 1px solid var(--border-color);
  border-bottom: 0;
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  font-weight: 500;
}

.payment-item:hover + .payment-item__btn {
  border-top-color: #fff;
}

button .spinner-border {
  --bs-spinner-width: 1.5rem;
  --bs-spinner-height: 1.5rem;

}

.header,
html[data-theme="dark"] .header,
html[data-theme="dark"] .header.fixed-header {
  background: rgba(73, 61, 49, 0.9) !important;
  background-color: rgba(73, 61, 49, 0.9) !important;
  backdrop-filter: blur(14px) !important;
  box-shadow: 0 12px 34px rgba(26, 14, 8, 0.18) !important;
}

.header.header--home:not(.fixed-header),
html[data-theme="dark"] .header.header--home:not(.fixed-header) {
  background: transparent !important;
  background-color: transparent !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
}

/* Header wishlist */
.header-wishlist {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
}

.header-wishlist:hover {
  color: #7b6d5c;
}

.header-wishlist span {
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  z-index: 25;
  padding: 6px 10px;
  border-radius: 4px;
  background: #111827;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(-4px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.header-wishlist span::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  border: 5px solid transparent;
  border-bottom-color: #111827;
  transform: translateX(-50%);
}

.header-wishlist:hover span,
.header-wishlist:focus span {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.header-wishlist__count {
  position: absolute;
  top: -7px;
  right: -8px;
  display: inline-flex;
  min-width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  border: 2px solid rgba(73, 61, 49, 0.72);
  border-radius: 999px;
  background: #b87324;
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.82);
  transform-origin: center;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.header-wishlist:hover .header-wishlist__count,
.header-wishlist:focus .header-wishlist__count {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.header-login-link {
  color: #ffffff;
  font-family: var(--heading-font);
  font-weight: 700;
  white-space: nowrap;
}

.header-login-link:hover,
.header-login-link:focus,
.header-login-link.active {
  color: #7b6d5c;
}

.amenity-preset-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(118px, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.amenity-preset-card {
  position: relative;
  display: flex;
  min-height: 112px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  padding: 14px 10px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #fffaf2;
  text-align: center;
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.amenity-preset-card:nth-child(even) {
  background: #f1f9ff;
}

.amenity-preset-card:nth-child(3n) {
  background: #fcf8f0;
}

.amenity-preset-card input[type="checkbox"] {
  position: absolute;
  inset: 10px 10px auto auto;
  width: 16px;
  height: 16px;
  accent-color: #7b6d5c;
}

.amenity-preset-card__icon {
  display: inline-flex;
  width: 54px;
  height: 48px;
  align-items: center;
  justify-content: center;
  color: #68717d;
  font-size: 42px;
  line-height: 1;
}

.amenity-preset-card__icon i {
  line-height: 1;
}

.amenity-preset-card__name {
  color: #627083;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.amenity-preset-card:hover,
.amenity-preset-card.is-selected {
  border-color: rgba(123, 109, 92, 0.52);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}

.amenity-preset-card.is-selected {
  background: #fff5e7;
}

.amenity-preset-card.amenity-tile--neutral .amenity-preset-card__icon {
  color: #68717d;
}

.amenity-preset-card.amenity-tile--warm .amenity-preset-card__icon {
  color: #b4a38f;
}

.amenity-preset-card.amenity-tile--green .amenity-preset-card__icon {
  color: #58b989;
}

.amenity-preset-card.amenity-tile--blue .amenity-preset-card__icon {
  color: #4fa3c7;
}

@media (max-width: 991px) {
  .header-login-action {
    margin-top: 12px;
  }

  .header-login-link {
    display: block;
    padding: 10px 0;
  }

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

/* Header mega menu */
@media (min-width: 992px) {
  .header .navbar {
    display: grid;
    grid-template-columns: minmax(160px, 180px) minmax(0, 1fr) minmax(230px, 270px);
    align-items: center;
    column-gap: 14px;
    min-height: 96px;
  }

  .header .navbar-brand.logo {
    position: static;
    justify-self: start;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 88px;
    overflow: visible;
    margin-right: 0 !important;
    transform: none;
    background: transparent;
    padding: 0;
  }

  .header .navbar-brand.logo img {
    display: block;
    width: auto;
    height: 82px;
    max-width: none;
    max-height: 82px;
    transform: none;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.38));
  }

  .header .navbar-collapse {
    grid-column: 2;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-width: 0;
    width: auto;
  }

  .header .nav-menu {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 28px;
    margin: 0;
    width: 100%;
  }

  .header .nav-menu .nav-item {
    margin-right: 0;
    padding-right: 0 !important;
  }

  .header .nav-menu .nav-item .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding-left: 4px;
    padding-right: 4px;
    white-space: nowrap;
    font-size: 15px;
    line-height: 1.2;
    color: #ffffff !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.34);
  }

  .header .nav-menu .nav-item:hover .nav-link,
  .header .nav-menu .nav-item .nav-link.active {
    color: #7b6d5c !important;
  }

  .header .nav-menu .nav-item .nav-link::before {
    background-color: #7b6d5c !important;
  }

  .header .nav-menu .nav-item:hover .nav-link .nav-item__icon,
  .header .nav-menu .nav-item .nav-link.active .nav-item__icon {
    color: #7b6d5c !important;
  }

  .header .top-button {
    grid-column: 3;
    position: static;
    justify-self: end;
    justify-content: flex-end;
    flex: 0 0 auto;
    gap: 18px;
    margin-left: 0 !important;
    transform: none;
    width: 100%;
  }

  .header .header-login-link {
    font-size: 15px;
    line-height: 1.2;
  }

  .header .header-wishlist--action {
    margin: 0;
  }

}

@media (min-width: 992px) and (max-width: 1399px) {
  .header .container {
    max-width: 1240px;
  }

  .header .navbar-brand.logo img {
    width: auto;
    height: 78px;
    max-height: 78px;
  }

  .header .nav-menu {
    gap: 20px;
  }

  .header .nav-menu .nav-item .nav-link {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .header .navbar-brand.logo img {
    width: auto;
    height: 60px;
    max-width: 72px;
    max-height: 60px;
  }
}

.header .project-nav-dropdown {
  position: relative !important;
}

.header .project-nav-dropdown__menu {
  width: auto !important;
  min-width: 230px;
  margin: 0 !important;
  padding: 8px !important;
  border: 1px solid rgba(123, 109, 92, 0.16) !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  box-shadow: 0 18px 40px rgba(71, 5, 15, 0.18) !important;
  overflow: hidden;
}

.header .project-nav-dropdown__menu .dropdown-item {
  margin: 0 !important;
  padding: 10px 13px !important;
  border: 0 !important;
  border-radius: 8px;
  color: #08213d !important;
  font-size: 14px;
  font-weight: 700;
}

.header .project-nav-dropdown__menu .dropdown-item:hover,
.header .project-nav-dropdown__menu .dropdown-item:focus,
.header .project-nav-dropdown__menu .dropdown-item.active {
  background: rgba(123, 109, 92, 0.1) !important;
  color: #7b6d5c !important;
}

@media (max-width: 991px) {
  .header .project-nav-dropdown__menu {
    position: static !important;
    min-width: 100%;
    margin-top: 4px !important;
    box-shadow: none !important;
  }
}

.mega-menu-item {
  position: static;
}

.mega-menu-item .nav-link {
  display: flex;
  align-items: center;
  gap: 4px;
}

.mega-menu {
  position: absolute;
  left: 50%;
  top: calc(100% + 14px);
  z-index: 20;
  width: min(1180px, calc(100vw - 32px));
  max-height: calc(100vh - 130px);
  overflow-y: auto;
  padding: 24px;
  border: 1px solid rgba(139, 242, 109, 0.18);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(8, 19, 32, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 12px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.mega-menu--compact {
  width: min(980px, calc(100vw - 32px));
}

.mega-menu-item:hover .mega-menu,
.mega-menu-item:focus-within .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.mega-menu__grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(4, minmax(150px, 1fr));
  gap: 22px;
}

.mega-menu__grid--commercial {
  grid-template-columns: repeat(4, minmax(170px, 1fr));
}

.mega-menu__col {
  min-width: 0;
}

.mega-menu__col--wide {
  padding-right: 8px;
}

.mega-menu__label {
  display: block;
  margin-bottom: 10px;
  color: #7b6d5c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mega-menu__title {
  margin-bottom: 8px;
  color: #111827;
  font-size: 16px;
  font-weight: 800;
}

.mega-menu__subtitle {
  margin-bottom: 16px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.6;
}

.mega-menu__group span,
.mega-menu__col > span:not(.mega-menu__label) {
  display: block;
  color: #111827;
  font-size: 13px;
  font-weight: 700;
}

.mega-menu a {
  display: block;
  padding: 6px 0;
  color: #475569;
  font-size: 13px;
  line-height: 1.35;
  transition: color 0.18s ease, padding-left 0.18s ease;
}

.mega-menu a:hover {
  padding-left: 5px;
  color: #7b6d5c;
}

@media (max-width: 1199px) {
  .mega-menu {
    width: min(940px, calc(100vw - 28px));
  }

  .mega-menu__grid {
    grid-template-columns: repeat(3, minmax(160px, 1fr));
  }

  .mega-menu__grid--commercial {
    grid-template-columns: repeat(2, minmax(170px, 1fr));
  }
}

@media (max-width: 991px) {
  .mega-menu-item {
    position: relative;
  }

  .mega-menu {
    position: static;
    width: 100%;
    max-height: none;
    margin-top: 8px;
    padding: 16px;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
  }

  .mega-menu-item:hover .mega-menu,
  .mega-menu-item:focus-within .mega-menu {
    display: block;
    transform: none;
  }

  .mega-menu__grid,
  .mega-menu__grid--commercial {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* Reference-style mega menu alignment */
@media (min-width: 992px) {
  .header .navbar {
    position: relative;
  }

  .header .nav-menu .mega-menu-item {
    position: static !important;
  }

  .header .mega-menu {
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    max-height: calc(100vh - 120px);
    padding: 0;
    border: 0;
    border-radius: 0 0 8px 8px;
    overflow: hidden auto;
    transform: translateY(10px);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
  }

  .header .mega-menu-item:hover .mega-menu,
  .header .mega-menu-item:focus-within .mega-menu {
    transform: translateY(0);
  }

  .header .mega-menu__grid {
    grid-template-columns: 245px repeat(4, minmax(145px, 1fr));
    gap: 0;
    min-height: 360px;
  }

  .header .mega-menu__grid--commercial {
    grid-template-columns: 245px repeat(3, minmax(180px, 1fr));
    min-height: 300px;
  }

  .header .mega-menu__col {
    padding: 24px 28px;
    border-left: 1px solid #edf2f7;
  }

  .header .mega-menu__col:first-child {
    border-left: 0;
    background: #f3f4f6;
  }

  .header .mega-menu__col--wide {
    padding-right: 28px;
  }

  .header .mega-menu__label {
    margin-bottom: 14px;
    color: #7b6d5c;
    font-size: 12px;
    font-weight: 800;
  }

  .header .mega-menu__title {
    position: relative;
    margin-bottom: 18px;
    padding-bottom: 10px;
    color: #111827;
    font-size: 16px;
    line-height: 1.25;
  }

  .header .mega-menu__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 2px;
    background: #7b6d5c;
  }

  .header .mega-menu__subtitle {
    margin-bottom: 18px;
    color: #64748b;
    font-size: 13px;
  }

  .header .mega-menu__group span,
  .header .mega-menu__col > span:not(.mega-menu__label) {
    margin-bottom: 8px;
    color: #111827;
    font-size: 13px;
  }

  .header .mega-menu a {
    padding: 7px 0;
    color: #475569;
    font-size: 13px;
    font-weight: 500;
  }

  .header .mega-menu a:hover {
    padding-left: 4px;
    color: #7b6d5c;
  }
}

@media (min-width: 1200px) {
  .header .container {
    max-width: 1188px;
  }
}

.featured-properties-section {
  position: relative;
  padding: 92px 0 104px;
  background:
    linear-gradient(180deg, #f7fbf8 0%, #ffffff 58%),
    #ffffff;
}

.featured-properties-heading {
  max-width: 720px;
  margin: 0 auto 42px;
  text-align: center;
}

.featured-properties-heading__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 7px 14px;
  border: 1px solid rgba(123, 109, 92, 0.18);
  border-radius: 999px;
  background: rgba(123, 109, 92, 0.12);
  color: #7b6d5c;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.featured-properties-heading h2 {
  margin-bottom: 12px;
  color: #0b1f2a;
  font-size: 42px;
  line-height: 1.15;
}

.featured-properties-heading p {
  margin: 0;
  color: #5c6b73;
  font-size: 17px;
  line-height: 1.7;
}

.featured-properties-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.featured-property-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(11, 31, 42, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(13, 42, 58, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.featured-property-card:hover {
  transform: translateY(-6px);
  border-color: rgba(123, 109, 92, 0.26);
  box-shadow: 0 24px 54px rgba(13, 42, 58, 0.14);
}

.featured-property-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #e9f1ef;
}

.featured-property-card__media > a:not(.featured-property-card__wishlist) {
  display: block;
  width: 100%;
  height: 100%;
}

.featured-property-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.featured-property-card:hover .featured-property-card__media img {
  transform: scale(1.06);
}

.featured-property-card__status,
.featured-property-card__wishlist {
  position: absolute;
  z-index: 2;
}

.featured-property-card__status {
  left: 14px;
  top: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(11, 31, 42, 0.82);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.featured-property-card__wishlist {
  border: 0;
  right: 14px;
  top: 14px;
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #7b6d5c;
  font-size: 21px;
  box-shadow: 0 12px 24px rgba(11, 31, 42, 0.16);
  transition: color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.featured-property-card__wishlist:hover {
  transform: translateY(-2px);
  background: #ffffff;
  color: #7b6d5c;
}

.featured-property-card__wishlist.is-active {
  background: #ffffff;
  color: #ef4444;
}

.featured-property-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.property-card-wishlist {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #7b6d5c;
  font-size: 20px;
  box-shadow: 0 10px 20px rgba(6, 27, 58, 0.14);
}

.property-card-wishlist.is-active {
  color: #ef4444;
}

.wishlist-page {
  min-width: 0;
}

.wishlist-page__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid rgba(184, 115, 36, 0.18);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(6, 27, 58, 0.07);
}

.wishlist-page__header span {
  display: block;
  margin-bottom: 4px;
  color: #b87324;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wishlist-page__header h4 {
  margin: 0;
  color: #071f3a;
  font-size: 24px;
  font-weight: 900;
}

.wishlist-page__header p {
  margin: 6px 0 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.5;
}

.wishlist-property-wrapper .feature-item {
  height: 100%;
}

.wishlist-empty {
  padding: 38px 20px;
  border: 1px dashed rgba(184, 115, 36, 0.28);
  border-radius: 8px;
  background: #ffffff;
  text-align: center;
}

@media (max-width: 575px) {
  .wishlist-page__header {
    align-items: flex-start;
    flex-direction: column;
  }
}

.featured-property-card__price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.featured-property-card__price {
  color: #7b6d5c;
  font-size: 21px;
  font-weight: 900;
}

.featured-property-card__category {
  display: inline-flex;
  max-width: 45%;
  align-items: center;
  gap: 6px;
  color: #6b7280;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.featured-property-card__category i {
  flex: 0 0 auto;
  color: #ef5b6c;
  font-size: 14px;
}

.featured-property-card__title {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.35;
}

.featured-property-card__title a {
  color: #0b1f2a;
}

.featured-property-card__title a:hover {
  color: #7b6d5c;
}

.featured-property-card__location {
  display: flex;
  min-height: 44px;
  align-items: flex-start;
  gap: 7px;
  margin-bottom: 16px;
  color: #62727c;
  font-size: 14px;
  line-height: 1.55;
}

.featured-property-card__location i {
  margin-top: 3px;
  color: #554b40;
  font-size: 17px;
}

.featured-property-card__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 14px;
}

.featured-property-card__facts span {
  display: inline-flex;
  min-width: 0;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 8px;
  border: 1px solid rgba(11, 31, 42, 0.08);
  border-radius: 8px;
  background: #f7faf9;
  color: #263b45;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.featured-property-card__facts i {
  color: #7b6d5c;
  font-size: 17px;
}

.featured-property-card__furnishing {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  gap: 7px;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(239, 91, 108, 0.12);
  color: #725411;
  font-size: 13px;
  font-weight: 800;
}

.featured-property-card__button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
  padding: 12px 18px;
  border-radius: 8px;
  background: linear-gradient(135deg, #554b40 0%, #554b40 100%);
  color: #ffffff;
  font-weight: 800;
}

.featured-property-card__button:hover,
.featured-property-card__button:focus {
  color: #ffffff;
  background: linear-gradient(135deg, #7b6d5c 0%, #554b40 100%);
}

.featured-properties-empty {
  grid-column: 1 / -1;
  max-width: 580px;
  margin: 0 auto;
  padding: 34px 28px;
  border: 1px dashed rgba(123, 109, 92, 0.28);
  border-radius: 8px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 16px 38px rgba(13, 42, 58, 0.06);
}

.featured-properties-empty span {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 50%;
  background: rgba(123, 109, 92, 0.16);
  color: #7b6d5c;
  font-size: 25px;
}

.featured-properties-empty h3 {
  margin-bottom: 8px;
  color: #0b1f2a;
  font-size: 22px;
}

.featured-properties-empty p {
  margin: 0;
  color: #64748b;
  line-height: 1.65;
}

@media (max-width: 1199px) {
  .featured-properties-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .featured-properties-section {
    padding: 68px 0 76px;
  }

  .featured-properties-heading h2 {
    font-size: 32px;
  }

  .featured-properties-heading p {
    font-size: 15px;
  }

  .featured-properties-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .featured-property-card__body {
    padding: 18px;
  }
}

@media (max-width: 424px) {
  .featured-property-card__price-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .featured-property-card__category {
    max-width: 100%;
  }

  .featured-property-card__facts {
    grid-template-columns: 1fr;
  }
}

.featured-properties-section--compact {
  overflow: hidden;
  padding: 64px 0 82px;
  border-top: 1px solid rgba(73, 61, 49, 0.08);
  border-bottom: 1px solid rgba(123, 109, 92, 0.1);
  background:
    linear-gradient(135deg, rgba(73, 61, 49, 0.1) 0%, rgba(123, 109, 92, 0.08) 42%, rgba(239, 91, 108, 0.08) 100%),
    linear-gradient(180deg, #eef7f5 0%, #eaf4f8 52%, #fffdf8 100%);
}

.featured-properties-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.featured-properties-section--compact .featured-properties-heading {
  max-width: 620px;
  margin: 0;
  text-align: left;
}

.featured-properties-section--compact .featured-properties-heading h2 {
  margin-bottom: 8px;
  color: #08213d;
  font-size: 42px;
  line-height: 1.22;
  text-align: left;
}

.featured-properties-section--compact .featured-properties-heading p {
  color: #526070;
  font-size: 15px;
  line-height: 1.55;
}

.featured-properties-view-more {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 15px;
  border: 1px solid rgba(121, 11, 27, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #7b6d5c;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(8, 33, 61, 0.07);
  backdrop-filter: blur(10px);
}

.featured-properties-view-more:hover,
.featured-properties-view-more:focus {
  border-color: #7b6d5c;
  background: #7b6d5c;
  color: #ffffff;
}

.featured-properties-section--compact .featured-properties-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.featured-property-card--compact {
  height: 100%;
  border: 1px solid rgba(123, 109, 92, 0.12);
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 18px 42px rgba(8, 33, 61, 0.1);
  background: #ffffff;
}

.featured-property-card--compact:hover {
  transform: translateY(-4px);
  border-color: rgba(123, 109, 92, 0.24);
  box-shadow: 0 24px 54px rgba(8, 33, 61, 0.15);
}

.featured-property-card--compact .featured-property-card__media {
  aspect-ratio: 4 / 3;
  border-radius: 6px 6px 2px 2px;
}

.featured-property-card--compact .featured-property-card__status {
  left: 10px;
  top: 10px;
  padding: 5px 9px;
  background: #20b455;
  font-size: 11px;
  line-height: 1.1;
}

.featured-property-card--compact .featured-property-card__wishlist {
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  background: rgba(4, 16, 34, 0.38);
  color: #ffffff;
  font-size: 21px;
  box-shadow: none;
}

.featured-property-card--compact .featured-property-card__wishlist:hover {
  background: #ffffff;
  color: #7b6d5c;
}

.featured-property-card__price-pill {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 2;
  padding: 8px 11px;
  border-radius: 4px;
  background: #ffffff;
  color: #5f0715;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(6, 27, 58, 0.13);
}

.featured-property-card--compact .featured-property-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 206px;
  padding: 14px 2px 2px;
}

.featured-property-card--compact .featured-property-card__title {
  min-height: 46px;
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 1.35;
}

.featured-property-card--compact .featured-property-card__title a {
  color: #5f0715;
}

.featured-property-card--compact .featured-property-card__location {
  min-height: 38px;
  margin-bottom: 8px;
  color: #4f6078;
  font-size: 13px;
  line-height: 1.45;
}

.featured-property-card--compact .featured-property-card__location i {
  margin-top: 2px;
  color: #554b40;
  font-size: 15px;
}

.featured-property-card--compact .featured-property-card__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  min-height: 18px;
  margin-bottom: 8px;
}

.featured-property-card--compact .featured-property-card__facts span {
  min-height: auto;
  justify-content: flex-start;
  gap: 4px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #5f0715;
  font-size: 12px;
  font-weight: 700;
}

.featured-property-card--compact .featured-property-card__facts i {
  color: #7b6d5c;
  font-size: 14px;
}

.featured-property-card--compact .featured-property-card__furnishing {
  min-height: 18px;
  margin-bottom: 10px;
  padding: 0;
  background: transparent;
  color: #5b6680;
  font-size: 12px;
}

.featured-property-card--compact .featured-property-card__button {
  min-height: 36px;
  justify-content: center;
  margin-top: auto;
  padding: 8px 12px;
  border-radius: 5px;
  background: #7b6d5c;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

.featured-property-card--compact .featured-property-card__button:hover,
.featured-property-card--compact .featured-property-card__button:focus {
  background: #08213d;
  color: #ffffff;
}

.just-launched-section {
  position: relative;
  background:
    radial-gradient(circle at 12% 0%, rgba(123, 109, 92, 0.1), transparent 34%),
    linear-gradient(180deg, #fffdf8 0%, #f6f1e9 54%, #fffdf8 100%);
}

.just-launched-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(ellipse at 50% 0%, rgba(121, 11, 27, 0.06) 0%, rgba(121, 11, 27, 0.025) 42%, rgba(121, 11, 27, 0) 76%),
    linear-gradient(180deg, rgba(123, 109, 92, 0.055) 0%, rgba(123, 109, 92, 0.04) 76px, rgba(123, 109, 92, 0) 178px),
    linear-gradient(rgba(73, 61, 49, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(73, 61, 49, 0.018) 1px, transparent 1px);
  background-size: 100% 280px, 100% 210px, 42px 42px, 42px 42px;
  background-repeat: no-repeat, no-repeat, repeat, repeat;
  content: "";
}

.just-launched-section > .container {
  position: relative;
  z-index: 1;
}

.just-launched-section .featured-properties-heading__eyebrow {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 5px 10px;
  border: 1px solid rgba(123, 109, 92, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: #7b6d5c;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.just-launched-section .featured-properties-heading h2 {
  color: #5f0715;
}

.just-launched-section .featured-properties-heading p {
  color: #695646;
}

.just-launched-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(73, 61, 49, 0.16);
  border-radius: 10px;
  padding: 8px;
  box-shadow: 0 18px 38px rgba(121, 11, 27, 0.1);
  background: #fffdf9;
}

.just-launched-card::before {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
  width: 70px;
  height: 24px;
  border-radius: 0 10px 0 14px;
  background: linear-gradient(135deg, #7b6d5c 0%, #7b6d5c 100%);
  box-shadow: 0 10px 18px rgba(73, 61, 49, 0.18);
  content: "";
}

.just-launched-card::after {
  position: absolute;
  top: 14px;
  right: 31px;
  z-index: 4;
  width: 18px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 0;
  transform: rotate(-28deg);
  content: "";
}

.just-launched-card.featured-property-card--compact .featured-property-card__media {
  aspect-ratio: 16 / 10;
  border-radius: 8px;
}

.just-launched-card .featured-property-card__status {
  top: 9px;
  left: 9px;
  background: rgba(121, 11, 27, 0.9);
  backdrop-filter: blur(8px);
}

.just-launched-card .featured-property-card__price-pill {
  bottom: 9px;
  left: 9px;
  padding: 6px 9px;
  background: rgba(255, 248, 234, 0.96);
  color: #7b6d5c;
  font-size: 15px;
}

.just-launched-card.featured-property-card--compact .featured-property-card__body {
  display: flex;
  min-height: 154px;
  flex-direction: column;
  padding: 10px 2px 2px;
}

.just-launched-card.featured-property-card--compact .featured-property-card__title {
  min-height: 40px;
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 1.32;
}

.just-launched-card.featured-property-card--compact .featured-property-card__location {
  min-height: 38px;
  margin-bottom: 7px;
  font-size: 12px;
}

.just-launched-card.featured-property-card--compact .featured-property-card__facts {
  gap: 5px 9px;
  margin-bottom: 7px;
}

.just-launched-card.featured-property-card--compact .featured-property-card__facts span {
  font-size: 11px;
}

.just-launched-card.featured-property-card--compact .featured-property-card__furnishing {
  display: none;
}

.just-launched-card__strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 0 0 9px;
  padding: 6px 8px;
  border: 1px solid rgba(73, 61, 49, 0.1);
  border-radius: 999px;
  background: rgba(255, 248, 234, 0.9);
  color: #7b6d5c;
  font-size: 10px;
  font-weight: 900;
}

.just-launched-card__strip span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.just-launched-card__strip span:last-child {
  color: #6b7a8c;
  font-weight: 800;
}

.just-launched-card.featured-property-card--compact .featured-property-card__button {
  min-height: 32px;
  margin-top: auto;
  border-radius: 8px;
  background: #554b40;
  font-size: 12px;
}

.just-launched-card.featured-property-card--compact .featured-property-card__button:hover,
.just-launched-card.featured-property-card--compact .featured-property-card__button:focus {
  background: #7b6d5c;
}

.just-launched-empty {
  grid-column: 1 / -1;
  padding: 34px 18px;
  border: 1px dashed rgba(73, 61, 49, 0.2);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  text-align: center;
  box-shadow: 0 16px 34px rgba(73, 61, 49, 0.08);
}

.just-launched-empty span {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  border-radius: 50%;
  background: #eef8f3;
  color: #7b6d5c;
  font-size: 28px;
}

.just-launched-empty h3 {
  margin-bottom: 6px;
  color: #5f0715;
  font-size: 20px;
}

.just-launched-empty p {
  margin: 0;
  color: #526070;
  font-size: 14px;
}

.featured-property-card--placeholder {
  border: 1px dashed rgba(73, 61, 49, 0.22);
  background: #fbfdff;
  box-shadow: none;
}

.featured-property-card--placeholder:hover {
  border-color: rgba(123, 109, 92, 0.34);
  box-shadow: 0 16px 32px rgba(6, 27, 58, 0.08);
}

.featured-property-card--placeholder .featured-property-card__media--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(73, 61, 49, 0.1);
  background:
    linear-gradient(135deg, rgba(123, 109, 92, 0.22), rgba(73, 61, 49, 0.08)),
    #fffdf8;
}

.featured-property-card__placeholder-icon {
  display: inline-flex;
  width: 68px;
  height: 68px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #7b6d5c;
  font-size: 34px;
  box-shadow: 0 14px 28px rgba(6, 27, 58, 0.1);
}

.featured-property-card--placeholder .featured-property-card__title {
  color: #5f0715;
}

.featured-property-card--placeholder .featured-property-card__body {
  padding: 14px;
}

.featured-property-card--placeholder .featured-property-card__facts span {
  color: #334155;
}

.featured-property-card--compact .featured-property-card__button--muted,
.featured-property-card--compact .featured-property-card__button--muted:hover,
.featured-property-card--compact .featured-property-card__button--muted:focus {
  color: #73849a;
  cursor: default;
}

.new-projects-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 50px 0 64px;
  border-top: 1px solid rgba(123, 109, 92, 0.18);
  border-bottom: 1px solid rgba(123, 109, 92, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 250, 243, 0.86) 44%, rgba(238, 246, 243, 0.94) 100%),
    linear-gradient(180deg, #fbf7ef 0%, #f2ece2 100%);
}

.new-projects-section::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(120deg, transparent 0 18%, rgba(123, 109, 92, 0.08) 18.2% 18.8%, transparent 19% 100%),
    linear-gradient(150deg, transparent 0 68%, rgba(12, 38, 62, 0.06) 68.2% 68.8%, transparent 69% 100%),
    repeating-linear-gradient(90deg, rgba(73, 61, 49, 0.03) 0 1px, transparent 1px 120px),
    repeating-linear-gradient(0deg, rgba(12, 38, 62, 0.025) 0 1px, transparent 1px 96px);
  pointer-events: none;
}

.new-projects-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.new-projects-heading {
  max-width: 680px;
}

.new-projects-heading h2 {
  margin-bottom: 8px;
  color: #5f0715;
  font-size: 40px;
  line-height: 1.2;
  text-align: left;
}

.new-projects-heading p {
  margin: 0;
  color: #695646;
  font-size: 15px;
  line-height: 1.55;
}

.new-projects-view-more {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 15px;
  border: 1px solid rgba(121, 11, 27, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #7b6d5c;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(6, 27, 58, 0.08);
  backdrop-filter: blur(8px);
}

.new-projects-view-more:hover,
.new-projects-view-more:focus {
  background: #7b6d5c;
  color: #ffffff;
}

.new-projects-categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
}

.new-projects-categories__title {
  margin-right: 4px;
  color: #5f0715;
  font-size: 14px;
  font-weight: 900;
}

.new-projects-category {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 7px;
  padding: 7px 12px;
  border: 1px solid rgba(121, 11, 27, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #334155;
  font-size: 13px;
  font-weight: 800;
}

.new-projects-category span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #20b455;
}

.new-projects-category:hover,
.new-projects-category:focus {
  border-color: rgba(123, 109, 92, 0.28);
  background: rgba(123, 109, 92, 0.12);
  color: #7b6d5c;
}

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

.new-project-card {
  display: flex;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(121, 11, 27, 0.12);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(121, 11, 27, 0.1);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.new-project-card:hover {
  transform: translateY(-4px);
  border-color: rgba(123, 109, 92, 0.2);
  box-shadow: 0 22px 44px rgba(121, 11, 27, 0.15);
}

.new-project-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #ead8c2;
}

.new-project-card__media > a:not(.new-project-card__save) {
  display: block;
  width: 100%;
  height: 100%;
}

.new-project-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.new-project-card:hover .new-project-card__media img {
  transform: scale(1.05);
}

.new-project-card__tag,
.new-project-card__save {
  position: absolute;
  z-index: 2;
}

.new-project-card__tag {
  left: 10px;
  top: 10px;
  max-width: calc(100% - 64px);
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(121, 11, 27, 0.88);
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.15;
}

.new-project-card__save {
  border: 0;
  top: 10px;
  right: 10px;
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #7b6d5c;
  font-size: 19px;
  box-shadow: 0 10px 20px rgba(6, 27, 58, 0.12);
}

.new-project-card__save.is-active {
  color: #ef4444;
}

.new-project-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 13px;
}

.new-project-card__title {
  min-height: 40px;
  margin-bottom: 5px;
  color: #5f0715;
  font-size: 16px;
  line-height: 1.28;
}

.new-project-card__title a {
  color: inherit;
}

.new-project-card__title a:hover {
  color: #7b6d5c;
}

.new-project-card__builder {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 8px;
  color: #695646;
  font-size: 12px;
  line-height: 1.4;
}

.new-project-card__builder i {
  color: #554b40;
  font-size: 16px;
}

.new-project-card__price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin-bottom: 10px;
  color: #806b58;
  font-size: 12px;
  font-weight: 800;
}

.new-project-card__price span {
  color: #7b6d5c;
  font-size: 17px;
  font-weight: 950;
}

.new-project-card__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin-bottom: 11px;
}

.new-project-card__meta div {
  min-width: 0;
  padding: 7px;
  border: 1px solid rgba(73, 61, 49, 0.1);
  border-radius: 7px;
  background: #eef8f3;
}

.new-project-card__meta small {
  display: block;
  margin-bottom: 3px;
  color: #806b58;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
}

.new-project-card__meta strong {
  display: block;
  color: #5f0715;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.35;
}

.new-project-card__button {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: auto;
  padding: 8px 12px;
  border-radius: 7px;
  background: #7b6d5c;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.new-project-card__button:hover,
.new-project-card__button:focus {
  background: #7b6d5c;
  color: #ffffff;
}

.new-project-card--placeholder {
  border-style: dashed;
  background: #fbfdff;
  box-shadow: none;
}

.new-project-card--placeholder:hover {
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.new-project-card__media--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(123, 109, 92, 0.2), rgba(73, 61, 49, 0.08)),
    #fffdf8;
}

.new-project-card__placeholder-icon {
  display: inline-flex;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #7b6d5c;
  font-size: 36px;
  box-shadow: 0 14px 28px rgba(6, 27, 58, 0.1);
}

.new-project-card__button--muted,
.new-project-card__button--muted:hover,
.new-project-card__button--muted:focus {
  background: #e9eef3;
  color: #73849a;
  cursor: default;
}

.new-projects-empty {
  grid-column: 1 / -1;
  padding: 34px 18px;
  border: 1px dashed rgba(121, 11, 27, 0.22);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.76);
  text-align: center;
  box-shadow: 0 16px 34px rgba(121, 11, 27, 0.08);
}

.new-projects-empty span {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  border-radius: 50%;
  background: #eef8f3;
  color: #7b6d5c;
  font-size: 28px;
}

.new-projects-empty h3 {
  margin-bottom: 6px;
  color: #5f0715;
  font-size: 20px;
}

.new-projects-empty p {
  margin: 0;
  color: #695646;
  font-size: 14px;
}

@media (max-width: 991px) {
  .featured-properties-section--compact .featured-properties-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 767px) {
  .featured-properties-section--compact {
    padding: 42px 0 58px;
  }

  .featured-properties-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .new-projects-section {
    padding: 42px 0 58px;
  }

  .new-projects-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .featured-properties-section--compact .featured-properties-heading h2 {
    font-size: 32px;
  }

  .new-projects-heading h2 {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .featured-properties-section--compact .featured-properties-grid {
    grid-template-columns: 1fr;
  }

  .new-projects-grid {
    grid-template-columns: 1fr;
  }

  .new-project-card__meta {
    grid-template-columns: 1fr;
  }
}

.site-visit-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 46px 0 54px;
  background:
    linear-gradient(120deg, transparent 0 76%, rgba(123, 109, 92, 0.16) 76.2%, transparent 76.6%),
    linear-gradient(126deg, transparent 0 78%, rgba(123, 109, 92, 0.2) 78.2%, transparent 78.55%),
    linear-gradient(135deg, #f6f1e9 0%, #f8fbf8 48%, #ffffff 100%);
}

.site-visit-section::before {
  position: absolute;
  content: "";
  border: 1px solid rgba(73, 61, 49, 0.12);
  pointer-events: none;
}

.site-visit-section::before {
  right: -120px;
  bottom: -150px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: rgba(121, 11, 27, 0.06);
}

.site-visit-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 1010px);
  margin: 0 auto;
  grid-template-columns: minmax(220px, 0.33fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(28px, 3.5vw, 40px);
}

.site-visit-content {
  min-width: 0;
  padding-top: 4px;
}

.site-visit-eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 7px 14px;
  border: 1px solid rgba(123, 109, 92, 0.18);
  border-radius: 999px;
  background: rgba(123, 109, 92, 0.14);
  color: #7b6d5c;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.site-visit-content h2 {
  margin-bottom: 28px;
  color: #3f0710;
  font-size: clamp(30px, 2.5vw, 38px);
  line-height: 1.12;
}

.site-visit-content > p {
  display: none;
}

.site-visit-features {
  display: grid;
  position: relative;
  gap: 0;
  max-width: 265px;
  margin-bottom: 26px;
}

.site-visit-features::before {
  position: absolute;
  left: 26px;
  top: 52px;
  bottom: 52px;
  width: 3px;
  background: #554b40;
  content: "";
}

.site-visit-feature {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 92px;
  padding-bottom: 0;
  border-bottom: 0;
}

.site-visit-feature:last-child {
  padding-bottom: 0;
}

.site-visit-feature > span {
  display: inline-flex;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #554b40;
  background: #f6f1e9;
  color: #554b40;
  font-size: 25px;
  box-shadow: 0 12px 26px rgba(121, 11, 27, 0.1);
}

.site-visit-feature h4 {
  margin-bottom: 0;
  color: #3f0710;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
}

.site-visit-feature p {
  display: none;
}

.site-visit-button,
.site-visit-submit {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #554b40 0%, #7b6d5c 100%);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 18px 36px rgba(121, 11, 27, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.site-visit-button {
  width: min(100%, 255px);
  padding: 13px 18px;
}

.site-visit-submit {
  width: 100%;
  padding: 13px 18px;
}

.site-visit-button:hover,
.site-visit-button:focus,
.site-visit-submit:hover,
.site-visit-submit:focus {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #7b6d5c 0%, #554b40 100%);
  color: #ffffff;
  box-shadow: 0 22px 42px rgba(121, 11, 27, 0.28);
}

.site-visit-media {
  position: relative;
  min-width: 0;
  max-width: none;
  padding-bottom: 0;
  justify-self: stretch;
}

.site-visit-media::after {
  position: absolute;
  right: -42px;
  bottom: 0;
  z-index: 0;
  width: min(430px, 74%);
  height: 118px;
  content: "";
  border-radius: 110px 0 0 0;
  background: linear-gradient(135deg, #554b40 0%, #7b6d5c 54%, #554b40 100%);
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  display: none;
}

.site-visit-showcase {
  display: grid;
  gap: 18px;
}

.site-visit-showcase__card {
  display: grid;
  grid-template-columns: minmax(240px, 0.38fr) minmax(340px, 0.62fr);
  align-items: stretch;
  gap: 18px;
  min-height: 138px;
  padding: 8px 8px 8px 20px;
  border: 2px solid rgba(73, 61, 49, 0.54);
  border-radius: 14px;
  background: rgba(255, 251, 245, 0.86);
  box-shadow: 0 10px 24px rgba(121, 11, 27, 0.15);
}

.site-visit-showcase__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 6px 0;
}

.site-visit-showcase__copy > span {
  display: none;
  width: fit-content;
  margin-bottom: 7px;
  padding: 4px 9px;
  border: 1px solid rgba(123, 109, 92, 0.18);
  border-radius: 999px;
  background: rgba(123, 109, 92, 0.1);
  color: #7b6d5c;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.site-visit-showcase__copy h3 {
  margin-bottom: 8px;
  color: #3f0710;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 900;
  line-height: 1.18;
}

.site-visit-showcase__copy ul {
  display: grid;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-visit-showcase__copy li {
  position: relative;
  padding-left: 0;
  color: #101010;
  font-size: 16px;
  line-height: 1.35;
}

.site-visit-showcase__copy li::before {
  display: none;
}

.site-visit-showcase__image {
  min-width: 0;
  min-height: 122px;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #f1e3d0;
}

.site-visit-showcase__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.site-visit-collage {
  position: relative;
  z-index: 1;
  display: grid;
  height: clamp(360px, 31vw, 420px);
  min-height: 0;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.site-visit-collage__item {
  position: relative;
  overflow: hidden;
  padding: 5px;
  border: 0;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 44px rgba(6, 27, 58, 0.16);
  clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
}

.site-visit-collage__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 13px;
  transform: none;
  clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
}

.site-visit-collage__item:nth-child(1) img,
.site-visit-collage__item:nth-child(2) img,
.site-visit-collage__item:nth-child(4) img {
  object-position: center center;
}

.site-visit-collage__item:nth-child(3) img {
  object-position: center center;
}

.site-visit-collage__item:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.site-visit-collage__item:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}

.site-visit-collage__item:nth-child(3) {
  grid-column: 2;
  grid-row: 1 / 4;
}

.site-visit-collage__item:nth-child(4) {
  grid-column: 1;
  grid-row: 3;
}

.site-visit-note {
  position: absolute;
  right: 6px;
  bottom: 12px;
  z-index: 2;
  display: grid;
  min-width: 180px;
  gap: 2px;
  padding: 12px 16px;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  text-align: right;
  box-shadow: none;
}

.site-visit-note span {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
}

.site-visit-note strong {
  font-size: 15px;
  line-height: 1.15;
}

.site-visit-note small {
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
}

.site-visit-modal .modal-dialog {
  max-width: 480px;
}

.site-visit-modal .modal-content {
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(6, 27, 58, 0.25);
}

.site-visit-modal__top {
  position: relative;
  min-height: 56px;
  padding: 16px 22px 14px 58px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
}

.site-visit-modal__top h5 {
  margin: 0;
  color: #5f0715;
  font-size: 18px;
  line-height: 1.25;
}

.site-visit-modal__close {
  position: absolute;
  left: 18px;
  top: 14px;
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: #5b6680;
  font-size: 22px;
}

.site-visit-modal__close:hover,
.site-visit-modal__close:focus {
  color: #7b6d5c;
}

.site-visit-modal .modal-body {
  padding: 22px;
}

.site-visit-field {
  margin-bottom: 18px;
}

.site-visit-field label {
  display: block;
  margin-bottom: 8px;
  color: #5f0715;
  font-size: 13px;
  font-weight: 900;
}

.site-visit-toggle {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 6px;
  overflow: hidden;
}

.site-visit-toggle label,
.site-visit-date-option,
.site-visit-time-grid label {
  margin: 0;
  cursor: pointer;
}

.site-visit-toggle input,
.site-visit-date-option input,
.site-visit-time-grid input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.site-visit-toggle span {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: #ffffff;
  color: #475569;
  font-size: 13px;
  font-weight: 900;
}

.site-visit-toggle label + label span {
  border-left: 1px solid rgba(15, 23, 42, 0.1);
}

.site-visit-toggle input:checked + span {
  background: #7b6d5c;
  color: #ffffff;
}

.site-visit-date-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.site-visit-date-option span {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 9px 6px;
  border: 1px solid rgba(15, 23, 42, 0.11);
  border-radius: 6px;
  background: #ffffff;
  color: #5f0715;
  text-align: center;
}

.site-visit-date-option small,
.site-visit-date-option em {
  color: #64748b;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.site-visit-date-option strong {
  color: inherit;
  font-size: 20px;
  line-height: 1.15;
}

.site-visit-date-option:first-child span strong {
  font-size: 12px;
  line-height: 1.25;
}

.site-visit-date-option input:checked + span {
  border-color: #7b6d5c;
  background: #7b6d5c;
  color: #ffffff;
}

.site-visit-date-option input:checked + span small,
.site-visit-date-option input:checked + span em {
  color: rgba(255, 255, 255, 0.82);
}

.site-visit-time-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.site-visit-time-grid span {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(15, 23, 42, 0.11);
  border-radius: 6px;
  background: #ffffff;
  color: #475569;
  font-size: 13px;
  font-weight: 900;
}

.site-visit-time-grid input:checked + span {
  border-color: #7b6d5c;
  background: rgba(123, 109, 92, 0.16);
  color: #7b6d5c;
}

.site-visit-input {
  width: 100%;
  min-height: 44px;
  padding: 10px 13px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 6px;
  background: #ffffff;
  color: #5f0715;
  font-size: 14px;
}

textarea.site-visit-input {
  min-height: 92px;
  resize: vertical;
}

.site-visit-input:focus {
  border-color: #7b6d5c;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(123, 109, 92, 0.12);
}

.property-visit-card {
  padding: 18px;
  border: 1px solid rgba(123, 109, 92, 0.12);
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff 0%, #f6f1e9 100%);
}

.property-visit-card__icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  border-radius: 8px;
  background: rgba(123, 109, 92, 0.1);
  color: #7b6d5c;
  font-size: 25px;
}

.property-visit-card h6 {
  margin-bottom: 6px;
  color: #5f0715;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
}

.property-visit-card p {
  margin-bottom: 16px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.55;
}

.property-visit-summary {
  padding: 13px;
  border: 1px solid rgba(73, 61, 49, 0.12);
  border-radius: 8px;
  background: #f8fbff;
}

.property-visit-summary strong,
.property-visit-summary span,
.property-visit-summary small {
  display: block;
}

.property-visit-summary strong {
  color: #5f0715;
  font-size: 15px;
  line-height: 1.35;
}

.property-visit-summary span {
  margin-top: 4px;
  color: #526070;
  font-size: 13px;
  line-height: 1.45;
}

.property-visit-summary small {
  margin-top: 6px;
  color: #7b6d5c;
  font-size: 12px;
  font-weight: 900;
}

.listing-details-sidebar__header-thumb.posted-by-avatar {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7b6d5c 0%, #7b6d5c 100%);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  box-shadow: 0 16px 32px rgba(8, 33, 61, 0.14);
}

.listing-details-sidebar__header-thumb.posted-by-avatar i {
  line-height: 1;
}

.listing-details__amenities {
  margin-top: 42px;
  padding: 22px 0 8px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.listing-details__amenities-title {
  margin-bottom: 18px;
  color: #1f2937;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.25;
}

.listing-details__amenities .amenities-list--pills {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, 96px);
  gap: 12px 13px !important;
  align-items: start;
  justify-content: start;
  margin: 0;
  padding: 0;
  list-style: none;
}

.listing-details__amenities .amenities-list__item {
  display: flex;
  width: 96px;
  min-height: 96px;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 5px;
  padding: 10px 7px 8px;
  border: 1px solid transparent;
  border-radius: 3px;
  background: #fffaf2;
  color: #243041;
  text-align: center;
  box-shadow: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.listing-details__amenities .amenities-list__item:nth-child(even) {
  background: #f1f9ff;
}

.listing-details__amenities .amenities-list__item:nth-child(3n) {
  background: #fcf8f0;
}

.listing-details__amenities .amenities-list__item:hover {
  border-color: rgba(123, 109, 92, 0.28);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}

.listing-details__amenities .amenities-list__icon {
  display: inline-flex;
  flex: 0 0 auto;
  width: 58px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: transparent;
  color: #6b7280;
  font-size: 48px;
  line-height: 1;
}

.listing-details__amenities .amenities-list__icon i {
  line-height: 1;
}

.amenity-tile--neutral .amenities-list__icon {
  color: #68717d;
}

.amenity-tile--warm .amenities-list__icon {
  color: #b4a38f;
}

.amenity-tile--green .amenities-list__icon {
  color: #58b989;
}

.amenity-tile--blue .amenities-list__icon {
  color: #4fa3c7;
}

.listing-details__amenities .amenities-list__text {
  min-width: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.18;
}

.listing-details__amenities .amenities-list__name {
  color: #627083;
  font-size: 11px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.listing-details__amenities .amenities-list__value {
  color: #8894a3;
  font-size: 11px;
  font-weight: 700;
}

@media (max-width: 575px) {
  .listing-details__amenities {
    padding-top: 18px;
  }

  .listing-details__amenities .amenities-list--pills {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px !important;
  }

  .listing-details__amenities .amenities-list__item {
    width: 100%;
    min-height: 94px;
  }
}

.listing-details-sidebar__info .info-list__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  line-height: 1.45;
}

.listing-details-sidebar__info .info-list .icon {
  flex: 0 0 18px;
  margin-right: 0;
  padding-top: 2px;
  text-align: center;
}

.listing-details-sidebar__info .info-list__text {
  display: block;
  min-width: 0;
  flex: 1 1 auto;
  color: #817b7b;
  font-size: 14px;
  font-weight: 700;
  overflow-wrap: break-word;
  word-break: normal;
}

.listing-details-sidebar__info .info-list__line {
  display: block;
  margin-bottom: 2px;
}

.listing-details-sidebar__info .info-list__line:last-child {
  margin-bottom: 0;
}

.site-visit-form__notice {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 16px;
  padding: 12px;
  border-radius: 6px;
  background: rgba(73, 61, 49, 0.1);
  color: #385265;
  font-size: 12px;
  line-height: 1.45;
}

.site-visit-form__notice i {
  flex: 0 0 auto;
  color: #554b40;
  font-size: 18px;
}

.site-visit-form__success {
  display: none;
  margin-bottom: 14px;
  padding: 11px 12px;
  border-radius: 6px;
  background: rgba(32, 180, 85, 0.12);
  color: #7b6d5c;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.site-visit-form__success.show {
  display: block;
}

@media (max-width: 991px) {
  .site-visit-wrap {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .site-visit-content {
    max-width: 760px;
  }

  .site-visit-media {
    width: min(100%, 820px);
    justify-self: center;
  }

  .site-visit-showcase__card {
    grid-template-columns: minmax(230px, 0.9fr) minmax(280px, 1.1fr);
  }

  .site-visit-collage {
    height: clamp(400px, 52vw, 500px);
  }
}

@media (max-width: 767px) {
  .site-visit-section {
    padding: 52px 0 62px;
  }

  .site-visit-content h2 {
    font-size: 34px;
  }

  .site-visit-content > p {
    font-size: 15px;
  }

  .site-visit-feature {
    align-items: flex-start;
  }

  .site-visit-showcase__card {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px;
  }

  .site-visit-showcase__image {
    min-height: 180px;
    order: -1;
  }

  .site-visit-showcase__copy {
    padding: 2px 4px 4px;
  }

  .site-visit-showcase__copy h3 {
    font-size: 18px;
  }

  .site-visit-collage {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .site-visit-collage__item,
  .site-visit-collage__item:nth-child(1),
  .site-visit-collage__item:nth-child(2),
  .site-visit-collage__item:nth-child(3),
  .site-visit-collage__item:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 16 / 10;
    transform: none;
  }

  .site-visit-collage__item img {
    width: 100%;
    transform: none;
  }

  .site-visit-collage__item:nth-child(3) {
    aspect-ratio: 4 / 5;
  }

  .site-visit-media::after {
    right: -24px;
    width: 86%;
    height: 148px;
  }

  .site-visit-note {
    right: 0;
    bottom: 12px;
  }

  .site-visit-modal .modal-dialog {
    max-width: calc(100% - 20px);
    margin-inline: auto;
  }

  .site-visit-modal .modal-body {
    padding: 18px;
  }

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

@media (max-width: 424px) {
  .site-visit-feature > span {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
    font-size: 23px;
  }

  .site-visit-toggle,
  .site-visit-time-grid {
    grid-template-columns: 1fr;
  }

  .site-visit-toggle label + label span {
    border-top: 1px solid rgba(15, 23, 42, 0.1);
    border-left: 0;
  }
}

.zirakpur-choose-section {
  padding: 60px 0 72px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.zirakpur-choose-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  align-items: stretch;
  gap: 30px;
}

.zirakpur-choose-content {
  display: flex;
  min-width: 0;
  min-height: 430px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
}

.zirakpur-choose-eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 7px 14px;
  border: 1px solid rgba(123, 109, 92, 0.18);
  border-radius: 999px;
  background: rgba(123, 109, 92, 0.14);
  color: #7b6d5c;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.zirakpur-choose-content h2 {
  max-width: 560px;
  margin-bottom: 24px;
  color: #08213d;
  font-size: 40px;
  line-height: 1.16;
  text-align: left;
}

.zirakpur-choose-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  max-width: 620px;
}

.zirakpur-choose-item {
  display: flex;
  min-width: 0;
  min-height: 48px;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border: 1px solid rgba(73, 61, 49, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(6, 27, 58, 0.05);
}

.zirakpur-choose-item span {
  display: inline-flex;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #554b40 0%, #7b6d5c 100%);
  color: #ffffff;
  font-size: 18px;
}

.zirakpur-choose-item strong {
  min-width: 0;
  color: #16324f;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}

.zirakpur-choose-card {
  position: relative;
  display: flex;
  min-height: 430px;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  box-shadow: 0 24px 54px rgba(6, 27, 58, 0.14);
}

.zirakpur-choose-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 24% 0%, rgba(255, 255, 255, 0.2), transparent 30%),
    linear-gradient(135deg, rgba(123, 109, 92, 0.32), rgba(121, 11, 27, 0.08) 48%, rgba(6, 27, 58, 0.5));
  pointer-events: none;
}

.zirakpur-choose-card__content {
  position: relative;
  z-index: 1;
  width: min(100%, 390px);
  margin: 0 auto;
  padding: 48px 28px 24px;
  text-align: center;
}

.zirakpur-choose-card__content h3 {
  margin-bottom: 16px;
  color: #ffffff;
  font-size: 27px;
  line-height: 1.2;
  text-shadow: 0 2px 12px rgba(6, 27, 58, 0.24);
}

.zirakpur-choose-form {
  display: grid;
  gap: 12px;
}

.zirakpur-choose-form input,
.zirakpur-choose-form button {
  width: 100%;
  min-height: 42px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
}

.zirakpur-choose-form input {
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(6, 27, 58, 0.28);
  color: #ffffff;
  padding: 10px 18px;
  backdrop-filter: blur(4px);
}

.zirakpur-choose-form input::placeholder {
  color: rgba(255, 255, 255, 0.78);
}

.zirakpur-choose-form input:focus {
  border-color: #ffffff;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.16);
}

.zirakpur-choose-form button {
  border: 0;
  background: #ffffff;
  color: #7b6d5c;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.zirakpur-choose-form button:hover,
.zirakpur-choose-form button:focus {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(6, 27, 58, 0.18);
}

.zirakpur-choose-form__success {
  display: none;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 800;
}

.zirakpur-choose-form__success.show {
  display: block;
}

@media (max-width: 991px) {
  .zirakpur-choose-wrap {
    grid-template-columns: 1fr;
  }

  .zirakpur-choose-content {
    min-height: 0;
    padding: 0;
  }

  .zirakpur-choose-card {
    min-height: 380px;
  }
}

@media (max-width: 767px) {
  .zirakpur-choose-section {
    padding: 52px 0 62px;
  }

  .zirakpur-choose-content h2 {
    font-size: 32px;
  }

  .zirakpur-choose-list {
    grid-template-columns: 1fr;
  }

  .zirakpur-choose-card {
    min-height: 360px;
  }

  .zirakpur-choose-card__content {
    padding: 34px 22px 12px;
  }

  .zirakpur-choose-card__content h3 {
    font-size: 24px;
  }
}

.company-statistics-section {
  position: relative;
  overflow: hidden;
  padding: 68px 0 78px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%),
    #ffffff;
}

.company-statistics-section .section-heading {
  margin-bottom: 36px;
}

.company-statistics-section .section-heading__title {
  color: #08213d;
  font-size: 42px;
  line-height: 1.16;
}

.company-statistics-section .section-heading__desc {
  max-width: 760px;
  margin-inline: auto;
  color: #50617a;
  font-size: 16px;
  line-height: 1.7;
}

.company-statistics-section .counterup-item {
  justify-content: center;
  gap: 18px;
  flex-wrap: nowrap;
}

.company-statistics-section .counterup-item__content {
  position: relative;
  flex: 1 1 0;
  width: auto;
  max-width: 245px;
  height: auto;
  min-height: 156px;
  padding: 24px 18px;
  border: 1px solid rgba(73, 61, 49, 0.14);
  border-radius: 28px 8px 28px 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.72)),
    linear-gradient(135deg, rgba(123, 109, 92, 0.18), rgba(73, 61, 49, 0.08));
  box-shadow: 0 18px 40px rgba(6, 27, 58, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.company-statistics-section .counterup-item__content::before {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  content: "";
  border-radius: 10px;
  background: linear-gradient(135deg, #554b40 0%, #7b6d5c 100%);
  opacity: 0.14;
}

.company-statistics-section .counterup-item__content:hover {
  transform: translateY(-5px);
  border-color: rgba(123, 109, 92, 0.26);
  box-shadow: 0 24px 52px rgba(6, 27, 58, 0.13);
}

.company-statistics-section .counterup-item__title {
  color: #08213d;
}

.company-statistics-section .odometer {
  color: #08213d;
  font-size: 42px;
  font-weight: 900;
}

.company-statistics-section .counterup-item__text {
  margin-top: 8px;
  color: #7b6d5c !important;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.3;
}

@media (max-width: 991px) {
  .company-statistics-section .counterup-item {
    flex-wrap: wrap;
  }

  .company-statistics-section .counterup-item__content {
    flex: 1 1 calc(50% - 18px);
  }
}

@media (max-width: 767px) {
  .company-statistics-section {
    padding: 52px 0 62px;
  }

  .company-statistics-section .section-heading__title {
    font-size: 32px;
  }

  .company-statistics-section .counterup-item__content {
    max-width: none;
    min-height: 145px;
    padding: 22px 16px;
  }

  .company-statistics-section .odometer {
    font-size: 32px;
  }
}

.testimonials {
  background:
    radial-gradient(circle at 12% 18%, rgba(73, 61, 49, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.testimonials .testimonials__shape-one,
.testimonials .testimonials__shape-two {
  opacity: 0.25;
}

.testimonials .testimonails-card {
  padding: 12px;
}

.testimonial-section-heading {
  max-width: 720px;
  margin: 0 auto 34px;
}

.testimonial-section-heading__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: #7b6d5c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.testimonial-section-heading__title {
  margin-bottom: 12px;
  color: #08213d;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 900;
  line-height: 1.15;
}

.testimonial-section-heading__desc {
  margin: 0;
  color: #5a687c;
  font-size: 16px;
  line-height: 1.7;
}

.testimonial-slider-shell {
  position: relative;
}

.testimonials .testimonial-slider .slick-track {
  display: flex;
  align-items: stretch;
}

.testimonials .testimonial-slider.slick-initialized .slick-slide {
  display: flex;
  float: none;
  height: auto;
}

.testimonials .testimonial-slider .slick-slide > div {
  display: flex;
  width: 100%;
}

.testimonials .testimonails-card {
  display: flex;
  width: 100%;
  height: 100%;
}

.testimonial-slider-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #496074;
  box-shadow: 0 14px 28px rgba(6, 27, 58, 0.16);
  font-size: 20px;
  transform: translateY(-50%);
  transition: transform 0.18s ease, color 0.18s ease, background 0.18s ease;
}

.testimonial-slider-nav:hover,
.testimonial-slider-nav:focus {
  background: #f6f1e9;
  color: #554b40;
  transform: translateY(-50%) scale(1.04);
}

.testimonial-slider-nav--prev {
  left: -21px;
}

.testimonial-slider-nav--next {
  right: -21px;
}

.testimonials .testimonial-item {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow: hidden;
  height: 365px;
  min-height: 292px;
  border: 1px solid rgba(73, 61, 49, 0.13);
  border-radius: 28px 8px 28px 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.78)),
    linear-gradient(135deg, rgba(123, 109, 92, 0.14), rgba(73, 61, 49, 0.08));
  box-shadow: 0 20px 44px rgba(6, 27, 58, 0.08);
}

.testimonials .testimonial-item__content {
  flex: 1 1 auto;
}

.testimonials .testimonial-item__info {
  flex: 0 0 auto;
}

.testimonials .testimonial-item__desc {
  color: #46566f;
  font-size: 15px;
  line-height: 1.7;
}

.testimonials .testimonial-item__story-label {
  display: block;
  margin-top: 14px;
  color: #7b6d5c;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.testimonials .testimonial-item__story-title {
  margin: 5px 0 10px;
  color: #08213d;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.35;
}

.testimonials .testimonial-item__thumb {
  width: 62px;
  height: 62px;
  border: 3px solid rgba(123, 109, 92, 0.14);
  border-radius: 18px 6px 18px 6px;
}

.testimonials .testimonial-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  image-rendering: auto;
}

.testimonials .testimonial-item__details {
  width: calc(100% - 62px);
}

.testimonials .testimonial-item__name {
  color: #08213d;
  font-size: 18px;
  font-weight: 900;
}

.testimonials .testimonial-item__designation {
  color: #7b6d5c;
  font-size: 13px;
  font-weight: 800;
}

.testimonials .testimonial-item .rating-list__item {
  border-radius: 8px;
  background-color: rgba(239, 91, 108, 0.12);
}

@media (max-width: 575px) {
  .testimonials .testimonial-item {
    height: auto;
    min-height: 390px;
  }

  .testimonial-section-heading {
    margin-bottom: 22px;
  }

  .testimonial-section-heading__desc {
    font-size: 14px;
  }

  .testimonial-slider-nav {
    top: calc(100% + 8px);
    width: 38px;
    height: 38px;
    font-size: 18px;
  }

  .testimonial-slider-nav--prev {
    left: calc(50% - 44px);
  }

  .testimonial-slider-nav--next {
    right: calc(50% - 44px);
  }

  .testimonials .slick-dots {
    margin-top: 56px;
  }
}

.about-section--home {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 76px 0;
  border-top: 1px solid rgba(123, 109, 92, 0.14);
  border-bottom: 1px solid rgba(123, 109, 92, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 249, 239, 0.9) 48%, rgba(241, 236, 226, 0.94) 100%),
    linear-gradient(180deg, #f6f1e9 0%, #f4eee3 100%);
}

.about-section--home::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(118deg, transparent 0 18%, rgba(123, 109, 92, 0.07) 18.2% 18.8%, transparent 19% 100%),
    repeating-linear-gradient(90deg, rgba(121, 11, 27, 0.024) 0 1px, transparent 1px 118px),
    repeating-linear-gradient(0deg, rgba(12, 38, 62, 0.02) 0 1px, transparent 1px 96px);
  pointer-events: none;
}

.about-section--home .about-section__row {
  align-items: center !important;
}

.about-section--home .col-lg-5,
.about-section--home .col-lg-7,
.about-section--home .col-xl-6 {
  display: flex;
}

.about-section--home .about-left,
.about-section--home .about-right {
  width: 100%;
}

.about-section--home .about-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 660px;
}

.about-section--home .section-heading__title {
  color: #08213d;
  font-size: 56px;
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about-copy__lead {
  max-width: 600px;
  margin: 16px 0 0;
  color: #17283d;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.42;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about-section--home .section-heading__desc {
  max-width: 620px;
  margin-top: 12px;
  color: #4a5d78;
  line-height: 1.68;
}

.about-section--home .about-visual {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 620px;
  min-height: 560px;
  margin-left: auto;
  padding: 10px 118px 78px 0;
}

.about-section--home .about-left__thumb--featured {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 100%;
  max-width: 490px;
  height: 525px;
  min-height: 525px;
  padding: 0;
  overflow: visible;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  isolation: isolate;
}

.about-section--home .about-left__thumb--featured img {
  width: 100%;
  height: 100%;
  min-height: 0;
}

.about-section--home .about-left__thumb--featured::after {
  display: none;
}

.about-section--home .about-left__thumb--featured img.about-left__thumb-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-height: 0;
  border-radius: 0;
  background: transparent !important;
  object-fit: contain;
  object-position: center bottom;
  opacity: 1;
  filter: saturate(1.04) contrast(1.03) drop-shadow(0 24px 24px rgba(6, 27, 58, 0.2));
  transform: none;
  box-shadow: none !important;
}

.about-section--home .about-left__badge {
  right: auto;
  bottom: 18px;
  left: 18px;
  z-index: 4;
  width: calc(100% - 36px);
  gap: 10px;
  padding: 11px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 32px rgba(6, 27, 58, 0.18);
}

.about-section--home .about-left__badge span {
  flex-basis: 38px;
  width: 38px;
  height: 38px;
  font-size: 21px;
}

.about-section--home .about-left__badge strong {
  margin-bottom: 2px;
  font-size: 13px;
}

.about-section--home .about-left__badge p {
  font-size: 11px;
  line-height: 1.35;
}

.about-section--home .about-visual__cards {
  position: absolute;
  top: 36px;
  right: 0;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr;
  width: 174px;
  gap: 12px;
  margin: 0;
}

.about-section--home .about-visual__cards .about-point {
  display: flex;
  gap: 9px;
  min-height: 92px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(22, 20, 16, 0.88);
  box-shadow: 0 16px 32px rgba(6, 27, 58, 0.22);
  backdrop-filter: blur(10px);
}

.about-section--home .about-visual__cards .about-point:nth-child(even) {
  transform: translateX(-12px);
}

.about-section--home .about-visual__cards .about-point__icon {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  font-size: 18px;
}

.about-section--home .about-visual__cards .about-point h5 {
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.2;
}

.about-section--home .about-visual__cards .about-point p {
  font-size: 11px;
  line-height: 1.35;
}

.about-section--home .about-visual__cards .about-point p {
  color: rgba(255, 255, 255, 0.78);
}

.about-section--home .about-seller-callout p {
  font-size: 13px;
  line-height: 1.45;
}

.about-section--home .about-actions {
  margin-top: 28px;
  margin-bottom: 16px;
}

.about-section--home .about-seller-callout {
  padding: 14px;
  max-width: 620px;
}

.about-section--home .about-section__eyebrow {
  border-color: rgba(73, 61, 49, 0.18);
  background: rgba(73, 61, 49, 0.08);
  color: #7b6d5c;
}

.about-section--home .about-left__badge span,
.about-section--home .about-point__icon,
.about-section--home .about-seller-callout__icon {
  background: linear-gradient(135deg, #554b40 0%, #554b40 100%);
  color: #ffffff;
}

.about-section--home .about-stat,
.about-section--home .about-seller-callout {
  border-color: rgba(73, 61, 49, 0.14);
}

.about-section--home .about-stats {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  width: min(100%, 360px);
  margin: 0;
}

.about-section--home .about-stat {
  min-height: 64px;
  padding: 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 28px rgba(6, 27, 58, 0.12);
}

.about-section--home .about-stat strong {
  margin-bottom: 3px;
  color: #08213d;
  font-size: 18px;
}

.about-section--home .about-stat span {
  color: #6a4b35;
  font-size: 10px;
}

.about-section--home .about-seller-callout {
  border-left-color: #554b40;
}

.about-section--home .about-actions .btn--base {
  border-color: #7b6d5c !important;
  background: linear-gradient(135deg, #554b40 0%, #554b40 100%) !important;
  color: #ffffff !important;
}

.about-section--home .about-actions .btn--base:hover,
.about-section--home .about-actions .btn--base:focus {
  border-color: #08213d !important;
  background: linear-gradient(135deg, #554b40 0%, #08213d 100%) !important;
  color: #ffffff !important;
}

.about-section--home .about-actions .btn-outline--base {
  border-color: #554b40 !important;
  background: rgba(73, 61, 49, 0.08) !important;
  color: #7b6d5c !important;
}

.about-section--home .about-actions .btn-outline--base:hover,
.about-section--home .about-actions .btn-outline--base:focus {
  border-color: #7b6d5c !important;
  background: #7b6d5c !important;
  color: #ffffff !important;
}

.about-section--home .about-seller-callout a {
  color: #7b6d5c;
}

@media (max-width: 991px) {
  .about-section--home .col-lg-5,
  .about-section--home .col-lg-7,
  .about-section--home .col-xl-6 {
    display: block;
  }

  .about-section--home .about-copy {
    max-width: 100%;
  }

  .about-section--home .section-heading__title {
    font-size: 44px;
  }

  .about-section--home .about-visual {
    display: block;
    min-height: 0;
    max-width: 560px;
    margin: 18px auto 0;
    padding: 0;
  }

  .about-section--home .about-left__thumb--featured {
    max-width: 470px;
    height: 450px;
    min-height: 450px;
    margin: 0 auto;
  }

  .about-section--home .about-visual__cards {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: 420px;
    margin: 14px auto 0;
  }

  .about-section--home .about-visual__cards .about-point:nth-child(even) {
    transform: none;
  }

  .about-section--home .about-stats {
    position: static;
    width: 100%;
    max-width: 420px;
    margin: 12px auto 0;
  }
}

@media (max-width: 575px) {
  .about-section--home {
    padding: 56px 0;
  }

  .about-section--home .section-heading__title {
    font-size: 36px;
  }

  .about-copy__lead {
    font-size: 15px;
  }

  .about-section--home .about-left__thumb--featured {
    height: 385px;
    min-height: 385px;
  }

  .about-section--home .about-left__badge {
    right: 12px;
    bottom: 12px;
    left: 12px;
    width: auto;
    padding: 10px;
  }

  .about-section--home .about-visual__cards {
    grid-template-columns: 1fr;
  }

  .about-section--home .about-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 424px) {
  .testimonials .testimonial-item__thumb {
    width: 50px;
    height: 50px;
  }

  .testimonials .testimonial-item__details {
    width: calc(100% - 50px);
  }
}

.interesting-reads-section {
  overflow: hidden;
  border-top: 1px solid rgba(73, 61, 49, 0.09);
  background: linear-gradient(180deg, #ffffff 0%, #f4f6f8 100%);
}

.interesting-reads-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 26px;
}

.interesting-reads-eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 7px 13px;
  border: 1px solid rgba(73, 61, 49, 0.16);
  border-radius: 999px;
  background: rgba(73, 61, 49, 0.08);
  color: #6a3c20;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.interesting-reads-header h2 {
  margin: 0;
  color: #08213d;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.15;
}

.interesting-reads-link {
  color: #0b63ce;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.interesting-reads-link:hover,
.interesting-reads-link:focus {
  color: #554b40;
}

.interesting-reads-shell {
  position: relative;
}

.interesting-reads-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 1fr);
  gap: 20px;
  overflow-x: auto;
  padding: 0 0 8px;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.interesting-reads-track::-webkit-scrollbar {
  display: none;
}

.interesting-read-card {
  display: block;
  overflow: hidden;
  height: 100%;
  min-width: 0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(6, 27, 58, 0.08);
  color: inherit;
  scroll-snap-align: start;
  text-decoration: none;
}

.interesting-read-card:hover,
.interesting-read-card:focus {
  color: inherit;
  text-decoration: none;
}

.interesting-read-card__image {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #e8edf2;
}

.interesting-read-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.22s ease;
}

.interesting-read-card:hover .interesting-read-card__image img {
  transform: scale(1.04);
}

.interesting-read-card__body {
  min-height: 178px;
  padding: 14px 16px 16px;
}

.interesting-read-card__title {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #071f3a;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.32;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.interesting-read-card__title:hover,
.interesting-read-card__title:focus {
  color: #554b40;
}

.interesting-read-card__body p {
  display: -webkit-box;
  overflow: hidden;
  margin: 10px 0 14px;
  color: #526070;
  font-size: 13px;
  line-height: 1.48;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.interesting-read-card__body span {
  display: block;
  color: #8b99aa;
  font-size: 12px;
  font-weight: 800;
}

.interesting-reads-nav {
  position: absolute;
  top: 82px;
  z-index: 3;
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #496074;
  box-shadow: 0 14px 28px rgba(6, 27, 58, 0.16);
  font-size: 18px;
  transition: transform 0.18s ease, color 0.18s ease;
}

.interesting-reads-nav:hover,
.interesting-reads-nav:focus {
  color: #554b40;
  transform: translateY(-1px);
}

.interesting-reads-nav--prev {
  left: -19px;
}

.interesting-reads-nav--next {
  right: -19px;
}

@media (min-width: 992px) {
  .interesting-reads-track {
    grid-auto-columns: calc((100% - 60px) / 4);
  }
}

@media (max-width: 767px) {
  .interesting-reads-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .interesting-reads-header h2 {
    font-size: 28px;
  }

  .interesting-reads-link {
    white-space: normal;
  }

  .interesting-reads-track {
    grid-auto-columns: minmax(248px, 84vw);
  }

  .interesting-reads-nav {
    display: none;
  }
}

.interesting-reads-page,
.interesting-read-details {
  background:
    linear-gradient(180deg, #f6f1e9 0%, #ffffff 42%, #f5f7fa 100%);
}

.interesting-reads-page__header {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.interesting-reads-page__header h1 {
  margin: 0 0 12px;
  color: #08213d;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.12;
}

.interesting-reads-page__header p {
  margin: 0;
  color: #526070;
  font-size: 15px;
  line-height: 1.7;
}

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

.interesting-read-card--page .interesting-read-card__body {
  min-height: 190px;
}

.interesting-read-details__article,
.interesting-read-sidebar {
  overflow: hidden;
  border: 1px solid rgba(73, 61, 49, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(6, 27, 58, 0.08);
}

.interesting-read-details__thumb {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #e8edf2;
}

.interesting-read-details__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interesting-read-details__content {
  padding: 34px;
}

.interesting-read-details__date {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 14px;
  color: #7b6d5c;
  font-size: 13px;
  font-weight: 900;
}

.interesting-read-details__content h1 {
  margin-bottom: 14px;
  color: #08213d;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.16;
}

.interesting-read-details__lead {
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
  font-size: 17px !important;
  font-weight: 800;
  line-height: 1.65 !important;
}

.interesting-read-details__content p {
  margin-bottom: 16px;
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
  font-size: 15px;
  line-height: 1.78;
}

.interesting-read-details__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.interesting-read-sidebar {
  position: sticky;
  top: 96px;
  padding: 18px;
}

.interesting-read-sidebar h5 {
  margin-bottom: 16px;
  color: #08213d;
  font-size: 18px;
  font-weight: 900;
}

.interesting-read-sidebar__item {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid rgba(73, 61, 49, 0.1);
}

.interesting-read-sidebar__item:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.interesting-read-sidebar__item img {
  width: 82px;
  height: 58px;
  border-radius: 8px;
  object-fit: cover;
}

.interesting-read-sidebar__item span {
  color: #183451;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}

.interesting-read-sidebar__item:hover span,
.interesting-read-sidebar__item:focus span {
  color: #554b40;
}

@media (max-width: 991px) {
  .interesting-reads-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .interesting-read-sidebar {
    position: static;
  }
}

@media (max-width: 575px) {
  .interesting-reads-page__header h1,
  .interesting-read-details__content h1 {
    font-size: 30px;
  }

  .interesting-reads-grid {
    grid-template-columns: 1fr;
  }

  .interesting-read-details__content {
    padding: 24px 18px;
  }

  .interesting-read-details__actions .btn {
    width: 100%;
    justify-content: center;
  }
}

/* Tighter homepage section spacing */
.py-120 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.pt-120 {
  padding-top: 72px;
}

.pb-120 {
  padding-bottom: 72px;
}

.featured-properties-section {
  padding: 64px 0 70px;
}

.featured-properties-section--compact,
.new-projects-section {
  padding: 44px 0 54px;
}

.site-visit-section,
.zirakpur-choose-section {
  padding: 46px 0 54px;
}

.company-statistics-section,
.about-section--home {
  padding-top: 56px;
  padding-bottom: 60px;
}

.testimonials.py-120 {
  padding-top: 60px;
  padding-bottom: 64px;
}

@media (max-width: 991px) {
  .py-120 {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .pt-120 {
    padding-top: 58px;
  }

  .pb-120 {
    padding-bottom: 58px;
  }

  .featured-properties-section {
    padding: 54px 0 60px;
  }

  .featured-properties-section--compact,
  .new-projects-section,
  .site-visit-section,
  .zirakpur-choose-section,
  .company-statistics-section,
  .about-section--home,
  .testimonials.py-120 {
    padding-top: 46px;
    padding-bottom: 52px;
  }
}

@media (max-width: 767px) {
  .py-120 {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .pt-120 {
    padding-top: 46px;
  }

  .pb-120 {
    padding-bottom: 46px;
  }

  .featured-properties-section,
  .featured-properties-section--compact,
  .new-projects-section,
  .site-visit-section,
  .zirakpur-choose-section,
  .company-statistics-section,
  .about-section--home,
  .testimonials.py-120 {
    padding-top: 42px;
    padding-bottom: 48px;
  }
}

/* Auth pages polish */
.account {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 44px 24px;
  background:
    radial-gradient(circle at 82% 12%, rgba(73, 61, 49, 0.09), transparent 28%),
    linear-gradient(135deg, #f7fbff 0%, #f6f1e9 100%);
}

.account-inner {
  width: min(1180px, 100%);
  min-height: min(720px, calc(100vh - 88px));
  overflow: hidden;
  border: 1px solid rgba(8, 33, 61, 0.08);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(8, 33, 61, 0.16);
}

.account-left {
  overflow: hidden;
  background: #08213d;
}

.account-inner .account-left {
  width: 62%;
}

.account-inner .account-right {
  width: 38%;
}

.account-thumb {
  z-index: 0;
}

.account-thumb::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(8, 33, 61, 0.1) 0%, rgba(8, 33, 61, 0) 52%, rgba(8, 33, 61, 0.2) 100%),
    linear-gradient(180deg, rgba(8, 33, 61, 0) 55%, rgba(8, 33, 61, 0.28) 100%);
  pointer-events: none;
}

.account-form-wrapper {
  min-height: 100%;
  padding: 46px 58px;
  background:
    radial-gradient(circle at 92% 8%, rgba(123, 109, 92, 0.08), transparent 28%),
    #ffffff;
}

.account-form {
  width: 100%;
}

.account-form__logo {
  margin-right: auto;
  margin-left: auto;
}

.account-form__title {
  color: #08213d;
  font-weight: 900;
}

.account-form__desc,
.account .form--label,
.account .form-label,
.account .form-check-label {
  color: #50617a;
}

.account .form--label::after {
  color: #ef5b6c;
}

.account .form--control,
.account .form-control {
  border-color: rgba(8, 33, 61, 0.14);
  border-radius: 8px;
  color: #08213d;
  background-color: #ffffff;
  box-shadow: none;
}

.account .form--control:focus,
.account .form-control:focus {
  border-color: rgba(123, 109, 92, 0.62);
  box-shadow: 0 0 0 4px rgba(123, 109, 92, 0.12);
}

.account .password-show-hide {
  color: #7a8798;
}

.account .form-check-input {
  border-color: rgba(8, 33, 61, 0.28);
  box-shadow: none;
}

.account .form-check-input:checked {
  border-color: #7b6d5c;
  background-color: #7b6d5c;
}

.account .btn--base {
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #554b40 0%, #7b6d5c 100%) !important;
  color: #ffffff !important;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(73, 61, 49, 0.2);
}

.account .btn--base:hover,
.account .btn--base:focus {
  background: linear-gradient(135deg, #095f88 0%, #0b615b 100%) !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.account .forgot-password,
.account .have-account__link,
.account .text--base,
.account .form--check a,
.account a:not(.login-link):not(.account-form__logo) {
  color: #554b40 !important;
  font-weight: 800;
}

.account .forgot-password:hover,
.account .have-account__link:hover,
.account a:not(.login-link):not(.account-form__logo):hover {
  color: #7b6d5c !important;
}

.account .have-account__text {
  color: #08213d;
}

.hero-search .banner-form {
  gap: 0;
  grid-template-columns: minmax(0, 1fr) 160px;
}

.hero-search .hero-search-input {
  grid-column: 1;
  padding-left: 26px;
  padding-right: 22px;
}

.hero-search .search-btn {
  grid-column: 2;
  width: 160px;
  padding-left: 10px;
  border-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-search .hero-search-btn,
.hero-search .hero-search-btn.btn,
.banner-form .search-btn .hero-search-btn {
  border: 1px solid #7b6d5c !important;
  background: #7b6d5c !important;
  color: #ffffff !important;
  box-shadow: 0 10px 22px rgba(123, 109, 92, 0.24) !important;
}

.hero-search .hero-search-btn:hover,
.hero-search .hero-search-btn:focus,
.hero-search .hero-search-btn.btn:hover,
.hero-search .hero-search-btn.btn:focus {
  border-color: #0a4428 !important;
  background: #0a4428 !important;
  color: #ffffff !important;
}

.account .social-login .login-link {
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(8, 33, 61, 0.08);
}

.account .social-login .icon-facebook {
  background: linear-gradient(135deg, #08213d 0%, #554b40 100%);
  color: #ffffff !important;
}

.account .social-login .icon-google {
  border-color: rgba(73, 61, 49, 0.2);
  background: linear-gradient(135deg, #ffffff 0%, #f6f1e9 100%);
  color: #08213d !important;
}

.account .social-login .icon-google .icon {
  color: #ef5b6c;
}

.account .social-login .icon-linkedin {
  background: linear-gradient(135deg, #7b6d5c 0%, #554b40 100%);
  color: #ffffff !important;
}

.account .social-login .login-link:hover {
  filter: none;
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(8, 33, 61, 0.14);
}

.account-form__or {
  color: #7a8798;
}

/* Sober auth layout: simple forms, no visual clutter. */
html body .account {
  min-height: 100vh;
  padding: 76px 16px 34px;
  background: #f6f3ee !important;
}

html body .auth-page-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  min-height: 56px;
  padding: 12px 0;
  background: #f6f3ee;
}

html body .auth-page-header .auth-back-home {
  margin-left: clamp(18px, 4vw, 58px);
}

html body .account-inner {
  width: min(100%, 980px);
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(94, 82, 68, 0.13);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(54, 44, 34, 0.1);
}

html body .account-left {
  flex: 0 0 50%;
}

html body .account-thumb,
html body .account-thumb img {
  height: 100%;
  min-height: 620px;
}

html body .account-thumb {
  padding: 0;
  border-radius: 0;
}

html body .account-thumb img {
  display: block;
  width: 100%;
  border-radius: 0;
  object-fit: cover;
  object-position: 62% center;
}

html body .account-right {
  flex: 1 1 auto;
  background: #ffffff;
}

html body .account-form-wrapper {
  position: relative;
  width: 100%;
  min-height: auto;
  padding: 36px 52px;
}

html body .account-form {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

html body .account-form__content {
  margin-bottom: 18px;
  text-align: left;
}

html body .account-form__logo {
  display: inline-block;
  margin: 0 0 22px;
}

html body .account-form__logo img {
  width: 130px;
  max-height: 54px;
  object-fit: contain;
}

html body .account .auth-back-home {
  display: none;
}

html body .auth-page-header .auth-back-home {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 0 clamp(18px, 4vw, 58px);
  padding: 9px 13px;
  border: 1px solid #d8d1c8;
  border-radius: 7px;
  background: #ffffff;
  color: #6f604f !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(54, 44, 34, 0.08);
}

html body .account .auth-back-home:hover,
html body .account .auth-back-home:focus,
html body .auth-page-header .auth-back-home:hover,
html body .auth-page-header .auth-back-home:focus {
  border-color: #b9ad9f;
  background: #fbf8f3;
  color: #2b241d !important;
}

html body .account.account--with-site-header {
  padding-top: 128px;
}

html body .account-form__title {
  margin: 0 0 6px !important;
  color: #15110d;
  font-size: 25px;
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: 0;
}

html body .account-form__desc {
  margin: 0 !important;
  color: #6f665c;
  font-size: 13px;
  line-height: 1.55;
}

html body .account .social-login,
html body .account .account-form__or {
  display: none !important;
}

html body .account .row {
  --bs-gutter-x: 14px;
  --bs-gutter-y: 12px;
}

html body .account .form-group,
html body .account .group-two {
  margin-bottom: 12px;
}

html body .account .form--label,
html body .account .form-label {
  margin-bottom: 6px;
  color: #2b241d;
  font-size: 12px;
  font-weight: 750;
}

html body .account .form--control,
html body .account .form-control {
  height: 44px;
  border: 1px solid #d8d1c8 !important;
  border-radius: 7px;
  background: #fffdfb !important;
  color: #17130f !important;
  font-size: 14px;
  box-shadow: none !important;
}

html body .account .form--control:focus,
html body .account .form-control:focus {
  border-color: #7b6d5c !important;
  background: #ffffff !important;
}

html body .account .btn--base {
  height: 46px;
  border-radius: 7px;
  background: #6f604f !important;
  box-shadow: none !important;
}

html body .account .btn--base:hover,
html body .account .btn--base:focus {
  background: #514638 !important;
  transform: none;
}

html body .account .have-account__text {
  margin-top: 2px;
  color: #6f665c;
  font-size: 13px;
}

html body .account .forgot-password,
html body .account .have-account__link,
html body .account a:not(.login-link):not(.account-form__logo) {
  color: #514638 !important;
  font-weight: 800;
}

html body .account .form-check-label {
  color: #514638;
  font-size: 12px;
  line-height: 1.45;
}

html body .account .auth-agree-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}

html body .account .auth-agree-row .form-check-input {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
}

html body .account .auth-agree-row__text {
  min-width: 0;
  color: #514638;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.5;
}

html body .account .auth-agree-row__text label {
  display: inline;
  margin: 0 3px 0 0;
  cursor: pointer;
}

html body .account .auth-agree-row__text a {
  display: inline;
  color: #17130f !important;
  font-weight: 850;
}

html body .account .password-show-hide {
  right: 13px;
  color: #17130f;
}

@media (max-width: 991px) {
  html body .account-inner {
    width: min(100%, 560px);
  }

  html body .account-left {
    display: none;
  }

  html body .account-form-wrapper {
    padding: 34px 24px;
  }
}

@media (max-width: 991px) {
  .account {
    padding: 28px 16px;
  }

  .account-inner {
    width: min(540px, 100%);
    min-height: auto;
  }

  .account-form-wrapper {
    min-height: auto;
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

@media (max-width: 1399px) {
  .account-form-wrapper {
    padding-right: 42px;
    padding-left: 42px;
  }
}

@media (max-width: 1199px) {
  .account-inner .account-left {
    width: 58%;
  }

  .account-inner .account-right {
    width: 42%;
  }

  .account-form-wrapper {
    padding-right: 34px;
    padding-left: 34px;
  }
}

@media (max-width: 991px) {
  .account-inner .account-left {
    display: none;
  }

  .account-inner .account-right {
    width: 100%;
  }

  .account-form-wrapper {
    min-height: auto;
    padding: 48px 32px;
  }
}

.city-section--showcase {
  background: linear-gradient(180deg, #ffffff 0%, #f6f1e9 100%);
  padding-top: 72px;
  padding-bottom: 82px;
}

.hotspot-heading {
  margin-bottom: 32px;
}

.hotspot-heading span {
  display: inline-flex;
  margin-bottom: 10px;
  color: #7b6d5c;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hotspot-heading h2 {
  margin-bottom: 10px;
  color: #08213d;
  font-size: 42px;
  line-height: 1.14;
}

.hotspot-heading p {
  max-width: 640px;
  margin: 0;
  color: #526070;
  font-size: 16px;
  line-height: 1.65;
}

.hotspot-note {
  margin-bottom: 32px;
  padding: 16px 18px;
  border-left: 4px solid #ef5b6c;
  background: #ffffff;
  color: #526070;
  font-size: 14px;
  line-height: 1.55;
  box-shadow: 0 16px 36px rgba(8, 33, 61, 0.08);
}

.city-section--showcase .location-item.hotspot-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  min-height: 360px;
  border: 1px solid rgba(8, 33, 61, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(8, 33, 61, 0.12);
}

.hotspot-card__media {
  position: relative;
  display: block;
  min-height: 360px;
  overflow: hidden;
}

.hotspot-card__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(8, 33, 61, 0.15), rgba(8, 33, 61, 0));
}

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

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

.hotspot-card__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px;
  background: linear-gradient(135deg, #08213d 0%, #7b6d5c 100%);
  color: #ffffff;
}

.hotspot-card__pill {
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 4px;
  background: #ef5b6c;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hotspot-card__content h3 {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 34px;
  line-height: 1.15;
}

.hotspot-card__content h3 a {
  color: inherit;
}

.hotspot-card__content p {
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.7;
}

.hotspot-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.hotspot-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
}

.hotspot-card__button {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 5px;
  background: #ffffff;
  color: #08213d;
  font-weight: 900;
}

.hotspot-card__button:hover {
  background: #ef5b6c;
  color: #ffffff;
}

@media (max-width: 991px) {
  .hotspot-heading h2 {
    font-size: 32px;
  }

  .city-section--showcase .location-item.hotspot-card {
    grid-template-columns: 1fr;
  }

  .hotspot-card__media {
    min-height: 280px;
  }
}

@media (max-width: 575px) {
  .city-section--showcase {
    padding-top: 56px;
    padding-bottom: 62px;
  }

  .hotspot-card__content {
    padding: 26px;
  }

  .hotspot-card__content h3 {
    font-size: 28px;
  }
}

.city-section--showcase {
  background: #eee5d8;
  padding-top: 68px;
  padding-bottom: 76px;
}

.city-section--showcase .city-section__container {
  width: 100%;
  max-width: 1480px;
  padding-right: clamp(16px, 3vw, 44px);
  padding-left: clamp(16px, 3vw, 44px);
}

.hotspot-feature {
  display: grid;
  grid-template-columns: minmax(560px, 1.08fr) minmax(430px, 0.92fr);
  align-items: stretch;
  min-height: 456px;
  overflow: hidden;
  border: 1px solid rgba(123, 109, 92, 0.14);
  border-radius: 10px;
  background: #fffdf8;
  box-shadow: 0 24px 60px rgba(8, 33, 61, 0.1);
}

.hotspot-feature__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 46px 50px;
}

.hotspot-feature__eyebrow {
  margin-bottom: 12px;
  color: #7b6d5c;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.hotspot-feature__content h2 {
  margin-bottom: 14px;
  color: #08213d;
  font-size: 38px;
  line-height: 1.16;
}

.hotspot-feature__content p {
  margin-bottom: 22px;
  color: #526070;
  font-size: 15px;
  line-height: 1.72;
}

.hotspot-feature__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 22px;
}

.hotspot-feature__stats span {
  min-height: 76px;
  padding: 12px;
  border: 1px solid rgba(123, 109, 92, 0.12);
  border-radius: 6px;
  background: #f1faf6;
  color: #526070;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.hotspot-feature__stats strong {
  display: block;
  margin-bottom: 4px;
  color: #08213d;
  font-size: 20px;
  line-height: 1;
}

.hotspot-feature__button {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 17px;
  border-radius: 5px;
  background: #7b6d5c;
  color: #ffffff;
  font-weight: 900;
}

.hotspot-feature__button:hover {
  background: #08213d;
  color: #ffffff;
}

.hotspot-feature__gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(190px, 1fr));
  gap: 16px;
  padding: 18px;
  border-right: 1px solid rgba(123, 109, 92, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 238, 216, 0.97), rgba(255, 255, 255, 0.98));
}

.hotspot-feature__image-tile {
  min-height: 190px;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #f4dfc7;
}

.hotspot-feature__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  box-shadow: none;
}

.hotspot-feature__steps {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}

.hotspot-feature__step {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(8, 33, 61, 0.08);
}

.hotspot-feature__step i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #7b6d5c;
  color: #ffffff;
  font-size: 22px;
}

.hotspot-feature__step strong,
.hotspot-feature__step span {
  display: block;
}

.hotspot-feature__step strong {
  margin-bottom: 2px;
  color: #3f0710;
  font-size: 15px;
  line-height: 1.25;
}

.hotspot-feature__step span {
  color: #526070;
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 1199px) {
  .hotspot-feature {
    grid-template-columns: 1fr;
  }

  .hotspot-feature__gallery {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .hotspot-feature__content {
    padding: 28px;
  }

  .hotspot-feature__content h2 {
    font-size: 30px;
  }

  .hotspot-feature__stats {
    grid-template-columns: 1fr;
  }

  .hotspot-feature__gallery {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(123, 109, 92, 0.14);
  }

  .hotspot-feature__image-tile {
    min-height: 150px;
  }
}

.breadcrumb.bg-img {
  background-position: center center;
  background-size: cover;
}

.breadcrumb::before {
  background:
    linear-gradient(90deg, rgba(6, 27, 58, 0.55) 0%, rgba(6, 27, 58, 0.34) 48%, rgba(123, 109, 92, 0.22) 100%);
}

.contact-item__desc {
  display: inline-block;
  color: #526070;
  line-height: 1.6;
}

a.contact-item__desc:hover,
a.contact-item__desc:focus {
  color: #7b6d5c;
}

.contact-map iframe {
  min-height: 420px;
}

.footer-contact-menu__item-content a {
  color: inherit;
}

.footer-contact-menu__item-content a:hover,
.footer-contact-menu__item-content a:focus {
  color: #7b6d5c;
}

.footer-contact-menu {
  display: grid;
  gap: 14px;
}

.footer-contact-menu__item {
  align-items: flex-start;
  gap: 12px;
  padding-bottom: 0;
}

.footer-contact-menu__item-icon {
  display: inline-flex;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(123, 109, 92, 0.12);
  color: #7b6d5c;
  font-size: 17px;
}

.footer-contact-menu__item-content {
  width: auto;
  min-width: 0;
  padding-left: 0;
  line-height: 1.55;
}

.footer-contact-menu__item-content p,
.footer-contact-menu__item-content a {
  margin: 0;
  overflow-wrap: anywhere;
}

.footer-area--zirakpur {
  background: #12100d;
  border-top: 1px solid rgba(123, 109, 92, 0.26);
}

.footer-area--zirakpur .footer-area__shape-one,
.footer-area--zirakpur .footer-area__shape-two {
  opacity: 0.16;
}

.footer-area--zirakpur .footer-item__logo {
  margin-bottom: 18px;
}

.footer-area--zirakpur .footer-item__desc {
  max-width: 360px;
  padding-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.72;
}

.footer-area--zirakpur .footer-item__title {
  margin-bottom: 22px;
  font-size: 18px;
}

.footer-area--zirakpur .footer-menu__item {
  padding-bottom: 12px;
}

.footer-area--zirakpur .footer-menu__link {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.35;
}

.footer-area--zirakpur .footer-menu__link:hover,
.footer-area--zirakpur .footer-menu__link:focus {
  color: #45a873;
  text-decoration: none;
}

.footer-local-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}

.footer-local-tags a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid rgba(214, 154, 85, 0.32);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: #f8efe5;
  font-size: 13px;
  font-weight: 600;
}

.footer-local-tags a:hover,
.footer-local-tags a:focus {
  background: #8a4f24;
  border-color: #8a4f24;
  color: #ffffff;
}

.footer-mini-cta {
  display: flex;
  gap: 12px;
  max-width: 360px;
  padding: 14px;
  border: 1px solid rgba(214, 154, 85, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.footer-mini-cta__icon {
  display: inline-flex;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(214, 154, 85, 0.18);
  color: #45a873;
  font-size: 20px;
}

.footer-mini-cta strong {
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.25;
}

.footer-mini-cta p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.45;
}

.footer-area--zirakpur .footer-contact-menu {
  gap: 12px;
}

.footer-area--zirakpur .footer-contact-menu__item-icon {
  background: rgba(214, 154, 85, 0.14);
  color: #45a873;
}

.footer-area--zirakpur .footer-contact-menu__item-content strong {
  display: block;
  margin-bottom: 3px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.25;
}

.footer-area--zirakpur .footer-contact-menu__item-content p,
.footer-area--zirakpur .footer-contact-menu__item-content a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  overflow-wrap: break-word;
  word-break: normal;
}

.footer-area--zirakpur .footer-contact-menu__item-content a:hover,
.footer-area--zirakpur .footer-contact-menu__item-content a:focus {
  color: #45a873;
}

.footer-area--zirakpur .bottom-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 18px;
}

.footer-area--zirakpur .bottom-footer-text {
  color: rgba(255, 255, 255, 0.74) !important;
  font-size: 14px;
  line-height: 1.55;
}

.footer-area--zirakpur .bottom-footer-text a {
  color: #45a873;
  font-weight: 700;
}

.footer-area--zirakpur .social-list__link {
  border-color: rgba(214, 154, 85, 0.28);
  background: rgba(255, 255, 255, 0.06);
}

@media (max-width: 767px) {
  .footer-area--zirakpur .footer-item__desc,
  .footer-mini-cta {
    max-width: 100%;
  }

  .footer-area--zirakpur .bottom-footer {
    text-align: center;
  }
}

.listing-details__desc {
  margin-bottom: 24px;
  color: #526070;
  font-size: 15px;
  line-height: 1.75;
}

.listing-details__desc p,
.listing-details__desc div {
  margin-bottom: 14px;
}

.listing-details__desc p:last-child,
.listing-details__desc div:last-child {
  margin-bottom: 0;
}

.listing-details__date {
  margin-top: 34px;
}

.listing-details__date-content {
  display: flex;
  width: fit-content;
  max-width: 100%;
  align-items: stretch;
  justify-content: flex-start !important;
  flex-wrap: wrap;
  gap: 12px !important;
  padding: 10px;
  background: #f8fbfa;
}

.listing-details__date-card {
  min-width: 128px;
  padding: 12px 14px;
  border: 1px solid rgba(123, 109, 92, 0.13);
  border-radius: 8px;
  background: #ffffff;
  color: #08213d;
  font-weight: 800;
}

.listing-details__date-card .title {
  margin-bottom: 4px;
  color: #526070;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.listing-details__date-content .time {
  font-size: 15px;
}

[data-card-url] {
  cursor: pointer;
}

[data-card-url] a,
[data-card-url] button {
  cursor: pointer;
}

[data-card-url] input,
[data-card-url] select,
[data-card-url] textarea {
  cursor: auto;
}

/* Theme toggle and dark mode */
html[data-theme="dark"] {
  color-scheme: dark;
}

.theme-toggle {
  display: inline-flex;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  box-shadow: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.theme-toggle:hover,
.theme-toggle:focus {
  transform: translateY(-1px);
  background: #7b6d5c;
  color: #5f0715;
  box-shadow: 0 10px 22px rgba(6, 27, 58, 0.18);
}

.theme-toggle:focus-visible {
  outline: 3px solid rgba(123, 109, 92, 0.42);
  outline-offset: 3px;
}

.theme-toggle i {
  line-height: 1;
}

html[data-theme="dark"] body {
  background: #07131f;
  color: #cbd5e1;
}

html[data-theme="dark"] .theme-toggle {
  border-color: rgba(123, 109, 92, 0.24);
  background: rgba(255, 255, 255, 0.1);
  color: #f8fafc;
  box-shadow: none;
}

html[data-theme="dark"] .theme-toggle:hover,
html[data-theme="dark"] .theme-toggle:focus {
  background: #7b6d5c;
  color: #5f0715;
}

html[data-theme="dark"] .mega-menu {
  border-color: rgba(148, 163, 184, 0.16);
  background: #0f1e2f;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.36);
}

html[data-theme="dark"] .header .mega-menu__col {
  border-left-color: rgba(148, 163, 184, 0.14);
}

html[data-theme="dark"] .header .mega-menu__col:first-child {
  background: #0a1724;
}

html[data-theme="dark"] .mega-menu__title,
html[data-theme="dark"] .mega-menu__group span,
html[data-theme="dark"] .mega-menu__col > span:not(.mega-menu__label) {
  color: #f8fafc;
}

html[data-theme="dark"] .mega-menu__subtitle,
html[data-theme="dark"] .mega-menu a {
  color: #cbd5e1;
}

html[data-theme="dark"] .section-bg,
html[data-theme="dark"] .company-statistics-section,
html[data-theme="dark"] .about-section--home,
html[data-theme="dark"] .testimonials.py-120,
html[data-theme="dark"] .zirakpur-choose-section,
html[data-theme="dark"] .city-section--showcase {
  background: #07131f;
}

html[data-theme="dark"] .about-section--home {
  border-color: rgba(123, 109, 92, 0.2);
  background:
    linear-gradient(135deg, rgba(19, 43, 62, 0.96) 0%, rgba(10, 26, 42, 0.98) 52%, rgba(6, 16, 27, 1) 100%),
    linear-gradient(180deg, #081421 0%, #06101b 100%);
}

html[data-theme="dark"] .about-section--home::before {
  background:
    linear-gradient(118deg, transparent 0 18%, rgba(123, 109, 92, 0.1) 18.2% 18.8%, transparent 19% 100%),
    repeating-linear-gradient(90deg, rgba(123, 109, 92, 0.035) 0 1px, transparent 1px 118px),
    repeating-linear-gradient(0deg, rgba(148, 163, 184, 0.025) 0 1px, transparent 1px 96px);
}

html[data-theme="dark"] .about-left__heading h2,
html[data-theme="dark"] .about-section--home .section-heading__title,
html[data-theme="dark"] .about-copy__lead,
html[data-theme="dark"] .about-section--home .about-point h5,
html[data-theme="dark"] .about-section--home .about-stat strong,
html[data-theme="dark"] .about-section--home .about-seller-callout strong {
  color: #f8fafc;
}

html[data-theme="dark"] .about-section--home .section-heading__desc,
html[data-theme="dark"] .about-section--home .about-point p,
html[data-theme="dark"] .about-section--home .about-stat span,
html[data-theme="dark"] .about-section--home .about-seller-callout p {
  color: #cbd5e1;
}

html[data-theme="dark"] .about-section--home .about-section__eyebrow {
  border-color: rgba(123, 109, 92, 0.3);
  background: rgba(123, 109, 92, 0.12);
  color: #a9ddc0;
}

html[data-theme="dark"] .about-section--home .about-stat,
html[data-theme="dark"] .about-section--home .about-point,
html[data-theme="dark"] .about-section--home .about-seller-callout {
  border-color: rgba(148, 163, 184, 0.16);
  background: #0f1e2f;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.28);
}

html[data-theme="dark"] .about-section--home .about-left__badge {
  border-color: rgba(148, 163, 184, 0.16);
  background: rgba(15, 30, 47, 0.94);
  color: #e2e8f0;
}

html[data-theme="dark"] .about-section--home .about-left__badge strong,
html[data-theme="dark"] .about-section--home .about-left__badge p {
  color: #f8fafc;
}

html[data-theme="dark"] .about-section--home .about-seller-callout {
  border-left-color: #7b6d5c;
}

html[data-theme="dark"] .about-section--home .about-seller-callout a {
  color: #a9ddc0;
}

html[data-theme="dark"] .featured-properties-section {
  background:
    linear-gradient(180deg, #0a1724 0%, #07131f 64%),
    #07131f;
}

html[data-theme="dark"] .featured-properties-section--compact {
  border-color: rgba(148, 163, 184, 0.12);
  background:
    linear-gradient(135deg, rgba(73, 61, 49, 0.2) 0%, rgba(123, 109, 92, 0.14) 48%, rgba(239, 91, 108, 0.1) 100%),
    linear-gradient(180deg, #102033 0%, #0c1b2a 100%);
}

html[data-theme="dark"] .new-projects-section {
  border-color: rgba(123, 109, 92, 0.2);
  background:
    linear-gradient(135deg, rgba(20, 47, 69, 0.92) 0%, rgba(10, 26, 42, 0.98) 50%, rgba(6, 16, 27, 1) 100%),
    linear-gradient(180deg, #081421 0%, #06101b 100%);
}

html[data-theme="dark"] .new-projects-section::before {
  background:
    linear-gradient(120deg, transparent 0 18%, rgba(123, 109, 92, 0.11) 18.2% 18.8%, transparent 19% 100%),
    linear-gradient(150deg, transparent 0 68%, rgba(148, 163, 184, 0.06) 68.2% 68.8%, transparent 69% 100%),
    repeating-linear-gradient(90deg, rgba(123, 109, 92, 0.035) 0 1px, transparent 1px 120px),
    repeating-linear-gradient(0deg, rgba(148, 163, 184, 0.025) 0 1px, transparent 1px 96px);
}

html[data-theme="dark"] .site-visit-section,
html[data-theme="dark"] .account {
  background:
    radial-gradient(circle at 88% 12%, rgba(123, 109, 92, 0.16), transparent 32%),
    linear-gradient(135deg, #07131f 0%, #0c1b2a 48%, #081726 100%);
}

html[data-theme="dark"] .featured-property-card,
html[data-theme="dark"] .featured-property-card--compact,
html[data-theme="dark"] .new-project-card,
html[data-theme="dark"] .property-visit-card,
html[data-theme="dark"] .listing-details-sidebar,
html[data-theme="dark"] .contact-item,
html[data-theme="dark"] .pricing-card,
html[data-theme="dark"] .custom--card,
html[data-theme="dark"] .testimonails-card,
html[data-theme="dark"] .zirakpur-project-card,
html[data-theme="dark"] .hotspot-feature,
html[data-theme="dark"] .account-inner,
html[data-theme="dark"] .cookies-card {
  border-color: rgba(148, 163, 184, 0.16);
  background: #0f1e2f;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.28);
}

html[data-theme="dark"] .featured-property-card:hover,
html[data-theme="dark"] .featured-property-card--compact:hover,
html[data-theme="dark"] .new-project-card:hover {
  border-color: rgba(123, 109, 92, 0.24);
  box-shadow: 0 26px 56px rgba(0, 0, 0, 0.36);
}

html[data-theme="dark"] h1,
html[data-theme="dark"] h2,
html[data-theme="dark"] h3,
html[data-theme="dark"] h4,
html[data-theme="dark"] h5,
html[data-theme="dark"] h6,
html[data-theme="dark"] .section-heading__title,
html[data-theme="dark"] .featured-properties-heading h2,
html[data-theme="dark"] .new-projects-heading h2,
html[data-theme="dark"] .site-visit-content h2,
html[data-theme="dark"] .featured-property-card__title,
html[data-theme="dark"] .featured-property-card__title a,
html[data-theme="dark"] .featured-property-card--compact .featured-property-card__title a,
html[data-theme="dark"] .new-project-card__title,
html[data-theme="dark"] .new-project-card__title a,
html[data-theme="dark"] .listing-details__title,
html[data-theme="dark"] .listing-details__amenities-title,
html[data-theme="dark"] .amenities-list__name,
html[data-theme="dark"] .listing-details-sidebar__title,
html[data-theme="dark"] .listing-details-sidebar__header-info .name,
html[data-theme="dark"] .property-visit-card h6,
html[data-theme="dark"] .property-visit-summary strong,
html[data-theme="dark"] .listing-details__date-card,
html[data-theme="dark"] .new-project-card__meta strong,
html[data-theme="dark"] .site-visit-field label {
  color: #f8fafc;
}

html[data-theme="dark"] p,
html[data-theme="dark"] .section-heading__desc,
html[data-theme="dark"] .featured-properties-heading p,
html[data-theme="dark"] .new-projects-heading p,
html[data-theme="dark"] .featured-property-card__location,
html[data-theme="dark"] .featured-property-card--compact .featured-property-card__location,
html[data-theme="dark"] .featured-property-card__furnishing,
html[data-theme="dark"] .new-project-card__builder,
html[data-theme="dark"] .new-project-card__price,
html[data-theme="dark"] .new-project-card__meta small,
html[data-theme="dark"] .site-visit-content > p,
html[data-theme="dark"] .site-visit-feature p,
html[data-theme="dark"] .property-visit-card p,
html[data-theme="dark"] .property-visit-summary span,
html[data-theme="dark"] .listing-details__desc,
html[data-theme="dark"] .amenities-list__value,
html[data-theme="dark"] .contact-item__desc,
html[data-theme="dark"] .listing-details-sidebar__header-info .title,
html[data-theme="dark"] .listing-details-sidebar__info .info-list__item {
  color: #cbd5e1;
}

html[data-theme="dark"] .featured-property-card__facts span,
html[data-theme="dark"] .featured-property-card--compact .featured-property-card__facts span,
html[data-theme="dark"] .new-project-card__meta div,
html[data-theme="dark"] .property-visit-summary,
html[data-theme="dark"] .listing-details__date-content,
html[data-theme="dark"] .listing-details__date-card,
html[data-theme="dark"] .site-visit-toggle span,
html[data-theme="dark"] .site-visit-date-option span,
html[data-theme="dark"] .site-visit-time-grid span,
html[data-theme="dark"] .new-projects-category,
html[data-theme="dark"] .featured-properties-view-more,
html[data-theme="dark"] .new-projects-view-more {
  border-color: rgba(148, 163, 184, 0.16);
  background: #102033;
  color: #e2e8f0;
}

html[data-theme="dark"] .amenities-list__icon {
  background: transparent;
  color: #a9ddc0;
}

html[data-theme="dark"] .listing-details__amenities .amenities-list__item,
html[data-theme="dark"] .listing-details__amenities .amenities-list__item:nth-child(even),
html[data-theme="dark"] .listing-details__amenities .amenities-list__item:nth-child(3n) {
  border-color: rgba(148, 163, 184, 0.12);
  background: #102033;
}

html[data-theme="dark"] .listing-details__amenities .amenities-list__name {
  color: #d7e0ea;
}

html[data-theme="dark"] .listing-details__amenities .amenities-list__value {
  color: #9facbd;
}

html[data-theme="dark"] .listing-details__amenities .amenities-list__item:hover {
  border-color: rgba(247, 209, 143, 0.34);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.32);
}

html[data-theme="dark"] .featured-property-card__media,
html[data-theme="dark"] .new-project-card__media,
html[data-theme="dark"] .featured-property-card--placeholder .featured-property-card__media--placeholder {
  background: #12263a;
}

html[data-theme="dark"] .featured-property-card__price-pill,
html[data-theme="dark"] .featured-property-card__placeholder-icon {
  background: #07131f;
  color: #f8fafc;
}

html[data-theme="dark"] .site-visit-modal .modal-content,
html[data-theme="dark"] .site-visit-modal__top,
html[data-theme="dark"] .modal-content {
  border-color: rgba(148, 163, 184, 0.16);
  background: #0f1e2f;
}

html[data-theme="dark"] .site-visit-modal__top {
  border-bottom-color: rgba(148, 163, 184, 0.14);
}

html[data-theme="dark"] .form--control,
html[data-theme="dark"] .form-control,
html[data-theme="dark"] .site-visit-input,
html[data-theme="dark"] select,
html[data-theme="dark"] textarea {
  border-color: rgba(148, 163, 184, 0.2);
  background-color: #102033;
  color: #f8fafc;
}

html[data-theme="dark"] .form--control::placeholder,
html[data-theme="dark"] .form-control::placeholder,
html[data-theme="dark"] .site-visit-input::placeholder {
  color: #94a3b8;
}

html[data-theme="dark"] .site-visit-feature {
  border-bottom-color: rgba(148, 163, 184, 0.14);
}

html[data-theme="dark"] .site-visit-toggle label + label span {
  border-left-color: rgba(148, 163, 184, 0.16);
}

html[data-theme="dark"] .site-visit-toggle input:checked + span,
html[data-theme="dark"] .site-visit-date-option input:checked + span {
  border-color: #7b6d5c;
  background: #7b6d5c;
  color: #ffffff;
}

html[data-theme="dark"] .site-visit-time-grid input:checked + span {
  border-color: #7b6d5c;
  background: rgba(123, 109, 92, 0.15);
  color: #7b6d5c;
}

html[data-theme="dark"] .new-projects-category:hover,
html[data-theme="dark"] .new-projects-category:focus,
html[data-theme="dark"] .featured-properties-view-more:hover,
html[data-theme="dark"] .featured-properties-view-more:focus,
html[data-theme="dark"] .new-projects-view-more:hover,
html[data-theme="dark"] .new-projects-view-more:focus {
  border-color: #7b6d5c;
  background: #7b6d5c;
  color: #ffffff;
}

@media (max-width: 991px) {
  .header .top-button.header-login-action {
    display: flex !important;
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .theme-toggle {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
    font-size: 19px;
  }
}

/* New launch hero search */
.banner-section {
  padding-top: 165px;
  padding-bottom: 62px;
}

.banner-section::before {
  background:
    linear-gradient(180deg, rgba(4, 11, 18, 0.42) 0%, rgba(4, 11, 18, 0.24) 42%, rgba(4, 11, 18, 0.44) 100%),
    rgba(0, 0, 0, 0.04);
}

.banner-content {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}

.banner-content__eyebrow {
  margin-right: auto;
  margin-left: auto;
  border-color: rgba(105, 196, 147, 0.55);
  background: rgba(18, 11, 4, 0.34);
  color: #b4a38f;
}

.banner-content__title {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  font-size: 64px;
  line-height: 1.06;
  letter-spacing: 0;
}

.banner-content__desc {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.9);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.55;
}

.banner-form-wrapper {
  max-width: 996px;
  margin: 44px auto 0;
  overflow: visible;
  border: 1px solid rgba(105, 196, 147, 0.2);
  border-radius: 14px;
  background: #eef8f3;
  box-shadow: 0 22px 48px rgba(6, 15, 28, 0.24);
}

.hero-search-tabs {
  min-height: 68px;
  padding: 0 22px;
  gap: 0;
  justify-content: space-between;
  border-bottom: 1px solid rgba(123, 109, 92, 0.18);
  border-radius: 14px 14px 0 0;
  background: #eef8f3;
}

.hero-search-tab {
  min-width: 104px;
  padding: 0 10px;
  color: #4c5d78;
  font-size: 16px;
  font-weight: 800;
  line-height: 68px;
  text-align: center;
  text-transform: none;
}

.hero-search-tab.active {
  color: #7b6d5c;
}

.hero-search-tab.active::after {
  right: 10px;
  bottom: 0;
  left: 10px;
  height: 3px;
  background: #7b6d5c;
}

.hero-search-tab--new::before {
  position: absolute;
  top: 16px;
  right: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #146b42;
  content: "";
}

.hero-search-tab--post {
  min-width: 160px;
  border-left: 1px solid rgba(123, 109, 92, 0.18);
}

.hero-search-tab--post span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  padding: 3px 6px;
  border-radius: 4px;
  background: #19a563;
  color: #ffffff;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}

.banner-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 160px;
  align-items: center;
  position: relative;
  min-height: 72px;
  padding: 0 14px 0 0;
  border-radius: 0 0 14px 14px;
  background: #eef8f3;
}

.hero-search-select {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  align-self: stretch;
  border: 0;
  border-right: 1px solid #e7ebf0;
  background: transparent;
  color: #4c5d78;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.hero-search-select i {
  color: #13233d;
  font-size: 14px;
}

.hero-search-input {
  min-height: 72px;
  padding: 0 22px;
}

.hero-search-input span {
  color: #29415f;
}

.hero-search-input input {
  height: 72px;
  color: #13233d;
  font-size: 14px;
}

.hero-search-input input::placeholder {
  color: #52627a;
}

.hero-search-suggestions {
  position: absolute;
  top: calc(100% + 8px);
  right: 174px;
  left: 22px;
  z-index: 20;
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(73, 61, 49, 0.14);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(8, 33, 61, 0.18);
}

.hero-search-suggestions.show {
  display: grid;
}

.hero-search-suggestions button {
  min-width: 0;
  padding: 9px 11px;
  border: 0;
  border-radius: 7px;
  background: rgba(123, 109, 92, 0.08);
  color: #13233d;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
}

.hero-search-suggestions button:hover,
.hero-search-suggestions button:focus {
  background: rgba(123, 109, 92, 0.18);
  color: #554b40;
}

.hero-search-tools {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-right: 12px;
}

.hero-search-tool {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #eef8ff;
  color: #0b7bd3;
  font-size: 23px;
}

.banner-form .search-btn {
  flex: initial;
  width: 160px;
  padding-left: 0;
  border-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-form .search-btn .btn,
.hero-search-btn {
  gap: 8px;
  height: 50px;
  border-radius: 999px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: 1px solid #7b6d5c;
  background: #7b6d5c;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(123, 109, 92, 0.24);
}

.hero-search-btn i {
  font-size: 20px;
}

.hero-search-btn:hover,
.hero-search-btn:focus {
  border-color: #0a4428;
  background: #0a4428;
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(73, 61, 49, 0.3);
}

@media (max-width: 1199px) {
  .hero-search-tab {
    min-width: auto;
    font-size: 14px;
  }

  .banner-form {
    grid-template-columns: minmax(0, 1fr) 160px;
  }
}

@media (max-width: 991px) {
  .banner-section {
    padding-top: 130px;
    padding-bottom: 56px;
  }

  .banner-content__title {
    font-size: 42px;
  }

  .banner-content__desc {
    font-size: 16px;
  }

  .hero-search-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0 14px;
  }

  .hero-search-tab {
    flex: 0 0 auto;
    min-width: 110px;
  }
}

@media (max-width: 575px) {
  .banner-content__title {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .banner-form-wrapper {
    margin-top: 32px;
    border-radius: 12px;
  }

  .hero-search-tabs {
    min-height: 58px;
    border-radius: 12px 12px 0 0;
  }

  .hero-search-tab {
    font-size: 13px;
    line-height: 58px;
  }

  .banner-form,
  .hero-search .banner-form {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px;
    border-radius: 0 0 12px 12px;
  }

  .hero-search-select {
    justify-content: space-between;
    min-height: 46px;
    padding: 0 12px;
    border: 1px solid #e7ebf0;
    border-radius: 8px;
  }

  .hero-search-input {
    min-height: 50px;
    padding: 0 12px;
    border: 1px solid #e7ebf0;
    border-radius: 8px;
  }

  .hero-search-input input {
    height: 50px;
    font-size: 14px;
  }

  .hero-search-suggestions {
    position: static;
    grid-template-columns: 1fr;
    margin-top: -4px;
  }

  .hero-search-tools {
    justify-content: center;
    margin: 0;
  }

  .banner-form .search-btn,
  .hero-search .search-btn {
    grid-column: 1;
    width: 100%;
    padding-left: 0;
  }
}

/* Dark mode visibility refinements */
html[data-theme="dark"] .banner-form-wrapper,
html[data-theme="dark"] .hero-search-tabs,
html[data-theme="dark"] .banner-form {
  border-color: rgba(123, 109, 92, 0.24);
  background: #0f1e2f;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.34);
}

html[data-theme="dark"] .hero-search-tabs {
  border-bottom-color: rgba(148, 163, 184, 0.16);
}

html[data-theme="dark"] .hero-search-tab,
html[data-theme="dark"] .hero-search-select,
html[data-theme="dark"] .hero-search-input span {
  color: #cbd5e1;
}

html[data-theme="dark"] .hero-search-tab.active,
html[data-theme="dark"] .hero-search-select i,
html[data-theme="dark"] .hero-search-input input {
  color: #f8fafc;
}

html[data-theme="dark"] .hero-search-tab--post {
  border-left-color: rgba(148, 163, 184, 0.16);
}

html[data-theme="dark"] .hero-search-select {
  border-right-color: rgba(148, 163, 184, 0.16);
}

html[data-theme="dark"] .hero-search-input input {
  background: transparent;
}

html[data-theme="dark"] .hero-search-input input::placeholder {
  color: #94a3b8;
}

html[data-theme="dark"] .hero-search-suggestions {
  border-color: rgba(148, 163, 184, 0.18);
  background: #0f1e2f;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
}

html[data-theme="dark"] .hero-search-suggestions button {
  background: #102033;
  color: #e2e8f0;
}

html[data-theme="dark"] .hero-search-suggestions button:hover,
html[data-theme="dark"] .hero-search-suggestions button:focus {
  background: rgba(123, 109, 92, 0.22);
  color: #f8fafc;
}

html[data-theme="dark"] .hero-search-tool {
  background: rgba(11, 123, 211, 0.16);
  color: #93c5fd;
}

html[data-theme="dark"] .banner-content__eyebrow {
  border-color: rgba(105, 196, 147, 0.5);
  background: rgba(15, 30, 47, 0.72);
  color: #74c99a;
}

html[data-theme="dark"] .banner-content__desc {
  color: rgba(248, 250, 252, 0.9);
}

html[data-theme="dark"] .site-visit-section {
  background:
    linear-gradient(120deg, transparent 0 76%, rgba(123, 109, 92, 0.22) 76.2%, transparent 76.6%),
    linear-gradient(126deg, transparent 0 78%, rgba(123, 109, 92, 0.18) 78.2%, transparent 78.55%),
    linear-gradient(135deg, #07131f 0%, #0c1b2a 48%, #081726 100%);
}

html[data-theme="dark"] .site-visit-eyebrow {
  border-color: rgba(105, 196, 147, 0.36);
  background: rgba(123, 109, 92, 0.16);
  color: #74c99a;
}

html[data-theme="dark"] .site-visit-features::before {
  background: #7b6d5c;
}

html[data-theme="dark"] .site-visit-feature > span {
  border-color: #7b6d5c;
  background: #0f1e2f;
  color: #74c99a;
}

html[data-theme="dark"] .site-visit-feature h4,
html[data-theme="dark"] .site-visit-showcase__copy h3 {
  color: #f8fafc;
}

html[data-theme="dark"] .site-visit-showcase__card {
  border-color: rgba(123, 109, 92, 0.5);
  background: rgba(15, 30, 47, 0.92);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.34);
}

html[data-theme="dark"] .site-visit-showcase__copy li {
  color: #e2e8f0;
}

html[data-theme="dark"] .site-visit-showcase__image {
  background: #102033;
}

html[data-theme="dark"] .hotspot-feature__content h2,
html[data-theme="dark"] .hotspot-feature__step strong {
  color: #f8fafc;
}

html[data-theme="dark"] .hotspot-feature__content p,
html[data-theme="dark"] .hotspot-feature__step span {
  color: #cbd5e1;
}

html[data-theme="dark"] .hotspot-feature__eyebrow {
  color: #74c99a;
}

html[data-theme="dark"] .hotspot-feature__step {
  border-bottom-color: rgba(148, 163, 184, 0.16);
}

html[data-theme="dark"] .hotspot-feature__step i {
  background: #7b6d5c;
  color: #ffffff;
}

html[data-theme="dark"] .hotspot-feature__gallery {
  border-right-color: rgba(148, 163, 184, 0.16);
  background:
    linear-gradient(135deg, rgba(15, 30, 47, 0.96), rgba(7, 19, 31, 0.98));
}

html[data-theme="dark"] .hotspot-feature__image-tile {
  background: #102033;
}

@media (max-width: 767px) {
  html[data-theme="dark"] .hero-search-select,
  html[data-theme="dark"] .hero-search-input {
    border-color: rgba(148, 163, 184, 0.16);
    background: #102033;
  }
}

/* Theme completion pass for shared sections */
.contact-top .contact-item,
.contact-wrapper,
.blog-item__content,
.blog-sidebar,
.pricing-card,
.custom--accordion .accordion-item,
.custom--card,
.cookies-card {
  border-color: hsl(var(--base) / 0.13) !important;
  background: hsl(var(--white));
  box-shadow: 0 18px 42px hsl(var(--black) / 0.06);
}

.contact-top .contact-item {
  background:
    linear-gradient(180deg, hsl(var(--white)) 0%, hsl(var(--base) / 0.045) 100%);
}

.contact-item__top {
  border-color: hsl(var(--base) / 0.32);
  background: hsl(var(--base) / 0.045);
}

.contact-item__title,
.contact__title,
.custom--accordion .accordion-button,
.pricing-card__title,
.blog-item__title-link,
.blog-sidebar__title,
.custom--card .card-title {
  color: hsl(var(--heading-color));
}

.contact-item__desc,
.custom--accordion .accordion-body,
.custom--accordion .accordion-body p,
.pricing-card__item,
.blog-item__desc,
.blog-details__desc,
.custom--card .card-body,
.cookies-card__content {
  color: hsl(var(--body-color));
}

a.contact-item__desc[href^="tel:"],
a.contact-item__desc[href*="google.com/maps"],
a.contact-item__desc[href^="mailto:"],
.contact-item__desc[href^="tel:"],
.contact-item__desc[href*="google.com/maps"],
.contact-item__desc[href^="mailto:"] {
  color: hsl(var(--base));
  font-weight: 700;
}

a.contact-item__desc[href^="mailto:"] {
  color: hsl(var(--base));
}

a.contact-item__desc:hover,
a.contact-item__desc:focus,
.blog-item__title-link:hover,
.blog-item__title-link:focus,
.cookies-card__content a:hover,
.cookies-card__content a:focus {
  color: hsl(var(--base-d-100));
  text-decoration: none;
}

.contactus-form .form--label,
.contactus-form .form-label {
  color: hsl(var(--heading-color));
  font-weight: 700;
}

.contactus-form .form--control,
.contactus-form .form-control,
.contactus-form textarea {
  border-color: hsl(var(--base) / 0.18);
  background: hsl(var(--white));
  color: hsl(var(--heading-color));
  box-shadow: none;
}

.contactus-form .form--control:focus,
.contactus-form .form-control:focus,
.contactus-form textarea:focus {
  border-color: hsl(var(--base));
  box-shadow: 0 0 0 4px hsl(var(--base) / 0.12);
}

.custom--accordion .accordion-button {
  background: hsl(var(--white)) !important;
  font-weight: 800;
}

.custom--accordion .accordion-button:not(.collapsed) {
  background: hsl(var(--base)) !important;
  color: hsl(var(--white)) !important;
}

.custom--accordion .accordion-button:not(.collapsed)::after {
  color: hsl(var(--white));
}

.custom--accordion .accordion-body {
  background: hsl(var(--base) / 0.045);
}

.pricing-card__list {
  border-top-color: hsl(var(--base) / 0.2);
  border-bottom-color: hsl(var(--base) / 0.2);
}

html[data-theme="dark"] .contact-top .contact-item,
html[data-theme="dark"] .contact-wrapper,
html[data-theme="dark"] .blog-item__content,
html[data-theme="dark"] .blog-sidebar,
html[data-theme="dark"] .pricing-card,
html[data-theme="dark"] .custom--accordion .accordion-item,
html[data-theme="dark"] .custom--card,
html[data-theme="dark"] .cookies-card {
  border-color: rgba(148, 163, 184, 0.16) !important;
  background: #0f1e2f;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.28);
}

html[data-theme="dark"] .contact-item__top {
  border-color: rgba(105, 196, 147, 0.4);
  background: rgba(123, 109, 92, 0.12);
}

html[data-theme="dark"] .contact-item__title,
html[data-theme="dark"] .contact__title,
html[data-theme="dark"] .custom--accordion .accordion-button,
html[data-theme="dark"] .pricing-card__title,
html[data-theme="dark"] .blog-item__title-link,
html[data-theme="dark"] .blog-sidebar__title,
html[data-theme="dark"] .custom--card .card-title,
html[data-theme="dark"] .contactus-form .form--label,
html[data-theme="dark"] .contactus-form .form-label {
  color: #f8fafc;
}

html[data-theme="dark"] .contact-item__desc,
html[data-theme="dark"] .custom--accordion .accordion-body,
html[data-theme="dark"] .custom--accordion .accordion-body p,
html[data-theme="dark"] .pricing-card__item,
html[data-theme="dark"] .blog-item__desc,
html[data-theme="dark"] .blog-details__desc,
html[data-theme="dark"] .custom--card .card-body,
html[data-theme="dark"] .cookies-card__content {
  color: #cbd5e1;
}

html[data-theme="dark"] a.contact-item__desc[href^="tel:"],
html[data-theme="dark"] a.contact-item__desc[href^="mailto:"],
html[data-theme="dark"] a.contact-item__desc[href*="google.com/maps"] {
  color: #74c99a;
}

html[data-theme="dark"] a.contact-item__desc:hover,
html[data-theme="dark"] a.contact-item__desc:focus,
html[data-theme="dark"] .blog-item__title-link:hover,
html[data-theme="dark"] .blog-item__title-link:focus {
  color: #a9ddc0;
}

html[data-theme="dark"] .contactus-form .form--control,
html[data-theme="dark"] .contactus-form .form-control,
html[data-theme="dark"] .contactus-form textarea {
  border-color: rgba(148, 163, 184, 0.2);
  background: #102033;
  color: #f8fafc;
}

html[data-theme="dark"] .contactus-form .form--control:focus,
html[data-theme="dark"] .contactus-form .form-control:focus,
html[data-theme="dark"] .contactus-form textarea:focus {
  border-color: #7b6d5c;
  box-shadow: 0 0 0 4px rgba(123, 109, 92, 0.18);
}

html[data-theme="dark"] .custom--accordion .accordion-button {
  background: #102033 !important;
}

html[data-theme="dark"] .custom--accordion .accordion-button:not(.collapsed) {
  background: #7b6d5c !important;
  color: #ffffff !important;
}

html[data-theme="dark"] .custom--accordion .accordion-body {
  background: #102033;
}

html[data-theme="dark"] .pricing-card__list {
  border-top-color: rgba(148, 163, 184, 0.18);
  border-bottom-color: rgba(148, 163, 184, 0.18);
}
/* Panchkula lifestyle and Tricity connectivity */
.pkl-lifestyle,
.pkl-location {
  padding: 90px 0;
}

.pkl-lifestyle {
  background: #f7f8f3;
}

.pkl-section-heading {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}

.pkl-section-heading > span,
.pkl-proximity__eyebrow {
  color: #c74973;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.pkl-section-heading h2 {
  margin: 8px 0 12px;
  color: #18372d;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
}

.pkl-section-heading p {
  margin: 0;
  color: #68736e;
  font-size: 17px;
}

.pkl-lifestyle__visual {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 25px 65px rgba(27, 57, 46, 0.16);
}

.pkl-lifestyle__visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(14, 39, 31, 0.7), transparent 58%);
}

.pkl-lifestyle__visual img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}

.pkl-lifestyle__visual-copy {
  position: absolute;
  z-index: 1;
  left: clamp(24px, 5vw, 64px);
  bottom: clamp(26px, 5vw, 58px);
  display: grid;
  max-width: 470px;
  color: #fff;
}

.pkl-lifestyle__visual-copy span {
  margin-bottom: 8px;
  color: #e9d58b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.pkl-lifestyle__visual-copy strong {
  font-family: var(--heading-font);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
}

.pkl-lifestyle__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: -24px;
  padding: 0 28px;
  position: relative;
  z-index: 2;
}

.pkl-life-card {
  position: relative;
  padding: 34px 30px 30px;
  overflow: hidden;
  border: 1px solid rgba(24, 55, 45, 0.1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 15px 38px rgba(27, 57, 46, 0.1);
}

.pkl-life-card__icon {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 50%;
  background: #edf4e6;
  color: #4d7b55;
  font-size: 25px;
}

.pkl-life-card__number {
  position: absolute;
  top: 16px;
  right: 20px;
  margin: 0 !important;
  color: #edf1eb !important;
  font-size: 54px !important;
  font-weight: 800;
  line-height: 1;
}

.pkl-life-card h3 {
  margin-bottom: 12px;
  color: #18372d;
  font-size: 22px;
}

.pkl-life-card > p:not(.pkl-life-card__number) {
  min-height: 78px;
  color: #68736e;
  line-height: 1.65;
}

.pkl-life-card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #e8ece8;
}

.pkl-life-card li {
  position: relative;
  padding-left: 19px;
  color: #35463f;
  font-size: 14px;
}

.pkl-life-card li::before {
  position: absolute;
  left: 0;
  content: "\f058";
  color: #c74973;
  font-family: "Line Awesome Free";
  font-weight: 900;
}

.pkl-location {
  position: relative;
  overflow: hidden;
  background: #132f29;
}

.pkl-location::before {
  position: absolute;
  width: 520px;
  height: 520px;
  top: -260px;
  right: -180px;
  content: "";
  border-radius: 50%;
  background: rgba(214, 191, 112, 0.08);
}

.pkl-section-heading--light h2,
.pkl-section-heading--light p {
  color: #fff;
}

.pkl-section-heading--light p {
  opacity: 0.72;
}

.pkl-location__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr);
  gap: 34px;
  align-items: stretch;
}

.pkl-connect-map {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 28px;
  background: radial-gradient(circle at center, rgba(233, 213, 139, 0.08), transparent 48%), linear-gradient(135deg, #173b32, #0d2520);
}

.pkl-connect-map__ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px dashed rgba(233, 213, 139, 0.35);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.pkl-connect-map__ring--one { width: 250px; height: 250px; }
.pkl-connect-map__ring--two { width: 440px; height: 440px; }

.pkl-connect-map__center {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: 134px;
  height: 134px;
  place-content: center;
  border: 8px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  background: #c74973;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 16px rgba(199, 73, 115, 0.12);
}

.pkl-connect-map__center i { font-size: 25px; }
.pkl-connect-map__center strong { font-size: 16px; }
.pkl-connect-map__center small { font-size: 11px; opacity: 0.8; }

.pkl-connect-point {
  position: absolute;
  z-index: 3;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  backdrop-filter: blur(8px);
  transition: 0.25s ease;
}

.pkl-connect-point:hover {
  border-color: #e9d58b;
  background: #fff;
  color: #18372d;
  transform: translateY(-3px);
}

.pkl-connect-point > i { color: #e9d58b; font-size: 24px; }
.pkl-connect-point span { display: grid; }
.pkl-connect-point strong { font-size: 13px; }
.pkl-connect-point small { font-size: 11px; opacity: 0.72; }
.pkl-connect-point--chd { top: 52px; left: 52px; }
.pkl-connect-point--it { top: 58px; right: 50px; }
.pkl-connect-point--airport { bottom: 55px; right: 42px; }
.pkl-connect-point--rail { bottom: 58px; left: 48px; }
.pkl-connect-point--hills { top: 50%; right: 22px; transform: translateY(-50%); }
.pkl-connect-point--hills:hover { transform: translateY(calc(-50% - 3px)); }

.pkl-proximity {
  padding: 38px;
  border-radius: 28px;
  background: #fff;
}

.pkl-proximity h3 {
  margin: 8px 0 26px;
  color: #18372d;
  font-size: 30px;
}

.pkl-proximity__list { display: grid; gap: 12px; }

.pkl-proximity__list > div {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 14px;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid #e8ece8;
}

.pkl-proximity__list strong {
  color: #c74973;
  font-size: 22px;
}

.pkl-proximity__list span { color: #4f5d57; font-size: 14px; }

.pkl-investment-note {
  display: flex;
  gap: 14px;
  margin-top: 24px;
  padding: 18px;
  border-radius: 14px;
  background: #edf4e6;
}

.pkl-investment-note i { flex: 0 0 auto; color: #4d7b55; font-size: 27px; }
.pkl-investment-note p { margin: 0; color: #42534c; font-size: 13px; line-height: 1.55; }
.pkl-investment-note strong { display: block; color: #18372d; font-size: 14px; }

.pkl-location__disclaimer {
  margin: 18px 0 0;
  color: #7b8681;
  font-size: 11px;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .pkl-lifestyle__grid { grid-template-columns: 1fr; margin-top: 24px; padding: 0; }
  .pkl-life-card > p:not(.pkl-life-card__number) { min-height: auto; }
  .pkl-location__layout { grid-template-columns: 1fr; }
}

@media (max-width: 575px) {
  .pkl-lifestyle, .pkl-location { padding: 62px 0; }
  .pkl-lifestyle__visual, .pkl-lifestyle__visual img { min-height: 360px; height: 360px; }
  .pkl-lifestyle__visual { border-radius: 18px; }
  .pkl-connect-map { min-height: 600px; border-radius: 18px; }
  .pkl-connect-map__ring--two { width: 340px; height: 340px; }
  .pkl-connect-point--chd { top: 28px; left: 20px; }
  .pkl-connect-point--it { top: 112px; right: 16px; }
  .pkl-connect-point--hills { top: auto; right: 16px; bottom: 110px; transform: none; }
  .pkl-connect-point--hills:hover { transform: translateY(-3px); }
  .pkl-connect-point--rail { bottom: 28px; left: 18px; }
  .pkl-connect-point--airport { right: 18px; bottom: 28px; }
  .pkl-proximity { padding: 28px 22px; border-radius: 18px; }
}

html[data-theme="dark"] .pkl-lifestyle { background: #12211d; }
html[data-theme="dark"] .pkl-section-heading h2,
html[data-theme="dark"] .pkl-life-card h3 { color: #f5f5f0; }
html[data-theme="dark"] .pkl-life-card,
html[data-theme="dark"] .pkl-proximity { border-color: #35453f; background: #1c2d27; }
html[data-theme="dark"] .pkl-life-card > p,
html[data-theme="dark"] .pkl-life-card li,
html[data-theme="dark"] .pkl-proximity__list span { color: #b9c2be; }
html[data-theme="dark"] .pkl-life-card ul,
html[data-theme="dark"] .pkl-proximity__list > div { border-color: #35453f; }

/* Lifestyle & location â€” real-estate explorer */
.ll-section {
  padding: 96px 0;
  overflow: hidden;
  background: #f6f5f1;
}

.ll-heading {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 38px;
}

.ll-kicker,
.ll-story__eyebrow {
  display: block;
  margin-bottom: 9px;
  color: #be436b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ll-heading h2 {
  margin: 0;
  color: #183a30;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 0.98;
}

.ll-heading > p {
  max-width: 520px;
  margin: 0 0 4px;
  color: #64716b;
  font-size: 17px;
  line-height: 1.7;
}

.ll-story {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(330px, 0.55fr);
  min-height: 530px;
  overflow: hidden;
  border-radius: 28px;
  background: #16382f;
  box-shadow: 0 30px 70px rgba(20, 55, 45, 0.16);
}

.ll-story__image {
  position: relative;
  min-height: 530px;
  overflow: hidden;
}

.ll-story__image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 52%, rgba(10, 31, 25, 0.72));
}

.ll-story__image img {
  width: 100%;
  height: 100%;
  min-height: 530px;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.ll-story:hover .ll-story__image img { transform: scale(1.025); }

.ll-story__label {
  position: absolute;
  z-index: 2;
  left: 30px;
  bottom: 28px;
  display: flex;
  gap: 13px;
  align-items: center;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 14px;
  background: rgba(10, 31, 25, 0.55);
  color: #fff;
  backdrop-filter: blur(12px);
}

.ll-story__label > i { color: #cde29f; font-size: 27px; }
.ll-story__label span { display: grid; font-size: 12px; }
.ll-story__label strong { font-size: 14px; }

.ll-story__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px 44px;
  color: #fff;
}

.ll-story__index {
  position: absolute;
  top: 22px;
  right: 28px;
  color: rgba(255, 255, 255, 0.08);
  font-size: 88px;
  font-weight: 800;
  line-height: 1;
}

.ll-story__content h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.08;
}

.ll-story__content > p:not(.ll-story__eyebrow) {
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
}

.ll-story__links { display: grid; gap: 9px; }

.ll-story__links a {
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.ll-story__links a:hover { color: #e8cf81; padding-left: 5px; }
.ll-story__links i { color: #e8cf81; font-size: 18px; }

.ll-explorer {
  margin-top: 80px;
}

.ll-explorer__intro {
  display: grid;
  grid-template-columns: 0.9fr 1.15fr;
  gap: 12px 60px;
  align-items: end;
  margin-bottom: 30px;
}

.ll-explorer__intro .ll-kicker { grid-column: 1 / -1; }

.ll-explorer__intro h3 {
  margin: 0;
  color: #183a30;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
}

.ll-explorer__intro p {
  max-width: 560px;
  margin: 0 0 4px;
  color: #64716b;
  line-height: 1.7;
}

.ll-explorer__layout {
  display: grid;
  grid-template-columns: minmax(390px, 0.8fr) minmax(0, 1.2fr);
  gap: 22px;
}

.ll-map {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  border: 1px solid #dce4db;
  border-radius: 24px;
  background:
    radial-gradient(circle at 22% 20%, rgba(181, 211, 163, 0.5), transparent 25%),
    radial-gradient(circle at 78% 75%, rgba(215, 226, 191, 0.65), transparent 30%),
    #eaf0e5;
}

.ll-map::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.38;
  background-image: radial-gradient(#7f9a83 1px, transparent 1px);
  background-size: 20px 20px;
}

.ll-map__roads { position: absolute; inset: 0; transform: rotate(-8deg); }

.ll-map__road {
  position: absolute;
  display: block;
  border: 7px solid rgba(255, 255, 255, 0.85);
  border-right: 0;
  border-left: 0;
  border-radius: 50%;
}

.ll-map__road--a { width: 140%; height: 180px; top: 21%; left: -20%; transform: rotate(30deg); }
.ll-map__road--b { width: 120%; height: 240px; top: 50%; left: -8%; transform: rotate(-28deg); }
.ll-map__road--c { width: 80%; height: 120px; top: 34%; left: 12%; transform: rotate(78deg); }

.ll-map__center {
  position: absolute;
  z-index: 3;
  top: 48%;
  left: 48%;
  display: grid;
  justify-items: center;
  padding: 16px 22px;
  border-radius: 15px;
  background: #173a30;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
  box-shadow: 0 16px 30px rgba(23, 58, 48, 0.25);
}

.ll-map__center > span {
  display: grid;
  width: 34px;
  height: 34px;
  margin-top: -32px;
  place-items: center;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #be436b;
  font-size: 17px;
}

.ll-map__center strong { margin-top: 7px; font-size: 15px; }
.ll-map__center small { opacity: 0.7; font-size: 10px; }

.ll-map__pin {
  position: absolute;
  z-index: 4;
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 8px 11px;
  border: 1px solid rgba(23, 58, 48, 0.14);
  border-radius: 20px;
  background: #fff;
  color: #173a30;
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(23, 58, 48, 0.12);
  transition: 0.25s ease;
}

.ll-map__pin:hover { background: #be436b; color: #fff; transform: translateY(-3px); }
.ll-map__pin i { color: #be436b; font-size: 17px; }
.ll-map__pin:hover i { color: #fff; }
.ll-map__pin--1 { top: 19%; right: 12%; }
.ll-map__pin--2 { top: 32%; left: 9%; }
.ll-map__pin--3 { right: 9%; bottom: 23%; }
.ll-map__pin--4 { left: 12%; bottom: 13%; }

.ll-map__key {
  position: absolute;
  z-index: 2;
  top: 24px;
  left: 24px;
  display: flex;
  gap: 8px;
  align-items: center;
  color: #486052;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ll-map__key i { font-size: 21px; }

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

.ll-area-card {
  display: flex;
  min-height: 296px;
  flex-direction: column;
  padding: 25px;
  border: 1px solid #e1e5e0;
  border-radius: 20px;
  background: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ll-area-card:hover { transform: translateY(-5px); box-shadow: 0 18px 38px rgba(27, 57, 46, 0.1); }

.ll-area-card__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.ll-area-card__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  background: #e2f2e9;
  color: #be436b;
  font-size: 24px;
}

.ll-area-card--green .ll-area-card__icon { background: #e4efe0; color: #47754d; }
.ll-area-card--sand .ll-area-card__icon { background: #f3ecd8; color: #8a6b25; }
.ll-area-card--blue .ll-area-card__icon { background: #e3edf2; color: #3d7188; }

.ll-area-card__top > a {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #f4f5f2;
  color: #53635c;
}

.ll-area-card small { color: #8a958f; font-size: 10px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.ll-area-card h4 { margin: 5px 0 8px; color: #183a30; font-size: 23px; }
.ll-area-card > p { margin-bottom: 20px; color: #68756f; font-size: 13px; line-height: 1.6; }

.ll-area-card__actions {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: auto;
}

.ll-area-card__properties {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 10px 13px;
  border-radius: 9px;
  background: #173a30;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.ll-area-card__properties:hover { background: #be436b; color: #fff; }
.ll-area-card__map { color: #52645c; font-size: 11px; font-weight: 800; }
.ll-area-card__map i { margin-right: 3px; }

.ll-connectivity {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid #e1e5e0;
  border-radius: 18px;
  background: #fff;
}

.ll-connectivity > span {
  display: grid;
  grid-template-columns: 38px 1fr;
  padding: 21px 23px;
  border-right: 1px solid #e1e5e0;
}

.ll-connectivity > span:last-child { border-right: 0; }
.ll-connectivity i { grid-row: 1 / 3; align-self: center; color: #be436b; font-size: 25px; }
.ll-connectivity strong { color: #183a30; font-size: 13px; }
.ll-connectivity small { color: #89938e; font-size: 10px; }

@media (max-width: 1199px) {
  .ll-explorer__layout { grid-template-columns: 1fr; }
  .ll-map { min-height: 520px; }
}

@media (max-width: 991px) {
  .ll-section { padding: 70px 0; }
  .ll-heading, .ll-explorer__intro { grid-template-columns: 1fr; gap: 16px; }
  .ll-story { grid-template-columns: 1fr; }
  .ll-story__image, .ll-story__image img { min-height: 430px; }
  .ll-story__content { padding: 44px 34px; }
  .ll-connectivity { grid-template-columns: repeat(2, 1fr); }
  .ll-connectivity > span:nth-child(2) { border-right: 0; }
  .ll-connectivity > span:nth-child(-n+2) { border-bottom: 1px solid #e1e5e0; }
}

@media (max-width: 575px) {
  .ll-heading { margin-bottom: 26px; }
  .ll-story { border-radius: 18px; }
  .ll-story__image, .ll-story__image img { min-height: 340px; }
  .ll-story__label { right: 18px; left: 18px; bottom: 18px; }
  .ll-story__content { padding: 38px 24px; }
  .ll-explorer { margin-top: 58px; }
  .ll-area-grid { grid-template-columns: 1fr; }
  .ll-map { min-height: 520px; border-radius: 18px; }
  .ll-map__pin--1 { right: 5%; }
  .ll-map__pin--2 { left: 4%; }
  .ll-map__pin--3 { right: 4%; }
  .ll-map__pin--4 { left: 5%; }
  .ll-connectivity { grid-template-columns: 1fr; }
  .ll-connectivity > span { border-right: 0; border-bottom: 1px solid #e1e5e0; }
  .ll-connectivity > span:last-child { border-bottom: 0; }
}

html[data-theme="dark"] .ll-section { background: #13221d; }
html[data-theme="dark"] .ll-heading h2,
html[data-theme="dark"] .ll-explorer__intro h3,
html[data-theme="dark"] .ll-area-card h4,
html[data-theme="dark"] .ll-connectivity strong { color: #f4f5f1; }
html[data-theme="dark"] .ll-heading > p,
html[data-theme="dark"] .ll-explorer__intro p,
html[data-theme="dark"] .ll-area-card > p { color: #b5bfba; }
html[data-theme="dark"] .ll-area-card,
html[data-theme="dark"] .ll-connectivity { border-color: #34443e; background: #1c2d27; }
html[data-theme="dark"] .ll-connectivity > span { border-color: #34443e; }

/* Ready-to-Move in Panchkula â€” lifestyle and location editorial grid */
.bhk-location {
  padding: 90px 0;
  background: linear-gradient(145deg, hsl(var(--base) / 0.055), #fff 42%, hsl(var(--base) / 0.025));
}

.bhk-location__heading {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 50px;
  align-items: end;
  margin-bottom: 34px;
}

.bhk-location__heading > span {
  grid-column: 1 / -1;
  color: hsl(var(--base));
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bhk-location__heading h2 {
  margin: 0;
  color: #222;
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1;
}

.bhk-location__heading p {
  max-width: 600px;
  margin: 0 0 4px;
  color: #66706b;
  line-height: 1.65;
}

.bhk-location__layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.35fr) minmax(0, 1fr);
  gap: 18px;
}

.bhk-location__side,
.bhk-location__main {
  display: grid;
  gap: 18px;
  align-content: start;
}

.bhk-location__name-card,
.bhk-location__why,
.bhk-feature-panel,
.bhk-map-panel {
  border: 1px solid hsl(var(--base) / 0.22);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(31, 40, 36, 0.07);
}

.bhk-location__name-card {
  position: relative;
  min-height: 245px;
  overflow: hidden;
  padding: 32px 28px;
  background: linear-gradient(145deg, hsl(var(--base)), hsl(var(--base-d-200)));
  color: #fff;
}

.bhk-location__name-card::after {
  position: absolute;
  width: 190px;
  height: 190px;
  right: -65px;
  bottom: -80px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(255, 255, 255, 0.05), 0 0 0 56px rgba(255, 255, 255, 0.04);
}

.bhk-location__name-card > span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.82;
}

.bhk-location__name-card h3 {
  margin: 22px 0 26px;
  color: #fff;
  font-size: clamp(29px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.04;
}

.bhk-location__name-card h3 strong { font-weight: 800; }

.bhk-location__name-card a {
  position: relative;
  z-index: 2;
  display: inline-flex;
  gap: 7px;
  align-items: center;
  padding: 10px 13px;
  border-radius: 9px;
  background: #fff;
  color: hsl(var(--base));
  font-size: 11px;
  font-weight: 800;
}

.bhk-location__why {
  position: relative;
  min-height: 506px;
  overflow: hidden;
  padding: 30px 25px;
}

.bhk-location__number {
  position: absolute;
  top: 13px;
  right: 17px;
  color: hsl(var(--base) / 0.08);
  font-size: 70px;
  font-weight: 800;
}

.bhk-location__why h3 { margin: 0 0 10px; color: #242824; font-size: 26px; }
.bhk-location__why > p { margin-bottom: 23px; color: #78817c; font-size: 13px; line-height: 1.55; }
.bhk-location__why ul { display: grid; gap: 18px; margin: 0; }

.bhk-location__why li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 9px;
  color: #657069;
  font-size: 12px;
  line-height: 1.45;
}

.bhk-location__why li > i {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 9px;
  background: hsl(var(--base) / 0.1);
  color: hsl(var(--base));
  font-size: 18px;
}

.bhk-location__why li span { display: grid; }
.bhk-location__why li strong { color: #29322d; font-size: 13px; }

.bhk-feature-panel {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(330px, 1.15fr);
  min-height: 245px;
  overflow: hidden;
}

.bhk-feature-panel__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 27px 30px;
}

.bhk-feature-panel__content > span,
.bhk-map-panel__top span {
  color: hsl(var(--base));
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.bhk-feature-panel__content h3 {
  margin: 5px 0 7px;
  color: #232a26;
  font-size: 25px;
}

.bhk-feature-panel__content p { margin: 0 0 11px; color: #6f7973; font-size: 12px; line-height: 1.5; }
.bhk-feature-panel__content ul { display: grid; gap: 4px; margin: 0 0 13px; }

.bhk-feature-panel__content li {
  position: relative;
  padding-left: 13px;
  color: #3f4943;
  font-size: 12px;
}

.bhk-feature-panel__content li::before {
  position: absolute;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  top: 7px;
  border-radius: 50%;
  background: hsl(var(--base));
}

.bhk-feature-panel__content > a {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  align-self: flex-start;
  color: hsl(var(--base));
  font-size: 11px;
  font-weight: 800;
}

.bhk-feature-panel__image { min-height: 245px; overflow: hidden; }
.bhk-feature-panel__image img { width: 100%; height: 100%; min-height: 245px; object-fit: cover; transition: transform 0.6s ease; }
.bhk-feature-panel:hover .bhk-feature-panel__image img { transform: scale(1.035); }

.bhk-feature-panel--reverse .bhk-feature-panel__content { order: 2; }
.bhk-feature-panel--reverse .bhk-feature-panel__image { order: 1; }

.bhk-map-panel { overflow: hidden; padding: 22px; }

.bhk-map-panel__top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 0 4px 17px;
}

.bhk-map-panel__top h3 { margin: 3px 0 0; color: #232a26; font-size: 27px; }

.bhk-map-panel__top > a {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  padding: 9px 12px;
  border-radius: 8px;
  background: hsl(var(--base) / 0.1);
  color: hsl(var(--base));
  font-size: 10px;
  font-weight: 800;
}

.bhk-map-panel__map {
  position: relative;
  height: 335px;
  overflow: hidden;
  border-radius: 14px;
  background: #e8ece9;
}

.bhk-map-panel__map iframe { width: 100%; height: 100%; border: 0; filter: saturate(0.76) contrast(0.95); }

.bhk-map-panel__home {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  min-width: 160px;
  justify-items: center;
  padding: 13px 16px;
  border: 3px solid #fff;
  border-radius: 12px;
  background: hsl(var(--base));
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
}

.bhk-map-panel__home > span {
  display: grid;
  width: 32px;
  height: 32px;
  margin-top: -30px;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  background: hsl(var(--base-d-200));
  font-size: 16px;
}

.bhk-map-panel__home strong { margin-top: 5px; font-size: 12px; }
.bhk-map-panel__home a { margin-top: 4px; color: #fff; font-size: 9px; text-decoration: underline; }

.bhk-map-panel__links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 12px;
}

.bhk-map-panel__links a {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  padding: 9px;
  border: 1px solid hsl(var(--base) / 0.16);
  border-radius: 8px;
  background: hsl(var(--base) / 0.045);
  color: #47534c;
  font-size: 10px;
  font-weight: 800;
}

.bhk-map-panel__links a:hover { border-color: hsl(var(--base)); background: hsl(var(--base)); color: #fff; }
.bhk-map-panel__links i { color: hsl(var(--base)); }
.bhk-map-panel__links a:hover i { color: #fff; }

@media (max-width: 991px) {
  .bhk-location__heading { grid-template-columns: 1fr; gap: 14px; }
  .bhk-location__layout { grid-template-columns: 1fr; }
  .bhk-location__side { grid-template-columns: 0.75fr 1.25fr; }
  .bhk-location__why { min-height: auto; }
}

@media (max-width: 767px) {
  .bhk-location { padding: 65px 0; }
  .bhk-location__side { grid-template-columns: 1fr; }
  .bhk-feature-panel { grid-template-columns: 1fr; }
  .bhk-feature-panel__image { order: 1 !important; min-height: 220px; }
  .bhk-feature-panel__content { order: 2 !important; }
  .bhk-map-panel__links { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .bhk-location__name-card, .bhk-location__why, .bhk-feature-panel, .bhk-map-panel { border-radius: 15px; }
  .bhk-map-panel { padding: 14px; }
  .bhk-map-panel__top { align-items: flex-start; flex-direction: column; }
  .bhk-map-panel__map { height: 300px; }
}

html[data-theme="dark"] .bhk-location { background: #111e1a; }
html[data-theme="dark"] .bhk-location__heading h2,
html[data-theme="dark"] .bhk-location__why h3,
html[data-theme="dark"] .bhk-location__why li strong,
html[data-theme="dark"] .bhk-feature-panel__content h3,
html[data-theme="dark"] .bhk-map-panel__top h3 { color: #f3f5f2; }
html[data-theme="dark"] .bhk-location__why,
html[data-theme="dark"] .bhk-feature-panel,
html[data-theme="dark"] .bhk-map-panel { border-color: hsl(var(--base) / 0.25); background: #1b2b25; }
html[data-theme="dark"] .bhk-location__heading p,
html[data-theme="dark"] .bhk-location__why > p,
html[data-theme="dark"] .bhk-location__why li,
html[data-theme="dark"] .bhk-feature-panel__content p { color: #aeb9b3; }

/* Reference-matched layout: title/benefits left, lifestyle rows and map right */
.bhk-location {
  padding: 72px 0;
  background:
    linear-gradient(135deg, hsl(var(--base) / 0.035) 25%, transparent 25%) -18px 0 / 36px 36px,
    linear-gradient(225deg, hsl(var(--base) / 0.035) 25%, transparent 25%) -18px 0 / 36px 36px,
    #faf9f6;
}

.bhk-location__layout {
  grid-template-columns: minmax(255px, 0.32fr) minmax(0, 0.68fr);
  gap: 14px;
  padding: 18px;
  border: 1px solid hsl(var(--base) / 0.2);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 65px rgba(31, 40, 36, 0.1);
}

.bhk-location__side,
.bhk-location__main { gap: 14px; }

.bhk-location__name-card,
.bhk-location__why,
.bhk-feature-panel,
.bhk-map-panel {
  border: 2px solid hsl(var(--base) / 0.28);
  border-radius: 17px;
  box-shadow: 0 5px 13px rgba(31, 40, 36, 0.09);
}

.bhk-location__name-card {
  min-height: 215px;
  padding: 28px 25px;
  text-align: center;
  background: linear-gradient(135deg, hsl(var(--base) / 0.88), hsl(var(--base-d-200)));
}

.bhk-location__name-card h3 {
  margin: 20px 0 22px;
  font-size: clamp(31px, 3.2vw, 45px);
  line-height: 1.05;
}

.bhk-location__name-card > a { margin: 0 auto; }

.bhk-location__why {
  min-height: 678px;
  padding: 30px 24px;
}

.bhk-location__why h3 { font-size: 30px; }
.bhk-location__why > p { font-size: 14px; }
.bhk-location__why ul { gap: 22px; }
.bhk-location__why li { grid-template-columns: 34px 1fr; font-size: 13px; }
.bhk-location__why li > i { width: 34px; height: 34px; font-size: 19px; }
.bhk-location__why li strong { font-size: 14px; }

.bhk-feature-panel {
  grid-template-columns: minmax(280px, 1.03fr) minmax(310px, 0.97fr);
  min-height: 215px;
}

.bhk-feature-panel__content { order: 1; padding: 22px 24px; }
.bhk-feature-panel__image { order: 2; min-height: 215px; margin: 7px; border-radius: 12px; }
.bhk-feature-panel__image img { min-height: 215px; border-radius: 12px; }
.bhk-feature-panel__content h3 { font-size: 24px; }
.bhk-feature-panel__content p,
.bhk-feature-panel__content li { font-size: 12px; }

.bhk-map-panel { min-height: 435px; padding: 15px; }

.bhk-map-panel__top {
  position: relative;
  justify-content: center;
  padding: 0 4px 13px;
  text-align: center;
}

.bhk-map-panel__top > a {
  position: absolute;
  top: 4px;
  right: 4px;
}

.bhk-map-panel__top h3 { font-size: 29px; }
.bhk-map-panel__map { height: 320px; border: 1px solid hsl(var(--base) / 0.2); }
.bhk-map-panel__links { margin-top: 9px; }

@media (max-width: 991px) {
  .bhk-location__layout { grid-template-columns: 1fr; }
  .bhk-location__side { grid-template-columns: 0.7fr 1.3fr; }
  .bhk-location__why { min-height: auto; }
}

@media (max-width: 767px) {
  .bhk-location__layout { padding: 10px; }
  .bhk-location__side { grid-template-columns: 1fr; }
  .bhk-feature-panel { grid-template-columns: 1fr; }
  .bhk-feature-panel__content { order: 1 !important; }
  .bhk-feature-panel__image { order: 2 !important; min-height: 230px; }
  .bhk-map-panel__top { justify-content: flex-start; text-align: left; }
  .bhk-map-panel__top > a { position: static; margin-left: auto; }
}

html[data-theme="dark"] .bhk-location__layout { border-color: hsl(var(--base) / 0.25); background: #14231e; }

/* Exact reference treatment for the Ready-to-Move in Panchkula block */
.bhk-location--reference {
  padding: 54px 0;
  background: hsl(var(--base) / 0.045);
}

.bhk-location--reference .bhk-location__container { max-width: 1080px; }

.bhk-location__section-heading {
  margin-bottom: 28px;
  text-align: center;
}

.bhk-location__section-heading span {
  display: block;
  margin-bottom: 7px;
  color: hsl(var(--base));
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.bhk-location__section-heading h2 {
  margin: 0;
  color: #2e262a;
  font-size: clamp(34px, 4.5vw, 50px);
  line-height: 1.08;
}

html[data-theme="dark"] .bhk-location__section-heading h2 { color: #edf7f1; }

/* Keep every frontend section heading consistently centered. */
.section-heading,
.section-heading.style-left,
.pkl-section-heading,
.bhk-location__section-heading {
  text-align: center;
}

.section-heading.style-left .section-heading__desc,
.about-section--home .about-copy__lead {
  margin-left: auto;
  margin-right: auto;
}

/* Custom homepage sections use their own heading components. */
.featured-properties-heading,
.new-projects-heading,
.interesting-reads-header > div:first-child,
.zirakpur-choose-content > h2,
.site-visit-content > h2,
.builder-map-content > h2 {
  text-align: center;
}

.featured-properties-heading__eyebrow,
.interesting-reads-eyebrow,
.zirakpur-choose-eyebrow,
.site-visit-eyebrow,
.builder-map-content__eyebrow {
  display: block;
  text-align: center;
}

.bhk-location--reference .bhk-location__layout {
  grid-template-columns: 31% 69%;
  gap: 14px;
  padding: 16px;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 5px 22px rgba(55, 43, 27, 0.1);
}

.bhk-location--reference .bhk-location__side,
.bhk-location--reference .bhk-location__main { gap: 14px; }

.bhk-location--reference .bhk-location__name-card,
.bhk-location--reference .bhk-location__why,
.bhk-location--reference .bhk-feature-panel,
.bhk-location--reference .bhk-map-panel {
  border: 2px solid hsl(var(--base) / 0.32);
  border-radius: 16px;
  background: #fff;
  box-shadow: 3px 4px 9px hsl(var(--base) / 0.1);
}

.bhk-location--reference .bhk-location__name-card {
  display: grid;
  min-height: 220px;
  padding: 24px;
  place-items: center;
  background: linear-gradient(135deg, hsl(var(--base-l-100)) 0%, hsl(var(--base)) 52%, hsl(var(--base-d-100)) 100%);
  text-align: center;
}

.bhk-location--reference .bhk-location__name-card::after { display: none; }

.bhk-location--reference .bhk-location__name-card h2 {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(35px, 4.1vw, 53px);
  font-weight: 400;
  line-height: 1.16;
}

.bhk-location--reference .bhk-location__why {
  min-height: 574px;
  padding: 22px 18px;
}

.bhk-location--reference .bhk-location__why h3 {
  margin: 0 0 12px;
  color: #292329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 500;
}

.bhk-location--reference .bhk-location__why > p {
  margin-bottom: 20px;
  color: #4f494d;
  font-size: 14px;
  line-height: 1.35;
}

.bhk-location--reference .bhk-location__why ul { gap: 16px; }

.bhk-location--reference .bhk-location__why li {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 5px;
  color: #4f494d;
  font-size: 13px;
  line-height: 1.35;
}

.bhk-location--reference .bhk-location__why li > i {
  display: block;
  width: auto;
  height: auto;
  padding-top: 1px;
  background: transparent;
  color: hsl(var(--base));
  font-size: 21px;
}

.bhk-location--reference .bhk-location__why li strong {
  display: inline;
  color: #302b2e;
  font-size: 13px;
}

.bhk-location--reference .bhk-feature-panel {
  grid-template-columns: 53% 47%;
  min-height: 220px;
  overflow: hidden;
}

.bhk-location--reference .bhk-feature-panel__content {
  order: 1;
  justify-content: flex-start;
  padding: 14px 15px;
}

.bhk-location--reference .bhk-feature-panel__content h3 {
  margin: 0 0 4px;
  color: #30242a;
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
}

.bhk-location--reference .bhk-feature-panel__content p {
  margin: 0 0 10px;
  color: #5d5559;
  font-size: 13px;
  line-height: 1.3;
}

.bhk-location--reference .bhk-feature-panel__content ul {
  gap: 5px;
  margin: 0;
}

.bhk-location--reference .bhk-feature-panel__content li {
  padding-left: 12px;
  color: #4f484c;
  font-size: 12px;
  line-height: 1.3;
}

.bhk-location--reference .bhk-feature-panel__content li::before {
  width: 4px;
  height: 4px;
  top: 6px;
  background: hsl(var(--base));
}

.bhk-location--reference .bhk-feature-panel__image {
  order: 2;
  min-height: 204px;
  margin: 7px;
  overflow: hidden;
  border-radius: 12px;
}

.bhk-location--reference .bhk-feature-panel__image img {
  min-height: 204px;
  border-radius: 12px;
  object-fit: cover;
}

.bhk-location--reference .bhk-feature-panel--large {
  min-height: 326px;
}

.bhk-location--reference .bhk-feature-panel--large .bhk-feature-panel__content {
  justify-content: center;
  padding: 24px 20px;
}

.bhk-location--reference .bhk-feature-panel--large .bhk-feature-panel__image,
.bhk-location--reference .bhk-feature-panel--large .bhk-feature-panel__image img {
  min-height: 310px;
}

.bhk-location--reference .bhk-map-panel {
  min-height: 340px;
  padding: 13px;
}

.bhk-location--reference .bhk-map-panel > h3 {
  margin: 0 0 8px;
  color: #30242a;
  font-family: Arial, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}

.bhk-location--reference .bhk-map-panel__map {
  height: 283px;
  border: 1px solid hsl(var(--base) / 0.18);
  border-radius: 3px;
}

.bhk-location--reference .bhk-map-panel__map iframe {
  filter: saturate(0.82);
}

.bhk-location--reference .bhk-map-panel__home {
  min-width: 120px;
  padding: 9px 11px;
  border-width: 2px;
  border-radius: 7px;
  background: hsl(var(--base));
}

.bhk-location--reference .bhk-map-panel__home > span {
  width: 27px;
  height: 27px;
  margin-top: -24px;
  border-width: 2px;
  background: hsl(var(--base-d-100));
  font-size: 14px;
}

.bhk-location--reference .bhk-map-panel__home strong { font-size: 11px; }

@media (max-width: 991px) {
  .bhk-location--reference .bhk-location__layout { grid-template-columns: 1fr; }
  .bhk-location--reference .bhk-location__side { grid-template-columns: 0.72fr 1.28fr; }
  .bhk-location--reference .bhk-location__why { min-height: auto; }
}

@media (max-width: 767px) {
  .bhk-location--reference .bhk-location__side { grid-template-columns: 1fr; }
  .bhk-location--reference .bhk-feature-panel { grid-template-columns: 1fr; }
  .bhk-location--reference .bhk-feature-panel__content { order: 1 !important; }
  .bhk-location--reference .bhk-feature-panel__image { order: 2 !important; min-height: 240px; }
  .bhk-location--reference .bhk-feature-panel__image img { min-height: 240px; }
  .bhk-location--reference .bhk-feature-panel--large .bhk-feature-panel__image,
  .bhk-location--reference .bhk-feature-panel--large .bhk-feature-panel__image img { min-height: 260px; }
}

html[data-theme="dark"] .bhk-location--reference { background: #151117; }
html[data-theme="dark"] .bhk-location--reference .bhk-location__layout { background: #241d24; }
html[data-theme="dark"] .bhk-location--reference .bhk-location__why,
html[data-theme="dark"] .bhk-location--reference .bhk-feature-panel,
html[data-theme="dark"] .bhk-location--reference .bhk-map-panel { background: #fff; }
html[data-theme="dark"] .bhk-location--reference .bhk-location__why h3,
html[data-theme="dark"] .bhk-location--reference .bhk-location__why li strong,
html[data-theme="dark"] .bhk-location--reference .bhk-feature-panel__content h3,
html[data-theme="dark"] .bhk-location--reference .bhk-map-panel > h3 { color: #30242a; }
html[data-theme="dark"] .bhk-location--reference .bhk-location__why > p,
html[data-theme="dark"] .bhk-location--reference .bhk-location__why li,
html[data-theme="dark"] .bhk-location--reference .bhk-feature-panel__content p { color: #4f484c; }

/* Interactive Builders Spotlight */
.builder-map-section {
  overflow: hidden;
  background: linear-gradient(135deg, hsl(var(--base) / 0.06), #fff8f3 48%, hsl(var(--base) / 0.03));
}

.builder-map-card {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
  overflow: hidden;
  border: 1px solid hsl(var(--base) / 0.13);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 25px 65px rgba(53, 29, 35, 0.12);
}

.builder-map-visual {
  min-width: 0;
  padding: 16px;
  border-right: 1px solid hsl(var(--base) / 0.11);
  background: #fffdf9;
}

.builder-map-canvas {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 14px;
  background: #f6f0df;
}

.builder-map-canvas__real-map {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(.78) contrast(.94);
  pointer-events: none;
}

.builder-map-canvas__open-map {
  position: absolute;
  z-index: 1;
  inset: 0;
  cursor: pointer;
}

.builder-map-canvas__map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.builder-map-canvas__areas path {
  fill: #f8f3e7;
  stroke: #e6dcc2;
  stroke-width: 2;
}

.builder-map-canvas__areas path:nth-child(3n + 1) { fill: #eef0d9; }
.builder-map-canvas__areas path:nth-child(4n + 2) { fill: #f3ead5; }
.builder-map-canvas__streets path,
.builder-map-canvas__highways path { fill: none; stroke-linecap: round; }
.builder-map-canvas__streets path { stroke: #d8cba9; stroke-width: 5; }
.builder-map-canvas__highways path {
  stroke: #bea052;
  stroke-width: 8;
  filter: drop-shadow(0 0 2px #fffdf7);
}
.builder-map-canvas__highways path + path { stroke-width: 7; }

.builder-map-canvas__label {
  position: absolute;
  z-index: 2;
  color: #4b2c2f;
  font-size: 19px;
  font-weight: 800;
}

.builder-map-canvas__label--panchkula { top: 48%; left: 27%; }
.builder-map-canvas__label--zirakpur { top: 60%; right: 14%; }

.builder-map-canvas__landmark {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: #f1eee3;
  color: #8e6e52;
  font-size: 17px;
  box-shadow: 0 4px 10px rgba(62, 48, 35, 0.12);
}

.builder-map-canvas__landmark--it { top: 18%; left: 61%; }
.builder-map-canvas__landmark--airport { right: 20%; bottom: 17%; }
.builder-map-canvas__landmark--hospital { left: 20%; bottom: 15%; }

.builder-map-pin {
  position: absolute;
  z-index: 5;
  width: 40px;
  height: 48px;
  border: 0;
  background: transparent;
  color: hsl(var(--base));
  transform: translate(-50%, -80%);
  transition: transform 0.22s ease, filter 0.22s ease;
}

.builder-map-pin i { font-size: 45px; filter: drop-shadow(0 4px 4px rgba(57, 20, 31, 0.25)); }

.builder-map-pin span {
  position: absolute;
  top: 8px;
  left: 50%;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  transform: translateX(-50%);
}

.builder-map-pin:hover,
.builder-map-pin:focus,
.builder-map-pin.is-active {
  z-index: 7;
  outline: 0;
  color: hsl(var(--base-d-200));
  transform: translate(-50%, -80%) scale(1.22);
}

.builder-map-pin.is-active::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 50%;
  width: 29px;
  height: 29px;
  border: 2px solid #fff;
  border-radius: 50% 50% 50% 0;
  background: #e71936;
  box-shadow: 0 5px 12px rgba(126, 11, 30, .3);
  transform: translateX(-50%) rotate(-45deg);
}

.builder-map-pin.is-active i { opacity: 0; }
.builder-map-pin.is-active span {
  z-index: 2;
  top: 14px;
  color: #fff;
}

.builder-map-popup {
  position: absolute;
  z-index: 10;
  top: 17%;
  left: 42%;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 13px;
  width: min(310px, 52%);
  padding: 12px;
  border: 1px solid hsl(var(--base) / 0.12);
  border-radius: 13px;
  background: #fff;
  color: #2e2729;
  box-shadow: 0 14px 34px rgba(42, 27, 31, 0.2);
  transition: opacity 0.12s ease, transform 0.12s ease;
}

.builder-map-popup.is-updating { opacity: 0.45; transform: translateY(3px); }

.builder-map-popup img {
  width: 82px;
  height: 82px;
  border-radius: 8px;
  object-fit: cover;
}

.builder-map-popup > span { display: flex; min-width: 0; flex-direction: column; justify-content: center; }
.builder-map-popup strong { display: flex; overflow: hidden; align-items: center; gap: 6px; color: #2b2225; font-size: 14px; white-space: nowrap; }
.builder-map-popup strong > span { overflow: hidden; text-overflow: ellipsis; }
.builder-map-popup__number {
  display: inline-grid;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: hsl(var(--base));
  color: #fff;
  font-size: 10px;
}
.builder-map-popup small { color: #70676a; font-size: 11px; }
.builder-map-popup .builder-map-popup__location {
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  gap: 3px;
  margin-top: 2px;
  color: #4f4749;
  line-height: 1.25;
}
.builder-map-popup__location i { flex: 0 0 auto; margin-top: 1px; color: hsl(var(--base)); }
.builder-map-popup__location span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.builder-map-popup em { align-self: flex-start; margin-top: 5px; padding: 3px 6px; border-radius: 4px; background: #f0dda0; color: #493c20; font-size: 9px; font-style: normal; font-weight: 800; }

.builder-map-distance {
  display: grid;
  grid-template-columns: auto repeat(3, 1fr);
  gap: 10px;
  align-items: center;
  margin-top: 12px;
  padding: 13px 15px;
  border: 1px solid hsl(var(--base) / 0.09);
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(47, 30, 35, 0.08);
}

.builder-map-distance > strong { color: #30282a; font-size: 15px; }
.builder-map-distance > span { display: grid; grid-template-columns: 26px 1fr; align-items: center; }
.builder-map-distance i { grid-row: 1 / 3; color: hsl(var(--base)); font-size: 21px; }
.builder-map-distance b { color: #453c3f; font-size: 11px; }
.builder-map-distance small { color: #8a7f83; font-size: 9px; }

.builder-map-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 46px 42px;
}

.builder-map-content__eyebrow {
  color: hsl(var(--base));
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.builder-map-content h2 { margin: 8px 0 12px; color: #181517; font-size: clamp(34px, 4vw, 50px); }
.builder-map-content > p { margin-bottom: 25px; color: #746b6e; font-size: 13px; line-height: 1.65; }
.builder-map-list { display: grid; }

.builder-map-list__item {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 0 9px;
  padding: 15px 8px;
  border: 0;
  border-bottom: 1px solid hsl(var(--base) / 0.12);
  background: transparent;
  text-align: left;
  transition: padding 0.2s ease, background 0.2s ease;
}

.builder-map-list__item > span {
  grid-row: 1 / 3;
  position: relative;
  display: grid;
  width: 28px;
  height: 34px;
  place-items: center;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.builder-map-list__item > span i { position: absolute; z-index: 0; color: hsl(var(--base)); font-size: 32px; }
.builder-map-list__item > span { z-index: 1; }
.builder-map-list__item > span:not(i) { position: relative; }
.builder-map-list__item strong { color: #332b2e; font-size: 13px; }
.builder-map-list__item small { overflow: hidden; color: #8b8084; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.builder-map-list__item:hover,
.builder-map-list__item:focus,
.builder-map-list__item.is-active { padding-left: 14px; outline: 0; background: hsl(var(--base) / 0.055); }
.builder-map-list__item.is-active strong { color: hsl(var(--base)); }

.builder-map-content__button {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  align-self: flex-start;
  margin-top: 26px;
  padding: 12px 17px;
  border-radius: 7px;
  background: hsl(var(--base));
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.builder-map-content__button:hover { background: hsl(var(--base-d-200)); color: #fff; }

@media (max-width: 991px) {
  .builder-map-card { grid-template-columns: 1fr; }
  .builder-map-visual { border-right: 0; border-bottom: 1px solid hsl(var(--base) / 0.11); }
  .builder-map-content { padding: 38px 30px; }
}

@media (max-width: 575px) {
  .builder-map-visual { padding: 9px; }
  .builder-map-canvas { min-height: 430px; }
  .builder-map-popup { top: 13px; left: 13px; width: calc(100% - 26px); }
  .builder-map-distance { grid-template-columns: 1fr; }
  .builder-map-distance > strong { margin-bottom: 3px; }
  .builder-map-distance > span { grid-template-columns: 29px 1fr; }
  .builder-map-content { padding: 32px 21px; }
}

html[data-theme="dark"] .builder-map-section { background: #171116; }
html[data-theme="dark"] .builder-map-card,
html[data-theme="dark"] .builder-map-content,
html[data-theme="dark"] .builder-map-distance { background: #241c22; }
html[data-theme="dark"] .builder-map-visual { background: #1c1719; }
html[data-theme="dark"] .builder-map-content h2,
html[data-theme="dark"] .builder-map-list__item strong,
html[data-theme="dark"] .builder-map-distance > strong { color: #edf7f1; }
html[data-theme="dark"] .builder-map-content > p,
html[data-theme="dark"] .builder-map-list__item small { color: #b7aeb2; }

.dedicated-builder-map { background: hsl(var(--base) / 0.045); }
.dedicated-builder-map__heading { max-width: 720px; margin: 0 auto 32px; text-align: center; }
.dedicated-builder-map__heading span { color: hsl(var(--base)); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.dedicated-builder-map__heading h1 { margin: 7px 0 10px; font-size: clamp(34px, 5vw, 54px); }
.dedicated-builder-map__heading p { margin: 0; color: #756c70; }
.dedicated-builder-map__layout { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 20px; }
.dedicated-builder-map__frame { position: relative; min-height: 600px; overflow: hidden; border-radius: 18px; background: #e7e7e7; box-shadow: 0 18px 45px rgba(45, 27, 33, .12); }
.dedicated-builder-map__frame iframe { width: 100%; height: 600px; border: 0; }
.dedicated-builder-map__actions { position: absolute; right: 20px; bottom: 20px; left: 20px; display: flex; gap: 10px; align-items: center; padding: 15px; border-radius: 12px; background: rgba(255,255,255,.94); box-shadow: 0 8px 25px rgba(0,0,0,.16); }
.dedicated-builder-map__actions strong { margin-right: auto; color: #31282c; }
.dedicated-builder-map__actions a { padding: 9px 12px; border-radius: 7px; background: hsl(var(--base)); color: #fff; font-size: 11px; font-weight: 800; }
.dedicated-builder-map__list { display: grid; gap: 10px; align-content: start; max-height: 600px; overflow: auto; padding-right: 4px; }
.dedicated-builder-map__item { display: grid; grid-template-columns: 78px minmax(0,1fr); gap: 12px; align-items: center; padding: 9px; border: 1px solid hsl(var(--base) / .13); border-radius: 12px; background: #fff; text-align: left; }
.dedicated-builder-map__item img { width: 78px; height: 68px; border-radius: 8px; object-fit: cover; }
.dedicated-builder-map__item span { display: grid; }
.dedicated-builder-map__item strong { color: #322a2d; font-size: 12px; }
.dedicated-builder-map__item small { color: #81767a; font-size: 10px; }
.dedicated-builder-map__item small i { margin-right: 4px; color: hsl(var(--base)); }
.dedicated-builder-map__item.is-active { border-color: hsl(var(--base)); background: hsl(var(--base) / .06); box-shadow: inset 3px 0 hsl(var(--base)); }
@media (max-width: 991px) { .dedicated-builder-map__layout { grid-template-columns: 1fr; } .dedicated-builder-map__list { grid-template-columns: repeat(2, 1fr); max-height: none; } }
@media (max-width: 575px) { .dedicated-builder-map__frame, .dedicated-builder-map__frame iframe { min-height: 500px; height: 500px; } .dedicated-builder-map__actions { align-items: stretch; flex-direction: column; } .dedicated-builder-map__list { grid-template-columns: 1fr; } }

/* Final homepage section-heading alignment (keep this after component rules). */
.section-heading,
.section-heading.style-left,
.pkl-section-heading,
.bhk-location__section-heading,
.featured-properties-heading,
.featured-properties-heading h2,
.featured-properties-heading p,
.new-projects-heading,
.new-projects-heading h2,
.new-projects-heading p,
.interesting-reads-header > div:first-child,
.interesting-reads-header h2,
.zirakpur-choose-content > h2,
.site-visit-content > h2,
.builder-map-content > h2,
.dedicated-builder-map__heading {
  text-align: center !important;
}

.section-heading.style-left .section-heading__desc,
.about-section--home .about-copy__lead {
  margin-right: auto;
  margin-left: auto;
}

/* Center the Featured Listings heading against the whole section, not the
   remaining flex space beside the View More button. */
.featured-properties-top {
  position: relative;
  display: block;
}

.featured-properties-section--compact .featured-properties-heading {
  width: 100%;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  text-align: center !important;
}

.featured-properties-view-more {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 991px) {
  .featured-properties-view-more {
    position: static;
    display: flex;
    width: max-content;
    margin: 18px auto 0;
  }
}

/* Keep the navigation above property names, map popups and location labels. */
.header,
.header.fixed-header {
  z-index: 1000 !important;
}

/* Quick Compare */
.quick-compare-section { background: linear-gradient(135deg, #fff8f1, #f9eee7); }
.quick-compare-heading { display: grid; max-width: none; grid-template-columns: minmax(560px,1.15fr) minmax(390px,.85fr); gap: 36px; align-items: end; margin: 0 0 38px; text-align: left; }
.quick-compare-heading__copy > span { color: hsl(var(--base)); font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.quick-compare-heading h2 { margin: 7px 0 9px; color: #321c23; font-size: clamp(36px, 3.6vw, 48px); white-space: nowrap; }
.quick-compare-heading p { max-width: 520px; margin: 0; color: #75666b; }
.quick-compare-help { display: flex; width: 100%; gap: 11px; align-items: flex-start; margin: 0 0 2px; padding: 14px 17px; border: 1px solid rgba(123, 109, 92,.16); border-radius: 10px; background: #fffdf8; color: #476356; font-size: 13px; line-height: 1.55; text-align: left; }
.quick-compare-help i { flex: 0 0 auto; margin-top: 2px; color: #7b6d5c; font-size: 20px; }
.quick-compare-card { display: grid; grid-template-columns: minmax(0, 1fr) 330px; overflow: hidden; border: 1px solid rgba(94, 27, 44, .13); border-radius: 18px; background: #fff; box-shadow: 0 24px 60px rgba(70, 35, 43, .12); }
.quick-compare-stage { position: relative; min-height: 520px; overflow: hidden; background: #171315; cursor: grab; touch-action: pan-y; user-select: none; }
.quick-compare-stage.is-dragging { cursor: grabbing; }
.quick-compare-stage.is-dragging .quick-compare-slide { transition: none; }
.quick-compare-stage.is-dragging img { pointer-events: none; }
.quick-compare-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .35s ease, visibility .35s ease, transform .2s ease; will-change: transform, opacity; }
.quick-compare-slide.is-active { opacity: 1; visibility: visible; }
.quick-compare-slide::after { content: none; }
.quick-compare-slide img { width: 100%; height: 100%; object-fit: cover; }
.quick-compare-slide > span { display: none; }
.quick-compare-slide strong { font-size: 23px; }
.quick-compare-slide small { color: rgba(255,255,255,.78); font-size: 13px; }
.quick-compare-arrow { position: absolute; z-index: 4; top: 50%; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(26,14,18,.54); color: #fff; font-size: 22px; transform: translateY(-50%); }
.quick-compare-arrow--prev { left: 18px; }
.quick-compare-arrow--next { right: 18px; }
.quick-compare-picker { padding: 27px 22px; border-left: 1px solid rgba(94,27,44,.12); }
.quick-compare-picker-head { display: flex; gap: 12px; align-items: center; justify-content: space-between; }
.quick-compare-picker-head h3 { margin: 0; }
.quick-compare-clear { flex: 0 0 auto; padding: 6px 10px; border: 1px solid rgba(123, 109, 92,.3); border-radius: 7px; background: #fff; color: #7b6d5c; font-size: 11px; font-weight: 800; line-height: 1; transition: .2s ease; }
.quick-compare-clear:hover { border-color: #7b6d5c; background: #7b6d5c; color: #fff; }
.quick-compare-picker h3 { margin: 0; color: #301d23; font-size: 23px; }
.quick-compare-picker > p { margin: 4px 0 16px; color: #8a7c81; font-size: 12px; }
.quick-compare-options { display: grid; max-height: 365px; overflow-y: auto; }
.quick-compare-option { display: grid; grid-template-columns: 18px minmax(0,1fr); gap: 10px; align-items: start; padding: 13px 7px; border-top: 1px solid rgba(94,27,44,.1); cursor: pointer; }
.quick-compare-option.is-viewing { background: hsl(var(--base) / .055); }
.quick-compare-option input { margin-top: 4px; accent-color: hsl(var(--base)); }
.quick-compare-option span { display: grid; }
.quick-compare-option strong { color: #39272d; font-size: 13px; line-height: 1.35; }
.quick-compare-option small { color: #887a7f; font-size: 11px; }
.quick-compare-table-wrap { overflow-x: auto; margin-top: 22px; border: 1px solid rgba(94,27,44,.12); border-radius: 14px; background: #fff; box-shadow: 0 12px 34px rgba(70,35,43,.07); }
.quick-compare-table { width: 100%; min-width: 650px; table-layout: fixed; border-collapse: collapse; }
.quick-compare-table th, .quick-compare-table td { padding: 15px 18px; border-right: 1px solid rgba(94,27,44,.09); border-bottom: 1px solid rgba(94,27,44,.09); text-align: left; }
.quick-compare-table th { width: 150px; background: #fbf4ef; color: #554b40; font-size: 12px; text-transform: uppercase; }
.quick-compare-table td { width: auto; overflow-wrap: anywhere; color: #4e4145; font-size: 13px; font-weight: 700; }
.quick-compare-empty { text-align: center !important; }
@media (max-width: 991px) { .quick-compare-card { grid-template-columns: 1fr; } .quick-compare-picker { border-top: 1px solid rgba(94,27,44,.12); border-left: 0; } .quick-compare-options { grid-template-columns: repeat(2, minmax(0,1fr)); max-height: none; } }
@media (max-width: 575px) { .quick-compare-stage { min-height: 340px; } .quick-compare-options { grid-template-columns: 1fr; } .quick-compare-slide > span { right: 25px; bottom: 20px; left: 25px; } .quick-compare-slide strong { font-size: 18px; } }
@media (max-width: 1100px) { .quick-compare-heading { grid-template-columns: 1fr; gap: 20px; } .quick-compare-heading h2 { white-space: normal; } }
@media (max-width: 575px) { .quick-compare-help { font-size: 12px; } .quick-compare-picker-head { align-items: flex-start; } }

/* Text brand used by the independent Zirakpur site. */
.zirakpur-brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: hsl(var(--base));
  line-height: 1;
}
.zirakpur-brand-logo > i { font-size: 34px; }
.zirakpur-brand-logo > span { display: flex; flex-direction: column; }
.zirakpur-brand-logo strong { color: inherit; font-size: 22px; font-weight: 800; letter-spacing: .04em; }
.zirakpur-brand-logo small { margin-top: 3px; color: inherit; font-size: 12px; font-weight: 600; letter-spacing: .12em; }
.footer-area .zirakpur-brand-logo { color: #fff; }
/* Ready-to-Move Zirakpur supplied logo */
.zirakpur-brand-image { display: block; width: 360px; height: 180px; max-width: none; object-fit: contain; object-position: left center; border: 0; box-shadow: none; background: transparent; }
.footer-area .zirakpur-brand-image { width: 360px; height: 180px; max-width: 100%; object-fit: contain; border: 0; border-radius: 0; box-shadow: none; background: transparent; }
.account-form .zirakpur-brand-image, .account-wrapper .zirakpur-brand-image { width: 350px; height: 106px; max-width: 100%; margin-inline: auto; }
@media (max-width: 767px) { .zirakpur-brand-image { width: 250px; height: 130px; max-width: 100%; } }


/* Zirakpur hero height adjustment */
.banner-section { height: 500px; min-height: 500px; padding-bottom: 70px; background-position: center center; }
@media (max-width: 991px) { .banner-section { min-height: 570px; padding-bottom: 82px; } }
@media (max-width: 767px) { .banner-section { min-height: 540px; padding-bottom: 70px; } }

/* Zirakpur hero left alignment */
.banner-content { margin-left: 0; margin-right: auto; text-align: left; }
.banner-content__title, .banner-content__desc { margin-left: 0; margin-right: auto; text-align: left; }
.banner-form-wrapper { margin-left: 0; margin-right: auto; }

/* Zirakpur hero stronger left alignment */
.banner-section .container { max-width: 1220px; }
.banner-content { width: 100%; max-width: 980px; margin-left: 0 !important; margin-right: auto !important; padding-left: 0; text-align: left !important; }
.banner-content__title { max-width: 760px; margin-left: 0 !important; margin-right: 0 !important; text-align: left !important; }
.banner-content__desc { max-width: 780px; margin-left: 0 !important; margin-right: 0 !important; text-align: left !important; }
.banner-form-wrapper { width: 100%; max-width: 900px; margin-left: 0 !important; margin-right: 0 !important; }
@media (max-width: 767px) { .banner-content { padding-left: 4px; padding-right: 4px; } }

/* Lower the complete hero content group */
.banner-section .banner-content {
  position: relative;
  top: 24px;
}
@media (max-width: 991px) {
  .banner-section .banner-content { top: 16px; }
}
@media (max-width: 767px) {
  .banner-section .banner-content { top: 10px; }
}

/* Zirakpur compact hero search button */
.hero-search .banner-form { grid-template-columns: minmax(0, 1fr) 132px; padding-right: 10px; }
.hero-search .banner-form .search-btn { width: 132px; }
.hero-search .hero-search-btn { width: 118px; height: 42px; padding-right: 16px; padding-left: 16px; font-size: 14px; }
.hero-search .hero-search-btn i { font-size: 18px; }
@media (max-width: 767px) { .hero-search .hero-search-btn { width: 112px; height: 40px; } }

/* Zirakpur white logo */
.zirakpur-brand-image { filter: brightness(0) invert(1) !important; }

/* Zirakpur green sticky header */
.header.fixed-header { background: #7b6d5c !important; background-color: #7b6d5c !important; border-bottom-color: rgba(255,255,255,.16) !important; box-shadow: 0 10px 28px rgba(73, 61, 49,.28) !important; }
.header.fixed-header .nav-menu .nav-item .nav-link,
.header.fixed-header .header-login-link,
.header.fixed-header .header-wishlist,
.header.fixed-header .header-button { color: #ffffff !important; }
.header.fixed-header .nav-menu .nav-item .nav-link.active,
.header.fixed-header .nav-menu .nav-item .nav-link:hover,
.header.fixed-header .header-login-link:hover,
.header.fixed-header .header-wishlist:hover { color: #eee5d8 !important; }
.header.fixed-header .nav-menu .nav-item .nav-link::before { background: #ffffff !important; }

/* Zirakpur final sticky green enforcement */
body .header.fixed-header, html body .header.header--home.fixed-header { background: #7b6d5c !important; background-color: #7b6d5c !important; backdrop-filter: blur(14px) !important; }
body .header.fixed-header .zirakpur-brand-image { display: block !important; opacity: 1 !important; visibility: visible !important; filter: brightness(0) invert(1) !important; }
body .header.fixed-header .nav-link, body .header.fixed-header .header-login-link, body .header.fixed-header .header-wishlist, body .header.fixed-header .header-button { color: #fff !important; }
body .header.fixed-header .nav-link:hover, body .header.fixed-header .nav-link.active, body .header.fixed-header .header-login-link:hover, body .header.fixed-header .header-wishlist:hover { color: #bde8d0 !important; }

/* Zirakpur green hero search controls */
.hero-search .hero-search-tab { border-color: rgba(123, 109, 92,.25) !important; color: #7b6d5c !important; }
.hero-search .hero-search-tab:hover, .hero-search .hero-search-tab:focus, .hero-search .hero-search-tab.active { border-color: #7b6d5c !important; background: #7b6d5c !important; color: #ffffff !important; }
.hero-search .hero-search-tab.active::after { background: #7b6d5c !important; }
.hero-search .search-btn .btn, .hero-search .hero-search-btn { border-color: #7b6d5c !important; background: #7b6d5c !important; color: #ffffff !important; box-shadow: 0 10px 22px rgba(123, 109, 92,.24) !important; }
.hero-search .search-btn .btn:hover, .hero-search .search-btn .btn:focus, .hero-search .hero-search-btn:hover, .hero-search .hero-search-btn:focus { border-color: #7b6d5c !important; background: #7b6d5c !important; color: #ffffff !important; box-shadow: 0 12px 24px rgba(73, 61, 49,.3) !important; }
.hero-search .hero-search-tab--new::before { background: #7b6d5c !important; }

/* Zirakpur sitewide green theme enforcement */
a:hover, a:focus, .text--base, .property-item__location i, .property-card__location i, .featured-property-card__location i, .listing-details__location i, .contact-info__icon, .location-icon, [class*='location'] i, .las.la-map-marker, .las.la-map-marker-alt, .fa-map-marker-alt { color: #7b6d5c; }
.btn--base, .bg--base, button.btn--base, input.btn--base, .pagination .page-item.active .page-link { border-color: #7b6d5c !important; background-color: #7b6d5c !important; color: #fff !important; }
.btn--base:hover, .btn--base:focus, button.btn--base:hover, button.btn--base:focus { border-color: #7b6d5c !important; background-color: #7b6d5c !important; color: #fff !important; }
.property-item:hover, .property-card:hover, .featured-property-card:hover, .new-project-card:hover { border-color: rgba(123, 109, 92,.35); }
.form--control:focus, .form-control:focus, select:focus, textarea:focus { border-color: #7b6d5c !important; box-shadow: 0 0 0 .2rem rgba(123, 109, 92,.12) !important; }
.badge--base, .badge.bg-primary { background: #7b6d5c !important; color: #fff !important; }

/* Zirakpur featured listings left heading */
.featured-properties-section--compact .featured-properties-heading, .featured-properties-heading { margin-left: 0 !important; margin-right: auto !important; text-align: left !important; }
.featured-properties-heading__eyebrow, .featured-properties-heading h2, .featured-properties-heading p { margin-left: 0 !important; margin-right: 0 !important; text-align: left !important; }

/* Zirakpur final green action links */
.featured-properties-view-more, .new-projects-view-more, a[class*='view-more'], a[class*='read-more'], a[class*='explore-'] { border-color: rgba(123, 109, 92,.35) !important; background: #ffffff !important; color: #7b6d5c !important; }
.featured-properties-view-more i, .new-projects-view-more i, a[class*='view-more'] i, a[class*='read-more'] i, a[class*='explore-'] i { color: inherit !important; }
.featured-properties-view-more:hover, .featured-properties-view-more:focus, .new-projects-view-more:hover, .new-projects-view-more:focus, a[class*='view-more']:hover, a[class*='view-more']:focus, a[class*='read-more']:hover, a[class*='read-more']:focus, a[class*='explore-']:hover, a[class*='explore-']:focus { border-color: #7b6d5c !important; background: #7b6d5c !important; color: #ffffff !important; box-shadow: 0 10px 24px rgba(73, 61, 49,.22) !important; }
html[data-theme='dark'] .featured-properties-view-more, html[data-theme='dark'] .new-projects-view-more { border-color: rgba(105,196,147,.45) !important; background: #102d20 !important; color: #bde8d0 !important; }
html[data-theme='dark'] .featured-properties-view-more:hover, html[data-theme='dark'] .new-projects-view-more:hover { border-color: #b4a38f !important; background: #7b6d5c !important; color: #fff !important; }

/* Zirakpur compare chooser left image right */
.quick-compare-card { grid-template-columns: 275px minmax(0, 1fr) !important; }
.quick-compare-picker { order: -1; border-right: 1px solid rgba(123, 109, 92,.14) !important; border-left: 0 !important; }
.quick-compare-stage { order: 1; }
@media (max-width: 991px) { .quick-compare-card { grid-template-columns: 1fr !important; } .quick-compare-picker { order: -1; border-right: 0 !important; border-bottom: 1px solid rgba(123, 109, 92,.14); } .quick-compare-stage { order: 1; } }

/* Zirakpur site visit interactive map */
.site-visit-wrap { grid-template-columns: minmax(260px,.36fr) minmax(0,1fr); align-items: stretch; }
.site-visit-media { min-width: 0; }
.site-visit-map-card { overflow: hidden; height: 100%; border: 1px solid rgba(123, 109, 92,.16); border-radius: 20px; background: #fff; box-shadow: 0 22px 54px rgba(73, 61, 49,.12); }
.site-visit-map-card__top { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 22px; border-bottom: 1px solid rgba(123, 109, 92,.12); background: linear-gradient(135deg,#fffdf8,#fff); }
.site-visit-map-card__top span { color: #7b6d5c; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.site-visit-map-card__top h3 { margin: 4px 0 0; color: #211d19; font-size: 24px; }
.site-visit-map-card__book, .site-visit-map-card__actions button, .site-visit-map-card__actions a { display: inline-flex; align-items: center; justify-content: center; gap: 7px; border: 1px solid #7b6d5c; border-radius: 9px; background: #7b6d5c; color: #fff; font-size: 12px; font-weight: 800; white-space: nowrap; }
.site-visit-map-card__book { padding: 11px 15px; }
.site-visit-map-card__frame { height: 335px; background: #e8eee9; }
.site-visit-map-card__frame iframe { width: 100%; height: 100%; border: 0; }
.site-visit-map-card__projects { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid rgba(123, 109, 92,.1); border-bottom: 1px solid rgba(123, 109, 92,.1); }
.site-visit-map-project { display: grid; grid-template-columns: 38px minmax(0,1fr); align-items: center; padding: 12px 14px; border: 0; border-right: 1px solid rgba(123, 109, 92,.1); border-bottom: 1px solid rgba(123, 109, 92,.1); background: #fff; text-align: left; }
.site-visit-map-project > span { grid-row: 1/3; position: relative; display: grid; width: 30px; height: 35px; place-items: center; color: #fff; font-size: 10px; font-weight: 900; }
.site-visit-map-project > span i { position: absolute; z-index: 0; color: #7b6d5c; font-size: 34px; }
.site-visit-map-project > span { z-index: 1; }
.site-visit-map-project strong { overflow: hidden; color: #243b30; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.site-visit-map-project small { overflow: hidden; color: #71665a; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.site-visit-map-project:hover, .site-visit-map-project:focus, .site-visit-map-project.is-active { outline: 0; background: #f6f1e9; }
.site-visit-map-project.is-active strong { color: #7b6d5c; }
.site-visit-map-card__actions { display: flex; align-items: center; gap: 10px; padding: 15px 18px; background: #f8fcfa; }
.site-visit-map-card__actions > div { display: grid; min-width: 0; margin-right: auto; }
.site-visit-map-card__actions small { color: #75847c; font-size: 9px; text-transform: uppercase; }
.site-visit-map-card__actions strong { overflow: hidden; color: #211d19; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.site-visit-map-card__actions a { padding: 9px 12px; background: #fff; color: #7b6d5c; }
.site-visit-map-card__actions button { padding: 10px 13px; }
.site-visit-map-card__book:hover, .site-visit-map-card__actions button:hover { border-color: #7b6d5c; background: #7b6d5c; color: #fff; }
.site-visit-map-card__actions a:hover { background: #7b6d5c; color: #fff; }
.site-visit-map-card__empty { padding: 80px 25px; color: #66766e; text-align: center; }
@media (max-width: 991px) { .site-visit-wrap { grid-template-columns: 1fr; } .site-visit-map-card__frame { height: 380px; } }
@media (max-width: 575px) { .site-visit-map-card__top, .site-visit-map-card__actions { align-items: stretch; flex-direction: column; } .site-visit-map-card__top { display: flex; } .site-visit-map-card__frame { height: 300px; } .site-visit-map-card__projects { grid-template-columns: 1fr; } .site-visit-map-card__actions > div { margin-right: 0; } }
/* Zirakpur site visit alignment correction */
.site-visit-section .container { width: min(100% - 32px, 1240px); max-width: 1240px; }
.site-visit-wrap { width: 100%; max-width: none; grid-template-columns: minmax(330px, .42fr) minmax(0, .58fr); gap: 22px; align-items: stretch; }
.site-visit-content { display: flex; align-items: flex-start; flex-direction: column; justify-content: center; width: 100%; padding: 38px 34px; text-align: left; }
.site-visit-eyebrow { margin-right: 0; margin-left: 0; }
.site-visit-content h2 { max-width: 360px; margin: 14px 0 28px; text-align: left; }
.site-visit-features { width: 100%; margin: 0; }
.site-visit-feature { grid-template-columns: 42px minmax(0, 1fr); width: 100%; padding: 12px 0; text-align: left; }
.site-visit-feature h4 { margin: 0; text-align: left; }
.site-visit-media, .site-visit-map-card { width: 100%; min-width: 0; }
.site-visit-map-card__top { overflow: hidden; }
.site-visit-map-card__top > div { min-width: 0; }
.site-visit-map-card__top h3 { overflow-wrap: anywhere; }
.site-visit-map-card__frame { width: 100%; }
.site-visit-map-card__actions { min-width: 0; }
@media (max-width: 1100px) { .site-visit-wrap { grid-template-columns: minmax(300px,.4fr) minmax(0,.6fr); } .site-visit-content { padding: 32px 25px; } .site-visit-map-card__top { align-items: flex-start; flex-direction: column; } }
@media (max-width: 991px) { .site-visit-section .container { width: min(100% - 24px, 760px); } .site-visit-wrap { grid-template-columns: 1fr; } .site-visit-content h2 { max-width: 520px; } }
@media (max-width: 575px) { .site-visit-content { padding: 28px 20px; } .site-visit-content h2 { font-size: 38px; } .site-visit-section .container { width: min(100% - 18px, 100%); } }
/* Zirakpur site visit centered green panel */
.site-visit-section { background: linear-gradient(135deg, #fffdf8 0%, #f6f1e9 52%, #fffdf8 100%) !important; }
.site-visit-content { align-items: center !important; border: 1px solid rgba(123, 109, 92,.12); border-radius: 18px; background: rgba(255,255,255,.58); text-align: center !important; }
.site-visit-eyebrow { margin-right: auto !important; margin-left: auto !important; }
.site-visit-content h2 { margin-right: auto !important; margin-left: auto !important; text-align: center !important; }
.site-visit-features { width: min(100%, 360px); margin-right: auto !important; margin-left: auto !important; }
.site-visit-feature { text-align: left; }
.site-visit-feature h4 { text-align: left; }
/* Zirakpur green site visit left card */
.site-visit-content { border-color: rgba(255,255,255,.18) !important; background: linear-gradient(145deg, #b4a38f 0%, #7b6d5c 100%) !important; box-shadow: 0 22px 50px rgba(73, 61, 49,.22); }
.site-visit-content h2, .site-visit-feature h4 { color: #ffffff !important; }
.site-visit-eyebrow { border-color: rgba(255,255,255,.22) !important; background: rgba(255,255,255,.1) !important; color: #eee5d8 !important; }
.site-visit-feature { border-color: rgba(255,255,255,.15) !important; }
.site-visit-feature > span { border-color: rgba(255,255,255,.3) !important; background: #ffffff !important; color: #7b6d5c !important; }
/* Force visible green visit card */
.site-visit-section .site-visit-wrap .site-visit-content.site-visit-content--green { background-image: linear-gradient(145deg, #b4a38f 0%, #7b6d5c 100%) !important; background-color: #7b6d5c !important; }
.site-visit-section .site-visit-content--green h2, .site-visit-section .site-visit-content--green .site-visit-feature h4 { color: #fff !important; }
.site-visit-section .site-visit-content--green .site-visit-eyebrow { color: #eee5d8 !important; }
.site-visit-section .site-visit-content--green .site-visit-feature::before { background: rgba(255,255,255,.25) !important; }
/* Zirakpur universal green inner-page header */
body .header:not(.header--home), html body .header:not(.header--home), body .header.fixed-header { background: #7b6d5c !important; background-color: #7b6d5c !important; border-bottom: 1px solid rgba(255,255,255,.14) !important; box-shadow: 0 8px 26px rgba(73, 61, 49,.2) !important; }
body .header:not(.header--home) .zirakpur-brand-image, body .header.fixed-header .zirakpur-brand-image { display: block !important; opacity: 1 !important; visibility: visible !important; filter: brightness(0) invert(1) !important; }
body .header:not(.header--home) .nav-menu .nav-item .nav-link, body .header:not(.header--home) .header-login-link, body .header:not(.header--home) .header-wishlist, body .header:not(.header--home) .header-button, body .header.fixed-header .nav-menu .nav-item .nav-link, body .header.fixed-header .header-login-link, body .header.fixed-header .header-wishlist, body .header.fixed-header .header-button { color: #ffffff !important; }
body .header:not(.header--home) .nav-menu .nav-item .nav-link:hover, body .header:not(.header--home) .nav-menu .nav-item .nav-link.active, body .header:not(.header--home) .header-login-link:hover, body .header:not(.header--home) .header-login-link.active, body .header:not(.header--home) .header-wishlist:hover, body .header.fixed-header .nav-menu .nav-item .nav-link:hover, body .header.fixed-header .nav-menu .nav-item .nav-link.active { color: #bde8d0 !important; }
body .header:not(.header--home) .nav-menu .nav-item .nav-link::before, body .header.fixed-header .nav-menu .nav-item .nav-link::before { background: #ffffff !important; }
body .header:not(.header--home) .dropdown-menu { border-color: rgba(123, 109, 92,.18); }
body .header:not(.header--home) .dropdown-item:hover, body .header:not(.header--home) .dropdown-item.active { background: #f6f1e9 !important; color: #7b6d5c !important; }
/* Zirakpur about text left image right */
.about-simple__layout { grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr) !important; align-items: center; }
.about-simple__content { order: 1; text-align: left; }
.about-simple__visual { order: 2; }
.about-simple__visual img { width: 100%; height: 100%; min-height: 540px; object-fit: cover; object-position: center; }
@media (max-width: 991px) { .about-simple__layout { grid-template-columns: 1fr !important; } .about-simple__content { order: 1; } .about-simple__visual { order: 2; } .about-simple__visual img { min-height: 380px; } }

/* Zirakpur very light visit card final */
.site-visit-section .site-visit-wrap .site-visit-content.site-visit-content--green { border-color: rgba(123, 109, 92,.14) !important; background-image: linear-gradient(145deg, #eef9f3 0%, #dff2e8 100%) !important; background-color: #e8f6ee !important; box-shadow: 0 18px 42px rgba(123, 109, 92,.1) !important; }
.site-visit-section .site-visit-content--green h2 { color: #211d19 !important; }
.site-visit-section .site-visit-content--green .site-visit-feature h4 { color: #554b40 !important; }
.site-visit-section .site-visit-content--green .site-visit-eyebrow { border-color: rgba(123, 109, 92,.18) !important; background: rgba(255,255,255,.7) !important; color: #7b6d5c !important; }
.site-visit-section .site-visit-content--green .site-visit-feature { border-color: rgba(123, 109, 92,.13) !important; }
.site-visit-section .site-visit-content--green .site-visit-feature > span { border-color: rgba(123, 109, 92,.22) !important; background: #ffffff !important; color: #7b6d5c !important; }
.site-visit-section .site-visit-content--green .site-visit-feature::before { background: rgba(123, 109, 92,.2) !important; }
/* Zirakpur about story text left image right */
.about-theory__story { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .82fr); align-items: stretch; gap: 42px; margin-bottom: 48px; }
.about-theory__story .about-theory__intro { max-width: none; margin: 0; text-align: left; }
.about-theory__story .about-theory__intro h2 { max-width: 760px; margin-right: 0; margin-left: 0; }
.about-theory__story .about-theory__intro p { max-width: 780px; margin-right: 0; margin-left: 0; }
.about-theory__intro blockquote { margin: 24px 0 0; padding: 18px 20px; border-left: 4px solid #7b6d5c; border-radius: 0 10px 10px 0; background: #f6f1e9; color: #554b40; font-size: 18px; font-weight: 800; line-height: 1.5; }
.about-theory__visual { min-height: 520px; overflow: hidden; margin: 0; border-radius: 20px; box-shadow: 0 22px 54px rgba(73, 61, 49,.14); }
.about-theory__visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.about-simple__content > p + p { margin-top: 12px; }
@media (max-width: 991px) { .about-theory__story { grid-template-columns: 1fr; } .about-theory__visual { min-height: 400px; } }
@media (max-width: 575px) { .about-theory__story { gap: 28px; } .about-theory__visual { min-height: 320px; } .about-theory__intro blockquote { font-size: 16px; } }
/* Zirakpur about story text only */
.about-theory__story { display: block !important; max-width: 980px; margin-right: auto; margin-left: auto; }
.about-theory__story .about-theory__intro { width: 100%; }
.about-theory__story .about-theory__intro h2, .about-theory__story .about-theory__intro p { max-width: 980px; }

/* Zirakpur about text width aligned with upper section */
.about-theory .container { max-width: 1220px; }
.about-theory__story { width: 100%; max-width: none !important; margin-right: 0 !important; margin-left: 0 !important; }
.about-theory__story .about-theory__intro { width: 100%; max-width: none; }
.about-theory__story .about-theory__intro h2 { max-width: 900px; }
.about-theory__story .about-theory__intro p { max-width: 1080px; font-size: 16px; line-height: 1.75; }
.about-theory__intro blockquote { max-width: 1080px; }
/* Zirakpur richer why choose content */
.zirakpur-choose-content .zirakpur-choose-eyebrow { color: #7b6d5c !important; }
.zirakpur-choose-intro { max-width: 680px; font-size: 16px; line-height: 1.75; }
.zirakpur-choose-item { align-items: center; }
.zirakpur-choose-item .zirakpur-choose-item__copy {
  display: flex;
  flex: 1 1 auto;
  width: auto;
  height: auto;
  min-width: 0;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
}
.zirakpur-choose-item__copy strong { color: #554b40; }
.zirakpur-choose-item__copy small {
  display: block;
  width: 100%;
  margin-top: 4px;
  color: #71665a;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.45;
  overflow-wrap: normal;
  word-break: normal;
}
.zirakpur-choose-item__arrow { flex: 0 0 auto; margin-left: auto; }

/* Browse by budget */
.browse-budget-section {
  padding: 72px 0;
  background: #f6f1e9;
}

.browse-budget-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 30px;
}

.browse-budget-heading span {
  display: block;
  margin-bottom: 6px;
  color: #7b6d5c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.browse-budget-heading h2 {
  margin: 0;
  color: #17251e;
  font-size: 38px;
  line-height: 1.15;
}

.browse-budget-heading p {
  max-width: 520px;
  margin: 0;
  color: #71665a;
  line-height: 1.7;
}

.browse-budget-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.browse-budget-card {
  display: flex;
  min-width: 0;
  min-height: 150px;
  padding: 22px 18px;
  flex-direction: column;
  border: 1px solid rgba(123, 109, 92, .14);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(123, 109, 92, .06);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.browse-budget-card:hover {
  transform: translateY(-5px);
  border-color: #7b6d5c;
  box-shadow: 0 18px 34px rgba(123, 109, 92, .13);
}

.browse-budget-card__icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 50%;
  background: #eee5d8;
  color: #7b6d5c;
  font-size: 21px;
}

.browse-budget-card__copy {
  display: grid;
  min-width: 0;
}

.browse-budget-card__copy strong {
  color: #1d2d25;
  font-size: 16px;
}

.browse-budget-card__copy small {
  margin-top: 5px;
  color: #71665a;
  font-size: 11px;
  line-height: 1.45;
}

.browse-budget-card__arrow {
  margin-top: auto;
  padding-top: 18px;
  align-self: flex-end;
  color: #7b6d5c;
}

/* Green theme: site visit modal */
.site-visit-modal .modal-dialog { max-width: 520px; }
.site-visit-modal .modal-content {
  border: 1px solid rgba(123, 109, 92, .14);
  border-radius: 14px;
  box-shadow: 0 30px 80px rgba(73, 61, 49, .24);
}
.site-visit-modal__top {
  min-height: 64px;
  padding: 19px 24px 17px 62px;
  border-bottom-color: rgba(123, 109, 92, .12);
  background: linear-gradient(135deg, #fffdf8 0%, #f6f1e9 100%);
}
.site-visit-modal__top h5 { color: #7b6d5c; font-size: 19px; }
.site-visit-modal__close {
  left: 20px;
  top: 17px;
  border-radius: 50%;
  color: #71665a;
}
.site-visit-modal__close:hover,
.site-visit-modal__close:focus { background: #dcefe4; color: #554b40; }
.site-visit-modal .modal-body { padding: 24px; }
.site-visit-field label { color: #554b40; }
.site-visit-toggle,
.site-visit-toggle label + label span {
  border-color: rgba(123, 109, 92, .15);
}
.site-visit-toggle span { color: #71665a; }
.site-visit-toggle input:checked + span {
  background: linear-gradient(135deg, #7b6d5c 0%, #7b6d5c 100%);
  color: #fff;
}
.site-visit-date-option span,
.site-visit-time-grid span {
  border-color: rgba(123, 109, 92, .15);
  color: #71665a;
}
.site-visit-date-option span { color: #234535; }
.site-visit-date-option input:checked + span {
  border-color: #7b6d5c;
  background: linear-gradient(145deg, #7b6d5c 0%, #7b6d5c 100%);
  color: #fff;
  box-shadow: 0 8px 18px rgba(123, 109, 92, .18);
}
.site-visit-time-grid input:checked + span {
  border-color: #7b6d5c;
  background: #eee5d8;
  color: #7b6d5c;
}
.site-visit-input {
  border-color: rgba(123, 109, 92, .18);
  border-radius: 8px;
  color: #554b40;
}
.site-visit-input:focus {
  border-color: #7b6d5c;
  box-shadow: 0 0 0 3px rgba(123, 109, 92, .12);
}
.site-visit-form__notice {
  border: 1px solid rgba(123, 109, 92, .12);
  border-radius: 8px;
  background: #f6f1e9;
  color: #71665a;
}
.site-visit-submit {
  border-radius: 8px;
  background: linear-gradient(135deg, #7b6d5c 0%, #7b6d5c 100%);
  box-shadow: 0 14px 28px rgba(123, 109, 92, .2);
}
.site-visit-submit:hover,
.site-visit-submit:focus {
  background: linear-gradient(135deg, #7b6d5c 0%, #554b40 100%);
  box-shadow: 0 18px 34px rgba(123, 109, 92, .26);
}

@media (max-width: 1199px) {
  .browse-budget-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .browse-budget-section { padding: 54px 0; }
  .browse-budget-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .browse-budget-heading h2 { font-size: 32px; }
  .browse-budget-grid { grid-template-columns: 1fr; }
  .browse-budget-card { min-height: 130px; }
}
.site-visit-section-heading { max-width: 760px; margin: 0 0 34px; text-align: left; }
.site-visit-section-heading > span { color: #7b6d5c; font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.site-visit-section-heading h2 { margin: 7px 0 9px; color: #211d19; font-size: clamp(38px, 4vw, 54px); line-height: 1.05; }
.site-visit-section-heading p { max-width: 650px; margin: 0; color: #71665a; font-size: 15px; line-height: 1.65; }
.site-visit-campaign { position: relative; display: flex; overflow: hidden; min-height: 100%; flex-direction: column; border: 1px solid rgba(123, 109, 92,.16); border-radius: 20px; background: #f6f1e9; box-shadow: 0 18px 44px rgba(73, 61, 49,.12); }
.site-visit-campaign__top { padding: 30px 28px 24px; background: linear-gradient(145deg,#f6f1e9,#eee5d8); color: #211d19; }
.site-visit-campaign__top > span { display: inline-flex; gap: 7px; align-items: center; color: #7b6d5c; font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.site-visit-campaign__top > span i { color: #b4a38f; font-size: 17px; }
.site-visit-campaign__top h3 { margin: 13px 0 10px; color: #211d19; font-size: clamp(27px, 2.4vw, 36px); line-height: 1.12; }
.site-visit-campaign__top p { margin: 0; color: #71665a; font-size: 13px; line-height: 1.65; }
.site-visit-campaign__visual { position: relative; min-height: 245px; flex: 1; background-position: center; background-size: cover; }
.site-visit-campaign__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(33, 29, 25,.05),rgba(33, 29, 25,.55)); }
.site-visit-campaign__badge { position: absolute; z-index: 2; top: 20px; left: 22px; display: grid; width: 78px; height: 78px; place-items: center; border: 3px solid #fff; border-radius: 50%; background: #7b6d5c; color: #fff; line-height: 1; box-shadow: 0 8px 22px rgba(0,0,0,.2); }
.site-visit-campaign__badge strong { margin-top: 7px; font-size: 28px; }
.site-visit-campaign__badge span { margin-top: -8px; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.site-visit-campaign__ribbon { position: absolute; z-index: 2; right: 18px; bottom: 18px; left: 18px; padding: 10px 12px; border: 1px solid rgba(123, 109, 92,.18); border-radius: 8px; background: rgba(221,243,230,.92); color: #554b40; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-align: center; text-transform: uppercase; backdrop-filter: blur(8px); }
.site-visit-campaign__benefits { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); padding: 18px 14px; background: #f6f1e9; }
.site-visit-campaign__benefits span { display: grid; gap: 5px; place-items: center; color: #554b40; font-size: 10px; font-weight: 800; text-align: center; }
.site-visit-campaign__benefits i { color: #7b6d5c; font-size: 24px; }
.site-visit-campaign__button { display: flex; gap: 8px; align-items: center; justify-content: center; width: calc(100% - 36px); margin: 0 18px 20px; padding: 13px 18px; border: 1px solid #d8cdbc; border-radius: 9px; background: #eee5d8; color: #554b40; font-size: 13px; font-weight: 900; transition: .2s ease; }
.site-visit-campaign__button:hover { border-color: #cfc1ad; background: #eee5d8; color: #7b6d5c; }
@media (max-width: 991px) { .site-visit-section-heading { margin-bottom: 26px; } .site-visit-campaign__visual { min-height: 320px; } }
@media (max-width: 575px) { .site-visit-section-heading { padding-inline: 4px; } .site-visit-section-heading h2 { font-size: 38px; } .site-visit-campaign__top { padding: 25px 21px 21px; } .site-visit-campaign__visual { min-height: 250px; } }

/* Ready To Move Flats beige and white theme */
:root {
  --rtm-white: #fffdf8;
  --rtm-paper: #ffffff;
  --rtm-cream: #f6f1e9;
  --rtm-cream-2: #eee5d8;
  --rtm-beige: #b4a38f;
  --rtm-beige-dark: #7b6d5c;
  --rtm-taupe: #554b40;
  --rtm-ink: #211d19;
  --rtm-muted: #71665a;
  --rtm-border: rgba(123, 109, 92, .22);
  --rtm-shadow: 0 18px 45px rgba(73, 61, 49, .10);
  --base-h: 32;
  --base-s: 17%;
  --base-l: 63%;
  --base: var(--base-h) var(--base-s) var(--base-l);
  --base-two-h: 26;
  --base-two-s: 18%;
  --base-two-l: 34%;
  --base-two: var(--base-two-h) var(--base-two-s) var(--base-two-l);
  --heading-color: 25 14% 11%;
  --body-color: 28 16% 30%;
  --border-color: 32 24% 82%;
  --section-bg: 40 43% 95%;
  --footer-bg: 27 18% 27%;
  --background-gradient: linear-gradient(135deg, #b4a38f 0%, #7b6d5c 100%);
}
html, body { background: var(--rtm-white) !important; color: var(--rtm-taupe) !important; }
body, p, li, span, small, label, .text, .property-item__content p, .section-heading p, .footer-item__desc, .contact-info__content p, .form--control, .select, input, textarea, select { color: var(--rtm-taupe); }
h1, h2, h3, h4, h5, h6, .section-heading__title, .title, .property-item__title, .blog-item__title, .account-form__title, .breadcrumb-list__link.active { color: var(--rtm-ink) !important; }
a { color: var(--rtm-beige-dark); }
a:hover, a:focus { color: var(--rtm-ink); }
.section-bg, .bg-img, .property-section, .feature-property, .choose-us, .about-section, .article-section, .testimonial-section, .browse-budget-section, .site-visit-section, .zirakpur-projects-section, .new-projects-section, .lifestyle-location-section, .property-paths-section, .account, .property, .blog, .contact-section { background: linear-gradient(135deg, var(--rtm-white) 0%, var(--rtm-cream) 100%) !important; }
.card, .custom--card, .property-item, .blog-item, .testimonial-item, .choose-card, .zirakpur-choose-item, .browse-budget-card, .site-visit-map-card, .site-visit-campaign, .about-theory__card, .property-details-sidebar, .filter-sidebar, .dashboard-card, .contact-info, .account-form, .modal-content, .dropdown-menu { border-color: var(--rtm-border) !important; background: rgba(255,255,255,.94) !important; box-shadow: var(--rtm-shadow) !important; }
.header, body .header:not(.header--home), body .header.fixed-header { border-bottom: 1px solid rgba(123,109,92,.18) !important; background: rgba(255,253,248,.96) !important; box-shadow: 0 12px 30px rgba(73,61,49,.08) !important; backdrop-filter: blur(14px); }
.header .nav-menu .nav-item .nav-link, body .header:not(.header--home) .nav-menu .nav-item .nav-link, body .header.fixed-header .nav-menu .nav-item .nav-link, .header-login-link, .header-wishlist, .header-button { color: var(--rtm-ink) !important; }
.header .nav-menu .nav-item .nav-link:hover, .header .nav-menu .nav-item .nav-link.active, body .header:not(.header--home) .nav-menu .nav-item .nav-link:hover, body .header.fixed-header .nav-menu .nav-item .nav-link:hover, .header-login-link:hover, .header-wishlist:hover { color: var(--rtm-beige-dark) !important; }
.header .nav-menu .nav-item .nav-link::before, body .header:not(.header--home) .nav-menu .nav-item .nav-link::before, body .header.fixed-header .nav-menu .nav-item .nav-link::before { background: var(--rtm-beige) !important; }
.banner-section, .hero-section, .breadcrumb, .breadcrumb-section { background-color: var(--rtm-cream) !important; background-image: linear-gradient(135deg, rgba(255,253,248,.94), rgba(180,163,143,.30)) !important; }
.banner-content__title, .banner-content__desc, .breadcrumb__title, .banner-section h1, .banner-section p, .hero-section h1, .hero-section p { color: var(--rtm-ink) !important; text-shadow: none !important; }
.btn, .btn--base, .base-btn, .cmn-btn, .site-visit-submit, .site-visit-campaign__button, .property-search__button, button[type='submit'], .custom--btn { border-color: var(--rtm-beige-dark) !important; background: linear-gradient(135deg, var(--rtm-beige) 0%, var(--rtm-beige-dark) 100%) !important; color: #ffffff !important; box-shadow: 0 14px 28px rgba(123,109,92,.22) !important; }
.btn:hover, .btn--base:hover, .base-btn:hover, .cmn-btn:hover, .site-visit-submit:hover, .site-visit-campaign__button:hover, .property-search__button:hover, button[type='submit']:hover, .custom--btn:hover { border-color: var(--rtm-taupe) !important; background: linear-gradient(135deg, var(--rtm-beige-dark) 0%, var(--rtm-taupe) 100%) !important; color: #ffffff !important; }
.btn--outline, .btn-outline-base, .property-item__button, .outline-btn { border-color: var(--rtm-beige) !important; background: #ffffff !important; color: var(--rtm-beige-dark) !important; }
.btn--outline:hover, .btn-outline-base:hover, .property-item__button:hover, .outline-btn:hover { background: var(--rtm-beige) !important; color: #ffffff !important; }
.form--control, .form-control, .form-select, .select, input, textarea, select, .nice-select, .select2-container .select2-selection--single { border-color: var(--rtm-border) !important; background-color: #ffffff !important; color: var(--rtm-ink) !important; }
.form--control::placeholder, .form-control::placeholder, input::placeholder, textarea::placeholder { color: rgba(85,75,64,.68) !important; }
.form--control:focus, .form-control:focus, .form-select:focus, input:focus, textarea:focus, select:focus, .nice-select.open, .select2-container--focus .select2-selection--single { border-color: var(--rtm-beige) !important; box-shadow: 0 0 0 3px rgba(180,163,143,.22) !important; }
.property-item__thumb::after, .blog-item__thumb::after, .site-visit-campaign__visual::after { background: linear-gradient(180deg, rgba(33,29,25,.02), rgba(33,29,25,.34)) !important; }
.badge, .property-badge, .featured-badge, .browse-budget-card__icon, .site-visit-feature > span, .contact-info__icon, .icon, .social-list__link { border-color: rgba(180,163,143,.28) !important; background: var(--rtm-cream-2) !important; color: var(--rtm-beige-dark) !important; }
.browse-budget-card:hover, .property-item:hover, .blog-item:hover, .zirakpur-choose-item:hover { border-color: var(--rtm-beige) !important; box-shadow: 0 20px 44px rgba(123,109,92,.16) !important; }
.dropdown-item, .nice-select .option, .select2-results__option { color: var(--rtm-ink) !important; }
.dropdown-item:hover, .dropdown-item.active, .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus, .select2-results__option--highlighted { background: var(--rtm-cream) !important; color: var(--rtm-beige-dark) !important; }
.table, .table td, .table th { color: var(--rtm-ink) !important; border-color: var(--rtm-border) !important; }
.table thead th { background: var(--rtm-cream) !important; color: var(--rtm-ink) !important; }
.footer-area, .footer, footer { background: #4f463b !important; color: rgba(255,253,248,.84) !important; }
.footer-area h1, .footer-area h2, .footer-area h3, .footer-area h4, .footer-area h5, .footer-area h6, .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 { color: #ffffff !important; }
.footer-area p, .footer-area li, .footer-area a, .footer-area span, .footer p, .footer li, .footer a, .footer span, footer p, footer li, footer a, footer span { color: rgba(255,253,248,.82) !important; }
.footer-area a:hover, .footer a:hover, footer a:hover { color: #ffffff !important; }
.slick-arrow, .swiper-button-next, .swiper-button-prev, .scroll-top, .pagination .page-link, .property-gallery__button { border-color: var(--rtm-border) !important; background: #ffffff !important; color: var(--rtm-beige-dark) !important; }
.slick-arrow:hover, .swiper-button-next:hover, .swiper-button-prev:hover, .scroll-top:hover, .pagination .page-item.active .page-link, .pagination .page-link:hover, .property-gallery__button:hover { border-color: var(--rtm-beige) !important; background: var(--rtm-beige) !important; color: #ffffff !important; }
.alert, .notice, .site-visit-form__notice { border-color: var(--rtm-border) !important; background: var(--rtm-cream) !important; color: var(--rtm-taupe) !important; }
@media (max-width: 991px) { .nav-menu, .navbar-collapse, .mobile-menu { background: #fffdf8 !important; } .nav-menu .nav-item .nav-link { color: var(--rtm-ink) !important; } }

/* Zirakpur luxury navigation */
.rtm-luxury-nav {
  gap: 2px;
}

.rtm-luxury-nav .nav-link i {
  font-size: 12px;
  transition: transform .22s ease;
}

.rtm-luxury-nav .mega-menu-item:hover .nav-link i,
.rtm-luxury-nav .mega-menu-item:focus-within .nav-link i {
  transform: rotate(180deg);
}

.header .rtm-nav-panel {
  background: rgba(255, 253, 248, .92) !important;
  border: 1px solid rgba(123, 109, 92, .16) !important;
  box-shadow: 0 28px 70px rgba(33, 29, 25, .16) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.header.fixed-header .rtm-nav-panel,
.header:not(.header--home) .rtm-nav-panel {
  background: rgba(255, 253, 248, .94) !important;
}

.rtm-nav-panel__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 22px;
  padding: 24px;
}

.rtm-nav-panel__columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 14px;
}

.rtm-nav-panel--simple {
  width: min(760px, calc(100vw - 32px)) !important;
}

.rtm-nav-panel--contact {
  width: min(520px, calc(100vw - 32px)) !important;
}

.rtm-nav-panel--simple .rtm-nav-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 10px;
  padding: 20px;
}

.rtm-nav-col {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(123, 109, 92, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .58);
}

.rtm-nav-link {
  display: block;
  min-height: 56px;
  padding: 11px 12px !important;
  border-radius: 8px;
  color: var(--rtm-ink) !important;
  transition: background .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease !important;
}

.rtm-nav-link:hover,
.rtm-nav-link:focus {
  padding-left: 12px !important;
  background: rgba(180, 163, 143, .16);
  box-shadow: inset 3px 0 0 var(--rtm-beige);
  color: var(--rtm-beige-dark) !important;
  transform: translateY(-1px);
}

.rtm-nav-link span {
  display: block;
  color: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.rtm-nav-link small {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin-top: 6px;
  padding: 3px 8px;
  border: 1px solid rgba(123, 109, 92, .14);
  border-radius: 999px;
  background: rgba(246, 241, 233, .9);
  color: var(--rtm-muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}

.rtm-nav-feature {
  display: flex !important;
  min-height: 100%;
  padding: 12px !important;
  border: 1px solid rgba(123, 109, 92, .16);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(73, 61, 49, .12);
  color: var(--rtm-ink) !important;
  flex-direction: column;
}

.rtm-nav-feature:hover,
.rtm-nav-feature:focus {
  padding-left: 12px !important;
  color: var(--rtm-beige-dark) !important;
  transform: translateY(-2px);
}

.rtm-nav-feature img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 12px;
}

.rtm-nav-feature span {
  width: fit-content;
  margin-bottom: 7px;
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--rtm-cream-2);
  color: var(--rtm-beige-dark);
  font-size: 11px;
  font-weight: 800;
}

.rtm-nav-feature strong {
  color: var(--rtm-ink);
  font-size: 15px;
  line-height: 1.3;
}

.rtm-nav-feature small {
  margin-top: 7px;
  color: var(--rtm-muted);
  font-size: 12px;
  line-height: 1.45;
}

.rtm-contact-menu {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.rtm-contact-card {
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  min-height: 68px;
  padding: 12px !important;
  border: 1px solid rgba(123, 109, 92, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
  color: var(--rtm-ink) !important;
  transition: background .18s ease, transform .18s ease, box-shadow .18s ease !important;
}

.rtm-contact-card:hover,
.rtm-contact-card:focus {
  padding-left: 12px !important;
  background: rgba(246, 241, 233, .92);
  box-shadow: 0 12px 26px rgba(73, 61, 49, .10);
  color: var(--rtm-beige-dark) !important;
  transform: translateY(-1px);
}

.rtm-contact-card > span {
  display: grid;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  place-items: center;
  background: var(--rtm-cream-2);
  color: var(--rtm-beige-dark);
  font-size: 19px;
  grid-row: span 2;
}

.rtm-contact-card strong,
.rtm-contact-card small {
  min-width: 0;
}

.rtm-contact-card strong {
  color: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.rtm-contact-card small {
  margin-top: 4px;
  color: var(--rtm-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.rtm-contact-card--visit {
  background: rgba(180, 163, 143, .14);
}

@media (min-width: 992px) {
  .header .rtm-nav-panel {
    left: 50%;
    right: auto;
    top: calc(100% + 8px);
    width: min(1140px, calc(100vw - 34px));
    border-radius: 0 0 8px 8px;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 14px);
    transition: opacity .2s ease, transform .24s ease, visibility .2s ease;
  }

  .header .mega-menu-item:hover .rtm-nav-panel,
  .header .mega-menu-item:focus-within .rtm-nav-panel {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }

  .header .rtm-nav-panel--simple {
    left: auto;
    right: 0;
    transform: translateY(14px);
  }

  .header .rtm-nav-panel--contact {
    left: auto;
    right: 0;
    transform: translateY(14px);
  }

  .header .mega-menu-item:hover .rtm-nav-panel--simple,
  .header .mega-menu-item:focus-within .rtm-nav-panel--simple,
  .header .mega-menu-item:hover .rtm-nav-panel--contact,
  .header .mega-menu-item:focus-within .rtm-nav-panel--contact {
    transform: translateY(0);
  }
}

@media (max-width: 1199px) {
  .header .nav-menu .nav-item .nav-link {
    font-size: 13px;
    padding-inline: 6px;
  }

  .rtm-nav-panel__inner {
    grid-template-columns: 1fr 240px;
  }
}

@media (max-width: 991px) {
  .rtm-luxury-nav {
    align-items: stretch !important;
    gap: 0;
  }

  .header .rtm-nav-panel {
    display: block;
    width: 100% !important;
    margin: 6px 0 12px;
    border-radius: 8px;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .rtm-nav-panel__inner,
  .rtm-nav-panel__columns,
  .rtm-nav-panel--simple .rtm-nav-list {
    grid-template-columns: 1fr;
  }

  .rtm-nav-panel__inner,
  .rtm-nav-panel--simple .rtm-nav-list {
    padding: 12px;
  }

  .rtm-nav-col {
    padding: 12px;
  }

  .rtm-nav-feature {
    min-height: auto;
  }
}

/* Premium animated homepage blueprint */
.rtm-simple-hero {
  min-height: 92vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #17130f;
}

.rtm-hero-slideshow {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.rtm-hero-slideshow span {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1);
  transition: opacity .85s ease;
  will-change: opacity, transform;
}

.rtm-hero-slideshow span.is-active {
  opacity: 1;
  animation: rtmHeroSlideScale 3.4s linear forwards;
}

.rtm-simple-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle at 78% 46%, rgba(255, 255, 255, .08), transparent 30%);
}

.rtm-simple-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  z-index: -1;
  background: linear-gradient(0deg, rgba(20, 15, 11, .85), transparent);
}

.rtm-simple-hero__content {
  max-width: 760px;
  padding-top: 120px;
  transform: translateY(calc(var(--rtm-parallax, 0px) * .18));
}

.rtm-luxe-eyebrow,
.rtm-section-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  background: rgba(255, 253, 248, .12);
  color: #f4eadc;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.rtm-simple-hero h1 {
  max-width: 720px;
  color: #fffdf8 !important;
  font-size: clamp(40px, 7vw, 82px);
  line-height: .98;
  letter-spacing: 0;
  animation: rtmFloatUp .9s ease .28s both;
}

.rtm-simple-hero p {
  max-width: 620px;
  color: rgba(255, 253, 248, .88) !important;
  font-size: clamp(17px, 2vw, 22px);
  animation: rtmFloatUp .9s ease .42s both;
}

.rtm-simple-search {
  max-width: 980px;
  margin-top: 30px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 8px;
  background: rgba(255, 253, 248, .9);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .28);
  backdrop-filter: blur(14px);
  animation: rtmFloatUp .9s ease .56s both;
}

.rtm-search-row {
  display: grid;
  grid-template-columns: minmax(150px, .7fr) minmax(120px, .5fr) minmax(120px, .5fr) minmax(220px, 1fr) auto;
  gap: 10px;
  align-items: stretch;
}

.rtm-filter-field select,
.rtm-tour-form input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--rtm-ink);
  font-weight: 700;
}

.rtm-value-marquee {
  overflow: hidden;
  border-block: 1px solid rgba(123, 109, 92, .16);
  background: #211d19;
  color: #fffdf8;
}

.rtm-marquee-track {
  display: flex;
  width: max-content;
  animation: rtmMarquee 22s linear infinite;
}

.rtm-marquee-track span {
  display: inline-flex;
  align-items: center;
  padding: 13px 24px;
  color: #fffdf8;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.rtm-marquee-track span::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 18px;
  border-radius: 50%;
  background: #d8c5ab;
}

.rtm-walkthrough-section,
.rtm-bento-amenities,
.rtm-connectivity,
.rtm-comparison,
.rtm-private-tour {
  padding: 92px 0;
  background: linear-gradient(135deg, #fffdf8 0%, #f6f1e9 100%);
}

.rtm-walkthrough-head,
.rtm-comparison-head,
.rtm-private-tour__shell {
  display: flex;
  gap: 24px;
  align-items: flex-end;
  justify-content: space-between;
}

.rtm-walkthrough-head h2,
.rtm-bento-amenities h2,
.rtm-connectivity-copy h2,
.rtm-comparison-head h2,
.rtm-private-tour h2 {
  max-width: 720px;
  color: var(--rtm-ink) !important;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.05;
}

.rtm-walkthrough-head p,
.rtm-connectivity-copy p,
.rtm-private-tour p {
  max-width: 620px;
  color: var(--rtm-muted);
}

.rtm-segmented,
.rtm-liquid-toggle {
  position: relative;
  display: inline-grid;
  grid-auto-flow: column;
  gap: 6px;
  padding: 6px;
  border: 1px solid rgba(123, 109, 92, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
}

.rtm-segmented button,
.rtm-liquid-toggle button {
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  background: transparent;
  color: var(--rtm-muted);
  font-weight: 800;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}

.rtm-segmented button.active,
.rtm-liquid-toggle button.active {
  background: var(--rtm-beige-dark);
  color: #fff;
  transform: scale(1.02);
}

.rtm-walkthrough-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  margin-top: 34px;
  perspective: 1200px;
}

.rtm-floor-model {
  position: relative;
  min-height: 440px;
  border: 1px solid rgba(123, 109, 92, .16);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(123, 109, 92, .08) 1px, transparent 1px),
    linear-gradient(rgba(123, 109, 92, .08) 1px, transparent 1px),
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(238, 229, 216, .74));
  background-size: 44px 44px, 44px 44px, auto;
  box-shadow: 0 28px 70px rgba(73, 61, 49, .14);
  transform: rotateX(58deg) rotateZ(-32deg);
  transform-style: preserve-3d;
  transition: transform .3s ease;
}

.rtm-room {
  position: absolute;
  display: grid;
  border: 3px solid rgba(123, 109, 92, .72);
  border-radius: 6px;
  place-items: center;
  background: rgba(255, 253, 248, .82);
  color: var(--rtm-ink);
  font-weight: 900;
  transform: translateZ(16px);
}

.rtm-room--living { left: 9%; top: 14%; width: 42%; height: 42%; }
.rtm-room--master { right: 10%; top: 12%; width: 32%; height: 34%; }
.rtm-room--kitchen { left: 14%; bottom: 12%; width: 30%; height: 26%; }
.rtm-room--balcony { right: 12%; bottom: 13%; width: 38%; height: 22%; }

.rtm-floor-model[data-active-layout="4bhk"] .rtm-room--balcony::after {
  content: " + Study";
}

.rtm-hotspot {
  position: absolute;
  z-index: 3;
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 50%;
  background: #7b6d5c;
  color: transparent;
  box-shadow: 0 0 0 0 rgba(123, 109, 92, .48);
  animation: rtmPulse 1.7s infinite;
  transform: translateZ(38px);
}

.rtm-hotspot--master { right: 25%; top: 28%; }
.rtm-hotspot--living { left: 32%; top: 34%; }

.rtm-room-preview {
  padding: 14px;
  border: 1px solid rgba(123, 109, 92, .16);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(73, 61, 49, .12);
}

.rtm-room-preview img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 12px;
}

.rtm-room-preview span {
  color: var(--rtm-beige-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.rtm-room-preview strong {
  display: block;
  color: var(--rtm-ink);
  font-size: 20px;
}

.rtm-bento-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 16px;
  margin-top: 30px;
}

.rtm-bento-card {
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(123, 109, 92, .15);
  border-radius: 8px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 18px 48px rgba(73, 61, 49, .10);
  transform-style: preserve-3d;
  transition: transform .18s ease, box-shadow .18s ease;
}

.rtm-bento-card--large {
  grid-row: span 2;
  min-height: 436px;
  background-image: linear-gradient(180deg, rgba(33, 29, 25, .10), rgba(33, 29, 25, .42)), url("../../../images/frontend/lifestyle/zirakpur-parks-open-spaces.avif");
  background-size: cover;
  background-position: center;
}

.rtm-bento-card i {
  display: inline-grid;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 50%;
  place-items: center;
  background: var(--rtm-cream-2);
  color: var(--rtm-beige-dark);
  font-size: 24px;
}

.rtm-bento-card h3,
.rtm-bento-card p {
  transform: translateZ(22px);
}

.rtm-bento-card h3 {
  color: var(--rtm-ink) !important;
  font-size: 22px;
}

.rtm-bento-card p {
  color: var(--rtm-muted);
}

.rtm-bento-card--large h3,
.rtm-bento-card--large p {
  color: #fffdf8 !important;
}

.rtm-connectivity-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 34px;
  align-items: center;
}

.rtm-map-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(135deg, #211d19, #554b40);
  box-shadow: 0 28px 70px rgba(73, 61, 49, .22);
}

.rtm-map-card svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.rtm-map-highway,
.rtm-map-route {
  fill: none;
  stroke-linecap: round;
}

.rtm-map-highway {
  stroke: rgba(255, 253, 248, .22);
  stroke-width: 12;
}

.rtm-map-route {
  stroke: #d8c5ab;
  stroke-width: 4;
  stroke-dasharray: 560;
  stroke-dashoffset: 560;
}

.is-visible .rtm-map-route {
  animation: rtmDrawRoute 1.35s ease forwards;
}

.rtm-map-route--two { animation-delay: .18s; }
.rtm-map-route--three { animation-delay: .34s; }

.rtm-map-pin {
  position: absolute;
  z-index: 2;
  padding: 7px 10px;
  border-radius: 999px;
  background: #fffdf8;
  color: var(--rtm-ink);
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .28);
  transform: translateY(-26px) scale(.8);
  opacity: 0;
}

.is-visible .rtm-map-pin {
  animation: rtmPinDrop .55s cubic-bezier(.16, 1, .3, 1) forwards;
}

.rtm-map-pin--site { left: 44%; top: 56%; }
.rtm-map-pin--airport { left: 66%; top: 22%; animation-delay: .25s; }
.rtm-map-pin--mall { right: 12%; top: 48%; animation-delay: .4s; }
.rtm-map-pin--fortis { left: 24%; top: 19%; animation-delay: .55s; }

.rtm-timeline {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.rtm-timeline article,
.rtm-savings article,
.rtm-compare-table > div {
  border: 1px solid rgba(123, 109, 92, .15);
  border-radius: 8px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 14px 34px rgba(73, 61, 49, .09);
}

.rtm-timeline article {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
}

.rtm-timeline strong {
  color: var(--rtm-beige-dark);
  font-size: 36px;
  line-height: 1;
}

.rtm-savings {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 28px 0 18px;
}

.rtm-savings article,
.rtm-compare-table > div {
  padding: 18px;
}

.rtm-savings strong {
  color: var(--rtm-beige-dark);
  font-size: 42px;
}

.rtm-savings span {
  display: block;
  color: var(--rtm-muted);
  font-weight: 800;
}

.rtm-compare-table {
  display: grid;
  gap: 10px;
}

.rtm-compare-table > div {
  display: grid;
  grid-template-columns: 180px 1fr 1fr;
  gap: 16px;
  align-items: center;
}

.rtm-compare-table span {
  color: var(--rtm-muted);
  font-weight: 900;
}

.rtm-compare-table strong {
  color: #17633c;
}

.rtm-compare-table small {
  color: #8a4b39;
  font-weight: 800;
}

.rtm-private-tour {
  background: #211d19;
}

.rtm-private-tour__shell {
  padding: 34px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 253, 248, .08), rgba(216, 197, 171, .16));
}

.rtm-private-tour h2,
.rtm-private-tour p {
  color: #fffdf8 !important;
}

.rtm-tour-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(160px, 1fr));
  gap: 12px;
  width: min(520px, 100%);
}

.rtm-tour-form input {
  min-height: 48px;
  padding: 0 14px;
  border-radius: 8px;
  background: rgba(255, 253, 248, .96);
}

.rtm-magnetic-btn {
  grid-column: 1 / -1;
  min-height: 52px;
  border: 0;
  border-radius: 8px;
  background: #d8c5ab;
  color: #211d19;
  font-weight: 900;
  transition: transform .12s ease, box-shadow .18s ease;
}

.rtm-magnetic-btn:hover {
  box-shadow: 0 18px 42px rgba(216, 197, 171, .26);
}

@keyframes rtmHeroReveal {
  0% { clip-path: ellipse(22% 44% at 52% 52%); transform: scale(1.18); }
  100% { clip-path: ellipse(110% 92% at 50% 50%); transform: scale(1); }
}

@keyframes rtmHeroSlideScale {
  from { transform: scale(1); }
  to { transform: scale(1.1); }
}

@keyframes rtmFloatUp {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes rtmMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes rtmPulse {
  70% { box-shadow: 0 0 0 18px rgba(123, 109, 92, 0); }
  100% { box-shadow: 0 0 0 0 rgba(123, 109, 92, 0); }
}

@keyframes rtmDrawRoute {
  to { stroke-dashoffset: 0; }
}

@keyframes rtmPinDrop {
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 991px) {
  .rtm-simple-hero {
    min-height: auto;
    padding: 120px 0 58px;
  }

  .rtm-simple-hero__content {
    padding-top: 0;
  }

  .rtm-search-row,
  .rtm-walkthrough-stage,
  .rtm-connectivity-grid,
  .rtm-private-tour__shell {
    grid-template-columns: 1fr;
  }

  .rtm-walkthrough-head,
  .rtm-comparison-head,
  .rtm-private-tour__shell {
    align-items: flex-start;
    flex-direction: column;
  }

  .rtm-floor-model {
    min-height: 360px;
    transform: rotateX(50deg) rotateZ(-28deg) scale(.9);
  }

  .rtm-bento-grid,
  .rtm-savings {
    grid-template-columns: 1fr;
  }

  .rtm-bento-card--large {
    min-height: 260px;
  }

  .rtm-compare-table > div {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .rtm-walkthrough-section,
  .rtm-bento-amenities,
  .rtm-connectivity,
  .rtm-comparison,
  .rtm-private-tour {
    padding: 64px 0;
  }

  .rtm-tour-form,
  .rtm-private-tour__shell {
    grid-template-columns: 1fr;
  }
}

