/* @import "bootstrap/dist/css/bootstrap.min.css"; */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');


@font-face {
  font-family: 'Season Sans TRIAL';
  src: url('https://assets.primaxlaunch.com/assets/font/SeasonSansTRIAL-Regular.eot');
  src: url('https://assets.primaxlaunch.com/assets/font/SeasonSansTRIAL-Regular.eot?#iefix') format('embedded-opentype'),
    url('https://assets.primaxlaunch.com/assets/font/SeasonSansTRIAL-Regular.woff2') format('woff2'),
    url('https://assets.primaxlaunch.com/assets/font/SeasonSansTRIAL-Regular.woff') format('woff'),
    url('https://assets.primaxlaunch.com/assets/font/SeasonSansTRIAL-Regular.ttf') format('truetype'),
    url('https://assets.primaxlaunch.com/assets/font/SeasonSansTRIAL-Regular.svg#SeasonSansTRIAL-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Season Serif TRIAL';
  src: url('https://assets.primaxlaunch.com/assets/font/SeasonSerifTRIAL-Regular.eot');
  src: url('https://assets.primaxlaunch.com/assets/font/SeasonSerifTRIAL-Regular.eot?#iefix') format('embedded-opentype'),
    url('https://assets.primaxlaunch.com/assets/font/SeasonSerifTRIAL-Regular.woff2') format('woff2'),
    url('https://assets.primaxlaunch.com/assets/font/SeasonSerifTRIAL-Regular.woff') format('woff'),
    url('https://assets.primaxlaunch.com/assets/font/SeasonSerifTRIAL-Regular.ttf') format('truetype'),
    url('https://assets.primaxlaunch.com/assets/font/SeasonSerifTRIAL-Regular.svg#SeasonSerifTRIAL-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


:root {
  --primary: #050705;
  --secondary: #000000;
  --tertiary: #362511;
  --card-aminities: #000000;
  --counter-bg: #F4F4F6;
  --filter-reset: #5c6a7a;
  --light-gree: #D4FF99;
  --filter-bg: #F9FFEE;
  --filter-boder-color: #002d4d;
  --filter-cat-selection: #6c727f;
  --filter-price: #6c727f;
  --sort-bg: #21381A;
  --text-light: #fff;
  --filter-list-title: #362511;
  --title-banner: #FFF5A3;
  --banner-bg: #21381A;
  --tag-color: #000000;
  --btn-color: #244712;
  --view-color: #394150;
  --checkbox-color: #5F7837;
  --counter-lable: #9ea3ae;
  --pagination-color: #F58220;
  --pagination-border: #d3d5da;
  --footer-para: #9B9C9B;
  --shortlisted-color: rgba(231, 174, 121, 0.67);
  --reserved: rgba(255, 95, 44, 1);
  --sold: rgba(220, 6, 6, 1);
  --sold-bg: rgba(255, 236, 236, 1);
  --sold-border: rgba(255, 200, 200, 1);
  --reserved-bg: rgba(255, 231, 210, 1);
  --reserved-border: rgba(255, 207, 191, 1);
  --unavailable-bg: #D9D9D9;
  --unavailable-border: #8475651A;
  --unit-card-border: #8BCDE5;
  --future-release-bg: #fff;
  --share: #b3b3b3;
  --feature-one-bg: #E8F9D0;
  --feature-two-bg: #F9F5D4;
  --feature-three-bg: #F5DECA;
  --feature-icon-one: #D4FF99;
  --feature-icon-two: #FFF5A3;
  --feature-icon-three: #F58220;
  --added-waitlist-border: #c4bfb9;
  --added-waitlist-bg: #ffddd1;
  --modal-header-bg: #F4F4F6;
  --overvalue: #EE754C;
  --overvalue-title: #121212;
  --overvalue-option-border: #D4CEC6;
  --option-value-input: #6E6F73;
  --bg-box: #21381A;
  --label-box: #362511;
  --unit-card-btn: #D8EEF6;
  --light-green-color: #D5E8C8;
  --show-result: #264E36;
  --shortlist-bg-color: #FFEAEA;
  --shortlist-color: #FF4D4D;
  --share-bg-color: #E8F4FF;
  --share-color: #007BFF;
  --back-grey: #F4F4F4;
  --bg-mortgage: #d8eef6;
  --bg-calculate-header: #FFF5A3;
  --bg-units: #FFFFE3;
  --bg-unit-arrow: #FFF5A3;
  --accor-tag: #64BDDC;
  --chips-drop: #A6ACAD;
}

* {
  font-family: "Season Sans TRIAL";
}

.season-sans {
  font-family: 'Season Sans TRIAL';
}

.title-primary {
  color: var(--filter-boder-color);
  font-family: "Season Serif TRIAL";
}

.banner .banner-caption {
  background: #a3b18a !important;
}

body {
  background-color: #fdf6e8;
}

.request-interest {
  background-color: #fdf6e8;
}

.request-interest ul li {
  border: 1px solid #eaeaea;
}

.w-22 {
  width: 22px;
  height: 22px;
}

.bg-header-calculate {
  background: #B8CEE6 !important;
  border: 0 !important;
}

.bg-header-calculate span {
  color: #000000 !important;
  font-weight: 600 !important;
}

.bg-header-calculate .icon-emi {
  color: #000000 !important;
}

.unit-card .feature-box .icon-current-view {
  color: #000000 !important;
}

#root .unit-card .feature-box .feature-item-2 i {
  color: #000000 !important;
}

.unit-card .feature-box .icon-recent-register {
  color: #000000 !important;
}

.mortgage-focus {
  background-color: var(--text-light);
}

.banner .banner-caption ul li {
  column-gap: 9px;
}

.bg-unit-arrow {
  border: 1px solid #4B4A4B !important;
  background: transparent !important;
}

.banner .banner-caption .main-heading h1 {
  color: var(--text-light);
  font-weight: 400;
  font-family: 'Aesthetic';
}

.banner .banner-caption .description {
  color: var(--text-light);
}

.slider-arrow .carousel-control-prev {
  display: flex;
  opacity: 10;
  background-color: var(--filter-boder-color);
  filter: invert(0);
}

.slider-arrow .carousel-control-next {
  display: flex;
  opacity: 10;
  background-color: var(--filter-boder-color);
  filter: invert(0);
}

.unit-info .aiminities {
  position: relative;
  z-index: 2;
  flex-wrap: nowrap;
}

.banner .banner-caption ul li {
  color: var(--text-light);
}

.banner .banner-caption ul li i {
  color: var(--text-light);
}

.filter-box .filter-head h2 {
  color: var(--primary);
}

.filter-box .price-range {
  border-bottom: 1px solid var(--tertiary);
  border-top: 1px solid var(--tertiary);
}

.filter-box .price-range .head {
  color: #000000 !important;
}

#root .filter-box .bedroom-filters-div .form-check-inline input:not(:checked)~label {
  background-color: var(--filter-boder-color) !important;
  color: var(--text-light);
}

.filter-box .filter-head .filter-btn {
  color: var(--secondary);
}

.filter-box .multi-select-grp .form-group label {

  color: var(--tertiary);
}

.filter-box .range-txt {
  color: #000000;
}

#root .filter-box .bedroom-filters-div .scroll-box {
  border-bottom: 0;
}

.nav-bar .counter .count-group .count-item .num p {
  font-weight: 500;
  color: #394150;
}

.highlightOption {
  background: green !important;
}

.multiSelectContainer li:hover {
  background: green !important;
}

.multi_select .chip .closeIcon {
  display: none !important;
}

.multi_select .icon_down_dir {
  transition: transform 0.3s ease;
  /* Smooth rotation */
}

/* Rotate Arrow When Dropdown Opens */
.multi_select .highlightOption .icon_down_dir {
  transform: rotate(180deg);
  /* Rotates arrow when open */
}

.filter-box .accordion-button {
  color: var(--primary) !important;
}

.bg-mortgage-box .accordion-button {
  color: #000000 !important;
  font-size: 25px !important;
  text-transform: capitalize;
  font-weight: 600 !important;
}

.border-top-mortgage {
  border-top: 1px solid #213033 !important;
}

.details .bg-mortgage-box {
  background: var(--text-light);
  border: 1px solid lightgrey;
  padding-bottom: 1px;
}

.filter-box .multi-select-container .accordion {
  border-bottom: 1px solid var(--tertiary);
}

.filter-box {
  background-color: #F7F7F7;
  border: 1px solid #F7F7F7;
}

#root .sort-text-bg {
  color: var(--text-light);
}

.unit-card .card-heading .head-icon .left h3 {
  color: #000000;
  font-weight: 500;
}

.smiliar-trending-card .card-heading .head-icon .left h3 {
  font-size: 24px;
}

#root .trending-text {
  color: #4B4A4B;
  font-size: 16px;
}

.unit-card .card-heading .card-tag p {
  color: var(--tag-color);
  font-weight: 400;
}

.smiliar-trending-card .card-heading .card-tag p {
  font-weight: 300;
}

.unit-card .card-heading .lables .reg span {
  color: var(--text-light) !important;
}

.short-card .card-tag-text {
  display: none !important;
}

.short-card.unavailable-unit-card .icon {
  background: #213033 !important;
}

.short-card.unavailable-unit-card .lables .view {
  border: 1px solid #d3d5da !important;
}

