html {
  scroll-behavior: smooth;
}

body,
p,
h1,
h2,
h3,
ul,
li {
  margin: 0;
  padding: 0
}

.form-control:focus {
  border-color: unset;
  box-shadow: unset
}

.container {
  max-width: 80%
}

.custom-navbar {
  position: absolute;
  top: 20px;
  width: 98%;
  z-index: 16;
  padding: 0;
  border-bottom: .2px solid #656565;
  padding-bottom: 0
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 95%;
  margin: 0 auto;
  align-items: center
}

/* ul.navbar-nav{align-items:center;margin-right: 28%;} */
.navbar .nav-link {
  font-family: 'Syne', sans-serif;
  font-weight: 600;
  /* SemiBold */
  color: #fff;
  font-size: 16px;
  margin-left: 15px;
  margin-right: 15px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-bar-icon {
  width: auto;
  height: 28px;
}

.fixed-header .menu-bar-icon {
  filter: unset
}

.fixed-header {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  background-color: #fff;
  color: #000;
  z-index: 99;
  border-bottom: 1px solid #e0e0e0
}

.fixed-header .nav-link {
  color: #000
}

.white-logo {
  display: block;
  width: 240px;
}

.black-logo {
  display: none
}

.fixed-header .white-logo {
  display: none
}

.fixed-header .black-logo {
  display: block;
  width: 100px;
}

.custom-navbar .sub-nav-ul ul {
  background-color: #fff;
  list-style: none;
}

.custom-navbar .sub-nav-ul ul li {
  font-size: 16px;
  padding: 18px;
  border-bottom: 1px solid #e9e9e9;
  padding-left: 20px;
  text-align: left;
}

.custom-navbar .sub-nav-ul ul li a {
  display: block;
  color: #000
}

.custom-navbar .sub-nav-ul ul li a:hover {
  color: #000
}

.custom-navbar .sub-nav-ul.active {
  visibility: visible;
  opacity: 1
}

.custom-navbar a.navbar-brand {
  margin-right: 19px !important;
  padding-right: 0px !important;
}

.custom-navbar .select-location-li a {
  padding-left: 0px;
  padding-right: 0px;
  font-size: 15px;
}

.custom-navbar .select-location-li {
  display: flex;
  align-items: center;
}

.custom-navbar .sub-nav-ul {
  top: 35px;
}

.slider-container {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  position: relative
}

.slider-container #demo::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(to left, rgba(255, 0, 0, 0), rgb(0 0 0 / 71%));
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.slider-container #demo .slider-img {
  height: 100vh;
  object-fit: cover;
  width: 100%;
  animation: zoom-out 10s linear infinite;
  transform: scale(1.2)
}

@keyframes zoom-out {
  100% {
    transform: unset
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-left: 80px;
  }
}

.slider-container .slider-content {
  position: absolute;
  top: 50%;
  left: 27%;
  transform: translate(-50%, -50%);
  z-index: 9;
  color: #fff;
  width: 35%;
}

.starting-price-heading {
  padding: 8px 20px;
  color: #ffffff;
  width: fit-content;
  font-size: 26px;
  letter-spacing: .5px;
  margin-top: 20px;
  border-radius: 20px;
  border: 1px solid #fff;
}

.slider-container .slider-content h1 {
  font-size: 50px;
  margin-bottom: 5px
}

@keyframes wheel {
  to {
    opacity: 0;
    top: 60px
  }
}

@-webkit-keyframes wheel {
  to {
    opacity: 0;
    top: 60px
  }
}

.slider-container button.btn.btn-custom-3-1 {
  color: #fff;
  border-radius: 0;
  padding: 14px 30px;
  font-size: 17px;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #fff;
  margin-left: 15px
}

.key-highlights {
  font-size: 18px;
  margin-top: 20px;
  padding-bottom: 0;
  width: fit-content
}

.highlight-ul-top {
  list-style: none;
  padding-top: 15px
}

.highlight-ul-top li {
  margin-bottom: 10px;
  font-size: 18px;
  letter-spacing: .5px
}

.btn-gruop-box {
  padding-top: 30px;
  width: 80%;
  margin-top: 8px;
}

.highlight-ul-top li {
  font-size: 16px
}

