* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

@font-face {
  font-family: futura;
  src: url(../fonts/FuturaStdCondensedOblique.otf);
}
@font-face {
  font-family: futura-md;
  src: url(../fonts/FuturaStdHeavyOblique.otf);
}
@font-face {
  font-family: futura-mdd;
  src: url(../fonts/FuturaStdCondensed.otf);
}
nav {
  background: #fff;
}
nav .nav-link {
  color: #000 !important;
  font-family: "Outfit", sans-serif !important;
  font-size: 16px;
  font-weight: 500 !important;
  text-transform: uppercase;
}

.about h1 {
  font-size: 42px;
  font-family: futura-mdd;
}
.about h2 {
  font-size: 28px;
  font-family: futura-mdd;
  font-weight: 500;
}
.about p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  max-width: 1000px;
  font-weight: 400;
  margin-top: 10px;
}
.about .bt-1 {
  background-color: transparent;
  border: 1px solid #d84744;
  padding: 10px 15px;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  border-radius: 10px;
  font-weight: 600;
}
.about .bt-2 {
  background-color: #d84744;
  color: #fff;
  font-size: 18px;
  border: none;
  font-family: "Montserrat", sans-serif;
  padding: 10px 35px;
  border-radius: 10px;
  font-weight: 600;
}
.about .bt-2 a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}

.highlights {
  padding: 50px 0px;
  background-color: #F9F9F9;
}
.highlights h2 {
  font-family: futura-mdd;
  font-size: 34px;
  color: #000;
  font-weight: 400;
  font-style: normal;
}
.highlights p {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  max-width: 1000px;
  font-weight: 400;
}
.highlights button {
  background-color: transparent;
  border: 1px solid #d84744;
  padding: 10px 15px;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  border-radius: 10px;
}
.highlights .col-box {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  height: 100%;
  width: 100%;
  padding: 10px 30px;
}

.configuration h2 {
  font-family: futura-mdd;
  font-size: 42px;
  color: #000;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
}
.configuration .custom-table th {
  background-color: #d84744;
  /* Dark Blue Header */
  color: #fff;
  /* White Text */
  font-family: futura-md;
  font-size: 18px;
  padding: 10px 40px;
  font-weight: 100;
}
.configuration .custom-table td {
  font-family: futura-md;
  padding: 10px 40px;
  font-size: 14px;
}
.configuration .custom-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
  /* Light Grey Alternate Rows */
}

.luxury {
  padding: 50px 0px;
  background-color: #F9F9F9;
}
.luxury h2 {
  font-family: futura-mdd;
  font-size: 42px;
  color: #000;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
}
.luxury .col-box {
  background: #3E3E3E;
  height: 100%;
  border-radius: 20px;
}
.luxury .content {
  padding: 10px;
}
.luxury .content h4 {
  font-family: futura-mdd;
  font-size: 24px;
  color: #000;
  font-weight: 400;
  color: #fff;
  font-style: normal;
}
.luxury .content p {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  color: #fff;
  font-weight: 400;
}
.luxury .content p span {
  color: #E0AF38;
  font-weight: 600;
}

.gallery {
  padding: 50px 0px;
}
.gallery h2 {
  font-family: futura-mdd;
  font-size: 42px;
  color: #000;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
}
.gallery .nav-pills .nav-link.active,
.gallery .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #d84744;
}
.gallery .nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: 22px;
  font-weight: var(--bs-nav-link-font-weight);
  color: #000;
  font-family: futura-mdd;
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.location-wrap {
  background: #F9F9F9;
  /* tighter on mobile */
}
.location-wrap .location-title {
  font-family: futura-mdd;
  color: var(--ink);
  letter-spacing: 0.08em;
  font-weight: 500;
  text-transform: capitalize;
}
.location-wrap .map-box {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03);
  background: #fff;
  min-height: 420px;
}
.location-wrap .map-box iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  display: block;
}
.location-wrap .info-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 36px 42px;
  height: 100%;
}
.location-wrap .info-heading {
  font-family: futura-mdd;
  color: var(--ink);
  letter-spacing: 0.12em;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 14px;
}
.location-wrap .info-text {
  color: var(--muted);
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 28px;
}
.location-wrap .landmark-title {
  font-family: futura-mdd;
  color: var(--ink);
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 12px;
  margin-bottom: 18px;
}
.location-wrap .lm-row {
  margin-bottom: 18px;
}
.location-wrap .lm-label {
  font-family: futura-mdd;
  color: var(--ink);
  font-weight: 500;
  font-size: 22px;
  margin: 0 0 6px 0;
}
.location-wrap .lm-value {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 991.98px) {
  .location-wrap .info-card {
    padding: 28px 22px;
  }
  .location-wrap .map-box iframe {
    min-height: 340px;
  }
  .location-wrap .map-box {
    min-height: 340px;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999999;
}

.form-container {
  position: fixed;
  top: 55%;
  left: 50%;
  width: 24%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  background-position: center;
  background-size: cover;
  padding: 20px 30px;
  border-radius: 5px;
  display: none;
  z-index: 999999;
}

.form-container button:hover {
  background-color: white;
  color: black;
}

.close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.popup_form .cross {
  background-color: #19382B;
  color: #fff;
}

.popup_form .cross:hover {
  background-color: #19382B;
  color: #fff;
}

.popup_form label {
  color: #000;
  font-family: futura-mdd;
  font-size: 18px;
}

.popup_form textarea {
  font-family: futura-mdd;
  font-size: 14px;
  color: #53626a;
}

.popup_form h5 {
  color: #000;
  font-family: futura-mdd;
  font-size: 24px;
}

.popup_form h6 {
  color: #000;
  font-family: futura-mdd;
  font-size: 15px;
  text-align: center;
}

.popup_form button {
  background-color: #d84744;
  color: #fff;
  font-family: Belleza;
  font-weight: 500;
}

.popup_form button:hover {
  border: 1px solid #19382B;
}

@media (max-width: 576px) {
  .form-container {
    top: 50%;
    width: 90%;
    padding: 50px 30px;
  }
  .btn_brochure {
    background-color: #1e1916;
    padding: 5px 0 20px 0;
    margin-top: -5px;
  }
}
.share-box {
  position: fixed;
  right: 0;
  z-index: 999;
  top: 50%;
  transform: translate(0, -50%);
}
.share-box .icons {
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.2s ease-in;
  left: 0;
}
.share-box .icons a {
  background: #d84744;
  color: #fff;
  transition: all 0.2s ease-in;
  height: 50px;
  opacity: 1;
  padding: 14px;
  position: relative;
  text-align: left;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
  width: 50px;
  text-align: center;
  border: 1px solid #fff;
}

/* MOBILE STICKY BAR */
.mobile-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #F9F9F9;
  padding: 10px 12px env(safe-area-inset-bottom);
  display: flex;
  gap: 10px;
  z-index: 9999;
  box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(100%);
  animation: slideUp 0.6s ease forwards;
}

