body{
	padding: 0px;
	margin: 0px;
}

#nav-toggle{
	display: none;
}

.top_logo, #ab_container_outer, #offer_outer, #stay_connected_outer{
	background-color: #FFF;
}



#goTopBtn {
  position: fixed;
  bottom: 6rem;
  right: 1.5rem;
  z-index: 9999;
  font-size: 1.5rem;
  background-color: #EEE;
  color: #444;
  font-weight:bold;
  border: none;
  border-radius: 0.5rem;
  height:4rem;
  width: 4rem;
  padding: 0.75rem 1rem;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  display: none; /* Hidden by default */
  transition: opacity 0.3s ease;
}

#goTopBtn:hover {
  background-color: #237ea5;
}

#banner_desc,#banner_kudats_hidden{
	padding-left: 1rem;
	padding-right: 1rem;
}

#banner_desc{
	padding-bottom: 5rem;
	font-family: "Montserrat", sans-serif;
	font-size: 1.1rem;
	font-weight: 600;
}

#main_banner_bg{
	
	position: relative;
	overflow: hidden;
	
	text-align:center;
	color: #FFF;
	
	background-color: #FFF;
}

#banner_discover{
	font-family: "Playwrite RO", sans-serif;
	font-size: 2.2rem;
	padding-top: 3rem;
}

#banner_kudats_hidden{
	font-family: "Montserrat", sans-serif;
	font-size: 4rem;
	font-weight: 600;
	padding: 2rem 0;
}

.banner-bg-layer {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-size: cover;
  background-position: center top;
  opacity: 0;
  transition: opacity 5s ease-in-out;
  z-index: 1;
}

.banner-bg-layer.active {
  opacity: 1;
  z-index: 2;
}

#main_banner_bg > div:not(.banner-bg-layer) {
  position: relative;
  z-index: 3; /* Ensure text is above background layers */
}


#ab_container_outer{
	position:relative;
}

#ab_container{
	text-align: center;
}

#ab_content_div{
	font-family: "Montserrat", sans-serif;
	
	padding: 3.125rem 1em 1em 1em;
	width: 95%;
	text-align: left;
	display: inline-block;
	margin: 1.875rem auto;
	
	max-width: 70rem;
}

#ab_left_div{
	width: 37.5%;
	min-width: 16rem;
	display: inline-block;
}

#ab_side_bg{
	min-width: 15.625rem;
	width: 90%;
}

#ab_right_div{
	display: inline-block;
	width: 57.50%;
	vertical-align: top;
}

#ab_header{
	font-family: "Montserrat", sans-serif;
	font-size: clamp(1.9rem,2vw,2rem);
	color: #32a8ff;
	font-weight: 600;
	padding-bottom: clamp(0.1rem,4vw,1rem);
}

#ab_text{
	font-family: "Montserrat", sans-serif;
	font-size: clamp(1rem,1vw,2rem);
	color: #424243;
}

#ab_bottom_div{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.ab_item{
	display: inline-block;
	padding: 1.25rem 0px;
	text-align: center;
	width: 32%;
	position: relative;
}

.ab_icon{
	width: 50%;
	margin: 0 auto;
}

.ab_icon_text{
	padding-top: 0.5rem;
	color: #32a8ff;
	text-align: center;
	font-size: 0.85rem;
	font-weight: 600px;
}

#offer_outer{
	padding-top: 2rem;
}


#offer_container{
	text-align: center;
}

#offer_content_div{
	font-family: "Montserrat", sans-serif;
	
	padding: 3.125rem 1em 1em 1em;
	width: 95%;
	text-align: left;
	display: inline-block;
	margin: 1.875rem auto;
	
	max-width: 73rem;
}

#offer_header{
	color: #32a8ff;
	font-weight: 600;
	font-size: 2.5rem;
}

#offer_desc{
	font-size: 1rem;
	padding: 1rem 0;
}

#offer_bottom_div{
	display: flex;
	padding-bottom: 5rem;
}

.offer_block{
	display: inline-block;
	padding: 1rem;
	justify-content: space-between;
	width: 22%;
}

.offer_img{
	width: 100%;
}

.offer_block_header{
	color: #32a8ff;
	padding: 0.8rem 0;
	font-size: 1.2rem;
	font-weight: 600;
}

.offer_block_desc{
	
}

/* The fixed background banner */
.banner-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* same as your image height */
  background-image: url('../images/about_us_bg2.jpg'); /* Replace with your image */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
  z-index: -1;
  will-change: background-position;
}


