body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #ffffff00;
}

body::-webkit-scrollbar {
  width: 9px;
  background-color: #ffffff00;
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #cfcfcf;
}

@font-face {
  font-family: 'Bodoni Moda';
  src: url('./fonts/BodoniModa_72pt-Italic.ttf');
}


.h1 {
  font-family: "Imbue", serif !important;
  font-weight: 400 !important;
  /* font-size:6rem; */
  color: #0B3D44 !important;
}

.ui {
  /* font-family: 'Aptos-Serif-Italic'; */
  /*font-family: "Bodoni Moda", serif;*/
  font-family: "Cormorant", serif;
  font-style: italic;
  color: #0B3D44;
  /* font-weight:100; */

}

#sub-headings {
  /* font-family: 'Aptos-Serif-Italic'; */
  /*font-family: "Bodoni Moda", serif;*/
  font-family: "Cormorant", serif;
  font-style: italic;
  color: #0B3D44;
  font-weight: 500;
}

.h1 {
  font-family: 'Aptos-Italic', sans-serif;
  color: aqua;
  font-size: 8rem;
}

.h2 {
  font-family: 'Aptos-Black-Italic', sans-serif;
  color: red;
}

.h3 {
  font-family: "Imbue", serif;
  font-weight: 400;
  font-size: 48px;
}

.floor-plan-text {
  text-align: left;
  /*font-family: "Bodoni Moda", serif;*/
  font-family: "Cormorant", serif;
  font-size: 20px;
  line-height: 1.2;
  font-style: italic;
}

.features {
  background-image: url('./assets/Background.webp');
  background-position: center;
  background-size: cover;
}

ul {
  list-style-type: disc;
  /* Set bullet style to disc */
  padding-left: 5px;
  /* Add padding to the left */
}

li {
  margin: 5px 0;
  /* Add margin between list items */
  /* list-style-type: disc; */
}

.bak {
  background-color: rgb(255, 255, 255) !important;
}

.wi {
  width: 35%;
}

.fon {
  font-size: 17px;
}

.wrapper {
  position: relative;
  z-index: 900;
  width: 85%;
  max-width: 1980px;
  margin-right: auto;
  margin-left: auto;
}

.formWrapper {
  width: 70%;
  max-width: 1980px;
  margin-right: auto;
  margin-left: auto;
}

input:focus {
  outline: none;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #0B3D44;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #0B3D44;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #0B3D44;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #0B3D44;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #0B3D44;
}

::placeholder {
  color: #000000; /* darker shade */
  /* opacity: 1;     IMPORTANT for Safari & mobile */
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  box-shadow: none;
  /*-webkit-box-shadow: 0 0 0 30px white inset;*/
  -webkit-text-fill-color: #0B3D44;
}

.btn-primary {
  /*font-family: "Bodoni Moda", serif;*/
  font-family: "Cormorant", serif;
  line-height: 40px;
  font-style: italic;
  width: 125px;
  font-size: 25px;
  font-weight: 600;
  color: #000;
  background: rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 4px;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
  color: #000;
  background: rgba(0, 0, 0, 0.1) !important;
  outline: none;
}

.btn-primary:click,#contact-form ::placeholder {
  color: #063136;
  opacity: 1;
}

.btn-primary:active {
  /* STYLES GO HERE */
  color: #000;
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: unset !important;
  border-color: unset !important;
  outline: none !important;
}

.btn:focus,
.btn:active {
  /* outline: #eec549 !important;*/
  box-shadow: none !important;
  /*border-color:#9e967f;*/
  /*box-shadow: 0 0 0 0.2rem #9e967f;*/
}

.radio,
.input-fields {
  /* width: 100%; */
  line-height: 20px;
  /* font-size: 30px; */
  font-weight: 400;
  color: #0B3D44;
  /*font-family: "Bodoni Moda", serif;*/
  font-family: "Cormorant", serif;
  border: 1px solid #0B3D44;
  padding: 5px 0px;
}

.form-check-input:checked {
  background-color: #0B3D44;
  border-color: #0B3D44;
}

.form-check-input:focus {
  box-shadow: unset !important;
  border-color: unset !important;
}

