/* @font-face {
  font-family: "Neuils";
  src: url("../fonts/neuils.otf") format("opentype");
  font-weight:lighter;
  font-style: normal;
  font-display: swap;
} */


/* h1{
   font-family: "neulis-sans", sans-serif;
   font-weight: 300;

font-size: 3rem;
} */

/* RESET */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'Minerva Modern';
  src: url('../fonts/fonnts.com-MinervaModern_Regular.woff') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/proxima-nova.woff') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Minerva Modern', serif;
}

h1,
h1 span,
h2,
h3,
.tower-heading,
.lux-center h1 {
  font-family: 'Minerva Modern', serif;
}

a,
p,
span,
.know-more,
.feature-item h5 {
  font-family: 'Proxima Nova', sans-serif;
}

/* Header Css Start */

header.lux-header {
  position: fixed;
  padding: 25px 40px;
  width: 100%;
  z-index: 9;
}

#privacy-page header.lux-header {
  position: static;
  background: #000;
}

.header.background.active {
  background: #0000006b;
  padding: 14px 40px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}

.lux-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

div#menuToggle {
  color: #fff;
  /* background: #fff; */
  display: flex;
  gap: 5px;
  flex-direction: column;
}

div#menuToggle span {
  color: #000;
  width: 30px;
  height: 4px;
  background: #fff;
}

.menu-close {
  position: absolute;
  top: 30px;
  left: 13%;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.menu-close span {
  position: absolute;
  width: 30px;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 0;
}

.menu-close span:first-child {
  transform: rotate(45deg);
}

.menu-close span:last-child {
  transform: rotate(-45deg);
}

/* FULLSCREEN MENU */
.fullscreen-menu {
  position: fixed;
  width: 300px;
  inset: 0;
  background: #111111cf;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-100%);
  transition: 0.6s ease;
  z-index: 999;
}

.fullscreen-menu.active {
  transform: translateX(0);
}

/* MENU CONTENT */
.menu-content {
  text-align: center;
}

/* NAV STYLING */
.nav {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.nav-item {
  margin: 5px 0;
}

.nav-link {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 300;
  transition: 0.3s ease;
}

.nav-link:hover {
  color: #d4af37;
}

/* CONTACT BUTTON STYLE */
.nav-item.contact .nav-link {
  font-size: 20px;
  background: #d4af37;
  padding: 12px 28px;
  border-radius: 30px;
  color: #000;
  display: inline-block;
}

/* Header Css Ends*/

.hero {
  position: relative;
  height: 100vh;
  width: 100%;
  background: url('../images/banner/banner-citedal.webp') center/cover no-repeat;
  display: flex;
  align-items: center;
  padding: 0 8%;
  color: #fff;
  font-family: 'Georgia', serif;
}

/* Overlay for better text visibility */


/* Header */
.hero-header {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  padding: 0 8%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  color: #fff;
}

.logo {
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
}

.logo span {
  font-size: 22px;
  font-weight: 500;
}

.menu-icon,
.search-icon {
  font-size: 20px;
  cursor: pointer;
}

/* Hero Content */
.hero-content {
  position: relative;
  max-width: 600px;
  margin-left: 15%;
  z-index: 2;
}

.hero-content h1 {
  font-size: 64px;
  font-weight: 300;
  color: #D2CCC1;
  line-height: 1.2;
  letter-spacing: 2px;
}

.hero-content span {
  font-weight: 400;
  margin-left: 90px;
  position: relative;
}

.hero-content span::before {
  content: "";
  position: absolute;
  inset: 0;
  border-bottom: 3px solid #caa25d;
  width: 100px;
}

.underline {
  width: 80px;
  height: 2px;
  background: #caa25d;
  margin-top: 20px;
}

/* Sticky Form CSS */

.sticky-wrapper {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}

/* Vertical Trigger Button */
.sticky-trigger {
  /* writing-mode: vertical-rl; */
  transform: rotate(-90deg);
  background: #E68619;
  color: #000;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s ease;
  right: -48px;
  position: relative;
}

.sticky-trigger:hover {
  background: #b8923f;
}

#sticky-form {
  position: fixed;
  top: -100px;
  right: -420px;
  width: 334px;
  background: #000000a8;
  padding: 15px 25px;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
  transition: 0.5s ease;
  overflow-y: auto;
  font-family: 'Poppins', sans-serif;
}

.error {
  color: red;
  font-size: 12px;
}

/* Active */
#sticky-form.active {
  right: 0;
}

