@font-face {
  font-family: "CorporateS-Regular";
  src: url("../fonts/CorporateS-Regular.otf");
  /* src: url('../fonts/CorporateS-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/CorporateS-Regular.woff2') format('woff2'), url('../fonts/CorporateS-Regular.woff') format('woff'), url('../fonts/CorporateS-Regular.svg#CorporateS-Regular') format('svg'); */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-02DC;
}

html {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  font-family: "CorporateS-Regular";
  color: #343434;
  overflow-x: hidden;
  max-width: 100%;
  position: relative;
}

a,
img,
button,
input[type="submit"] {
  text-decoration: none;
  outline: none;
  border: 0;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a:focus,
a:hover {
  color: #000;
  text-decoration: underline;
}

a {
  color: #000;
  text-decoration: none;
}

.container {
  max-width: 1200px;
  margin: 0px auto;
  padding: 0 20px;
}

.cust-container {
  width: 80%;
  margin: 0px auto;
  padding: 20px;
}

.clearfix {
  clear: both;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.text-center {
  text-align: center;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.col-6 {
  width: 50%;
}

.col-12 {
  width: 100%;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-12-5,
.w30,
.w70 {
  float: left;
}

.wrap {
  display: table;
  padding: 60px 0px 60px;
}

.wrap1 {
  display: table;
  padding: 50px 0px 5px;
}

.block {
  display: table-cell;
  vertical-align: middle;
}

.float-none {
  /*float: none !important;*/
}

section {
  float: left;
  width: 100%;
}

.relative {
  position: relative;
}

header {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  box-shadow: 1px 1px 2px 1px;
  padding: 25px 0px;
  background-color: #134948;
  transition: ease all 0.5s;
}

.logo-wrapper {
  position: absolute;
  left: 30px;
  top: -15px;
  padding: 0px;
  /* background-color: #fff; */
  /* height: 122px; */
  /* border-bottom: 5px solid #c9a961; */
}

.logo-wrapper > a,
.logo-wrapper > a > img {
  display: block;
  width: 81px;
  margin-top: -5px;
}

.number-wrapper {
  font-family: "CorporateS-Regular" !important;
  margin-right: 10px;
  font-size: 16px !important;
  line-height: 30px !important;
  width: 170px;
  display: inline-block;
  line-height: 30px !important;
  color: #fff !important;
  text-align: right;
}

footer {
  width: 100%;
  line-height: 32px;
  background-color: #000000;
  padding: 10px 0px;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

footer a {
  color: #fff;
  vertical-align: middle;
}

footer a img {
  vertical-align: middle;
}

.enquire-form {
  width: 300px;
  position: absolute;
  background: rgba(52, 52, 52, 1);
  right: 20px;
  top: 30px;
  border: 1px solid #ccc;
  padding: 10px;
  display: none;
}

.nav-wrapper {
  display: flex;
  align-items: center;
}

.header-inner {
  display: flex !important;
  align-items: center;
  flex-wrap: nowrap;
}

.header-col {
  display: flex;
  align-items: center;
}

.header-col-left {
  flex: 0 0 220px;
  width: 220px;
}

.header-col-left img {
 max-height: 70px;
  width: auto;
  display: block;
}

.header-col-center {
  flex: 1 1 auto;
  justify-content: center;
  min-width: 0;
  overflow: visible;
}

.header-col-center nav {
  white-space: nowrap;
}

.header-col-right {
  flex: 0 0 220px;
  width: 220px;
  justify-content: flex-end;
}

/* Medium desktop (992px–1199px): compress side columns so nav fits */
@media (min-width: 992px) and (max-width: 1199px) {
  .header-col-left {
    flex: 0 0 160px;
    width: 160px;
  }
  .header-col-right {
    flex: 0 0 160px;
    width: 160px;
  }
  .header-col-left img {
    max-height: 60px;
  }
  .header-dev-logo img {
    height: 54px;
  }
  nav a {
    font-size: 11.5px !important;
    margin: 0 0 0 14px !important;
    letter-spacing: 0.5px;
  }
}

/* Mobile: shrink logo column so burger has space */
@media (max-width: 991px) {
  .header-col-left {
    flex: 0 0 auto;
    width: auto;
  }
  .header-col-left img {
    max-height: 52px;
  }
}

nav {
  /*margin-top: 10px;*/
}

nav a {
  display: inline-block;
  margin: 0px 0px 0px 15px;
  text-transform: capitalize;
  color: #000 !important;
  font-size: 18px;
  cursor: pointer;
  font-family: "CorporateS-Regular";
}

nav a.active {
  color: #c9a961;
}

nav a:hover {
  color: #c9a961;
}

.slide {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
}

/*.home-slide1{*/

/*background-image: url(../images/Pittie_Kourtyard_Banner1.jpg)*/

/*}*/

/*.home-slide2{*/

/*background-image: url(../images/Pittie_Kourtyard_Banner2.jpg)*/

/*}*/

/*.home-slide3{*/

/*background-image: url(../images/Pittie_Kourtyard_Banner3.jpg)*/

/*}*/

.section-title {
  font-size: 40px;
  /*margin-bottom: 20px;*/
  /* font-family: 'CorporateS-Regular'; */
  color: #134948;
  text-align: center;
}

.section-subtitle {
  font-size: 25px;
  margin-bottom: 20px;
  font-family: "CorporateS-Regular";
  text-align: center;
}

.section-subtitle12 {
  font-size: 20px;
  margin-bottom: 25px;
  font-family: "CorporateS-Regular";
  text-align: center;
}

.section-subtitle:after {
  content: "";
  position: absolute;
  left: 0px;
  height: 2px;
  width: 100%;
  /* background-color:  #134948; */
  bottom: -22px;
}

.specs-list li {
  list-style-type: none;
}

.specs-list li a {
  color: #ffffff;
  font-size: 18px;
  padding: 10px 0px;
  display: block;
  position: relative;
}

.specs-list li a:before {
  content: "";
  position: absolute;
  left: -17px;
  top: 20px;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 10px;
}

.specs-list {
  padding-left: 15px;
  z-index: 99;
  width: 90%;
}

.specs-list:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 1px;
  height: 100%;
  z-index: -1;
}

.active-specs {
  background-color: #c9a961;
  color: #000000 !important;
  margin-left: -15px;
  padding: 10px 15px !important;
  border-radius: 0px 20px 20px 0px;
  /*width: 250px;*/
}

.active-specs:before {
  content: "";
  position: absolute;
  left: -17px;
  top: 20px;
  width: 0px !important;
  height: 0px !important;
  background: #000;
  border-radius: 10px;
}

.content-wrapper p {
  font-weight: 300;
}

.specs-tab {
  display: none;
}

.specs-tab ul {
  padding-left: 0px;
}

.specs-tab li {
  padding: 5px 20px;
  position: relative;
  list-style-type: none;
  color: #fff;
}

.specs-tab ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 24px;
  background: #fff;
}

.grey {
  color: #4d4e50;
}

section.grey {
  /* background-color: #f5f5f5; */
}

section p,
section ul,
section ol {
  font-size: 16px;
  line-height: 28px;
}

.hide-in-desktop {
  display: none;
}

.padding {
  /* padding: 70px 0px; */
}

/* form */

.form-group {
  margin-bottom: 15px;
}

.form-group input {
  position: relative;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  /* border-radius: 4px; */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition:
    border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}

.error {
  color: #f00 !important;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
}

label.error {
  /*position: absolute;*/
  /* top: 62px; */
}

.footer-mobile {
  display: none;
}

/* style for new sections like contact form*/

.form-p {
  text-align: center;
  margin-bottom: 20px !important;
  color: #000;
}

#contact {
  background: linear-gradient(135deg, #0a2a29 0%, #134948 50%, #1a5f5c 100%);
  background-size: cover;
  background-position: center;
  /* padding: 70px; */
}

.form-btn {
  margin: 0px auto;
  display: block;
  background: #134948;
  border: 2px solid #134948;
  color: #fff;
  font-size: 18px;
  padding: 8px 39px 8px;
  transition: ease all 0.5s;
}

.form-btn:hover {
  border-color: #134948;
  background: transparent;
  color: #fff;
  transition: ease all 0.5s;
}

#price-model {
  z-index: 9999 !important;
  opacity: 1;
}

.her {
  background-color: #134948;
  color: #fff;
  border-bottom: none !important;
}

.tbl > tbody > tr > td {
  border-top: none !important;
  vertical-align: middle;
  width: 30%;
}

.her h3 {
  margin: 8px 0px;
}

.modal-dialog {
  top: 90px;
  background: transparent !important;
}

.modal-header {
  background: #134948;
  color: #fff;
}

.modal-header .close {
  color: #fff !important;
  opacity: 1 !important;
  margin-top: -25px;
}

input,
select {
  height: 40px;
  width: 100%;
  padding-left: 9px;
  border: none;
  background: #f3f3f3;
}

.form-group {
  height: 40px;
  margin-bottom: 20px;
}

.input-group-addon {
  background: #134948;
  color: #fff;
  border: 0;
}

#broucher .modal-header {
  background: #134948;
  color: #fff;
}

#broucher .close {
  color: #fff !important;
  opacity: 1 !important;
  margin-top: -25px;
}

#broucher input,
#broucher select {
  height: 40px;
  width: 100%;
  padding-left: 9px;
  border: none;
  z-index: 0;
  background: #f3f3f3;
}

#broucher-form .form-group {
  height: 40px;
  margin-bottom: 20px;
}

#broucher .input-group-addon {
  background: #134948;
  color: #ffffff;
  border: 0;
}

#main-popup input,
#main-popup select {
  height: 40px;
  width: 100%;
  padding-left: 9px;
  border: none;
  background: #f3f3f3;
}

#main-popup .form-group {
  height: 40px;
  margin-bottom: 20px;
}

#main-popup .input-group-addon {
  background: #134948;
  color: #fff;
  border: 0;
}

.price-btn {
  margin: 0px auto;
  display: block;
  background-image: none;
  background-color: #134948 !important;
  text-shadow: none;
  color: #fff;
  border-color: #134948;
  border-radius: 5px;
  padding: 10px 20px 10px 20px;
  transition: all 0.5s ease;
  font-weight: 800;
}

.modal-backdrop.fade {
  opacity: 0.5;
  z-index: unset;
}

@media all and (max-width: 1024px) {
  .logo-wrapper {
    left: 20px;
  }
}

@media all and (max-width: 768px) {
  .cust-container {
    width: 100%;
  }
}

@media all and (max-width: 700px) {
  .footer-mobile {
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
    background-color: #343434;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-family: "ProximaNovaA-Semibold";
  }

  #form_success {
    color: #343434 !important;
  }

  .hide-in-desktop {
    display: block;
  }

  /*footer {*/
  /*display: none;*/
  /*}*/
  .close-btn {
    display: block;
    right: 10px;
    font-weight: bold;
  }

  .enquire-form {
    display: none;
    position: fixed;
    left: 0;
    bottom: 30px;
    top: 0;
    background-color: rgba(255, 255, 255, 0.92);
    height: 95%;
    z-index: 9999;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-overflow-scrolling: touch;
    padding: 5%;
    overflow-y: scroll;
    padding-bottom: 0px;
    width: 100%;
  }

  .enquire-now-wrapper {
    display: none;
  }

  header {
    padding: 30px 0px;
  }

  .logo-wrapper {
    top: -24px;
    height: auto;
    z-index: 99;
  }

  .logo-wrapper > a,
  .logo-wrapper > a > img {
    display: inline-block;
    width: 85px;
    transition: 0.8s;
  }

  .nav-wrapper {
    width: 100%;
    margin-top: 0px;
    position: absolute;
    background-color: #ffffff;
    top: 25px;
    left: 0;
    display: none;
  }

  nav a {
    display: block;
    text-align: center;
    margin: 0px;
    padding: 12px 0px;
  }

  .burger-menu {
    display: block;
    position: absolute;
    right: 20px;
    top: -8px;
    font-size: 18px;
    color: #000;
  }

  .col-left,
  .col-right {
    width: 100% !important;
    float: none !important;
    display: block !important;
  }

  .section-title {
    font-size: 40px;
  }

  .section-subtitle {
    font-size: 20px;
    margin-bottom: 36px;
  }

  div.panel {
    /* padding: 0 0px; */
    /* background-color: transparent; */
    /* max-height: 0; */
    overflow: hidden;
    transition: 0.6s ease-in-out;
    /* opacity: 0; */
  }

  div.panel.show {
    opacity: 1;
    max-height: 800px;
  }

  div.panel ul {
    padding: 0 30px;
    font-size: 17px;
    line-height: 28px;
  }

  .wrap {
    display: block;
  }

  .wrap1 {
    display: block;
  }

  .block {
    display: block;
    vertical-align: middle;
  }
}

nav > .nav.nav-tabs {
  border: none;
  color: #fff;
  background: #272e38;
  border-radius: 0;
}

.tab-content {
  background: #fdfdfd;
  line-height: 25px;
  border: 1px solid #ddd;
  /* border-top: 5px solid #e74c3c; */
  /* border-bottom: 5px solid #e74c3c; */
  /* padding: 30px 25px; */
}

#contact-form input,
#contact-form select {
  height: 40px;
  border: none;
  width: 100%;
  z-index: 0;
  padding-left: 8px;
  background: #fff;
}

#contact-form .input-group-addon {
  background: #134948;
  color: #fff;
  border: 0;
}

.form-ico {
  font-size: 19px !important;
}

#contact-form textarea {
  border: none;
  resize: none;
  /*height: 40px;*/
}

#contact-form .form-group {
  height: 40px;
  margin-bottom: 23px;
}