.form-check-input {
  border: 1px solid #0B3D44;
  margin-top: 0.2em;
}

.form-check {
  padding-left: 5.5em;
}

.accordion-button:focus {
  z-index: 0;
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: white !important;
}

.modal-header {
  border-bottom: 0px;
}

.modal-content {
  background-color: rgba(0, 0, 0, 0);
}

.text-section {
  width: 90% !important;
}

.escape {
  width: 80% !important;
}

.escape1 {
  width: 75% !important;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 40;
}

@media (max-width: 576px) {
  .logo {
    width: 100% !important;
  }

  .form-check {
    display: block;
    padding-left: 2rem;
  }

  /* .form-check-input{
        margin-top: 0.9em;
    } */
  #myForm {
    width: 95% !important;
  }

  .navbar-nav {
    padding: 30px 0px 30px 0px;
  }

  .text-section {
    width: 100% !important;
  }

  .container1 {
    padding: 0 0 0 0;
  }

  .section5 {
    padding: 10px 30px 0 30px !important;
  }

  .ui {
    font-size: 1.5rem !important;
  }

  .escape,
  .escape1 {
    font-size: 1.5rem !important;
    width: 100% !important;
  }
}

@media (min-width: 1440px) {
  /* .container1{
        padding: 0 200px 0 200px;
    } */
}

@media (min-width: 768px) {
  .form-check {
    padding-left: 2em;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .form-check-input {
    border: 1px solid #0B3D44;
    /* margin-top: 0.8em; */
  }

}


.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  /* Change 'white' to your desired background color */
  box-shadow: 0 0 0 30px white inset !important;
  /* Same for other browsers */
}

/* Additional styling for the input when it is autofilled */
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  /* Match the background */
  box-shadow: 0 0 0 30px white inset !important;
}

/* Firefox */
input:-moz-autofill {
  background-color: transparent !important;
  /* Use transparent or your desired color */
  box-shadow: 0 0 0 30px white inset !important;
  /* Adjust accordingly */
}

.border-bottom-unset {
  border-bottom: unset !important;
}

li::marker {
  font-size: 0.7rem;
}

.error {
  color: #f00 !important;
}

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

.floting-btn {
  position: fixed;
  bottom: 15px;
  right: 15px;
  transition: 0.4s ease-in;
  z-index: 999;
  background-image: url(assets/Background.webp);
  background-size: cover;
  width: 160px;
  font-weight: 600;
  font-size: 20px;
  padding: 15px;
  color: #000;
  border: 2px solid #000;
}

.floting-btn-bro {
  position: fixed;
  bottom: 15px;
  left: 15px;
  transition: 0.4s ease-in;
  z-index: 999;
  background-image: url(assets/Background.webp);
  background-size: cover;
  width: 175px;
  font-weight: 600;
  font-size: 20px;
  padding: 15px;
  color: #000;
  border: 2px solid #000;
}

#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%;
}
#contact-form ::placeholder {
  color: #000000;
  font-size: 20px;
  opacity: 1;
}


.mobile-btn-container {
  display: none;
}

.disText {
  line-height: 27px;
  font-size: 13px;
}