.highlight-ul-top {
  padding-top: 5px
}

.mircosite-form {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
  background-color: #00000042;
  padding: 40px;
  width: 350px
}

.mircosite-form .top-form-heading {
  font-size: 22px;
  margin-bottom: 15px;
  text-transform: capitalize;
  color: #fff
}

.mircosite-form .form-group {
  position: relative
}

.mircosite-form .form-control {
  height: 58px;
  border-radius: 0;
  padding-left: 14px
}

.mircosite-form .btn-custom {
  border: none;
  padding: 12px 26px;
  background-color: #b45e0b;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  width: 100%;
  margin-top: 10px
}

.custom-heading {
  font-size: 46px;
  color: #fff
}

#more {
  display: none
}

.sub-top-heading {
  font-size: 20px;
  border-bottom: 1px solid #fff;
  width: fit-content;
  padding-bottom: 6px;
  margin-bottom: 15px;
  text-transform: uppercase
}

.with-caption.image-link img {
  cursor: zoom-in;
}

.overview-contaier {
  padding-bottom: 70px;
  padding-top: 120px;
  position: relative
}

.overview-contaier::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 710px;
  height: 544px;
  background-image: url(../images/pattern.png);
  opacity: .8
}

.overview-contaier p {
  font-size: 17px;
  letter-spacing: .5px;
  margin-top: 15px;
  text-align: center
}

.overview-content {
  padding: 27px
}

.overview-contaier .sub-top-heading {
  font-size: 20px;
  border-bottom: 1px solid #000;
  width: fit-content;
  padding-bottom: 6px;
  color: #141414;
  margin: 0 auto;
  margin-bottom: 15px
}

.overview-contaier .custom-heading {
  color: #2c3d55;
  text-align: center
}

.overview-contaier .overview-1 {
  height: 100%;
  object-fit: cover;
  object-position: left
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: white;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.btn-download-brochure {
  padding: 15px 40px;
  background-color: #1d3a74;
  color: #fff;
  border-radius: 0;
  margin-top: 25px;
  display: flex;
  align-items: center;
}

.pricelist-container {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.pricelist-container .pricebox p {
  font-size: 20px;
  line-height: 50px;
  font-weight: 500;
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 2px
}

.pricelist-container .pricebox {
  padding: 27px 20px;
  background-color: #2c3d55;
  text-align: center;
  color: #fff;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  border: 1px solid #b7b7b7
}

.pricelist-container .pricebox .btn-custom {
  padding: 10px 30px;
  color: #fff;
  border-radius: 0;
  margin-top: 5px;
  letter-spacing: 1px;
  font-size: 18px;
  background-color: #f47f3f;
}

.pricelist-container span {
  font-size: 18px;
  padding-bottom: 16px;
  margin-right: 20px;
  display: block;
  width: 100%;
  letter-spacing: .5px
}

.pricelist-container .type-heading {
  font-size: 28px;
  color: #fff;
  color: #fff;
  width: fit-content;
  padding: 5px;
  margin: 0 auto;
  padding: 4px 4px;
}

.pricelist-container .custom-heading {
  color: #2c3d55;
  margin-bottom: 10px
}

.pricelist-container .sub-top-heading {
  margin: 0 auto;
  border-bottom: 1px solid #000;
  color: #141414;
  margin-bottom: 15px
}

.pricelist-container .pricebox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #305a95
}

.pricelist-container .pricebox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-pattern-pricelist1.webp);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover
}

.pricelist-container .pricebox-content {
  position: relative;
  z-index: 12
}

.amenities-container .container {
  max-width: 100%
}

.amenities-container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  position: relative
}

.amenities-container .custom-heading {
  position: absolute;
  top: 105px;
  z-index: 14;
  color: #fff;
  left: 100px;
  width: 33%
}

.amenities-container .sub-top-heading {
  position: absolute;
  z-index: 12;
  color: #fff;
  left: 100px;
  top: 50px
}

.highlight-container {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1d3a74;
  position: relative;
  color: #fff
}

.highlight-container .highlight-img-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: .2;
}

.highlight-container .highlight-ul li {
  list-style: none;
  margin-bottom: 20px;
  width: calc(50% - 10px);
  background-color: #fff;
  padding: 20px 15px;
  color: #000;
  border-radius: 3px;
  display: flex;
  align-items: baseline;
  font-size: 17px
}