#sticky-form .close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 18px;
  cursor: pointer;
  color: #c8a34d;
  transition: 0.3s;
}

#sticky-form .close:hover {
  color: #c8a34d;
}

.form_box {
  margin-top: 30px;
}

.form_input {
  margin-bottom: 15px;
}

.iti {
  width: 100%;
}

.iti__country-container {
  height: 35px;
}

.form_input input {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
  font-size: 14px;
  transition: 0.3s ease;
  border-radius: 4px;
  margin-bottom: 0px;
}

/* Focus State */
.form_input input:focus {
  border-color: #c8a34d;
  outline: none;
  box-shadow: 0 0 0 3px rgba(200, 163, 77, 0.15);
}

.checkbox-inline {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
  margin-bottom: 20px;
}

.checkbox-inline input {
  margin-top: 4px;
}

#sticky-form .privacy_policy_tc {
  color: #fff;
}

.privacy_policy_tc a {
  color: #c8a34d;
  text-decoration: none;
}

#form_input_submit {
  width: 100%;
  padding: 14px;
  background: #c8a34d;
  border: none;
  color: #000;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.3s ease;
  border-radius: 4px;
}

#form_input_submit:hover {
  background: #b8923f;
}

.no-scroll {
  overflow: hidden;
}

.form-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
}

.form-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Sticky Form CSS */


/* Section Base */
.minimal-section {
  background: #d9d4cd;
  /* soft warm beige */
  padding: 60px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Content */
.minimal-content {
  max-width: 700px;
}

/* Heading */
.minimal-content h2 {
  font-family: 'Minerva Modern', serif;
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 400;
  line-height: 1.6;
  color: #7b756f;
  /* soft grey */
  letter-spacing: 1px;
  margin-bottom: 30px;
}

/* Know More Link */
.know-more {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  color: #d28c4a;
  text-decoration: none;
  position: relative;
  transition: 0.3s ease;
}

/* Underline Animation */
.know-more::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 1px;
  background: #d28c4a;
  transition: width 0.3s ease;
}

.know-more:hover::after {
  width: 100%;
}

.video-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* Thumbnail */
.video-thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Golden Overlay */
.video-thumbnail::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(200, 140, 60, 0.4),
      rgba(0, 0, 0, 0.3));
}

/* Play Button */
.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  backdrop-filter: blur(6px);
  cursor: pointer;
  display: flex;
  transition: 0.3s ease;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.video-play-btn span {
  display: block;
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.video-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

/* Video */
.bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

/* Section Base */
.quote-section {
  background: #D2CCC1;
  /* warm beige */
  padding: 150px 20px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.quote-section {
  background: #d8d3cb;
  padding: 60px 0;
}

.quote-wrapper h2 {
  font-family: 'Minerva Modern', serif;
  font-weight: 400;
  font-size: clamp(28px, 3.5vw, 46px);
  line-height: 1.6;
  color: #6f6a64;
  margin-bottom: 20px;
}

.divider {
  display: inline-block;
  width: 60px;
  height: 2px;
  background: #c88c3d;
  margin: 20px 0 40px;
}

/* Sub Title */
.sub-title {
  font-family: 'Minerva Modern', serif;
  font-size: 22px;
  color: #5c5854;
  margin-bottom: 50px;
}

/* Grid spacing */
.highlight-grid {
  margin-top: 20px;
}

/* Custom bullet list */
.highlight-list {
  list-style: none;
  padding: 0;
  text-align: left;
}

.highlight-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.7;
  color: #7b756f;
}

.highlight-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background: #c88c3d;
  border-radius: 50%;
}