@media only screen and (max-width: 550px) {
  .mobile-btn-container {
    display: block;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}

.mobile-btn-content .mobile-btn .btn-mob.btn-download {
  border-right: 1px solid #000;
}

.mobile-btn-content .mobile-btn .btn-mob {
  outline: none;
  width: 100%;
  border: none;
  border-top: 1px solid var(--light);
  background-image: url(assets/Background.webp);
  background-size: cover;
  padding: 0.5rem 0.25rem;
  color: var(--light);
  font-size: 1rem;
  font-weight: 500;
}

.mobile-btn-content {
  position: fixed;
  bottom: 0;
  z-index: 8;
  width: 100%;
}

.logoWidth {
  width: 250px;
}

.logoWidth img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.thankyou {
  background: url(assets/Background.webp) repeat center center/cover;
}

main.thankyou {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 500px
}

.thankyou-container {
  background-color: var(--white);
  width: 60%;
  margin: auto;
  border-radius: 16px;
  padding: 1rem;
}

.thank-you-title {
  font-size: 2rem;
  font-weight: 600;
  font-family: var(--Poppins);
  margin: 0.5rem auto 1rem auto !important;
}

.thank-you-subtitle {
  font-weight: 500;
  font-size: 1rem;
  font-family: var(--Poppins);
  opacity: 0.8;
}

.thank-you-subtitle:last-child {
  font-weight: 500;
  margin: 0.5rem auto 1rem auto !important;
  font-size: 1rem;
  font-family: var(--Poppins);
}

/* .blrImg{
  filter: blur(3px);
} */

.bannerImg {
  background: url(assets/mainBg.webp) no-repeat center center/cover;
  height: 100vh;
}

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

.bo {
  border-bottom: 1px #000 solid;
}

.det {
  text-align: center;
  padding: 8px 20px;
  margin-bottom: -20px;
}

.det2 {
  text-align: center;
  padding: 13px 4px;
  margin-bottom: -20px;
}

.fsBanner {
  font-size: 18px;
}

.blrImg {
  filter: blur(3px);
}

@media only screen and (max-width: 767px) {
  .feature-img {
    width: 90%;
    margin: auto;
    display: block;
  }

    .ame-card-img img{
      height: 40px !important;
    }
  .fixed-call-btn-parent {
    display: block !important;
  }

  .form-up {
    display: flex;
    flex-direction: column-reverse;

  }

  .form-wrapper {
    margin-bottom: 40px;
  }

  .vide-sec-parent iframe {
    height: 250px !important;
  }

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

  .wi {
    width: 96%;
  }

  .bannerImg {
    height: 95vh;
  }

  .fsBanner {
    font-size: 10px;
  }
}

@media only screen and (max-width: 550px) {
  .disText {
    line-height: 12px;
    font-size: 6px;
    padding: 10px 20px 20px 20px;
  }
}

.vide-sec-parent iframe {
  height: 550px;
}

#videosec,
#confg1 {
  padding: 50px 0px;
  background-color: rgb(255, 255, 255);

}

.videwrapper h1 {
  color: #0B3D44 !important;
}

#video-sec {
  background-color: #fff !important;

}

.form-wrapper {
  padding: 50px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);

}

#overview {
  padding: 50px 40px !important;
}

table {
  width: 100%;
  color: #000000;
  background-color: #cecece !important;
  border-collapse: collapse;

}

th {
  background-color: #0B3D44 !important;
  padding: 20px 0px !important;
  color: #fff;
}

td,
th {
  text-align: center;
  padding: 10px 0px;
  border: none !important;
  outline: none;
}

.pricing_btn {
  background-color: #0B3D44;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 13px;
}

.pulseanimation {
  animation: pulse-cust 2s infinite;
}



@keyframes pulse-cust {
  0% {
    -webkit-box-shadow: 0 0 0 0 #0B3D44;
  }

  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(215, 146, 107, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(215, 146, 107, 0);
  }
}

.nav-tabs {
  border-bottom: 2px solid #e9ecef;
}

.nav-tabs .nav-link {
  color: #555;
  font-weight: 500;
  padding: 12px 10px;
  border: none;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.nav-tabs .nav-link:hover {
  color: #0B3D44;
  box-shadow: none;
  border-color: transparent !important;
}

.nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: transparent;
  background-color: #0B3D44;
  /* border-bottom: 3px solid #43c77e; */

}

.tab-content {
  background: #ffffff;
  border-radius: 0 0 12px 12px;
  border: none !important;
  /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08); */
}

.tab-pane h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.tab-pane p {
  color: #666;
  line-height: 1.6;
}

.fixed-call-btn-parent {
  position: fixed;
  right: 10px;
  bottom: 50px;
  /* width: 200px;
  height: 200px; */
  background-color: #0B3D44;
  padding: 15px;
  border-radius: 100%;
  z-index: 999;
  display: none;
  /* border: 2px solid #fff; */
}

.fixed-call-btn img {
  filter: invert(1);
  width: 30px;
  height: 30px;
}

.arrow {
  width: 40px;
  height: 40px;
}

.owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 40px !important;
}

.ame-card-wrapper {
  text-align: center;
  margin-bottom: 20px;
}
.ame-wrapper h1 {
  text-align: center;
}