@media only screen and (max-width: 380px) {
  .her h3 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 580px) {
  .tbl-holder {
    overflow: scroll;
  }

  .tbl {
    width: 100% !important;
  }
}

.msgicon {
  height: 100px;
  width: 100px;
  border: 4px solid #fff;
  font-size: 39px;
  background: #134948;
  color: #fff;
  border-radius: 50%;
  padding: 20px;
  text-align: center;
  margin: 0px auto;
  display: block;
}

.oops {
  /*color: #fff;*/
  text-align: center;
  font-size: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.space {
  margin-top: 8%;
}

.oops-subtitle {
  /*color: #fff;*/
  font-size: 18px;
}

.go-home {
  color: #134948;
  background: #fff;
  font-size: 19px;
  padding: 10px;
  width: 225px;
  margin: 0px auto;
  margin-top: 30px;
  border-radius: 5px;
  transition: ease 0.5s;
}

.go-home:hover {
  transition: ease 0.5s;
  color: #fff;
  background: #134948;
  border-radius: 25px;
}

.oops-greet {
  color: #134948;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}

button.btn.btn-danger.interested {
  position: fixed;
  bottom: 15px;
  left: 15px;
  transition: 0.4s ease-in;
  z-index: 999;
  background-color: #134948;
  width: 160px;
  font-weight: 600;
  font-size: 20px;
  padding: 5px;
  border: 2px solid #ffffff;
}

button.btn.btn-danger.dbroucher {
  transition: 0.4s ease-in;
  z-index: 999;
  background-color: #134948;
  /* width: 160px; */
  font-weight: 600;
  font-size: 20px;
  margin-top: 30px;
  padding: 5px 20px;
  border: 2px solid #ffffff;
}

#float-form input,
#float-form select {
  height: 40px;
  border: none;
  padding-left: 9px;
  width: 100%;
  z-index: 0;
  background: #f3f3f3;
}

#float-form .input-group-addon {
  background: #134948;
  color: #fff;
  border: 0;
}

#float-form .form-ico {
  font-size: 19px !important;
}

#float-form .form-group {
  height: 40px;
  margin-bottom: 23px;
}

/* #iam-interested input,
#float-form select {
    height: 40px !important;
    border: none !important;
    padding-left: 9px !important;
    width: 100%;
    background: #fff !important;
} */

#iam-interested .input-group-addon {
  background: #134948;
  color: #fff;
  border: 0;
}

#iam-interested .form-ico {
  font-size: 19px !important;
}

/* #iam-interested .form-group {
    height: 40px;
    margin-bottom: 23px;
} */

#sea-pop .modal-dialog {
  width: 90%;
  margin: 20px auto;
}

#sea-pop .modal-body {
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .space {
    margin-top: 15%;
  }
}

#carousel-example-generic {
  /* height: 100vh !important; */
  /* margin-top: 85px; */
}

.m-banner {
  display: none !important;
}

@media only screen and (max-width: 700px) {
  .d-banner {
    display: none !important;
  }

  .m-banner {
    display: block !important;
  }

  #carousel-example-generic {
    /* margin-top: 47px; */
  }

  #sea-pop .modal-dialog {
    width: 100%;
    margin: 20px auto;
  }
}

@media only screen and (min-width: 992px) {
  #contact {
    /* height: 550px; */
    /* padding: 50px 150px; */
  }
}

.tbl {
  /*border: none;*/
  /*box-shadow: 8px 8px 19px #bbbbbb;*/
  background: #fff;
}

.glyphicon-chevron-left:before {
  content: "" !important;
}

.glyphicon-chevron-right:before {
  content: "" !important;
}

.carousel-control img {
  width: 35px;
}

/* ============================================================
   GALLERY SECTION — PREMIUM
   ============================================================ */

#gallery {
  position: relative;
  padding: 70px 0 80px;
  background: linear-gradient(180deg, #faf6ec 0%, #ffffff 100%);
  margin-bottom: 0;
  overflow: hidden;
}

#gallery::before,
#gallery::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.6;
}

#gallery::before {
  top: -120px;
  right: -120px;
  background: radial-gradient(
    circle at center,
    rgba(201, 169, 106, 0.12),
    transparent 65%
  );
}

#gallery::after {
  bottom: -150px;
  left: -150px;
  background: radial-gradient(
    circle at center,
    rgba(19, 73, 72, 0.06),
    transparent 65%
  );
}

#gallery > .container {
  position: relative;
  z-index: 1;
}

/* Section title */
.gall-head {
  font-family: "Philosopher", "CorporateS-Regular", serif !important;
  font-size: 46px !important;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--hok-teal-deep);
  position: relative;
  width: auto !important;
  text-align: center !important;
  margin: 0px auto !important;
  display: block;
}

.gall-head::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  margin: 14px auto 6px;
  background: var(--hok-grad-gold);
  border-radius: 2px;
}

/* Tabs — premium gold-pill row */
.mytab.nav-tabs {
  display: inline-flex !important;
  gap: 10px;
  border: none !important;
  background: rgba(255, 255, 255, 0.7);
  padding: 6px;
  border-radius: 50px;
  box-shadow:
    0 6px 20px rgba(19, 73, 72, 0.1),
    inset 0 0 0 1px rgba(201, 169, 106, 0.22);
  margin: 15px auto 30px !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  float: none !important;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.mytab li {
  float: none !important;
  display: inline-block;
  margin: 0 !important;
}

.mytab > li > a {
  position: relative;
  display: inline-block;
  padding: 11px 28px !important;
  font-family: "CorporateS-Regular", sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--hok-teal-deep) !important;
  background: transparent !important;
  border: none !important;
  border-radius: 50px !important;
  transition: all 0.3s ease;
  cursor: pointer;
}

.mytab > li > a:hover,
.mytab > li > a:focus {
  background: rgba(201, 169, 106, 0.1) !important;
  color: var(--hok-gold-dark) !important;
  border: none !important;
}

.mytab > li.active > a,
.mytab > li.active > a:hover,
.mytab > li.active > a:focus {
  color: var(--hok-teal-deep) !important;
  background: var(--hok-grad-gold) !important;
  border: none !important;
  box-shadow:
    0 6px 18px rgba(201, 169, 106, 0.4),
    inset 0 -2px 0 rgba(156, 125, 76, 0.3);
}

/* Gallery grid — single source of truth */
/* ── Gallery Swiper ── */
.gallery-swiper-wrap {
  position: relative;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  isolation: isolate;
  transform: translateZ(0);
}

.gallery-swiper {
  width: 100%;
  overflow: hidden;
  border-radius: 14px;
}

.gallery-swiper .swiper-slide {
  border-radius: 12px;
  overflow: hidden;
}

.gallery-slide-link {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  height: 420px;
  cursor: pointer;
  box-shadow: 0 8px 28px rgba(19, 73, 72, 0.18);
  transition:
    box-shadow 0.4s ease,
    transform 0.4s ease;
}

.gallery-slide-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left bottom;
  display: block;
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.gallery-slide-link:hover img {
  transform: scale(1.09);
}

.gallery-slide-link:hover {
  box-shadow:
    0 20px 50px rgba(19, 73, 72, 0.32),
    inset 0 0 0 2px rgba(201, 169, 106, 0.5);
  transform: translateY(-4px);
}

.gallery-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(15, 58, 57, 0) 40%,
    rgba(15, 58, 57, 0.65) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.gallery-slide-link:hover .gallery-slide-overlay {
  opacity: 1;
}

.gallery-slide-overlay i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: var(--hok-teal-deep);
  font-size: 18px;
  border: 2px solid var(--hok-gold);
  box-shadow: 0 10px 30px rgba(19, 73, 72, 0.4);
  transform: scale(0.8);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.gallery-slide-link:hover .gallery-slide-overlay i {
  transform: scale(1);
}

/* Controls bar — arrows + dots centered below the slider */
.gallery-swiper-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 22px;
}

.gallery-swiper-controls .swiper-button-prev,
.gallery-swiper-controls .swiper-button-next {
  position: static;
  width: 40px;
  height: 40px;
  margin: 0;
  flex-shrink: 0;
  background: var(--hok-teal-deep);
  border-radius: 50%;
  border: 2px solid var(--hok-gold);
  box-shadow: 0 4px 16px rgba(19, 73, 72, 0.25);
  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.gallery-swiper-controls .swiper-button-prev::after,
.gallery-swiper-controls .swiper-button-next::after {
  font-size: 13px;
  color: var(--hok-gold);
  font-weight: 700;
}

.gallery-swiper-controls .swiper-button-prev:hover,
.gallery-swiper-controls .swiper-button-next:hover {
  background: var(--hok-grad-gold);
  transform: scale(1.1);
}

.gallery-swiper-controls .swiper-button-prev:hover::after,
.gallery-swiper-controls .swiper-button-next:hover::after {
  color: var(--hok-teal-deep);
}

@media (max-width: 767px) {
  .gallery-slide-link {
    height: 300px;
  }
}

/* ── Floor plan card (Plan tab) ── */

/* Floor-plan tile — highlighted hero card */
.floor-plan-iphone {
  margin: 0 auto !important;
  float: none !important;
  width: 100%;
  max-width: 460px;
  padding: 0 !important;
}

.floor-plan-iphone .latest-post {
  height: 380px !important;
  width: 100% !important;
  margin: 0 !important;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  box-shadow:
    0 18px 50px rgba(19, 73, 72, 0.22),
    inset 0 0 0 2px rgba(201, 169, 106, 0.35);
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
  /* keep the blur set by inline style */
}

.floor-plan-iphone .latest-post::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(15, 58, 57, 0.3) 0%,
    rgba(15, 58, 57, 0.75) 100%
  );
  z-index: 1;
}

.floor-plan-iphone .latest-post:hover {
  transform: translateY(-4px);
  box-shadow:
    0 30px 70px rgba(19, 73, 72, 0.3),
    inset 0 0 0 2px var(--hok-gold);
}

.floor-plan-iphone .latest-post-inner {
  z-index: 2;
}

.floor-plan-iphone .link-icon {
  opacity: 1;
  transform: none;
}

.floor-plan-iphone .link-icon a {
  width: 72px;
  height: 72px;
  background: var(--hok-grad-gold);
  border-color: rgba(255, 255, 255, 0.4);
}

.floor-plan-iphone .link-icon a i {
  font-size: 22px;
  color: var(--hok-teal-deep);
}

/* Mobile (Owl Carousel) */
@media (max-width: 767px) {
  #gallery {
    padding: 50px 0 60px;
  }
  .gall-head {
    font-size: 28px !important;
  }
  .mytab.nav-tabs {
    margin: 20px auto 28px !important;
    padding: 5px;
  }
  .mytab > li > a {
    padding: 9px 20px !important;
    font-size: 11.5px !important;
    letter-spacing: 1.5px !important;
  }

  /* Once Owl initialises it removes the flex layout for us */
  .gallery-mobile-slider.owl-carousel {
    display: block;
    margin: 0;
  }
  .gallery-mobile-slider.owl-carousel > .latest-post {
    flex: none;
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .gallery-mobile-slider.owl-carousel > .latest-post > .latest-post {
    height: 260px;
  }
  .gallery-mobile-slider.owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
  }
  .gallery-mobile-slider.owl-carousel .owl-item {
    padding: 4px;
  }

  /* Owl nav as premium circular gold buttons */
  .gallery-mobile-slider.owl-carousel .owl-nav {
    text-align: center;
    margin-top: 18px;
    display: flex;
    justify-content: center;
    gap: 12px;
  }
  .gallery-mobile-slider.owl-carousel .owl-nav button.owl-prev,
  .gallery-mobile-slider.owl-carousel .owl-nav button.owl-next {
    position: static !important;
    background: var(--hok-grad-teal) !important;
    color: #ffffff !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    box-shadow: 0 6px 16px rgba(19, 73, 72, 0.25) !important;
    transform: none !important;
    border: 1px solid rgba(201, 169, 106, 0.4) !important;
    font-size: 13px !important;
  }
  .gallery-mobile-slider.owl-carousel .owl-nav button.owl-prev:hover,
  .gallery-mobile-slider.owl-carousel .owl-nav button.owl-next:hover {
    background: var(--hok-grad-gold) !important;
    color: var(--hok-teal-deep) !important;
    border-color: var(--hok-gold) !important;
  }
  .gallery-mobile-slider.owl-carousel .owl-dots {
    margin-top: 12px !important;
  }
  .gallery-mobile-slider.owl-carousel .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    background: rgba(19, 73, 72, 0.2) !important;
  }
  .gallery-mobile-slider.owl-carousel .owl-dots .owl-dot.active span,
  .gallery-mobile-slider.owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--hok-gold) !important;
    width: 24px !important;
    border-radius: 4px !important;
  }

  /* Floor plan on mobile */
  .floor-plan-iphone .latest-post {
    height: 320px !important;
  }
}

@media (max-width: 480px) {
  .gall-head {
    font-size: 24px !important;
  }
}

#sp-footer {
  background: #134948;
  background: linear-gradient(180deg, #1a5e5d 0%, #134948 60%, #0e3a39 100%);
  color: #ffffff;
  padding: 0;
  border-top: 3px solid #c9a96a;
}

#sp-footer .footer-top {
  padding: 20px 0 16px;
}

#sp-footer .footer-col {
  padding: 10px 20px;
  text-align: left;
}

#sp-footer .footer-col-center {
  text-align: center;
}

#sp-footer .footer-heading {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #c9a96a;
  margin: 0 0 18px;
  padding-bottom: 10px;
  position: relative;
}

#sp-footer .footer-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #c9a96a;
}