/* Gold Divider */
.divider {
  display: inline-block;
  width: 60px;
  height: 2px;
  background: #d28c4a;
}

.features-section {
  background: #F2EEE8;
}

.features-image img {
  width: 80%;
}

/* Right Content Padding Control */
.features-content {
  padding: 100px 80px;
}

/* Feature Item */
.feature-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.feature-item {
  width: 48%;
  display: flex;
  flex-direction: column;
  min-height: 275px;
}

.feature-item img {
  width: 50px;
  margin-bottom: 20px;
}

.feature-item h5 {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #6f6a64;
}

.feature-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  background: transparent !important;
}

.feature-accordion .accordion-button {
  background: #ffffff00;
  font-weight: 600;
  font-size: 16px;
  box-shadow: none;
}

.feature-accordion .accordion-button:not(.collapsed) {
  background: transparent;
  color: #000;
}

.feature-accordion .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.accordion-icon {
  width: 28px;
  height: 28px;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 14px;
  border-bottom: 1px dashed #ddd;
}

.feature-list li:last-child {
  border-bottom: none;
}

.tower-section {
  background: #000;
  padding: 60px 0;
  position: relative;
}

.tower-heading {
  font-family: 'Minerva Modern', serif;
  font-weight: 400;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.6;
  color: #d0d0d0;
  margin-bottom: 15px;
}

.tower-link {
  font-size: 12px;
  letter-spacing: 2px;
  color: #c88c3d;
  text-decoration: none;
}

.tower-image {
  max-height: 700px;
}

/* Labels */
.tower-label {
  font-size: 12px;
  color: #999;
}

.label-item {
  margin-bottom: 40px;
}

.label-item h6 {
  font-size: 13px;
  color: #ccc;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.label-item p {
  font-size: 12px;
  line-height: 1.6;
  color: #888;
}

.tower-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* CENTER TOWER */
.tower-image {
  width: 45%;
  z-index: 2;
}

/* LABEL BASE */
.label {
  position: absolute;
  width: 320px;
  font-size: 14px;
}

.label h6 {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 0px;
}

.label p {
  color: #bbb;
  font-size: 13px;
  margin-top: 5px;
  line-height: 1.6;
}

/* LEFT SIDE */
.left {
  text-align: right;
}

.left::after {
  content: "";
  position: absolute;
  top: -15px;
  right: -200px;
  width: 190px;
  height: 50px;
  border: 1px solid #c5af65;
  border-right: 0;
  z-index: 9;
}

.left::before {
  content: "";
  position: absolute;
  top: 10px;
  right: -80px;
  width: 22%;
  border: 1px solid #c5af65;
  border-right: 0;
  z-index: 9;
}

/* RIGHT SIDE */
.right {
  text-align: left;
}

.right::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -60px;
  width: 50px;
  height: 1px;
  background: #777;
}

/* RIGHT BOX STYLE */
.right-box::before {
  width: 70px;
  height: 390px;
  border: 1px solid #c5af65;
  background: transparent;
  top: -170px;
  left: -90px;
  border-left: 0;
}

.right-box::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  border: 1px solid #c5af65;
  background: transparent;
  top: 8px;
  left: -20px;
  border-left: 0;
}

.right-box.l2::before {
  height: 40px;
}

/* POSITIONING */

/* LEFT */
.l1 {
  top: 13%;
  left: 15%;
  z-index: 9;
}

.left.l1::before {
  width: 30%;
  right: -110px;
}

.label.left.l2 {
  left: 15%;
  bottom: 10%;
  z-index: 9;
}

.left.l1::after {
  display: none;
}