.unit-card .card-heading .lables .view span {
  color: var(--view-color);
  font-weight: 500;
}

.unit-card .card-heading .lables .view {
  border: 0;
}

.unit-card .aiminities .item span {
  color: #000000 !important;
  font-weight: 600;
  font-family: 'Season Sans TRIAL';
}

.unit-card .btn-box .block-btn {
  background-color: var(--filter-boder-color);
  color: var(--text-light);
  font-size: 16px;
  border-radius: 8px;
  text-transform: capitalize;
  font-weight: 600;
  font-family: 'Season Sans TRIAL';
}

.unit-card:hover .block-btn {
  color: var(--text-light);
}

.unit-info .btn-box .block-btn {
  background-color: var(--filter-boder-color);
  color: white;
  font-weight: 600;
  border-radius: 8px !important;
  text-transform: capitalize;
}

.unit-list .unit-card:hover .block-btn {
  color: var(--text-light);
  background-color: var(--filter-boder-color);
}

/* .unit-list .unit-card {
  filter: drop-shadow(4px 4px 4px #00000023);;
} */
.block-btn:hover {
  background-color: var(--filter-boder-color) !important;
}

.nav-bar .counter .heading {
  color: white;
  font-weight: 500;
}

.nav-bar .counter .count-group .count-item .count-lable {
  color: #F4F4F6;
}

.nav-bar .counter .count-group .count-item .num {
  background-color: var(--counter-bg);
}

.nav-bar .navbar-expand-lg .navbar-nav .nav-link {
  color: white;
}

.notice-bar {
  background-color: #F0EBE1;
}

.notice-bar p {
  color: #3B3228;
}

#root .pagination .active .page-link,
#root .pagination .page-link:hover {
  background: var(--pagination-color);
}

.slider-circle {
  background-color: var(--primary) !important;
}

.color-rail {
  /* background-color: var(--accor-tag) !important; */
}

#root .pagination .page-link {
  color: var(--tertiary);
  border: 1px solid var(--pagination-border);
}

#root .ccm-pagination .prev a,
#root .ccm-pagination .next a {
  background: var(--filter-boder-color);
}

.footer p {
  color: var(--footer-para);
}

.unit-card .card-heading .lables .reg {
  background-color: #4D595C;
  color: var(--text-light);
}

#root .reserved-unit-card .card-tag-text {
  background: #F58B64;
  color: var(--text-light) !important;
}

.left .reserved-label-text {
  background: #F58B64 !important;
  padding-top: 3px !important;
}

.left .unavailable-label-text {
  padding-top: 3px !important;
}

.reserved-unit-card .aiminities .icon i {
  color: var(--secondary) !important;
}

.sold-unit-card .aiminities .icon i {
  color: #000000 !important;
}

.sold-unit-card .aiminities .item span {
  color: #000000 !important;
}

#root .sold-unit-card .card-tag-text {
  background: #000000;
  color: var(--text-light) !important;
}

#root .sold-unit-card h3 {
  color: #000000;
}

#root .sold-unit-card .card-p p {
  color: #000000;
}

#root .sold-unit-card .card-p {
  color: #000000;
}

#root .reserved-unit-card {
  background: #FFCFBF66;
  border: 1px solid #8475651A;
}

#root .sold-unit-card {
  background: #FF383C26;
  border: 1px solid #8475651A;
}

#root .unavailable-unit-card {
  background: var(--unavailable-bg);
  border: 1px solid var(--unavailable-border);
}

#root .smiliar-trending-card.unavailable-unit-card {
  border: 1px solid transparent;
}

#root .smiliar-trending-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 8px 28px rgb(0 0 0 / 0.06);
}

.unit-card {

  background-color: white;
  border: 1px solid #84756533;
  box-shadow: 0px 1px 13px 4px #EEE;
}

#root .unavailable-unit-card .card-tag-text {
  background: var(--future-release-bg);
}

.unit-sort .sort-box span {
  color: #000000;
}

.unit-card h2 {
  color: #000000;
  font-size: 58px;
}

#root .unavailable-label {
  background: var(--future-release-bg);
  color: #000000;
}

.available-label {
  background-color: #B7E6C8;
  color: black;
}

.unit-info .right i {
  color: var(--share);
}

.unit-info {
  background-color: white !important;
  border: 1px solid #e5e5e5;
}

.unit-card .feature-box .feature-item-1 {
  background-color: #CDD6DD;
}

.unit-card .feature-box .feature-item-1 .icon-box {
  background-color: transparent;
}

.unit-card .feature-box .feature-item-2 {
  background-color: #CDD6DD;
}

.unit-card .feature-box .feature-item-2 .icon-box {
  background-color: transparent;
}

.unit-card .feature-box .feature-item-3 {
  background-color: #CDD6DD;
}

.unit-card .feature-box .feature-item-3 .icon-box {
  background-color: transparent;
}

.unit-card .feature-box h3 {
  color: #000000;
  font-weight: 600;
}

.unit-card .feature-box p {
  color: #000000;
  font-weight: 400;
  font-size: 15px;
}

.unit-card .feature-box i {
  font-size: 18px;
}

.unit-card .details h4 {
  color: black;
  font-weight: 400;
  text-transform: uppercase;
}

.unit-card .details .data-list .data-item .item-label {
  color: #1E1423;
  font-weight: 400;
}

.unit-card .details .data-list .data-item .item-input {
  color: #213033;
  text-align: end;
  font-weight: 600;
}

.unit-card .details .data-list {
  border-top: 1px solid #1E1423;
  display: flex;
  flex-direction: column;
}

.order-storage {
  order: 1;
}

#root .listing-heading {
  color: #000000;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 32px;
}

.share-popup .btn {
  background-color: var(--filter-boder-color);
}

.share-popup .form-control {
  border: 1px solid var(--primary);
}

.share-popup .msg {
  color: var(--primary);
}

.layout-feedback .btn-primary {
  background-color: var(--checkbox-color);
}

.layout-feedback .modal-title h5 {
  color: var(--primary);
}

.unit-card .intrested {
  background-color: var(--added-waitlist-bg);
  border: 1px solid var(--added-waitlist-border);
}

.user-popup .modal-title {
  color: var(--primary);
}

.modal-header-bg {
  background: var(--modal-header-bg);
}

h5.overvalue-title span {
  color: var(--overvalue);
}

h5.overvalue-title {
  color: var(--overvalue-title);
}

.overvalue-option {
  border: 1px solid var(--overvalue-option-border);
}

.overvalue-option label {
  color: var(--primary);
}

#root .overvalue-option-group .form-check-input {
  border: 1px solid var(--option-value-input);
}

#root .overvalue-submit-btn-group .btn-link {
  color: var(--tag-color);
}

.overvalue-submit-btn {
  background: var(--checkbox-color) !important;
  border-color: var(--checkbox-color) !important;
}

#root .sold-unit-card .icon,
#root .reserved-unit-card .icon,
#root .unavailable-unit-card .icon {
  background: transparent;
}

.bg-shortlisted {
  background-color: #EDEAE7;
  padding: 6px 12px 6px 12px;
  font-size: 12px;
}

.profile-form .form-head {
  border-bottom: 1px solid var(--filter-boder-color);
}

.profile-form {
  border: 1px solid var(--filter-boder-color);
}

.profile-form .form-control {
  background-color: var(--modal-header-bg);
  height: 48px;
  border: 1px solid lightgray;
}

.profile-form .form-label {
  color: var(--primary);
}

.profile-form .btn-primary {
  background-color: var(--filter-boder-color);
  color: var(--text-light);
}

.bg-shortlisted .shortlist-loader {
  height: 10px;
  width: 10px;
  margin-right: 3px !important;
}

.profile-form h3 {
  color: var(--primary);
}

.profile-form .desc {
  color: var(--counter-lable);
}

#root .change-password-btn-group .btn-link {
  color: var(--tag-color);
}

#root .filter-box .bedroom-filters-div .form-check-inline input:checked~label {
  border: 1px solid var(--tertiary) !important;
  background-color: var(--tertiary) !important;
  color: var(--text-light) !important;
}

.filter-box .multi-select-grp .form-check-input:checked {
  background-color: var(--filter-boder-color);
}

.auth .form-box .form-header h1 {
  color: var(--primary);
}

.auth .form-box .form-header p {
  color: var(--counter-lable);
}

.auth .form-box .forgot-password a {
  color: var(--tag-color);
}

.form-box .btn-primary {
  background-color: var(--filter-boder-color);
  color: var(--text-light);
  font-weight: 600;
}

.form-box .btn-primary:hover {
  background-color: var(--filter-boder-color);
}

.auth .form-box .create-account-link p {
  color: var(--tag-color);
}

.auth .form-box .create-account-link p a {
  color: var(--primary);
}

.form-box .form-label {
  color: var(--primary);
}

.auth .forgot-success h1 {
  color: var(--primary);
}

.auth .forgot-success p {
  color: var(--counter-lable);
}

.auth .forgot-success .forgot-btn-group .try-btn {
  color: var(--primary);
  border: 1px solid var(--primary);
}

.auth .forgot-success .forgot-btn-group .back-btn {
  background-color: var(--filter-boder-color);
  color: var(--text-light);
}

.share-popup h3 {
  color: var(--primary);
}

.inactive-popup .modal-title h5 {
  color: var(--primary);
}