#sp-footer .footer-text {
  font-size: 14px;
  line-height: 24px;
  color: #e6efee;
  margin: 0 0 10px;
}

#sp-footer .footer-text strong {
  color: #ffffff;
  font-weight: 600;
}

#sp-footer .footer-contact {
  margin-top: 14px;
  font-size: 16px;
}

#sp-footer .footer-contact a {
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s ease;
}

#sp-footer .footer-contact a:hover {
  color: #c9a96a;
}

#sp-footer .footer-contact i {
  margin-right: 6px;
  color: #c9a96a;
}

#sp-footer .footer-link {
  color: #c9a96a;
  text-decoration: underline;
  word-break: break-all;
  transition: color 0.2s ease;
}

#sp-footer .footer-link:hover {
  color: #ffffff;
}

#sp-footer .footer-logo-wrap {
  display: inline-block;
  background: #ffffff;
  padding: 14px 22px;
  border-radius: 6px;
  margin-bottom: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}

#sp-footer .footer-logo-wrap img {
  height: 55px;
  width: auto;
  display: block;
}

#sp-footer .footer-logo-wrap-hok {
  background: transparent;
  box-shadow: none;
  padding: 0;
  margin-bottom: 8px;
}

#sp-footer .footer-logo-wrap-hok img {
  height: 130px;
  max-width: 100%;
}

#sp-footer .footer-rera {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

#sp-footer .footer-rera-text {
  flex: 1 1 auto;
  min-width: 0;
}

#sp-footer .footer-rera-text .footer-text {
  margin-bottom: 6px;
}

#sp-footer .footer-rera-qr {
  flex: 0 0 auto;
  background: #ffffff;
  padding: 4px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

#sp-footer .footer-rera-qr img {
  display: block;
  width: 86px;
  height: 86px;
}

#sp-footer .footer-developed-by {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#sp-footer .footer-left-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

#sp-footer .footer-address-block {
  flex: 1;
}

#sp-footer .footer-dev-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-shrink: 0;
  border-left: 1px solid rgba(255,255,255,0.1);
  padding-left: 20px;
}

#sp-footer .footer-dev-block span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #c9d6d5;
}

#sp-footer .footer-dev-block img {
  height: 90px;
  width: auto;
  display: block;
  background: none;
  padding: 0;
  border-radius: 0;
  filter: brightness(0) invert(1);
}

#sp-footer .footer-developed-by span {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #c9d6d5;
}

#sp-footer .footer-developed-by img {
  height: 38px;
  width: auto;
  background: #ffffff;
  padding: 4px 8px;
  border-radius: 4px;
}

#sp-footer .footer-tagline {
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.5px;
  color: #c9a96a;
  margin: 0;
}

#sp-footer .footer-col-right .footer-heading {
  /* keep alignment consistent on desktop */
}

#sp-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 16px 0;
  text-align: center;
}

#sp-footer .footer-bottom p {
  margin: 0;
  font-size: 12.5px;
  letter-spacing: 1.2px;
  color: #c9d6d5;
}

.fixHeader {
  background-color: #134948;
  transition: ease all 0.5s;
}

#configuration {
  background: linear-gradient(160deg, #0a2a29 0%, #0f3d3b 40%, #1a5f5c 70%, #0c3231 100%);
  background-size: cover;
  background-attachment: fixed;
}

.back {
  padding: 40px 0px 90px;
  background-color: rgba(0, 0, 0, 0.7);
}

.contact-back {
  padding: 40px 150px;
  background-color: #0000009c;
}

/*#overview{*/

/*background: #f5f5f5;*/

/*}*/

#amenities {
  padding: 0px 100px 70px 100px;
  /*background: url("../images/amenities.jpg") center;*/
}

/* Tablet & small desktop — 3 columns stay, but RERA stacks vertically and sizes shrink */
@media all and (max-width: 991px) {
  #amenities {
  padding: 10px 10px 60px 10px !important;
  /*background: url("../images/amenities.jpg") center;*/
}
  .cust-container {
    width: 92%;
    padding: 15px;
  }

  #sp-footer .footer-top {
    padding: 35px 0 20px;
  }

  #sp-footer .footer-col {
    padding: 10px 12px;
  }

  #sp-footer .footer-heading {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 14px;
  }

  #sp-footer .footer-text {
    font-size: 13px;
    line-height: 22px;
  }

  #sp-footer .footer-contact {
    font-size: 14px;
    margin-top: 10px;
  }

  #sp-footer .footer-logo-wrap-hok img {
    height: 110px;
  }

  #sp-footer .footer-tagline {
    font-size: 12px;
  }

  #sp-footer .footer-rera {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  #sp-footer .footer-rera-qr img {
    width: 78px;
    height: 78px;
  }
}

/* Mobile (xs) — stack columns into one centered column */
@media all and (max-width: 767px) {
  #sp-footer .footer-left-inner {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  #sp-footer .footer-dev-block {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 20px;
    width: 100%;
  }

  #sp-footer {
    text-align: center;
  }

  .rera-sec {
    margin-bottom: 42px;
  }

  #sp-footer .footer-top {
    padding: 30px 0 10px;
  }

  #sp-footer .footer-col {
    padding: 18px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
  }

  #sp-footer .footer-col:last-child {
    border-bottom: none;
  }

  #sp-footer .footer-col-center {
    order: -1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  #sp-footer .footer-heading {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    font-size: 13px;
  }

  #sp-footer .footer-heading::after {
    left: 50%;
    transform: translateX(-50%);
  }

  #sp-footer .footer-contact {
    justify-content: center;
  }

  #sp-footer .footer-bottom {
    margin-bottom: 5px;
    padding: 14px 12px;
  }

  #sp-footer .footer-bottom p {
    font-size: 10.5px;
    letter-spacing: 0.6px;
    line-height: 1.5;
    padding: 0;
  }

  #sp-footer .footer-rera {
    align-items: center;
  }

  #sp-footer .footer-rera-text {
    text-align: center;
  }

  #sp-footer .footer-rera-qr {
    align-self: center;
  }

  #sp-footer .footer-rera-qr img {
    width: 90px;
    height: 90px;
  }

  #sp-footer .footer-logo-wrap-hok img {
    height: 95px;
  }

  #sp-footer .footer-developed-by {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  #sp-footer .footer-developed-by span {
    font-size: 11px;
    letter-spacing: 0.8px;
  }

  #sp-footer .footer-developed-by img {
    height: 32px;
  }
}

/* Extra-small mobile */
@media all and (max-width: 380px) {
  #sp-footer .footer-bottom p {
    font-size: 9.5px;
    letter-spacing: 0.4px;
  }

  #sp-footer .footer-developed-by {
    flex-direction: column;
    gap: 6px;
  }
}

.fixed-footer-cust {
  background: #134948;
  text-align: center;
  padding: 10px 0px 10px 0px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 99;
}

.f-icon {
}

.fix-link {
  color: #fff !important;
  font-size: 14px;
}

.div-line {
  border-right: 1px solid #fff;
}

.i-am {
  padding: 0;
  background: transparent;
}

.foo-txt {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
}

.footer-call {
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.footer-call a {
  color: #ffffff;
  text-decoration: none;
}

#video {
  width: 68%;
  margin: 0px auto;
  display: block;
  margin-top: 20px;
}

@media all and (max-width: 767px) {
  #video {
    width: 100%;
    height: 175px;
  }

  .fa-chevron-right {
    font-size: 3rem;
  }

  .fa-chevron-left {
    font-size: 3rem;
  }
}

#pageloader {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

#pageloader img {
  left: 50%;
  width: 100px;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

.rera-sec {
  background: #134948;
  padding: 8px 0px;
}

.rera-sec p {
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 19px;
  margin: 0px;
}

.rera-sec h3 {
  margin-top: 0px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 800;
}

#location {
  /* background: #f5f5f5; */
}

.panoroma {
  background: url("../images/panoroma.jpg") no-repeat left center transparent;
  transition: background-position 15000ms ease-in-out;
  height: 100vh;
}

.pd0 {
  padding: 0px;
}

.logo-color {
  /* background: #ffffff; */
  padding: 0px;
}

@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: 40px;
  }
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
}

.fa-chevron-right {
  margin-left: -30px;
  width: 30px;
  height: 30px;
  margin-top: -40px;
  font-size: 5rem !important;
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.fa-chevron-left {
  margin-right: -10px;
  width: 30px;
  height: 30px;
  margin-top: -40px;
  font-size: 5rem !important;
  right: 50%;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.pd-0 {
  padding: 0 !important;
}

/* ============ AMENITIES DESKTOP LAYOUT ============ */
.ame-desktop-view { display: block; }
.ame-mobile-view  { display: none; }

/* Desktop amenities slider wrapper */
.ame-desk-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.ame-desk-swiper .swiper-slide {
  height: auto;
}

.ame-desk-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}

.ame-desk-btn-prev,
.ame-desk-btn-next {
  position: static !important;
  width: 42px !important;
  height: 42px !important;
  background: #ffffff;
  border: 2px solid var(--hok-gold);
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(19, 73, 72, 0.12);
  margin-top: 0 !important;
  transform: none !important;
  flex-shrink: 0;
  transition: background 0.25s, border-color 0.25s;
}

.ame-desk-btn-prev:hover,
.ame-desk-btn-next:hover {
  background: var(--hok-gold);
}

.ame-desk-btn-prev::after,
.ame-desk-btn-next::after {
  font-size: 13px !important;
  font-weight: 800;
  color: var(--hok-gold);
}

.ame-desk-btn-prev:hover::after,
.ame-desk-btn-next:hover::after {
  color: #ffffff;
}

.ame-desk-btn-prev.swiper-button-disabled,
.ame-desk-btn-next.swiper-button-disabled {
  opacity: 0.30;
  pointer-events: none;
}

.ame-desk-pagination {
  position: static !important;
  display: flex;
  align-items: center;
  gap: 6px;
  width: auto !important;
}

.ame-desk-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(201, 169, 106, 0.40);
  opacity: 1;
  margin: 0 !important;
  transition: all 0.3s ease;
}

.ame-desk-pagination .swiper-pagination-bullet-active {
  background: var(--hok-gold);
  width: 22px;
  border-radius: 4px;
}

.ame-row {
  display: flex;
  align-items: stretch;
  margin-bottom: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(19, 73, 72, 0.10);
  border: 1px solid rgba(201, 169, 106, 0.18);
  background: #ffffff;
}

.ame-row:last-child { margin-bottom: 0; }

.ame-text-col {
  flex: 0 0 40%;
  padding: 40px 40px 40px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ffffff;
}

.ame-img-col {
  flex: 0 0 60%;
  overflow: hidden;
  position: relative;
  height: 420px;
}

.ame-img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.ame-row:hover .ame-img-col img {
  transform: scale(1.04);
}

.ame-row .ame-icon {
  display: none;
}

.ame-row .ame-card-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--hok-teal-deep);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 8px;
  position: relative;
  padding-bottom: 12px;
}

.ame-row .ame-card-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 2px;
  background: var(--hok-gold);
}

.ame-row .ame-card-list {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
}

.ame-row .ame-card-list li {
  font-size: 14.5px;
  color: #4a4a4a;
  padding: 8px 0 8px 26px;
  border-bottom: 1px solid rgba(201, 169, 106, 0.15);
  position: relative;
  line-height: 1.45;
}

.ame-row .ame-card-list li:last-child { border-bottom: none; }

.ame-row .ame-card-list li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--hok-gold);
  font-size: 13px;
}

@media (max-width: 767px) {
  .ame-desktop-view { display: none; }
  .ame-mobile-view  { display: block; }
}

/* ============ AMENITIES SWIPER CARDS ============ */
.ame-swiper {
  width: 100%;
  overflow: hidden;
  padding: 0 40px 4px;
  box-sizing: border-box;
}

.ame-swiper .swiper-slide {
  height: auto;
}

/* Card */
.ame-card {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 30px rgba(19, 73, 72, 0.12), 0 2px 8px rgba(19, 73, 72, 0.06);
  border: 1px solid rgba(201, 169, 106, 0.2);
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Image */
.ame-card-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
}

.ame-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.ame-card:hover .ame-card-img img {
  transform: scale(1.04);
}

.ame-card-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(10, 42, 41, 0.35) 100%);
  pointer-events: none;
}

/* Body */
.ame-card-body {
  padding: 24px 28px 28px;
  flex: 1;
}

.ame-icon {
  width: 52px;
  height: 52px;
  object-fit: contain;
  margin-bottom: 12px;
}

.ame-card-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--hok-teal-deep);
  margin: 0 0 14px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.ame-card-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ame-card-list li {
  font-size: 14.5px;
  color: #4a4a4a;
  padding: 6px 0 6px 18px;
  border-bottom: 1px solid rgba(201, 169, 106, 0.15);
  position: relative;
  line-height: 1.45;
}

.ame-card-list li:last-child {
  border-bottom: none;
}

.ame-card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: var(--hok-gold);
  border-radius: 50%;
}

/* Controls */
.ame-swiper-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 22px;
}

.ame-pagination {
  position: static !important;
  display: flex;
  align-items: center;
  gap: 6px;
  width: auto !important;
}

.ame-pagination .swiper-pagination-bullet {
  background: var(--hok-gold);
  opacity: 0.4;
  width: 8px;
  height: 8px;
  margin: 0 !important;
  transition: all 0.3s ease;
}

.ame-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--hok-teal-deep);
  width: 22px;
  border-radius: 4px;
}

.ame-btn-prev,
.ame-btn-next {
  position: static !important;
  width: 38px !important;
  height: 38px !important;
  background: #ffffff;
  border: 1px solid rgba(201, 169, 106, 0.5);
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(19, 73, 72, 0.12);
  margin-top: 0 !important;
  transform: none !important;
  flex-shrink: 0;
}