.left.l2::after {
  content: "";
  position: absolute;
  top: 8px;
  right: -100px;
  width: 60px;
  height: 31px;
  border: 1px solid #c5af65;
  border-right: 0;
  z-index: 9;
}

.r4 {
  top: 48%;
  right: 10%;
  z-index: 9;
}

.l3 {
  bottom: -4%;
  left: 15%;
  z-index: 9;
}

.left.l2::before {
  content: "";
  position: absolute;
  top: 22px;
  right: -40px;
  width: 10%;
  border: 1px solid #c5af65;
  border-right: 0;
  z-index: 9;
}

.left.l3::after {
  top: -140px;
  height: 220px;
  display: none;
}

.l4 {
  bottom: 14%;
  left: 10%;
  z-index: 9;
}

/* RIGHT */
.r1 {
  top: 43%;
  right: 14%;
  z-index: 9;
}

.r2 {
  bottom: 27%;
  right: 10%;
  z-index: 9;
}

.r3 {
  bottom: 15%;
  right: 10%;
  z-index: 9;
}

/* Entrance (bottom right with L shape) */
.entrance {
  bottom: 0%;
  right: 12%;
  z-index: 999;
}

.entrance::after {
  display: none;
}

.lifestyle-section {
  background: #F2EEE8;
  padding: 60px 0;
}

.section-heading {
  font-family: 'Minerva Modern', serif;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 400;
  color: #6f6a64;
  margin-bottom: 15px;
}

.divider {
  display: inline-block;
  width: 60px;
  height: 2px;
  background: #c88c3d;
  margin-bottom: 60px;
}

/* Slide Item */
.slide-item {
  padding: 0 20px;
}

.slide-item img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.slide-item p {
  margin-top: 20px;
  font-size: 13px;
  color: #8a847e;
  line-height: 1.6;
}

.custom-arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  font-size: 20px;
  color: #c88c3d;
  cursor: pointer;
  transition: 0.3s ease;
  z-index: 10;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-prev {
  left: -50px;
}

.slick-next {
  right: -50px;
}

.custom-arrow:hover {
  color: #9f6c2f;
  transform: translateY(-50%) scale(1.1);
}

.location-section {
  position: relative;
  background: url(../images/location-section-bg.jpeg) center/cover no-repeat;
  padding: 120px 0;
  height: 100vh;
  display: flex;
  align-items: center;
}

.location-section:after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-color: #000000ad;
}

/* Left Panel */
.location-left {
  padding: 120px 80px;
  color: #fff;
}

/* Typography */
.location-content h2 {
  font-family: 'Minerva Modern', serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.5;
  color: #f1f1f1;
  margin-bottom: 30px;
}

/* Divider */
.location-content .divider {
  display: inline-block;
  width: 60px;
  height: 2px;
  background: #d28c4a;
}

/* Section Base */

.footer-form-wrapper {
  width: 30%;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.85),
      rgba(20, 20, 20, 0.95));
  padding: 120px 50px;
}

.enquiry-section {
  position: relative;
  background: #f3f0eb;
}

.form-bg {
  background: url(../images/gallery/gallery-5.webp) 7%/cover no-repeat;
  background-size: 65%;
  display: flex;
  flex-direction: column;
  align-items: flex-end !important;
}

/* Image */
.enquiry-image img {
  height: 100vh;
  object-fit: cover;
}

/* Right Dark Panel */
.enquiry-form-wrapper form {
  color: #fff;
}

/* Heading */
.section_title h3 {
  font-family: 'Minerva Modern', serif;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 40px;
  color: #fff;
}

/* Inputs */
.enquiry-form-wrapper .form_input {
  margin-bottom: 10px;
}

.enquiry-form-wrapper .form_input input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0px;
  padding: 12px 0;
  color: #fff;
  font-size: 14px;
  transition: 0.3s ease;
}

.form_input input:focus {
  border-bottom: 1px solid #c88c3d;
  outline: none;
}

