:root {
    --black: #000;
    --white: #fff;
	--dark-gray:#656565;
	--darker-gray:#696969;
	--light-gray:#808080;
	--dark-green:#095A58;
	--purple:#694F97;
	--orange:#F57C20;
	--light-green:#0e8b89;
}

html,
body {
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

/* .container-fluid > .row{
  all: unset;
} */
/*Anchor link*/
:target {
    display: block;    
    position: relative;     
    top: -150px;
    visibility: hidden;
}
.section {
    padding-top: 75px;
    padding-bottom: 75px;
}
.section-padding {
	padding-top:150px;
}
.section.exhibit {
	padding-top: 75px;
    padding-bottom: 50px;
}
.footer-section {
	padding-top: 50px;
	padding-bottom: 50px;
}
.header-btn-wrapper {
	display:flex;
	justify-content:end;
	align-items:end;
}
p {
    font-size: 18px;
    line-height: 150%;
    color: #4d4d4d;
}

ul {
    padding-left: 20px;
}

li {
    margin-bottom: 10px;
}
a {
	text-decoration:none;
}
a:not([href]):not([class]) {
	color:var(--red);
}
a:not([href]):not([class]):hover {
	color:var(--red);
	cursor:pointer
}
.unset-row > .row {
    all: unset;
}

.text-justify {
    text-align: justify;
}

.justify-center-row > .row {
    justify-content: center;
}
/*Slider*/
.home-slider .swiper-slide .img-slider {
	width:100%;
}
.home-slider .swiper-slide {
	position: relative;
}

.home-slider .swiper-slide::after {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 50%; /* Adjust as needed */
	opacity:0.65;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, #000 100%);
	z-index: 23;
	pointer-events: none;
}
.home-slider .swiper-button-next,
.home-slider .swiper-button-prev {
	color:var(--white);
}
/*Banner*/
.banner-text p {
	font-size: 30px;
}
.overlay-banner {
	display: flex;
    flex-direction: column;
    position: absolute;
    top:85%;
    left: 0;
    padding: 0 100px 0;
}
.overlay {
	position: absolute;
    border-top-right-radius: 300px;
    border-bottom-right-radius: 300px;
    top: 0;
    left: 0;
    width: 100%;
}
.overlay-content h1{
	color:var(--white);
	font-size:32px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	letter-spacing:3.2px;
	font-weight: 400;
}
/*.overlay-content p{
	color:var(--white);
	font-size:16px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	letter-spacing:3.2px;
	font-weight: 400;
	width: 800px;
	max-width:100%;
}*/
.title-logo {
	display:block;
	margin:0 auto 16px;
}
/*Button*/
.primary-btn {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:15px;
    background-color:var(--dark-green);
    padding:8px 15px;
    transition: 0.5s;
    background-size: 110% auto;
    color: var(--white);
    font-size: 16px;
}

.primary-btn:hover, .primary-btn.submit-btn:hover{
    background-color: var(--light-green);
    color: var(--white);
}
.primary-btn.submit-btn {
	background-color:var(--dark-green);
	padding: 15px 10px;
}
.sticky-menu.fixed-menu  .primary-btn {
	border: 1px solid var(--white);
}
.secondary-btn {
    background-color: #095A58;
	color: var(--white);
    padding: 15px 10px;
    border-radius: 0;
}

.secondary-btn:hover {
    background-color: #0e8b89;
	color: var(--white);
}

.secondary-btn a {
    color: #ffffff;
}

.tertiary-btn {
    background-color: #ebebeb;
    color: #6E6E6E;
    padding: 15px 10px;
    border-radius: 0;
}

.tertiary-btn:hover {
    background-color: #d9d9d9;
}

/*Text*/
.inner-title {
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 3.2px;
	color:var(--black);

}
.inner-title.large {
	font-size:32px;
	font-weight:bold;
	margin-bottom: 50px;
}
.inner-title.medium {
	font-size:28px;
}
.inner-text p {
	text-align:center;
	color:var(--dark-gray);
	font-size: 16px;
	font-weight: 400;
}

.center-img {
	display:block;
	margin:auto;
}
/*Background*/
.section-bg {
    background-image: linear-gradient(to bottom, #fff 50%, #E3DDD6 50%);
}
.form-bg {
	background-image: linear-gradient(to bottom, #fff 50%, #095A58 50%);
}
/*Masterplan*/
.phase-list-wrapper {
	display:flex;
	align-items:start;
	gap: 20px;
	margin-top: 20px;
}

.phase-list {
	list-style: none;
	padding: 0;
	margin: 0;
	flex: 1;
	counter-reset: item;
	display: grid;
	gap: 16px;
}

.phase-list li {
	display: flex;
	align-items: center;
	font-size: 16px;
	margin-bottom: 0;
}

.phase-list li::before {
	content: counter(item);
	counter-increment: item;
	display: inline-block;
	background-color: #f7941d;
	color: white;
	font-weight: bold;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	text-align: center;
	line-height: 24px;
	margin-right: 10px;
	font-size: 14px;
}
.phase-list.phase-1 {
	counter-reset: item 0;
}
.phase-list.phase-2 {
	counter-reset: item 13;
}

.phase-list.phase-2 li::before {
	background-color:var(--purple); /* Purple badge */
}
/*.masterplan-bg {
  position: relative;
  background-image: url(./../../../data/editor/beige-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  z-index: 0;
}

.masterplan-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, white 0%, white 50%, green 50%, green 100%);
  z-index: 1;
  pointer-events: none;
}*/
.masterplan-bg {
  position: relative;
  /*background-image: url(./../../../data/editor/beige-bg.png);*/
  background-repeat: no-repeat;
  z-index: 0;
}

.masterplan-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  /*background: linear-gradient(to bottom, white 0%, white 50%, #E3DDD6 50%, #E3DDD6 100%);*/
  background-image: url("./../../../data/editor/beige-bg-05.png");
  background-position:center center;
  background-size:cover;
  width:100%;
  z-index: 1;
  pointer-events: none;
}
.masterplan-bg > * {
  position: relative;
  z-index: 2;
}
.map {
	width:850px;
	max-width:100%;
}

/*FAQ Accordion*/
.faq-accordion .accordion-item{
	border:none;
}
.faq-accordion .accordion-item .accordion-button {
	color:var(--light-gray);
	font-family:'Domine';
	font-size:20px;
	font-weight: 700;
	letter-spacing: 1.6px;
}

.faq-accordion .accordion-item .accordion-button:hover {
	background-color:var(--white);
	color:var(--dark-gray);
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed) {
	color:var(--dark-green);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
}
.faq-accordion .accordion-button::after {
	content: "\f078"; /* Unicode for fa-chevron-down */
	font-family: "Font Awesome 6 Free"; /* Font family name */
	font-weight: 900; /* Needed for solid icons */
	font-size: 1rem;
	transition: transform 0.3s ease-in-out;
	margin-left: auto;
	background-image:none;
	color:var(--dark-green);
}
.faq-accordion .accordion-body{
	padding-top: 0;
	margin-bottom: 20px;
}

.faq-accordion .accordion-body .description-text p {
	font-size: 16px;
	font-weight: 400;
	color:var(--dark-gray);
	margin-bottom: 8px;
}

/*Gallery*/
.gallery-section .nav-tabs {
	display:flex;
	justify-content:center;
	border-bottom:1px solid var(--white);
	margin-bottom: 30px;
}
.gallery-section .nav-tabs .nav-link {
	color:var(--darker-gray);
}
.gallery-section .nav-tabs .nav-link:hover {
	background-color:var(--light-green);
	color:var(--white);
}
.gallery-section .nav-tabs .nav-link.active {
	border-color:var(--white);
	background-color:var(--dark-green);
	color:var(--white);
	border-radius:0;
}
.gallery-section .nav-tabs .nav-link:hover {
	border-color:var(--white);
}
.gallery-section .lightbox-wrapper {
	aspect-ratio: 1/1;
}
.gallery-section .lightbox-wrapper img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
/*Form*/
.form-section {
	width: 844px;
	background-image:url('./../../../data/editor/rectangle-bg.png');
	background-repeat:no-repeat;
	background-size:100% 100%;
	background-position:center;
	display:block;
	margin:auto;
}
.form-wrapper {
    background-color: var(--white);
    border-radius: 20px;
    padding: 35px;
}
.form-container {
	width:700px;
	display:block;
	margin:auto;
}
.form-checkbox  label {
	display:flex;
	align-items:start;
	font-size: 14px;
	text-align:justify;
	margin-bottom:20px;
}
.form-checkbox input[type="checkbox"] {
	margin:5px;
}

.form-checkbox p{
	font-size: 14px;
}
.field-wrapper {
	margin-bottom:20px;
}

.form-wrapper > .row {
    all: unset;
}

.form-wrapper .form-control, .form-wrapper .form-select {
    margin-top: 10px;
    border-radius: 5px;
}

input[type="radio"], input[type="checkbox"] {
    margin: 10px 5px 10px 0
}

.form-select:focus {
    border-color: var(--black);
    box-shadow: unset;
}

.input-group {
    padding: 5px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    min-width: 300px;
    max-width: 100%;
}

.input-group-text {
    border: 0;
    border-right: 1px solid #e5e5e5;
    background-color: transparent;
}

.input-group .form-control {
    border: 0;
}

.form-control:focus {
    box-shadow: unset !important;
}

/*Footer*/
.footer-content-section {
	margin-top:100px;
}
.footer-content {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	gap: 30px;
}
.footer-content p, .footer-content a {
	font-size:14px;
	font-weight: 400;
	color:var(--white);
}
.footer-socmed {
	display:flex;
	justify-content:center;
	align-items:center;
	gap: 16px;
}
.footer-socmed i {
	color:var(--white);
	font-size: 21px;
}
.footer-bg {
  position: relative;
  background-repeat: no-repeat;
  z-index: 0;
}

.footer-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  /*background: linear-gradient(to bottom, white 0%, white 50%, #E3DDD6 50%, #E3DDD6 100%);*/
  background-image: url("./../../../data/editor/form-bg.png");
  background-repeat: no-repeat;
  background-position:bottom center;
  background-size:100% auto;
  width:100%;
  height:100%;
  z-index: 1;
  pointer-events: none;
}
.footer-bg > * {
  position: relative;
  z-index: 2;
}

/*Modal*/
.custom-modal {
    width: 100%;
    max-width: 1272px;
}

.modal-content.about-us {
    border-radius: 0;
}

.modal-image-card {
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: 524px;
    margin: auto;
    background-image: url("./../../../data/editor/residential.png"); /* Change to your image path */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    padding: 19px 25px;
    box-sizing: border-box;
    cursor: pointer;
}
.modal-image-card-2{
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: 524px;
    margin: auto;
    background-image: url("./../../../data/editor/commercial.png"); /* Change to your image path */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    padding: 19px 25px;
    box-sizing: border-box;
    cursor: pointer;
}


.modal-image-content {
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 100%;
    height: 100%;
    padding: 20px 30px;
    border: 2px solid rgba(222, 179, 130, 0.5); /* gold border */
}
/* .modal-image-content:hover {
	border: 2px solid transparent;
} */
.modal-image-content h1 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #fff;
}