.inactive-popup .btn-primary {
  background-color: var(--checkbox-color);
}

.unit-card .intrested p {
  color: var(--primary);
}

.share-popup .copied-txt {
  min-width: 134px;
}

.banner .banner-caption ul {
  flex-wrap: wrap;
}

.banner .banner-caption ul {
  row-gap: 8px;
}

#root .slick-nav button:hover {
  background: var(--btn-color);
}

.rounded-circle {
  background: var(--btn-color) !important;
}

.banner-detail h1 {
  color: #CBE5D7;
  font-size: 40px;
  font-family: 'PP Editorial New';
  font-weight: 200;
  text-transform: capitalize;
}

.banner-detail button {
  background-color: var(--light-gree);
  color: var(--primary);
  width: 32%;
}

.text-feature {
  color: var(--text-light);
}

#my-carousels .carousel-item:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 43%;
  height: 100%;
}

/* Target second slide */
#my-carousels .carousel-item:nth-child(2) .banner-detail {
  top: 41%;
  width: 405px;
}

#my-carousels .carousel-item:nth-child(2) .banner-detail h1 {
  color: white;
}

#my-carousels .carousel-item:nth-child(4) .banner-detail h1 {
  color: white;
}

#my-carousels .carousel-item:nth-child(2) button {
  display: none;
}

/* Target third slide */
#my-carousels .carousel-item:nth-child(3) button {
  display: none;
}

.font-32 {
  font-size: 32px !important;
}

.bg-box-banner {
  background: linear-gradient(180deg, rgba(143, 203, 215, 1) 0%, rgba(102, 187, 213, 1) 50%, rgba(48, 137, 186, 1) 100%);
  ;
  border: 1px solid var(--unit-card-btn);
  border-radius: 10px;
  padding: 28px 28px 15px 28px;
  opacity: 90%;
}

.text-caption {
  color: var(--light-gree);
  font-family: 'Adieu';
  font-size: 34px;
}

.btn-caption button {
  background-color: var(--light-gree);
  color: var(--primary);
  width: 65%;
  margin-left: 16px;
}


#root .filter-box .building-check .form-check-inline label {
  width: auto;
}

#root .filter-box .building-check .scroll-box {
  display: block;
}

.dropdown-filter-box {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  border-radius: 0;
  padding: 0;
}

.dropdown-filter-box .price-range {
  border-bottom: 0;
  border-top: 0;
  padding: 0;
}

.dropdown-filter-box .accordion:last-child {
  border-bottom: none;
}

.dropdown-filter-box .accordion {
  border-bottom: none;
  border: none;
  border-radius: 0;
  margin: 0;
}

.dropdown-filter-box .accordion-item {
  border: 1px solid var(--chips-drop);
  padding-left: 10px;
  padding-right: 4px;
  border-radius: 12px;
}

#root .dropdown-filter-box .bedroom-filters-div .scroll-box {
  border-bottom: none;
}

#root .dropdown-filter-box .bedroom-filters-div .scroll-box {
  display: block;
  margin-bottom: 3px;
}

.dropdown-filter-box .bedroom-filters-div {
  width: 24%;
}

.dropdown-filter-box .price-range .head {
  font-weight: 500;
}

.dropdown-filter-box .bedroom-filters-div label {
  color: var(--secondary);
  font-weight: 500;
}

.dropdown-filter-box .accordion-button {
  color: var(--tag-color) !important;
  font-weight: 500;
}

#root .dropdown-filter-box .bedroom-raduis .form-check-inline label {
  width: auto;
  height: 30px;
}

#root .dropdown-filter-box .bedroom-filters-div .form-check-inline label {
  padding: 15px;
  font-size: 15px;
}

.dropdown-filter-box .accordion-item:last-of-type>.accordion-collapse {
  border-top: 1px solid var(--unit-card-border);
  padding-top: 18px;
}

#root .dropdown-filter-box .bedroom-filters-div .form-check-inline input:checked~label {

  background-color: #CBE5D7 !important;
  border: 1px solid #CBE5D7 !important;
  color: #000000 !important;

}

.unit-card .aiminities .icon i {
  color: #000000;
}

#root .dropdown-filter-box .bedroom-filters-div .form-check-inline input:not(:checked)~label {

  background-color: #EDEADD !important;
  color: #000000;

}

.fw-500 {
  font-weight: 500 !important;
}

.tabs-button button {
  background-color: var(--text-light);
  border: 1px solid #6C727F;
  color: #000000;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 400;
}

.tabs-button button:hover {
  background-color: #CBE5D7;
  border: 1px solid #CBE5D7;
  color: #000000 !important;
}

.tabs-button button:active {
  border: 1px solid var(--primary) !important;
}

.tabs-button .sold-status-active {
  background: #CBE5D7;
  color: #000000;
  border: 1px solid #CBE5D7;
}

.tabs-button .bg-sold {
  background: #CBE5D7;
  color: #000000;
}

.tabs-button .bg-reserved {
  background: #CBE5D7;
  color: #000000 !important;
  border: 1px solid #CBE5D7;
}

.tabs-button .bg-coming {
  background: #CBE5D7;
}

.tabs-button .bg-sold:hover {
  background: #CBE5D7;
}

.tabs-button .bg-reserved:hover {
  background: #CBE5D7;
}

.tabs-button .bg-coming:hover {
  background: #CBE5D7;
}

.show-all-bg {
  border: 1px solid #6c727f !important;
  background-color: var(--text-light) !important;
}

.show-all-bg:hover {
  background-color: #CBE5D7 !important;
  color: var(--text-light);
  border: 1px solid #CBE5D7 !important;
}

.tabs-button .show_all {
  color: #000000;
  background-color: #CBE5D7 !important;
  border: 1px solid #CBE5D7 !important;
}

.tabs-button .show_all:hover {
  color: var(--text-light);
}

.sold-not-active {
  background-color: white !important;
  color: #000000 !important;
}

.sold-not-active:hover {
  background: #CBE5D7 !important;
  border: 1px solid #CBE5D7;
}

.tabs-button .sold-status-active:active {
  background-color: #000000 !important;
  opacity: 70%;
  color: var(--text-light) !important;
}

.reserved-not-active {
  background-color: white !important;
  color: #000000 !important;
}

.reserved-not-active:hover {
  background: #CBE5D7 !important;
  border: 1px solid #CBE5D7;
  color: white !important;
}

.coming-not-active {
  background-color: white !important;
  color: #000000 !important;
}

.coming-not-active:hover {
  background: #CBE5D7 !important;
  border: 1px solid #CBE5D7;
}

.available-not-active {
  background-color: #CBE5D7 !important;
}

.available-not-active:hover {
  color: #000000 !important;
}


/* .tabs-button .sold-status-active:hover {
  background: linear-gradient(180deg,rgba(143, 203, 215, 1) 0%, rgba(102, 187, 213, 1) 50%, rgba(48, 137, 186, 1) 100%);
  color: var(--secondary);
} */

.w-20 {
  width: 79.7%;
}

.w-11 {
  width: 9.7%;
}

.reset-unit .w-20 {
  width: 10%;
}

.color-reset {
  color: var(--label-box);
}

.color-reset:hover {
  color: var(--label-box);
}

.border-sort {
  border-bottom: 1px solid #5A5961;
  padding-bottom: 14px;
}

.dropdown-filter-box .scroll-box {
  position: absolute;
  z-index: 10;
  width: 100.7% !important;
  border: 1px solid var(--chips-drop) !important;
  border-top: 0 !important;
  border-radius: 0px 0px 12px 12px;
  margin-top: 1px;
  padding: 11px !important;
  min-height: 168px !important;
  background: var(--text-light);
}

.dropdown-filter-box .accordion-item {
  position: relative;
}

.dropdown-filter-box .accordion-item:last-of-type>.accordion-collapse {
  border-top: 0;
  padding-top: 0;
  margin-left: -11px;
}


.dropdown-open {
  border-radius: 12px 12px 0px 0px !important;
}

.multiselect-label {
  position: absolute;
  left: 24px;
  top: 48px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  width: 157px;
  font-size: 14px;
  color: var(--chips-drop);
  border: 0;
}

.bg-dark-green {
  background-color: var(--btn-color);
  border: 0;
}

.bg-dark-green:hover {
  background-color: #41484e;
  border: 0;
}

.short-card {
  background-color: var(--text-light) !important;
  border: 1px solid #84756533 !important;
}

.short-card:hover .block-btn {

  background-color: #41484e;

}

.icon-stroke path {
  stroke: #000000;
}



.short-card .block-btn {
  background-color: var(--filter-boder-color) !important;

}

.short-card .aiminities .icon {
  background-color: #CBE5D7 !important;
}

.short-card .aiminities .icon i {
  color: #000000 !important;
}

.position-arrow {
  bottom: 28px;
  left: 46%;
}

.position-arrow i {
  color: var(--text-light);
}

.tag-flex .tag-item i {
  color: var(--filter-price);
}

.tag-flex .tag-item span {
  color: var(--filter-price);
}

.sort-dropdown {
  color: var(--filter-price);
}

.unit-filter-accordian button {
  color: var(--card-aminities);
  font-weight: 500;
  background-color: #F4F4F6;
}