.ame-card-img img {
  display: inline-block;
  width: 55px;
  height: 55px;
  /* margin: 0px auto; */
  filter: invert(1);
}

.ame-sub-text {
  font-size: 15px;
  font-family: 'gothambook';
  font-weight: bold;
  line-height: normal;
  margin-top: 10px;
  /* margin-bottom: 30px; */
  /* text-align: justify; */
}

.ame-card-img {
  display: inline-block;
  background-color: #0B3D44;
  padding: 20px !important;
  border-radius: 100%;
  border: 2px solid black;

}

.right-arrow {
  transform: rotate(180deg);
}
.feature-img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.amenities-wrapper{
  margin-top: 40px;
}
.bg-white{
  background-color: #fff !important;
}

.blinker {
  animation: blink 1.5s infinite;
}

@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0.4; }
  100% { opacity: 1; }
}

/* Contact Form & Map */
.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.map-wrapper {
  padding: 50px;
  display: flex;
  align-items: center;
}

.contact-map {
  width: 100%;
  height: 100%;
  min-height: 460px;
  border-radius: 22px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  filter: grayscale(12%) contrast(1.05);
}

.form-wrapper-col {
  padding: 50px;
  display: flex;
  align-items: center;
}

.contact-form-section {
  width: 100%;
  padding: 60px 50px;
  background: #ffffff;
  border-radius: 22px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

.contact-form-section h1 {
  margin-bottom: 10px;
}

.contact-form-section p {
  margin-bottom: 35px;
  opacity: 0.85;
  max-width: 90%;
}

#contact-form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(11, 61, 68, 0.5);
  padding: 16px 10px;
  margin-bottom: 22px;
  background: transparent;
  font-size: 16px;
  transition: all 0.3s ease;
}

#contact-form input:focus {
  border-bottom: 2px solid #0B3D44;
  padding-left: 14px;
}

#contact-form .btn-primary {
  margin-top: 30px;
  padding: 12px 42px;
  font-size: 18px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

#contact-form .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .map-wrapper,
  .form-wrapper-col {
    padding: 25px 15px;
  }

  .contact-form-section {
    padding: 40px 25px;
  }

  .contact-map {
    min-height: 280px;
  }

  .contact-form-section p {
    max-width: 100%;
  }
}

/* Video */
#videosec {
  padding: 70px 0;
  background-color: #ffffff;
}

#videosec h1 {
  margin-bottom: 35px;
}

.video-card {
  position: relative;
  cursor: pointer;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.18);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.video-card img {
  width: 100%;
  height: auto;
  display: block;
}

.video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0.35)
  );
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  color: #0B3D44;
  font-size: 32px;
    -webkit-box-shadow: 0 ;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, background 0.3s ease;
}

.video-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.25);
}

.section-title-video {
  font-family: "Imbue", serif;
  font-weight: 400;
  font-size: clamp(3rem, 6vw, 8rem);
  letter-spacing: 2px;
  color: #0B3D44;
  margin-bottom: 40px;
  text-transform: uppercase;
}


.video-card:hover .play-btn {
  transform: scale(1.08);
  background: #ffffff;
}


@media (max-width: 767px) {
  #videosec {
    padding: 50px 0;
  }

  .video-card {
    width: 100%;
    max-width: 100%;
    border-radius: 18px;
  }

  .video-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .play-btn {
    width: 64px;
    height: 64px;
    font-size: 26px;
  }

  .section-title-video {
    margin-bottom: 28px;
  }
}


/* Why Navins */

.why-navins-wrapper {
  padding: 100px 0;
  align-items: center;
  gap: 80px;
}

.why-navins-content {
  max-width: 95%;
}

.why-navins-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .why-navins-image img {
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.22);
} */
#whynavins {
  overflow-x: hidden;
}

#whynavins::before {
  right: 0;
}

#whynavins {
  position: relative;
}

#whynavins::before {
  content: "";
  position: absolute;
  right: -8%;
  top: 0;
  width: 60%;
  height: 100%;
  background: rgba(11, 61, 68, 0.04);
  z-index: -1;
  border-radius: 40px;
}

