@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap);
.call-link,
.image-badge,
.location-badge,
.map-badge,
.plan-overlay {
  backdrop-filter: blur(10px);
}
.pagination .page-item.active .page-link,
.pagination .page-item.active .page-link:hover {
  background: #9f8054;
  border-color: transparent;
  color: #fff;
}
.lightbox.active,
.nav-pills,
.pagination {
  display: flex;
}
.contact .map .holder iframe,
.intro figure .holder img,
.property-calculator figure .holder img,
.side-navigation {
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);
}
.lumina-faq-item,
.overflow,
.preloader,
.transition-overlay,
.video-bg {
  overflow: hidden;
}
.chat,
.gallery-arrow,
.gallery-item,
.hamburger,
.view-btn {
  cursor: pointer;
}
.about-content h2,
.apartment h2,
.blog .sidebar .widget .title,
.certificates h4,
.get-consultation h4,
.intro .content-box h4,
.page-header .container h1,
.press-relases figure figcaption h5,
.property-calculator .content-box h4,
.property-customization h4,
.property-plans h4,
.recent-gallery h4,
.sales-offices .office-box h5,
.theme-btn,
body {
  font-family: Montserrat, sans-serif;
}
.amenity-title,
.contact small,
.press-relases figure figcaption small,
.section-label,
.theme-btn,
.vertical-btn,
button[type="submit"] {
  text-transform: uppercase;
}
* {
  outline: 0 !important;
}
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  color: #26282b;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
}
a {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  color: #26282b;
  text-decoration: none;
}
.recent-gallery .link:hover,
.sales-offices .office-box a:hover,
a:hover {
  text-decoration: none;
}
input[type="tel"],
input[type="text"] {
  width: 100%;
  height: 54px;
  border: 1px solid #eee;
  padding: 0 20px;
}
textarea {
  width: 100%;
  height: 80px;
  border: 1px solid #eee;
  padding: 15px 20px;
}
.sidenav_form input {
  height: 45px;
}
.modal-content {
  border-radius: 10px;
}
.submit-btn,
.submit-btn:hover {
  background-color: #1e344f;
  color: #fff;
}
.whatsapp-section {
  position: fixed;
  bottom: 26px;
  width: 52px;
  left: 110px;
  z-index: 999;
  animation: 3s ease-in-out infinite pulseFloat;
}
.modal-header {
  background-color: #1e344f;
}
button[type="submit"] {
  height: 54px;
  border: none;
  background: #9f8054;
  color: #fff;
  padding: 0 55px;
  font-size: 18px;
  font-weight: 600;
}
.navbar .container .upper-side .phone-email small,
.odometer {
  line-height: 1;
}
.odometer.odometer-auto-theme,
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-car,
.odometer.odometer-theme-car .odometer-digit,
.recent-gallery .col-md-3 {
  padding: 0;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-car .odometer-digit .odometer-digit-inner,
.side-navigation.active,
.transition-overlay.active {
  left: 0;
}
.pagination .page-item {
  display: inline-block;
  margin-right: 6px;
}
.pagination .page-item.active .page-link {
  position: relative;
  z-index: 2;
}
.pagination .page-item .page-link {
  display: inline-block;
  border-radius: 0 !important;
  padding: 15px 20px;
  color: #26282b;
  font-weight: 600;
  font-size: 13px;
  border: 1px solid #dee2e6;
  line-height: 1;
}
.pagination .page-item .page-link:hover {
  background: 0 0;
  border-color: #dee2e6;
  color: #9f8054;
}
.project-logo {
  width: 30%;
}
.gallery-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  text-align: center;
  margin: 30px 0;
}
.gallery-container .swiper-wrapper {
  width: 100%;
  float: left;
  position: relative;
}
.gallery-container .swiper-slide {
  width: 80%;
  margin: 0;
  opacity: 0.6;
}
.gallery-container .swiper-slide.swiper-slide-active {
  width: 80%;
  opacity: 1;
}
.blog .post .post-image img,
.certificates figure img,
.error404 figure img,
.gallery-container .swiper-slide img,
.intro,
.logos figure img,
.press-relases figure a img,
.recent-gallery .link:hover:before,
.side-navigation .gallery li img {
  width: 100%;
}
.gallery-container .gallery-pagination {
  bottom: 20px;
  position: absolute;
  z-index: 2;
}
.gallery-container .gallery-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}
.gallery-container
  .gallery-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ebcfa7;
  opacity: 1;
}
.video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #26282b;
  background: -moz-linear-gradient(
    161deg,
    #26282b 0,
    #26282b 49%,
    #9f8054 100%
  );
  background: -webkit-linear-gradient(
    161deg,
    #26282b 0,
    #26282b 49%,
    #9f8054 100%
  );
  background: linear-gradient(161deg, #26282b 0, #26282b 49%, #9f8054 100%);
}
.video-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
}
.video-bg video {
  min-width: 100%;
  min-height: 100%;
  float: left;
  opacity: 0.15;
}
.nav-pills {
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.preloader,
.side-navigation {
  height: 100vh;
  flex-direction: column;
}
.nav-pills .nav-item {
  display: inline-block;
  margin-right: 30px;
}
.nav-pills .nav-item:last-child {
  margin-right: 0;
}
.nav-pills .nav-item .nav-link {
  background: 0 0;
  color: #26282b;
  border-bottom: 2px solid transparent;
  padding: 10px;
  border-radius: 0;
  font-weight: 600;
  font-size: 14px;
}
.nav-pills .nav-item .nav-link.active {
  border-bottom: 2px solid #26282b;
}
.breadcrumb {
  width: 100%;
  padding: 0;
  border-radius: 0;
  background: 0 0;
}
.breadcrumb .breadcrumb-item {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
}
#mob-nav,
.benefits .col:hover figure:after,
.breadcrumb .breadcrumb-item:first-child:before,
.floor_1,
.gallery-tab,
.lumina-faq-btn::after,
.mob-ph,
.mobile-slider-section {
  display: none;
}
.breadcrumb .breadcrumb-item:before {
  content: "»";
  color: #fff;
  font-weight: 400;
  padding: 0 20px;
}
.breadcrumb .breadcrumb-item.active,
.property-calculator .content-box ul li ::before,
.property-customization h4 span {
  color: #ebcfa7;
}
.breadcrumb .breadcrumb-item a,
.mob-ph a,
.side-navigation p a,
.table td {
  color: #fff;
}
.hamburger {
  position: relative;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.navbar,
.preloader,
.side-navigation,
.transition-overlay {
  position: fixed;
  top: 0;
}
.hamburger span {
  display: none;
  height: 2px;
  width: 30px;
  background: #fff;
  opacity: 1;
  position: absolute;
  left: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.hamburger span:first-child {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 9px;
}
.hamburger span:nth-child(3) {
  width: 100%;
  top: 19px;
}
.hamburger span:nth-child(4) {
  width: 100%;
  top: 19px;
  left: 0;
}
.about-content blockquote p,
.apartment blockquote p,
.blog .post .post-content blockquote p,
.hamburger.open,
.location-accordion .accordion-header {
  margin: 0;
}
.hamburger.open span:first-child {
  top: 9px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.hamburger.open span:nth-child(2),
.hamburger.open span:nth-child(4) {
  opacity: 0;
  left: 20px;
}
.hamburger.open span:nth-child(3) {
  width: 30px;
  top: 9px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.hamburger:hover span:nth-child(4) {
  width: 100%;
  left: 0;
}
.preloader {
  width: 100%;
  display: flex;
  justify-content: center;
  right: 0;
  z-index: 12;
  background: #ebcfa7;
  -webkit-transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 0.5s;
  transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0.95s;
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
}
.preloader *,
.transition-overlay {
  -webkit-transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 0.5s;
}
.preloader * {
  transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
}
.preloader .layer {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  background: #333;
  transition-delay: 0.3s;
}
.preloader .inner {
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 2;
}
.preloader .inner figure {
  display: block;
  margin-bottom: 10px;
  transition-delay: 0.1s;
}
.preloader .inner figure img {
  height: 60px;
}
.preloader .inner p {
  font-weight: 600;
  color: #fff;
  font-size: 13px;
  display: block;
}
.transition-overlay {
  width: 100%;
  height: 100vh;
  left: -100%;
  z-index: 12;
  background: #ebcfa7;
  transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
}
.transition-overlay .layer {
  width: 100%;
  height: 100vh;
  position: absolute;
  right: -100%;
  top: 0;
  background: #333;
  -webkit-transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 0.5s;
  transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0.6s;
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
}
.transition-overlay.active .layer {
  right: 0;
}
.page-loaded .preloader {
  right: -100%;
}
.page-loaded .preloader .inner figure {
  opacity: 0;
  transform: scale(1.5);
}
.page-loaded .preloader .inner p {
  transform: translateY(20px);
  opacity: 0;
}
.page-loaded .preloader .layer {
  left: -100%;
}
.page-loaded .navbar .container .upper-side {
  transform: translateY(0);
}
.benefits .col:hover figure:after,
.blog .sidebar .widget .side-gallery li a:hover img,
.gallery-item:hover .gallery-overlay,
.page-loaded .navbar .container .menu {
  opacity: 1;
}
.side-navigation {
  width: 400px;
  min-height: 400px;
  left: -100%;
  background: #26282b;
  z-index: 10;
  color: #fff;
  font-size: 14px;
  padding: 0 40px;
  display: flex;
  justify-content: center;
  -webkit-transition: 0 cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 0;
  transition: 0 cubic-bezier(0.86, 0, 0.07, 1);
  transition-duration: 10ms;
  -webkit-transition-duration: 10ms;
}
.blog .sidebar .widget .side-gallery li a img,
.error404 a,
.logos *,
.navbar .container .menu ul li ul {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}
.side-navigation .menu {
  display: none;
  margin-bottom: 20px;
}
.side-navigation .menu ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.side-navigation .menu ul li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 3px 0;
  list-style: none;
  position: relative;
}
.side-navigation .menu ul li ul {
  width: 100%;
  display: none;
  padding-left: 20px;
  margin-bottom: 10px;
}
.btn-text,
.contact .contact-form #contact,
.desktop-gal,
.gallery-tab.active,
.intro .content-box,
.side-navigation .menu ul li ul li {
  display: block;
}
.side-navigation .menu ul li ul li a {
  font-size: 2vw;
}
.side-navigation .menu ul li a {
  display: inline-block;
  color: #fff;
  font-size: 3vw;
  font-weight: 600;
}
.navbar .container .upper-side .language a:hover,
.side-navigation .menu ul li a:hover {
  color: #ebcfa7;
  text-decoration: none;
}
.blog .sidebar .widget form,
.side-navigation .side-content {
  width: 100%;
  display: block;
}
.side-navigation figure,
.side-navigation p {
  display: block;
  margin-bottom: 30px;
}
.side-navigation figure img {
  height: 40px;
}
.recent-posts .post-box figure,
.side-navigation address {
  display: block;
  margin-bottom: 20px;
}
.side-navigation h6 {
  font-weight: 600;
  font-size: 20px;
}
.side-navigation .gallery {
  margin-bottom: 20px;
  padding: 0;
  margin-left: -5px;
  margin-right: -5px;
}
.side-navigation .gallery li {
  width: 33.33333%;
  float: left;
  margin: 0;
  padding: 0 5px;
  list-style: none;
}
.side-navigation .social-media {
  width: 100%;
  float: left;
  margin: 0 0 20px;
  padding: 0;
}
.side-navigation .social-media li {
  float: left;
  margin-left: 5px;
  padding: 0;
  list-style: none;
}
.side-navigation .social-media li a {
  width: 40px;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 42px;
  font-size: 13px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.side-navigation .social-media li a:hover {
  color: #26282b;
  background: #ebcfa7;
}
.navbar {
  width: 100%;
  padding: 0;
  left: 0;
  background: rgb(0 0 0 / 63%);
  z-index: 99;
}
.intro,
.page-header .container {
  z-index: 2;
  position: relative;
}
.navbar .container {
  flex-direction: column;
}
.navbar .container .upper-side {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  align-items: center;
}
.navbar .container .upper-side .logo {
  margin-left: 0;
}
.navbar .container .upper-side .phone-email {
  margin-right: 0;
  margin-left: auto;
  margin-top: -9px;
  text-align: right;
  color: #fff;
}
.navbar .container .upper-side .phone-email img {
  float: right;
  height: 44px;
}
.navbar .container .upper-side .phone-email p {
  font-size: 9px;
  margin-bottom: 12px;
  padding: 0;
}
.navbar .container .upper-side .phone-email h4 {
  margin-bottom: -5px;
  margin-top: 3px;
  font-size: 17px;
  font-weight: 600;
  display: -webkit-box;
  line-height: 1;
}
.navbar .container .upper-side .phone-email small a {
  opacity: 0.5;
  color: #fff;
}
.navbar .container .upper-side .phone-email small a:hover {
  text-decoration: none;
  color: #ebcfa7;
  opacity: 1;
}
.navbar .container .upper-side .language {
  margin-right: 40px;
  margin-left: 60px;
  padding: 10px 30px 10px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.navbar .container .upper-side .language a {
  display: inline-block;
  margin: 0 5px;
  color: #fff;
  font-weight: 600;
}
.navbar .container .upper-side .hamburger {
  width: 30px;
  height: 21px;
  margin-right: 0;
}
.navbar .container .menu {
  width: auto;
  display: flex;
  flex-wrap: wrap;
}
.navbar .container .menu ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.benefits,
.intro,
.logos,
.recent-gallery {
  flex-wrap: wrap;
  display: flex;
}
.navbar .container .menu ul li {
  margin: 0 0 0 40px;
  padding: 0;
  list-style: none;
  position: relative;
}
.navbar .container .menu ul li:hover ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.navbar .container .menu ul li ul {
  min-width: 220px;
  position: absolute;
  left: -35px;
  top: 120%;
  background: #26282b;
  margin: 0;
  padding: 25px 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease-in-out;
}
.navbar .container .menu ul li ul:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: transparent transparent #26282b;
  position: absolute;
  left: 35px;
  top: -10px;
}
.navbar .container .menu ul li ul li {
  margin: 0;
  padding: 0 35px;
  white-space: nowrap;
}
.navbar .container .menu ul li ul li a {
  padding: 8px 0;
}
.navbar .container .menu ul li ul li a:hover {
  border-color: transparent;
}
.navbar .container .menu ul li a {
  color: #000;
  display: inline-block;
  font-weight: 600;
  padding: 22px 0;
  border-top: 1px solid transparent;
}
.navbar .container .menu ul li a:hover {
  text-decoration: none;
  color: #000;
  border-top: 1px solid #ebcfa7;
}
.page-header:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #26282b;
  background: -moz-linear-gradient(
    161deg,
    #26282b 0,
    #26282b 49%,
    #9f8054 100%
  );
  background: -webkit-linear-gradient(
    161deg,
    #26282b 0,
    #26282b 49%,
    #9f8054 100%
  );
  background: linear-gradient(161deg, #26282b 0, #26282b 49%, #9f8054 100%);
  opacity: 0.65;
}
.page-header .container h1 {
  font-size: 5vw;
  color: #ebcfa7;
  margin-bottom: 20px;
}
.page-header .container p {
  display: block;
  color: #fff;
  font-size: 20px;
  margin: 0;
}
.page-header .container .breadcrumb {
  position: absolute;
  left: 15px;
  bottom: -30px;
  background: #9f8054;
  width: 70%;
  padding: 40px 60px 40px 30px;
  margin: 0;
}
.intro figure,
.property-calculator figure {
  display: inline-block;
  margin-bottom: 0;
  margin-top: -20px;
  background: #ebcfa7;
  position: relative;
}
.contact .map .pattern-bg,
.intro figure .pattern-bg,
.property-calculator figure .pattern-bg {
  width: 120%;
  height: 100%;
  position: absolute;
  left: 5%;
  top: -5%;
  background-size: contain;
}
.intro figure .holder {
  position: relative;
  width: 100%;
  float: left;
  display: block !important;
  transform: translate(85px, 0);
}
.benefits b,
.certificates b,
.contact b,
.facilities b,
.intro .content-box b,
.intro-video b,
.property-calculator .content-box b,
.property-plans b,
.recent-gallery b,
.recent-posts b {
  display: block;
  font-size: 30px;
  font-weight: 800;
  opacity: 0.2;
}
.intro .content-box h4 {
  display: block;
  font-size: 42px;
  margin-bottom: 15px;
}
.about-content h2 span,
.apartment h2 span,
.benefits h4 span,
.blog .sidebar .widget .categories li a:hover,
.certificates h4 span,
.contact h4 span,
.facilities h4 span,
.intro .content-box h4 span,
.intro-video h4 span,
.property-calculator .content-box h4 span,
.property-plans h4 span,
.recent-gallery h4 span,
.recent-posts h4 span,
.sales-team figure figcaption h4 span {
  color: #9f8054;
}
.intro .content-box h3 {
  font-weight: 600;
  margin-bottom: 20px;
}
.intro .content-box p {
  display: block;
  padding-right: 5%;
  margin-bottom: 10px;
}
.intro .content-box a {
  display: inline-block;
  color: #26282b;
  font-weight: 600;
}
.intro .content-box a img {
  height: 46px;
  margin-right: 15px;
}
.blog .post .post-content .post-title a:hover,
.intro .content-box a:hover,
.photo-gallery .gallery-filter li a:hover,
.property-calculator .content-box a:hover,
.recent-posts .post-box h6 a:hover {
  color: #9f8054;
  text-decoration: none;
}
.logos {
  width: 100%;
  padding: 100px 0;
}
.benefits,
.recent-gallery {
  width: 100%;
}
.logos * {
  transition: 0.25s ease-in-out;
}
.floor-button a,
.get-consultation a,
.recent-gallery .link:before {
  background: #26282b;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}
.logos .col-lg-2 {
  border-right: 1px dashed #eee;
}
.benefits .col:last-child,
.logos .col-lg-2:last-child {
  border-right: none;
}
.logos figure {
  width: 100%;
  margin: 0;
  position: relative;
}
.logos figure:hover img {
  opacity: 0;
  transform: scale(1.2);
}
.logos figure:hover h6 {
  opacity: 1;
  transform: scale(1);
}
.logos figure h6 {
  width: 100%;
  height: 20px;
  line-height: 20px;
  margin: -10px 0 0;
  position: absolute;
  top: 50%;
  text-align: center;
  opacity: 0;
  font-weight: 800;
  font-size: 13px;
  transform: scale(1.1);
}
.benefits {
  padding: 0;
  background: #F3F9FF  ;
  text-align: center;
}
.benefits .col {
  border-right: 1px solid #eee;
  padding-top: 20px;
  padding-bottom: 20px;
}
.benefits .col:nth-child(odd),
.download-btn,
.recent-gallery .col-md-4:first-child,
.recent-gallery .col-md-4:nth-child(2),
.recent-gallery .col-md-4:nth-child(3) {
  margin-top: 0;
}
.benefits h4,
.contact h4,
.facilities h4,
.intro-video h4,
.recent-posts h4,
.sales-team figure figcaption h4 {
  display: block;
  font-size: 30px;
  font-family: Montserrat, sans-serif;
  margin-bottom: 15px;
}
.benefits h3,
.intro-video h3 {
  font-weight: 600;
  margin-bottom: 50px;
}
.benefits figure {
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.benefits figure:after {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 0;
  background: #ebcfa7;
  border-radius: 50%;
  opacity: 0;
  z-index: 0;
  margin-left: -35px;
}
.benefits h6 {
  font-weight: 600;
  font-size: 14px;
}
.benefits .odometer {
  font-size: 50px;
  line-height: 1;
  font-weight: 800;
}
.benefits .extra {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  transform: translateY(10px);
}
.recent-gallery {
  padding: 60px 0 50px;
}
.property-calculator,
.property-plans {
  display: flex;
  flex-wrap: wrap;
  background: #f9f9f9;
}
.property-calculator .content-box h4,
.property-customization h4,
.property-plans h4,
.recent-gallery h4 {
  display: block;
  font-size: 41px;
  margin-bottom: 15px;
}
.recent-gallery h3 {
  font-weight: 600;
  padding-right: 40%;
  margin-bottom: 30px;
}
.recent-gallery .link {
  display: inline-block;
  color: #26282b;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  padding-bottom: 10px;
}
.get-consultation a i,
.recent-gallery .link i {
  margin-left: 10px;
}
.recent-gallery .link:before {
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.25s ease-in-out;
}
.recent-gallery figure {
  display: block !important;
  margin: 3px;
  position: relative;
  padding: 5px;
}
.heighlight {
  top: 44px;
}
.property-calculator {
  width: 100%;
  padding-bottom: 10px;
  margin-top: 10px;
  position: relative;
  padding-top: 70px;
}
.property-calculator figure:before {
  content: "";
  width: 50vw;
  height: 100%;
  position: absolute;
  left: -50vw;
  top: 0;
}
.contact .map .holder,
.property-calculator figure .holder {
  position: relative;
  width: 100%;
  float: left;
  display: block !important;
  transform: translate(85px, -35px);
}
.property-calculator figure .holder img {
  width: 525px;
}
.property-calculator .content-box {
  display: block;
  padding: 0 0 12% 12%;
}
.about-video {
  position: relative;
  height: 100%;
}
.about-video::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
}
.img-box {
  height: 100%;
  width: 100%;
  display: inline-block;
}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
}
.get-consultation h3,
.property-calculator .content-box h3,
.property-customization h3,
.property-plans h3 {
  font-weight: 600;
  margin-bottom: 30px;
}
.property-calculator .content-box ul {
  display: block;
  margin-bottom: 60px;
  padding: 0;
}
.property-calculator .content-box ul li {
  margin: 0 0 0 18px;
  padding: 0;
  list-style: circle;
  line-height: 35px;
}
.property-calculator .content-box ul li:first-child {
  margin-right: 30px;
}
.property-calculator .content-box ul li img {
  height: 35px;
}
.property-calculator .content-box p {
  display: block;
  padding-right: 0;
  margin-bottom: 30px;
}
.property-calculator .content-box a {
  display: inline-block;
  color: #26282b;
  font-weight: 600;
  margin-top: 27px;
}
.property-calculator .content-box a img {
  height: 46px;
  margin-right: 10px;
}
.property-plans {
  width: 100%;
  padding: 40px 50px;
}
.blog .post,
.certificates,
.get-consultation,
.property-plans .tab-nav,
.recent-posts .post-box,
.sales-team figure {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}
.property-plans p {
  display: block;
  padding-right: 40%;
  margin-bottom: 30px;
}
.property-plans table {
  display: table;
  margin-bottom: 30px;
  font-size: 15px;
}
.property-plans table tr td:first-child {
  width: 160px;
  font-weight: 600;
  color: #fff;
}
.property-plans .tab-nav li {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
}
.property-plans .tab-nav li a {
  color: #26282b;
  font-weight: 600;
}
.get-consultation {
  background-size: auto 120%;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #dcdddf;
}
.get-consultation .content-box {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  color: #fff;
  background: #9f8054;
  position: relative;
  overflow: hidden;
}
.get-consultation .content-box ul li {
  padding: 4px 0;
}
.floor-button a,
.get-consultation a {
  height: 60px;
  line-height: 60px;
  float: left;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  padding: 0 40px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  transition: 0.25s ease-in-out;
}
.get-consultation .content-box:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 200px 100vh 0;
  border-color: transparent #ebcfa7 transparent transparent;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.15;
  z-index: 1;
}
.get-consultation b,
.property-customization b {
  width: 100%;
  display: block;
  font-size: 30px;
  font-weight: 800;
  opacity: 0.2;
}
.get-consultation h4 {
  display: block;
  font-size: 36px;
  margin-bottom: 15px;
}
.get-consultation h4 span {
  color: #26292c;
}
.error404 p,
.get-consultation p {
  display: block;
  margin-bottom: 40px;
}
.get-consultation a.location-map {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  height: auto;
  width: 100%;
}
.about-content,
.apartment,
.blog,
.contact,
.photo-gallery,
.recent-posts,
.sales-team {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
}
.certificates small,
.facilities small,
.recent-posts small,
.sales-team figure figcaption small {
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 40px;
  opacity: 0.5;
}
.certificates small:after,
.contact small:after,
.facilities small:after,
.recent-posts small:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #26282b;
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 4px;
  opacity: 0.5;
}
.recent-posts .post-box h6 {
  display: block;
  font-size: 20px;
  font-weight: 600;
}
.apartment .property-plan,
.recent-posts .post-box h6 a,
.sales-team figure figcaption {
  display: inline-block;
}
.contact address p,
.recent-posts .post-box p {
  display: block;
  margin: 0;
}
.recent-posts .post-box span {
  width: 100%;
  display: block;
  font-size: 13px;
  opacity: 0.5;
  margin-bottom: 10px;
}
.property-customization {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
  background: #26282b;
  color: #fff;
  position: relative;
}
.call-to-action1,
.chat,
.whatsapp_float {
  position: fixed;
  z-index: 9;
}
.property-customization figure {
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 10px;
  margin: 15px 0;
}
.press-relases figure,
.sales-offices .office-box,
.sales-team figure {
  border: 1px solid #eee;
  margin: 15px 0;
}
.property-customization figure img {
  height: 40px;
  float: left;
  margin-right: 15px;
}
.property-customization figure figcaption {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.about-content h2,
.apartment h2 {
  font-size: 4vw;
  margin-bottom: 20px;
}
.about-content h6,
.apartment h6 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 20px;
}
.apartment h5 {
  margin-bottom: 70px;
  font-weight: 600;
  opacity: 0.5;
}
.about-content h4,
.apartment h4 {
  margin-bottom: 20px;
  font-weight: 600;
}
.about-content p,
.apartment p {
  line-height: 1.7;
  margin-bottom: 20px;
}
.about-content p strong,
.apartment p strong {
  font-weight: 600;
}
.about-content ul,
.apartment ul,
.blog .post .post-content ul {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  padding-left: 20px;
}
.about-content ul li,
.apartment ul li,
.blog .post .post-content ul li {
  margin: 0;
  padding: 4px 0;
}
.about-content blockquote,
.apartment blockquote,
.blog .post .post-content blockquote {
  display: inline-block;
  padding: 30px;
  background: #ebcfa7;
  margin-bottom: 40px;
}
.about-content blockquote strong,
.apartment blockquote strong,
.blog .post .post-content blockquote strong {
  font-size: 20px;
}
.apartment figure {
  width: 100%;
  display: block;
  margin-bottom: 70px;
  margin-top: 50px;
}
.apartment .property-infos {
  display: inline-block;
  background: #9f8054;
  color: #fff;
  padding: 50px;
  margin-bottom: 50px;
  margin-right: 100px;
}
.apartment .property-infos .odometer {
  font-size: 60px;
  font-weight: 800;
  position: relative;
  display: inline-flex;
}
.apartment .property-infos .odometer:after {
  content: attr(data-text);
  font-size: 30px;
  font-weight: 600;
  margin-top: 10px;
  margin-left: 5px;
  opacity: 0.5;
}
.apartment .property-infos p:last-child {
  margin-bottom: 0;
}
.about-content h5 {
  margin-bottom: 40px;
  font-weight: 600;
  opacity: 0.5;
}
.about-content .video-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  margin-top: 30px;
}
.about-content .video-content video {
  width: 100%;
  height: 100%;
  float: left;
}
.about-content .gallery-container {
  margin-bottom: 50px;
}
.certificates h4 {
  display: block;
  margin-bottom: 15px;
}
.certificates figure {
  display: block;
  margin: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.error404 a,
.facilities figure {
  box-shadow: 0 0 20px rgba(235, 207, 167, 0.4);
}
.facilities,
.press-relases,
.sales-offices {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 135px 0;
}
.facilities figure {
  width: 100%;
  float: left;
  margin: 15px 0;
  padding: 50px 30px;
}
.facilities figure img {
  height: 70px;
  float: left;
}
.facilities figure figcaption {
  width: calc(100% - 90px);
  float: right;
}
.facilities figure figcaption h5 {
  font-weight: 600;
  font-size: 16px;
}
.facilities figure figcaption p {
  font-size: 14px;
  opacity: 0.5;
  margin: 0;
}
.sales-offices .office-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
}
.sales-offices .office-box h5 {
  margin-bottom: 20px;
  font-size: 26px;
}
.card-icon-wrapper,
.sales-offices .office-box address {
  margin-bottom: 25px;
}
.sales-offices .office-box a {
  height: 44px;
  line-height: 44px;
  display: inline-block;
  padding: 0 20px;
  background: #26282b;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
.sales-offices .office-box a i {
  margin-right: 7px;
}
.error404,
.intro-video {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
  text-align: center;
}
.intro-video .video-container {
  width: 100%;
  float: left;
  margin: 0;
  padding: 5px;
  background: #ebcfa7;
}
.blog .post .post-content .post-tags,
.intro-video .video-container video,
.photo-gallery .gallery li img {
  width: 100%;
  float: left;
}
.press-relases figure {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.press-relases figure a {
  width: 40%;
}
.press-relases figure figcaption {
  width: 60%;
  padding-left: 20px;
}
.press-relases figure figcaption h5 {
  display: block;
  font-size: 22px;
  margin-bottom: 15px;
}
.press-relases figure figcaption p {
  font-size: 14px;
}
.press-relases figure figcaption small {
  display: block;
  letter-spacing: 2px;
  margin-bottom: 0;
  opacity: 0.5;
}
.photo-gallery .gallery-filter {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  padding: 0;
}
.photo-gallery .gallery-filter li {
  display: inline-block;
  margin-right: 25px;
  padding: 0;
  list-style: none;
}
.photo-gallery .gallery-filter li a {
  font-weight: 600;
  border-bottom: 2px solid transparent;
}
.photo-gallery .gallery-filter li a.current {
  border-bottom: 2px solid #ebcfa7;
}
.photo-gallery .gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
  padding: 0;
}
.photo-gallery .gallery li {
  width: 25%;
  margin: 0;
  padding: 4px;
  list-style: none;
}
.sales-team figure {
  align-items: center;
}
.sales-team figure img {
  width: 50%;
  display: inline-block;
}
.sales-team figure figcaption small:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #26282b;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 4px;
  opacity: 0.5;
}
.blog .post .post-content .post-tags ul,
.sales-team figure figcaption ul {
  display: block;
  margin: 0;
  padding: 0;
}
.sales-team figure figcaption ul li {
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 0;
  list-style: none;
}
.sales-team figure figcaption ul li a {
  font-size: 14px;
  font-weight: 600;
}
.sales-team figure figcaption ul li a i {
  margin-right: 6px;
  font-size: 12px;
  font-weight: 400;
}
.sales-team figure figcaption ul li a:hover {
  text-decoration: none;
  color: #9f8054;
}
.error404 figure {
  display: block;
  margin-bottom: 60px;
  padding: 0 10%;
}
.error404 h2 {
  font-size: 50px;
  font-weight: 800;
  color: #9f8054;
}
.error404 a {
  height: 60px;
  line-height: 56px;
  display: inline-block;
  color: #9f8054;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  border: 2px solid #ebcfa7;
  padding: 0 40px;
  transition: 0.25s ease-in-out;
}
.error404 a:hover {
  text-decoration: none;
  color: #fff;
  background: #9f8054;
  border-color: #9f8054;
}
.call-to-action1,
.call-to-action1 p,
.call-to-action1 p:hover {
  background: #cdaf87;
}
.blog .post {
  margin-bottom: 100px;
}
.blog .post .post-image {
  width: 100%;
  float: left;
  margin-bottom: 0;
}
.blog .post .post-content {
  width: calc(100% - 60px);
  float: left;
  background: #fff;
  margin: -100px 30px 0;
  padding: 30px;
}
.blog .post .post-content.single {
  width: 100%;
  margin: 50px 0 0;
  padding: 0;
}
.blog .post .post-content .post-title {
  font-weight: 800;
  margin-bottom: 20px;
}
.blog .post .post-content .post-author a,
.blog .post .post-content .post-title a,
.blog .sidebar .widget .categories li a {
  color: #26282b;
}
.blog .post .post-content .post-tags i {
  font-size: 19px;
  float: left;
  margin-right: 10px;
  color: #9f8054;
  margin-top: 4px;
}
.blog .post .post-content .post-tags ul li {
  float: left;
  margin-right: 10px;
  padding: 0;
  list-style: none;
}
.blog .post .post-content .post-tags ul li a {
  color: #26282b;
  text-decoration: underline;
}
.blog .post .post-content .post-intro {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  font-size: 19px;
  line-height: 1.6;
}
.blog .post .post-content .post-author {
  width: 100%;
  float: left;
  line-height: 60px;
  margin-bottom: 20px;
}
.blog .post .post-content .post-author img {
  width: 60px;
  float: left;
  border-radius: 50%;
  margin-right: 10px;
}
.blog .post .post-content .post-author span {
  float: left;
  opacity: 0.5;
  margin-right: 5px;
}
.blog .sidebar {
  width: calc(100% - 50px);
  display: flex;
  flex-wrap: wrap;
  margin-left: 50px;
  border-left: 1px solid #eee;
  padding-left: 50px;
}
.blog .sidebar .widget {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.blog .sidebar .widget:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.blog .sidebar .widget .title {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.blog .sidebar .widget .categories,
.blog .sidebar .widget .tags {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.blog .sidebar .widget .categories li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 2px 0;
  list-style: none;
}
.blog .sidebar .widget .categories li:before {
  content: "»";
  margin-right: 9px;
  color: #9f8054;
}
.blog .sidebar .widget .categories li span {
  float: right;
  color: #9f8054;
}
.blog .sidebar .widget form input[type="text"] {
  width: calc(100% - 50px);
  float: left;
  border: 1px solid #ebcfa7;
  border-right: none;
}
.blog .sidebar .widget form button[type="submit"] {
  width: 50px;
  padding: 0;
}
.blog .sidebar .widget .tags li {
  float: left;
  margin-right: 8px;
  margin-bottom: 6px;
  padding: 0;
  list-style: none;
}
.blog .sidebar .widget .tags li a {
  height: 30px;
  line-height: 30px;
  float: left;
  border: 1px solid #ebcfa7;
  padding: 0 10px;
  font-size: 13px;
  color: #9f8054;
  font-weight: 600;
}
.blog .sidebar .widget .tags li a:hover {
  background: #9f8054;
  color: #fff;
  border-color: #9f8054;
  text-decoration: none;
}
.blog .sidebar .widget .side-gallery {
  margin-left: -3px;
  margin-right: -3px;
  padding: 0;
}
.blog .sidebar .widget .side-gallery li {
  width: 33.33333%;
  float: left;
  margin: 0;
  padding: 3px;
  list-style: none;
}
.blog .sidebar .widget .side-gallery li a {
  width: 100%;
  float: left;
  background: #26282b;
}
.blog .sidebar .widget .side-gallery li a img {
  opacity: 0.5;
  transition: 0.25s ease-in-out;
}
.contact small {
  display: block;
  letter-spacing: 2px;
  margin-bottom: 50px;
  opacity: 0.5;
}
.contact address {
  display: block;
  margin-bottom: 50px;
}
.contact address strong {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.contact .map {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 100px;
  background: #ebcfa7;
  position: relative;
}
.contact .map:before {
  content: "";
  width: 50vw;
  height: 100%;
  background: #ebcfa7;
  position: absolute;
  left: -50vw;
  top: 0;
}
.contact .map .holder iframe {
  width: 525px;
  height: 657px;
  border: none;
}
.contact .contact-form {
  width: 100%;
  display: block;
  padding-left: 10%;
}
.contact .contact-form h5 {
  margin-bottom: 40px;
}
.contact .contact-form #contact .form-group {
  display: block;
  position: relative;
  margin-bottom: 35px;
}
.contact .contact-form #contact .form-group span {
  width: 100%;
  line-height: 54px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 20px;
  z-index: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.contact .contact-form #contact .form-group input:focus + span,
.contact .contact-form #contact .form-group span.label-up,
.contact .contact-form #contact .form-group textarea:focus + span {
  font-size: 13px;
  line-height: 16px;
  top: -20px;
  font-weight: 600;
}
.contact .contact-form #contact .form-group input[type="text"],
.contact .contact-form #contact .form-group textarea {
  background: 0 0;
  position: relative;
  z-index: 2;
}
.contact .contact-form #contact .form-group label.error {
  color: red;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 13px;
}
.contact .contact-form #error,
.contact .contact-form #success {
  display: none;
  float: left;
}
.contact .contact-form #error {
  background: red;
  color: #fff;
}
.contact .contact-form #success {
  background: green;
  color: #fff;
}
.contact .contact-form .alert {
  border: none;
  border-radius: 0;
  padding: 20px 30px;
}
footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  background: #285339;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #fff;
  display: flex;
  justify-content: center;
}
footer ul li {
  padding: 0 15px;
  position: relative;
}
footer ul li a,
footer ul li a:hover {
  color: #fff;
  text-decoration: none;
}
footer ul li:nth-child(2) {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.whatsapp_float {
  left: 20px;
  bottom: 10px;
}
.chat {
  border-radius: 100%;
  width: 60px;
  height: 60px;
  padding: 15px;
  border: 0;
}
.floor-tower-img img {
  width: 15%;
}
@media only screen and (max-width: 1366px),
  only screen and (max-device-width: 1366px) {
  .navbar .container .menu ul li {
    margin-left: 36px;
  }
}
@media only screen and (max-width: 1199px),
  only screen and (max-device-width: 1199px) {
  .intro figure .holder,
  .property-calculator figure .holder {
    transform: translate(65px, -65px);
  }
  .intro figure .holder img,
  .property-calculator figure .holder img {
    width: 450px;
  }
  .navbar .container .upper-side .phone-email {
    display: none;
  }
}
.youtube-video iframe {
  width: 100%;
  height: 450px;
}
@media only screen and (max-width: 991px),
  only screen and (max-device-width: 991px) {
  .certificates h4 {
    margin-bottom: 25px;
    text-align: center;
  }
  .navbar .container .upper-side .hamburger {
    margin-left: auto;
  }
  .navbar .container .menu,
  .property-calculator figure:before,
  .side-navigation .side-content,
  .video-bg {
    display: none;
  }
  .youtube-video iframe {
    width: 100%;
    height: 300px;
  }
  .modal-header img {
    padding-left: 0 !important;
  }
  button[type="submit"] {
    margin-left: 19% !important;
  }
  .property-plans {
    padding: 0;
  }
  .contact address p a,
  .hamburger span,
  .side-navigation .menu {
    display: block;
  }
  .page-header .container h1 {
    font-size: 8vw;
  }
  .intro figure .pattern-bg,
  .property-calculator figure .pattern-bg {
    width: 100%;
    left: 0;
  }
  .intro figure .holder,
  .property-calculator figure .holder {
    transform: translate(0, -45px);
    padding: 0 15%;
  }
  .intro figure .holder img,
  .property-calculator figure,
  .property-calculator figure .holder img {
    width: 100%;
  }
  .intro .content-box {
    padding-left: 0;
  }
  .logos figure img {
    padding: 0 10%;
  }
  .about-content,
  .apartment,
  .blog,
  .certificates,
  .contact,
  .error404,
  .facilities,
  .intro-video,
  .photo-gallery,
  .press-relases,
  .property-customization,
  .recent-gallery,
  .recent-posts,
  .sales-offices,
  .sales-team {
    padding: 80px 0;
  }
  .photo-gallery .gallery li {
    width: 33.33333%;
  }
  .faq .sidebox {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }
  .apartment .property-infos {
    width: 100%;
    margin-right: 0;
  }
  .apartment .property-plan {
    margin: 50px 0;
  }
  .blog .sidebar {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  .sales-team figure figcaption {
    width: 50%;
  }
  .sales-team figure figcaption h4 {
    font-size: 21px;
  }
  .sales-team figure figcaption small {
    margin-bottom: 20px;
  }
  .recent-gallery h3 {
    padding-right: 0;
  }
  .recent-gallery .col-md-4 {
    margin-top: 0 !important;
  }
  .recent-gallery figure {
    margin-top: 0;
  }
  .property-calculator {
    padding-bottom: 80px;
    margin-top: 0;
  }
  .property-calculator .col-lg-6:first-child {
    order: 2;
  }
  .property-calculator .col-lg-6:nth-child(2) {
    order: 1;
  }
  .property-calculator .content-box {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .floor-tower-img img {
    width: 19%;
  }
  .property-plans {
    padding-bottom: 80px;
  }
  .property-plans .nav-pills {
    margin-top: 40px;
  }
  .recent-posts .post-box {
    margin: 25px 0;
  }
  .video-bg video {
    float: right;
  }
  .contact .contact-form {
    padding-left: 0;
    margin-top: 50px;
  }
  .intro figure {
    width: 100%;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px),
  only screen and (max-device-width: 767px) {
  footer {
    padding: 30px 0 70px;
  }
  .whatsapp_float {
    bottom: 0;
    width: 45px;
    left: 50%;
    transform: translateX(-50%);
  }
  .chat,
  .navbar .container .upper-side .language,
  .navbar .container .upper-side .phone-email {
    display: none;
  }
  .side-navigation {
    width: 80vw;
  }
  .call-to-action1 {
    display: block !important;
  }
  .about-content h2,
  .page-header .container h1 {
    font-size: 10vw;
  }
  .page-header .container .breadcrumb {
    width: calc(100% - 30px);
  }
  .benefits .col {
    width: 50%;
    flex-basis: auto;
    border-right: none;
  }
  .benefits .col:nth-child(odd) {
    margin-top: 0;
  }
  .apartment h2 {
    font-size: 9vw;
  }
  .apartment figure {
    margin: 15px 0;
  }
  .apartment h4 {
    margin-top: 30px;
  }
  .blog .post .post-image {
    margin-bottom: 30px;
  }
  .blog .post .post-content {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .contact .map .holder iframe {
    width: 100%;
    height: 450px;
  }
  .side-navigation .menu ul li a {
    font-size: 17px;
    font-weight: 100;
  }
  .side-navigation .menu ul li ul li a {
    font-size: 4vw;
  }
  .certificates figure {
    margin: 15px 0;
    width: 220%;
  }
  footer ul li:nth-child(2) {
    border-left: none;
    border-right: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    margin: 10px 0;
  }
}
@media only screen and (max-width: 575px),
  only screen and (max-device-width: 575px) {
  .benefits .extra {
    font-size: 13px;
  }
  .benefits figure img {
    height: 45px;
  }
  .certificates h4,
  .get-consultation h4,
  .intro .content-box h4,
  .property-calculator .content-box h4,
  .property-customization h4,
  .property-plans h4,
  .recent-gallery h4 {
    font-size: 25px;
  }
  .intro .content-box p {
    padding-right: 0;
    font-size: 13px;
    text-align: justify;
  }
  .property-calculator .content-box ul li {
    line-height: normal;
    font-size: 13px;
  }
  .property-calculator .content-box ul li:first-child {
    margin-right: 0;
  }
  .property-customization h3 {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .property-plans {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .certificates,
  .intro,
  .property-customization,
  .recent-gallery {
    padding: 20px 0;
  }
  .whatsapp_float {
    width: 41px;
  }
  footer ul {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  footer ul li {
    padding: 0;
  }
  .property-plans table {
    display: table;
    margin-bottom: 0;
    font-size: 15px;
  }
  .property-calculator {
    padding-bottom: 0;
    margin-top: 0;
    padding-top: 20px;
  }
  .property-calculator .content-box {
    padding-bottom: 0;
  }
  .property-calculator .content-box ul {
    margin-bottom: 20px;
  }
  .property-customization figure figcaption {
    font-size: 12px;
  }
  .property-customization figure img {
    height: 28px;
  }
}
@media only screen and (max-width: 320px),
  only screen and (max-device-width: 320px) {
  .call-to-action1 p {
    font-size: 14px !important;
  }
}
.call-to-action1 {
  width: 100%;
  padding: 0 !important;
  margin: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  display: none;
}
.call-to-action1 p {
  font-size: 17px;
  margin-bottom: 0;
  padding: 10px;
  color: #fff;
}
.call-to-action1 .col-6 {
  float: right;
}
.intro,
.navbar {
  background-color: #F3F9FF ;
}
.infrastructure {
    background-color: #F3F9FF ;
    padding: 30px 0;
}
.intro-text {
  color: #555;
  line-height: 1.8;
  font-weight: 500;
}
#carouselExampleControls {
  margin-top: 4rem;
  background-color: #000;
}
.lumina-faq-section {
  padding: 80px 0;
  /* background: #f7f9fa; */
}
.about-section {
  background-color: #F3F9FF ;
}
.lumina-faq-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 6px;
}
.lumina-faq-btn {
  background: #3D3266;
  color: #fff;
  font-size: 17px;
  padding: 18px;
}
.lumina-faq-btn:not(.collapsed) {
  background: #3D3266;
  color: #fff;
  box-shadow: none;
}
.gallery-arrow:hover:not(:disabled),
.view-btn:hover {
  background: #1e344f;
}
.accordion-button:focus {
  box-shadow: none;
}
.lumina-faq-body {
  background: #fff;
  color: #444;
  line-height: 1.7;
  padding: 20px;
}
.lumina-faq-btn {
  position: relative;
  padding-right: 40px;
}
.lumina-faq-btn::before {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 22px;
  font-weight: 600;
  transition: 0.3s;
}
.lumina-faq-btn:not(.collapsed)::before {
  content: "−";
}
@media (max-width: 768px) {
  #amenitiesNextBtn,
  #amenitiesPrevBtn,
  #amenitiesSliderDots,
  .amenities-slider-wrapper .nav-btn,
  .amenities-slider-wrapper .next-btn,
  .amenities-slider-wrapper .prev-btn,
  .gallery-arrow,
  .slider-dots {
    display: none !important;
  }
  .amenities-page,
  .section-header {
    margin-bottom: 0;
  }
  .amenities-slider-wrapper {
    display: block;
    padding: 0;
  }
  .amenities-container,
  .amenities-slider-container {
    overflow: visible !important;
    padding: 0;
  }
  #amenitiesTrack,
  .amenities-track {
    display: block !important;
    transform: none !important;
    gap: 0;
  }
  .amenities-page {
    min-width: 100%;
    display: block !important;
  }
  .amenities-row {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    margin-bottom: 12px !important;
  }
  .amenity-item {
    padding: 18px 12px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 140px;
  }
  .amenity-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .amenity-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .amenity-item p {
    font-size: 0.8rem;
    line-height: 1.3;
    text-align: center;
    margin: 0;
    color: #333;
  }
}
.amenity-icon img {
  width: 60%;
}
@media (max-width: 768px) {
  .amenity-icon img {
    width: 45%;
  }
  .project-highlights-modern {
    padding: 50px 0;
  }
  .section-title {
    font-size: 1.8rem;
  }
  #projectDots,
  .arrow-left,
  .arrow-right,
  .highlights-grid-wrapper .arrow-btn,
  .highlights-pagination {
    display: none !important;
  }
  .highlights-grid-wrapper {
    display: block;
    padding: 0;
  }
  .highlights-container {
    overflow: visible !important;
    padding: 0;
  }
  #projectTrack,
  .highlights-track {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px !important;
    transform: none !important;
  }
  .highlight-card {
    min-width: 100% !important;
    padding: 25px 15px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    position: relative;
  }
  .card-number {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 2rem;
    font-weight: 800;
    color: #f5f5f5;
  }
  .card-icon-wrapper {
    margin-bottom: 15px;
  }
  .card-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #f8f9fa 0, #e9ecef 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .card-icon svg {
    width: 40px;
    height: 40px;
    stroke: #1e344f;
  }
  .highlight-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.3;
  }
  .highlight-card p {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.5;
    text-align: center;
    margin: 0;
  }
  .highlight-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(201, 169, 97, 0.15);
  }
  .foo_ter {
    padding: 3rem 0 !important;
  }
  .plan-image-wrapper {
    width: 100% !important;
  }
  .intro-text {
    font-size: 1rem;
    text-align: left;
    padding: 0 15px;
  }
  .company-info h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
}
.gallery-item:hover img,
.view-btn:hover {
  transform: scale(1.1);
}
.gallery-overlay,
.lightbox {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
@media (max-width: 480px) {
  #projectTrack,
  .highlights-track {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .highlight-card {
    padding: 20px 12px;
    min-height: 180px;
  }
  .card-number {
    font-size: 1.8rem;
    top: 12px;
    right: 12px;
  }
  .card-icon {
    width: 60px;
    height: 60px;
  }
  .card-icon svg {
    width: 35px;
    height: 35px;
  }
  .highlight-card h3 {
    font-size: 1rem;
  }
  .highlight-card p {
    font-size: 0.8rem;
  }
  .amenities-row {
    gap: 10px !important;
  }
  .amenity-item {
    padding: 15px 10px;
    min-height: 130px;
  }
  .amenity-icon {
    width: 55px;
    height: 55px;
  }
  .amenity-item p {
    font-size: 0.75rem;
  }
}
.foo_ter {
  padding: 3rem 0 !important;
  background-color: #1e344f !important;
}
.amenities-section {
 background-color: #F3F9FF ;
}
.amenity-box,
.amenity-item,
.faq-title,
.grid-gallery-section .element,
.highlight-item,
.mob-ph,
.project-highlights .box,
.section-header h2,
.sidenav,
.slide,
.theme-btn {
  text-align: center;
}
.section-title {
  padding: 0 0 0.5rem;
  letter-spacing: 1px;
}
.title-divider {
  border-radius: 2px;
  border: none;
}
.gallery-section,
.master-floor-section {
  padding: 80px 0;
}
.gallery-slider-wrapper,
.highlights-grid-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}
.gallery-container,
.highlights-container {
  flex: 1;
  overflow: hidden;
  padding: 10px 0;
}
.gallery-overlay,
.view-btn {
  align-items: center;
  display: flex;
}
.gallery-track {
  display: flex;
  gap: 20px;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.gallery-item {
  min-width: calc((100% - 40px) / 3);
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.gallery-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.view-btn {
  width: 60px;
  height: 60px;
  background: rgba(201, 169, 97, 0.9);
  border: none;
  border-radius: 50%;
  justify-content: center;
  transition: 0.3s;
}
.gallery-arrow,
.lightbox-close {
  width: 50px;
  height: 50px;
  transition: 0.3s;
}
.arrow-btn:hover:not(:disabled) svg,
.gallery-arrow:hover:not(:disabled) svg,
.view-btn svg {
  stroke: white;
}
.card-icon svg,
.gallery-arrow svg {
  stroke: #1e344f;
}
.gallery-arrow {
  background: #fff;
  border: 2px solid #1e344f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.gallery-arrow:disabled,
.nav-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.lightbox-arrow,
.lightbox-close {
  cursor: pointer;
  position: absolute;
}
.gallery-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
.gallery-dots .dot,
.highlights-pagination .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  transition: 0.3s;
}
.gallery-dots .dot.active {
  background: #1e344f;
  width: 30px;
  border-radius: 5px;
}
.lightbox {
  position: fixed;
  background: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}
.lightbox img {
  max-width: 90%;
  max-height: 90vh;
  object-fit: contain;
}
.lightbox-close {
  top: 30px;
  right: 30px;
  background: 0 0;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox-close:hover {
  background: #fff;
}
.lightbox-close:hover svg {
  stroke: black;
}
.lightbox-arrow {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.lightbox-arrow:hover {
  background: rgba(255, 255, 255, 0.3);
}
.lightbox-prev {
  left: 30px;
}
.lightbox-next {
  right: 30px;
}
.infrastructure-section,
.location-section {
  background: #fff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.intro-text {
  margin-bottom: 50px;
  padding: 0 15px;
}
.intro-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  margin: 0 auto;
}
.feature-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-right: 20px;
}
.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.feature-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #b59c6b;
  transform: scaleY(0);
  transition: transform 0.3s;
}
.feature-item:hover {
  transform: translateX(8px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.feature-item:hover::before {
  transform: scaleY(1);
}
.feature-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #917754, #917754);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 15px rgba(181, 156, 107, 0.3);
}
.feature-icon .symbol {
  font-size: 24px;
}
.amenity-content,
.feature-content {
  flex: 1;
}
.feature-content h5 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 8px;
}
.feature-content p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #666;
  margin: 0;
}
.infrastructure-image-wrapper {
  position: relative;
  /* border-radius: 16px; */
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  height: auto;
}
.infrastructure-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  transition: transform 0.5s;
}
.infrastructure-image-wrapper:hover .infrastructure-image,
.location-map-wrapper:hover .location-map,
.location-map-wrapper:hover .location-map-image {
  transform: scale(1.05);
}
.image-badge {
  position: absolute;
  bottom: 25px;
  left: 25px;
  background: rgba(181, 156, 107, 0.95);
  color: #fff;
  padding: 12px 25px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 0.95rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.image-badge i {
  font-size: 18px;
}
@media (max-width: 991px) {
  .infrastructure-section {
    padding: 60px 0;
  }
  .section-title {
    font-size: 2rem;
  }
  .intro-text {
    margin-bottom: 40px;
  }
  .intro-text p {
    font-size: 1rem;
  }
  .feature-list {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .title-divider {
    width: auto !important;
  }
  .gallery-section,
  .infrastructure-section {
    padding: 50px 0;
  }
  .gallery-item {
    min-width: 100%;
  }
  .gallery-arrow {
    width: 40px;
    height: 40px;
  }
  .feature-icon,
  .lightbox-arrow,
  .lightbox-close {
    width: 45px;
    height: 45px;
  }
  .section-title {
    font-size: 1.75rem;
  }
  .intro-text {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .intro-text p {
    font-size: 0.95rem;
  }
  .feature-list {
    gap: 18px;
  }
  .feature-item {
    padding: 18px;
    gap: 15px;
  }
  .feature-icon .symbol {
    font-size: 20px;
  }
  .feature-content h5 {
    font-size: 1rem;
  }
  .feature-content p {
    font-size: 0.9rem;
  }
  .infrastructure-image-wrapper {
    height: auto;
    margin-top: 20px;
  }
  .image-badge {
    bottom: 15px;
    left: 15px;
    padding: 10px 20px;
    font-size: 0.85rem;
  }
}
@media (max-width: 576px) {
  .section-title {
    font-size: 1.5rem;
  }
  .intro-text p {
    font-size: 0.9rem;
  }
  .feature-item {
    padding: 15px;
  }
}
.location-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(181, 156, 107, 0.03) 0,
    transparent 50%
  );
  pointer-events: none;
}
.section-subtitle {
  font-weight: 500;
}
.amenities-wrapper {
  padding-right: 30px;
}
.amenity-group {
  display: flex;
  gap: 20px;
  margin-bottom: 35px;
  background: #f8f9fa;
  padding: 25px;
  border-radius: 12px;
  border-left: 4px solid #b59c6b;
  transition: 0.3s;
}
.location-map,
.location-map-image,
.plan-image {
  transition: transform 0.5s;
}
.amenity-group:hover {
  transform: translateX(5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  background: #fff;
}
.amenity-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(181, 156, 107, 0.3);
}
.amenity-icon i {
  font-size: 22px;
  color: #fff;
}
.amenity-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 12px;
  letter-spacing: 0.5px;
}
.amenity-list,
.location-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.amenity-list li {
  font-size: 14px;
  color: #555;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
  line-height: 1.6;
}
.amenity-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #b59c6b;
  font-weight: 700;
  font-size: 18px;
}
.location-summary {
  background: linear-gradient(135deg, #1e344f, #2c4a6e);
  padding: 20px 25px;
  border-radius: 12px;
  margin-top: 20px;
}
.location-summary p {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.6;
}
.location-summary i {
  color: #b59c6b;
  font-size: 20px;
  flex-shrink: 0;
}
.location-map-wrapper {
  height: 100%;
}
.location-map {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0, transparent 40%);
  pointer-events: none;
}
.location-badge {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: rgba(181, 156, 107, 0.95);
  color: #fff;
  padding: 15px 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.location-badge i,
.map-badge i {
  font-size: 22px;
  animation: 2s infinite pulse;
}
@media (max-width: 991px) {
  .location-section {
    padding: 60px 0;
  }
  .amenities-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .amenity-group {
    padding: 20px;
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .location-section {
    padding: 50px 0;
  }
  .section-title {
    font-size: 1.75rem;
  }
  .amenity-title,
  .section-subtitle {
    font-size: 1rem;
  }
  .amenity-group {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
  }
  .amenity-icon {
    width: 45px;
    height: 45px;
  }
  .amenity-icon i {
    font-size: 20px;
  }
  .amenity-list li {
    font-size: 13px;
  }
  .location-badge {
    bottom: 20px;
    left: 20px;
    padding: 12px 25px;
    font-size: 1rem;
  }
  .location-map-wrapper {
    margin-top: 30px;
    min-height: 300px;
  }
}
@media (max-width: 576px) {
  .section-title {
    font-size: 1.5rem;
  }
  .amenity-group {
    padding: 15px;
    margin-bottom: 20px;
  }
  .amenity-list li {
    font-size: 12px;
  }
  .location-summary {
    padding: 18px 20px;
  }
  .location-summary p {
    font-size: 13px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .location-badge {
    bottom: 15px;
    left: 15px;
    padding: 10px 20px;
    font-size: 0.9rem;
  }
  .location-badge i {
    font-size: 18px;
  }
}
.location-accordion-section {
  padding: 80px 0;
 background-color: #F3F9FF ;
}
.accordion-icon,
.location-summary-box {
  background: linear-gradient(135deg, #b59c6b, #d4b98a);
  display: flex;
}
.section-header {
  color: #2c3e50;
  font-size: 38px;
  font-weight: 600;
  padding: 0 0 0.5rem;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.location-tagline {
  font-size: 1.5rem;
  font-weight: 400;
  color: #333;
  margin-top: 20px;
}
.text-highlight {
  color: #1e344f;
  font-weight: 600;
}
.location-accordion,
input[type="tel"],
input[type="text"] {
  border: none;
}
.location-accordion .accordion-item {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  margin-bottom: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}
.location-accordion .accordion-item:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.location-accordion .accordion-button {
  background: #fff;
  color: #2c3e50;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 7px 10px;
  width: 100%;
  border: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: 0.3s;
}
.location-accordion .accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, #1e344f, #2c4a6eb0);
  color: #fff;
  box-shadow: none;
}
.location-accordion .accordion-button:focus {
  box-shadow: none;
  border: none;
}
.accordion-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  flex-shrink: 0;
}
.location-accordion .accordion-button:not(.collapsed) .accordion-icon {
  background: #fff;
  color: #1e344f;
}
.location-accordion .accordion-button::after {
  background-image: none;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 20px;
  color: #b59c6b;
  transition: transform 0.3s;
}
.location-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
  color: #fff;
}
.location-accordion .accordion-body {
  padding: 25px;
  background: #f8f9fa;
}
.location-list li {
  padding: 10px 0 10px 25px;
  font-size: 15px;
  color: #555;
  position: relative;
  border-bottom: 1px solid #e9ecef;
}
.location-list li:last-child {
  border-bottom: none;
}
.amenity-item:hover,
.slide:hover {
  border-color: rgba(201, 169, 97, 0.3);
}
.location-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #b59c6b;
  font-weight: 700;
  font-size: 18px;
}
.location-summary-box {
  padding: 20px 25px;
  border-radius: 12px;
  align-items: center;
  gap: 15px;
  box-shadow: 0 4px 15px rgba(181, 156, 107, 0.3);
}
.location-summary-box i {
  font-size: 24px;
  color: #fff;
  flex-shrink: 0;
}
.location-summary-box p {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}
.map-badge,
.plan-info h4 {
  font-weight: 700;
  color: #fff;
}
.location-map-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}
.map-badge,
.plan-overlay {
  position: absolute;
}
.location-map-image {
  width: 100%;
  height: auto;
  display: block;
}
.map-badge {
  bottom: 25px;
  left: 25px;
  background: rgba(181, 156, 107, 0.95);
  padding: 15px 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.plan-image,
.plan-overlay {
  border-radius: 12px;
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.plan-tabs {
  display: inline-flex;
  gap: 8px;
}
.plan-tabs .nav-link:hover {
  background: #f0f0f0;
}
.plan-tabs .nav-link.active {
  box-shadow: 0 4px 15px rgba(30, 52, 79, 0.3);
}
.plan-content {
  max-width: 1000px;
  margin: 0 auto;
}
.plan-image-wrapper {
  width: 80%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 10px;
  margin: 0 auto;
}
.plan-image-wrapper:hover .plan-image {
  transform: scale(1.03);
}
.plan-overlay {
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(30, 52, 79, 0.9);
  padding: 20px 30px;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.3s;
}
.plan-image-wrapper:hover .plan-overlay {
  opacity: 1;
  transform: translateY(0);
}
.plan-info h4 {
  font-size: 1.5rem;
  margin: 0 0 8px;
}
.plan-info p {
  color: #b59c6b;
  font-size: 1rem;
  margin: 0;
  font-weight: 500;
}
.tab-pane {
  animation: 0.5s ease-in fadeIn;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 991px) {
  .location-accordion-section,
  .master-floor-section {
    padding: 60px 0;
  }
  .location-tagline {
    font-size: 1.3rem;
  }
  .location-map-wrapper {
    margin-top: 40px;
  }
  .plan-tabs .nav-link {
    padding: 12px 25px;
    font-size: 0.95rem;
  }
}
@media (max-width: 768px) {
  .location-accordion-section,
  .master-floor-section {
    padding: 50px 0;
  }
  .location-tagline {
    font-size: 1.1rem;
  }
  .location-accordion .accordion-button {
    font-size: 1rem;
    padding: 18px 20px;
  }
  .accordion-icon {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
  .location-accordion .accordion-body {
    padding: 20px;
  }
  .location-list li,
  .location-summary-box p {
    font-size: 14px;
  }
  .location-summary-box {
    padding: 18px 20px;
  }
  .map-badge {
    bottom: 20px;
    left: 20px;
    padding: 12px 25px;
    font-size: 1rem;
  }
  .section-title {
    font-size: 1.75rem;
  }
  .plan-tabs {
    flex-wrap: wrap;
    border-radius: 12px;
    padding: 10px;
  }
  .plan-tabs .nav-link {
    padding: 12px 20px;
    font-size: 0.9rem;
  }
  .plan-image-wrapper {
    padding: 15px;
  }
  .plan-overlay {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    margin-top: 15px;
    opacity: 1;
    transform: translateY(0);
  }
  .plan-info h4 {
    font-size: 1.2rem;
  }
  .plan-info p {
    font-size: 0.9rem;
  }
}
@media (max-width: 576px) {
  .location-tagline {
    font-size: 1rem;
  }
  .location-accordion .accordion-button {
    font-size: 0.95rem;
    padding: 15px;
    gap: 10px;
  }
  .accordion-icon {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  .location-list li {
    font-size: 13px;
    padding: 8px 0 8px 20px;
  }
  .location-summary-box {
    flex-direction: column;
    text-align: center;
    padding: 15px;
  }
  .location-summary-box p {
    font-size: 13px;
  }
  .map-badge {
    bottom: 15px;
    left: 15px;
    padding: 10px 20px;
    font-size: 0.9rem;
  }
  .map-badge i {
    font-size: 18px;
  }
  .section-title {
    font-size: 1.5rem;
  }
  .plan-tabs {
    width: 100%;
    flex-direction: column;
    gap: 8px;
  }
  .plan-tabs .nav-link {
    width: 100%;
    text-align: center;
    padding: 14px 20px;
    border-radius: 8px;
  }
  .plan-image-wrapper {
    padding: 10px;
  }
  .plan-overlay {
    padding: 15px 20px;
  }
  .plan-info h4 {
    font-size: 1.1rem;
  }
  .image-boder {
    border: 1px solid #9e9595;
    border-radius: 16px;
    box-shadow: 0 0 0 0 #000;
    padding: 5px 10px !important;
    margin: 0 40px !important;
  }
}
.project-highlights {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.section-header h2 {
  font-size: 38px;
  font-weight: 500;
  color: #2c3e50;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.amenities-slider-wrapper,
.slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.slider-container {
  flex: 1;
  overflow: hidden;
  padding: 20px 0;
}
.slider-track {
  display: flex;
  gap: 30px;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.slide {
  flex: 0 0 auto;
  width: calc((100% - 60px) / 3);
  background: #fff;
  border-radius: 16px;
  padding: 50px 30px;
  transition: 0.3s;
  border: 2px solid rgba(109, 109, 109, 0.1);
}
.slide:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}
.slide-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f8f9fa 0, #e9ecef 100%);
  border-radius: 50%;
  color: #1e344f;
  transition: 0.3s;
}
.amenity-item:hover .amenity-icon,
.slide:hover .slide-icon {
  background: linear-gradient(135deg, #1e344f 0, #b8934d 100%);
  color: #fff;
  transform: scale(1.1);
}
.slide h3 {
  font-size: 1.5rem;
  color: #2c3e50;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 1.4;
}
.slide p {
  font-size: 1rem;
  color: #6c757d;
  line-height: 1.6;
  font-weight: 400;
}
.nav-btn:hover,
.nav-btn:hover:not(:disabled) {
  background: #1e344f;
  color: #fff;
  transform: scale(1.1);
}
.nav-btn:active {
  transform: scale(0.95);
}
.nav-btn:disabled:hover {
  background: #fff;
  color: #1e344f;
  transform: scale(1);
}
.slider-dots {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .enquire-btn {
    display: block !important;
  }
  .section-header h2 {
    font-size: 1.5rem;
  }
  .slider-track {
    gap: 20px;
  }
  .slide {
    min-width: 100%;
    padding: 40px 25px;
  }
  .nav-btn {
    width: 40px;
    height: 40px;
  }
  .nav-btn svg {
    width: 20px;
    height: 20px;
  }
  .slider-wrapper {
    gap: 15px;
  }
  .slide-icon {
    width: 80px;
    height: 80px;
  }
  .slide-icon svg {
    width: 60px;
    height: 60px;
  }
  .slide h3 {
    font-size: 1.3rem;
  }
  .slide p {
    font-size: 0.95rem;
  }
}
.amenities-section {
  width: 100%;
  margin: 0 auto;
}
.amenities-slider-container {
  flex: 1;
  overflow: hidden;
  position: relative;
}
.amenities-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.amenities-page {
  min-width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.amenities-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.amenity-item {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  transition: 0.3s;
  border: 1px solid rgba(201, 169, 97, 0.1);
}
.amenity-icon,
.nav-btn {
  border-radius: 50%;
  display: flex;
}
.amenity-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}
.amenity-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f8f9fa 0, #e9ecef 100%);
  color: #2c3e50;
  transition: 0.4s;
}
.dot,
.nav-btn {
  cursor: pointer;
  transition: 0.3s;
}
.amenity-icon svg {
  width: 55px;
  height: 55px;
}
.amenity-item p {
  font-size: 1rem;
  color: #2c3e50;
  font-weight: 500;
  line-height: 1.4;
}
.nav-btn {
  width: 50px;
  height: 50px;
  border: 2px solid #1e344f;
  background: #fff;
  color: #1e344f;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.slider-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
}
.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d1d5db;
}
.dot.active {
  background: #1e344f;
  width: 32px;
  border-radius: 6px;
}
.project-highlights-modern {
  padding: 80px 0;
  background: linear-gradient(180deg, #fff 0, #f8f9fa 100%);
  position: relative;
  overflow: hidden;
}
.project-highlights-modern .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}
.section-label {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  color: #1e344f;
  margin-bottom: 12px;
}
.section-header-modern h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
  line-height: 1.2;
}
.section-subtitle {
  font-size: 1.1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
.highlights-track {
  display: flex;
  gap: 30px;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.highlight-card {
  min-width: calc((100% - 60px) / 3);
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
  position: relative;
  border: 1px solid #f0f0f0;
}
.highlight-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(201, 169, 97, 0.15);
  border-color: #1e344f;
}
.card-number {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 3rem;
  font-weight: 800;
  color: #f5f5f5;
  line-height: 1;
}
.call-link,
.vertical-btn {
  font-weight: 600;
  text-decoration: none;
}
.card-icon {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, #f8f9fa 0, #e9ecef 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.arrow-btn,
.vertical-btn {
  align-items: center;
  display: flex;
  cursor: pointer;
}
.card-icon svg {
  width: 48px;
  height: 48px;
  transition: 0.4s;
}
.highlight-card:hover .card-icon {
  background: linear-gradient(135deg, #1e344f 0, #1e344f87 100%);
  transform: scale(1.05);
}
.highlight-card:hover .card-icon svg {
  stroke: white;
  transform: scale(1.1);
}
.highlight-card h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.3;
}
.highlight-card p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
}
.arrow-btn {
  width: 56px;
  height: 56px;
  border: none;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  justify-content: center;
  transition: 0.3s;
  flex-shrink: 0;
}
.arrow-btn:hover:not(:disabled) {
  background: #1e344f;
  box-shadow: 0 6px 20px rgba(201, 169, 97, 0.3);
  transform: scale(1.1);
}
.arrow-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.arrow-btn svg {
  stroke: #1a1a1a;
  transition: stroke 0.3s;
}
.highlights-pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 50px;
}
.highlights-pagination .dot.active {
  background: #1e344f;
  width: 36px;
  border-radius: 5px;
}
.download-btn,
.enquire-btn {
  background: #2d5080;
  border: 1px solid #fff;
}
.vertical-sticky-buttons {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.vertical-btn {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  justify-content: center;
  transition: 0.3s;
  color: #fff;
  padding: 20px 10px;
  font-size: 0.75rem;
  letter-spacing: 1px;
  box-shadow: -2px 0 6px rgba(0, 0, 0, 0.12);
}
.vertical-btn:hover {
  padding-right: 13px;
  box-shadow: -3px 0 10px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.download-btn:hover,
.enquire-btn:hover {
  background: #3D3266;
}
.sticky-call-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 10000;
  animation: 3s ease-in-out infinite pulseFloat;
}
.call-link {
  display: flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #2d5080, #2d5080);
  color: #fff;
  padding: 18px 20px;
  border-radius: 50px;
  font-size: 14px;
  box-shadow: 0 8px 25px rgba(30, 52, 79, 0.4);
  transition: 0.3s;
}
.call-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(30, 52, 79, 0.6);
  color: #fff;
}
.call-link i {
  font-size: 22px;
  animation: 2s linear infinite ring;
}
.call-link span {
  white-space: nowrap;
}
@keyframes pulseFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.faq-section {
  padding: 40px 15px;
  background: #f7f9fc;
}
.faq-container {
  max-width: 900px;
  margin: 0 auto;
}
.faq-title {
  margin-bottom: 20px;
  font-size: 24px;
  color: #2d5080;
  font-weight: 700;
}
.faq-item {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.faq-question {
  padding: 14px 18px;
  background: #2d5080;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.faq-answer {
  padding: 12px 18px 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
@media (max-width: 600px) {
  .faq-section {
    padding: 30px 12px;
  }
  .faq-title {
    font-size: 22px;
  }
  .faq-question {
    padding: 12px 14px;
    font-size: 14px;
  }
  .faq-answer {
    padding: 10px 14px 14px;
    font-size: 13px;
  }
}
.call-menu-item a {
  color: #11998e;
  font-weight: 600;
}
.call-menu-item a:hover {
  color: #0d7a70;
}
.call-menu-item i {
  margin-right: 5px;
  animation: 2s infinite ring;
}
@keyframes ring {
  50% {
    transform: rotate(15deg);
  }
  0%,
  100% {
    transform: rotate(0);
  }
  10%,
  30% {
    transform: rotate(-10deg);
  }
  20%,
  40% {
    transform: rotate(10deg);
  }
}
.project-highlights-compact {
  padding: 50px 0;
  background: #f8f9fa;
}
.highlights-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.highlight-item {
  background: #fff;
  padding: 25px 15px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}
.highlight-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(201, 169, 97, 0.15);
}
.highlight-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 15px;
  background: linear-gradient(135deg, #f8f9fa 0, #e9ecef 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.highlight-icon svg {
  width: 30px;
  height: 30px;
  stroke: #c9a961;
}
.highlight-item h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
  line-height: 1.3;
}
.highlight-item p {
  font-size: 0.8rem;
  color: #666;
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .amenities-row {
    grid-template-columns: repeat(4, 1fr);
  }
  .highlight-card {
    min-width: calc((100% - 30px) / 2);
  }
  .highlights-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .amenities-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .section-header h2,
  .section-header-modern h2 {
    font-size: 2rem;
  }
  .highlight-card {
    min-width: 100%;
    padding: 25px 10px;
  }
  .highlights-grid-wrapper {
    gap: 20px;
  }
  .arrow-btn {
    width: 48px;
    height: 48px;
  }
  .card-number {
    font-size: 2.5rem;
  }
  .sticky-call-btn {
    bottom: 5%;
    left: 15px;
  }
  .call-link {
    padding: 18px 20px;
    font-size: 13px;
  }
  .call-link span {
    display: none;
  }
  .call-link i {
    font-size: 25px;
  }
  .vertical-btn,
  .vertical-btn:hover {
    padding: 12px 18px;
  }
  .download-btn,
  .enquire-btn,
  .call-btn {
    background: #3D3266;
  }
  .vertical-sticky-buttons {
    position: fixed;
    bottom: 0px;
    left: 50%;
    right: auto;
    top: auto;
    transform: translateX(-50%);
    flex-direction: row;
    width: auto;
    max-width: calc(100% - 32px);
    justify-content: center;
    /* gap: 12px; */
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); */
    z-index: 9999;
  }
  .vertical-btn {
    writing-mode: horizontal-tb;
    text-orientation: initial;
    flex: none;
    font-size: 0.95rem;
    letter-spacing: 0.8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    margin: 0;
    padding: 12px 18px;
    /* border-radius: 50px; */
  }
  .enquire-btn {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .call-btn {
    border-right: none;
  }
}
@media (min-width: 992px) {
  .vertical-sticky-buttons {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 9999;
    pointer-events: none;
  }
  .vertical-sticky-buttons .vertical-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: auto;
    background-color: #3D3266 !important;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    font-size: 0.85rem;
    letter-spacing: 1px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    margin: 0;
    padding: 15px 0px !important;
    /* border-radius: 50px; */
    min-width: 44px;
    max-width: 92px;
  }
  .vertical-sticky-buttons .enquire-btn {
    /* left: 16px; */
  }
  .vertical-sticky-buttons .download-btn {
    right: 0px;
  }
  .vertical-btn .btn-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
  .enquire-btn {
    border-right: none;
  }
}
.project-highlights-compact {
    padding: 40px 0;
  }
  .section-title {
    font-size: 1.8rem;
  }
  .highlights-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .highlight-item {
    padding: 20px 12px;
  }
  .highlight-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 12px;
  }
  .highlight-icon svg {
    width: 26px;
    height: 26px;
  }
  .highlight-item h4 {
    font-size: 0.85rem;
  }
  .highlight-item p {
    font-size: 0.75rem;
  }
}
@media (max-width: 480px) {
  .amenities-row {
    grid-template-columns: 1fr;
  }
  .vertical-btn {
    font-size: 0.7rem;
    padding: 10px;
    letter-spacing: 0.5px;
  }
  .highlights-grid {
    gap: 10px;
  }
  .highlight-item {
    padding: 18px 10px;
  }
}
.master-plan-section {
  padding: 30px 0;
background-color: #F3F9FF ;
}
.floor-plan-section {
  padding: 30px 0;
  background: white;
}
.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
}
.plan-tabs-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.plan-tabs {
  display: flex;
  gap: 0;
  border-radius: 8px;
  padding: 5px;
}
.plan-tabs .nav-item {
  margin: 0 8px;
}
.plan-tabs .nav-link {
  white-space: nowrap;
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 600;
  color: #666;
  background: 0 0;
  border: none;
  border-radius: 6px;
  transition: 0.3s;
}
.plan-tabs .nav-link:hover {
  color: #1a1a1a;
}
.plan-tabs .nav-link.active {
  background: #3D3266;
  color: #fff;
}
.plan-image-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.plan-image {
  width: 100%;
  height: auto;
  display: block;
  filter: blur(4px);
}
.download-plan-btn {
  position: absolute;
  bottom: 42%;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px;
  background: #3D3266;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.download-plan-btn:hover {
  background: #2d5080;
  transform: translateX(-50%) translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}
.download-plan-btn i {
  margin-right: 8px;
}
.config-card {
  background: #3D3266;
  color: #fff;
  padding: 40px 35px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.config-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}
.config-value {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: #fff;
}
.config-divider {
  border: none;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin: 30px 0;
}
.price-btn {
  width: 100%;
  padding: 15px;
  background: #fff;
  color: #3D3266;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
}
.price-btn:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.call-btn-menu,
.call-btn-menu:hover {
  background: linear-gradient(135deg, #2d5080 0, #444963b5 100%);
}
.dev_logo img {
  width: 17%;
}
@media (max-width: 768px) {
  .config-title {
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
  }
  .config-value {
    font-weight: 700;
    margin-bottom: 25px;
    color: #fff;
  }
  .config-divider {
    margin: 10px 0;
  }
  .dev_logo img {
    width: 30%;
  }
  .master-plan-section {
    padding: 50px 0;
  }
  .floor-plan-section {
    padding: 30px 0;
  }
  .section-title {
    font-size: 2rem;
  }
  .plan-tabs {
    flex-wrap: wrap;
    gap: 5px;
  }
  .plan-tabs .nav-link {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
  .plan-content .row {
    flex-direction: column-reverse;
  }
  .config-card {
    padding: 30px 25px;
    margin-bottom: 20px;
  }
  .config-title {
    font-size: 1.1rem;
  }
  .config-value {
    font-size: 1.5rem;
  }
  .download-plan-btn {
    padding: 10px 11px;
    font-size: 0.8rem;
  }
  .whatsapp-section {
    position: fixed;
    bottom: 42px;
    width: 107px;
    left: 104px;
    z-index: 999;
    animation: 3s ease-in-out infinite pulseFloat;
  }
  .modal-body {
    padding: 1rem;
  }
}
.call-menu-item {
  margin-left: 20px;
}
input[type="tel"],
input[type="text"] {
  border-bottom: 1px solid #000 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.modal-body {
  padding: 2rem;
}
.call-btn-menu {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin-top: 15px;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.5);
  overflow: visible;
}
.call-btn-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 3px solid #fff;
  animation: 2s ease-out infinite pulse-white;
}
.call-btn-menu i {
  font-size: 18px;
  margin-top: -8px;
  margin-left: 15px;
  color: #fff;
  z-index: 1;
  animation: 3s ease-in-out infinite shake;
}
.call-btn-menu:hover {
  transform: scale(1.15) rotate(15deg);
  box-shadow: 0 6px 25px rgba(255, 255, 255, 0.7);
}
.call-btn-menu:hover::before {
  animation: none;
}
@keyframes pulse-white {
  0% {
    transform: scale(1);
    opacity: 1;
    border-color: #fff;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.5;
    border-color: #fff;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
    border-color: #fff;
  }
}
@keyframes shake {
  0%,
  10%,
  100% {
    transform: rotate(0);
  }
  2%,
  6% {
    transform: rotate(-15deg);
  }
  4%,
  8% {
    transform: rotate(15deg);
  }
}
.title-divider {
  width: 270px;
  height: 1px;
  background: #b59c6b;
  margin: 0 auto;
  position: relative;
}
.title-divider::after {
  content: "✦";
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  background: #f1f1f1;
  padding: 0 8px;
  font-size: 14px;
  color: #b59c6b;
}
.carousel-control-next-icon::before,
.carousel-control-prev-icon::before {
  font-size: 22px;
  color: #5d5c5c;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.image-boder {
  border: 1px solid #9e9595;
  border-radius: 16px;
  box-shadow: 0 0 0 0 #000;
  padding: 20px;
  margin: 0 20px;
}
.gallery-slider1 img {
  margin-left: 40px !important;
  height: 100px !important;
}
.gallery-slider1 p {
  font-size: 20px;
  font-weight: 400 !important;
}
@media (min-width: 768px) {
  #amenitiesCarousel .carousel-control-next,
  #amenitiesCarousel .carousel-control-prev {
    display: none !important;
  }
}
.amenity-box {
  padding: 20px 10px;
}
.amenity-box img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin-bottom: 10px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-image: none !important;
  width: 30px;
  height: 30px;
  border: 2px solid #5d5c5c;
  position: relative;
  border-radius: 50%;
  padding: 12px;
}
.carousel-control-prev-icon::before {
  content: "<";
  font-weight: 600;
}
.carousel-control-next-icon::before {
  content: ">";
  font-weight: 600;
}
.certificates h4 {
  font-size: 41px;
}
.benefits figure img {
  position: relative;
  z-index: 2;
  height: 47px;
}
.error_msg,
.success_msg {
  display: none;
  color: #fff;
  padding: 0 2rem;
}
.unselectable {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
}
.location-text {
  z-index: 2;
}
.modal-header img {
  padding-left: 164px;
  width: 68%;
}
.navbar .container .upper-side .logo img {
  height: auto;
  max-height: 64px;
  width: auto !important;
  object-fit: contain;
}
.intro .content-box {
  padding-left: 0;
}
.menu {
  margin: 0 auto;
}
.chat {
  left: 90px;
  bottom: 12%;
}
.company-info h1 {
  letter-spacing: 1px;
  font-size: 38px;
  font-weight: 600;
  padding: 0 0 0.5rem;
  text-align: left;
}
.project-highlights .box {
  background: #ae552d;
  margin: 0 10px;
  padding: 20px;
  height: 100%;
  display: inline-grid;
  box-shadow:
    0 4px 10px 0 rgb(0 0 0 / 3%),
    0 4px 10px 0 rgb(0 0 0 / 3%);
}
.project-highlights .box .icon11 {
  padding: 20px 0;
  width: 100px;
  height: 100px;
  background: #ae552d;
  margin: 20px auto;
  border-radius: 50%;
}
.project-highlights .box h6 {
  font-size: 20px;
  text-align: center;
}
.in-list li {
  padding: 0 0 0 30px !important;
  background: url("https://cdn.propstory.com/campaigns/joyvillepunesp/641d98141d51efavicon.png")
    0 5px/20px no-repeat;
  list-style: none;
  line-height: 24px;
  margin-bottom: 10px;
}
.contact-section {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #1e344f;
  z-index: 9999;
  margin: 0 auto;
  right: 0;
  border-top: 1px solid;
}
.contact-section .col-form {
  position: relative;
  width: 24%;
  float: left;
  padding: 0 15px 0 62px;
  margin: 0 0 10px 6px !important;
}
.contact-section .col-form .sm-form-control {
  padding: 0 10px 0 0;
  border-bottom: 1px solid #fff;
  color: #fff !important;
}
.sm-form-control {
  border: none;
  padding: 15px 15px 15px 0;
  border-radius: 0;
  resize: none;
  outline: 0;
  border-bottom: 1px solid #fff;
  -webkit-text-fill-color: #ffffff;
  font-weight: 500;
  display: block;
  width: 100%;
  background-color: transparent;
  resize: none;
  color: #fff !important;
  font-size: 16px;
}
.error-msg1 {
  position: absolute;
  bottom: -12px;
  background: red;
  display: flex;
  line-height: 11px;
  color: #fff;
  font-size: 9px;
}
.theme-btn.white-btn {
  background: #fff;
  color: #285339;
  margin-top: 0.5rem;
}
.theme-btn {
  position: relative;
  background: #fff;
  border: 0;
  color: #cfba47;
  display: inline-block;
  padding: 8px 112px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  cursor: pointer;
  z-index: 1;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  letter-spacing: 1px;
}
.location_span h5 {
  font-size: 1.6rem;
}
.location_span1 p {
  margin-bottom: 0;
  padding-bottom: 2rem;
  border-bottom: 1px solid #1e344f;
}
@media (max-width: 768px) {
  .call-menu-item {
    margin-left: 0;
  }
  .call-btn-menu {
    width: 50px;
    height: 50px;
  }
  .call-btn-menu i {
    font-size: 20px;
  }
  #bbt:hover,
  .mob-ph a {
    color: #fff;
  }
  #contact-section,
  .floor_2,
  .gallery-arrow .gallery-next,
  .gallery-arrow .gallery-prev,
  .navbar {
    display: none;
  }
  .floor_1,
  .mob-ph {
    display: block;
  }
  .disclaimer {
    padding-bottom: 4rem !important;
    font-size: 16px;
    cursor: pointer;
  }
  .company-info h1 {
    font-size: 30px;
  }
  .Highlights_img,
  .floor_img,
  .gal img {
    height: auto !important;
  }
  .about-img {
    padding-bottom: 1rem;
  }
  .location-text,
  .unselectable ul {
    padding-left: 0 !important;
  }
  .menu_list li {
    margin-bottom: 2rem;
    font-size: 1.3rem;
  }
  .modal-header img {
    padding-left: 113px !important;
    width: 68% !important;
  }
  .intro figure .holder img {
    box-shadow: 10px 10px 50px rgb(0 0 0 / 20%);
    width: 525px;
    height: auto !important;
  }
  .ptb {
    padding: 1rem !important;
  }
  .test_img {
    width: 35% !important;
    height: 12rem;
    margin-top: 12rem;
  }
  #mob-nav {
    display: block !important;
  }
  #contactt {
    padding-top: 40px;
  }
  #bbt:hover {
    background-color: #000;
  }
  #bbtt:hover {
    background-color: #9f8054;
    color: #fff;
  }
  #btt:hover {
    background-color: #fff;
    color: #9f8054;
  }
  #blink {
    font-size: 40px;
    font-weight: 700;
    color: #2d38be;
    transition: 0.8s;
  }
  .mob-ph {
    text-align: center;
    font-size: 20px;
    margin-left: 20%;
    padding: 10px;
  }
}
header {
  border: 2px #000;
  box-shadow: 0 3px 20px 3px rgba(0, 0, 0, 0.06);
}
.head_container {
  padding: 14px 12px 0 10px;
  overflow: hidden;
  height: 4rem;
}
.logo {
  float: left;
  margin-left: 20px;
}
.logo img {
  height: auto;
  max-height: 50px;
  width: auto !important;
  object-fit: contain;
}
.menu {
  margin-top: 5px;
  float: right;
}
.icon {
  display: none;
  color: #fff !important;
}
.test_img {
  width: 20%;
  border-radius: 50%;
}
.ptb {
  padding: 4rem;
}
@media screen and (max-width: 835px) {
  .logo img {
    height: 40px;
  }
  ul > li:first-of-type {
    display: list-item;
  }
}
@media screen and (max-width: 690px) {
  .icon {
    font-weight: 900 !important;
    font-size: 32px !important;
    padding: 0 8px 0 0;
    margin: -7px 0 0;
    display: flex;
  }
  .logo img {
    height: 40px;
  }
  #silder-header {
    margin-top: 65px !important;
  }
  .master-p {
    flex-direction: column-reverse;
  }
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background: #1e344fd6 !important;
  overflow-x: hidden;
  transition: 0.2s;
  padding-top: 87px;
  box-shadow: 2px 8px 20px rgba(0, 0, 0, 0.24);
}
#docs,
.benefits figure:after,
.btn-brown,
.btnn,
.call-to-action1,
.call-to-action1 .col-6,
.call-to-action1 p,
.chat,
.head_container {
  background-color: #1e344f !important;
}
.sidenav a {
  padding: 8px;
  color: #fff;
  transition: 0.3s;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 6px;
  font-size: 36px;
  margin-left: 50px;
}
.floor_img {
  height: 400px;
  width: 100%;
}
.Highlights_img,
.gal img,
.overlay {
  height: auto;
  width: 100%;
}
.Highlights_img {
  margin-top: 2rem;
}
dt {
  font-weight: 600 !important;
}
.intro figure .holder img {
  box-shadow: 10px 10px 50px rgb(0 0 0 / 20%);
  width: 525px;
  height: 25rem;
}
.about-img {
  top: 0 !important;
}
.content-box p {
  font-size: 16px !important;
}
.certificates {
  padding: 20px 0 !important;
}
.unselectable1 ul li {
  padding-bottom: 0.7rem;
}
#docs {
  left: 20px;
}
.intro {
  /* padding: 2% 0 6%; */
}
.overlay {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.zoom {
  overflow: hidden;
  padding: 0;
  border-radius: 0.5rem;
}
.zoom img {
  transition-duration: 4s;
  margin: 0 auto;
  display: block;
}
.zoom img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  z-index: 0;
}
.chat-screen.show-chat {
  bottom: 151px;
}
.chat-bot-icon {
  bottom: 87px;
}
#carouselExampleIndicators2 .carousel-control-next-icon,
#carouselExampleIndicators2 .carousel-control-prev-icon {
  background-color: #000;
}
.company-info h1 {
  color: #1e344f;
}
.gallery-item {
  padding: 10px;
}
.gallery-slider {
  margin: 20px 0;
}
.desktop-gal .col-md-4 {
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 10px;
}
.custom-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.tab-btn {
  padding: 8px 20px;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  font-weight: 500;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.2s;
}
.tab-btn.active {
  background-color: #1e344f;
  color: #fff;
  border-color: #000;
}
/* =========================
   Accordion
========================= */