.unit-filter-accordian .accordion-button:not(.collapsed) {
  background-color: #F4F4F6;
  color: var(--primary);
  border: 0;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.unit-filter-accordian .accordion-button:focus {
  box-shadow: none;
}

.shortlist-color {
  background-color: transparent !important;
  border: 1px solid #000000 !important;
}

.shortlist-color:hover {
  background-color: transparent;
  border: 1px solid var(--dark-color);
}

.share-color {
  background-color: transparent !important;
  border: 1px solid #000000 !important;
}

.share-color:hover {
  background-color: transparent;
  border: 1px solid var(--dark-color);
}

.bg-light-back {
  background-color: transparent !important;
  border: 1px solid #000000 !important;
}

.bg-light-back:hover {
  background-color: transparent;
  border: 1px solid var(--dark-color);
}

.mortgage-header button {
  font-size: 20px !important;
  color: var(--primary) !important;
  font-weight: bold !important;
}

.slider {
  background: var(--pagination-border);
}

.bg-dollar-price {

  background-color: var(--text-light);
  color: var(--primary);
  font-weight: 500;
  padding-left: 21px;
  padding-right: 18px;

}

.mortgage-calc {

  color: black;
  font-weight: 400 !important;

}

.mortgage-price {

  color: var(--primary);
  font-size: 12px;

}

.mortgage-bottom-btn button {
  border-radius: 8px !important;
}

.button-mortgage-calc {
  border: 1px solid #002C49 !important;
  color: #002C49;
  font-weight: 400 !important;
  text-transform: capitalize;
  background-color: transparent;
}

.button-mortgage-calc:hover {
  background-color: var(--filter-boder-color);
}

.mortgage-reset {
  text-decoration: underline;
  color: #000;
  border: 0;
  font-weight: 500;
}

.mortgage-reset:hover {
  color: #000;
}

.bg-mortgage {
  background-color: #CDD6DD;
}

.bg-mortgage p {
  color: #000000 !important;
  font-weight: 600;
  text-transform: uppercase;
}

.bg-mortgage h1 {
  color: #000000 !important;
  font-weight: 600;
}

.bg-mortgage-box {
  border: 1px solid #FEF5E6;
  border-radius: 16px !important;
  background: #FEF5E6;
}

.border-card-small {
  border: 1.8px solid #d4cec6 !important;
}

.btn-submit {
  background-color: var(--btn-color);
  color: var(--text-light);
  font-weight: 600;
}

.btn-submit:hover {
  background-color: var(--btn-color);
}

.country-code {
  background-color: var(--pagination-border);
}

.price-guide {
  border-radius: 9px;
}

.price-guide h5 {
  font-size: 30px;
  color: #000000;
  font-weight: 600;
}

.price-guide .title {
  color: #000000;
  font-weight: 300 !important;
  font-size: 20px;
}

.ms-rs span {
  color: #000000;
  font-weight: 500 !important;
}

/* .price-guide {
  background-color: transparent;
  border-radius: 9px;
  padding: 0 !important;
  margin-top: 12px !important;
}
.price-guide h5 {
  color: #4B4A4B !important;
  font-family: 'Glanycr';
  font-weight: 400 !important;
  text-align: start !important;
  font-size: 34px;
}
.unit-info .card-heading .card-tag {
  align-items: flex-start !important;
} */
.unit-info .card-heading .card-tag {
  margin-top: 12px !important;
}

.pt-2rem {
  padding-top: 0.5rem !important;
}

.banner .box .banner-img-box .carousel-control-next {
  background: white;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  top: 45%;
  opacity: 1;
  filter: invert(0);
  right: 2%;
}

.banner .box .banner-img-box .carousel-control-prev {
  background: white;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  top: 45%;
  opacity: 1;
  filter: invert(0);
  left: 2%;
}

.banner .box .banner-img-box .carousel-control-prev-icon {
  filter: invert(1);
}

.banner .box .banner-img-box .carousel-control-next-icon {
  filter: invert(1);
}

.banner-detail {
  top: 41%;
  width: auto !important;
  left: 130px;
}

.banner-detail .workspace-h {
  text-align: left;
}

#my-carousels .carousel-item:nth-child(1) .banner-detail {
  left: 130px;
}

.w-btn-map {
  width: 8%;
  right: 12px;
  padding-top: 5px;
  bottom: 220px;
}

.map-marsden {
  background-color: #fdf6e8 !important;
  padding-top: 0 !important;
}

.vh-100vh {
  min-height: 38rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bg-available-similar {
  background: #B7E6C8;
  text-transform: capitalize;
  color: #000000 !important;
}

/* .vh-100vh .imp-canvas {
    height: 644px !important;
  
  } */
.w-btn-map button {
  border: 1px solid #C7C7C7;
  color: #4B4A4B;
  background-color: var(--text-light);
}

.w-btn-map button:hover {
  background-color: var(--primary);
  border: 1px solid var(--primary);
}

.w-btn-map button:active {
  border-color: 1px solid var(--primary) !important;
}

/* .imp-tooltip {
    opacity: 1 !important;
  }
  .imp-tooltip-wrap .imp-tooltip {
    display: block !important;
  } */
.w-9 {
  width: 6% !important;
}

.font-level {
  font-size: 12px;
  align-items: baseline;
}

.space-popup span {
  font-size: 12px;
}

.space-popup .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.available-bg {
  background: #B7E6C8;
  color: black !important;
}

.unavailable-unit-card .available-bg {
  color: #000000 !important;
}

.card-tag h3 {
  color: #000000;
  font-size: 34px;
  font-weight: 400;
  font-family: 'Season Sans TRIAL';
}

.card-p p {
  color: #000000;
  font-weight: 400;
  font-family: 'Season Sans TRIAL';
}

#root .smiliar-trending-card {
  background-color: white !important;
  transition: all 0.3s ease-in-out;
  transform: translateY(0);
  border-radius: 10px;
}

.filter-level {
  background-color: #F5F5F2;
  border-radius: 11px;
}

.filter-level .span-title {
  padding-left: 10px;
  color: #000000;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
}

.filter-level-arrow {
  background-color: #A3B18A;
  border-radius: 10px;
  padding: 2px 12px 2px 12px;
  /* gap: 20px; */
  width: 72%;
}

.filter-level-arrow span {
  text-transform: uppercase;
  font-size: 20px;
  padding-left: 25px;
  padding-right: 8px;
  padding-top: 3px;
  color: white;
}

.filter-level-arrow i {
  color: white;
}

.blinking-border {
  border: 4px solid black;
  animation: blinkBorder 1s infinite alternate;
  border-radius: 15px;
}

@keyframes blinkBorder {
  from {
    border-color: black;
  }

  to {
    border-color: transparent;
  }
}

.mortgage-header .accordion-button::after {
  display: none;
}

.unit-card .head-icon h2 {
  font-weight: 500;
}

#root .smiliar-trending-card .card-tag-text {
  margin-right: 0px !important;
  line-height: 0;
  font-weight: 400;
}

#root .sold-unit-card img {
  mix-blend-mode: normal;
  padding: 4px;
}

#root .sold-unit-card .trand-icon {
  padding: 0;
}

.filter-level-arrow button {
  padding: 18px 0px 18px 0px;
}

#root .unit-card .aiminities .icon i {
  font-size: 17px;
}

.home-icon {
  color: var(--filter-boder-color) !important;
  font-size: 22px;
  padding-bottom: 6px;
}

.landing-title {
  font-size: 56px;
  color: #002d4d;
  font-family: "Season Serif TRIAL";
}

.landing-subtitle {
  color: #213033;
  font-weight: 400;
}

.height-oasis {
  height: 607px;
  width: 100%;
  object-fit: cover;
}

.color-haven {
  color: #10220B;
  font-family: 'Inter Tight';
  font-weight: 200;
}

.amenity-card {
  aspect-ratio: 12 / 16;
  /* matches tall mobile card feel */
  cursor: pointer;
}

.amenity-overlay {
  background: #05070569;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.amenity-overlay p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'Inter Tight';
}

.amenity-card img {
  transition: transform 0.4s ease;
}

.amenity-card:hover img {
  transform: scale(1.05);
}

.image-hevan {
  height: 423px;
}

.w-walk {
  height: 906px;
  width: 100%;
}

.space-card {
  aspect-ratio: 30/16;
}

.image-space {
  height: 697px;
}

.flourish-section h2 {
  color: #10220B;
  font-family: 'Gestura Text TRIAL Regular';
}

.flourish-section p {
  color: #10220B;
  font-family: 'Inter Tight';
  font-size: 18px;
  font-weight: 200;
}

.w-team {
  height: 903px;
  width: 100%;
}

.team-flow h2 {
  color: #213033;
  font-weight: 500;
  font-size: 54px;
  font-family: 'Gestura Text TRIAL Light';
}

.team-flow h3 {
  font-size: 30px;
  color: #213033;
  font-family: 'Gestura Text TRIAL Regular';
}

.team-flow p {
  color: #10220B;
  line-height: 27px;
  font-family: 'Inter Tight';
  font-weight: 300;
}

.bg-new-oasis {
  background: #F3F5F4;
}

.hover-butn button:hover {
  border-color: var(--filter-boder-color) !important;
}

.hover-butn button {
  font-family: 'Inter Tight';
  font-weight: 600;
}

.contact-us-h {
  font-family: 'Inter'
}

#root .sold-unit-card .item .icon .color-internal path {
  stroke: black;
}