.ame-btn-prev::after,
.ame-btn-next::after {
  font-size: 12px !important;
  font-weight: 800;
  color: var(--hok-teal-deep);
}

.ame-btn-prev.swiper-button-disabled,
.ame-btn-next.swiper-button-disabled {
  opacity: 0.25;
}

/* Tablet: tighten side padding */
@media (max-width: 991px) {
  .ame-swiper {
    padding: 0 20px 4px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .ame-swiper {
    padding: 0 16px 4px;
  }
  .ame-card-body {
    padding: 18px 20px 22px;
  }
  .ame-card-title {
    font-size: 17px;
  }
  .ame-card-list li {
    font-size: 13.5px;
  }
}

.modal-header {
  border: none !important;
}

.modal-body {
  background: #ccc;
}

.panel-body {
  padding: 10px 24px;
  /* height: 370px; */
}

.panel-group .panel-heading {
  border-bottom: 0;
  background: #134948;
}

.panel-title {
  margin-top: 0;
  /* margin-bottom: 20px; */
  font-size: 16px;
  color: inherit;
  color: #000;
  border-bottom: 2px solid;
  /* width: 244px; */
  display: inline;
}

@media screen and (max-width: 767px) {
  .panel-body {
    padding: 15px 0px;
    height: initial;
    /* margin-bottom: 54px; */
  }

  #contact {
    /* padding: 40px; */
  }
}

.tbl-holder {
  margin-bottom: 30px;
}

.rera-dis p {
  color: #000;
  font-size: 15px;
  text-align: center;
  line-height: 19px;
  margin: 10px 160px;
}

@media only screen and (max-width: 767px) {
  .rera-dis p {
    color: #000;
    font-size: 15px;
    text-align: center;
    line-height: 19px;
    margin: -30px 0px 47px;
  }

  #sp-footer p {
    line-height: 20px;
    color: #000;
    margin-bottom: 45px;
  }
}

.timeline {
  list-style-type: none;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  padding: 0px;
}

.li {
  transition: all 200ms ease-in;
}

.timestamp {
  margin-bottom: 0px;
  padding: 0px 66px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 100;
}

.li.complete .status {
  border-top: 2px solid #222;
}

.status {
  padding: 0px 40px;
  /* display: flex; */
  justify-content: center;
  border-top: 2px solid #d6dce0;
  position: relative;
  transition: all 200ms ease-in;
}

.li.complete .status h4 {
  color: #222;
  margin-top: 16px;
  text-align: center;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 1px;
}

.status h4 {
  font-weight: 600;
}

.li.complete .status:before {
  background-color: #222;
  border: none;
  transition: all 200ms ease-in;
}

.status:before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 25px;
  border: 1px solid #ddd;
  position: absolute;
  top: -15px;
  left: 46%;
  transition: all 200ms ease-in;
}

.locationBox1 {
  /* margin: 18px 0px; */
  /* margin-top: 65px; */
}

.locationBox1 .location-icon {
  color: #fff;
  font-size: 50px;
  width: 60px;
  height: 60px;
  line-height: 120px;
  margin: 0 auto 40px;
  display: block;
  position: relative;
}

.locationBox1 .location-icon:before {
  content: "";
  /* background: linear-gradient(to right,#d3ad37 49%,#d5b659 50%); */
  width: 100%;
  height: 100%;
  border-radius: 55px 50px 0px 50px;
  /* box-shadow: 0 0 0 5px #fff inset; */
  /* border: 5px solid #222222; */
  border-right: none;
  border-top: none;
  transform: rotate(45deg);
  background: #fff;
  position: absolute;
  box-shadow: 3px 3px 10px #222222;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.5s ease 0s;
}

.location-icon span,
.location-icon i {
  color: #1a430f;
  font-size: 36px;
  width: 36px;
  height: 36px;
  line-height: 52px;
  /* margin: 0 auto 40px; */
  /* display: block; */
  position: relative;
  z-index: 1;
  top: -33px;
}

.db-bro {
  transition: 0.4s ease-in;
  z-index: 999;
  background-color: #134948;
  /* width: 160px; */
  font-weight: 600;
  font-size: 16px;
  /* margin-top: 30px; */
  padding: 5px 20px;
  border: 2px solid #ffffff;
  color: #fff;
  margin-left: 15px;
  border-radius: 50px;
}

.divider {
  width: 50%;
}

.GreyBtn {
  background: #505050;
  color: #fff;
  background: -moz-linear-gradient(
    left,
    #505050 0%,
    #505050 46%,
    #ffffff 51%,
    #505050 56%,
    #505050 100%
  );
  background: -webkit-linear-gradient(
    left,
    #505050 0%,
    #505050 46%,
    #ffffff 51%,
    #505050 56%,
    #505050 100%
  );
  background: linear-gradient(
    to right,
    #134948 0%,
    #134948 46%,
    #ffffff 51%,
    #134948 56%,
    #134948 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#505050', GradientType=1);
  background-size: 600% 600%;
  -webkit-animation: AnimationNameGrey 3s ease infinite;
  animation: AnimationNameGrey 3s ease infinite;
}

@-webkit-keyframes AnimationNameGrey {
  0% {
    background-position: 100%;
  }
  100% {
    background-position: 0%;
  }
}

@keyframes AnimationNameGrey {
  0% {
    background-position: 100%;
  }
  100% {
    background-position: 0%;
  }
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
  border: 1px solid;
}

#myTabs li {
  font-weight: 800;
  color: #000;
  letter-spacing: 1px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #1a430f;
}

.mob-bro {
  margin: 5px 0px -5px;
  border-top: 2px solid #fff;
}

#myTabs li a {
  z-index: 99 !important;
}

.mytab li a {
  z-index: 99 !important;
}

#gallery .mytab .tab-content {
  border: none !important;
}

.click_here a {
  position: relative;
  z-index: 99 !important;
}
#floorplan .floor-plan-iphone {
  position: relative;
  z-index: 99 !important;
}

@media (max-device-width: 768px) {
  .timeline {
    list-style-type: none;
    display: block;
  }

  .dbroucher {
    background: #134948;
    position: absolute;
    top: -15px;
    left: 30%;
  }

  .li {
    transition: all 200ms ease-in;
    display: flex;
    width: inherit;
  }

  .timestamp {
    width: 100px;
    margin-bottom: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 100;
  }

  .li.complete .status {
    border-top: 2px solid #f2d379;
    width: 55%;
  }

  .locationBox1 {
    margin: -5px 15px -16px 0px;
    margin-top: 19px;
  }

  .li.complete .status:before {
    background-color: #222;
    border: none;
    transition: all 200ms ease-in;
    display: none;
  }

  .divider {
    width: 100%;
  }
}

/* ============ Overview section polish ============ */
#overview .overview-content {
  padding: 10px 30px 0 0;
}

#overview .overview-content p {
  font-size: 15.5px;
  line-height: 1.85;
  color: #3a4040;
  margin-bottom: 18px;
}

#overview .overview-content p strong {
  color: #134948;
  font-weight: 600;
}

#overview .overview-lead {
  position: relative;
  font-size: 17px !important;
  line-height: 1.7 !important;
  color: #1f2a2a !important;
  padding: 6px 0 6px 22px;
  border-left: 3px solid #c9a96a;
  margin-bottom: 24px !important;
  font-style: italic;
}

#overview .overview-lead strong {
  font-style: normal;
}

/* Overview badges — premium card row */
.overview-badges {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(201, 169, 106, 0.25);
  width: 100%;
}

.overview-badge {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(19, 73, 72, 0.10);
  border: none;
  padding: 0;
  transition: box-shadow 0.2s, transform 0.2s;
}

.overview-badge:hover {
  box-shadow: 0 8px 24px rgba(19, 73, 72, 0.18);
  transform: translateY(-2px);
  background: #fff;
  color: inherit;
}

.overview-badge .fa {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #134948, #1a5e5d);
  color: #c9a96a;
  font-size: 18px;
  width: 52px;
  min-height: 56px;
  flex-shrink: 0;
}

.overview-badge span.badge-text {
  padding: 0 14px;
  font-size: 13px;
  font-weight: 700;
  color: #134948;
  letter-spacing: 0.3px;
  line-height: 1.3;
}

@media (max-width: 991px) {
  .overview-badges {
    flex-wrap: wrap;
    gap: 12px;
  }
  .overview-badge {
    flex: 0 0 calc(50% - 6px);
  }
}

@media (max-width: 480px) {
  .overview-badge {
    flex: 0 0 100%;
  }
}

#overview .overview-stats,
#about-us .about-overview-stats {
  display: flex;
  gap: 24px;
  margin: 50px auto 10px;
  padding: 28px 20px;
  background: linear-gradient(135deg, #134948 0%, #1a5e5d 100%);
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(19, 73, 72, 0.18);
  position: relative;
  overflow: hidden;
}

#about-us .about-overview-stats {
  margin: 24px 0 0;
  flex-direction: column;
  gap: 0;
}

#about-us .about-overview-stats .overview-stat {
  border-right: none;
  border-bottom: 1px solid rgba(201, 169, 106, 0.3);
  padding: 14px 10px;
}

#about-us .about-overview-stats .overview-stat:last-child {
  border-bottom: none;
}

#overview .overview-stat,
#about-us .about-overview-stats .overview-stat {
  flex: 1 1 0;
  text-align: center;
  padding: 4px 14px;
  border-right: 1px solid rgba(201, 169, 106, 0.3);
  position: relative;
  z-index: 1;
}

#overview .overview-stat:last-child,
#about-us .about-overview-stats .overview-stat:last-child {
  border-right: none;
}

#overview .overview-stat-num,
#about-us .about-overview-stats .overview-stat-num {
  font-size: 38px;
  font-weight: 700;
  color: #c9a96a;
  letter-spacing: 0.5px;
  line-height: 1.1;
  margin-bottom: 6px;
  font-family: "CorporateS-Regular", serif;
}

#overview .overview-stat-num span,
#about-us .about-overview-stats .overview-stat-num span {
  font-size: 22px;
  font-weight: 600;
  color: #c9a96a;
  margin-left: 2px;
}

#overview .overview-stat-label,
#about-us .about-overview-stats .overview-stat-label {
  font-size: 13px;
  color: #e6efee;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  line-height: 1.4;
  font-weight: 500;
}

@media (max-width: 991px) {
  #overview .overview-content {
    padding: 10px 0 0;
  }

  #overview .overview-stat-num {
    font-size: 30px;
  }

  #overview .overview-stat-num span {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  #overview .overview-stats {
    flex-direction: column;
    gap: 18px;
    padding: 22px 18px;
    margin-top: 35px;
  }

  #overview .overview-stat {
    border-right: none;
    border-bottom: 1px solid rgba(201, 169, 106, 0.3);
    padding-bottom: 16px;
  }

  #overview .overview-stat:last-child {
    border-bottom: none;
    padding-bottom: 4px;
  }

  #overview .overview-lead {
    font-size: 16px !important;
    padding-left: 16px;
  }
}

/* ============ Overview enquiry form card ============ */
#overview .overview-form-col {
  padding: 0 15px;
}

#overview .overview-form-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 32px 28px 26px;
  box-shadow: 0 14px 40px rgba(19, 73, 72, 0.18);
  border-top: 4px solid #c9a96a;
  text-align: left;
  position: relative;
}

#overview .overview-form-header {
  text-align: center;
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}

#overview .overview-form-header h3 {
  color: #134948;
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 6px;
  letter-spacing: 0.5px;
}

#overview .overview-form-header p {
  color: #6c7777;
  font-size: 13.5px;
  line-height: 1.5;
  margin: 0;
}

#overview .overview-form-card .form-group {
  height: auto;
  margin-bottom: 16px;
  position: relative;
}

#overview .overview-form-card .input-group {
  display: flex;
  align-items: stretch;
  border: 1px solid #d9dfdf;
  border-radius: 6px;
  background: #f8faf9;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

#overview .overview-form-card .input-group:focus-within {
  border-color: #c9a96a;
  box-shadow: 0 0 0 3px rgba(201, 169, 106, 0.15);
  background: #ffffff;
}

#overview .overview-form-card .input-group-addon {
  background: transparent;
  border: none;
  color: #134948;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  flex-shrink: 0;
}

#overview .overview-form-card .form-control {
  border: none;
  background: transparent;
  box-shadow: none;
  height: 46px;
  font-size: 14.5px;
  color: #1f2a2a;
  padding: 0 12px;
  width: 100%;
  flex: 1;
}

#overview .overview-form-card .form-control:focus {
  outline: none;
  box-shadow: none;
}

#overview .overview-form-card .form-control::placeholder {
  color: #9aa6a5;
}

#overview .overview-form-card label.error {
  color: #c0392b;
  font-size: 12px;
  font-weight: 500;
  margin: 4px 0 0;
  display: block;
}

#overview .overview-form-btn {
  width: 100%;
  background: linear-gradient(135deg, #134948 0%, #1a5e5d 100%);
  color: #ffffff;
  border: none;
  border-radius: 6px;
  padding: 13px 20px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s ease;
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

#overview .overview-form-btn:hover,
#overview .overview-form-btn:focus {
  background: linear-gradient(135deg, #c9a96a 0%, #d4b87e 100%);
  color: #134948;
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(19, 73, 72, 0.22);
}

#overview .overview-form-btn i {
  font-size: 13px;
  transition: transform 0.25s ease;
}

#overview .overview-form-btn:hover i {
  transform: translateX(4px);
}

