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: "Inter", 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;
}


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: relative;
	z-index: 5;
	top: 0%;
}

.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 #ccc;*/
	background-color: #02562c;
}

.head-contact {
	width: 20%;
	height: auto;
	display: table;
	float: right;
	margin: 30px 0;
}

.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.2) sepia(9) hue-rotate(145deg) saturate(9);
}

.head-contact h3 {
	text-align: center;
	font-size: 1.5rem;
	padding: 5px 0;
	border: 1px solid #0b517c;
}

.head-contact a {
	color: #0b517c;
}

.head-contact:hover {
	background-color: #0b517c;
}

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

.head-contact:hover .call-icon {
	background-image: url(../img/icons/call.svg);
	filter: brightness(1) sepia(0) hue-rotate(145deg) saturate(1);
}

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

.head-logo img.h-logo-1 {
	margin: 0 auto;
	width: 100%;
	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;
}

.sticky .head-logo {
	display: none;
}

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

.sticky .head-menu {
	width: 55%;
	float: none;
	padding: 10px 0 10px 60px;
    margin: 0 auto;	
}

/* Menu */

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

.sticky .topnav {
	float: none;
}

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

.sticky .topnav a {
	font-size: 15px;
	color: #FFF;
}

/*.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-top: 1px solid #ebcfa7;
  color: #ebcfa7;
  padding-top: 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: auto;
				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: 2;
			}
			
			.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: 85vh;
					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-color: #02562c;
	/*background-image: url(../img/footer.png);*/
    color: #fff;
    font-size: 24px;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    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: 5px 0;
	
	/*display:none;*/
}

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

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

.form-col-top h3::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../img/leaf-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 8px;
    transform: rotate(-60deg);
}

/*.form-col-top h3::before {
    display: inline-block;
    content: "";
    border-top: .1rem solid #0b517c;
    width: 2rem;
    margin: 0 1rem;
    transform: translateY(-0.5rem);
}*/

.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: 1px solid #b8904f;
    margin: 10px 0 5px 0;
}

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

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

h2 {
	color: #000;
	font-size: 1.8rem;
	text-align: center;	
    font-weight: 600;
	text-transform: uppercase;
}

h2::before {
  content: "";
  display: inline-block;
  width: 24px; /* adjust icon size */
  height: 24px;
  background-image: url("../img/leaf-icon.png"); /* replace with your icon path */
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 8px; /* spacing between icon and text */
  transform: rotate(-60deg);
}


/*h2::before, h2::after {
    display: inline-block;
    content: "";
    border-top: .1rem solid #0b517c;
    width: 2rem;
    margin: 0 1rem;
    transform: translateY(-0.6rem);
}*/


/* About */
.about {
	width: 100%;
	height: auto;
	display: table;
	padding: 30px 0;
	background-color: #f5eee2;
}

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

.about-heading h2 {	
	margin: 0;
}

.about-heading p {
	text-align: center;
	font-weight: 500;
	line-height: 1.8rem;
	color: #555;
}

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

.about-main p {
	text-align: center;
	font-weight: 400;
	line-height: 2rem;
	font-size: 0.9rem;
	margin: 0 0 20px 0;
}

.about-main h3 {
	text-align: center;
	font-weight: 600;
	line-height: 2rem;
	font-size: 1.1rem;
	margin: 20px 0;
}

/* Highlights */
.highlights {
	width: 100%;
	height: auto;
	display: table;
}

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

.highlights-col {
	width: 50%;
    height: auto;
	display: table;
}

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

.highlights-heading h2 {	
	margin: 0;
}

.highlights-heading p {
	text-align: center;
    font-weight: 500;
    line-height: 1.8rem;
    color: #555;
	margin: 0 0 30px 0;
}

.highlights-col ul {
	border: 2px solid #f5eee2;
	padding-left: 0; /* remove default UL padding */
	margin: 0;
}

.highlights-col li {
	position: relative;
	list-style: none;         /* remove default bullets */
	padding: 20px 0 20px 30px; /* create space for custom bullet */
}

.highlights-col li::before {
  content: "•";             /* custom bullet */
  position: absolute;
  left: 10px;               /* bullet position */
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}

/* Odd list items */
.highlights-col li:nth-child(odd) {
  background-color: #f5eee2;
}

/* Even list items */
.highlights-col li:nth-child(even) {
  background-color: #ffffff;
}

/* Custom bullet colors per line type (optional) */
.highlights-col li:nth-child(odd)::before {
  color: #000; /* or #555 */
}

.highlights-col li:nth-child(even)::before {
  color: #000; /* or #999 */
}