.modal-image-content p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #e4e4e4;
}
/*Gradient overlay*/
.modal-image-card .gradient-overlay,
.modal-image-card-2 .gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(9, 90, 88, 0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(9,90, 88, 0.5)), color-stop(100%,rgba(0,0, 0,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(9, 90,88, 0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(9, 90, 88, 0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(9, 90,88, 0.5) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(9, 90, 88, 0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
    pointer-events: none;
}
.modal-image-card:hover .gradient-overlay,
.modal-image-card-2:hover .gradient-overlay {
    opacity: 1;
}

.modal-image-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 2rem;
}
/*Owl-carousel*/
.custom.owl-carousel .item {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 30px;
    height: 100%; /*ensures height consistency*/
}

.custom.owl-carousel .item .carousel-img-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.custom.owl-carousel .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
	aspect-ratio: 1200 / 767;
	background-color: var(--black);
}

/* .custom.owl-theme .owl-nav [class*=owl-] {
	color:var(--white);
	background-color: #3AAAA8;
	font-size:50px;
} 

.custom.owl-theme .owl-nav [class*=owl-]:hover {
	color:var(--light-green);
}
	*/

.custom.owl-theme .owl-nav [class*=owl-]  span{
    line-height: 0;
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    /* margin-top: -1px; */
    /* padding: 10px; */
    margin: 0;
    border-radius: 50px;
    background-color: #3AAAA8;
    padding-bottom: 7px;

}

.custom.owl-theme .owl-nav {
	top: 40%;
}
/*Carousel content*/
.carousel-content {
    width:100%;
    display: flex;
    flex-direction: column;
}

.carousel-text h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.carousel-text p {
    font-size: 16px;
    margin-bottom: 20px;
}

.carousel-btn {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/*Policy*/
.policy-group {
	margin-bottom: 50px;
}
.policy-group h2 {
	font-size: 18px;
	font-weight:bold;
	margin-bottom:5px;
	color: var(--black);
	
}
.policy-group p, .policy-group a{
	font-size:18px;
	
}
.policy-group ul li{
	font-size:18px;

	margin-bottom: 15px;
}

.whatsapp-wrapper{
	position: fixed;
	bottom: 80px;
	right: 10px;
	z-index: 2;
}

.whatsapp-wrapper span{
	font-size: 12px;
	margin-right: 10px;
	padding: 5px 10px;
	background-color: #F4FBFF;
	border-radius: 5px;
	color: #707070;
	webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}

.whatsapp-wrapper > span a{
	color: #707070;
}

.whatsapp-wrapper img{
	width: 55px;
}

.whatsapp-wrapper i{
	font-size: 42px;
	color: #25d366;
	animation: enlarge 5s infinite;
}


@media (min-width: 1920px) {
  .footer-bg::after {
	background-image:url('./../../../data/editor/form-bg-3.png');  
    background-size: 100% auto;
  }
}

@media ( max-width: 1199px) {
	.masterplan-bg::after {
		content: "";
		position: absolute;
		inset: 0;
		/*background: linear-gradient(to bottom, white 0%, white 50%, #E3DDD6 50%, #E3DDD6 100%);*/
		background-image:url('./../../../data/editor/beige-bg-04.png');
		background-position:center center;
		background-size:cover;
		width:100%;
		z-index: 1;
		pointer-events: none;
	}
	
}
@media ( max-width: 991px) {
	.primary-btn {
		background-color:var(--light-green);
	}
	.header-btn-wrapper {
		justify-content:center;
		align-items:center;
	}
	.banner-bg , .modal-image-card , .modal-image-card-2{
		height:450px;
	}
	.overlay-banner {
		top:70%;
	}
	.carousel-content {
		padding:16px 0;
	}
	.footer-bg::after {
	  background-size:100% 100%;

	}
	.home-slider .swiper-button-next:after,
	.home-slider .swiper-button-prev:after {
		font-size:30px;
	}
}
@media (max-width: 767px) {
	.section-padding, .section{
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.inner-title.large{
		font-size: 28px;
	}

	.inner-title.medium{
		font-size: 24px;
	}

	.custom.owl-theme .owl-nav {
		top:25%;
	}
	.custom.owl-carousel .item {
		flex-direction:column;
	}
	.custom.owl-carousel .item .carousel-img-container,
	.custom.owl-carousel .item .carousel-content  {
		width:100%;
	}
	.banner-bg {
		height: 350px;
	}
	.overlay-banner {
		padding: 0 50px 0;
	}
	.overlay-content h1 {
		font-size: 24px;
	}

	.masterplan-bg::after {
		content: "";
		position: absolute;
		inset: 0;
		/*background: linear-gradient(to bottom, white 0%, white 50%, #E3DDD6 50%, #E3DDD6 100%);*/
		background-image:url('./../../../data/editor/beige-bg-03.png');
		background-position:center center;
		background-size:cover;
		width:100%;
		z-index: 1;
		pointer-events: none;
	}
	.home-slider .swiper-button-next:after,
	.home-slider .swiper-button-prev:after{
		font-size:24px ;
	}
}

@media (max-width: 575px) {
	.modal-image-card, .modal-image-card-2 {
		height:350px;
	}
	.inner-title {
		font-size: 28px;
	}
	.phase-list-wrapper {
		flex-direction:column;
	}
    .home-slider .swiper-button-next:after,
	.home-slider .swiper-button-prev:after{
		font-size:18px ;
	}
}