#overview .overview-form-note {
  text-align: center;
  font-size: 12px;
  color: #6c7777;
  margin: 14px 0 0;
}

#overview .overview-form-note i {
  color: #c9a96a;
  margin-right: 4px;
}

@media (max-width: 991px) {
  #overview .overview-form-card {
    padding: 26px 20px 22px;
  }

  #overview .overview-form-header h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  #overview .overview-form-col {
    margin-top: 30px;
    padding: 0 5px;
  }

  #overview .overview-form-card {
    padding: 22px 18px 18px;
  }

  #overview .overview-form-header h3 {
    font-size: 20px;
  }
}

/* ============================================================
   PREMIUM REFINEMENT LAYER
   --------------------------------------------------------------
   Palette: Deep Teal #134948 / Champagne Gold #c9a96a
   Adds: USP overlap strip, premium modal styling, polished CTAs
   ============================================================ */

:root {
  --hok-teal-deep: #0f3a39;
  --hok-teal: #134948;
  --hok-teal-mid: #1a5e5d;
  --hok-gold: #c9a96a;
  --hok-gold-light: #e0c489;
  --hok-gold-dark: #9c7d4c;
  --hok-cream: #faf6ec;
  --hok-stone: #f1ece0;
  --hok-ink: #1f2a2a;
  --hok-mute: #6c7777;
  --hok-shadow-sm: 0 2px 10px rgba(19, 73, 72, 0.08);
  --hok-shadow-md: 0 14px 38px rgba(19, 73, 72, 0.16);
  --hok-shadow-lg: 0 28px 60px rgba(19, 73, 72, 0.22);
  --hok-shadow-gold: 0 14px 36px rgba(201, 169, 106, 0.32);
  --hok-grad-teal: linear-gradient(
    135deg,
    #0f3a39 0%,
    #1a5e5d 60%,
    #0f3a39 100%
  );
  --hok-grad-gold: linear-gradient(
    135deg,
    #c9a96a 0%,
    #e0c489 50%,
    #b8924f 100%
  );
}



/* ============ USP STRIP (Project Highlights section) ============ */

#highlights{
  background-color: #f5f5f5;
  padding: 70px 0px !important;
}
.usp-strip-wrapper {
  position: relative;
  z-index: 10;
  margin-top: 28px;
}

/* Desktop grid — hidden on mobile */
.usp-desktop {
  display: block;
}
.usp-mobile-slider {
  display: none;
}

.usp-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow:
    0 18px 50px rgba(19, 73, 72, 0.2),
    0 4px 14px rgba(19, 73, 72, 0.08);
  border: 1px solid rgba(201, 169, 106, 0.35);
  position: relative;
}

.usp-strip::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--hok-grad-gold);
  z-index: 2;
}

.usp-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 22px;
  border-right: 1px solid #efe9d9;
  transition:
    background 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  background: #ffffff;
  position: relative;
  height: 100%;
}

.usp-item:last-child {
  border-right: none;
}

.usp-item:hover {
  background: var(--hok-grad-teal);
}

.usp-item:hover i,
.usp-item:hover strong,
.usp-item:hover span {
  color: #ffffff !important;
}

.usp-item:hover i {
  color: var(--hok-gold-light) !important;
}

.usp-item i {
  font-size: 30px;
  color: var(--hok-gold);
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(201, 169, 106, 0.12);
  transition:
    background 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.usp-item:hover i {
  background: rgba(255, 255, 255, 0.12);
  transform: scale(1.05);
}

.usp-item > div {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
  min-width: 0;
}

.usp-item strong {
  font-size: 14.5px;
  color: var(--hok-teal-deep);
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 1.25;
  display: block;
  margin-bottom: 2px;
  transition: color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.usp-item span {
  font-size: 11.5px;
  color: var(--hok-mute);
  letter-spacing: 0.6px;
  text-transform: uppercase;
  line-height: 1.3;
  transition: color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 991px) {
  .usp-strip {
    grid-template-columns: repeat(2, 1fr);
  }
  .usp-item:nth-child(2) {
    border-right: none;
  }
  .usp-item:nth-child(3),
  .usp-item:nth-child(4) {
    border-top: 1px solid #efe9d9;
  }
}

/* Mobile: hide desktop grid, show Swiper slider */
@media (max-width: 575px) {
  .usp-desktop {
    display: none;
  }
  .usp-mobile-slider {
    display: block;
    margin-top: 20px;
  }

  /* Swiper card */
  .usp-swiper {
    border-radius: 6px;
    overflow: hidden;
    box-shadow:
      0 10px 30px rgba(19, 73, 72, 0.15),
      0 4px 10px rgba(19, 73, 72, 0.07);
    border: 1px solid rgba(201, 169, 106, 0.35);
    position: relative;
  }

  .usp-swiper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--hok-grad-gold);
    z-index: 2;
  }

  .usp-swiper .usp-item {
    border-right: none;
    padding: 24px 18px;
    gap: 14px;
    height: 100%;
  }

  .usp-swiper .usp-item i {
    font-size: 28px;
    width: 44px;
    height: 44px;
  }

  .usp-swiper .usp-item strong {
    font-size: 14px;
  }

  .usp-swiper .usp-item span {
    font-size: 10.5px;
  }

  /* Controls row below the card */
  .usp-slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 14px;
  }

  /* Pagination dots */
  .usp-pagination {
    position: static !important;
    display: flex;
    align-items: center;
    gap: 6px;
    width: auto !important;
  }

  .usp-pagination .swiper-pagination-bullet {
    background: var(--hok-gold);
    opacity: 0.4;
    width: 7px;
    height: 7px;
    margin: 0 !important;
  }

  .usp-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--hok-teal-deep);
  }

  /* Prev / Next arrow buttons */
  .usp-btn-prev,
  .usp-btn-next {
    position: static !important;
    width: 32px !important;
    height: 32px !important;
    background: #ffffff;
    border: 1px solid rgba(201, 169, 106, 0.5);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(19, 73, 72, 0.10);
    margin-top: 0 !important;
    transform: none !important;
    flex-shrink: 0;
  }

  .usp-btn-prev::after,
  .usp-btn-next::after {
    font-size: 11px !important;
    font-weight: 800;
    color: var(--hok-teal-deep);
  }

  .usp-btn-prev.swiper-button-disabled,
  .usp-btn-next.swiper-button-disabled {
    opacity: 0.25;
  }
}

/* ============ PREMIUM TYPOGRAPHY POLISH ============ */
.section-title {
  font-family: "Philosopher", "CorporateS-Regular", serif;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--hok-teal-deep);
  position: relative;
  display: inline-block;
  width: 100%;
}

.section-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  margin: 14px auto 6px;
  background: var(--hok-grad-gold);
  border-radius: 2px;
}

.section-subtitle {
  font-family: "Philosopher", "CorporateS-Regular", serif;
  font-size: 22px;
  letter-spacing: 0.8px;
  color: var(--hok-gold-dark);
  font-style: italic;
}

@media (max-width: 767px) {
  .section-title {
    font-size: 30px;
  }
  .section-subtitle {
    font-size: 16px;
  }
}

/* ============ PREMIUM HEADER ============ */
header.normal-header {
  background: #134948;
  backdrop-filter: saturate(140%) blur(8px);
  -webkit-backdrop-filter: saturate(140%) blur(8px);
  box-shadow: 0 6px 24px rgba(19, 73, 72, 0.3);
  border-bottom: 1px solid rgba(201, 169, 106, 0.18);
  padding: 8px 0px;
}

.header-dev-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.header-dev-label {
  display: none;
}

.header-dev-logo img {
  height: 75px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
}

nav a {
  position: relative;
  font-weight: 600;
  letter-spacing: 0.6px;
  font-size: 12.5px !important;
  text-transform: uppercase;
  padding: 6px 4px;
  margin: 0 0 0 16px !important;
  color: #ffffff !important;
  transition: color 0.25s ease;
  white-space: nowrap;
}

nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: var(--hok-grad-gold);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

nav a:hover {
  color: #c9a961 !important;
  text-decoration: none;
}

nav a:hover::after {
  width: 100%;
}

/* ============ CONFIGURATION SECTION (premium dark band) ============ */
section#configuration .back {
  background: var(--hok-grad-teal);
  position: relative;
  padding: 70px 0 80px;
  overflow: hidden;
}

section#configuration .back::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse at top left,
      rgba(201, 169, 106, 0.18),
      transparent 50%
    ),
    radial-gradient(
      ellipse at bottom right,
      rgba(201, 169, 106, 0.12),
      transparent 50%
    );
  pointer-events: none;
}

section#configuration .back .container {
  position: relative;
  z-index: 1;
}

section#configuration .section-title {
  color: #ffffff !important;
}

section#configuration .section-title::after {
  background: var(--hok-grad-gold);
}

section#configuration thead tr {
  background: linear-gradient(135deg, #0f3a39 0%, #1a5e5d 60%, #0f3a39 100%);
}

section#configuration .her {
  background: transparent !important;
  color: var(--hok-gold-light) !important;
  border-bottom: 1px solid rgba(201, 169, 106, 0.35) !important;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
}

section#configuration .her h3 {
  color: var(--hok-gold-light);
  font-size: 16px;
  letter-spacing: 1.5px;
  margin: 4px 0;
}

section#configuration .tbl {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(201, 169, 106, 0.35);
  backdrop-filter: blur(4px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

section#configuration .tbl tbody tr {
  background: rgba(255, 255, 255, 0.85) !important;
  transition: background 0.25s ease;
}

section#configuration .tbl tbody tr:hover {
  background: rgba(201, 169, 106, 0.12) !important;
}

section#configuration .her1 {
  color: var(--hok-teal-deep) !important;
  font-size: 16px;
  font-weight: 500;
  padding: 18px 12px !important;
  border-color: rgba(15, 58, 57, 0.1) !important;
  letter-spacing: 0.4px;
}

section#configuration .her1.click_here {
  color: var(--hok-gold-dark) !important;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 13px;
}

section#configuration .her1.click_here a.price-click {
  display: inline-block;
  color: var(--hok-teal-deep) !important;
  background: var(--hok-grad-gold);
  padding: 8px 20px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity 0.25s ease, transform 0.2s ease;
}

section#configuration .her1.click_here a.price-click:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}

/* ============ AMENITIES PREMIUM POLISH ============ */
.ame-head,
.ame-head1 {
  font-family: "Philosopher", "CorporateS-Regular", serif;
  color: var(--hok-teal-deep);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  display: block;
  padding-bottom: 12px;
  margin-bottom: 18px;
}

.ame-head::after,
.ame-head1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: var(--hok-grad-gold);
}

.ame-list,
.ame-list1 {
  list-style: none;
  padding-left: 30px;
}

.ame-list li,
.ame-list1 li {
  position: relative;
  padding: 9px 0 9px 30px;
  color: #34403f;
  font-size: 15px;
  line-height: 1.55;
  border-bottom: 1px dashed rgba(201, 169, 106, 0.25);
}

.ame-list li:last-child,
.ame-list1 li:last-child {
  border-bottom: none;
}

.ame-list li::before,
.ame-list1 li::before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 9px;
  width: 20px;
  height: 20px;
  background: rgba(201, 169, 106, 0.14);
  color: var(--hok-gold-dark);
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  line-height: 20px;
  font-weight: 600;
}

/* align amenity lists with their headings */
.ame-list {
  margin-left: 9%;
  padding-left: 0;
}
.ame-list1 {
  margin-left: 20%;
  padding-left: 0;
}
.ame-head1 {
  font-size: 22px;
}

/* ============ LOCATION TABS POLISH ============ */
#myTabs.nav-pills > li > a {
  background: #ffffff;
  border: 1px solid rgba(201, 169, 106, 0.28);
  color: var(--hok-teal-deep) !important;
  padding: 14px 18px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  border-radius: 6px;
  margin: 0 6px;
  transition: all 0.3s ease;
}

#myTabs.nav-pills > li.active > a,
#myTabs.nav-pills > li > a:hover,
#myTabs.nav-pills > li > a:focus {
  background: var(--hok-grad-teal);
  color: #ffffff !important;
  border-color: var(--hok-teal);
  box-shadow: 0 8px 20px rgba(19, 73, 72, 0.2);
}

.tab-content .panel-body p {
  position: relative;
  font-size: 15px;
  line-height: 1.7;
  color: #2c3838;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(201, 169, 106, 0.25);
}

.tab-content .panel-body p:last-child {
  border-bottom: none;
}

.tab-content h4.panel-title,
.tab-content h4 {
  color: var(--hok-teal-deep);
  font-family: "Philosopher", "CorporateS-Regular", serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.4px;
  position: relative;
  padding-left: 14px;
  margin-bottom: 12px !important;
  margin-top: 18px;
}

.tab-content h4.panel-title::before,
.tab-content h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 3px;
  background: var(--hok-grad-gold);
  border-radius: 2px;
}

/* ============ CONTACT SECTION (premium) ============ */
.contact-map {
  position: relative;
  background: var(--hok-grad-teal);
}

.contact-map > div {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.contact-map .col-md-6.pd0 iframe {
  display: block;
  height: 100%;
  min-height: 560px;
  width: 100%;
  border: 0;
}

#contact {
  background-image: none !important;
  background: transparent;
}

.contact-back {
  background: var(--hok-grad-teal) !important;
  padding: 56px 50px 50px !important;
  position: relative;
  overflow: hidden;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-back::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse at top right,
      rgba(201, 169, 106, 0.22),
      transparent 55%
    ),
    radial-gradient(
      ellipse at bottom left,
      rgba(201, 169, 106, 0.1),
      transparent 55%
    );
  pointer-events: none;
}