.highlight-container .highlight-ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.highlight-container .highlight-ul li span {
  background-color: #b45e0b;
  color: #fff;
  text-align: center;
  font-size: 15px;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin: 0px auto;
  border-radius: 50%;
}

.highlight-container .box-1-li {
  width: 10%;
  text-align: center;
  margin-right: 10px;
}

.highlight-container .box-2-li {
  width: 90%;
}

.overview-contaier p {
  font-size: 16px;
  text-align: justify;
}

.location-advantage-container {
  padding-bottom: 150px;
  padding-top: 150px;
  position: relative;
  overflow: hidden
}

.location-advantage-container .location-bg-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 44%
}

.location-advantage-container div#accordion .card-header {
  background-color: transparent;
  border: none
}

.location-advantage-container div#accordion .card {
  border: none
}

.location-advantage-container .card-link {
  color: #2c3d55;
  font-size: 18px;
  display: flex;
  align-items: center;
  width: 64%;
  padding-bottom: 15px;
  border-bottom: 1px solid #484343
}

.location-advantage-container .card-link .plus-icon-img-2 {
  width: auto;
  height: 17px;
  margin-left: auto;
  display: none
}

.location-advantage-container .card-link .minus-sign-img-2 {
  width: auto;
  height: 17px;
  margin-left: auto
}

.location-advantage-container .card-link.collapsed .minus-sign-img-2 {
  display: none !important
}

.location-advantage-container .card-link.collapsed .plus-icon-img-2 {
  display: block !important
}

.location-advantage-container .card {
  background-color: unset !important
}

.location-advantage-container .custom-heading {
  color: #2c3d55;
  margin-bottom: 30px
}

.location-advantage-container .card-body {
  padding: 10px
}

.location-advantage-container .card-body ul {
  list-style: none;
  margin-left: 10px
}

.location-advantage-container .card-body ul li {
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: .5px;
  font-size: 18px
}

.location-advantage-container .location-icon {
  width: auto;
  height: 20px;
  margin-right: 5px;
}

.location-advantage-container .col-sm-12.col-md-6.col-lg-6.right-custom-right {
  padding-left: 40px
}

.location-advantage-container .sub-top-heading {
  font-size: 20px;
  border-bottom: 1px solid #000
}

.gallery-container {
  padding-top: 50px;
  background-color: #ef996b;
  padding-bottom: 50px;
  position: relative;
}

.gallery-container .custom-heading {
  color: #13263e
}

.gallery-container .sub-top-heading {
  color: #000;
  border-bottom-color: #000
}

.gallery-container .gallery-img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.gallery-container .col-sm-12.col-md-3.col-lg-3 {
  margin-top: 30px;
}

.contact-container {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url(../images/contact-bg.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed
}

.contact-container .left-col-custom {
  color: #fff;
  padding-right: 120px
}

.contact-container .left-col-custom .custom-heading {
  font-size: 56px
}

.custom-heading {
  font-size: 36px;
  color: #fff
}

#more {
  display: none
}

.contact-container {
  padding-top: 80px;
  padding-bottom: 40px;
  background-image: url(../images/contact-bg.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed
}

.contact-container .left-col-custom {
  color: #fff;
  padding-right: 120px
}

.contact-container .left-col-custom .custom-heading {
  font-size: 46px;
}

.sub-top-heading {
  font-size: 20px;
  border-bottom: 1px solid #fff;
  width: fit-content;
  padding-bottom: 6px;
  margin-bottom: 15px;
  text-transform: uppercase
}

.contact-us-footer {
  padding: 30px 40px;
  background: rgba(255, 255, 255, 0.85);
  position: relative;
  z-index: 1;
  padding-right: 60px;
  padding-bottom: 70px;
  width: 80%;
  margin-left: 14%
}

.contact-us-footer::before {
  position: absolute;
  left: -15px;
  top: -15px;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  z-index: -1
}

.contact-us-footer .form-control {
  border-radius: 0;
  height: 65px;
  border: none;
  border-bottom: 1px solid #000;
  color: #000
}

.contact-us-footer .custom-heading {
  font-size: 46px;
  margin-bottom: 10px;
  color: #2c3d55;
}

.contact-us-footer p {
  margin-bottom: 20px;
  letter-spacing: .5px;
  font-size: 16px
}

.contact-us-footer .form-control::placeholder {
  color: #000;
  font-size: 16px
}

.contact-us-footer .btn-custom {
  padding: 15px 40px;
  font-size: 18px;
  margin-top: 15px;
  background-color: #2c3d55;
  color: #fff;
  border-radius: 0
}

.custom-navbar .nav-item {
  position: relative
}

.custom-navbar .sub-nav-ul {
  position: absolute;
  width: 100%;
  text-align: left;
  padding-top: 15px;
  visibility: hidden;
  transition: all .5s linear;
  opacity: 0;
  width: 160px;
}

.company-container {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  color: #000;
}

.company-container p {
  font-size: 14px
}

.contact-container {
  position: relative
}

.contact-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #001635a3
}