#root .card-tag-text {
  font-weight: normal;
  font-size: 14px;
}


.width-outdoor {
  width: 212px;
}

.global-cta-section .button-email:active {
  border-color: var(--filter-boder-color);
}

.global-cta-section {
  background-color: #ffddd2;
}


#root .unit-filter-accordian button {
  background-color: #CBE5D7 !important;
  border: 1px solid #CBE5D7 !important;
}

.nav-bar {
  background: var(--filter-boder-color);
}

.nav-bar .counter .count-group .dot::before {
  background-color: #F4F4F6;
}

.nav-bar .counter .count-group .dot::after {
  background-color: #F4F4F6;
}

#root .unit-card img {
  padding-left: 8px;
  padding-right: 8px;
  mix-blend-mode: normal;
}

.reg-none {
  display: none !important;
} 

.aim-none {
  display: none !important;
}

.d-storage {
  display: none !important;
}

.none-seaview {
  display: none !important;
}

.bg-sea-view {
  background: #fdf6e8;
}

.fixed .unit-sort .sort-box .form-select {
  background-color: white;
}

#root .smiliar-trending-card.unavailable-unit-card .card-tag-text {
  background: #e9e9e9 !important;
}

.banner-casa {
  position: relative;
  width: 100%;
  height: 533px;
  overflow: hidden;
  border-radius: 16px;
  margin-top: 10rem;
}

/* IMAGE behaves like background */
.banner-casa-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* overlay layer */
.banner-casa-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;

  /* soft left panel effect */

}

/* content */
.banner-casa-content {
  max-width: 500px;
  padding: 40px;
}

/* TEXT */
.banner-casa-subtitle {
  font-size: 14px;
  letter-spacing: 2px;
  color: #CBE5D7;
  margin-bottom: 16px;
  font-weight: 300;
}

.banner-casa-title {
  font-size: 48px;
  font-weight: 600;
  color: #1f2a24;
  margin-bottom: 20px;
  line-height: 1.3;
  font-family: "Cormorant Garamond", serif;
}

.banner-casa-description {
  font-size: 16px;
  color: #383C22;
  line-height: 1.6;
  margin-bottom: 24px;
  font-weight: 400;
}

.banner-casa-button {
  background-color: #CBE5D7;
  color: #fff;
  border: none;
  padding: 14px 36px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.3s ease;
}

.banner-casa-button:hover {
  background-color: #162b24;
}

.resi-dot {
  background: #CBE5D7;
  font-weight: 600;
  height: 4px;
  width: 4px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  bottom: 3px;
  right: 0px;
  margin-left: 2px;
  margin-right: 2px;
}

.floor-label {
  display: none;
}

.level-label {
  display: block;
}

.appointment-sub-text {
  display: none;
}

.appointment-sub-text-2 {
  display: block;
}

.seaview-header {
  background-color: #fdf6e8;
  padding: 0.75rem 2rem;
  font-family: 'Georgia', serif;
  z-index: 5;
  border-bottom: 1px solid #002d4d;
  width: 100%;
  top: 0;
}

.seaview-header .brand-name {
  font-size: 2.2rem;
  color: #002d4d;
  font-weight: 400;
  letter-spacing: 0.01em;
  white-space: nowrap;
  font-family: "Season Serif TRIAL";
}

.seaview-header .address-text {
  font-size: 1.3rem;
  color: #002d4d;
  letter-spacing: 0.02em;
  white-space: nowrap;
  padding-right: 7px;
  font-weight: 400;
  font-family: "Season Serif TRIAL";
}

.seaview-header .divider {
  width: 1.31px;
  height: 66px;
  background-color: #002d4d;
  opacity: 0.4;
  flex-shrink: 0;
}

