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-top: 2rem;
	padding-bottom: 5rem;
	font-family: "Montserrat", sans-serif;
	font-size: 1.1rem;
	font-weight: 600;
	
	max-width: 500px;
	margin: 0 auto;
}

#main_banner_bg{
	
	position: relative;
	overflow: hidden;
	
	text-align:center;
	color: #FFF;
	
	background-color: #FFF;
	
	min-height:500px;
}

#banner_discover{
	font-family: "Playwrite RO", sans-serif;
	font-size: 2.2rem;
	padding-top: 7rem;
}

#banner_kudats_hidden{
	font-family: "Montserrat", sans-serif;
	font-size: 4rem;
	font-weight: 600;
	padding-top: 2rem;
}

.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 */
}


.at_iconic_landmarks{
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 3em;
	color: #32a8ff;
	text-align: center;
	
	padding-top: 80px;
}

.at_iconic_2{
	font-family: "Montserrat", sans-serif;
	font-size: 1.2em;
	color: #000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.at_iconic_line{
	width: 400px;
	height: 30px;
	margin: 0 auto;
	background-image: url('../images/iconic_line.png');
	background-repeat: no-repeat;
	background-position: center center;
}




.dining_title{
	font-family: "EB Garamond", serif;
	font-weight: 500;
	text-align: center;
	font-style: italic;
	font-size: 3em;
	padding-top: 4rem;
}


.attraction-section {
  padding: 4rem 1.5rem;
/*  background-color: #fff;*/
  font-family: "Montserrat", sans-serif;
}

.attraction-container {
  max-width: 1100px;
  margin: 0 auto;
}

.attraction-main {
  display: flex;
  gap: 0rem;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
  
}

.attraction-image img {
  width: 100%;
  max-width: 470px;
  border-radius: 16px;
  object-fit: cover;
}


.attraction-content {
  flex: 1;
  min-width: 280px;
  text-align: justify;
  
  margin: 5px 20px 5px 0px;
}

.attraction-content p{
	margin: 5px 20px;
}

.blue .attraction-content .header-title, .blue .attraction-link a {
  color: #32a8ff;
}


.pink .attraction-content .header-title, .pink .attraction-link a {
  color: #e5308a;
}

.teal .attraction-content .header-title, .teal .attraction-link a {
  color: #06aec2;
}

.green .attraction-content .header-title, .green .attraction-link a {
  color: #71a225;
}


.attraction-content .header-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0rem;
  margin-left: 1.1rem;
  padding-top: 0.5em;
}

.blue .header-subtitle {
  color: #000;
  font-weight: 400;
  font-size: 1rem !important;
  padding-bottom: 0.5em;
  font-style: italic;
}

.attraction-content {
  color: #2b8cff;
  font-weight: 600;
  margin-bottom: 1rem;
}

.attraction-content p {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 1rem;
  color: #333;
  font-weight: 400;
}

.attraction-link {
/*	text-decoration: underline;*/
	padding-left: 20px;
}

.attraction-link a {
	position: relative;
	top: -7px;
}


.attraction-info{
	border: 2px solid #AAA;
	border-radius: 16px;
	padding: 15px 15px 5px 15px;
	text-align: left;
	margin-top: 30px;
}

/* New: General style for each main section (icon + text block) */
.section-item {
    display: flex;       /* Aligns children (icon and text div) side-by-side */
    gap: 15px;           /* Adds space between the icon and the text */
    margin-bottom: 10px; /* Space between the "Operation Hour" and "Activity" sections */
}

/* New: General style for the icon container */
.icon-placeholder {
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0; /* Prevents icon from shrinking if text gets too long */
	padding-left:20px;
	background-position: center right;
}

/* New: Specific image sources for each icon */
.icon-placeholder.clock {
    background-image: url('../images/operation_hour_icon.png');
}

.icon-placeholder.activity {
    background-image: url('../images/activity_icon.png');
}

.icon-placeholder.note {
    background-image: url('../images/note_icon.png');
}

/* Existing styles (remove padding-left: 50px as it's no longer needed) */
.title-operation-hour{
	font-weight: 600;
	color: #6bced3;
}

.title-activity{
	font-weight: 600;
	color: #9b6ad3;
}

.title-note{
	font-weight: 600;
	color: #bdd36a;
}

.info-text{
    /* Remove padding-left: 50px */
	padding-bottom: 5px;
}


.at_culture_heritage{
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 3em;
	color: #e5308a;
	text-align: center;
	
	padding-top: 80px;
}