.contact-container .container {
  position: relative;
  z-index: 9
}

.modal-body .modal-form {
  padding: 35px
}

.modal-body .close {
  position: absolute;
  right: 20px;
  top: 20px;
  border: 1px solid;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 7px;
}

.modal-form .top-form-heading {
  font-size: 19px;
  margin-bottom: 15px;
  text-transform: uppercase
}

.modal-form .form-group {
  position: relative
}

.modal-form .form-control {
  height: 38px;
  border-radius: 0;
  padding-left: 10px;
}

.modal-form .btn-custom {
  border: none;
  padding: 12px 26px;
  background-color: #13263e;
  color: #fff;
  font-size: 18px;
  width: 100%;
  margin-top: 10px;
  cursor: pointer;
}

.menu-bar-icon {
  width: auto;
  height: 28px;
}

.fixed-header .menu-bar-icon {
  filter: unset;
}

.mobile-section-1 {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #0d0d0c;
  z-index: 99;
  display: none
}

.mobile-section {
  display: flex;
  justify-content: center
}

.mobile-section-1 a.btn.btn-success.btn-block {
  font-size: 14px;
  background-color: #2c3d55;
  width: 100%;
  border: none;
  border-radius: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-top: 0;
  color: #fff;
  font-weight: 600;
  font-size: 13px
}

.location-advantage-container .location-map {
  /* filter: blur(4px); */
  width: 100%;
  height: auto;
  cursor: pointer;
  border: 2px solid #d7dbd9;
}

.location-advantage-container .blur-floor-img {
  position: relative;
}

.ai {
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000000;
  font: inherit;
  font-size: 10px;
  padding: 3px 5px;
  text-transform: capitalize;
  right: 10px;
  margin-top: -30px;
}

.location-advantage-container button.btn.btn-custom-plan {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #122339;
  color: #fff;
  border-radius: 0px;
  padding: 15px 20px;
}