.seaview-header .logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.seaview-header .logo-wrapper img {
  height: 90.1px;
  width: 90.1px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.bottom-header {
  position: sticky;
  top: 0;
  z-index: 999;
}

.villas-section {
  background-color: #f5f0e8;
}

.villas-label {
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #002d4d;
  font-family: 'Season Sans TRIAL';
}

.villas-heading {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  color: #002d4d;
  line-height: 1;
  font-size: 56px;
  font-family: "Season Serif TRIAL";
}

.villas-body {
  font-size: 15px;
  line-height: 1.6;
  color: #002d4d;
  font-family: 'Season Sans TRIAL';
  max-width: 500px;
}

.villas-btn {
  border: 1.5px solid #002d4d;
  background: transparent;
  color: #002d4d;
  font-size: 15px;
  letter-spacing: 0.12em;
  padding: 14px 28px;
  border-radius: 50px;
  font-family: 'Season Sans TRIAL';
  font-weight: 400;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.villas-btn:hover {
  background: #002d4d;
  color: #f5f0e8;
}

.villas-image {
  width: 393px;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.d-sea {
  display: block;
}

.bg-sea {
  background-color: #fdf6e8 !important;
}

.typology-filter-section {
  display: block !important;
}

/* Footer.css */

.footer_sea {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__left {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer__logo-wrapper {
  margin-bottom: 4px;
}

.footer__logo {
  height: 110px;
  object-fit: contain;
  width: 140px;
  mix-blend-mode: multiply;
}

.footer__enquiries-label {
  font-size: 15px;
  color: #002d4d;
  margin: 0;
  font-family: 'Season Sans TRIAL';
}

.footer__email {
  font-size: 15px;
  color: #002d4d;
  text-decoration: none;
  font-family: 'Season Sans TRIAL';
}

.footer__email:hover {
  text-decoration: underline;
}

.footer__right {
  text-align: right;
}

.footer__project-label {
  font-size: 11px;
  letter-spacing: 1.5px;
  color: #8a7f6a;
  text-transform: uppercase;
  margin: 0 0 4px 0;
}

.footer__project-name {
  font-family: "Season Serif TRIAL";
  font-size: 95px;
  font-weight: 400;
  color: #002d4d;
  line-height: 1.1;
  margin: 0;
}

.seaview-header .nav-bar {
  border-bottom: 0;
  background: #fdf6e8;
  height: auto;
}

.seaview-header .nav-link {
  font-size: 1.13rem;
  color: var(--filter-boder-color);
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: opacity 0.2s ease;
  border-right: 0 !important;
  font-family: 'Season Sans TRIAL';
}

.seaview-header .nav-link:hover {
  opacity: 1;
  text-decoration: underline;
}

.seaview-header .enquire-btn {
  background-color: var(--filter-boder-color);
  color: #fdf6e8;
  border: none;
  border-radius: 999px;
  padding: 12px 48px 10px 48px;
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  cursor: pointer;
  font-family: 'Season Sans TRIAL';
  transition: background-color 0.2s ease, opacity 0.2s ease;
  white-space: nowrap;
}

.seaview-header .enquire-btn:hover {
  opacity: 1;
  color: #ffb619;
}

/* location css */

/* Stretch both cols to the same height */
.location-row {
  align-items: stretch !important;
}

/* Media col must be a flex column so its child can grow to 100% */
.media-col {
  display: flex;
  flex-direction: column;
}

/* ── Video ── */
.location-video-wrapper {
  padding: 16px;
  flex: 1;
  display: flex;
  justify-content: center;
}

.location-video {
  width: 100%;
  max-width: 392px;
  height: 516px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.location-text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 3rem;
}

/* ── Full-width ocean image ── */

.ocean-section {
  height: 100vh;
  background-image: url('https://static.showit.co/1600/EybJettdwmx1OuobdGS6nw/303878/hannahbirdphoto_seaviewvillasstock_2.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  /* Parallax Effect */
  background-attachment: fixed;
}

.ocean-section-2 {
  height: 50vh;
  background-image: url('https://assets.primaxlaunch.com/seaviewvillas/assets/moduslivingseaviewvillasnewbrighton_12.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  /* Parallax Effect */
  background-attachment: fixed;
}

/* ── So Much / Beyond The City ── */
.doorstep-section {
  background-color: #fdf6e8;
  padding: 80px 0;
}

.doorstep-image-wrapper {
  padding: 16px;
  flex: 1;
  display: flex;
  justify-content: center;
}

.doorstep-image {
  width: 100%;
  max-width: 380px;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 8px;
}

.doorstep-text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 3.5rem;
}

.doorstep-heading-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
}

.doorstep-vbar {
  width: 1px;
  height: 120px;
  background-color: #002d4d;
  flex-shrink: 0;
  margin-top: 6px;
  bottom: 1px;
  position: relative;
  left: 14px;
}

.doorstep-heading {
  font-size: 35px;
  font-weight: 400;
  color: #002d4d;
  line-height: 1.15;
  font-family: "Season Serif TRIAL";
}

.doorstep-heading span {
  display: block;
  padding-left: 3rem;
}

.doorstep-body {
  font-size: 15px;
  line-height: 1.7;
  color: #002d4d;
  font-family: 'Season Sans TRIAL';
  max-width: 500px;
  margin-top: 2rem;
  margin-bottom: 0;
}

.doorstep-body+.doorstep-body {
  margin-top: 1rem;
}

/* ── Ōtautahi Christchurch City ── */
.christchurch-section {
  background-color: #fdf6e8;
  padding: 80px 0;
}

.christchurch-text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 3rem;
}

/* ── Map ── */
.map-section {
  width: 100%;
  height: auto;
  display: block;
}

/* ── History: Hero section (dark navy) ── */
.history-hero-section {
  background-color: #002d4d;
  padding: 80px 0;
}

.history-text-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-right: 3rem;
  padding-top: 1rem;
}

.history-text-col .villas-label {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 2.5rem;
}

.history-text-col .villas-body {
  color: rgba(255, 255, 255, 0.75);
  max-width: 380px;
}

.history-education-heading {
  color: #ffffff;
  font-size: 28px;
  line-height: 1.3;
}

.history-school-img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center top;
  display: block;
}

/* ── History: Serving Generations section ── */
.history-serving-section {
  background-color: #cdd7dc;
  padding: 80px 0;
}

.history-serving-img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Extends .doorstep-heading with serif typeface */
.history-serving-heading {
  font-family: "Season Serif TRIAL";
  margin-bottom: 2rem;
}

.history-serving-heading .serving-sub {
  display: block;
  font-size: 28px;
  font-style: italic;
  font-family: "Season Serif TRIAL";
  margin-bottom: 0.1em;
}

/* ── Lifestyle: Hero ── */
.lifestyle-hero-video {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  display: block;
}

.lifestyle-explore-btn {
  background-color: #002d4d !important;
  color: #ffffff !important;
  border-color: #002d4d !important;
  text-decoration: none;
  align-self: flex-start;
}

.lifestyle-explore-btn:hover {
  background-color: rgba(0, 45, 77, 0.85) !important;
  color: #ffffff !important;
}

/* ── Lifestyle: Quote ── */
.lifestyle-quote-section {
  padding: 64px 0;
}

.lifestyle-quote {
  font-size: 16px;
  line-height: 1.8;
  color: #002d4d;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  font-family: 'Season Sans TRIAL';
}

/* ── Lifestyle: A Typical Day ── */
.lifestyle-day-section {
  padding: 80px 0;
}

.lifestyle-time-label {
  font-size: 22px;
  color: var(--filter-boder-color);
  font-family: "Season Serif TRIAL";
  margin: 0rem 0 4.75rem;
  line-height: 1;
}

/* ── Lifestyle: Mosaic grid ── */
.lifestyle-mosaic-item {
  position: relative;
  overflow: hidden;
  display: block;
}

.lifestyle-mosaic-item img {
  width: 405px;
  height: 607px;
  object-fit: cover;
  display: block;
}

/* ── Lifestyle: Map section ── */
.lifestyle-map-section {
  background-color: #fdf6e8;
  padding-top: 60px;
}

.lifestyle-map-heading {
  margin-bottom: 2.5rem;
}

.lifestyle-mosaic-label {
  position: absolute;
  top: 17px;
  right: 19px;
  font-size: 14px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #ffffff;
  text-align: right;
  font-family: 'Season Sans TRIAL';
  line-height: 1.5;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.65);
  left: 22px;
}

.lifestyle-left {
  right: 34px;
}

.color-profile .dropdown-toggle {
  color: #fdf6e8 !important;
  font-size: 1.05rem !important;
  margin-top: 0;
}

.color-history {
  color: #fdf6e8 !important;
}

.seaview-header.history {
  background-color: #cdd7dc !important;
}

.cofee-img img {
  width: 453px;
  height: 306px;
}

.walk-img img {
  width: 481px;
  height: 318px;
}

.gap-section {
  column-gap: 34px;
}

.color-new {
  color: var(--filter-boder-color);
}

.pos-33 {
  right: 33px;
}

.bottom-header.history .nav-bar {
  background-color: #cdd7dc !important;
}

.width-60 {
  width: 60%;
}

.river-image-map {
  background: var(--filter-boder-color) !important;
  color: white !important;
  border-color: var(--filter-boder-color) !important;
  border-radius: 8px !important;
  font-family: 'Season Sans TRIAL';
  font-weight: 600;
}

.img-popup-title {
  font-family: 'Season Sans TRIAL';
  font-size: 18px !important;
  font-weight: 600 !important;
}

.d-i-n {
  display: none;
}

.build-d {
  display: contents;
}

.d-roz {
  display: block !important;
}

.d-level-none {
  display: none;
}

.d-bathroom {
  display: block;
}

.bg-sea-image {
  background: white !important;
}

.letter-s {
  letter-spacing: 1px;
}

.smiliar-trending-card .card-heading .head-icon .left .gap-2 {
  gap: 5px !important;
}

.short-card .card-heading .head-icon .left h3 {
  line-height: 1.2 !important;
}

.short-card .card-heading .head-icon .building-beside {
  font-size: 15px;
  color: #000000 !important;
}



/* ── Mobile ── */
@media (max-width: 767px) {

  /* Remove stretch on mobile — stacked cols don't need it */
  .location-row {
    align-items: flex-start !important;
  }

  /* Media col: reset flex so it stacks naturally */
  .media-col {
    display: block;
  }

  .location-text-col {
    padding-right: 0;
    margin-bottom: 24px;
  }

  .location-video-wrapper {
    padding: 0 14px 0 14px;
  }

  .location-video {
    max-width: 100%;
    border-radius: 0;
    min-height: auto;
    height: 100%;
  }

  .ocean-section {
    height: 220px;
  }

  .doorstep-section {
    padding: 0px 0 32px;
  }

  .doorstep-image-wrapper {
    padding: 0 0 24px 0;
  }

  .doorstep-image {
    max-width: 100%;
    height: 280px;
    border-radius: 0;
  }

  .doorstep-text-col {
    padding-left: 0;
  }

  .doorstep-heading {
    font-size: 28px;
    line-height: normal;
    margin-bottom: 0;
  }

  .doorstep-heading span {
    padding-left: 1.5rem;
  }

  .doorstep-vbar {
    display: none;
  }

  .doorstep-body {
    margin-top: 1.25rem;
  }

  .christchurch-section {
    padding: 14px 0 32px;
  }

  .christchurch-text-col {
    padding-right: 0;
    margin-bottom: 0;
  }

  /* Center all text content on mobile */
 

  .location-text-col {
    text-align: left;
    align-items: flex-start;
  }

  .doorstep-heading span {
    padding-left: 0;
  }

  .doorstep-body {
    max-width: 100%;
  }

  /* History mobile overrides */
  .history-hero-section {
    padding: 12px 0 40px;
  }

  .history-text-col {
    padding-right: 0;
    margin-bottom: 28px;
  }

  .history-text-col .villas-body {
    max-width: 100%;
  }

  .history-school-img {
    min-height: 260px;
  }

  .history-serving-section {
    padding: 48px 0 40px;
  }

  .media-col.history-serving-image-col {
    margin-bottom: 32px;
  }

  .history-serving-img {
    min-height: 280px;
  }

  .history-serving-heading {
    font-size: 36px;
  }

  .history-serving-heading .serving-sub {
    font-size: 20px;
  }

  /* Lifestyle mobile overrides */
  .lifestyle-hero-video {
    min-height: 260px;
    margin-bottom: 28px;
  }

  .lifestyle-explore-btn {
    align-self: stretch;
    text-align: center;
  }

  .lifestyle-quote-section {
    padding: 40px 0;
  }

  .lifestyle-quote-section h2 {
    font-size: 28px;
  }

  .lifestyle-quote {
    font-size: 13px;
    text-align: center;
    margin-top: 12px;
  }

  .lifestyle-day-section {
    padding: 40px 0;
  }

  .lifestyle-mosaic-item img {
    height: 200px;
    width: 160px;
    margin-left: auto;
    margin-right: auto;
  }

  .lifestyle-time-label {
    font-size: 18px;
    margin: 0rem 0 2rem.5rem;
  }

  .mobile-canva a {
    color: var(--filter-boder-color);
    font-family: 'Season Sans TRIAL';
  }

  .logout-button {
    background-color: transparent;
    border: 2px solid var(--filter-boder-color);
    border-radius: 28px;
    padding: 6px 48px 5px 48px;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    cursor: pointer;
    font-family: 'Season Sans TRIAL';
    transition: background-color 0.2s ease, opacity 0.2s ease;
    white-space: nowrap;
    width: 42%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .login-button {
    color: var(--filter-boder-color);
    width: 42%;
    border: 2px solid var(--filter-boder-color);
    text-transform: uppercase;
    padding: 6px 48px 5px 48px;
    font-size: 16px;
    border-radius: 28px;
    font-family: 'Season Sans TRIAL';
    background-color: transparent;
    margin-top: 1rem;
  }

  .logo-wrapper img {
    mix-blend-mode: multiply;
  }

  .door-img {
    width: 362px;
    margin-top: 12px;
  }

  .ocean-section-1 {
    width: 224px;
    height: 142px;
    margin: auto;
    margin-top: 30px !important;
  }
  .width-60 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
} 
.mx-center {
  margin-left: auto;
  margin-right: auto;
}
.lifestyle-map-heading {
  margin-bottom: 1rem;
}
.walk-img img {
  width: 166px;
  height: 124px;
}
.cofee-img img {
  width: 168px;
  height: 128px;
}
.lifestyle-mosaic-label {
  font-size: 10px;
  left: 10px;
}
.life-right {
  left: 20px;
}
.gap-section {
  column-gap: 28px;
}
.position-cafe {
  bottom: 27px;
  position: relative;
}
.last-img {
  width: 160px !important;
}
.last-img-1 {
  width: 150px !important;
}
.pos-33 {
    right: 20px;
    bottom: 28px;
}
.pos-12 {
  position: relative;
    left: 12px;
}
.pos-pool {
  left: 15px;
  position: relative;
}
.pad-2px {
  padding-left: 2px;
}

.smiliar-trending-card .card-heading .card-tag p {
  font-size: 12px !important;
}

}


/* ---------------- MOBILE ---------------- */

@media (max-width: 768px) {
  .banner-casa {
    height: 505px;
  }

  .banner-casa-overlay {
    align-items: flex-end;

    /* stronger overlay for readability */
    background: #FAF7F2;
  }

  .banner-casa-content {
    padding: 20px;
    text-align: center;
    margin: 0 auto;
  }

  .banner-casa-title {
    font-size: 24px;
  }

  .banner-casa-description {
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .banner-casa-button {
    width: 100%;
    max-width: 260px;
  }

  .resi-dot {
    background: #CBE5D7;
    font-weight: 600;
    height: 2px;
    width: 2px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    bottom: 2px;
    right: 0px;
  }

  .banner-casa img {
    position: relative;
    z-index: 1;
  }
}


@media (max-width: 767px) {
  #root .unit-card .aiminities .icon i {
    font-size: 15px;
  }

  #root .unit-card .aiminities .icon svg {
    width: 62%;
  }

  .loader-display .skeleton {
    min-height: 14rem !important;
  }

  /* .vh-100vh .imp-canvas {
    height: 200px !important;
  
  } */
  .smiliar-trending-card .card-image {
    transform: scale(1.2);
    object-fit: contain;
    height: 9rem !important;
    padding-left: 12px;
    padding-right: 12px;
  }

  .unit-card .details .data-list .data-item .item-input {
    font-size: 14px;
  }

  .height-oasis {
    height: 300px;
  }

  .landing-title {
    font-size: 24px;
  }

  .image-hevan {
    height: auto;
  }

  .amenity-card {
    aspect-ratio: 13 / 16;
  }

  .w-walk {
    width: 100%;
    height: 100%;
  }

  .color-haven {
    font-size: 16px;
  }

  .image-space {
    height: 300px;
  }

  .space-card {
    aspect-ratio: auto;
  }

  .w-team {
    height: 100%;
    width: 100%;
    display: none;
  }

  .team-flow h2 {
    font-size: 40px;
    text-align: center;
  }

  .team-flow h3 {
    font-size: 24px;
    text-align: center;
  }

  .team-flow p {
    text-align: center;
    font-weight: 200;
    line-height: 19.2px;
  }

  .amenity-overlay p {
    font-size: 14px;
  }

  .oasis-video {
    height: 70vh !important;
  }

  .flourish-section h2 {
    text-align: center;
  }

  .flourish-section p {
    text-align: center;
    font-size: 16px;
    line-height: 19.2px;
  }

  .left .reserved-label-text {
    padding-top: 2px !important;
  }

  .left .unavailable-label-text {
    padding-top: 0px !important;
  }

  .banner .box .banner-img-box .carousel-control-prev {
    display: none;
  }

  .banner .box .banner-img-box .carousel-control-next {
    display: none;
  }

  .mobile-menu button i {
    color: white !important;
  }

  .w-indoor {
    width: 11rem;
  }

  .banner-casa {
    margin-top: 9rem;
  }

  .banner-casa-title {
    margin-bottom: 7px;
  }

  .banner-casa-description {
    margin-bottom: 16px;
  }

  .banner-casa-subtitle {
    margin-bottom: 10px;
  }

  .seaview-header .brand-name {
    font-size: 22px;
  }

  .seaview-header .address-text {
    font-size: 16px;
  }

  .seaview-header .divider {
    display: none;
  }

  .seaview-header {
    padding: 0.75rem 0rem;
  }

  .bottom-header {
    padding: 0 !important;
  }

  .seaview-header .logo-wrapper {
    margin-right: -12px;
  }

  .villas-heading {
    font-size: 28px;
    line-height: normal;
  }

  .footer__project-name {
    font-size: 47px;
  }

  .footer__right {
    text-align: left;
  }

  .footer_sea {
    flex-direction: row-reverse;
    margin-bottom: 18px;
  }

  .footer__logo-wrapper {
    margin-bottom: 0;
  }

  .footer__logo {
    height: 95px;
    width: 125px;
  }

  .footer__left {
    position: relative;
    top: 10px;
  }

  .fixed {
    top: 0px;
    background-color: #fdf6e8;
  }

  /* .seaview-header .nav-bar {
    height: 60px;
  } */
  /* .seaview-header .nav-bar .navbar-toggler {
    display: block;
  }

  .seaview-header .nav-bar .navbar-collapse {
    display: block;
  } */

  /* .pe-7px {
  padding-right: 7px;
}
.ps-7px {
  padding-left: 7px;
} */
}

