@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root{
    --prime-font: 'Montserrat', sans-serif;
    --primary-font-size: 16px;
    --heading-font-size: 45px;
    --info-background: #1F1F1F;
    --bullions-gold: #ffce07;
    --semi-head-font-size: 24px;
    --bullions-green: #143636;
}

.content-row{
	max-width: 1140px;
}


.hero-banner{
    padding-left: 0px;
    padding-right: 0px;
	max-height: 850px;
}

.hero-banner img {
    width: 100%;
    height: auto; /* maintain aspect ratio */
    object-fit: cover; /* crop the image instead of stretching */
    display: block;
    z-index: 1;
    position: relative;
}


.hero-title-wrapper {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 3;
  text-align: center;
  padding: 10px 15px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
}

.title-container{
  margin-bottom: 120px;
  margin-top: 0px;
}

.hero-title {
  font-size: 45px;
  color: #fff;
  margin: 0 auto;
  max-width: 90%;
  line-height: 1.2;
}

.property-developer{
	margin: 0px auto;
}

.developer-name{
  font-size: 24px;
  color: #fff;
  margin: 0px auto 0px;
  max-width: 90%;
  line-height: 1.2;
}

.hero-container{
	width: 100%;
	max-width: 1320px;
	height: auto;
}

.banner-overlay{
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  z-index: 2;
}

.floating-wrapper{
  background: var(--bullions-green);
  max-height: 110px;
}

.info-row{
  padding: 20px 3%;
  background: var(--info-background);
  border-top: 4px solid var(--bullions-gold);
  position: relative;
  top: -75px;
  z-index: 2;
  max-width: 1140px;
  margin: 0 auto;
}

.info-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  padding-left: 10px;
  border-left: 4px solid var(--bullions-gold);
  margin-bottom: 10px;
}

.info{
  margin-bottom: 0px;
  font-size: var(--semi-head-font-size);
}

.info-text{
  font-family: var(--primary-font);
  margin-top: 8px;
  font-size: var(--primary-font-size);
  font-weight: 600;
  margin-bottom: 16px;
}

.info, .info-text{
  color: #fff;
}

.property-content-wrapper{
  background: linear-gradient(to bottom, rgba(20, 54, 54, 1), rgba(0, 0, 0, 0.85));
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.property-desc{
  font-size: var(--heading-font-size);
  color: #ffce07;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 0px;
}

.content-row>.col-md-6>p{
	 width: 100%;
  max-width: 1140px;
  margin: 0 auto 20px;
  color: #fff;
  text-align: left;
  font-family: var(--primary-font);
  font-weight: 400;
}

.property-content{
  width: 100%;
  max-width: 1140px;
  margin: 0 auto 20px;
  color: #fff;
  text-align: left;
  font-family: var(--primary-font);
  font-weight: 400;
}
.prime-cta-btn {
  background: linear-gradient(to right, rgba(204, 133, 42, 1), rgba(255, 206, 7, 1), rgba(220, 132, 39, 1));
  font-size: var(--primary-font-size);
  font-family: Topluxury;
  font-weight: 600;
  transition: background-color 0.5s ease-in-out, transform 0.3s ease-in-out;
}

.prime-cta-btn:hover {
  /* background: linear-gradient(to right, rgba(255, 206, 7, 1), rgba(204, 133, 42, 1), rgba(255, 206, 7, 1)); */
  transform: scale(1.05);
  color: #fff;
}

.gallery-wrapper{
  background: linear-gradient(to bottom, rgba(0,0,0,0.85), rgba(20, 54, 54, 1));
  padding: 20px 0px;
}

.gallery-head{
  font-size: var(--heading-font-size);
  color: #fff;
  margin: 10px 0px;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 20px;
}

.slick-track>div{
  padding: 10px;
}

.slick-dots li button:before{
  color: #fff !important;
}

.wpcf7-form-control .wpcf7-submit .has-spinner{
	margin-top: 10px;
}
#amenities-wrapper{
	background: linear-gradient(to bottom, rgba(20, 54, 54, 1), rgba(0, 0, 0, 0.85));
	padding: 50px 0px 50px;
}