@media(max-width: 1600px) {
  .container {
    max-width: 92%;
  }

  .custom-heading {
    font-size: 32px;
  }

  .navbar .nav-link {
    font-size: 12px;
    margin-left: 0px;
    margin-right: 0px
  }

  .custom-navbar {
    top: 5px;
    left: 2.5%;
    width: 95%;
    padding: 0
  }

  .navbar {
    max-width: 100%
  }

  .slider-container .slider-content h1 {
    font-size: 32px;
    width: 100%;
  }

  .slider-container button.btn.btn-custom-3-1 {
    padding: 10px 20px;
    font-size: 14px
  }

  .starting-price-heading {
    font-size: 22px;
  }

  .white-logo,
  .black-logo {
    width: auto;
    width: 100px;
  }

  .highlight-ul-top li {
    font-size: 15px
  }

  .highlight-ul-top {
    padding-top: 0
  }

  .btn-gruop-box {
    padding-top: 20px;
  }

  .mircosite-form {
    padding: 30px;
    width: 294px
  }

  .mircosite-form .form-control {
    height: 41px;
    border-radius: 0;
  }

  .mircosite-form i.fa {
    font-size: 18px;
    position: absolute;
    top: 14px;
    left: 10px
  }

  .mircosite-form .top-form-heading {
    font-size: 19px;
  }

  .mircosite-form .btn-custom {
    padding: 8px 26px;
    font-size: 17px;
    width: 100%;
    margin-top: 10px;
    cursor: pointer;
  }

  .mircosite-form .form-group {
    position: relative;
    margin-bottom: 10px
  }

  .mircosite-form .form-control::placeholder {
    font-size: 15px
  }

  .slider-container .slider-content {
    position: absolute;
    top: 55%;
    left: 27%;
    width: 35%;
  }

  .overview-contaier p {
    font-size: 16px
  }

  .overview-contaier {
    padding-bottom: 70px;
    padding-top: 70px
  }

  .overview-content {
    padding: 15px;
  }

  .pricelist-container {
    padding-top: 30px;
    padding-bottom: 30px
  }

  .pricelist-container .sub-top-heading {
    font-size: 16px
  }

  .pricelist-container .type-heading {
    font-size: 23px;
    margin-bottom: 4px
  }

  .pricelist-container .pricebox .btn-custom {
    padding: 9px 30px;
    margin-top: 5px;
    font-size: 16px
  }

  .pricelist-container span {
    font-size: 17px;
    padding-bottom: 15px
  }

  .amenities-container .custom-heading {
    top: 100px;
    left: 90px;
    width: 40%
  }

  .amenities-container .sub-top-heading {
    left: 90px;
    top: 50px;
    font-size: 16px
  }

  .highlight-container {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    color: #fff
  }

  .highlight-container .custom-heading {
    margin-bottom: 20px
  }

  .highlight-container .container {
    max-width: 90%;
  }

  .highlight-container p {
    font-size: 16px;
    margin-top: 10px
  }

  .highlight-ul li {
    padding: 15px;
    font-size: 15px
  }

  .highlight-container .highlight-ul li span {
    font-size: 12px;
  }

  .highlight-container .highlight-ul li {
    font-size: 15px;
  }

  .location-advantage-container {
    padding-bottom: 70px;
    padding-top: 70px
  }

  .location-advantage-container .card-body ul li {
    margin-bottom: 10px;
    font-size: 16px
  }

  .location-advantage-container .sub-top-heading {
    font-size: 16px;
    border-bottom: 1px solid #000
  }

  .location-advantage-container .location-map {
    width: 90%;
    margin: 0px auto;
    height: 90%;
    margin-top: 5%;
    display: block;
  }

  .location-advantage-container .card-link {
    font-size: 17px;
  }

  .gallery-container .gallery-img {
    height: 225px;
  }

  .gallery-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .contact-container {
    padding-top: 70px;
    padding-bottom: 40px
  }

  .contact-container .container {
    max-width: 90%
  }

  .contact-container .sub-top-heading {
    font-size: 16px
  }

  .contact-container .left-col-custom .custom-heading {
    font-size: 34px
  }

  .contact-container .left-col-custom {
    padding-right: 65px
  }

  .contact-container .contact-us-footer .custom-heading {
    font-size: 28px
  }

  .contact-container .contact-us-footer {
    padding: 10px;
    padding-right: 50px;
    padding-bottom: 53px;
    width: 70%;
    margin-left: 28%
  }

  .contact-container .contact-us-footer p {
    margin-bottom: 10px;
    font-size: 14px
  }

  .contact-container .contact-us-footer .btn-custom {
    padding: 12px 30px;
    font-size: 16px
  }

  .contact-us-footer .form-control {
    height: 44px
  }

  ul.navbar-nav {
    align-items: center;
    margin-right: 1%;
  }
}

@media(max-width:1366px) {
  ul.navbar-nav {
    align-items: center;
    margin-right: 10%;
  }
}