.at_culture_line{
	width: 716px;
	height: 77px;
	margin: 0 auto;
	background-image: url('../images/culture_line.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 78%;
}


.at_sun_sea_sand{
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 3em;
	color: #06aec2;
	text-align: center;
	
	padding-top: 80px;
}



.at_sun_line{
	width: 571px;
	height: 140px;
	margin: 0 auto;
	background-image: url('../images/sun_beach_line.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 78%;
}


.at_local_favors_markets{
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 3em;
	color: #71a225;
	text-align: center;
	
	padding-top: 80px;
}



.at_local_line{
	width: 595px;
	height: 56px;
	margin: 0 auto;
	background-image: url('../images/local_flavour_line.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 78%;
}




@media (max-width: 870px) {
	.attraction-image img {
		width: 95%;
		max-width: none;
		padding-left: 5px;
	}
	
	.at_culture_line{
		
		width: 100%;
	}
	
	.at_sun_line{
		width: 100%;
	}
	
	.at_local_line {
		
		width: 100%;
	}
	
}


@media (min-width: 1430px) {

#coral_right_div{
	position: absolute;
	top: 30.375rem;
	right: 0px;
	width: 146px;
	height: 434px;
	background-image: url("../images/side_coral.png");
	background-repeat: no-repeat;
	background-size: 146px auto; 
	overflow: hidden;
	background-position: right bottom;
}


#turtle_left_div{
	
	position: absolute;
	top:70rem;
	left: 0px;
	width: 150px;
	height: 319px;
	background-image: url("../images/side_turtle1.png");
	background-repeat: no-repeat;
	background-size: 150px auto; 
	overflow: hidden;
	background-position: left bottom;
	
	
}


#turtle_right_div{
	position: absolute;
	top: 104.375rem;
	right: 0px;
	width: 180px;
	height: 259px;
	background-image: url("../images/side_turtle2.png");
	background-repeat: no-repeat;
	background-size: 180px auto; 
	overflow: hidden;
	background-position: right bottom;
}




#plant1_left_div{
	position: absolute;
	top: 125rem;
	left: 0px;
	width: 14.625rem;
	height: 32.1875rem;
	background-image: url("../images/plant_left_bg.png");
	background-repeat: no-repeat;
	background-size: 14.625rem auto; 
	overflow: hidden;
	background-position: left bottom;
	background-size: 80% 80%;
}



#beebox_right_div{
	position: absolute;
	top: 217.375rem;
	right: 0px;
	width: 278px;
	height: 416px;
	background-image: url("../images/side_bee.png");
	background-repeat: no-repeat;
	background-size: 278px auto; 
	overflow: hidden;
	background-position: right bottom;
	background-size: 80% 80%;
}



#surfboard_right_div{
	position: absolute;
	top: 272.375rem;
	right: 0px;
	width: 191px;
	height: 725px;
	background-image: url("../images/side_boat.png");
	background-repeat: no-repeat;
	background-size: 191px auto; 
	overflow: hidden;
	background-position: right bottom;
	background-size: 90% 90%;
}


#sand_left_div{
	position: absolute;
	top:310rem;
	left: 0px;
	width: 218px;
	height: 268px;
	background-image: url("../images/side_sand.png");
	background-repeat: no-repeat;
	background-size: 218px auto; 
	overflow: hidden;
	background-position: left bottom;
	background-size: 75% 75%;
	
	
}


#ball_right_div{
	position: absolute;
	top: 353rem;
	right: 0px;
	width: 223px;
	height: 444px;
	background-image: url("../images/side_ball.png");
	background-repeat: no-repeat;
	background-size: 223px auto; 
	overflow: hidden;
	background-position: right bottom;
	background-size: 75% 75%;
}




#clampshell_left_div{
	position: absolute;
	top:425rem;
	left: 0px;
	width: 187px;
	height: 236px;
	background-image: url("../images/side_clamp_shell.png");
	background-repeat: no-repeat;
	background-size: 218px auto; 
	overflow: hidden;
	background-position: left bottom;
	background-size: 75% 75%;
	
	
}


#shrimp_right_div{
	position: absolute;
	top: 425rem;
	right: 0px;
	width: 197px;
	height: 244px;
	background-image: url("../images/side_shrimp.png");
	background-repeat: no-repeat;
	background-size: 197px auto; 
	overflow: hidden;
	background-position: right bottom;
	background-size: 75% 75%;
}


#corn_left_div{
	position: absolute;
	top:455rem;
	left: 0px;
	width: 264px;
	height: 449px;
	background-image: url("../images/side_corn.png");
	background-repeat: no-repeat;
	background-size: 264px auto; 
	overflow: hidden;
	background-position: left bottom;
	background-size: 75% 75%;
	
	
}