.contact-back > * {
  position: relative;
  z-index: 1;
}

.contact-back .section-title {
  color: #ffffff !important;
  margin-bottom: 8px;
}

.contact-back .section-title::after {
  background: var(--hok-grad-gold);
}

.contact-back .form-p {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 13.5px;
  letter-spacing: 0.6px;
  margin: 18px 0 22px !important;
}

#contact-form {
  max-width: 460px;
  margin: 0 auto;
  width: 100%;
}

#contact-form .form-group {
  height: auto !important;
  margin-bottom: 14px !important;
  padding: 0 !important;
  width: 100%;
}

#contact-form .input-group {
  display: flex !important;
  align-items: stretch;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition:
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

#contact-form .input-group:focus-within {
  border-color: var(--hok-gold-light);
  box-shadow: 0 0 0 3px rgba(201, 169, 106, 0.3);
}

#contact .input-group-addon {
  background: var(--hok-gold) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0 !important;
  width: 48px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
}

#contact .form-control,
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"] {
  background: #ffffff !important;
  border: none !important;
  height: 48px !important;
  padding: 0 14px !important;
  font-size: 14.5px !important;
  color: var(--hok-ink) !important;
  width: 100% !important;
  flex: 1;
  box-shadow: none !important;
}

#contact .form-control::placeholder {
  color: #9aa6a5;
}

#contact .form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}

#contact-form label.error {
  color: #ffd5cc !important;
  font-size: 12px;
  font-weight: 500;
  margin-top: 4px;
  text-align: left;
  display: block;
}

#contact .form-btn,
.contact-back .form-btn {
  background: var(--hok-grad-gold) !important;
  color: var(--hok-teal-deep) !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 14px 50px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  box-shadow: var(--hok-shadow-gold) !important;
  transition: all 0.3s ease !important;
  margin: 18px auto 0 !important;
  display: block !important;
}

#contact .form-btn:hover,
.contact-back .form-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(201, 169, 106, 0.4) !important;
  background: linear-gradient(135deg, #e0c489, #c9a96a) !important;
  color: var(--hok-teal-deep) !important;
}

.foo-txt {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 13px !important;
  letter-spacing: 0.5px;
  text-align: center;
  margin: 26px 0 0 !important;
}

.footer-call {
  text-align: center;
  margin: 8px 0 0 !important;
  font-size: 16px !important;
}

.footer-call i {
  color: var(--hok-gold-light);
  margin-right: 6px;
}

.footer-call a {
  color: var(--hok-gold-light) !important;
  font-weight: 600;
  letter-spacing: 0.4px;
}

@media (max-width: 991px) {
  .contact-back {
    padding: 40px 28px !important;
    min-height: auto;
  }
  .contact-map .col-md-6.pd0 iframe {
    min-height: 360px;
  }
}

@media (max-width: 767px) {
  .contact-back {
    padding: 36px 20px 30px !important;
  }
  #contact-form {
    max-width: 100%;
  }
}

/* ============ FOOTER POLISH ============ */
#sp-footer {
  background: linear-gradient(180deg, #0c2f2e 0%, #061d1c 100%);
  color: rgba(255, 255, 255, 0.78);
  padding: 50px 0 0;
  position: relative;
}

#sp-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--hok-grad-gold);
}

.footer-top {
  padding-bottom: 30px;
}

.footer-heading {
  color: var(--hok-gold-light);
  font-family: "Philosopher", "CorporateS-Regular", serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 16px;
}

.footer-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 2px;
  background: var(--hok-gold);
}

.footer-text {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 8px;
}

.footer-link {
  color: var(--hok-gold-light) !important;
}

.footer-link:hover {
  color: #ffffff !important;
  text-decoration: underline;
}

.footer-contact a {
  color: var(--hok-gold-light);
  font-weight: 600;
  font-size: 15px;
}

.footer-tagline {
  color: var(--hok-gold-light);
  font-style: italic;
  letter-spacing: 1.2px;
  font-size: 14px;
  margin-top: 10px;
}

.footer-rera {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.footer-rera-qr img {
  width: 84px;
  height: auto;
  border: 2px solid rgba(201, 169, 106, 0.3);
  border-radius: 4px;
  padding: 4px;
  background: #ffffff;
}

.footer-bottom {
  border-top: 1px solid rgba(201, 169, 106, 0.18);
  padding: 16px 0 18px;
  text-align: center;
  font-size: 12.5px;
  letter-spacing: 1.3px;
  color: rgba(255, 255, 255, 0.55);
}

.footer-developed-by {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12.5px;
  letter-spacing: 1.2px;
}

.footer-developed-by img {
  height: 22px;
  filter: brightness(0) invert(1) opacity(0.85);
}

/* ============ FIXED FOOTER (mobile CTA) ============ */
.fixed-footer-cust {
  background: var(--hok-grad-teal);
  border-top: 2px solid var(--hok-gold);
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.2);
}

.fixed-footer-cust .fix-link {
  background: transparent;
  color: #ffffff !important;
  font-weight: 700;
  letter-spacing: 1.2px;
  font-size: 13px;
  text-transform: uppercase;
  padding: 14px 0;
  display: block;
  text-align: center;
  border: none;
}

.fixed-footer-cust .fix-link.callme {
  border-right: 1px solid rgba(201, 169, 106, 0.4);
}

.fixed-footer-cust .fix-link i {
  color: var(--hok-gold-light);
  margin-right: 6px;
}

/* ============ "I'M INTERESTED" FLOATING CTA (side rotated pill) ============ */
button.btn.btn-danger.interested.i-am.GreyBtn,
.btn.interested.i-am.GreyBtn {
  position: fixed !important;
  top: 50% !important;
  left: -66px !important;
  right: auto !important;
  bottom: auto !important;
  transform: translateY(-50%) rotate(90deg) !important;
  transform-origin: center center !important;
  background: linear-gradient(
    135deg,
    #c9a96a 0%,
    #e0c489 50%,
    #b8924f 100%
  ) !important;
  color: #0f3a39 !important;
  border: none !important;
  border-radius: 8px 8px 0 0 !important;
  font-weight: 700 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  padding: 12px 26px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  box-shadow:
    0 10px 30px rgba(201, 169, 106, 0.45),
    0 0 0 1px rgba(201, 169, 106, 0.3) !important;
  z-index: 990 !important;
  transition:
    left 0.3s ease,
    box-shadow 0.3s ease !important;
  /* override the legacy gradient animation */
  -webkit-animation: none !important;
  animation: none !important;
  filter: none !important;
}

@media (max-width: 991px) {
  button.btn.btn-danger.interested.i-am.GreyBtn,
  .btn.interested.i-am.GreyBtn {
    display: none !important;
  }
}

/* ============ PREMIUM MODAL STYLING ============ */
.modal {
  z-index: 10050;
}

.modal-backdrop {
  background: rgba(10, 30, 30, 0.5) !important;
  opacity: 1 !important;
}

body.modal-open > *:not(.modal):not(.modal-backdrop):not(#pageloader) {
  filter: blur(6px);
  -webkit-filter: blur(6px);
  transition: filter 0.3s ease;
  pointer-events: none;
}

.modal-dialog {
  top: 60px !important;
  margin: 30px auto !important;
  max-width: 460px;
  background: transparent !important;
}

.modal-content {
  border-radius: 14px !important;
  border: none !important;
  overflow: hidden;
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.45),
    0 12px 32px rgba(19, 73, 72, 0.3),
    0 0 0 1px rgba(201, 169, 106, 0.3) !important;
  background: #ffffff;
  position: relative;
}

.modal-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--hok-grad-gold);
  z-index: 4;
}

.modal-header {
  background: var(--hok-grad-teal) !important;
  padding: 26px 28px 24px !important;
  border: none !important;
  position: relative;
  overflow: hidden;
}

.modal-header::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at top right,
    rgba(201, 169, 106, 0.2),
    transparent 55%
  );
  pointer-events: none;
}

.modal-title {
  color: #ffffff !important;
  font-family: "Philosopher", "CorporateS-Regular", serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  letter-spacing: 0.6px !important;
  margin: 0 !important;
  position: relative;
  z-index: 1;
}

.modal-title::after {
  content: "";
  display: block;
  width: 44px;
  height: 2px;
  background: var(--hok-grad-gold);
  margin-top: 10px;
  border-radius: 2px;
}

.modal-header .close {
  position: absolute !important;
  top: 18px;
  right: 20px;
  margin: 0 !important;
  width: 34px;
  height: 34px;
  line-height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff !important;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  opacity: 1 !important;
  transition: all 0.25s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 5;
  text-shadow: none;
}

.modal-header .close:hover {
  background: var(--hok-gold);
  color: var(--hok-teal-deep) !important;
  transform: rotate(90deg);
  border-color: var(--hok-gold);
}

.modal-body {
  padding: 28px 28px 24px !important;
  background: #ffffff;
}

.modal-body > p {
  text-align: center;
  color: var(--hok-mute);
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 22px;
  letter-spacing: 0.3px;
}

/* Form fields inside any modal */
.modal-body .form-group {
  height: auto !important;
  margin-bottom: 16px !important;
  position: relative;
}

.modal-body .input-group {
  display: flex !important;
  align-items: stretch;
  border: 1px solid #d9dfdf;
  border-radius: 8px;
  background: #f8faf9;
  overflow: hidden;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.modal-body .input-group:focus-within {
  border-color: var(--hok-gold);
  box-shadow: 0 0 0 3px rgba(201, 169, 106, 0.18);
  background: #ffffff;
}

.modal-body .input-group-addon {
  background: transparent !important;
  border: none !important;
  color: var(--hok-teal) !important;
  width: 46px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.modal-body .form-control,
.modal-body input[type="text"],
.modal-body input[type="email"],
.modal-body input[type="tel"] {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  height: 48px !important;
  padding: 0 12px !important;
  font-size: 14.5px !important;
  color: var(--hok-ink) !important;
  width: 100% !important;
  flex: 1;
}

.modal-body .form-control::placeholder {
  color: #9aa6a5;
  font-size: 14px;
}

.modal-body .form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Submit button - premium gold */
.modal-body .price-btn,
.modal-body button[type="submit"].btn,
.modal-body .btn.price-btn {
  display: block !important;
  width: 100% !important;
  margin: 8px 0 0 !important;
  padding: 14px 20px !important;
  background: var(--hok-grad-gold) !important;
  color: var(--hok-teal-deep) !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase;
  box-shadow: var(--hok-shadow-gold) !important;
  transition: all 0.3s ease !important;
  cursor: pointer;
}

.modal-body .price-btn:hover,
.modal-body button[type="submit"].btn:hover,
.modal-body .btn.price-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(201, 169, 106, 0.4) !important;
  background: linear-gradient(135deg, #e0c489, #c9a96a) !important;
}

.modal-body label.error,
.overview-form-card label.error,
#contact-form label.error,
.form-group > label.error {
  color: #c0392b !important;
  font-size: 12px;
  font-weight: 500;
  display: block;
  margin: 4px 2px 0 !important;
  padding: 0 !important;
  text-align: left;
  background: transparent;
  width: 100%;
}

.modal-body .pd {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 575px) {
  .modal-dialog {
    margin: 20px auto !important;
    top: 30px !important;
    max-width: calc(100% - 24px);
  }
  .modal-header {
    padding: 22px 22px !important;
  }
  .modal-title {
    font-size: 14px !important;
  }
  .modal-body {
    padding: 22px 18px 18px !important;
  }
}

/* Burger menu polish */
.burger-menu {
  background: var(--hok-grad-teal);
  color: #ffffff;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  box-shadow: var(--hok-shadow-sm);
}

.burger-menu i {
  color: #ffffff;
}

/* Subtle home-banner bottom shade so USP strip pops */
section#home::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.18) 100%
  );
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 575px) {
  section#home::after {
    display: none;
  }
}

/* ============================================================
   PREMIUM MOBILE LAYER
   --------------------------------------------------------------
   Offcanvas drawer + mobile section polish + fixes
   ============================================================ */

/* ---------- Burger menu (hamburger) animated ---------- */
.burger-menu {
  display: none;
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(201, 169, 106, 0.4) !important;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  box-shadow: 0 4px 14px rgba(19, 73, 72, 0.1);
  transition:
    background 0.25s ease,
    box-shadow 0.25s ease;
}
.burger-menu:hover,
.burger-menu:focus {
  background: var(--hok-grad-gold) !important;
  outline: none;
}
.burger-bars {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  width: 22px;
  height: 16px;
  position: relative;
}
.burger-bars > span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--hok-teal-deep);
  border-radius: 2px;
  transform-origin: center;
  transition:
    transform 0.35s cubic-bezier(0.65, 0, 0.35, 1),
    opacity 0.25s ease,
    background 0.25s ease;
}
.burger-bars > span:nth-child(2) {
  width: 70%;
  align-self: flex-end;
}

body.drawer-open .burger-bars > span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  background: var(--hok-gold);
}
body.drawer-open .burger-bars > span:nth-child(2) {
  opacity: 0;
}
body.drawer-open .burger-bars > span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
  background: var(--hok-gold);
}

/* ---------- Drawer backdrop ---------- */
.drawer-backdrop {
  position: fixed;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(15, 58, 57, 0.78),
    rgba(11, 28, 27, 0.92)
  );
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  z-index: 9998;
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease;
}
body.drawer-open .drawer-backdrop {
  opacity: 1;
  visibility: visible;
}