/* Checkbox */
.checkbox-inline {
  font-size: 12px;
  margin-bottom: 30px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.checkbox-inline input {
  margin-top: 5px;
}

/* Submit Button */
.form_submit_btn input[type="submit"] {
  font-family: 'Proxima Nova';
  background: transparent;
  border: none;
  color: #c88c3d;
  font-weight: 600;
  letter-spacing: 2px;
  cursor: pointer;
  padding: 0;
  transition: 0.3s ease;
}

.form_submit_btn input[type="submit"]:hover {
  color: #fff;
}

div#download-brochure a {
  font-family: 'Proxima Nova';
  color: #DA6718;
  font-size: 20px;
}

div#download-brochure {
  margin-top: 40px;
}

.main-footer {
  background: #0f0f10;
  padding: 120px 0 40px;
  color: #bbb;
}

/* Top Columns */
.footer-top {
  background: #000;
  color: #c8b7a6;
  padding: 60px 0;
}

.footer-heading {
  letter-spacing: 4px;
  font-size: 18px;
  margin-bottom: 25px;
  color: #d2c4b4;
}

.footer-text {
  font-size: 14px;
  line-height: 1.8;
  color: #b9aa9b;
}

.footer-text a {
  color: #d2c4b4;
  text-decoration: none;
  border-bottom: 1px solid rgba(210, 196, 180, .3);
}

.footer-text a:hover {
  color: #fff;
  border-color: #fff;
}

/* Vertical Divider */
.footer-divider {
  border-left: 1px solid rgba(255, 255, 255, .15);
}

/* ================= BOTTOM BAR ================= */

.footer-bottom {
  background: #111;
  color: #aaa;
  padding: 20px 0;
  font-size: 14px;
}

.footer-bottom a {
  color: #d2c4b4;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #fff;
}

.footer-bottom .line {
  opacity: .6;
  margin: 0 8px;
}

/* Responsive */

@media (max-width: 1368px) {

  .l1,
  .l3,
  .l4 {
    left: 2%;
  }

  .r1,
  .r2,
  .r3,
  .r4 {
    right: 2%;
  }
}

@media (max-width: 1024) {
  .tower-image {
    width: 70%;
    z-index: 2;
  }

  .l1,
  .l3,
  .l4 {
    left: -3%;
  }

  .r1,
  .r2,
  .r3,
  .r4 {
    right: -3%;
  }

  .entrance {
    bottom: 5%;
    right: -3%;
    z-index: 999;
  }
}

@media (max-width: 992px) {

  .footer-divider {
    display: none;
  }

  .footer-top {
    text-align: center;
    padding: 50px 20px;
  }

  .footer-heading {
    font-size: 18px;
  }


  /* Responsive */

  .location-left {
    min-height: auto;
    padding: 80px 30px;
    text-align: center;
  }

  .location-map img {
    height: auto;
  }

  .label {
    width: 100%;
    text-align: center !important;
    margin-bottom: 30px;
  }

}