.box-level::after {
  position: absolute;
  content: "";
  top: calc(-1 * var(--border-width));
  left: calc(-1 * var(--border-width));
  z-index: -1;
  width: calc(100% + var(--border-width) * 2);
  height: calc(100% + var(--border-width) * 2);
  background: linear-gradient(90deg, rgba(36, 69, 59, 1) 0%, rgba(183, 230, 200, 1) 18%, rgba(111, 175, 176, 1) 36%, rgba(36, 69, 59, 1) 54%, rgba(183, 230, 200, 1) 72%, rgba(36, 69, 59, 1) 100%);

  background-size: 300% 300%;
  background-position: 0 50%;
  border-radius: inherit;
  animation: moveGradient 2s alternate infinite, glowPulse 3s ease-in-out infinite;
}

@keyframes moveGradient {
  50% {
    background-position: 100% 50%;
  }
}

@keyframes glowPulse {

  0%,
  100% {
    box-shadow: 0 0 15px #B7E6C8,
      0 0 25px #6FAFB0;
  }

  50% {
    box-shadow: 0 0 25px #B7E6C8,
      0 0 35px #6FAFB0;
  }
}

.p-login-popup-p {
  color: var(--filter-boder-color);
}

.desc-login {
  color: var(--filter-boder-color);
}

.bg-prime {
  background-color: var(--filter-boder-color);
}

.color-six {
  color: var(--filter-boder-color);
}

.color-code {
  color: #000 !important;
}

.text-resend {
  color: #000;
}

.bg-steps {
  background-color: #A3B18A;
}

.bg-steps-one {
  background-color: #A3B18A;
}

.unit-list {
  padding: 0px 0px 0px 0px;
}

.space-map {
  padding: 0 !important;
}

.back-oasis {
  bottom: auto !important;
  top: 44px;
}

.w-benefits {
  width: 28% !important;
}

.header-register {
  background: var(--filter-boder-color)
}

.button-email {
  background-color: var(--filter-boder-color);
  border-color: var(--filter-boder-color);
}

.period-btn-selected {
  background-color: var(--filter-boder-color);
  border-color: var(--filter-boder-color);
}

.period-btn-selected:hover {
  background-color: var(--filter-boder-color);
  border-color: var(--filter-boder-color);
}

.basic-multi-select .css-1p3m7a8-multiValue {
  background-color: var(--filter-boder-color);
}

.basic-multi-select .css-v7duua {
  color: white;
}

.button-email:hover {
  background-color: var(--filter-boder-color);
  border-color: var(--filter-boder-color);
}

.display-oasis {
  display: none;
}

.banner-video-with-text {
  position: relative;
}


.banner-img-text {
  position: absolute;
  left: 0;
  bottom: 50px;
  height: 75%;
  width: auto;
}




@media (max-width: 1299px) {
  .banner-img-text {
    height: 65%;
  }

}

@media (max-width: 1090px) {
  .banner-img-text {
    display: none;
  }

}