.amenities-section .accordion-button {
  cursor: pointer;
  width: 300px;
}

.amenities-section .accordion-item {
  border: 0;
}

.amenities-section .accordion-item .row {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

/* Content & Image Columns */
.amenities-section .accordion-item .col-md-6:first-child {
  order: 2;
}

.amenities-section .accordion-item .col-md-6:last-child {
  order: 1;
}

/* =========================
   Image
========================= */

.acrd {
  position: relative;
}

.acrd_img {
  position: absolute;
  top: 0;
  left: 40%;
}

.accordion-image {
  max-width: 100%;
  width: 100%;
  height: 640px;
  object-fit: cover;
  border-radius: 0 100px 0 0;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

/* =========================
   Text
========================= */

.acrd_p1 {
  width: 30%;
  color: #777;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.acrd_p2 {
  color: #135774;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.acrd_ul li,
.accrd_ul li {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {
  .amenities-section .accordion-button {
    width: 100%;
  }

  .amenities-section .accordion-item .row {
    flex-direction: column !important;
  }

  .amenities-section .accordion-item .col-md-6,
  .amenities-section .accordion-item .col-12 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    order: unset !important;
  }

  .acrd {
    position: static;
  }

  .acrd_img {
    position: static !important;
    left: auto !important;
    top: auto !important;
    margin-top: 20px;
    width: 100%;
  }

  .accordion-image {
    width: 100%;
    height: auto !important;
    border-radius: 20px;
    display: block;
  }
  .floor-plan-image-wrapper {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .floor-plan-btn {
    font-size: 12px !important;
  }
}
@media (min-width: 767px) {
  .master-plan-image {
    width: 800px;
    height: 550px;
  }
  .floor-plan-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.floor-plan-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

/* Blur Image */
.floor-plan-image {
  width: 100%;
  display: block;
  filter: blur(6px);
  transform: scale(1.08); /* Prevent white edges after blur */
  transition: 0.4s ease;
}

/* Optional dark overlay */
.floor-plan-image-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgba(0, 0, 0, 0.25); */
  z-index: 1;
}

/* Center Button */
.floor-plan-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;

  display: flex;
  align-items: center;
  gap: 10px;

  padding: 15px 25px;
  border: 2px solid #fff;
  border-radius: 50px;

  background: #3D3266;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;

  cursor: pointer;
  transition: 0.3s;
}

.floor-plan-btn:hover {
  background: #fff;
  color: #135774;
}

.floor-plan-btn i {
  font-size: 20px;
}
.project-highlights-list {
  margin-top: 30px;
}
.sc4 {
  position: relative;
}

.sc4_mt {
  margin-top: 2%;
  margin-bottom: 3%;
}

.sc4_bg_h6 {
  color: #051f33;
  font-family: "Montserrat", sans-serif;
  font-size: 33px;
  font-style: normal;
  font-weight: 900;
  line-height: 126.26px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  opacity: 0.03;
  position: absolute;
  top: -5%;
}

.sc4_p_blk {
  /* background: #f9f9f9; */
  margin-top: 0%;
  padding: 5% 5% 17% 5%;
}

.sc4_img_br {
  /* border-radius: 200px 0px 0px 0px; */
  z-index: 10;
  display: block;
  position: relative;
  left: 3%;
}

.sc4_h2 {
  color: #051f33;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  /* position: absolute; */
  top: -1%;
  text-align: center;
}

.sc4_btn {
  display: inline-block;
  margin-top: 1%;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 45px;
  border: 1px solid rgba(12, 52, 103, 0.1);
  background: #3D3266;
  text-decoration: none;
  color: white;
}

.sc4_btn:hover {
  background: #3D3266;
  color: #fff;
}

.sc4_ul {
  list-style-type: disc;
}

.sc4_ul li {
  margin-bottom: 2%;
}