/* ---------- Mobile drawer (offcanvas) ---------- */
.mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  /* max-width: 360px; */
  height: 94vh;
  /* max-height: 100vh;
  max-height: 100dvh; */
  background: linear-gradient(180deg, #0f3a39 0%, #0a2a29 100%);
  color: #ffffff;
  z-index: 9999;
  transform: translateX(100%);
  visibility: hidden;
  transition: transform 0.45s cubic-bezier(0.65, 0, 0.35, 1), visibility 0s linear 0.45s;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  box-shadow: -30px 0 60px rgba(0, 0, 0, 0.45);
}

/* Thin gold scrollbar inside the drawer */
.mobile-drawer::-webkit-scrollbar {
  width: 4px;
}
.mobile-drawer::-webkit-scrollbar-track {
  background: transparent;
}
.mobile-drawer::-webkit-scrollbar-thumb {
  background: rgba(201, 169, 106, 0.4);
  border-radius: 4px;
}
.mobile-drawer {
  scrollbar-width: thin;
  scrollbar-color: rgba(201, 169, 106, 0.4) transparent;
}
.mobile-drawer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background: var(--hok-grad-gold);
  z-index: 1;
}
.mobile-drawer::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse at top right,
      rgba(201, 169, 106, 0.18),
      transparent 50%
    ),
    radial-gradient(
      ellipse at bottom left,
      rgba(201, 169, 106, 0.08),
      transparent 50%
    );
  pointer-events: none;
  z-index: 0;
}
body.drawer-open .mobile-drawer {
  transform: translateX(0);
  visibility: visible;
  transition: transform 0.45s cubic-bezier(0.65, 0, 0.35, 1), visibility 0s linear 0s;
}
body.drawer-open {
  overflow: hidden;
  position: relative;
}

.mobile-drawer > * {
  position: relative;
  z-index: 1;
}

/* Drawer header */
.drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(201, 169, 106, 0.18);
  background: rgba(255, 255, 255, 0.03);
  flex-shrink: 0;
  position: sticky;
  top: 0;
  z-index: 2;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.drawer-logo img {
  width: 80px;
  height: auto;
  filter: brightness(0) invert(1);
  display: block;
}
.drawer-close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(201, 169, 106, 0.3);
  position: relative;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}
.drawer-close span {
  position: absolute;
  width: 14px;
  height: 2px;
  background: var(--hok-gold-light);
  border-radius: 2px;
}
.drawer-close span:first-child {
  transform: rotate(45deg);
}
.drawer-close span:last-child {
  transform: rotate(-45deg);
}
.drawer-close:hover {
  background: var(--hok-gold);
  transform: rotate(90deg);
  border-color: var(--hok-gold);
}
.drawer-close:hover span {
  background: var(--hok-teal-deep);
}

/* Drawer nav — let content flow; the drawer itself scrolls */
.drawer-nav {
  flex: 0 0 auto;
  padding: 14px 0 8px;
}
.drawer-link {
  display: flex !important;
  align-items: center;
  gap: 16px;
  padding: 16px 26px !important;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 15px !important;
  font-weight: 500;
  letter-spacing: 1.5px !important;
  text-transform: uppercase;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  transition: all 0.25s ease;
  margin: 0 !important;
  font-family: "CorporateS-Regular", sans-serif;
  cursor: pointer;
}
.drawer-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: var(--hok-grad-gold);
  transition: width 0.3s ease;
}
.drawer-link:hover,
.drawer-link.active {
  background: rgba(201, 169, 106, 0.1);
  color: #ffffff !important;
  padding-left: 32px !important;
}
.drawer-link:hover::before,
.drawer-link.active::before {
  width: 4px;
}
.drawer-num {
  font-size: 11px;
  letter-spacing: 1px;
  color: var(--hok-gold-light);
  font-weight: 700;
  font-family: "Philosopher", serif;
  font-style: italic;
}

/* Drawer CTAs */
.drawer-cta {
  padding: 14px 22px 10px;
  display: grid;
  gap: 10px;
  border-top: 1px solid rgba(201, 169, 106, 0.18);
  flex-shrink: 0;
}
.drawer-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  text-decoration: none !important;
  cursor: pointer;
  border: none;
  transition: all 0.25s ease;
  width: 100%;
  font-family: "CorporateS-Regular", sans-serif;
}
.drawer-btn-primary {
  background: var(--hok-grad-gold);
  color: var(--hok-teal-deep) !important;
  box-shadow: 0 8px 22px rgba(201, 169, 106, 0.35);
}
.drawer-btn-primary:hover,
.drawer-btn-primary:focus {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(201, 169, 106, 0.45);
  background: linear-gradient(135deg, #e0c489, #c9a96a);
}
.drawer-btn-ghost {
  background: transparent;
  color: var(--hok-gold-light) !important;
  border: 1px solid rgba(201, 169, 106, 0.55);
}
.drawer-btn-ghost:hover {
  background: rgba(201, 169, 106, 0.12);
  color: #ffffff !important;
  border-color: var(--hok-gold);
}
.drawer-btn i {
  font-size: 13px;
}

/* Drawer footer */
.drawer-footer {
  padding: 16px 22px calc(24px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  text-align: center;
  flex-shrink: 0;
  margin-top: auto;
}
.drawer-tagline {
  margin: 0 0 6px;
  font-family: "Philosopher", serif;
  font-style: italic;
  color: var(--hok-gold-light);
  font-size: 13px;
  letter-spacing: 1px;
}
.drawer-address {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.4px;
}

/* Show drawer trigger only on mobile */
@media (max-width: 991px) {
  .burger-menu {
    display: inline-flex !important;
  }
  .nav-wrapper {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .burger-menu,
  .mobile-drawer,
  .drawer-backdrop {
    display: none !important;
  }
}

/* ============================================================
   MOBILE SECTION FIXES
   ============================================================ */

@media (max-width: 991px) {
  /* Header — premium sticky with logo centered */
  header.normal-header {
    padding: 0px 0 !important;
    background: #134948 !important;
    box-shadow: 0 2px 14px rgba(19, 73, 72, 0.3);
  }
  header.normal-header.is-scrolled {
    box-shadow: 0 6px 22px rgba(19, 73, 72, 0.16);
  }
  header.normal-header .container.relative {
    position: relative;
    min-height: 50px;
    padding: 7px 14px;
  }
  header.normal-header .col-md-2,
  header.normal-header .col-md-10 {
    padding: 0;
  }
  .logo-wrapper {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    text-align: left;
    padding: 0 !important;
  }
  .logo-wrapper > a,
  .logo-wrapper > a > img {
    width: 78px !important;
    height: auto !important;
    margin: 0 !important;
  }

  /* Hide the "I'm interested" rotated CTA on mobile */
  button.btn.btn-danger.interested.i-am.GreyBtn,
  .btn.interested.i-am.GreyBtn {
    display: none !important;
  }
}

@media (max-width: 767px) {
  /* Equal top & bottom spacing for all sections on mobile */
  .wrap,
  .wrap1 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  section#location .wrap1 {
    padding-top: 50px !important;
    padding-bottom: 5px !important;
  }
  section#configuration .back {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  /* Section title sizes & spacing */
  .section-title {
    font-size: 28px !important;
    line-height: 1.2;
    padding: 0 12px;
  }
  .section-subtitle,
  .section-subtitle-white {
    font-size: 14px !important;
    margin-bottom: 26px !important;
    padding: 0 14px;
  }
  .section-subtitle12 {
    font-size: 14px;
    line-height: 1.6;
    padding: 0 14px;
  }
  .container {
    padding: 0 14px;
  }

  /* Banner — give the carousel proper aspect on mobile */
  section#home {
    /* margin-top: 30px; */
  }
  section#home .item img.d-banner {
    display: none;
  }
  section#home .item img.m-banner {
    display: block;
  }

  /* USP strip on mobile - looks premium below banner */

  #overview .overview-content {
    padding: 0 4px !important;
  }
  #overview .overview-content p {
    font-size: 14.5px !important;
    line-height: 1.7 !important;
  }
  #overview .overview-lead {
    font-size: 15px !important;
    padding: 4px 0 4px 14px !important;
  }
  #overview .col-12.col-md-12.wrap {
    display: flex !important;
    flex-direction: column !important;
  }
  #overview .col-left.overview-text-col,
  #overview .col-right.overview-form-col {
    width: 100% !important;
    padding: 0 !important;
    float: none !important;
  }
  #overview .col-right.overview-form-col {
    order: 1 !important;
    margin-top: 0 !important;
    margin-bottom: 26px !important;
  }
  #overview .col-left.overview-text-col {
    order: 2 !important;
  }
  #overview .overview-badges {
    order: 3 !important;
  }
  #overview .overview-stats {
    flex-direction: column !important;
    padding: 22px 16px !important;
    gap: 16px !important;
    margin: 36px 0 0 !important;
  }
  #overview .overview-stat {
    border-right: none !important;
    border-bottom: 1px solid rgba(201, 169, 106, 0.3);
    padding: 0 0 14px !important;
  }
  #overview .overview-stat:last-child {
    border-bottom: none;
    padding-bottom: 0 !important;
  }
  #overview .overview-stat-num {
    font-size: 32px !important;
  }
  #overview .overview-stat-num span {
    font-size: 16px !important;
  }
  #overview .overview-stat-label {
    font-size: 11.5px !important;
    letter-spacing: 0.6px !important;
  }

  /* Configuration table */
  section#configuration .tbl {
    width: 100% !important;
    font-size: 13px;
  }
  section#configuration .her h3 {
    font-size: 13px !important;
    letter-spacing: 1px !important;
  }
  section#configuration .her1 {
    padding: 14px 8px !important;
    font-size: 13px !important;
  }
  section#configuration .her1.click_here {
    font-size: 11px !important;
  }

  /* Amenities section — stack image + list */
  .dflex {
    display: block !important;
  }
  .dflex.lifestyle .col-md-4,
  .dflex.lifestyle .col-md-8,
  .dflex.fitness .col-md-4,
  .dflex.fitness .col-md-8,
  .dflex.garden .col-md-4,
  .dflex.garden .col-md-8 {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  /* show image first, then list */
  .dflex.lifestyle,
  .dflex.garden {
    display: flex !important;
    flex-direction: column;
  }
  .dflex.lifestyle .pd-0.block,
  .dflex.garden .pd-0.block {
    order: 2;
    padding: 20px 18px !important;
  }
  .dflex.lifestyle .col-md-8,
  .dflex.garden .col-md-8 {
    order: 1;
  }
  .dflex.fitness {
    display: flex !important;
    flex-direction: column;
  }
  .dflex.fitness .fit-img1 {
    order: 1;
    margin-top: 0 !important;
  }
  .dflex.fitness .fit-list {
    order: 2;
    position: relative !important;
    margin-top: 0 !important;
    padding: 20px 18px !important;
  }

  .dflex .container {
    padding: 26px 18px !important;
  }
  .ame-img,
  .ame-img1 {
    width: 56px !important;
    height: auto;
    padding: 0 !important;
    margin: 8px 0 12px !important;
    position: relative !important;
  }
  .ame-head,
  .ame-head1 {
    color: var(--hok-teal-deep) !important;
    font-size: 22px !important;
    padding: 0 0 10px !important;
    margin: 0 0 14px !important;
  }
  .ame-list,
  .ame-list1 {
    padding: 0 !important;
    margin-left: 0 !important;
  }
  .ame-list li,
  .ame-list1 li {
    font-size: 14px !important;
    padding: 8px 0 8px 28px !important;
  }
  .lifestyle .container > img,
  .fit-list > img,
  .garden .container > img {
    display: none !important;
  }

  /* Location tabs — stack vertically */
  #myTabs.nav-pills {
    display: block !important;
    margin: 0 0 18px;
  }
  #myTabs.nav-pills > li {
    display: block !important;
    width: 100% !important;
    margin: 0 0 8px !important;
  }
  #myTabs.nav-pills > li > a {
    margin: 0 !important;
    padding: 12px 14px !important;
    font-size: 11.5px !important;
    letter-spacing: 1px !important;
  }
  .tab-content .panel-body p {
    font-size: 13.5px;
  }
  .tab-content h4.panel-title,
  .tab-content h4 {
    font-size: 16px !important;
    margin-top: 14px;
  }

  /* Gallery — make tiles a comfortable square */
  /* Contact / Map */
  .contact-map > div {
    flex-direction: column;
  }
  .contact-map .col-md-6.pd0 {
    width: 100% !important;
    flex: 0 0 100% !important;
    float: none !important;
    max-width: 100% !important;
  }
  .contact-map .col-md-6.pd0 iframe {
    min-height: 280px !important;
  }
  .contact-back {
    padding: 32px 16px !important;
    min-height: auto !important;
  }
  .contact-back .section-title {
    font-size: 24px !important;
  }
  .contact-back .form-p {
    font-size: 13px !important;
    margin: 14px 0 18px !important;
  }
  #contact-form {
    max-width: 100% !important;
  }
  #contact-form .form-group {
    padding: 0 !important;
    width: 100% !important;
  }

  /* Footer */
  #sp-footer {
    padding: 36px 14px 0 !important;
  }
  .footer-top .row {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .footer-col {
    width: 100% !important;
    text-align: center;
  }
  .footer-heading {
    font-size: 14px !important;
    padding-bottom: 10px;
    margin-bottom: 12px;
  }
  .footer-heading::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .footer-rera {
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }
  .footer-logo-wrap-hok img {
    width: 110px;
    height: auto;
  }
  .footer-tagline {
    font-size: 13px;
  }
  .footer-bottom {
    font-size: 11px !important;
    letter-spacing: 0.8px !important;
    padding: 14px 8px !important;
  }
  .footer-developed-by {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 11px !important;
  }

  /* Mobile fixed CTA bar — premium */
  .fixed-footer-cust {
    background: linear-gradient(135deg, #0f3a39 0%, #1a5e5d 100%) !important;
    border-top: 2px solid var(--hok-gold) !important;
    box-shadow: 0 -10px 28px rgba(0, 0, 0, 0.3) !important;
    padding: 0 !important;
    z-index: 9990;
  }
  .fixed-footer-cust .container {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: none !important;
    display: flex;
  }
  .fixed-footer-cust .div-line {
    border-right: 1px solid rgba(201, 169, 106, 0.4) !important;
  }
  .fixed-footer-cust .col-lg-6,
  .fixed-footer-cust .col-sm-6,
  .fixed-footer-cust .col-xs-6 {
    width: 50% !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
  }
  .fixed-footer-cust .fix-link {
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 16px 8px !important;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    background: transparent;
    text-decoration: none !important;
  }
  .fixed-footer-cust .fix-link i {
    color: var(--hok-gold-light) !important;
    margin-right: 6px;
    font-size: 14px;
  }
  .fixed-footer-cust .fix-link.callme {
    background: transparent;
  }
  .fixed-footer-cust .interested {
    background: transparent !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 0 !important;
    width: 100% !important;
  }
  .fixed-footer-cust .interested i {
    color: var(--hok-gold-light) !important;
  }

  /* Extend footer background to fill the gap above the fixed CTA bar */
  body {
    padding-bottom: 0;
  }
  #sp-footer {
    padding-bottom: 56px !important;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 24px !important;
  }
  .ame-head,
  .ame-head1 {
    font-size: 20px !important;
  }
  #overview .overview-stat-num {
    font-size: 28px !important;
  }
  .usp-item strong {
    font-size: 11.5px !important;
  }
}