@media (max-width: 991.98px) {
  #my-carousels .carousel-item:nth-child(1)::before {
    display: none;
  }

  .bg-units {
    background-color: transparent;
    padding-top: 4px;
    padding-bottom: 10px;
    margin-top: 24px;
  }

  .vh-100vh {
    min-height: auto;
  }

  .w-btn-map {
    width: auto;
    display: block !important;
    bottom: 240px;
  }

  .w-btn-map button {
    margin-right: 13px;
    margin-bottom: 9px;
    width: 28%;
  }

  .imp-tooltips-container.is-fullscreen .imp-fullscreen-tooltip .imp-tooltip-content {
    background: transparent !important;
  }

  .unit-info .aiminities .item {
    flex-direction: column;
  }

  .vh-100vh .imp-ui-bottom-right {
    right: 7px;
    bottom: 11px;
  }

  .mt-8 {
    margin-top: 52px !important;
  }

  .tabs-button button {
    background-color: var(--text-light);
  }

  .filter-box .tabs-button {
    border-top: 1px solid var(--tertiary);
  }

  .filter-level-arrow {
    width: 88%;
    justify-content: center;
  }

  .filter-level-arrow button {
    font-size: 13px;
  }

  .filter-level-arrow span {
    font-size: 15px;
    padding-left: 23px;
    padding-right: 13px;
  }

  .filter-level .span-title {
    font-size: 11px;
  }

  #root .banner-gradient-0 {
    background: #e5e5db !important;
  }

  #root .banner-gradient-1 {
    background: #a3b18a !important;
  }

  #root .banner-gradient-2 {
    background: #e5e5db !important;

  }

  #root .banner-gradient-1 .text-caption h1 {
    color: white;
    font-weight: 200;
  }

  #root .banner-gradient-2 .text-caption {
    margin-top: -13px;
    color: #CBE5D7 !important;
  }

  #root .banner-gradient-0 .text-caption {
    margin-top: 3px;
    color: #CBE5D7 !important;
    text-transform: capitalize;
  }

  .text-line-2 {
    font-family: 'PP Editorial New' !important;
    font-weight: 200;
    margin-right: 7px;

  }

  .serenity-width {
    width: 100%;
  }

  .banner-caption h1 {
    font-family: 'PP Editorial New';
    font-weight: 200;
    font-size: 25px;
  }

  .unit-card .head-icon h2 {
    font-size: 32px;
  }

  .price-guide .title {
    font-size: 18px;
  }

  .price-guide h5 {
    font-size: 32px;
  }

  .bg-mortgage-box .accordion-button {
    font-size: 20px !important;
    padding-bottom: 6px;
  }

  .trending-listing-mbl {
    border-top: 1px solid #D3D5DA;
    padding-top: 26px;
  }

  #root .listing-heading {
    font-size: 20px !important;
    font-weight: 500;
  }

  #root .smiliar-trending-card .card-tag-text {
    display: none;
    margin-right: -10px !important;
    float: right;
    /* background: #8BCDE5; */
    padding: 10px 13px;
    font-size: 10px !important;
    text-transform: capitalize;
  }

  .smiliar-trending-card .card-heading .head-icon .left h3 {
    font-size: 20px;
  }

  .unit-card .details .data-list .data-item {
    margin-bottom: 10px;
  }

  .unit-card .details h4 {
    font-size: 18px;
    padding-bottom: 8px;
  }

  #root .unavailable-unit-card .card-tag-text {
    width: 90px;
  }

  #root .filter-box .bedroom-filters-div .form-check-inline label {
    width: 60px;
  }

  .imp-tooltips-container.is-fullscreen {
    background: rgb(0 0 0 / 75%) !important;
  }

  .unit-card {
    border: 1px solid #dedede;
  }

  #root .smiliar-trending-card {
    background-color: white !important;
  }

  #root .card-tag-text {
    font-size: 14px;
  }

  .h-356 {
    height: 250.984px;
  }

  .text-caption {
    text-align: center !important;
  }

  .text-line-1 {
    margin-bottom: 0px;
  }

  .banner .box .banner-img-box img {
    height: 334px;
  }

  .banner .box .banner-img-box {
    height: 334px;
  }

  .imageMapNavigationButtons {
    display: none !important;
  }

  .w-map .imp-ui-top-right {
    right: 6px;
    top: -3px;
  }

  #root .smiliar-trending-card:hover {
    border: 1px solid #dedede;
    transform: translateY(0px);
    box-shadow: none;
  }

  .small-view {
    padding-top: 7px;
    padding-bottom: 5px;
  }

  .inner-gap {
    padding: 18px 16px 20px 16px;
  }

  .w-map .imp-ui-top-right {
    display: none;
  }

  .back-oasis {
    width: 100%;
    right: 7px;
    top: 2px;
    text-align: right;
  }

  .back-oasis button {
    margin-right: 0 !important;
  }

  .celina-mob {
    background-color: #D9D9D9;
    display: none !important;
  }

  .celina-mob span {
    font-style: italic;
    font-size: 13px;
    font-weight: 300;
  }

  .celina-mob img {
    width: 86px;
    height: 12px;
  }

  .mt-celina {
    margin-top: 14px;
  }

  .bar-icon i {
    color: var(--filter-boder-color);
    opacity: 0.9;
  }

  .close-bar .btn-close {
    opacity: 1;
  }

  .min-100 {
    min-height: 100%;
  }
  .unit-info .card-heading .card-tag p {
  font-size: 16px;
}

}

@media (min-width: 992.98px) {

  .banner .box .banner-img-box .mobile-img {
    height: 35rem;
    object-fit: cover;
  }

  .text-line-2 {
    font-family: 'PP Editorial New' !important;
    font-weight: 400;

  }

  .border-card {
    border: 1px solid var(--unit-card-border);
  }

  #root .smiliar-trending-card .aiminities .icon {
    width: 30px;
    height: 30px;
    background: #63A491;
  }

  .no-image-placeholder--auto-ratio {
    aspect-ratio: 16/8.5;
  }

  .h-90vh {
    height: 100vh;
  }

  .w-map .imp-ui-top-right {
    display: none;
  }

  .fixed {
    background-color: #fdf6e8;
    top: 75px;
    z-index: 998;
  }

  .imageMapNavigationButtons {
    display: none !important;
  }

  .nav-bar .nav-link i {
    line-height: 0;
  }

  .w-benefits-new {
    width: 40% !important;
  }

  .nav-bar .navbar-expand-lg .navbar-brand img {
    width: 232px;
  }

  .nav-bar {
    height: 100px;
  }

  .px-village {
    padding-top: 5px;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .fixed-arbour {
    top: 75px;
  }

  .w-benefits-indoor {
    width: 25% !important;
  }

  .kitchen-w {
    width: 24% !important;
  }

  .w-indoor {
    width: 15rem;
  }

  .mt-sea-sec {
    margin-top: 0rem !important;
  }

  .gap-bottom {
    width: 82%;
    justify-content: space-around;
  }

  .border-bottom-blue {
    border-bottom: 1px solid #002d4d;
  }

  .seaview-header .enquire-btn {
    padding: 8px 48px 8px 48px;
  }

  .doorstep-heading-wrapper {
    justify-content: space-between;
    align-items: baseline;
  }

  .door-img {
    width: 506px !important;
  }
  .body-history {
    width: 442px;
  }
  .cafe-h {
  height: 564px !important; 
}
#root .unit-filter-accordian button span.px-2 {
  text-rendering: optimizeSpeed;
}
.inner-gap {
  padding: 6px 30px 30px;
}
.tabs-button button {
  padding-top: 5px;
  padding-bottom: 5px;
}
.login-header {
  background-color: transparent !important;
  border: 1px solid var(--filter-boder-color) !important;
}
#root .login-header .dropdown-toggle.nav-link {
  color: var(--filter-boder-color) !important;
}
.pb-view {
  padding-bottom: 0;
}
.unit-info .card-heading .card-tag p {
  font-size: 16px;
}
}

@media (min-width: 320px) and (max-width: 414.98px) {
  .nav-bar .navbar-expand-lg .navbar-brand img {
    width: 102px;
  }

  .mobile-menu button {
    width: 58px;
  }

  .banner .box .banner-img-box {
    height: 334px;
  }

  #root .sort-text-bg {
    font-weight: 500;
    background: #B8CEE6;
    color: black;
  }

  .filter-sidebar {
    background: var(--filter-boder-color);
    color: var(--text-light);
    font-weight: 500;
    text-rendering: optimizeSpeed;
  }

  .smiliar-trending-card .card-image {
    height: 9rem !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    object-fit: contain;
  }

  .smiliar-trending-card .card-img {
    height: 10rem;
  }

  .banner .banner-caption ul {
    display: flex;
    overflow-x: auto;
    column-gap: 22px;
    flex-wrap: nowrap;
  }

  .banner .banner-caption ul li {
    flex-shrink: 0;
  }

  .unit-list .unit-card:hover .block-btn {
    background-color: var(--filter-boder-color) !important;
    color: var(--text-light);
  }

  .slider-arrow .carousel-control-prev {
    display: none;
  }

  .slider-arrow .carousel-control-next {
    display: none;
  }

  .nav-mobile {
    width: max-content;
  }

  .top-gap {
    padding: 103px 16px 30px;
  }


}

@media (min-width: 1200px) and (max-width: 1280px) {

  .w-11 {
    width: 7.7%;
  }

  .multiselect-label {
    width: 135px !important;
  }

}

@media (min-width: 1400px) and (max-width: 1550px) {

  .banner .box .banner-img-box .mobile-img {
    height: 25rem;
  }

  #my-carousels .carousel-item:nth-child(2) .banner-detail {
    top: 39%;
  }

  .w-11 {
    width: 9.7%;
  }

  .reset-unit .w-20 {
    width: 10% !important;
  }

}

@media (min-width: 1699px) {
  .banner .box .banner-img-box {
    min-height: 0;
  }
}

@media (max-width: 1500px) {
  .multiselect-label {
    width: 156px;
  }

  .w-20 {
    text-align: start !important;
    width: 12% !important;
  }

  .home-filter .w-20 {
    text-align: end !important;
    width: 79.6% !important;
  }

  .banner-img-text {
    height: 70%;
  }


  /* .dropdown-filter-box .scroll-box{
    width: 100.28% !important;
  }

  .dropdown-filter-box .accordion-item:last-of-type>.accordion-collapse {
    margin-left: -10.2px !important;
  } */

}

@media (min-width: 1501px) and (max-width: 1699px) {

  .multiselect-label {
    width: 154px;
  }

}

@media (min-width: 1000px) and (max-width: 1025px) {
  .banner-detail h1 {
    font-size: 34px;
    margin-top: 60px;
  }

}

@media (min-width: 578px) and (max-width: 900px) {

  .mt-8 {
    margin-top: 43px !important;
  }

}

.building-beside {
  display: inline;
}

.building-below {
  display: none !important; 
}