@media (max-width: 767px) {
  .why-navins-wrapper {
    padding: 60px 0;
    gap: 40px;
  }

  .why-navins-image img {
    max-height: 320px;
  }
}

/* Feature page */

#features {
  position: relative;
  padding: 120px 0;
  background-color: #ffffff;
}

#features h1 {
  margin-bottom: 60px;
}

#features .row {
  align-items: center;
}

#features .col-md-6:first-child {
  padding-right: 50px;
}

.feature-carousel {
  margin-top: 20px;
}

.ame-card-wrapper {
  background: #ffffff;
  border-radius: 26px;
  padding: 35px 25px;
  margin: 22px;
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
}

.ame-card-wrapper:hover {
  transform: translateY(-8px);
  box-shadow: 0 45px 90px rgba(0, 0, 0, 0.16);
}

.ame-card-img {
  background-color: #0B3D44;
  width: 88px;
  height: 88px;
  padding: 0 !important;
  border-radius: 50%;
  margin: 0 auto 18px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.ame-card-img img {
  width: 42px;
  height: 42px;
  filter: invert(1);
}

.ame-sub-text {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
}

#features .feature-img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 45px 100px rgba(0, 0, 0, 0.2);
}

#features::before {
  content: "";
  position: absolute;
  left: -12%;
  top: 12%;
  width: 65%;
  height: 75%;
  background: rgba(11, 61, 68, 0.035);
  z-index: -1;
  border-radius: 50px;
}



#features {
  position: relative;
  padding: 120px 0;
  background-color: #ffffff;
}

#features h1 {
  margin-bottom: 60px;
}

#features .row {
  align-items: center;
}

#features .col-md-6:first-child {
  padding-right: 50px;
}

.feature-carousel {
  margin-top: 20px;
}

.ame-card-wrapper {
  background: #ffffff;
  border-radius: 26px;
  padding: 35px 25px;
  margin: 22px;
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
}

.ame-card-wrapper:hover {
  transform: translateY(-8px);
  box-shadow: 0 45px 90px rgba(0, 0, 0, 0.16);
}

.ame-card-img {
  background-color: #0B3D44;
  width: 88px;
  height: 88px;
  padding: 0 !important;
  border-radius: 50%;
  margin: 0 auto 18px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.ame-card-img img {
  width: 42px !important;
  height: 42px;
  filter: invert(1);
}

.ame-sub-text {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
}

#features .feature-img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 45px 100px rgba(0, 0, 0, 0.2);
}

#features::before {
  content: "";
  position: absolute;
  left: -12%;
  top: 12%;
  width: 65%;
  height: 75%;
  background: rgba(11, 61, 68, 0.035);
  z-index: -1;
  border-radius: 50px;
}

@media (max-width: 767px) {
  #features {
    padding: 70px 0;
  }

  #features .col-md-6:first-child {
    padding-right: 15px;
  }

  .ame-card-wrapper {
    padding: 28px 18px;
    margin: 16px;
  }

  #features .feature-img {
    margin-top: 35px;
    max-height: 340px;
  }
}

/* Section 9 */

.section9 {
  padding: 60px 0;
  background-color: #ffffff;
  color: #0B3D44;
}

.section9 .grid {
  column-gap: 40px;
  row-gap: 30px;
}

.section9 .grid > div {
  padding: 0;
}

.section9 b {
  display: block;
  font-size: 15px;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.section9 p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  opacity: 0.9;
}

.section9 .grid > div:not(:last-child) {
  border-right: 1px solid rgba(11, 61, 68, 0.08);
  padding-right: 30px;
}