#cabbage_right_div{
	position: absolute;
	top: 465rem;
	right: 0px;
	width: 219px;
	height: 443px;
	background-image: url("../images/side_cabbage.png");
	background-repeat: no-repeat;
	background-size: 219px auto; 
	overflow: hidden;
	background-position: right bottom;
	background-size: 75% 75%;
}


#crab_right_div{
	position: absolute;
	top: 507rem;
	right: 0px;
	width: 214px;
	height: 322px;
	background-image: url("../images/side_crab.png");
	background-repeat: no-repeat;
	background-size: 214px auto; 
	overflow: hidden;
	background-position: right bottom;
	background-size: 75% 75%;
}


}



.hours h4 {
  font-size: 0.9rem;
  font-weight: 700;
  margin-top: 1.2rem;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
}

.hours p {
  margin: 0.2rem 0;
  font-size: 0.9rem;
  padding-left: 1.5rem;
}

.dining-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
}

.dining-gallery img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 22px;
}

.event_sections {
	background-color: #d0efdb;
	border-radius: 22px;
}


.es_title{
	color: #265937;
	font-weight: 700;
	font-size: 1.8em;
	margin: 15px auto 0px auto;
}

.es_subtitle{
	background-color: #FFF;
	color: #51785f;
	font-weight: 600;
	text-decoration: italic;
	font-size: 1.2em;
	margin: 20px auto;
	border-radius: 14px;
	width: 80%;
	padding: 5px;
	
}

.es_text{
	color: #29382e;
	font-size: 1em;
	margin: 0 10% 10% 10%;
	font-weight: 500;
	text-align: justify;
}

.light-blue .event_sections {
	background-color: #d5e7ff;
}

.light-blue .es_title {
	color: #2a355c;
}

.light-blue .es_subtitle {
	color: #253058;
}


.sport_wellness_div{
	
  background-size: cover;
  background-position: center top;
  background-image: url('../images/sport_wellness_bg.jpg');
}

.sport_wellness_title{
	font-family: "EB Garamond", serif;
	font-weight: 500;
	text-align: center;
	font-style: italic;
	font-size: 3em;
	padding-top: 150px;
	color: #FFF;
}

.sport_wellness_text{
	color: #FFF;
}

.sport_wellness_text div{
	font-family: "Montserrat", sans-serif;
	width: 500px;
	text-align: center;
	margin: 20px auto 20px auto;
	padding-bottom: 200px;
}


/* Promo Section (safe, does NOT touch slider) */
.promo-section {
    position: relative;
    width: 100%;
    margin-top: 100px; /* pull upward */
    z-index: 1; /* slider stays above */
}

/* Background */
.promo-bg {
    width: 100%;
    height: 800px;
    background-size: cover;
    background-position: center top;
    position: relative;
}



/* Text content */
.promo-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 5;
    font-family: "Montserrat", sans-serif;
}

.promo-content h2{
	font-family: "EB Garamond", serif;
	font-weight: 500;
	text-align: center;
	font-style: italic;
	font-size: 3em;
}

.promo-content .subtitle{
	font-size: 1.5em;
}

.promo-content p{
	text-align: justify;
}

.promo-content .line{
	border-bottom: 1px solid #FFF;
}

/* Button styling */
.promo-btn {
    display: inline-block;
    padding: 12px 36px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #a9ff5d;
    text-decoration: none;
    border: 2px solid #a9ff5d;
    border-radius: 40px;
    background: transparent;
    transition: all 0.35s ease;
}

.promo-btn:hover {
    background: #a9ff5d;
    color: #333;
}



/* ðŸ“± Mobile Responsive */
@media (max-width: 1209px) {
	
	.dining-main {
		display: block; 
	}
	
	.blue_label {
		border-radius: 15px 15px 15px 15px;
	}
	
	.dining-image img {
	  max-width: none !important;
	  width: 95%;
	}
	
	.dining-content {
		margin-left: 10px;
	}
}

/* ðŸ“± Mobile Responsive */
@media (max-width: 768px) {
  .dining-main {
    flex-direction: column;
  }

  .dining-gallery {
    grid-template-columns: 1fr;
  }

  .dining-gallery img {
    height: 200px;
  }
  
  
  .es_title{
	  font-size: 1.8em;
  }
  
  .es_subtitle{
	  font-size: 1.4em;
  }
  
  .es_text{

	font-size: 1.2em;
	margin: 5%;
  }
  
  .promo-content {
		left: 20%;
		transform: translate(-10%, -50%);
	}
  
}


#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;
	}
	
	
}