/* Foreground content container */
#about_lower_outer {
  display: flex;
  justify-content: center;
  padding: 100px 0;
}

#about_lower_container {
 /* background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 200px;
  border-radius: 12px;
  color: white;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);*/
  
  
  font-family: "Montserrat", sans-serif;
  color: #FFF;
  font-size: 1rem;
  max-width: 800px;
  width: 90%;
  text-align: center;
  padding: 100px;
  line-height: 2rem;
  
}


#stay_connected_outer{
	padding-top: 2rem;
	text-align: center;
	padding-bottom: 5rem;
}


#stay_connected_container{
	font-family: "Montserrat", sans-serif;
	
	padding: 3.125rem 1em 1em 1em;
	width: 95%;
	max-width: 60rem;
	text-align: left;
	display: inline-block;
	margin: 1.875rem auto;
}

#stay_connected_title{
	color: #32a8ff;
	font-weight: 600;
	font-size: 2.6rem;
}

.stay_connected_desc{
	font-size: 1rem;
	display: inline-block;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.sc_phone, .sc_location {
	margin-left: 1.5rem;
}

.sc_phone:before{
  content: '';
  background:url('../images/phone_icon.jpg');
  width: 2rem;
  height: 2rem;
  display: block;
  
  left: -2rem;
  top: 1.6rem;
  position: relative;
}

.sc_location:before{
  content: '';
  background:url('../images/location_icon.jpg');
  width: 2rem;
  height: 2rem;
  display: block;
  
  left: -2rem;
  top: 1.6rem;
  position: relative;
}


.stay_connected_contact_info{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	
	position: relative;
}

.underline_italic{
	text-decoration: underline;
}



#contact_us_bar{
	background-color: #FFF;
	
}




@media screen and (max-width: 499px) {
	
	
	
}



@media screen and (max-width: 612px) {
	
	
	
}


