

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900|Playfair+Display:400,700');



*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	/*background: #FFFFFF;
	color: #a5a5a5;*/
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height:2 !important;
    font-weight: 500;
    color: #495057;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
    /*text-align: justify;*/
}
p a
{
	display: inline;
	position: relative;
	/*color: #ff5f03;*/
	/*border-bottom: solid 1px #ffa07f;*/
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
p:last-of-type
{
	margin-bottom: 0;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	/*color: #FF6347;*/
}
/*p a:hover
{
	color: #FFFFFF;
	background: #ffa07f;*/
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background: #d6baa0;
	color: #FFFFFF;
}
p::selection
{
	
}
h1{font-size: 36px; color:#00145f;}
h1 a{font-size: 36px; color:#00145f;}
h1 a:hover{font-size: 36px; color:#ff5f03;}
h2{    font-size: 22px;
    color: #333333;}
h3{font-size: 36px;}
h4{font-size: 24px;}
h5{font-size: 18px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	/*color: #333333;*/
	line-height: 1.25;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.parallax_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.background_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.nopadding
{
	padding: 0px !important;
}
.button_container
{
	display: inline-block;
}
.button
{
width: 150px;
    height: 50px;
    background: #2ab2c9;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    border-radius: 7px;
	    border: 2px solid;
    border-color: #15266c;
}
.button:hover
{
	background: #15266c;
}
.button span
{
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 50px;
	  
	  
}
.button span::after
{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 3px;
	background: #d6baa0;
	content: '';
}
.section_title_container
{

}
.section_subtitle
{
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #7e7e7e;
	line-height: 0.75;
}
.section_subtitle2 {
    font-size: 29px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #00145f;
    line-height: 1.75;
}
.section_title
{
	margin-top: 10px;
}

/*********************************
3. Header
*********************************/

.header
{
	position: fixed;
	top: 40px;
	left: 0;
	width: 100%;

		background: repeat url(../images/header-bg.png);
	z-index: 100;
}
.header_content
{
	width: 100%;
	height: 100%;
}
.logo_container
{
	position: absolute;
	top: 0;
	left: 0;
	width: 265px;
	height: 100%;
	background: #2ab2c9;
	z-index: 1;
}
.logo
{
	margin-top: 6px;
}
.logo a
{
	display: block;
}
.logo_subtitle
{
	font-size: 11px;
	font-weight: 500;
	color: #d6baa0;
	line-height: 0.75;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.logo_title
{
	font-family: 'Playfair Display', serif;
	font-size: 30px;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 0.75;
	margin-top: 8px;
}
.logo_stars
{
	display: inline-block;
	margin-top: 11px;
}
.logo_stars ul li
{
	line-height: 0.75;
}
.logo_stars ul li:not(:last-child)
{
	margin-right: 4px;
}
.logo_stars ul li i
{
	font-size: 9px;
	color: #d6baa0;
}
.header_inner
{
	width: 100%;
	height: 123px;
	padding-left: 187px;
	/*-webkit-transition: all 600ms ease;*/
	/*-moz-transition: all 600ms ease;*/
	/*-ms-transition: all 600ms ease;*/
	/*-o-transition: all 600ms ease;*/
	/*transition: all 600ms ease;*/
}
.header.scrolled .header_inner
{
	height: 80px;
}
.main_nav
{
	height: 100%;

}
.main_nav ul
{
	height: 100%;
}
.main_nav ul li
{
	height: 100%;

	padding-left: 20px;
	padding-right: 20px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.main_nav ul li.active,
.main_nav ul li:hover
{
	background: #2ab2c9;
}
.main_nav ul li a
{
	display: inline-block;
	height: 100%;
	color:#FFFFFF;
}
.main_nav ul li a div
{
	height: 100%;
	
}
.main_nav ul li a div span
{
	font-size: 14px;
	font-weight: 600;

	white-space: nowrap;
	text-transform: uppercase;
}
.main_nav ul li a div span::after
{
	display: block;
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 100%;
	height: 3px;
	background: #d6baa0;
	content: '';
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.main_nav ul li.active a div span::after,
.main_nav ul li:hover a div span::after
{
	visibility: visible;
	opacity: 1;
}
.header_review
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: calc(100% + 40px);
}
.header_review a
{
	white-space: nowrap;
	line-height: 1.1;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.header_review a:hover
{
	color: #d6baa0;
}
.hamburger
{
	display: none;
	cursor: pointer;
	margin-top: 5px;
}
.hamburger i
{
	font-size: 18px;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hamburger i:hover
{
	color: #d6baa0;
}

/*********************************
4. Menu
*********************************/

.menu
{
	position: fixed;
	left: 0;
	top: -100vh;
	width: 100vw;
	height: 100vh;
	background: #0b1423;
	z-index: 99;
	-webkit-transition: all 800ms cubic-bezier(.88,.31,.65,.91);
	-moz-transition: all 800ms cubic-bezier(.88,.31,.65,.91);
	-ms-transition: all 800ms cubic-bezier(.88,.31,.65,.91);
	-o-transition: all 800ms cubic-bezier(.88,.31,.65,.91);
	transition: all 800ms cubic-bezier(.88,.31,.65,.91);
}
.menu.active
{
	top: 0;
}
.menu_content
{
	width: 100%;
	height: 100%;
}
.menu_nav_list li
{
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}
.menu_nav_list li:first-child
{
	transition-delay: 400ms;
}
.menu_nav_list li:nth-child(2)
{
	transition-delay: 500ms;
}
.menu_nav_list li:nth-child(3)
{
	transition-delay: 600ms;
}
.menu_nav_list li:nth-child(4)
{
	transition-delay: 700ms;
}
.menu_nav_list li:nth-child(5)
{
	transition-delay: 800ms;
}
.menu_nav_list li:nth-child(6)
{
	transition-delay: 900ms;
}
.menu_nav_list li:nth-child(7)
{
	transition-delay: 1000ms;
}
.menu_nav_list li:nth-child(8)
{
	transition-delay: 1100ms;
}
.menu_nav_list li:nth-child(9)
{
	transition-delay: 1200ms;
}
.menu.active .menu_nav_list li
{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	visibility: visible;
	opacity: 1;
}
.menu_nav_list li a
{
	position: relative;
	font-family: 'Playfair Display', serif;
	font-size: 40px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 1.3;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.menu_nav_list li a::after
{
	display: block;
	position: absolute;
	top: 63%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -15px;
	width: 0%;
	/*height: 3px;*/
	/*background: #FFFFFF;*/
	content: '';
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.menu_nav_list li a:hover
{
	color: #d6baa0;
}
.menu_nav_list li a:hover::after
{
	width: calc(100% + 30px);
}
.menu_review
{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 15px;
}
.menu_review a
{
	white-space: nowrap;
	line-height: 1.1;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_review a:hover
{
	color: #d6baa0;
}

/*********************************
5. Home
*********************************/

.home
{
	width: 100%;
	height: 620px;
	/*background: #010918;*/
}
.home_slider_container
{
	width: 100%;
	height: 100%;
}
.home_content_container
{
	position: absolute;
	left: 0;
	top: calc((100% + 123px) / 2);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
.home_subtitle
{
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 0.75;
}
.home_title
{
	    font-family: 'Playfair Display', serif;
    font-size: 25px;
    line-height: 1.1;
    color: #FFFFFF;
    margin-top: 9px;
    background: repeat url(../images/home_title.png);
    padding: 15px;
    width: 50%;
    margin: auto;
}
.home_button
{
	margin-top: 60px;
}
.home_slider_dots
{
	position: absolute;
	top: calc((100% + 350px) / 2);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 173px;
	z-index: 10;
}
.home_slider_custom_dot
{
	width: 35px;
	height: 35px;
	text-align: center;
	background: transparent;
	line-height: 35px;
	font-size: 16px;
	font-weight: 400;
	/*color: #FFFFFF;*/
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	display:inline-block;
}
.home_slider_custom_dot:not(:last-child)
{
	margin-bottom: 11px;
}
.home_slider_custom_dot.active,
.home_slider_custom_dot:hover
{
	background: #00145f;
	color: #fff;
}

/*********************************
6. Search Bar
*********************************/

.search_bar
{
	width: 100%;
	z-index: 2;
}
.search_bar_container
{
    width: calc(100% + 40px);
    left: -20px;
    background: #00145f;
    height: 120px;
    margin-top: -82px;
    padding-left: 50px;
    padding-right: 48px;
    padding-top: 20px;
    /* padding-bottom: 50px; */
    border-radius: 39px;
}


.search_bar_form > div:not(:last-child)
{
	padding-right: 17px;
}
.search_bar_form > div:first-child,
.search_bar_form > div:nth-child(2)
{
	width: 35.163%;
}
.search_bar_form > div:nth-child(3)
{
	width: 29.429%;
}
.search_form_select
{
	display: block;
	position: relative;
	width: 100%;
	height: 59px;
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    border: none;
    outline: none;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    color: #FFFFFF;
    background: #00145f;
    cursor: pointer;
    padding-left: 22px;
}
.search_form_select option
{
	font-style: normal;
}
.search_bar_button
{
width: 170px;
    height: 50px;
	cursor: pointer;
	background: transparent;
	border: solid 2px #d6baa0;
	color: #d6baa0;
	font-size: 16px;
	font-weight: 400;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	margin-top:20px;
}
.search_bar_button:hover
{
	background: #d6baa0;
	color: #320d36;
}
.search_bar_container::after
{
	display: block;
	position: absolute;
	left: 53px;
	bottom: 0;
	width: calc(100% - 103px);
	height: 4px;
	background: #d6baa0;
	content: '';
}

/*********************************
7. Intro
*********************************/

.intro
{
	width: 100%;
	/**background: #FFFFFF;**/
    padding-top: 46px;
    padding-bottom: 30px;
}
.intro_container
{
	height: 100%;
}
.intro_text
{
	margin-top: 27px;
}
.intro_link
{
	margin-top: 38px;
}
.intro_link a
{
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: #00145f;
}
.intro_link a::after
{
	display: block;
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 1px;
	background: #00145f;
	content: '';
}
.intro_button
{
	margin-top: 53px;
}
.intro_images
{
	width: 100%;
	height: 588px;
}
.traveller_logo
{
	width: 100%;
    text-align:center;
}
.intro_img
{
	position: absolute;
}
.intro_img img
{
	max-width: 100%;
}
.intro_1
{
	top: 0;
	right: 0;
}
.intro_2
{
	bottom: 0;
	right: 98px;
	box-shadow: 0px 23px 35px rgba(4,4,4,0.54);
}
.intro_3
{
	top: 51px;
	left: 0;
	box-shadow: 0px 23px 35px rgba(4,4,4,0.54);
}

/*********************************
8. Big Room
*********************************/

.big_room
{
	width: 100%;
}
.big_room .container-fluid
{
	padding-left: 0;
	padding-right: 0;
}
.big_room .container-fluid .row > div
{
	padding-left: 0;
	padding-right: 0;
}
.big_room_content
{
	width: 100%;
	background: #141214;
	padding-left: 99px;
	padding-top: 153px;
	padding-right: 99px;
	padding-bottom: 139px;
}
.big_room_content .section_title_container
{
	max-width: 460px;
}
.big_room_content .section_title h2
{
	color: #FFFFFF;
}
.big_room_content_inner
{
	width: 100%;
	height: 100%;
}
.big_room_text
{
	width: 100%;
	margin-top: 37px;
}
.big_room_text p
{
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}
.testimonial
{
	margin-top: 63px;
}
.testimonial_stars ul li:not(:last-child)
{
	margin-right: 4px;
}
.testimonial_stars ul li i
{
	font-size: 9px;
	color: #fbd05e;
}
.testimonial_text
{
	font-size: 14px;
	font-weight: 400;
	line-height: 2;
	font-style: italic;
	color: #FFFFFF;
	margin-top: 16px;
}
.testimonial_author
{
	margin-top: 28px;
}
.testimonial_author_image
{
	width: 37px;
	height: 37px;
	overflow: hidden;
	border-radius: 50%;
}
.testimonial_author_image img
{
	max-width: 100%;
}
.testimonial_author_name
{
	margin-left: 40px;
}
.testimonial_author_name a
{
	font-size: 14px;
	font-weight: 500;
	color: #8e3f97;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.testimonial_author_name a:hover
{
	color: #d6baa0;
}
.testimonial_author_name span
{
	font-size: 14px;
	font-weight: 500;
}
.big_room_slider_container
{
	height: 100%;
}
.big_room_slider_nav_container
{
	position: absolute;
	right: 44px;
	bottom: 38px;
	z-index: 1;
}
.big_room_slider_nav
{
	width: 44px;
	height: 44px;
	text-align: center;
	background: #320d36;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.big_room_slider_nav i
{
	line-height: 44px;
	font-size: 18px;
	color: #FFFFFF;
}
.big_room_slider_nav:hover
{
	background: #00145f
}

/*********************************
9. Room
*********************************/

.rooms
{
width: 100%;
    background: #2ab1c8;
    padding-top: 32px;
    padding-bottom: 100px;
    border-top: 40px solid;
    border-color: #15266c;
}
.room_row
{
	margin-top: 27px;
}
.room
{
	box-shadow: 0px 23px 35px rgba(4,4,4,0.18);
}
.room_image
{
	width: 100%;
}
.room_image img
{
	max-width: 100%;
}
.room_content
{
	padding-top: 58px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 62px;
	    background: repeat url(../images/header-bg.png) !important;
		color:#fff;
}
.room_type
{
	font-size: 12px;
	font-weight: 600;
	color: #7e7e7e;
	text-transform: uppercase;
	line-height: 0.75;
}
.room_title
{
	margin-top: 13px;
}
.room_title a
{
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	font-weight: 700;
	color: #333333;
	line-height: 1.25;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.room_title a:hover
{
	color: #d6baa0;
}
.room_text
{
	margin-top: 10px;
    color: #ffffff;
    line-height: 2.1;
	/*background: repeat url(../images/overview-bg.png);*/
    border-radius: 15px;
    padding: 9px;
	
}
.room_price
{
	
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  top: -55px;
    width: 185px;
    height: 97px;
    background: #FFFFFF;
    line-height: 47px;
    /* font-size: 14px; */
    color: #00145f;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
		border-radius: 90px;
}
.room_price a
{
	
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 3px;
    width: 185px;
    height: 97px;
    background: #FFFFFF;
    line-height: 47px;
    /* font-size: 14px; */
    color: #00145f;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
	border-radius: 90px;
}
.room_price a:hover
{
	
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
   top: 3px;
    width: 185px;
    height: 97px;
    background: #FFFFFF;
    line-height: 47px;
    /* font-size: 14px; */
    color: #ff5f03;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
	border-radius: 90px;
}


.room_price span
{
	color: #8d8d8d;
}
.room_button
{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -32px;
}

/*********************************
10. Gallery
*********************************/

.gallery
{
	width: 100%;
	/*background: #282428;*/
	padding-top: 50px;
	padding-bottom: 50px;
}
.gallery_slider_container
{
	width: calc(100vw + 270px);
	left: -135px;
}
.gallery_select
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: solid 2px #d6baa0;
	background: rgba(0,0,0,0.62);
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.gallery_select > div
{
	width: 48px;
	height: 48px;
	background: #ff5f03;
	font-size: 36px;
	font-weight: 500;
	color: #d6baa0;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
}
.gallery_item:hover .gallery_select
{
	visibility: visible;
	opacity: 1;
}
.gallery_slider_nav_container
{
	position: absolute;
	bottom: 64px;
	right: 0;
	width: 100%;
	z-index: 1;
}
.gallery_slider_nav_content
{
	float: right;
}
.gallery_slider_nav
{
	width: 44px;
	height: 44px;
	text-align: center;
	background: #ff5f03;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	border:1px solid;
	    color: #fff;

    padding-top: 9px
}
.gallery_slider_nav i
{
	line-height: 44px;
	font-size: 18px;
	color: #FFFFFF;
}
.gallery_slider_nav:hover
{
	background: #ffb900;
}

/*********************************
11. Newsletter
*********************************/

.newsletter
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 100px;
	padding-bottom: 72px;
}
.newsletter_container
{
	padding-bottom: 82px;
	border-bottom: solid 2px #e8e8e8;
}
.newsletter_content
{
	padding-right: 20px;
}
.newsletter_text
{
	margin-top: 28px;
}
.newsletter_form_container
{
	width: 100%;
	margin-top: 97px;
}
.newsletter_form
{
	display: block;
}
.newsletter_input
{
	width: 100%;
	height: 50px;
	border: solid 2px #c8c8c8;
	background: #FFFFFF;
	padding-left: 28px;
	outline: none;
}
.newsletter_button
{
	position: absolute;
	top: 0;
	right: 0;
	width: 181px;
	height: 50px;
	background: #5a2360;
	cursor: pointer;
	border: none;
	outline: none;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.newsletter_button span
{
	display: inline-block;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 50px;
}
.newsletter_button span::after
{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 3px;
	background: #d6baa0;
	content: '';
}
.newsletter_button:hover
{
	background: #d6baa0;
}
.newsletter_input::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #7e7e7e !important;
}
.newsletter_input:-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #7e7e7e !important;
}
.newsletter_input::-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #7e7e7e !important;
} 
.newsletter_input:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #7e7e7e !important;
}
.newsletter_input::input-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #7e7e7e !important;
}
.newsletter_border_container
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.newsetter_border
{
	width: 100%;
	border-bottom: solid 2px #e8e8e8;
}

/*********************************
12. Footer
*********************************/

.footer
{
	width: 100%;
	background: repeat url(../images/footer-bg.jpg);
	padding-top: 91px;
	padding-bottom: 56px;
}
.footer_logo_container
{

}
.footer_logo
{
	
}
.footer_logo a
{
	display: inline-block;
}
.footer_logo_subtitle
{
	font-size: 11px;
	font-weight: 500;
	color: #333333;
	line-height: 0.75;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.footer_logo_title
{
	font-family: 'Playfair Display', serif;
	font-size: 30px;
	font-weight: 700;
	color: #333333;
	line-height: 0.75;
	margin-top: 8px;
}
.footer_logo_stars
{
	display: inline-block;
	margin-top: 11px;
}
.footer_logo_stars ul li
{
	line-height: 0.75;
}
.footer_logo_stars ul li:not(:last-child)
{
	margin-right: 4px;
}
.footer_logo_stars ul li i
{
	font-size: 9px;
	color: #333333;
}
.copyright
{
font-size: 13px;
    font-weight: 200;
	color: #ffb900;
	margin-top: -42px;
	text-align:center;
}
.footer_menu ul li
{
	line-height: 0.75;
}
.footer_menu ul li:not(:last-child)
{
	margin-right: 45px;
}
.footer_menu ul li a
{
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	white-space: nowrap;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_menu ul li a:hover
{
	font-size: 14px;
	font-weight: 500;
	color: #2ab2c9;
	white-space: nowrap;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer p {
    color: #fff;

}
#back-top
{
    color: #ffb900;
	float:right;
	margin-right: 15px;
	    background: #2ab1c8;
    padding: 5px;

}
/*.footer p:hover {
    color: #fff;
}*/
.footer p a {
    color: #fff;
}
.footer p a:hover {
    color: #2ab2c9;
}
.footer_menu ul li a:hover
{
	color: #2ab2c9;
}
.footer_menu_text
{
	margin-top: 21px;
}
.footer_contact
{
	margin-top: -5px;
}
.footer_contact_content ul li
{
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}
.footer_contact_content ul li span
{
	color: #ffb900;
	margin-left: 2px;
}
.footer_contact_content ul li:not(:last-child)
{
	margin-bottom: 14px;
}
.input, .resr_form_inner select {
    width: 15.5%;
    margin-bottom: 10px;
    border: 1px solid #8A8888;
    color: #333;
    height: 35px;
    padding-left: 10px;
    margin-right: 10px;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
}
label, input, textarea, select, button {
    resize: none;
    outline: none;
    color: #fff;
    font-size: inherit;
    font-family: inherit;
    vertical-align: middle;
}

select {
    resize: none;
    outline: none;
    color: #000;
    font-size: inherit;
    font-family: inherit;
    vertical-align: middle;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.co {
    padding: 0em 9px;
}
.demo{ background-color: #bbcdcf; }
.serviceBox{
    background-color: rgba(0, 20, 95, 0.75);
    font-family: 'Roboto', sans-serif;
    padding: 0 0 20px;
    margin: 5px 5px 0 15px;
    text-align: right;
    border-radius: 20px 0;
    position: relative;
    z-index: 1;
}
.serviceBox .title{
    color: #fff;
    background: linear-gradient(to right,#fe8c00,#f83600);
    font-size: 18px;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
    padding: 12px 25px;
    margin: -6px -6px 30px 0;
    border-radius: 0 0 0 20px;
    box-shadow: -2px 4px 1px rgba(0,0,0,0.2);
    display: inline-block;
    position: relative;
}
.serviceBox .title:before,
.serviceBox .title:after{
    content: "";
    background: linear-gradient(to right bottom, transparent 49%, #f83600 50%);
    width: 5px;
    height: 5px;
    position: absolute;
    top: 0;
    left: -4px;
}
.serviceBox .title:after{
    transform: rotate(180deg);
    top: auto;
    bottom: -5px;
    left: auto;
    right: 0;
}
.serviceBox .description{
    color: #555;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 23px;
    text-align: center;
    margin: 0 15px 20px;
}
.serviceBox .service-icon{
    color: #fff;
    background: #333a;
    font-size: 35px;
    text-align: center;
    line-height: 68px;
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon{ transform: rotateY(360deg); }
.serviceBox .read-more{
    color: #fff;
    background: linear-gradient(to right,#fe8c00,#f83600);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    width: 125px;
    padding: 7px 0;
    border-radius: 0 30px 30px 0;
    box-shadow: 4px 4px 1px rgba(0,0,0,0.2);
    display: block;
    position: relative;
}
.serviceBox .read-more:hover{ text-shadow: 0 0 5px #555; }
.serviceBox .read-more:before,
.serviceBox .read-more:after{
    content: "";
    background: linear-gradient(to bottom,#fe8c00,#f83600);
    width: 15px;
    height: 25px;
    border-radius:50px 0 0 50px;
    position: absolute;
    top: -25px;
    left: -15px;
}
.serviceBox .read-more:after{
    background: #fe8c00;
    border-radius: 50px 0 0 50px;
    height: 62px;
    z-index: -2;
}
.serviceBox.green .title,
.serviceBox.green .read-more{
    background: linear-gradient(to right, #6A6F84, #00145f);

}
.serviceBox.green .title:before,
.serviceBox.green .title:after{
    background: linear-gradient(to right bottom, transparent 49%, #039b68 50%);
}
.serviceBox.green .read-more:before{ background: linear-gradient(to bottom,#2cdc81, #039b68); }
.serviceBox.green .read-more:after{ background: #2cdc81; }
.serviceBox.blue .title,
.serviceBox.blue .read-more{
    background: linear-gradient(to right,#02e7f7,#876cf5);
}
.serviceBox.blue .title:before,
.serviceBox.blue .title:after{
    background: linear-gradient(to right bottom, transparent 49%, #876cf5 50%);
}
.serviceBox.blue .read-more:before{ background: linear-gradient(to bottom,#02e7f7,#876cf5); }
.serviceBox.blue .read-more:after{ background: #02e7f7; }
.serviceBox.purple .title,
.serviceBox.purple .read-more{
    background: linear-gradient(to right, #B53471, #6F1E51);
}
.serviceBox.purple .title:before,
.serviceBox.purple .title:after{
    background: linear-gradient(to right bottom, transparent 49%, #6F1E51 50%);
}
.serviceBox.purple .read-more:before{ background: linear-gradient(to bottom,#B53471, #6F1E51); }
.serviceBox.purple .read-more:after{ background: #B53471; }
@media only screen and (max-width:990px){
    .serviceBox{ margin: 5px 5px 30px 15px; }
}

.intro_text
{
	color:#333;
	line-height:2.5;
	font-size:14px;
	font-weight:500;
}
.intro_text a
{
	color:#333;
	line-height:2.5;
	font-size:17px;
	font-weight:500;
	text-decoration:none;
	border-bottom: solid 0px #ffa07f;
}
.intro_text a:hover
{
	color:#333;
	line-height:2.5;
	font-size:17px;
	font-weight:500;
	text-decoration:none;
	border-bottom: solid 0px #ffa07f;
}
.phone
{
	color:#00145f;
	line-height:2.5;
	font-size:17px;
	font-weight:500;
	border-bottom:none;

}

.sty-att
{

	line-height:2.5;
	font-size:15px;
	font-weight:500;
}

.miles-color{
	color:#ff5f03;}

.space-att{ margin-bottom:7%;}

:root{
    --text: #fff;
    --bg-color1: #E5E5E5;
    --bg-color2: #E5E5E5;
    --bg-color3: #E5E5E5;
    --bg-color4: #E5E5E5;
}

.main-timeline{
    font-family: 'Mukta', sans-serif;
    position: relative;
    margin: 5px 0;
    padding: 20px 0;
}
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    background-color: var(--bg-color1);
    text-align: center;
    width: 50.1%;
    margin: 0 0 20px;
    float: left;
    position: relative;
}
@media only screen and (min-width:1024px){
	.main-timeline .timeline{
    background-color: var(--bg-color1);
    text-align: center;
    width: 49.1%;
    margin: 2px 0 20px;
    float: left;
    position: relative;
	padding-bottom:15px;
	}
}
.main-timeline .timeline:before{
    content: '';
    background-color: var(--text);
    height: 115%;
    width: 120px;
    box-shadow:  0 0 10px #555;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    top: 50%;
}
.main-timeline .timeline-content{
    color: var(--text);
    display: block;
}
.main-timeline .timeline-content:hover{
    color: var(--text);
    text-decoration: none;
}
.main-timeline .timeline-icon{
    color: var(--text);
    background-color: var(--bg-color1);
    font-size: 70px;
    line-height: 110px;
    height: 100px;
    width: 100px;
    box-shadow:  3px 3px 5px #999;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 10px;
}
.main-timeline .inner-content{ padding: 10px 10px 10px 130px; }
.main-timeline .title{
 font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 3px;
    display: block;
    color: #333;
    line-height: 1.25;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    font-family: 'Playfair Display', serif;
}
}
.main-timeline .description{
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0;
	color:#333;
	font-weight:600;
	text-align:center;
}
.main-timeline .timeline:nth-child(even){ float: right; }
.main-timeline .timeline:nth-child(even):before{
    left: auto;
    right: 0;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    left: auto;
    right: 10px;
}
.main-timeline .timeline:nth-child(even) .inner-content{
    padding: 10px 130px 10px 10px;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-icon{
    background-color: var(--bg-color2);
}
.main-timeline .timeline:nth-child(4n+2){ background-color: var(--bg-color2); }
.main-timeline .timeline:nth-child(4n+3) .timeline-icon{
    background-color: var(--bg-color3);
}
.main-timeline .timeline:nth-child(4n+3){ background-color: var(--bg-color3); }
.main-timeline .timeline:nth-child(4n+4) .timeline-icon{
    background-color: var(--bg-color4);
}
.main-timeline .timeline:nth-child(4n+4){ background-color: var(--bg-color4); }
@media only screen and (max-width:767px){
    .main-timeline .timeline{
        width: 100%;
        margin: 0 0 40px;
        float: right;
    }
    .main-timeline .timeline:before{ width: 65px; }
    .main-timeline .timeline-icon{
        font-size: 30px;
        line-height: 55px;
        height: 50px;
        width: 50px;
        left: 7px;
    }
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        font-size: 30px;
        left: auto;
        right: 7px;
    }
    .main-timeline .inner-content{ padding: 10px 10px 10px 90px; }
    .main-timeline .timeline:nth-child(even) .inner-content{ padding: 10px 90px 10px 10px; }
    .main-timeline .title{ font-size: 20px; }
}

.event-2 {
    border: 0 solid #c90001;
    overflow: hidden;
    margin: 15px auto;
    max-width: 81%;
}
.social {
text-align:center;
}
.schematxt{
color:#fff;
font-size:18px;
}

.schematxtp{
color:#fff;
font-size:14px;
}
.schematxtp:hover{
color:#fff;
font-size:14px;
}
.schematxtp2{
color:#fff;
font-size:14px;
}

.ada {
    width: 100%;
    margin: 0 auto;
    padding: 12px 9px;
    text-align: center;
    color: #fff;
    background: #272b2b;
    font-size: 17px;


}
.ada a {
    color: #fff;
    text-decoration: none;
}
.cc_dialog.simple {
left: 0 !important;
top: auto;
bottom: 0;
right: auto !important;
max-width: 81% !important;
position: fixed;
padding:11px;
}
.collapse.show a {
    color: #333333;
}

.header.scrolled .header_inner .btn {
    margin-top: 30px !important;
}
.line-height
{
	line-height:24px !important;
}

.cc_dialog.simple {
left: 0 !important;
top: auto;
bottom: 0;
right: auto !important;
max-width: 87% !important;
position: fixed;
padding:1rem !important;
}  

.faq-a

{
	color:#ff5f03 !important;
}



.service-line-section {
  background: #f5f8ff;
  padding: 60px 20px;
  overflow-x: auto;
}

.service-line-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
}

.service-line-container::-webkit-scrollbar {
  display: none; /* Chrome */
}
.service-box {
  background: #fff;
  border-radius: 12px;
  text-align: center;
  padding: 25px 20px;
  width: 180px;
  min-width: 180px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  flex-shrink: 0;
}
.service-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.service-box i {
  font-size: 28px;
  background-color: #2E86DE;
  color: #fff;
  padding: 16px;
  border-radius: 50%;
  margin-bottom: 15px;
  transition: background 0.3s ease;
}

.service-box:hover i {
  background-color: #1B4F72;
}

.service-box h4 {
  font-size: 16px;
  color: #2c3e50;
  margin: 0;
}


.icon-circle {
  background-color: #2E86DE;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.icon-circle i {
  color: #fff;
  font-size: 28px;
}

.icon-img {
  width: 30px;
  height: 30px;
  filter: brightness(0) invert(1); /* makes black icon white */
}


.service-line-section {
  background: #f5f8ff;
  padding: 60px 20px;
}

.service-line-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

/*.service-box {
  background: #fff;
  border-radius: 12px;
  text-align: center;
  padding: 25px 15px;
  width: 100%;
  max-width: 170px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  flex: 1 1 calc(33.33% - 20px); /* 3 boxes per row on desktop */
}*/

@media (max-width: 768px) {
  .service-box {
    flex: 1 1 calc(50% - 20px); /* 2 per row on tablet */
  }
}

@media (max-width: 480px) {
  .service-box {
    flex: 1 1 100%; /* 1 per row on mobile */
  }
}

.icon-circle {
  background-color: #2E86DE;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.icon-circle i,
.icon-img {
  color: #fff;
  font-size: 28px;
  width: 30px;
  height: 30px;
}

.icon-img {
  filter: brightness(0) invert(1);
}
.title
{
	color:#fff;
	font-size: 18px;
}
.gen
{
	color:#fff;
	font-size: 16px;
}



.hero_section {
    width: 100%;
    height: 550px;
    position: relative;
    overflow: hidden;
}

.hero_background {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero_background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* adds a dark overlay for text readability */
}

.hero_content_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

.hero_title {
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    margin: 0;
    padding: 0 1rem;
    line-height: 1.2;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}
.new-facility-section {
    padding: 60px 20px;
    background: #f4f6fa; /* Light neutral background for contrast */
    text-align: center;
    color: #002f5f;
}

.new-facility-title {
    font-size: 2.8rem;
    color: #002f5f;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 800;
    position: relative;
}

.new-facility-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #007a79; /* Accent teal line */
    margin: 15px auto;
}

/* Grid Layout */
.facility-grid-creative {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    justify-items: center;
}

/* Facility Card */
.facility-box-creative {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    max-width: 300px;
    overflow: hidden;
}

.facility-box-creative:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

/* Icon Area */
.icon-background {
    background: #002f5f;
    color: #ffffff;
    padding: 25px;
    font-size: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Facility Info */
.facility-info {
    padding: 25px;
}

.facility-info h3 {
    font-size: 1.4rem;
    color: #002f5f;
    margin-bottom: 10px;
}

.facility-info p {
    font-size: 1rem;
    color: #444;
}

/* Responsive */
@media (max-width: 768px) {
    .facility-grid-creative {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .facility-grid-creative {
        grid-template-columns: 1fr;
    }

    .facility-box-creative {
        max-width: 100%;
    }
}
/* Facility Section Wrapper */
.facility-section {
    padding: 60px 20px;
    background-color: #f9fafc; /* Soft off-white like your main page */
    color: #0d2850; /* Dark navy */
    text-align: center;
}

/* Section Title */
.facility-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #0d2850; /* Match title in screenshot */
    margin-bottom: 40px;
    position: relative;
    
}

.facility-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #00a1a3; /* Branded teal underline */
    margin: 12px auto;
    border-radius: 2px;
}

/* Grid Layout */
.facility-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Column Boxes */
.facility-column {
    background: #ffffff;
    color: #000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.facility-column:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

/* Header for each card (top area) */
.facility-column h3 {
    background:#2ab2c9;
    color: #0d2850;
    font-size: 1.5rem;
    text-transform: capitalize;
    margin: 0;
    padding: 10px;
    text-align: center;
    font-weight: 700;
}

/* Facility List inside column */
.facility-list {
    list-style: none;
    margin: 0;
    padding: 20px;
    text-align: left;
}

.facility-list li {
    font-size: 17px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
   
}

.facility-list li em {
    font-size: 1.2rem;
    color: #0d2850; /* Consistent teal icons */
    margin-right: 10px;
}

/* Hover state (optional) */
.facility-list li:hover {
    background-color: #eef8f8;
    padding-left: 8px;
    border-radius: 6px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .facility-title {
        font-size: 2rem;
    }

    .facility-column h3 {
        font-size: 1.1rem;
    }

    .facility-list li {
        font-size: 0.95rem;
    }
}
.highlighted-attractions-section {
  padding: 60px 20px;
  background: linear-gradient(to bottom, #ffffff, #f2f6f9); /* Clean white to light grayish blue */
  text-align: center;
}

.attractions-container {
  max-width: 1200px;
  margin: 0 auto;
}

.main-title {
  font-size: 2.5rem;
  color: #0d2850; /* Deep navy */
  margin-bottom: 20px;
  font-weight: 800;
  font-family: 'Georgia', serif;
}

.main-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #00a1a3; /* Branded teal underline */
  margin: 12px auto;
  border-radius: 2px;
}

.things-description {
  color: #2c3e50;
  font-size: 1.15rem;
  max-width: 1400px;
  margin: 0 auto 40px auto;
  line-height: 1.6;
}

.nearby-list-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 20px;
}

.nearby-category {
  background-color: #ffffff;
  padding: 20px 25px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(13, 40, 80, 0.05); /* Subtle shadow with brand tone */
}

.category-title {
  font-size: 1.4rem;
  color: #0d2850;
  margin-bottom: 15px;
  text-transform: uppercase;
  border-bottom: 2px solid #00a1a3;
  padding-bottom: 10px;
  font-weight: 700;
}

.nearby-item {
  font-size: 1.05rem;
  color: #34495e;
  padding: 10px 0;
  display: flex;
  align-items: left;
  font-weight: 500;
  transition: 0.3s ease;
}

.nearby-item i {
  font-size: 1.4rem;
  color: #007a79; /* Consistent teal */
  margin-right: 10px;
  
}

.nearby-item:hover {
  background-color: #e6f5f5; /* Very light teal hover */
  border-radius: 5px;
  padding-left: 6px;
}

/* Responsive Layouts */
@media (max-width: 768px) {
  .nearby-list-container {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .nearby-list-container {
    grid-template-columns: 1fr 1fr;
  }
}
/* Modern Location Section */
.modern-location-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 20px;
    background: linear-gradient(to bottom, #ffffff, #f2f6f9); /* Branded light fade */
    color: #0d2850; /* Deep navy */
}

.location-header {
    text-align: center;
    margin-bottom: 40px;
}

.location-main-title {
    font-size: 2.8rem;
    color: #0d2850;
    font-weight: 800;
    position: relative;
    display: inline-block;
    font-family: 'Georgia', serif;
}

.location-main-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #00a1a3; /* Teal underline */
    margin: 12px auto 0;
    border-radius: 2px;
}

.location-description {
    font-size: 1.2rem;
    color: #3d566e;
    max-width: 1200px;
    margin: 10px auto 0 auto;
    line-height: 1.6;
}

/* Container */
.modern-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
    width: 100%;
    max-width: 1200px;
    background: #ffffff;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin-top: -50px;
}

/* Left Text */
.location-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Coordinates */
.coordinates-box {
    background: #e6f1f3; /* Light teal-blue */
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
}

.coordinates-title {
    font-size: 1.6rem;
    color: #0d2850;
    margin-bottom: 15px;
    text-align: center;
}

.coordinate-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.coordinate {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    color: #0d2850;
}

.coordinate em {
    font-size: 1.3rem;
    margin-right: 10px;
    color: #0d2850;
}

/* Form */
.directions-form {
    margin-top: 20px;
}

.input-field {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #ccdce3;
    background-color: #f9fbfc;
    color: #0d2850;
    font-size: 1rem;
}

.directions-btn {
    width: 100%;
    padding: 15px;
    background:#0d2850;
    border: none;
    color: #ffffff;
    font-size: 1.1rem;
    cursor: pointer;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.directions-btn:hover {
    background: linear-gradient(to right, #004d5a, #002f5f);
    color: #ffffff;
}

/* Right Image (Optional) */
.location-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.location-image .image {
    width: 100%;
    max-width: 500px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.location-image .image:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 1180px) {
    .modern-container {
        flex-direction: column;
        padding: 30px;
    }

    .location-text {
        margin-bottom: 20px;
    }

    .location-image {
        margin-top: 30px;
    }

    .coordinates-container {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 932px) {
    .location-title {
        font-size: 2.4rem;
    }

    .location-description {
        font-size: 1.1rem;
    }
}

@media (max-width: 538px) {
    .coordinates-box {
        padding: 15px;
    }

    .coordinates-title {
        font-size: 1.5rem;
    }

    .coordinate-container {
        flex-direction: column;
    }

    .coordinate {
        font-size: 20px;
    }

    .directions-btn {
        font-size: 1rem;
    }

    .location-image .image {
        max-width: 400px;
    }
}

@media (max-width: 393px) {
    .location-title {
        font-size: 2rem;
    }

    .location-description {
        font-size: 1rem;
    }

    .input-field {
        font-size: 0.9rem;
    }

    .directions-btn {
        font-size: 1rem;
    }

    .location-image .image {
        max-width: 350px;
    }
}



.contact-full-section {
  background: linear-gradient(to bottom, #ffffff, #f2f6f9);
  padding: 60px 20px 80px;
  width: 100%;
}

.contact-header {
  text-align: center;
  margin-bottom: 40px;
}

.contact-title {
  font-size: 3rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #0d2850;
  position: relative;
}

.contact-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #00a1a3;
  margin: 12px auto 0;
  border-radius: 2px;
}

.contact-subtitle {
  font-size: 1.1rem;
  color: #3d566e;
  margin-top: 10px;
}

/* Contact Content */
.contact-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

/* Left: Info */
.contact-info {
  flex: 1;
  max-width: 520px;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(13, 40, 80, 0.1);
  color: #0d2850;
}

.contact-info p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #2c3e50;
}

.contact-block {
  margin-top: 20px;
}

.contact-block h2,
.contact-block h3 {
  font-size: 1.3rem;
  margin-bottom: 5px;
  font-weight: 600;
  color: #0d2850;
}

.contact-block a {
  color: #007a79;
  font-weight: bold;
  text-decoration: none;
}

.contact-block a:hover {
  color: #004d5a;
}

/* Right: Image */
.contact-image-block {
  flex: 1;
  max-width: 420px;
}

.contact-image {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 76, 109, 0.15);
  transition: transform 0.3s ease;
}

.contact-image:hover {
  transform: scale(1.03);
}

/* Responsive */
@media (max-width: 768px) {
  .contact-title {
    font-size: 2rem;
  }

  .contact-subtitle {
    font-size: 1rem;
  }

  .contact-container {
    flex-direction: column;
  }

  .contact-info,
  .contact-image-block {
    max-width: 100%;
  }

  .contact-image {
    margin-bottom: 40px;
  }
}
/* 📍 Updated Sitemap Section - Guest Inn Lebanon Theme */
.sitemap-section {
    padding: 80px 20px;
    background: linear-gradient(to bottom, #ffffff, #f2f6f9); /* Soft light gradient */
    text-align: center;
}

.sitemap-container {
    max-width: 1200px;
    margin: 0 auto;
}

.sitemap-title {
    font-size: 3rem;
    color: #0d2850; /* Deep navy */
    margin-bottom: 20px;
    font-weight: 800;
}

.sitemap-subtitle {
    font-size: 1.4rem;
    color: #3d566e; /* Soft slate */
    margin-bottom: 50px;
    font-weight: 400;
}

.sitemap-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.sitemap-block {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 40px;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 20px rgba(13, 40, 80, 0.05);
    border: 1px solid #e1e6ea;
}

.sitemap-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(13, 40, 80, 0.1);
    border-color: #007a79;
}

.sitemap-block h2 {
    font-size: 1.8rem;
    color: #002643;
    margin-bottom: 15px;
    font-weight: 600;
}

.sitemap-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sitemap-block ul li {
    margin-bottom: 15px;
}

.sitemap-block ul li a {
    font-size: 18px;
    color: #0d2850;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
}

.sitemap-block ul li a i {
    margin-right: 10px;
    font-size: 1.2rem;
    color: #007a79;
    text-shadow: 0 0 4px rgba(0, 122, 153, 0.15);
}

.sitemap-block ul li a:hover {
    color: #007a79;
}

/* 📱 Responsive Design */
@media (max-width: 1024px) {
    .sitemap-links {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .sitemap-links {
        grid-template-columns: 1fr;
    }
}


/* 📘 FAQ Section — Guest Inn Lebanon */
.faq-section {
  padding: 30px 20px;
  background: linear-gradient(to top, #ffffff, #f2f6f9);
  color: #0d2850; /* Deep blue */
  text-align: center;
  position: relative;
  overflow: hidden;
}

.faq-section::after {
  content: '';
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 300px;
  height: 300px;
  background: rgba(13, 40, 80, 0.05); /* Soft blue circle */
  border-radius: 50%;
  z-index: 0;
}

.faq-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.faq-title {
  font-size: 3rem;
  font-weight: 800;
  color: #00a1a3; /* Branded teal */
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.faq-subtitle {
  font-size: 1.4rem;
  color: #3d566e; /* Muted slate */
  margin-bottom: 50px;
}

.faq-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  text-align: left;
}

.faq-item {
  background: #ffffff;
  padding: 30px;
  border-radius: 15px;
  border: 1px solid #dce3ea; /* Lighter border */
  box-shadow: 0 10px 25px rgba(13, 40, 80, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faq-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(13, 40, 80, 0.1);
}

.faq-item h2 {
  font-size: 1.8rem;
  color: #004b87; /* Deep blue */
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #00a1a3;
}

.faq-item p {
  font-size: 1.1rem;
  color: #2c3e50;
  line-height: 1.8;
  margin-bottom: 15px;
}

.faq-item a {
  color: #004b87;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}

.faq-item a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #3d566e;
  transition: width 0.3s ease;
}

.faq-item a:hover {
  color: #004d5a;
}

.faq-item a:hover::after {
  width: 100%;
}

/* 🔧 Responsive */
@media (max-width: 1024px) {
  .faq-list {
    grid-template-columns: 1fr;
  }

  .faq-title {
    font-size: 2.5rem;
  }

  .faq-item h2 {
    font-size: 1.6rem;
  }

  .faq-item p {
    font-size: 1rem;
  }
}
.attraction-wrap {
  padding: 60px 20px;
  background-color: #ffffff;
  border-top: 1px solid #e0e6ea; /* softer border */
}

.attraction-box {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  gap: 40px;
}

.attraction-image {
  flex: 1 1 400px;
}

.attraction-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.attraction-content {
  flex: 1 1 600px;
}

.attraction-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #0d2850; /* rich navy */
  margin-bottom: 20px;
}

.attraction-content p {
  font-size: 1rem;
  color: #2c3e50; /* deeper slate */
  line-height: 1.7;
  margin-bottom: 15px;
}

.attraction-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background-color: #007a79; /* teal brand */
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.attraction-btn:hover {
  background-color: #004d5a; /* deeper teal */
}