/* Amenities */
.amenities {
	width: 100%;
	height: auto;
	display: table;
	padding: 50px 0;
	/*background-color: rgb(255 255 255 / 5%) !important;*/
	background-color: #f5eee2;
}

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

.amenities-heading h2 {	
	margin: 0;
}

.amenities-heading p {
	text-align: center;
    font-weight: 500;
    line-height: 1.8rem;
    color: #555;
}

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

.amenities-col {
	width: 16.666%;
	height: auto;
	display: table;
	padding: 10px;
	margin: 0 auto;
}

.amenities-col-in {
	width: 100%;
	height: auto;
	display: table;
	padding: 0 20px;
}

.amenities-icon {
	width: 80%;
	margin: 0 auto 20px auto;
	/*background-color: rgba(252, 219, 188, 0.5);*/
	padding: 10px;
	border-radius: 100%;
}

.amenities-col-in img {
	filter: brightness(0.2) sepia(9) hue-rotate(90deg) saturate(9);
	width: 100%;
	display: block;
	transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
	cursor: pointer;
}

/*.amenities-col-in img:hover {
	transform: scale(1.5);
}*/

.amenities-col-in p {
	font-weight: 500;
	text-align: center;
	color: #000;
}

.amenities-col-in p span {
	display: inline-block;
}



.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 {
	margin: 0 0 20px 0;
}

.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(11, 81, 124, 0.9);
    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;
	background-color: rgb(255 255 255 / 5%) !important;
}

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

.location-heading h2 {
	margin: 0 0 10px 0;
}

.location-heading p {
	text-align: center;
    font-weight: 500;
    line-height: 1.8rem;
    color: #555;
	font-size: 0.9rem;
}


.location-main {
	width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
}

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

.loc-col-right iframe {
	width: 100%;
	height: 550px;
	display: block;
	transition: height 0.3s ease;
}

.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, #0b517c , #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: 0 auto 10px auto;
}

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

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

.filter-option-heading {
	padding: 10px;
	background-color: #f6f5f5 !important;
	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: #FFF;
}

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

.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: #0b517c;
}

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

.map {
	width: 100%;
	height: auto;
	display: table;
	padding: 60px 0;
	background-color: #f5eee2;
}

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

.map-heading h2 {
	margin: 0 0 20px 0;
}

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

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

.footer-form {
	width: 100%;
	height: auto;
	display: table;
	padding: 80px 0;
	background-color: #f5eee2;
}

.footer-form-main {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border: 1px solid #b8904f;
  background-color: #FFF;
  /*background-image: linear-gradient(to right, #0b517c, #1b82ae);
   /*Combine gradient and image in a single background declaration 
  background-image:
	url('../img/leaf-bg.webp'),
    linear-gradient(to right, #0b517c, #1b82ae);
    

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

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

.footer-form-col.form-right-pd {
	padding: 30px 80px;
	background-color: #FFF;
}

.footer-form-col h2 {
	margin: 0 0 20px 0;
}

.footer-form-col.form-right-pd p {
	width: 70%;
	margin: 0 auto;
}

.footer-form-col p {
	text-align: center;
	font-weight: 300;
	line-height: 1.8rem;
}

.form {
    width: 100%;
}

.form-col {
    width: 100%;
	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: #f5eee2;
    background-image: none;
	border: 0;
    border-bottom: 1px solid #b8904f;
    margin: 10px 0;
	border-radius: 5px 5px 0 0;
}

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

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

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

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

.error1 {
    color: red;
    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: #02562c;
}

footer {
	width: 100%;
	height: auto;
	display: table;
	background: #02562c;
	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: 50px 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 h2::before, .footer-col-bg h2::after {
	display: none;
}

.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 90px 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: 30%;	
}

.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: #FFF;
	display: table;
	position: relative;
    overflow: hidden;
    /*background-image: linear-gradient(to right, #FFF, #FFF);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 100%;*/
}

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

.modal-content-popup-form h3::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../img/leaf-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 8px;
    transform: rotate(-60deg);
}

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

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

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

.form-col-mob .butn {
	width: 50%;
	margin-top: 20px;
}

.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;
    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: #02562c;
	font-size: 1.5rem;
}

.entry-popup .close-button {
    position: absolute;
    top: -15px;
    right: -10px;
    font-size: 30px;
    cursor: pointer;
    background-color: #FFF;
	color: #02562c;
    line-height: 20px;
    padding: 3px 5px 8px 5px;
    border-radius: 100%;
}

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

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

.entry-popup input {    
    width: 100%;
    height: 50px;
    padding: 0 20px 0 40px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #f5eee2;
    background-image: none;
    border: 0;
    border-bottom: 1px solid #b8904f;
    margin: 10px 0;
    border-radius: 5px 5px 0 0;
}

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