@media screen and (max-width: 768px) {
	
	html { font-size: 80%; }
	
	.top_logo{
		text-align: center;
		padding: 1rem;
		background-color: #FFF;
		position:relative;
	}


	.top_logo img{
		width: 15rem;
	}

	.horizontal_line{
		border-top: 1px solid #adc3cd;
	}

	#top_navagation_bar{
		padding-top: 0.3rem;
		text-align: center;
		
		font-family: "Montserrat", sans-serif;
		font-size: 1.25rem;
		position: relative;
		
		font-weight: 500;
		
		top: 0;
	  
		background-color: #FFF;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
		
		z-index: 9999;
	}

	#top_navagation_bar ul {
	  list-style-type: none;
	  margin: 0;
	  padding: 0;
	  overflow: hidden;
	  text-align: center;
	   display:inline-block;
	   
	}

	li.mainlink {
	  display:inline-block;
	}

	li.mainlink a {
	  display: block;
	  color: #616161;
	  text-align: center;
	  padding: 0.875rem 1rem;
	  text-decoration: none;
	  
	  overflow: hidden;

	  background: linear-gradient(to right, rgb(221 138 20), rgb(221 138 20) 50%, rgb(97 97 97) 50%);
	   background-clip: text;
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;
	  background-size: 200% 100%;
	  background-position: 100%;
	  
	  transition: background-position 275ms ease;
	}

	li.mainlink a:hover {
	  background-position: 0 100%;
	}

	li.booknow_btn{
		display:inline-block;
	}

	li.booknow_btn a{
		background-color: #3198c5;
		padding: 0.44rem;
		border-radius: 0.3rem;
		color: #FFF;
		text-decoration: none;
		display: block;
		text-align: center;
		position:relative;
		top: -1.125rem;
		font-size: 1.125rem;
		font-weight: 600;
		
		background: linear-gradient(to right, rgb(237 159 24), rgb(237 159 24) 50%, rgb(49 152 197) 50%);
	   background-clip: padding-box;
	  -webkit-background-clip: padding-box;
	  background-size: 200% 100%;
	  background-position: 100%;
	  
	  transition: background-position 275ms ease;
		
	}

	li.booknow_btn a:hover {
	  background-position: 0 100%;
	}

	.top_logo{

		z-index: 9998;
	}

	 #top_navagation_bar ul {
		display: block;
		width: 100%;
		padding: 0;
		z-index: 9999;
	  }

	  li.mainlink, li.booknow_btn {
		display: block;
		width: 100%;
		margin: 0;
	  }

	  li.mainlink a, li.booknow_btn a {
		padding: 0.75rem 0;
		border-bottom: 1px solid #eee;
	  }

	  li.booknow_btn a {
		position: relative;
		margin: 0.5rem 1rem;
		top: auto;
		text-align: center;
	  }

	 #nav-toggle {
		display: block;
		background: none;
		border: none;
		font-size: 2rem;
		position: absolute;
		top: 2rem;
		right: 1rem;
		font-weight: bold;
		color: #1a5f7d;
		cursor: pointer;
		 z-index: 1000;
	  }


	#nav-menu {
	  overflow: hidden;
	  max-height: 0;
	  transition: max-height 0.5s ease, opacity 0.5s ease;
	}

	#nav-menu.active {
	  max-height: 500px; 
	  opacity: 1;
	}

	  
	  /* Overlay */
	#nav-overlay {
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100vw;
	  height: 100vh;
	  background: rgba(0, 0, 0, 0.5); /* grey shadow */
	  z-index: 888; /* just below nav menu */
	  display: none;
	}

	/* When active */
	#nav-overlay.active {
	  display: block;
	}



	#main_banner_bg{

		text-align:center;
		color: #FFF;
	}

	

	#banner_desc{
		font-family: "Montserrat", sans-serif;
		font-size: 1.125rem;
		font-weight: 500;
		padding-top: 1rem;
	}
	
	
	#ab_content_div{
		text-align: center;
	}
	
	
	#ab_left_div{
		display: block;
		width: 90%;
		margin: 1rem auto;
	`}
	
	#ab_side_bg{
		width: 100%;
	}
	
	#ab_right_div{
		display: block;
		width: 90%;
		margin: 1rem auto;
	}
	
	#ab_header{
		padding-top: 3rem;
		font-size: 3rem;
	}
	
	#ab_text{
		font-size: 1.3rem;
		text-align: left;
	}
	
	.ab_icon_text{
		font-size: 1rem;
	}
	
	#offer_bottom_div {
		display: block;
	}
	
	.offer_block{
		width: 43% ;
		vertical-align: top;
	}
	
	#about_lower_text{
		font-size: 1.3rem;
		line-height: 2rem;
		
	}


	
	#contact_us_bar{
		font-family: "Montserrat", sans-serif;
		color: #FFF;
		
		display: flex;
	}
	#main_page_map{
		display: inline-block;
		background: url(../images/main_page_map.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		
		flex: 1;
	}

	#contact_us_div{
		display: inline-block;
		background: url(../images/main_page_contact_bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		
		padding: 1.875rem;
		height: 100%;
		flex: 0 0 18.75rem;
	}

	#contact_us_logo img, #drop_a_line_logo img{
		width: 4.375rem;
		padding-bottom: 0.625rem;
	}

	#contact_us_title, #drop_a_line_title{
		padding: 1rem 0px;
		
		font-size: 2.1875rem;
		font-weight: 600;
	}

	.contact_us_sm_title{
		font-size: 1rem;
		font-weight: 500;
	}

	.contact_us_contact{
		font-size: 1.25rem;
		font-weight: 600;
		padding-bottom: 0.625rem;
	}

	#drop_a_line_div{
		flex: 0 0 18.75rem;
		display: inline-block;
		background: url(../images/drop_a_line.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		
		padding: 1.875rem;
	}

	.drop_a_line_sm_title{
		font-size: 1rem;
		font-weight: 500;
	}

	.drop_a_line_contact{
		font-size: 1rem;
		font-weight: 600;
		padding: 0.3125rem 0px 1rem 0px;
	}

	#footer{
		display: flex;
		justify-content: center;
		background-color: #111421;
		justify-content: space-around;
		padding: 1.875rem;
		
		font-family: "Montserrat", sans-serif;
		color: #FFF;
	}

	#footer_image{
		display: inline-block;
		
	}

	#footer_image img{
		width: 18.75rem;
	}

	#footer_column1{
		display: inline-block;
		width: 20.625rem;
		position: relative;
	}

	#footer_column2{
		display: inline-block;
		width: 12.5rem;
	}

	.footer_title{
		font-size: 1.5625re;
		font-weight: 200;
		padding-bottom: 1.25rem;
		color: #d1d3da;
	}

	#location_desc, .contact_desc{
		font-size: 1rem;
		font-weight: 500;
		
		padding-bottom: 1.25rem;
		vertical-align: top;
	}

	.contact_desc{
		padding-left: 0.3125rem;
	}

	.contact_desc img{
		position: relative;
		width: 1.5625rem;
		top: 0.3125rem;
		left: -0.3125rem;
	}

	#footer_column2 a{
		font-size: 1rem;
		font-weight: 500;
		text-decoration: none;
		padding-bottom: 0.625rem;
		color: #FFF;
		display: block;
	}

	#footer_column2 a:hover, #powered_by a:hover, #bottom_links a:hover{
		color: #ff9c00;
	}

	#footer_column2{
		width: 8.125rem;
	}

	#footer_column3{
		display: inline-block;
		width: 3.25rem;
		height: 6.5rem;
		
	}

	#footer_column3 img{
		width: 1.875rem;
	}

	#footer_bottom_outer{
		margin: 0 auto;
		font-family: "Montserrat", sans-serif;
		color: #FFF;
		background-color: #111421;
		text-align: center;
	}

	#footer_bottom_inner{
		display:inline-block;
		width: 90%;
	}

	#footer_bottom{
		border-top: 1px solid #FFF;
		
		display: flex;
		justify-content: space-between;
		
		padding-top: 1.875rem;
		padding-bottom: 3.125rem;
	}



	#copyright{
		text-align: center;
	}

	#copyright, #bottom_links a, #powered_by2{
		font-size: 1rem;
		font-weight: 500;
		color: #FFF;
	}

	#copyright, #bottom_links, #powered_by2{
		display: inline-block;
	}

	#powered_by{
		display: none;
	}

	#powered_by2, #powered_by2 a{
		color: #AAA;
	}

}


@media screen and (max-width: 910px) {

	#footer_image img{
		display: none;
	}
}

@media screen and (max-width: 960px) {

	#footer_column3 img{
		display: block;
		padding-bottom: 0.3rem;
	}


}

@media screen and (max-width: 840px) {

	#plant_left_div{
		display: none;

	}

	#plant_right_div{
		display: none;
	}
}

@media screen and (min-width: 769px) {
	
	html { font-size: 100%; }

	.top_logo{
		text-align: center;
		padding: 1rem;
	}

	.top_logo img{
		width:20%;
	}

	.horizontal_line{
		border-top: 1px solid #adc3cd;
	}

	#top_navagation_bar{
		padding-top: 0.3rem;
		text-align: center;
		
		font-family: "Montserrat", sans-serif;
		font-size: 1rem;
		position: relative;
		
		font-weight: 600;
		
		position: -webkit-sticky; /* Safari */
		position: sticky;
		top: 0;
	  
		background-color: #FFF;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
		
		z-index: 9999;
	}

	#top_navagation_bar ul {
	  list-style-type: none;
	  margin: 0;
	  padding: 0;
	  overflow: hidden;
	  text-align: center;
	   display:inline-block;
	   
	}

	li.mainlink {
	  display:inline-block;
	}

	li.mainlink a {
	  display: block;
	  color: #616161;
	  text-align: center;
	  padding: 0.875rem 1rem;
	  text-decoration: none;
	  
	  overflow: hidden;

	  background: linear-gradient(to right, rgb(221 138 20), rgb(221 138 20) 50%, rgb(97 97 97) 50%);
	   background-clip: text;
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;
	  background-size: 200% 100%;
	  background-position: 100%;
	  
	  transition: background-position 275ms ease;
	}

	li.mainlink a:hover {
	  background-position: 0 100%;
	}

	li.booknow_btn{
		display:inline-block;
	}

	li.booknow_btn a{
		background-color: #3198c5;
		padding: 0.44rem;
		border-radius: 0.3rem;
		color: #FFF;
		text-decoration: none;
		display: block;
		text-align: center;
		position:relative;
		top: -1.125rem;
		font-size: 1rem;
		font-weight: 600;
		
		background: linear-gradient(to right, rgb(237 159 24), rgb(237 159 24) 50%, rgb(49 152 197) 50%);
	   background-clip: padding-box;
	  -webkit-background-clip: padding-box;
	  background-size: 200% 100%;
	  background-position: 100%;
	  
	  transition: background-position 275ms ease;
		
	}

	li.booknow_btn a:hover {
	  background-position: 0 100%;
	}



	#plant_right_div{
		position: absolute;
		top: -5rem;
		right: 0px;
		width: 15.9375rem;
		height: 38rem;
		background-image: url("../images/plant_right_bg.png");
		background-repeat: no-repeat;
		background-size: 12.5rem auto; 
		overflow: hidden;
		background-position: right bottom;
	}

	
	#contact_us_bar{
		font-family: "Montserrat", sans-serif;
		color: #FFF;
		
		display: flex;
	}
	#main_page_map{
		display: inline-block;
		background: url(../images/main_page_map.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		
		flex: 1;
	}

	#contact_us_div{
		display: inline-block;
		background: url(../images/main_page_contact_bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		
		padding: 1.875rem;
		height: 100%;
		flex: 0 0 18.75rem;
	}

	#contact_us_logo img, #drop_a_line_logo img{
		width: 4.375rem;
		padding-bottom: 0.625rem;
	}

	#contact_us_title, #drop_a_line_title{
		padding: 1rem 0px;
		
		font-size: 2.1875rem;
		font-weight: 600;
	}

	.contact_us_sm_title{
		font-size: 1rem;
		font-weight: 500;
	}

	.contact_us_contact{
		font-size: 1.25rem;
		font-weight: 600;
		padding-bottom: 0.625rem;
	}

	#drop_a_line_div{
		flex: 0 0 18.75rem;
		display: inline-block;
		background: url(../images/drop_a_line.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		
		padding: 1.875rem;
	}

	.drop_a_line_sm_title{
		font-size: 1rem;
		font-weight: 500;
	}

	.drop_a_line_contact{
		font-size: 1rem;
		font-weight: 600;
		padding: 0.3125rem 0px 1rem 0px;
	}

	#footer{
		display: flex;
		justify-content: center;
		background-color: #111421;
		justify-content: space-around;
		padding: 1.875rem;
		
		font-family: "Montserrat", sans-serif;
		color: #FFF;
	}

	#footer_image{
		display: inline-block;
		
	}

	#footer_image img{
		width: 18.75rem;
	}

	#footer_column1{
		display: inline-block;
		width: 20.625rem;
		position: relative;
	}

	#footer_column2{
		display: inline-block;
		width: 12.5rem;
	}

	.footer_title{
		font-size: 1.5625re;
		font-weight: 200;
		padding-bottom: 1.25rem;
		color: #d1d3da;
	}

	#location_desc, .contact_desc{
		font-size: 1rem;
		font-weight: 500;
		
		padding-bottom: 1.25rem;
		vertical-align: top;
	}

	.contact_desc{
		padding-left: 0.3125rem;
	}

	.contact_desc img{
		position: relative;
		width: 1.5625rem;
		top: 0.3125rem;
		left: -0.3125rem;
	}

	#footer_column2 a{
		font-size: 1rem;
		font-weight: 500;
		text-decoration: none;
		padding-bottom: 0.625rem;
		color: #FFF;
		display: block;
	}

	#footer_column2 a:hover, #powered_by a:hover, #bottom_links a:hover{
		color: #ff9c00;
	}

	#footer_column2{
		width: 8.125rem;
	}

	#footer_column3{
		display: inline-block;
		width: 6.25rem;
		height: 12.5rem;
		vertical-align: bottom;
	}

	#footer_column3 img{
		width: 1.875rem;
	}

	#footer_bottom_outer{
		margin: 0 auto;
		font-family: "Montserrat", sans-serif;
		color: #FFF;
		background-color: #111421;
		text-align: center;
	}

	#footer_bottom_inner{
		display:inline-block;
		width: 90%;
	}

	#footer_bottom{
		border-top: 1px solid #FFF;
		
		display: flex;
		justify-content: space-between;
		
		padding-top: 1.875rem;
		padding-bottom: 3.125rem;
	}


	#copyright{
		text-align: center;
	}

	#copyright, #bottom_links a, #powered_by2{
		font-size: 1rem;
		font-weight: 500;
		color: #FFF;
	}

	#copyright, #bottom_links, #powered_by2{
		display: inline-block;
	}

	#powered_by{
		display: none;
	}

	#powered_by2, #powered_by2 a{
		color: #AAA;
	}
	
}


@media screen and (min-width: 769px) and (max-width: 1024px) {
	html { font-size: 100%; }



}


@media screen and (min-width: 1025px) {

	html { font-size: 100%; }

}

@media screen and (min-width: 1540px) {

	#plant_left_div{
		position: absolute;
		top: 0.625rem;
		left: 0px;
		width: 14.625rem;
		height: 32.1875rem;
		background-image: url("../images/plant_left_bg.png");
		background-repeat: no-repeat;
		background-size: 80% 80%;
	}
}

@media screen and (max-width: 612px) {
	
	#contact_us_bar{
		display: block;
	}
	
	#contact_us_div, #drop_a_line_div{
		display: block;
		padding: 3rem;
		height: 18rem;
	}
	
	
}