@media(max-width:768px) {
  .navbar-collapse {
    background-color: #fff;
    width: 100%;
    color: #000;
  }

  .navbar .nav-link {
    color: #000;
  }

  .navbar-nav li.nav-item {
    padding: 5px 15px;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
  }

  .navbar-nav li.nav-item a {
    font-size: 15px !important;
  }

  .custom-navbar {
    top: 0px;
    left: 0%;
    width: 100%;
    padding: 0;
  }

  .container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .slider-container .slider-content {
    position: absolute;
    top: 8%;
    left: 0;
    transform: unset;
    width: 100%;
    padding: 25px;
    overflow: hidden;
    padding-left: 40px;
    padding-right: 0px;
    padding-left: 20px;
  }

  .slider-container .slider-content h1 {
    font-size: 23px;
    width: 100%;
  }

  .slider-container button.btn.btn-custom-3-1 {
    padding: 10px 10px;
    margin-top: 0px;
    margin-left: 4px;
    font-size: 13px;
  }

  .mircosite-form {
    padding: 30px;
    position: relative;
    width: 100%;
    background-color: #ffffff;
  }

  .mircosite-form .top-form-heading {
    font-size: 18px;
    color: #000;
  }

  .starting-price-heading {
    font-size: 19px;
  }

  .custom-heading {
    font-size: 24px;
    width: 100%;
    margin: 0px auto;
  }

  .sub-top-heading {
    font-size: 14px;
  }

  .btn-gruop-box {
    padding-top: 15px;
    width: 100%;
  }

  .slider-container #demo .slider-img {
    height: 95vh;
  }

  .select-location-li .nav-link {
    color: #fff;
  }

  .fixed-header .select-location-li .nav-link {
    color: #000;
  }

  .overview-contaier {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .overview-contaier .overview-content {
    text-align: left;
    padding: 8px;
    padding-top: 20px;
  }

  .overview-contaier .sub-top-heading {
    font-size: 15px;
    padding-bottom: 5px;
    margin: unset;
    margin-bottom: 10px;
  }

  .overview-contaier p {
    font-size: 15px;
    text-align: justify;
  }

  .overview-contaier .custom-heading {
    text-align: left;
  }

  .overview-contaier .overview-1 {
    height: auto;
    object-fit: fill;
    object-position: left;
    width: 100%;
  }

  .highlight-container {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .highlight-container .highlight-ul li {
    margin-bottom: 15px;
    width: calc(100% - 0px);
    padding: 8px;
    border-radius: 0px;
    font-size: 15px;
  }

  .highlight-container .highlight-ul li span {
    font-size: 12px;
  }

  .highlight-ul-top li {
    font-size: 14px;
    display: flex;
  }

  .pricelist-container {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .pricelist-container .pricebox p {
    font-size: 18px;
    line-height: 41px;
    margin-top: 0px;
  }

  .pricelist-container .pricebox .btn-custom {
    margin-top: 5px;
    font-size: 15px;
  }

  .amenities-container .sub-top-heading {
    left: 25px;
    top: 22px;
    font-size: 14px;
  }

  .amenities-container .custom-heading {
    top: 65px;
    left: 25px;
    width: 84%;
  }

  .location-advantage-container {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .location-advantage-container .col-sm-12.col-md-6.col-lg-6.right-custom-right {
    padding-left: 15px;
  }

  .location-advantage-container .card-link {
    width: 100%;
  }

  .contact-container .sub-top-heading {
    font-size: 14px;
  }

  .contact-container .left-col-custom .custom-heading {
    font-size: 24px;
  }

  .contact-container .container {
    max-width: 100%;
  }

  .contact-container .contact-us-footer {
    padding: 10px 10px;
    padding-right: 50px;
    padding-bottom: 50px;
    width: 95%;
    margin-left: 3%;
  }

  .contact-container {
    padding-top: 35px;
    padding-bottom: 40px;
  }

  .contact-container .left-col-custom {
    padding-right: 15px;
  }

  .mobile-section-1 {
    display: block;
  }

  .company-container {
    padding-bottom: 55px;
  }

  .company-container p {
    font-size: 12px;
  }

  .white-logo,
  .black-logo {
    width: auto;
    height: 40px;
  }

  .custom-navbar a.navbar-brand {
    margin-right: 5px !important;
    padding-right: 0px !important;
  }

  .custom-navbar .select-location-li a {
    font-size: 12px;
  }

  .menu-bar-icon {
    width: auto;
    height: 22px;
  }
}

@media(max-width: 767px) {
  .mob {
    display: block;
  }

  h2 {
    font-size: 26px;
  }

  .container-fluid {
    /*padding: 0 2%;*/
  }

  .navbar-brand img {
    width: 100%;
  }

  .pricelist-container .pricebox {
    /* padding: 27px 20px; */
    background-color: #2c3d55;
    text-align: center;
    color: #fff;
    /* width: 95%; */
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    border: 1px solid #b7b7b7;
  }
}

/*AMAN*/
.feature-cols {
  padding: 20px 10px;
  margin: 10px 0;
  text-align: center;
  background: none;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  display: block;
  box-shadow: none;
  border: 1px solid #064576;
}

.features-icons img {
  width: 75px;
  margin: 0 0 10px;
  display: inline-block;
}

.feature-cols p {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width:992px) {
  body {
    overflow-x: hidden;
  }

  .mob {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 50px;
  }

  /* Show slider on mobile */
  .slider-container {
    display: block;
    height: auto;
  }

  .slider-container .slider-img {
    height: 300px;
    object-fit: cover;
  }

  /* Show overview image on mobile */
  .overview-1 {
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (min-width:992px) {
  .mob {
    display: none;
  }
}

@media (max-width: 768px) {
  .amenities-container .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 100% !important;
  }

  /* Ensure no horizontal overflow */
  .amenities-container,
  .amenities-container .container,
  .amenities-container .feature-box-row {
    overflow-x: hidden !important;
    max-width: 100% !important;
  }
}

@media (max-width: 768px) {
  .pricelist-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden !important;
  }

  .pricelist-container .container {
    padding-left: 40px !important;
    padding-right: 40px !important;
    max-width: 100% !important;
  }

  .pricelist-container .col-sm-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Font styling */
  .pricelist-container h2.custom-heading {
    font-size: 24px !important;
    color: #2c3d55 !important;
    margin-bottom: 15px !important;
  }

  .pricelist-container h3 {
    font-size: 20px !important;
    color: #2c3d55 !important;
    margin: 5px 0 5px 0 !important;
  }

  .pricelist-container p {
    font-size: 16px !important;
    line-height: 1.6 !important;
    margin-bottom: 5px !important;
  }

  .pricelist-container ul {
    padding-left: 20px !important;
    margin-bottom: 5px !important;
  }

  .pricelist-container ul li {
    font-size: 15px !important;
    margin-bottom: 8px !important;
    line-height: 1.4 !important;
  }

  /* Fix button */
  .pricelist-container button.btn-custom-3-1 {
    width: 100% !important;
    padding: 12px !important;
    font-size: 16px !important;
    margin: 20px 0 !important;
  }
}

/* DESKTOP & ALL SCREENS - h3 styling */
.pricelist-container h3 {
  color: #2c3d55 !important;
  margin: 30px 0 15px 0 !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
}

/* Desktop specific (≥ 1200px) */
@media (min-width: 1200px) {
  .pricelist-container h3 {
    font-size: 26px !important;
    margin: 35px 0 20px 0 !important;
  }
}

/* Laptop/Tablet landscape (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .pricelist-container h3 {
    font-size: 24px !important;
    margin: 30px 0 18px 0 !important;
  }
}

/* Tablet portrait (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .pricelist-container h3 {
    font-size: 24px !important;
    margin: 25px 0 15px 0 !important;
  }
}

/* Mobile (≤ 767px) */
@media (max-width: 767px) {
  .pricelist-container h3 {
    font-size: 20px !important;
    margin: 20px 0 12px 0 !important;
  }
}

/* Also fix paragraph margins for all screens */
.pricelist-container p {
  margin-bottom: 15px !important;
  line-height: 1.6 !important;
  font-size: 17px !important;
}

.pricelist-container ul {
  margin-bottom: 25px !important;
  padding-left: 20px !important;
}

.pricelist-container ul li {
  margin-bottom: 8px !important;
  line-height: 1.5 !important;
}

/* Responsive paragraph sizes */
@media (min-width: 1200px) {
  .pricelist-container p {
    font-size: 18px !important;
  }
}

@media (max-width: 767px) {
  .pricelist-container p {
    font-size: 16px !important;
  }

  .pricelist-container ul {
    margin-bottom: 20px !important;
  }

  .pricelist-container ul li {
    font-size: 15px !important;
  }
}

/* Fix button margins for all screens */
.pricelist-container .btn-custom-3-1 {
  margin: 30px 0 !important;
  padding: 15px 30px !important;
  font-size: 18px !important;
}

@media (max-width: 767px) {
  .pricelist-container .btn-custom-3-1 {
    margin: 20px 0 !important;
    padding: 12px 20px !important;
    font-size: 16px !important;
    width: 100% !important;
  }
}

@media (max-width: 992px) {

  /* Fix slider animation and size */
  .slider-container #demo .slider-img {
    animation: none !important;
    transform: scale(1) !important;
    height: 350px;
    object-fit: cover;
  }
}

@media (max-width: 992px) {
  .slider-container .slider-content {
    top: 100px !important;
    left: 10px !important;
    width: calc(100% - 20px) !important;
    padding: 10px !important;
  }

  .slider-container .slider-content h1 {
    font-size: 18px !important;
    margin-bottom: 5px !important;
  }

  .slider-container .slider-content p {
    font-size: 14px !important;
    margin-bottom: 5px !important;
  }

  .starting-price-heading {
    font-size: 18px !important;
    padding: 5px 10px !important;
    margin-top: 5px !important;
  }

  .starting-price-heading p {
    font-size: 12px !important;
    margin-bottom: 0 !important;
  }

  .btn-gruop-box {
    padding-top: 10px !important;
  }

  .btn.btn-custom-3-1 {
    padding: 8px 15px !important;
    font-size: 12px !important;
  }
}

/* Natural scaling for tablets (768px-992px) */
@media (min-width: 768px) and (max-width: 992px) {

  /* Keep the same layout but scale everything down */
  .slider-container {
    padding: 15px !important;
  }

  /* Scale down the slider content proportionally */
  .slider-container .slider-content {
    position: absolute !important;
    top: 200px !important;
    /* Reduced from desktop */
    left: 300px !important;
    /* Reduced from desktop */
    width: 50% !important;
    /* Slightly narrower */
    max-width: 350px !important;
    /* Remove black background - keep original styling */
    background: none !important;
    /* Scale down padding and fonts */
    padding: 15px !important;
  }

  .slider-container .slider-content h1 {
    font-size: 22px !important;
    /* Slightly smaller than desktop */
    margin-bottom: 8px !important;
  }

  .slider-container .slider-content p {
    font-size: 15px !important;
    /* Slightly smaller */
    margin-bottom: 6px !important;
  }

  .starting-price-heading {
    font-size: 18px !important;
    padding: 6px 12px !important;
    margin-top: 8px !important;
  }

  .starting-price-heading p {
    font-size: 11px !important;
  }

  .btn.btn-custom-3-1 {
    padding: 8px 16px !important;
    font-size: 13px !important;
  }

  /* Scale down the form proportionally */
  .slider-container .mircosite-form {
    position: absolute !important;
    top: 80px !important;
    /* Same as slider content */
    right: 30px !important;
    width: 35% !important;
    /* Slightly narrower */
    max-width: 320px !important;
    /* Keep original form styling */
    background: #f8f9fa !important;
    /* Light background like desktop */
    padding: 20px !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
  }

  .slider-container .mircosite-form .top-form-heading {
    font-size: 16px !important;
    margin-bottom: 15px !important;
    COLOR: BLACK;
  }

  .slider-container .mircosite-form .form-control {
    padding: 8px 12px !important;
    font-size: 14px !important;
    margin-bottom: 10px !important;
  }

  .slider-container .mircosite-form .btnb.btn-custom {
    padding: 10px !important;
    font-size: 14px !important;
  }

  /* Scale down the disclaimer text */
}

/* Default color for all screens */
.consent-text {
  color: #FFFFFF;
  /* Default gray */
}

/* For desktop (992px and above) */
@media (min-width: 992px) {
  .consent-text {
    color: #FFFFFF;
  }
}

/* For mobile (below 768px) */
@media (max-width: 992px) {
  .consent-text {
    color: #000000;
  }
}

.faq-btn {
  width: 100%;
  background: #f5f5f5;
  border: none;
  padding: 18px 20px;
  text-align: left;
  font-weight: 600;
  font-size: 17px;
  color: #2c3d55;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-btn:hover {
  background: #e9ecef;
}

.faq-btn i {
  transition: 0.3s;
}

/* rotate arrow when open */
.faq-btn[aria-expanded="true"] i {
  transform: rotate(180deg);
}

body,
ul,
li,
p,
span,
a,
button,
input {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

h1,
h2,
h3 {
  font-weight: 700;
  /* bold */
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}