@media (max-width: 1024px) {
  .section9 .grid > div {
    border-right: none;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .section9 {
    padding: 45px 0;
  }

  .section9 .grid {
    row-gap: 20px;
  }

  .section9 b {
    font-size: 14px;
  }

  .section9 p {
    font-size: 13px;
    line-height: 1.6;
  }
}
/* ==============================
   FLOOR PLAN SLIDER
============================== */

.floorplan-slider .floor-item {
  text-align: center;
}

.floorplan-slider img {
  width: 100%;
  border-radius: 16px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.floorplan-slider img:hover {
  transform: scale(1.03);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
}

.floorplan-slider span {
  display: block;
  margin-top: 12px;
  font-family: "Cormorant", serif;
  font-size: 16px;
  color: #0B3D44;
}

.floorplan-slider .owl-nav {
  margin-top: 30px;
}

.floorplan-slider .owl-nav button {
  background: #0B3D44 !important;
  color: #fff !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.floorplan-slider {
  position: relative;
}

.floorplan-slider img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 16px;
}

.floorplan-slider span {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
}


@media (max-width: 1024px) {
  .floorplan-slider img {
    border-radius: 14px;
  }

  .floorplan-slider span {
    font-size: 15px;
  }
}


@media (max-width: 767px) {
  .floorplan-slider {
    margin: 0;
  }
}


  .floorplan-slider img {
    width: 100%;
    max-height: 70vh;
    object-fit: contain;
    border-radius: 14px;
  }

  .floorplan-slider span {
    font-size: 14px;
    margin-top: 8px;
  }

  .tab-content {
    padding: 20px 12px !important;
  }

  .floorplan-slider .owl-nav {
    margin-top: 18px;
  }

  .floorplan-slider .owl-nav button {
    width: 36px;
    height: 36px;
    font-size: 16px !important;
  }


@media (max-width: 480px) {
  .floorplan-slider img {
    max-height: 60vh;
  }

  .floorplan-slider span {
    font-size: 13px;
  }
}
section,
div[id] {
  scroll-margin-top: 90px; /* height of navbar */
}
.navbar {
  min-height: 90px;
}
/* =========================
   MOBILE NAVBAR FIX
========================= */

.mobile-navbar {
  background: #ffffff;
}

@media (max-width: 991px) {
  .navbar-collapse {
    background: #ffffff;
    margin-top: 12px;
    padding: 20px 16px;
    border-radius: 14px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
  }

  .navbar-nav {
    gap: 0 !important;
  }

  .navbar-nav .nav-item {
    width: 100%;
  }

  .navbar-nav .nav-item a {
    display: block;
    width: 100%;
    padding: 14px 12px;
    font-size: 16px;
    color: #0B3D44;
    border-bottom: 1px solid rgba(11, 61, 68, 0.12);
  }

  .navbar-nav .nav-item:last-child a {
    border-bottom: none;
  }
}
/* ===============================
   TERRACE AMENITIES – PREMIUM
================================ */

.terrace-amenities {
  padding-top: 40px;
  padding-bottom: 80px;
}

.terrace-amenities .section-title {
  text-align: center;
  margin-bottom: 50px;
}

.terrace-image-wrap {
  width: 100%;
  margin-bottom: 60px;
}

.terrace-image-wrap img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.25);
}

.terrace-content {
  align-items: flex-start;
}

.terrace-text p {
  max-width: 85%;
  line-height: 1.6;
}

.terrace-list ul {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 40px;
}

.terrace-list li {
  position: relative;
  padding-left: 22px;
  font-size: 22px;
}

.terrace-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #0B3D44;
}
/* ===============================
   MOBILE BLINK FIX
================================ */
@media (max-width: 550px) {
  .mobile-btn-container .blinker {
    animation: blink-mobile 1.2s infinite ease-in-out !important;
    will-change: transform, opacity;
  }

  @keyframes blink-mobile {
    0% {
      opacity: 1;
      transform: scale(1);
    }
    50% {
      opacity: 0.6;
      transform: scale(1.06);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
}
/* ==============================
   FLOOR PLAN IMAGE SIZE REFINEMENT
============================== */

/* Desktop & large screens */
.floorplan-slider img {
  max-height: 40vh;     /* reduced from 70vh */
  width: 90%;           /* slight inset for breathing space */
  margin: 0 auto;       /* center image */
  display: block;
}

/* Tablets */
@media (max-width: 1024px) {
  .floorplan-slider img {
    max-height: 50vh;
    width: 92%;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .floorplan-slider img {
    max-height: 42vh;    /* key change */
    width: 100%;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .floorplan-slider img {
    max-height: 38vh;
  }
}
.floorplan-slider .owl-nav img{
  filter: invert(1);

}
.floorplan-slider .owl-nav {
  gap: 10px;
  
}