.max-width-container {
  max-width: 93.75rem;
  margin: 0 auto;
}
.video-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
	height: 100%;
}
.video-container video {
    width: 70%;
  	height: auto;
  	display: block;
  	float: right;
}
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    padding: 20px;
	background: #58796C;
	width: 30%;
	height: 100%;
	float: left;
}
.video-overlay img.logo {
	width: 65%;
	margin-bottom: 10px;
}
.video-container span {
	display: block;
	color: #fff;
	font: 500 30px/40px "Roboto", sans-serif;
  	padding: 15px 0;
}
.video-container span.phase1 {
	font: 500 23px/40px "Roboto", sans-serif;
	letter-spacing: 1px;
	border-top: 1px solid #fff;
}
h1, h2  {
	font: 700 35px/45px "Roboto";
}
.intro {
	padding: 30px 0;
	background: #f7f7f7;
}
.intro h1 {
	color: #659A84;
	margin-bottom: 15px;
	font: 700 35px/45px "Roboto";
}
.intro .round-button {
 	width: 250px;
	font: 500 14px/23px "Roboto";
	background-color: #BE2C23;
}
.community-highlights h2 {
	color: #998E5C;
}
.low-maintenance h2 {
	color: #689C84;
}
.right-sized-villas h2 {
	color: #998E5C;
}
.right-sized-villas h3 {
	color: #998E5C;
	font: 700 22px/34px "Roboto Slab";
}
.intro p, .community-highlights p, .low-maintenance p, .right-sized-villas p {
	font: 400 22px/34px "Roboto";
	color: #707070;
}
 .community-highlights ul li, .right-sized-villas ul li {
	font: 400 22px/34px "Roboto";
	color: #707070;
}
.community-highlights ul, .right-sized-villas ul {
	padding-left: 20px;
}
.white-bg {
	background-color: #fff;
	padding-top: 30px;
}
.green-bg {
	background: #fff url('/wp-content/uploads/2026/03/green-path.svg') no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 20px;
}
.low-maintenance {
	padding-top: 30px;
	padding-bottom: 30px;
}
.right-sized-villas {
	background-color: #f9f8f5;
	padding-top: 30px;
	padding-bottom: 30px;
}
.location {
	background-color: #F2F5F5;
	padding-top: 30px;
	padding-bottom: 30px;
}
.lifestyle-photos {
	background-color: #9E925E;
	height: 250px;
 	margin-bottom: 70px;
}
@media (max-width: 1300px) {
	.lifestyle-photos {
		height: 220px;
 		margin-bottom: 50px;
	}
}
@media (max-width: 1140px) {
	.lifestyle-photos {
		height: 100%;
    	margin-bottom: 0;
	}
}

.green-bg h2 {
	color: #fff;
	padding-top: 30px;
	font: 700 28px/37px "Roboto Slab";
}
.green-bg p {
	color: #fff;
}
.right-sized-villas p.bold {
	font-weight: 500;
}
.green-bg .round-button, .right-sized-villas .round-button {
  	font: 500 22px/22px "Roboto";
  	padding: 12px;
  	border-radius: 0;
  	margin-bottom: 10px;
}
.green-bg .round-button {
  	width: 240px;
	background-color: #fff;
  	color: #706643;
}
.right-sized-villas .round-button {
 	width: 300px;
	background-color: #A01721;
  	color: #fff;
}
.design-center {
	padding: 30px 0;
	background-color: #636569;
}
.design-center h2 {
	color: #fff;
}
.design-center p {
	font: 400 22px/35px "Roboto";
	color: #fff;
}
.register {
	padding: 30px 0;
}
.register h2 {
	color: #659A84;
}
.register p {
	font: 400 21px/34px "Roboto";
	color: #707070;
}
.design-center .round-button, .register .round-button {
	font: 500 22px/22px "Roboto";
	padding: 12px;
	border-radius: 0;
	margin-bottom: 10px;
	margin-top: 30px;
}
.design-center .round-button {
	width: 280px;
	background-color: #fff;
	color: #636569;
}
.register .round-button {
	width: 200px;
	background-color: #9D2F08;
	color: #fff;
}
.location h2 {
	color: #608585;
}
.location p {
	font: 400 22px/34px "Roboto";
	color: #707070;
}
.location h3 {
	color: #608585;
  	font: 400 24px/34px "Roboto", sans-serif;
	text-transform: uppercase;
}
.location ul {
	padding-left: 20px;
}
.location ul li {
	color: #000;
    font: 400 16px/32px "Roboto", sans-serif;
}
.location ul li span {
    font-weight: 300;
}
.location iframe {
	margin-top: -130px;
}
.seperator {
    border-right: 1px solid #CEBA8F;
	transform-origin: bottom left;
    -ms-transform: skew(-5deg, 0deg);
    -webkit-transform: skew(-5deg, 0deg);
    transform: skew(-5deg, 0deg);
	margin-right: 40px;
}
	