/* Buttons */
.sticky-btn {
  flex: 1;
  border: none;
  border-radius: 14px;
  padding: 14px 10px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.3px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  animation: pulse 2.2s infinite;
}

/* Call Button */
.call-btn {
  background: #ffffff;
  color: #D84744;
  border: 2px solid #D84744;
  font-family: "Montserrat", sans-serif;
}

/* Enquiry Button */
.enquiry-btn {
  background: #D84744;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(216, 71, 68, 0.35);
}

/* Hover / Active */
.sticky-btn:active {
  transform: scale(0.97);
}

/* Slide-up animation */
@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
/* Soft pulse */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(216, 71, 68, 0.25);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(216, 71, 68, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(216, 71, 68, 0);
  }
}
/* HIDE ON DESKTOP */
@media (min-width: 769px) {
  .mobile-sticky-bar {
    display: none;
  }
}
/* Desktop only */
@media (max-width: 991px) {
  .desktop-sticky-bar {
    display: none !important;
  }
}
.desktop-sticky-bar {
  position: fixed;
  bottom: 0;
  z-index: 9990;
  width: 100%;
  background: #d84744;
  padding: 14px 18px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
  transform: translateY(-110%);
  animation: slideDown 0.55s ease forwards;
}

@keyframes slideDown {
  from {
    transform: translateY(-110%);
  }
  to {
    transform: translateY(0);
  }
}
.bar-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 220px 1fr 1fr 1fr 140px;
  gap: 14px;
  align-items: center;
}

.bar-title {
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.2px;
  line-height: 1;
  white-space: nowrap;
  font-family: Georgia, "Times New Roman", serif;
}

.bar-field {
  width: 100%;
  height: 44px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0 14px;
  font-size: 15px;
  background: #fff;
  outline: none;
  transition: box-shadow 0.15s ease, border-color 0.15s ease, transform 0.12s ease;
}

.bar-field:focus {
  border-color: rgba(216, 71, 68, 0.65);
  box-shadow: 0 0 0 4px rgba(216, 71, 68, 0.14);
  transform: translateY(-1px);
}

.bar-btn {
  height: 44px;
  border: none;
  border-radius: 10px;
  background: white;
  color: #d84744;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  letter-spacing: 0.3px;
  box-shadow: 0 12px 26px rgba(216, 71, 68, 0.32);
  transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.12s ease;
}

.bar-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(216, 71, 68, 0.38);
  filter: brightness(1.02);
}

.bar-btn:active {
  transform: scale(0.98);
}

/* Subtle attention animation on button (optional) */
.bar-btn.pulse {
  animation: pulse 2.4s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 12px 26px rgba(216, 71, 68, 0.3);
  }
  70% {
    box-shadow: 0 12px 26px rgba(216, 71, 68, 0.3), 0 0 0 14px rgba(216, 71, 68, 0);
  }
  100% {
    box-shadow: 0 12px 26px rgba(216, 71, 68, 0.3);
  }
}
/* Error hints */
.bar-error {
  grid-column: 1/-1;
  display: none;
  color: #fff;
  background: rgba(216, 71, 68, 0.2);
  border: 1px solid rgba(216, 71, 68, 0.35);
  border-radius: 10px;
  padding: 10px 12px;
  font-weight: 700;
  font-size: 13px;
}

.bar-error.show {
  display: block;
}

/* Make it look neat on smaller desktops */
@media (max-width: 1100px) {
  .bar-inner {
    grid-template-columns: 200px 1fr 1fr 1fr 130px;
  }
  .bar-title {
    font-size: 22px;
  }
}/*# sourceMappingURL=style.css.map */