html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background: #FFF;
  background: url(../img/bg.jpeg) no-repeat center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body.scrolling {
  overflow-y: hidden;
}

/* Kerisdipa */
@font-face {
	font-family: 'Kerisdipa';
	src: url('fonts/Kerisdipa.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* Spring Sakura */
@font-face {
	font-family: 'Spring Sakura';
	src: url('fonts/SpringSakura.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* SpringEaster */
@font-face {
	font-family: 'Spring Easter';
	src: url('fonts/SpringEaster.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}



a,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  a,
  button {
    cursor: default !important;
    border: none;
    outline: none;
  }
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

header {
	width: 100%;
	display: table;
	height: auto;
	position: absolute;
	z-index: 5;
	top: 3%;
}

.head {
	width: 100%;
	height: auto;
	display: table;
	background: #FFF;
	margin: 0 auto;
	position: relative;
	/*background-image: url("../img/bg/header-bg.png");
	background-repeat: no-repeat;
    background-position: 80% 0;*/
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    border-radius: 0;
    box-shadow: 0px 2px 5px #555;
}

.head-contact {
	width: 20%;
	height: auto;
	display: table;
	float: right;
	padding: 10px 15px;
}

.head-contact .call-icon {
	background-repeat: no-repeat;
    background-size: 22px 33px;
    border: none;
    padding: 0 0 0 33px;
    cursor: pointer;
	background-image: url(../img/icons/call.svg);
    filter: brightness(0.25) sepia(9) hue-rotate(50deg) saturate(9);
}

.head-contact h2 {
	text-align: center;
	margin-top: 15px;
}

.head-contact a {
	color: #1c5f1e;
}

.head-contact a:hover {
	color: #333;
}

.head-logo {
	width: 20%;
	height: auto;
	display: table;
	float: left;
	position: relative;	
}

.head-logo img.h-logo-1 {
	margin: 0 auto;
	width: 80%;
	background: #FFF;
	padding: 10px;
	display: block;
	/*box-shadow: 0px 2px 5px #999;*/
}

/*.sticky .head-logo img.h-logo-1 {
	display: none;
}*/

.head-logo img.h-logo-2 {
	display: none;
}

.sticky .head-logo img.h-logo-2 {
	margin: 0 auto;
	width: 80%;
	background: #FFF;
	padding: 10px;
	display: block;
	box-shadow: none;
}

.head-menu {
	width: 60%;
	height: auto;
	display: table;
	float: right;
	padding: 25px 30px 18px 30px;
}

/* Menu */

.topnav {
  overflow: hidden;
  background-color: transparent;
}

.topnav a {
  float: left;
  display: block;
  color: #000;
  text-align: center;
  padding: 5px 0px;
  text-decoration: none;
  font-size: 17px;
  margin: 0 10px;
  font-weight: 500;
}

.topnav a:before {
    content: "-";
    display: block;
    width: 25px;
    height: 25px;
    float: left;
    margin: 0;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    cursor: pointer;
    filter: brightness(0.3) sepia(1) hue-rotate(50deg) saturate(6);
	/*background-image: url(../img/icons/connectivity.svg);*/
}

.topnav a:hover {
  border-bottom: 1px solid #1c5f1e;
  color: #1c5f1e;
  padding-bottom: 5px;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.frame {
	width: 1230px;
	display: table;
	margin: 0 auto;
}


/* Sliding Banner Start */
			
			.banner-container {
				width: 100%;
				height: 100vh;
				position: relative;
				overflow: hidden;
			}
			
			.banner {
				width: 100%;
				height: 100%;
				display: flex;
				transition: transform 0.5s ease-in-out;
			}
			
			.banner-slide {
				min-width: 100%;
				height: 100%;
				position: relative;
			}
			
			.banner-slide-img {
				width: 100%;
				height: 100%;
				object-fit: cover;
			}
			
			/* Hide mobile image by default */
			.mobile-img {
				display: none;
			}
			
			/* Navigation buttons */
			.banner-nav {
				position: absolute;
				top: 50%;
				width: 100%;
				display: none /*flex*/;
				justify-content: space-between;
				transform: translateY(-50%);
				z-index: 10;
			}
			
			.banner-btn {
				background: rgba(0,0,0,0.5);
				border: none;
				padding: 15px;
				cursor: pointer;
				border-radius: 50%;
				margin: 0 20px;
				transition: all 0.3s;
				width: 60px;
				height: 60px;
				color: #FFF;
				font-weight: 300;
				font-size: 1.2rem;
			}
			
			.banner-btn:hover {
				background: rgba(255, 255, 255, 0.8);
				color: #000
			}
			
			/* Dots indicator */
			.banner-dots {
				position: absolute;
				bottom: 20px;
				left: 50%;
				transform: translateX(-50%);
				display: flex;
				gap: 10px;
				z-index: 10;
			}
			
			.dot {
				width: 12px;
				height: 12px;
				border-radius: 50%;
				background: rgba(255, 255, 255, 0.5);
				cursor: pointer;
				transition: all 0.3s;
			}
			
			.dot.active {
				background: rgba(255, 255, 255, 0.9);
			}
			
			/* Media query for mobile devices */
			@media (max-width: 768px) {
				.banner-container {
					height: 75vh;
					border-radius: 0;
				}
				
				.banner-slide-img {
					border-radius: 0;
				}
				
				.banner-btn {
					padding: 13px;
					margin: 0 5px;
					width: 50px;
					height: 50px;
				}
				
				.desktop-img {
					display: none;
				}
				
				.mobile-img {
					display: block;
				}
			}
			
			/* Sliding Banner Start */


.top-form {
	width: 100%;
    height: auto;
    background: #1c5f1e	;
	background-image: url(../img/footer.png);
    color: #fff;
    font-size: 24px;
    text-align: center;
    position: relative;
    bottom: 8px;
    left: 0;
    z-index: 1;
    box-shadow: 0 -5px 15px rgb(0 0 0 / 60%);
    -moz-box-shadow: 0 -5px 15px rgba(0,0,0,.6);
    -webkit-box-shadow: 0 -5px 15px rgb(0 0 0 / 60%);
	padding: 15px 0;
}

.form-col-top {
	width: 20%;
	padding: 0 10px;
	float: left;
}

.form-col-top h3 { 
	font-weight: 500;
	padding-top: 8px;
}

.top-form-control {
    width: 100%;
    height: 40px;
    padding: 0 20px 0 40px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #FFF;
    background-image: none;
    border: 0px dotted #CCC;
    margin: 10px 0 5px 0;
}

.top-form-butn {
    border: none;
    padding: 8px;
    width: 100%;
    background-image: linear-gradient(to right, #fecc09 , #fecc09);
    background-origin: border-box;
    color: #000;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
}

.top-form-butn:hover {
    background-image: linear-gradient(to right, #ff3110 , #ff3110);
    color: #FFF;
}


/* About */
.about {
	width: 100%;
	height: auto;
	display: table;
	padding: 80px 0;
}

.about-main {
	width: 100%;
	height: auto;
	display: table;
	margin: 0 auto;
}

.about-left {
	width: 50%;
	height: auto;
	display: table;
	float: left;
}

.about-left img {
	width: 100%;
	height: auto;
	display: block;
}

.about-right {
	width: 50%;
	height: auto;
	display: table;
	float: left;
}

.about-right h5 {
	font-weight: 300;
	margin-bottom: 15px;
}

.about-right h2 {
	font-weight: normal;
	margin: 10px 0 20px 0;
}

.about-right p {
	font-weight: 300;
	line-height: 1.6rem;
    font-size: 0.9rem;
}

.about-right p span {
	font-size: 3rem;
	margin-right: 5px;
	color: #1c5f1e;
	font-family: 'Spring Sakura';
    font-weight: 400;
	line-height: 3rem;
}

.about-right ul {
	margin: 5px 0 0 0;
}

.about-right ul li {
	margin: 15px 0;
    width: 50%;
    float: left;
}

.about-right ul li:before {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    float: left;
    margin: -5px 10px 0 0;
    background-repeat: no-repeat;
    background-size: 36px 36px;
    cursor: pointer;
    filter: brightness(0.3) sepia(1) hue-rotate(50deg) saturate(6);
}

.about-right .approval-ico:before {    
    background-image: url(../img/icons/cmda.png);
}

.about-right .acre-ico:before {    
    background-image: url(../img/icons/acre.png);
}

.about-right .gated-ico:before {    
    background-image: url(../img/icons/gated.png);
}

.about-right .range-ico:before {    
    background-image: url(../img/icons/range.png);
}

.about-right .units-ico:before {    
    background-image: url(../img/icons/unit.png);
}


/* Advantages */
.advantage {
	width: 100%;
	height: auto;
	display: table;
	padding: 50px 0;
}

.advantage-heading {
	width: 70%;
	height: auto;
	display: table;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

.advantage-heading h2 {
	text-align: center;
	color: #1c5f1e;
	font-size: 3rem;
	margin: 0 0 20px 0;
	font-family: 'Spring Sakura';
	font-weight: 400;
}

.advantage-heading p {
	text-align: center;
	font-weight: 300;
	line-height: 1.8rem;
}

/*.advantage-main {
	width: 80%;
	height: auto;
	display: table;
	margin: 0 auto;
	padding: 30px 0 10px 0;
}

.advantage-left {
	width: 50%;
	height: auto;
	display: table;
	float: left;
	padding: 0 60px;
}

.advantage-left ul li {
	padding: 15px 0;
	text-align: left;
	font-size: 1.2rem;
}

.advantage-right {
	width: 50%;
	height: auto;
	display: table;
	float: left;
}

.advantage-right img {
	width: 100%;
	height: auto;
	display: block;
}*/

.advantage-main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 90%;
  margin: 0 auto;
  padding: 50px 0 10px 0;
}

.advantage-left {
  width: 35%;
  padding: 0 50px;
}

.advantage-left ul {
  list-style: none;
  padding: 0;
}

.advantage-left li {
  cursor: pointer;
  padding: 30px 10px;
  /*margin-bottom: 8px;*/
  transition: background-color 0.3s, transform 0.3s;
  color: #555;
  border-bottom: 1px dashed #1c5f1e;
}

.connectivity-adv-ico {
	border-top: 1px dashed #1c5f1e;
}

.advantage-left li:hover {
  color: #1c5f1e;
}

/* Add active class for zoom effect */
.advantage-left li.active {
  font-size: 1.3rem;
  transform: scale(1.1); /* Zoom effect */
  padding-left: 50px;
  color: #000;
  /*border-top: none;
  border-bottom: none;  
  padding: 30px 10px 30px 70px;*/
}

.advantage-left li:before {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    float: left;
    margin: -5px 10px 0 0;
    background-repeat: no-repeat;
    background-size: 36px 36px;
    cursor: pointer;
    filter: brightness(0.3) sepia(1) hue-rotate(50deg) saturate(6);
}

.advantage-left .connectivity-adv-ico:before {    
    background-image: url(../img/icons/connectivity.svg);
}

.advantage-left .infra-adv-ico:before {    
    background-image: url(../img/icons/infra.svg);
}

.advantage-left .metro-adv-ico:before {    
    background-image: url(../img/icons/metro.svg);
}

.advantage-left .appreciation-adv-ico:before {    
    background-image: url(../img/icons/appreciation.svg);
}

.advantage-left .location-adv-ico:before {    
    background-image: url(../img/icons/explore.svg);
}

.advantage-right {
  width: 65%;
  position: relative;
}

.advantage-right .advantage-right-view {
  position: absolute; /* Position all images on top of each other */
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: scale(0.9); /* Start zoomed out */
  transition: opacity 0.5s ease, transform 0.5s ease; /* Smooth transition for opacity and zoom */
  visibility: hidden; /* Hide the element visually without removing it from the document flow */
}

.advantage-right .advantage-right-view.active {
  opacity: 1;
  transform: scale(1); /* Zoom in to normal size */
  visibility: visible; /* Make the element visible */
  position: relative; /* Reset position of the active element */
  z-index: 1; /* Ensure the active image is on top */
}

.advantage-right img {
  width: 100%;
  height: auto;
}

.advantage-right-view .summary-details {
    margin: 0 auto;
    position: absolute;
    color: #FFF;
    padding: 50px 100px 20px 100px;
    height: auto;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
    width: 100%;
    z-index: 1;
    bottom: 0;
	cursor: pointer;
}

.advantage-right-view .summary-details h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.5rem;
	margin: 0 0 10px 0;
	text-align: center;
	font-weight: 500;
	cursor: pointer;
}

.advantage-right-view .summary-details p {
	text-align: center;
	font-weight: 300;
	cursor: pointer;
	font-size: 0.9rem;
}


@media screen and (max-width: 768px) {
  .advantage {
	  padding: 30px 0;
  }
  
  .advantage-heading {
	  width: 90%;
  }
  
  .advantage-heading h2 {
	  font-size: 1.8rem;
  }
  
  .advantage-main {
    flex-direction: column;
    align-items: center;
	max-width: 100%;
	padding: 10px 0;
  }

  .advantage-left,
  .advantage-right {
    width: 100%;
  }

  .advantage-left {
    padding: 0 0 30px 0;
  }

  .advantage-left li {
    padding: 20px 10px 10px 10px;
    font-size: 0.8em;
	width: 50%;
	float: left;
	margin-bottom: 0;
	border-top: none;
  }
  
  .advantage-left li.active {
	  transform: scale(1);
	  padding: 20px 10px 10px 10px;
	  border-top: none;
	  border-bottom: 1px solid #eee;
	  color: #1c5f1e;
  }
  
  .advantage-left li:before {
	  margin: -5px 10px 0 0;
	  width: 35px;
	  height: 35px;
	  background-size: 30px 30px;
  }
  
  .advantage-right img {
	  height: 400px;
  }
  
  .advantage-right-view .summary-details {
	  padding: 50px 20px 20px 20px;
  }
  
}


.amenities {
	width: 100%;
	height: auto;
	display: table;
	padding: 50px 0;
}

.amenities-heading {
	width: 70%;
	height: auto;
	display: table;
	margin: 0 auto;
	padding: 0 0 50px 0;
}

.amenities-heading h2 {
	text-align: center;
	color: #1c5f1e;
	font-size: 3rem;
	margin: 0 0 20px 0;
	font-family: 'Spring Sakura';
    font-weight: 400;
}

.amenities-heading p {
	text-align: center;
	font-weight: 300;
	line-height: 1.8rem;
}

.amenities-sec {
	width: 90%;
	height: auto;
	display: flex;
	justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
	cursor: pointer;
}

.amenities-sec3 {
	width: 100%;
	display: flex;
	justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
}

.amenities-5 {
	width: 33.333%;
	padding: 0 10px 10px 0;
	position: relative;
}

.amenities-6 {
	width: 33.333%;
	padding: 0 10px 10px 0;
	position: relative;
}

.amenities-7 {
	width: 33.333%;
	padding: 0 0 10px 0;
	position: relative;
}

.amenities-sec1 {
	width: 66.666%;
	display: flex;
	justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
}

.amenities-1 {
	width: 100%;
	padding: 0 10px 10px 0;
	position: relative;
}

.amenities-3 {
	width: 50%;
	padding: 0 10px 0 0;
	position: relative;
}

.amenities-4 {
	width: 50%;
	padding: 0 10px 0 0;
	position: relative;
}

.amenities-sec2 {
	width: 33.333%;
}

.amenities-2 {
	width: 100%;
	position: relative;
}

.amenities-1 img, .amenities-2 img, .amenities-3 img, .amenities-4 img {
	width: 100%;
	height: auto;
	display: block;
}

.amenities-1 .overlay, .amenities-2 .overlay, .amenities-3 .overlay, .amenities-4 .overlay, .amenities-5 .overlay, .amenities-6 .overlay, .amenities-7 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    opacity: 0.5;
    z-index: 1;
	transition: 0.5s;
}

.amenities-1 .overlay {
	height: 97%;
    width: 98.7%;
}

.amenities-2 .overlay {
	height: 100%;
    width: 100%;
}

.amenities-3 .overlay, .amenities-4 .overlay {
	height: 100%;
    width: 97.4%;
}

.amenities-5 .overlay, .amenities-6 .overlay {
	height: 97%;
    width: 97.4%;
}

.amenities-7 .overlay {
	height: 97%;
    width: 100%;
}

.amenities-1:hover > .overlay, 
.amenities-2:hover > .overlay, 
.amenities-3:hover > .overlay, 
.amenities-4:hover > .overlay, 
.amenities-5:hover > .overlay, 
.amenities-6:hover > .overlay, 
.amenities-7:hover > .overlay {
    opacity: 0;
}


.amenities-1:hover > .amenities-content h1,
.amenities-2:hover > .amenities-content h1,
.amenities-3:hover > .amenities-content h1,
.amenities-4:hover > .amenities-content h1,
.amenities-5:hover > .amenities-content h1,
.amenities-6:hover > .amenities-content h1,
.amenities-7:hover > .amenities-content h1 {
    font-weight: 300;
	font-size: 1.2rem;
}

.amenities-1:hover > .amenities-content,
.amenities-2:hover > .amenities-content,
.amenities-3:hover > .amenities-content,
.amenities-4:hover > .amenities-content,
.amenities-5:hover > .amenities-content,
.amenities-6:hover > .amenities-content,
.amenities-7:hover > .amenities-content {
    top: 80%;
    left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	transform: none;
	width: fit-content;
	padding: 5px 20px;
}

.amenities-content {
	width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	/*top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);*/
    color: #FFF;
    text-align: center;
    z-index: 1;	
	padding: 5px;
}

.amenities-content h1 {
    font-weight: 700;
    color: #FFF;
    position: relative;
    font-size: 1.5rem;
    text-shadow: 2px 2px 4px #333;
	/*text-decoration: underline;
    text-underline-offset: 10px;
	text-decoration-style: dotted;*/
}


.gallery {
	width: 100%;
	height: auto;
	display: table;
	padding: 50px 0;
}

.gallery-heading {
	width: 70%;
	height: auto;
	display: table;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

.gallery-heading h2 {
	text-align: center;
	color: #1c5f1e;
	font-size: 3rem;
	margin: 0 0 20px 0;
	font-family: 'Spring Sakura';
    font-weight: 400;
}

.gallery-heading p {
	text-align: center;
	font-weight: 300;
	line-height: 1.8rem;
}

.gallery .carousel-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.gallery .carousel {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 0 20px 0;
}

.gallery .carousel-inner {
    display: flex;
    transition: transform 0.3s ease;
}

.gallery .carousel-item {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    height: auto;
    background: transparent;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    text-align: center;
    padding: 5px;
}

.gallery .carousel-item-inner {
    width: 100%;
    height: auto;
    display: table;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallery .carousel-item-inner img {
    width: 100%;
    height: 400px;
    display: block;
    transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
    cursor: pointer;
    border-radius: 10px;
}

.carousel-item-inner .summary-details {
    margin: 0 auto;
    position: absolute;
    color: #FFF;
    padding: 35px 0 20px 0;
    height: auto;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
    width: 100%;
    z-index: 1;
    bottom: 0;
    cursor: pointer;
}

.carousel-item-inner .summary-details h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.1rem;
    text-align: center;
    font-weight: 300;
    cursor: pointer;
}

.gallery button {
    background-color: rgba(66, 129, 61, 0.8);
    color: white;
    border: none;
    padding: 10px 18px;
    cursor: pointer;
    border-radius: 100%;
    margin: 0 10px;

}

.gallery button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

/* Media query for mobile devices */
@media (max-width: 768px) {
	.gallery .carousel-container {
		margin: 0;
		position: relative;
	}
	
    .gallery .carousel-item {
        flex: 0 0 100%; /* One item per row for mobile */
        max-width: 100%;
    }

    .gallery .carousel {        
        max-width: none; /* No maximum width */
        width: 100%;
    }
	
	.gallery button {
		position: absolute;
		z-index: 3;
	}
	
	.prev-btn {left: -20px;}
	.next-btn {right: -20px;}
}


.location {
	width: 100%;
	height: auto;
	display: table;
	padding: 30px 0 50px 0;
}

.location-heading {
	width: 70%;
	height: auto;
	display: table;
	margin: 0 auto;
	padding: 0 0 50px 0;
}

.location-heading h2 {
	text-align: center;
	color: #1c5f1e;
	font-size: 3rem;
	margin: 0 0 20px 0;
	font-family: 'Spring Sakura';
    font-weight: 400;
}

.location-heading p {
	text-align: center;
	font-weight: 300;
	line-height: 1.8rem;
}

.location .column-inner {
    display: none;
    margin-top: 30px;
}

.location .filter-button {
    width: 50%;
    height: auto;
    display: table;
    margin: 0 auto;
}

.location .filter-button .bton {
    display: inline-block;
    border-radius: 0;
    background-color: #FFF;
    border: none;
    color: #000;
    text-align: center;
    font-size: 0.9rem;
    padding: 10px;
    width: 48%;
    transition: all 0.5s;
    cursor: pointer;
    vertical-align: middle;
    float: left;
    letter-spacing: 1px;
    border: 1px solid #1c5f1e;
    text-decoration: none;
}

.location .filter-button .bton.activia {
    background-color: #1c5f1e;
    color: #FFF;
	position: relative;
}

.location .filter-button .bton.activia::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px; /* Adjust position */
    transform: translateX(-50%);    
    /* Triangle shape using borders */
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #1c5f1e; /* Triangle color */
}


.location .show {
    display: block;
}

.google-map {
	width: 90%;
	height: auto;
	margin: 0 auto;
}

.gmap {
	width: 100%;
	height: 450px;
	display: block;
}

.location-main {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.location-main h2 {
	margin: 0 0 30px 0;
}

.loc-col-left {
	width: 50%;
	height: auto;
	display: table;
	float: left;
	padding: 0 0 0 50px;
}

.loc-col-left h4 {
	margin: 0 0 20px 0;
	font-weight: 500;
}

.gloc-butn {
    border: none;
    padding: 8px;
    width: 100%;
    background-image: linear-gradient(to right, #1c5f1e , #7fb941);
    background-origin: border-box;
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
}

.gloc-butn:hover {
    background-image: linear-gradient(to right, #fecc09 , #fecc09);
    color: #000;
}

#accordian {
  position: relative;
  width: 100%;
  margin: 5px auto;
}

#accordian ul li {
    list-style-position: outside;
    list-style: square;
    margin-left: 20px;
    line-height: 2.3rem;
    cursor: pointer;
    color: #1c5f1e;
	font-size: 0.9rem;
}

#accordian ul li span {
    position: relative;
    left: 10px;
    color: #000;
    font-weight: 300;
}

.filter-option-heading {
	padding: 10px;
	background: #FFF;
	cursor: pointer;
}

.filter-option-heading:before {
  content: "+";
  color: #000;
  font-size: 18px;
  right: 20px;
  position: absolute;
  transform: rotate(90deg);
  transition: all 0.6s ease;
}

.filter-option-heading.activeFilter:before {
  display: none;
}

#accordian .filter-option-heading.activeFilter:after {
  content: "-";
  color: #000;
  font-size: 18px;
  transform: rotate(180deg);
  right: 20px;
  position: absolute;
  transition: all 0.6s ease;
}

.filter-option-content {
  display: none;
  padding: 20px;
  background-color: #EFE;
}

.loc-col-right {
	width: 50%;
	height: auto;
	display: table;
	float: left;
}

.loc-col-right h4 {
	margin: 20px 0 0 0;
	font-weight: 500;
	text-align: center;
}

.loc-col-right h4:before {
  content: "+";
  color: #000;
  font-size: 18px;
  right: 15px;
  position: relative;
  transform: rotate(90deg);
  transition: all 0.6s ease;
}

.loc-col-right a {
	color: #1c5f1e;
}

.loc-col-right img {
	width: 100%;
	height: auto;
	display: block;
}

.footer-form {
	width: 100%;
	height: auto;
	display: table;
	padding: 50px 0 80px 0;
}

.footer-form-main {
  width: 90%;
  margin: 0 auto;
  padding: 50px;
  position: relative;
  overflow: hidden;

  /* Combine gradient and image in a single background declaration */
  background-image:
	url('../img/leaf-bg.webp'),
    linear-gradient(to right, #1c5f1e, #589f53);
    

  background-repeat: no-repeat, no-repeat;
  background-position: top right, top left;
  background-size: 17%, 100% 100%;
}


/* Top right image *
.footer-form-main::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  height: 500px;
  background: url('../img/leaf-bg.webp') no-repeat top right;
  background-size: contain;
  transform: scaleX(-1);
}

/* Top left rotated image *
.footer-form-main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 500px;
  background: url('../img/leaf-pattern.webp') no-repeat top left;
  background-size: contain;
  transform: scaleX(1);
}*/

.footer-form-main h2 {
	color: #FFF;
	font-size: 3rem;
	font-weight: 500;
	text-align: center;
	margin: 0 0 10px 0;
	font-family: 'Spring Sakura';
    font-weight: 400;
}

.footer-form-main p {
	color: #FFF;
    text-align: center;
    font-weight: 300;
    line-height: 1.8rem;
	margin: 0 0 20px 0;
}

.form {
    width: 100%;
}

.form-col {
    width: 50%;
	float: left;
	padding: 10px 20px 0 0;
}

.form-control {
    width: 100%;
    height: 50px;
    padding: 0 20px 0 40px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #FFF;
    background-image: none;
    border: 0px dotted #CCC;
    margin: 10px 0;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.butn {
    border: none;
    padding: 12px;
    width: 100%;
    background-image: linear-gradient(to right, #7fb941 , #7fb941);
    background-origin: border-box;
	color: #FFF;
    font-size: 16px;
    cursor: pointer;
	margin-top: 10px;
}

.butn:hover {
	background-image: linear-gradient(to right, #fecc09 , #fecc09);
	color: #000;
}

.error {
    color: #fecc09;
    font-size: 0.7rem;
    position: relative;
	margin-top: 5px;
	text-align: left;
}

.error1 {
    color: #fecc09;
    font-size: 0.7rem;
    position: relative;
	margin-top: 5px;
	text-align: left;
}

.form-field-icon {
	position: relative;
}

.form-field-icon i {
    position: absolute;
    margin-top: 26px;
    margin-left: 10px;
    color: #1c5f1e;
}

footer {
	width: 100%;
	height: auto;
	display: table;
	background: #1c5f1e;
	background-image: url(../img/footer.png);
	box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.3) 0px 0px 8px;
}

/*.spring-leaves {
	width: 100%;
	height: 335px;
	position: absolute;
	background-image: url(../img/spring-leaves.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100%;
	margin-top: -40px;
}*/

.footer-main {
	width: 100%;
	height: auto;
	display: table;
}

.footer-col-left {
	width: 100%;
	height: auto;
	display: table;
	position: relative;
}

.footer-col-bg {
	/*background: #ff3110;*/
	padding: 80px 10px;	
	z-index: 1;
	position: relative;
	color: #FFF;
	width: 100%;
    margin: 0 auto;
}

/*.footer-col-left .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #f49d1e;
    opacity: .8;
    z-index: 0;
}*/

.footer-col-bg h2 {
	font-size: 1.8rem;
	margin-bottom: 20px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
}

.footer-col-bg p {
	font-size: 1.3rem;
	line-height: 2.5rem;
	color: #FFF;
	text-align: center;
	font-weight: 300;
}

.footer-col-bg p span {
	color: #fecc09;
	font-weight: 500;
}

.footer-col-bg p a {
	color: #FFF;
}

.base {
	width: 100%;
	height: auto;
	display: table;
	background: #333;
	padding: 20px 0;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.base p {
	color: #CCC;
	text-align: center;
	font-weight: 300;
	line-height: 1.8rem;
}

.base a {
	color: #fecc09;
	font-weight: 500;
}

.wa {
    z-index: 99999;
    position: fixed;
    bottom: 5px;
    right: 0;
}

.cal {
    z-index: 99999;
    position: fixed;
    bottom: 15%;
    right: 0;
	display: block;
}

.cal img {
    width: 90%;
}

.pencil {
    z-index: 99999;
    position: fixed;
    bottom: 50%;
    left: 0;
	display: block;
}

.pencil img {
    width: 70%;
}

.pdf {
    z-index: 99999;
    position: fixed;
    bottom: 40%;
    left: 0;
}

.pdf img {
    width: 70%;
}

.cookie-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
	z-index: 999999;
	background: rgba(0, 0, 0, 0.95);
	display: none;
}
  
.cookie-form img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  width: 70%;
  height: auto;
  z-index: 9999999;
}
  
  
 .pop-btn {
	position: absolute;
    right: 40px;
    top: 20px;
    color: #FFF;
    background-color: transparent;
    font-size: 2rem;
    border: 0;
    cursor: pointer;
 }
 
 
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
    z-index: 99999999;
}

.modal-content {
	position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 60%;
    height: auto;
    max-width: 1200px;
}

.modal1 {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
}

.modal-content1 {    
    margin: auto;
    padding: 20px;
    width: 60%;	
}

.modal-content1 h3 {
    margin: 0 0 20px 0;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
	color: #FFF;
    text-align: center;
}

.closebtn {
    color: #DDD;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top: 2%;
    right: 5%;
}

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: normal;
    cursor: pointer;
}

.modal-content-popup-form {
	margin-top: 10%;
	padding: 0;	
}

.brochure-form-inner {
	padding: 40px 20px 50px 20px;
	background-color: #1c5f1e;
	display: table;
	position: relative;
    overflow: hidden;
    background-image: url(../img/leaf-bg.webp), linear-gradient(to right, #1c5f1e, #589f53);
    background-repeat: no-repeat, no-repeat;
    background-position: top right, top left;
    background-size: 17%, 100% 100%;
}

.modal-content-popup-form h3 {
	font-size: 1.5rem;
	letter-spacing: 0;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}

.modal-content-popup-form p {
	letter-spacing: 0;
	text-align: center;
	color: #FFF;
	margin-bottom: 20px;
}

.modal-content-popup-form img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
}

.form-col-mob {
	width: 50%;
	float: left;
	padding: 0 10px;
}

.btn-pkg {
	padding: 10px 15px;
}

.error-pkg {
    color: #F0C311;
    font-size: 0.7rem;
    position: absolute;
    margin-top: -7px;
}

select {
  /* styling */
  background-color: #FFF;
  color:#000;
  border: thin solid blue;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select.minimal {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 7px), calc(100% - 15px) calc(1em + 7px), calc(100% - 2.5em) 1em;
    background-size: 5px 5px, 5px 5px, 1px 1.3em;
    background-repeat: no-repeat;
}

.desktop-hide {
	display: none;
}

.nk-cookie-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
	z-index: 999999;
	background: rgba(0, 0, 0, 0.9);
	display: none;
  }
  
  
 .pop-btn {
	position: absolute;
    right: 40px;
    top: 20px;
    color: #FFF;
    background-color: transparent;
    font-size: 2rem;
    border: 0;
    cursor: pointer;
 }
 
 .nk-cookie-banner img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  width: 60%;
  height: auto;
  z-index: 9999999;
}


		.thanks {
			background-color: transparent;
			color: #000;
			width: 100%;
			display: table;
			position: absolute;
		}

		.md {
			padding: 20px;
		}

		.company h1 {
			font-size: 1.8rem;
			text-transform: uppercase;
			line-height: 3rem;	
		}

		.w-80 {
			width: 80% !important;
		}

		.text-center {
			text-align: center !important;
		}

		.company {
			display: block;
			margin: 0 auto;
			top: 650%;
			left: 50%;
			transform: translate(-50%, -50%);
			position: absolute;
		}

.entry-popup .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 5;
}

.entry-popup .popup {
    background: white;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    width: 80%;
    max-width: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	position: relative;
}

/*.entry-popup .popup::before{
	content: '';
    background: url(../img/dazzle.png) no-repeat;
    height: 300px;
    width: 300px;
    background-size: 120px 120px;
    position: absolute;
    left: -63px;
    top: -63px;
	z-index: -1;
}*/

.entry-popup .popup h2 {
	font-weight: 500;
    margin-bottom: 10px;
    color: #1c5f1e;
	font-size: 1.5rem;
}

.entry-popup .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

.entry-popup form {
    display: flex;
    flex-direction: column;
}

.entry-popup .form-col {
	width: 100%;
	padding: 0;
}

.entry-popup input {    
    background-color: #eee;
    background-image: none;
    border: 0px dotted #CCC;
    border-radius: 4px;
}

.entry-popup .hidden {
    visibility: hidden;
    opacity: 0;
}