.testimonials {
	background: #fff;
	padding: 40px 0;
}
.testimonial {
	padding-top: 30px;
	border-top: 1px solid #c47e5a;
	border-bottom: 1px solid #c47e5a;
  	padding-bottom: 15px;
}
.testimonials h2 {
	color: #c47e5a;
	padding-bottom: 30px;
}
.testimonials p {
	font: 400 18px/32px "Roboto";
	color: #000;
	padding-right: 15px;
}
.testimonials p.name {
	color: #707070;
	font-style: italic;
}
.faq {
	background: #0d5257;
	padding: 40px 0 60px;
}
.faq h2 {
	color: #fff;
	padding-bottom: 15px;
}
.faq p {
	font: 400 22px/37px "Roboto";
	color: #fff;
}
#accordion {
	width: 100%;
}
.card-header {
	padding: 5px 0;
	margin-bottom: 0;
	background: none;
	border-bottom: 0;
	border-radius: 0 !important;
}
#accordion .card-header h3 button {
	display: flex;
	padding-bottom: 0;
	padding-left: 0;
}
#accordion .card-header h3 button .question {
	font: 500 24px/28px 'Roboto', sans-serif;
	color: #fff;
	text-align: left;
	padding: 8px 0;
}
.card-body {
	padding: 10px 0;
}
.card-body p {
	font: 400 18px/32px 'Roboto', sans-serif;
	color: #fff;
}
.card-body ul {
	font: 400 18px/30px 'Roboto', sans-serif;
	color: #fff;
}
.card-body a {
	font: 400 18px/32px 'Roboto', sans-serif;
	color: #fff;
	text-decoration: underline !important;
}
.card-body a:hover {
	text-decoration: none !important;
}
#accordion .card {
	background: none;
	border-top: solid 1px #fff;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
}
#accordion .card:first-child {
	border-top: 0;
}
#accordion .card:last-child {
	border-bottom: solid 1px #fff;
}
#accordion .card-header h3 button .openclose {
	font-size: 35px;
	font-weight: 300;
	color: #fff;
}
#accordion .card-header h3 button.btn.btn-link span.openclose:after {
	content: "–";
}
#accordion .card-header h3 button.btn.btn-link.collapsed span.openclose:after {
	content: "+";
}
#accordion * {
	text-decoration: none;
}
.swiper-button-next, .swiper-button-prev {
  color: #fff !important;
}
.lifestyleSwiper1, .lifestyleSwiper2, .lifestyleSwiper3 {
  padding: 0 10px;
}
.desktop-only {
	display: block;
}
.mobile-only {
	display: none;
}
@media (max-width: 991px) {
	.video-overlay img.logo { 
		margin-bottom: 0;
	}
	.video-container span, .video-container span.phase1 {
	  	font: 500 18px/23px "Roboto", sans-serif;
	  	padding: 12px 0;
		letter-spacing: 0;
	}
	.top-banner {
		height: 400px;
	}
	.top-banner p {
		font: 500 19px/24px "Roboto", sans-serif;
	}
	.white-bg {
	  	padding-top: 20px;
	}
	.green-bg {
		padding-top: 30px;
	}
	.green-bg .round-button, .right-sized-villas .round-button, .design-center .round-button, .register .round-button {
	  	font: 500 18px/20px "Roboto";
	  	padding: 10px;
	}
	.green-bg .round-button {
	  	width: 180px;
	}
	.right-sized-villas .round-button {
	  	width: 270px;
	}
	.design-center .round-button {
	  	width: 210px;
	}
	.register .round-button { 
		width: 170px;
	}
	.intro h1 {
		padding-top: 20px;
	}
	h1, h2, .intro h1 {
		font: 500 21px/28px "Roboto";
	}
	.green-bg h2 {
	  font: 700 20px/28px "Roboto Slab";
	}
	.right-sized-villas h3 {
		font: 700 18px/30px "Roboto Slab";
	}
	.location h3 {
		font: 400 21px/28px "Roboto";
	}
	.intro p, .community-highlights p, .community-highlights ul li, .green-bg p, .low-maintenance p, .right-sized-villas p, .right-sized-villas ul li, .design-center p, .location p, .faq p, .register p {
		font: 400 17px/28px "Roboto";
	}
	.location ul li {
	  	font: 400 15px/30px "Roboto", sans-serif;
	}
	.testimonials h2 {
		padding-bottom: 20px;
	}
	.testimonials p {
		padding-right: 0;
	}
	.design-center {
	  	padding-top: 15px;
    	padding-bottom: 20px;
	}
	.intro {
		padding-top: 0;
		padding-bottom: 0;
	}
	.low-maintenance, .right-sized-villas, .location, .faq, .register {
  		padding: 25px 0;
	}
	#accordion .card-header h3 button .question {
	  	font: 500 19px/25px 'Roboto', sans-serif;
	  	padding: 5px 0;
	}
	.card-body p {
	  	font: 400 16px/28px 'Roboto', sans-serif;
	 }
	#accordion .card-header h3 button .openclose {
	  	font-size: 30px;
	}
	.location iframe {
		height: 350px;
	}
	.lifestyle-photos {
		height: 100%;
    	margin-bottom: 0;
	}
}
@media (max-width: 768px) {
	.video-container video {
  		width: 65%;
	}
	.video-overlay {
		padding: 5px 0;
		width: 35%;
	}
	.video-overlay img.logo {
  		width: 40%;
	}
	.video-container span, .video-container span.phase1 {
	  	font: 500 13px/15px "Roboto", sans-serif;
	  	padding: 5px 0;
	}
	.lifestyleSwiper1, .lifestyleSwiper2, .lifestyleSwiper3 {
	  padding: 0 3px;
	}
	.desktop-only {
		display: none !important;
	}
	.mobile-only {
		display: block !important;
	}
}
	
