.head {
  font-family: "Cormorant Garamond";
  font-size: 44px;
  font-weight: 600;
  color: #805400;
  line-height: 53px;
}
@media (max-width: 575.98px) {
  .head {
    font-size: 32px;
  }
}

.text {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 29px;
}
@media (max-width: 575.98px) {
  .text {
    font-size: 14px;
  }
}

.text-small {
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 15px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.btn.btn-main {
  padding: 5px 7px 5px 14px;
  background: #CDAE7E;
  border-radius: 5px;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  color: #1A1A1A;
}

body {
  background: #F7F4F1;
}

.navbar .logo {
  width: 200px;
  height: auto;
}
.navbar .nav-link,
.navbar span {
  color: #fff;
}
.navbar.scroll {
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.navbar.scroll .logo {
  width: 100px;
  height: auto;
}
.navbar.scroll .nav-link,
.navbar.scroll span {
  color: #1A1A1A;
}

.footer {
  background-color: #22242a;
  position: relative;
}
.footer::before {
  content: "";
  background: url("../img/after5.webp") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: -10%;
  left: 0;
  width: 210px;
  height: 350px;
}
.footer::after {
  content: "";
  background: url("../img/after3.webp") no-repeat center center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 231px;
  height: 266px;
  z-index: 0;
  opacity: 0.5;
}
.footer .form-card {
  background: #17181c;
  border-radius: 16px;
}
.footer .form-card h5 {
  font-family: "Cormorant Garamond";
  font-size: 28px;
  font-weight: 400;
  color: #fff;
}
.footer .form-card h5 span {
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 575.98px) {
  .footer .form-card h5 {
    font-size: 20px;
    line-height: 30px;
  }
}
.footer .form-card p {
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: 500;
  color: #CDAE7E;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .footer .form-card p {
    font-size: 20px;
  }
}
.footer .form-card form .form-control {
  border: 1px solid rgb(163, 163, 163);
  border-radius: 12px;
  background: transparent;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.footer .form-card form .form-control:focus {
  box-shadow: none;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  opacity: 1;
}
.footer .form-card form .form-control::-moz-placeholder {
  font-family: "Montserrat";
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.4;
}
.footer .form-card form .form-control::placeholder {
  font-family: "Montserrat";
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.4;
}
.footer .form-card form .form-control::-moz-placeholder:focus {
  box-shadow: none;
  background: #fff;
  color: #fff;
}
.footer .form-card form .form-control::placeholder:focus {
  box-shadow: none;
  background: #fff;
  color: #fff;
}
.footer .cta p {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.footer .cta img {
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.15);
  border-radius: 12px;
}
.footer h6 {
  font-family: "Cormorant Garamond";
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  line-height: 140%;
  letter-spacing: 0.04em;
}
.footer a {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 120%;
  letter-spacing: -0.02em;
}
.footer .tm {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  opacity: 0.4;
}
.footer .tm a {
  font-size: 14px;
}

.mansion-hero {
  background: url("../img/bg-hero.webp") no-repeat center center;
  background-size: cover;
  padding: 200px 0 90px;
  position: relative;
}
.mansion-hero h1 {
  font-family: "Cormorant Garamond";
  font-size: 72px;
  font-weight: 400;
  color: #FFF;
  line-height: 1.1;
  margin-bottom: 16px;
}
.mansion-hero h1 span {
  display: block;
  color: #CDAE7E;
}
.mansion-hero .quick-facts .fact .label {
  font-family: "Montserrat";
  font-size: 11px;
  font-weight: 600;
  color: #CDAE7E;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.mansion-hero .quick-facts .fact .value {
  font-family: "Cormorant Garamond";
  font-size: 22px;
  font-weight: 600;
  color: #FFF;
}
.mansion-hero .btn-outline-light {
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  padding: 12px 24px;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
}
.mansion-hero .btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
@media (max-width: 575.98px) {
  .mansion-hero {
    padding: 150px 0 60px;
  }
  .mansion-hero h1 {
    font-size: 44px;
  }
}

.commitments {
  background: #1C1A1B;
  position: relative;
  overflow: hidden;
}
.commitments::before {
  content: "";
  background: url("../img/after1.webp") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: -30%;
  left: 0;
  width: 155px;
  height: 313px;
}
.commitments::after {
  content: "";
  background: url("../img/after2.webp") no-repeat center center;
  background-size: cover;
  position: absolute;
  bottom: -20%;
  right: 0;
  width: 266px;
  height: 419px;
  z-index: 0;
}
.commitments .head {
  color: #CDAE7E;
}
.commitments .commitment-item {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 24px;
  border: 1px solid rgba(205, 174, 126, 0.25);
  border-radius: 12px;
}
.commitments .commitment-item h5 {
  font-family: "Cormorant Garamond";
  font-size: 24px;
  font-weight: 600;
  color: #CDAE7E;
  margin-bottom: 12px;
}

.stats {
  background: #000;
}
.stats h3 {
  font-family: "Cormorant Garamond";
  font-size: 64px;
  font-weight: 400;
  color: #CDAE7E;
  line-height: 68px;
}

.amenities p img,
.specs p img {
  width: 16px;
}

.specs {
  background: #F1EDE7;
}

.config-table .floor-label {
  font-family: "Cormorant Garamond";
  font-size: 22px;
  font-weight: 600;
  color: #1A1A1A;
}
.config-table .table.config {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
}
.config-table .table.config thead th {
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 600;
  color: #1A1A1A;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #F1EDE7;
  border: 0;
  padding: 16px 20px;
}
.config-table .table.config tbody td {
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 400;
  color: #1A1A1A;
  padding: 14px 20px;
  vertical-align: middle;
}
.config-table .table.config tbody tr:nth-child(odd) {
  background: #FBFAF8;
}
.config-table .btn-plan {
  border: 1px solid #CDAE7E;
  border-radius: 5px;
  padding: 6px 14px;
  background: transparent;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 600;
  color: #1A1A1A;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: background 0.2s ease, color 0.2s ease;
}
.config-table .btn-plan:hover {
  background: #CDAE7E;
  color: #fff;
}

.floor-plans {
  background: #F1EDE7;
}
.floor-plans .floor-label {
  font-family: "Cormorant Garamond";
  font-size: 22px;
  font-weight: 600;
  color: #1A1A1A;
}
.floor-plans .plan-card {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 1px solid rgba(28, 26, 27, 0.08);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.floor-plans .plan-card:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.floor-plans .plan-card .plan-thumb {
  background: #fff;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-bottom: 1px solid rgba(28, 26, 27, 0.06);
}
.floor-plans .plan-card .plan-thumb img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.floor-plans .plan-card .plan-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 18px 18px;
}
.floor-plans .plan-card .plan-unit {
  font-family: "Cormorant Garamond";
  font-size: 22px;
  font-weight: 600;
  color: #1A1A1A;
}
.floor-plans .plan-card .plan-config {
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 600;
  color: #CDAE7E;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.floor-plans .plan-card .plan-area {
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 400;
  color: #5A5A5A;
}

#floorPlanModal .modal-content {
  border: 0;
  border-radius: 16px;
  overflow: hidden;
}
#floorPlanModal .modal-header {
  border-bottom: 1px solid rgba(28, 26, 27, 0.08);
  padding: 16px 20px;
}
#floorPlanModal .modal-header .modal-title {
  font-family: "Cormorant Garamond";
  font-size: 24px;
  font-weight: 600;
  color: #1A1A1A;
}
#floorPlanModal .modal-body {
  background: #FBFAF8;
}
#floorPlanModal .modal-body img {
  max-height: 78vh;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.project-map .map-wrap {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.project-map iframe {
  width: 100%;
  height: 420px;
  border: 0;
  display: block;
}

.mansion-cta {
  background: #000;
}
.mansion-cta .head {
  color: #fff;
}
.mansion-cta .text-small {
  color: #CDAE7E;
}/*# sourceMappingURL=mansion.css.map */