/* Disable header logo onclick scroll-to-top behavior on mobile when drawer */
body.drawer-open header.normal-header {
  z-index: 1000;
}

/* Make sure modal sits above fixed mobile CTA */
.modal {
  z-index: 10050;
}

/* Ensure Owl carousel dots/nav look good */
.owl-carousel .owl-dots {
  margin-top: 14px !important;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 8px !important;
  height: 8px !important;
  background: rgba(19, 73, 72, 0.3) !important;
  margin: 0 4px !important;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background: var(--hok-gold) !important;
  width: 22px !important;
  border-radius: 4px !important;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background: rgba(255, 255, 255, 0.95) !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  color: var(--hok-teal-deep) !important;
  font-size: 14px !important;
  box-shadow: 0 4px 12px rgba(19, 73, 72, 0.2) !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-carousel .owl-nav button.owl-prev {
  left: 8px;
}
.owl-carousel .owl-nav button.owl-next {
  right: 8px;
}

/* ============================================================
   FOOTER ALIGNMENT FIX
   --------------------------------------------------------------
   Force the 3 footer columns into a clean flex row with
   tops aligned, center column visually balanced, and the
   RERA QR sitting beside its text on the right.
   ============================================================ */

#sp-footer .footer-top {
  padding: 50px 0 28px;
}

#sp-footer .footer-top .row {
  display: flex !important;
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
}

#sp-footer .footer-col {
  display: flex;
  flex-direction: column;
  padding: 10px 24px !important;
  text-align: left;
}

#sp-footer .footer-col-left {
  align-items: flex-start;
}

#sp-footer .footer-col-center {
  align-items: center;
  justify-content: center;
  text-align: center;
  border-left: 1px solid rgba(201, 169, 106, 0.18);
  border-right: 1px solid rgba(201, 169, 106, 0.18);
}

#sp-footer .footer-col-right {
  align-items: flex-start;
}

/* Heading bar consistent across all three columns */
#sp-footer .footer-heading {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--hok-gold-light) !important;
  margin: 0 0 18px !important;
  padding-bottom: 12px !important;
  position: relative;
  font-family: "Philosopher", "CorporateS-Regular", serif;
}

#sp-footer .footer-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: var(--hok-grad-gold);
}

#sp-footer .footer-text {
  font-size: 13.5px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 8px;
}

#sp-footer .footer-text strong {
  color: #ffffff;
  font-weight: 600;
}

#sp-footer .footer-contact {
  margin-top: 14px;
  font-size: 15px;
}

#sp-footer .footer-contact a {
  color: var(--hok-gold-light) !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-decoration: none;
}

#sp-footer .footer-contact a:hover {
  color: #ffffff !important;
}

#sp-footer .footer-contact i {
  color: var(--hok-gold);
}

#sp-footer .footer-link {
  color: var(--hok-gold-light) !important;
  word-break: break-all;
}

/* Center column — perfectly centered logo + tagline */
#sp-footer .footer-logo-wrap-hok {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 0 14px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sp-footer .footer-logo-wrap-hok img {
  height: 110px;
  width: auto;
  max-width: 100%;
  display: block;
}

#sp-footer .footer-tagline {
  margin: 0 !important;
  color: var(--hok-gold-light) !important;
  font-style: italic;
  font-family: "Philosopher", "CorporateS-Regular", serif;
  font-size: 15px;
  letter-spacing: 1px;
}

/* Right column — RERA flex layout */
#sp-footer .footer-rera {
  display: flex !important;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

#sp-footer .footer-rera-text {
  flex: 1 1 auto;
  min-width: 0;
}

#sp-footer .footer-rera-text .footer-text {
  margin-bottom: 6px;
}

#sp-footer .footer-rera-qr {
  flex: 0 0 auto;
  background: #ffffff;
  padding: 4px;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(201, 169, 106, 0.3);
}

#sp-footer .footer-rera-qr img {
  display: block;
  width: 80px;
  height: 80px;
  border: none;
}

/* Bottom bar — clean centered row */
#sp-footer .footer-bottom {
  border-top: 1px solid rgba(201, 169, 106, 0.2);
  padding: 18px 12px 20px;
  text-align: center;
}

#sp-footer .footer-developed-by {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
  font-size: 11.5px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

#sp-footer .footer-developed-by span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 11.5px;
  letter-spacing: 1.4px;
}

#sp-footer .footer-developed-by img {
  height: 95px;
  width: auto;
  filter: brightness(0) invert(1);
  background: transparent;
  padding: 0;
}

#sp-footer .footer-bottom p {
  margin: 0;
  font-size: 11.5px;
  letter-spacing: 1.4px;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
}

/* Tablet — keep 3 columns but lighten spacing */
@media (max-width: 991px) {
  #sp-footer .footer-col {
    padding: 10px 14px !important;
  }
  #sp-footer .footer-logo-wrap-hok img {
    height: 92px;
  }
  #sp-footer .footer-rera-qr img {
    width: 70px;
    height: 70px;
  }
}

/* Mobile — stack vertically, center everything */
@media (max-width: 767px) {
  #sp-footer .footer-top .row {
    flex-direction: column;
    gap: 4px;
  }
  #sp-footer .footer-col,
  #sp-footer .footer-col-left,
  #sp-footer .footer-col-center,
  #sp-footer .footer-col-right {
    width: 100% !important;
    align-items: center !important;
    text-align: center !important;
    padding: 18px 16px !important;
    border: none !important;
    border-bottom: 1px solid rgba(201, 169, 106, 0.18) !important;
  }
  #sp-footer .footer-col-right {
    border-bottom: none !important;
  }
  #sp-footer .footer-heading {
    text-align: center;
    margin: 0 0 14px !important;
  }
  #sp-footer .footer-heading::after {
    left: 50%;
    transform: translateX(-50%);
  }
  #sp-footer .footer-rera {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  #sp-footer .footer-logo-wrap-hok img {
    height: 96px;
  }
}

/* ============ CONNECTIVITY SECTION ============ */
section#location-map{
  background: #f2f2f2;
}

/* ============ LOCATION ACCORDION ============ */
.loc-accordion {
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(19, 73, 72, 0.10);
}

.loc-acc-panel {
  border: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  border-bottom: 1px solid rgba(201, 169, 106, 0.25) !important;
}

.loc-acc-panel:last-child {
  border-bottom: none !important;
}

.loc-acc-heading {
  background: linear-gradient(135deg, #134948 0%, #1a5e5d 100%) !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.loc-acc-heading .panel-title a {
  display: flex !important;
  align-items: center;
  padding: 18px 24px;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  gap: 12px;
}

.loc-acc-heading .panel-title a:hover {
  color: #c9a96a !important;
}

.loc-acc-icon {
  color: #c9a96a;
  font-size: 16px;
  flex-shrink: 0;
}

.loc-acc-arrow {
  margin-left: auto;
  font-size: 13px;
  color: #c9a96a;
  transition: transform 0.3s ease;
}

.loc-acc-heading .panel-title a[aria-expanded="true"] .loc-acc-arrow {
  transform: rotate(180deg);
}

.loc-acc-body > .panel-body {
  background: #fff;
  padding: 28px 24px !important;
}

.loc-col-title {
  font-size: 15px;
  font-weight: 700;
  color: #134948;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #c9a96a;
  display: inline-block;
}

.loc-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 20px !important;
}

.loc-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  font-size: 14px;
  color: #444;
  border-bottom: 1px dashed #e0d8cc;
  line-height: 1.5;
}

.loc-list li:last-child {
  border-bottom: none;
}

.loc-list li img {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

/* Horizontal grid variant */
.loc-list-grid {
  display: flex !important;
  flex-wrap: wrap;
  margin: 0 -8px 20px !important;
}

.loc-list-grid li {
  width: calc(50% - 16px) !important;
  margin: 0 8px;
  border-bottom: 1px dashed #e0d8cc !important;
  border-right: none !important;
  padding: 10px 0 !important;
}

@media (max-width: 767px) {
  .header-col-left img {
    margin: 5px 0px !important;
   
}
  .loc-acc-heading .panel-title a {
    padding: 14px 16px;
    font-size: 13px;
    letter-spacing: 1px;
  }
  .loc-acc-body > .panel-body {
    padding: 18px 14px !important;
  }
  .loc-list li {
    font-size: 13px;
  }
  .loc-list-grid li {
    width: calc(100% - 16px) !important;
  }
}

/* ============ ABOUT US SECTION ============ */
section#about-us {
  /* background: #f2f2f2; */
  padding: 70px 0;
}

.about-header {
  text-align: center;
  margin-bottom: 40px;
}

/* ---- Top row: logo left, text right ---- */
.about-top-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 36px;
}

.about-logo-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-shrink: 0;
  width: 220px;
  padding: 28px 24px;
  background: #fff;
  border-radius: 14px;
  border-top: 4px solid #c9a96a;
  box-shadow: 0 6px 24px rgba(19, 73, 72, 0.10);
}

.about-logo-col img {
  max-height: 90px;
  width: auto;
  margin-bottom: 16px;
}

.about-dev-tagline {
  font-size: 13px;
  color: #134948;
  font-style: italic;
  letter-spacing: 0.4px;
  margin: 0;
}

.about-text-col {
  flex: 1;
  background: #fff;
  border-radius: 14px;
  border-top: 4px solid #c9a96a;
  padding: 28px 32px;
  box-shadow: 0 6px 24px rgba(19, 73, 72, 0.10);
}

.about-lead {
  font-size: 16.5px !important;
  line-height: 1.8 !important;
  color: #2a2a2a !important;
  margin-bottom: 14px !important;
}

.about-text-col p {
  font-size: 15px !important;
  color: #555 !important;
  line-height: 1.8 !important;
  margin-bottom: 12px !important;
}

.about-text-col strong {
  color: #134948;
}

/* ---- Bottom: horizontal stats bar ---- */
.about-stats-bar {
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #134948 0%, #1a5e5d 100%);
  border-radius: 12px;
  padding: 28px 20px;
  box-shadow: 0 8px 28px rgba(19, 73, 72, 0.18);
}

.about-stat-item {
  flex: 1;
  text-align: center;
  padding: 0 16px;
}

.about-stat-divider {
  width: 1px;
  height: 48px;
  background: rgba(201, 169, 106, 0.35);
  flex-shrink: 0;
}

.about-stat-num {
  font-size: 38px;
  font-weight: 700;
  color: #c9a96a;
  line-height: 1.1;
  margin-bottom: 6px;
  font-family: "CorporateS-Regular", serif;
}

.about-stat-num span {
  font-size: 22px;
  font-weight: 600;
  color: #c9a96a;
  margin-left: 2px;
}

.about-stat-label {
  font-size: 12px;
  color: #e6efee;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .about-top-row {
    flex-direction: column;
    gap: 24px;
  }
  .about-logo-col {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .about-stats-bar {
    flex-direction: column;
    gap: 0;
    padding: 20px 16px;
  }
  .about-stat-item {
    padding: 16px 0;
    width: 100%;
  }
  .about-stat-divider {
    width: 60%;
    height: 1px;
  }
}
#location,#location1{
  background-color: #f5f5f5 !important;
}

/* ============================================================
   iOS SAFARI — GLOBAL HORIZONTAL OVERFLOW FIX
   ============================================================ */
@media (max-width: 767px) {
  /* Force Bootstrap col-md-* inside location panels to stack */
  .panel-body .col-md-6,
  .panel-body .col-md-4 {
    width: 100% !important;
    float: none !important;
  }

  /* Ensure sections and layout containers stay within viewport */
  section,
  footer {
    max-width: 100vw;
    overflow-x: hidden;
  }

  /* NOTE: header intentionally excluded — its fixed-position children
     (drawer, backdrop) must remain relative to the viewport, not the header */

  .container,
  .cust-container {
    max-width: 100%;
    overflow-x: hidden;
  }

  /* Images inside sections should never overflow */
  section img,
  footer img {
    max-width: 100%;
    height: auto;
  }
}
#home img{
  height: 100vh !important;
}