/** CTA CSS */
.quick-comm {
    background-color: #fff;
    padding: 30px 0;
}
.quick-comm p {
    color: #707070;
    font-size: 16px;
	line-height: 26px;
    font-weight: 400;
}
.quick-comm p strong {
	font-weight: 700;
}
.quick-comm__header {
    font-size: 18px;
    font-weight: 700;
}
.quick-comm__location-icon {
    color: #dc3545;
    font-size: 24px;
}
.quick-comm__location-info {
    font-size: 16px;
	padding-top: 10px;
}
.quick-comm__location-info span {
    color: #707070;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 700;
    display: block;
}
.quick-comm__location-info a {
    margin-bottom: 0;
	color: #BE2C23;
	line-height: 26px;
}
.quick-comm__location-info a#phone-request {
	font-weight: 700;
}

.quick-comm__btn {
	font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    height: 43px;
    line-height: 43px;
    padding: 0;
    border: none;
    color: #707070;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.quick-comm__btn.register {
	color: #FFF;
  	background-color: #B2292D;
  	display: block;
	text-transform: uppercase;
	width: 220px;
}
.quick-comm__btn.register:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #B2292D;
}
.quick-comm__btn.question:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #333;
}

/*Start promoEvent */
.modal-dialog {
    max-width: 600px;
}
.modal-body {
    position: relative;
    padding: 0;
}
.custom-close {
    position: absolute;
    top: 14px;
    right: 20px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	color: #fff;
}
.custom-close span {
    font-size: 50px;
    line-height: 1;
}
@media (max-width: 991px) { 
.modal-dialog {
    max-width: 350px;
}
}