.features-head{
  text-align: center;
  font-size: 36px;
  color: #fff;
  background: linear-gradient(to right, rgba(204, 133, 42, 1), rgba(255, 206, 7, 1), rgba(220, 132, 39, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.property-features li img {
  filter: brightness(0) invert(1);
}
.feature{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.feature-text{
	color: #fff;
	font-size: 16px;
	font-family: Montserrat;
	text-align: center;
}
.icon-row{
	justify-content: center;
	max-width: 1320px;
	margin: auto;
}

.nearby-places .col-md-6 div {
  margin-bottom: 30px;
}
.my-img {
  max-height: 600px;
  width: auto;      /* preserve aspect ratio */
  max-width: 100%;  /* ensure it never overflows horizontally */
}
.destination-container{
  padding-left: 20px;
}
.destination-head{
	text-align: center;
	font-size: 45px;
    color: #FFFFFF;
}
.location-item>h4{
	margin-top:0px;
	margin-bottom: 0px;
	text-align: center;
}
.location-item > h4:nth-of-type(1) {
  color: #FFE6AD;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 1.5157em;
}

/* Targets the second h4 inside .location-item */
.location-item > h4:nth-of-type(2) {
  color: #fff;
  font-family: Montserrat;
 font-size: 14px;
}
.destination-wrapper{
	flex-wrap: wrap;
}

.odd{
	border-right: 2px solid #fff;
    padding: 10px 10px 30px;
}

.even{
  padding: 10px 10px 30px;
}

.last{
	border-top: 2px solid #fff;
	padding: 10px 0 30px;
}

.places{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
  padding: 20px 0px 40px 0px;
  flex-direction: column;
}

.map-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
	margin-top: 0px;
	padding: 20px 0px 40px 0px;
  margin-bottom: 0px;
}

.map-place{
  background: linear-gradient(to bottom, rgba(0,0,0,0.85), rgba(0, 0, 0, 1));  
}

.highlights-wrapper{
  display: block;
  margin-top: 0px;
  min-height: fit-content;
  margin-bottom: 0px;
}

.highlight-item{
  color: #fff;
  font-size: var(--primary-font-size);
  font-family: var(--prime-font);
  font-weight: 500;
}

.highlight-section{
  background: #000;
}

.highlights-head{
  margin-top: 0px;
  font-size: 36px;
  color: #fff;
  background: linear-gradient(to right, rgba(204, 133, 42, 1), rgba(255, 206, 7, 1), rgba(220, 132, 39, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.highlight-list{
  padding-bottom: 50px;
  margin-bottom: 0px;
}

.floor-plan-item{
  display: flex;
  gap: 20px;
  border-bottom: 2px solid #fff;
  padding: 20px 0px;
  width: inherit;
  justify-content: space-evenly;
  max-width: 1140px;
}

.floor-plan{
  display: flex;
  justify-content: center;
}

.floor-plan-head{
  text-align: center;
  font-size: 36px;
  color: #fff;
  background: linear-gradient(to right, rgba(204, 133, 42, 1), rgba(255, 206, 7, 1), rgba(220, 132, 39, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 0px;
}

.floor-plan-wrapper{
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(20, 54, 54, 1));
  padding: 50px 0px;
}

.floor-plan-item>h4{
  color: #fff;
  font-family: var(--primary-font);
  font-size: var(--primary-font-size);
  font-weight: 500;
  letter-spacing: 1px;
}

.brochure-download-wrapper{
  display: flex;
  justify-content: center;
}

.pay-plan-wrapper{
  background: var(--bullions-green);
  padding-top: 50px;
}

.pay-plan-head{
  text-align: center;
  font-size: 36px;
  color: #fff;
  background: linear-gradient(to right, rgba(204, 133, 42, 1), rgba(255, 206, 7, 1), rgba(220, 132, 39, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 0px;
}

.payment-plan-text{
  color: #fff;
  font-size: 14px;
  font-family: var(--prime-font);
  font-weight: 400;
  text-align: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  line-height: 20px;
}

.payment-plan-row{
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px 0px 50px;
  justify-content: center;
}

.payment-plan-head{
  text-align: center;
  font-size: 36px;
  color: #fff;
  background: linear-gradient(to right, rgba(204, 133, 42, 1), rgba(255, 206, 7, 1), rgba(220, 132, 39, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 0px;
}

.payment-plan-item-text{
  color: #fff;
  font-size: 18px;
  font-family: var(--prime-font);
  font-weight: 500;
  text-align: center;
  
}

.faq-wrapper{
  padding: 50px 20px;
  max-width: 1320px;
  margin: 0 auto;
}

.faq-head{
  text-align: center;
  font-size: 36px;
  color: #000;
  margin-top: 0px;
  
}

.accordion-button:not(.collapsed){
  color: var(--bullions-green);
}

.accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion-icon {
  margin-right: 10px;
  font-weight: bold;
}
.accordion-button:not(.collapsed) {
  background-color: transparent !important;
}

#bannercf {
	z-index:9;
	background-color:#fff;
	border-radius:10px;
	padding: 40px 35px 10px;
}
#bannercf input {
		width:-webkit-fill-available;
}
.wpcf7-form>p{
  margin: 0px;
	padding-bottom: 5px;
}

.br-form-content{
		max-height: 70vh;
		height: 650px;
		overflow-y: scroll;
		margin-top:60px;
	}

@media (max-width: 767px) {
  
  .info-row{
    top: -125px;
  }
nherit  .floating-wrapper{
    max-height: 140px;
  }
  .property-title{
    top: 90px;
  }
  .hero-title {
    font-size: 32px;
  }
  .title-container{
    margin-bottom: 140px;
    margin-top: 0px;
  }
  .destination-container {
    padding-right: 20px;
  }
  .floating-wrapper{
	max-height: 150px;	
  }
	.br-form-content{
		max-height: 70vh;
		overflow: scroll;
	}

}

@media (max-width: 576px){
  .info-row{
    position: static;
  }
  .floating-wrapper{
    padding: 0px;
    max-height: fit-content;
  }
  .info{
    font-size: 18px;
  }
  .info-text{
    font-size: 12px;
    font-weight: 500;
  }
  .hero-title {
    font-size: 24px;
  }
  .title-container{
    margin-bottom: 30px;
    margin-top: 0px;
  }
  .highlight-item{
    margin-bottom: 10px;
  }

	.content-row{
		max-width: 90%;
	}
	.br-form-content{
		max-height: 70vh;
		overflow: scroll;
	}
}


.wpcf7-form-control-wrap>input{
	width: -webkit-fill-available;
}