@media (max-width: 768px) {

  /* ── Header ── */
  header.lux-header {
    padding: 20px 20px;
  }

  .header.background.active {
    padding: 12px 20px;
  }

  .fullscreen-menu {
    width: 80%;
  }

  .nav-link {
    font-size: 18px;
  }

  /* ── Hero ── */
  .hero {
    background: url('../images/banner/citadel-banner-mobile.webp') center 10% / cover no-repeat !important;
    padding: 0 5%;
    height: 60vh;
  }

  .hero-content {
    margin-left: 0;
    max-width: 100%;
    z-index: 2;
  }

  .hero-content h1 {
    font-size: 36px;
    letter-spacing: 1px;
  }

  .hero-content span {
    margin-left: 0;
  }

  /* ── Minimal section ── */
  .minimal-section {
    padding: 70px 20px;
  }

  .minimal-content p {
    font-size: 14px;
    line-height: 1.8;
  }

  .minimal-content p br {
    display: none;
  }

  /* ── Quote section ── */
  .quote-section {
    padding: 50px 20px;
  }

  /* ── Features section ── */

  .video-section {
    height: 25vh;
  }

  .features-image {
    height: auto !important;
  }

  .features-image img {
    width: 100%;
  }

  .features-content {
    padding: 40px 20px !important;
  }

  .features-content .row.gx-5 {
    --bs-gutter-x: 1.5rem;
  }

  .features-image {
    height: 260px;
    min-height: unset;
  }

  /* ── Tower section ── */
  .tower-section {
    padding: 50px 15px;
    overflow-x: hidden;
  }

  .tower-image {
    height: 50vh !important;
  }

  .label {
    width: 45%;
    text-align: center !important;
    margin-bottom: 30px;
  }

  .left::before {
    right: -42px;
    width: 40%;
  }

  .right-box::before {
    width: 45px;
    height: 246px;
    border: 1px solid #666;
    background: transparent;
    top: -104px;
    left: -20px;
    border-left: 0;
  }

  .right-box::after {
    left: 25px;
  }

  .r1 {
    top: 43%;
    right: -5%;
    z-index: 9;
  }

  .label.left.l2 {
    left: -10%;
    bottom: 13%;
    z-index: 9;
  }

  .l1 {
    top: 19%;
    left: -8%;
    z-index: 9;
  }

  .left.l1::before {
    width: 44%;
    right: -39px;
  }

  .left.l2::before {
    right: 15px;
    top: 25px;
  }

  .left.l2::after {
    top: 15px;
    right: -45px;
    width: 60px;
    height: 25px;
  }

  .l3 {
    bottom: -1%;
    left: -6%;
    z-index: 9;
  }

  .entrance {
    bottom: -10%;
    right: -12%;
    z-index: 999;
  }

  .tower-heading {
    font-size: 22px;
    padding: 0 10px;
  }

  .tower-label {
    padding: 10px 0;
  }

  .left-labels,
  .right-labels {
    text-align: left !important;
  }

  .tower-image {
    width: 100%;
    object-fit: contain;
    height: 75vh;
  }

  /* ── Lifestyle section ── */
  .lifestyle-section {
    padding: 50px 0;
  }

  .lifestyle-section .divider {
    margin-bottom: 30px;
    margin-top: 0px;
  }

  .slide-item img {
    height: 240px;
  }

  /* ── Location section ── */
  .location-section {
    height: auto;
    padding: 0;
    flex-direction: column;
    align-items: stretch;
  }

  .location-left {
    padding: 60px 25px;
    min-height: 280px;
  }

  .location-content h2 {
    font-size: 26px;
  }

  /* ── Enquiry / Footer form ── */
  .form-bg {
    background: none;
    align-items: flex-start !important;
  }

  .footer-form-wrapper {
    width: 100%;
    padding: 50px 25px;
  }

  .section_title p {
    font-size: 13px;
    line-height: 1.7;
  }

  /* ── Sticky form ── */
  #sticky-form {
    width: 318px;
    right: -320px;
    top: -151px;
    bottom: auto;
    height: auto;
    padding: 20px 20px;
    overflow-y: auto;
  }

  #sticky-form.active {
    right: 0px;
  }

  /* ── Footer ── */
  .main-footer {
    padding: 50px 0 30px;
  }

  .footer-col {
    margin-bottom: 30px;
  }

  section.quote-section .divider {
    margin-bottom: 0px;
  }

  .quote-wrapper h3.sub-title {
    margin-bottom: 10px;
  }

  .tower-label.right-labels .label-item:last-child {
    margin-bottom: 0px;
  }

  .mobile-p-0 {
    padding: 0px;
  }

  .location-content.px-5 {
    padding: 0px !important;
    text-align: center !important;
    width: 100%;
  }

  .enquiry-section .container-fluid {
    padding: 0px;
  }

  .mt-2.footer-link {
    display: flex;
    flex-direction: column;
  }
}