html,
body {
	width: 100%;
	height: 100%;
}

body {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    overflow-x: hidden;
	overflow-y: scroll;
    color: #333333;
}

h1,h2,h3,h4,p {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4 {
	font-weight: 700;
	text-transform: capitalize;
}

.btn {
	text-transform: capitalize;
	color: #fff;
}

.btn:focus,
.btn:hover,
.btn:active {
	outline: none !important;
	box-shadow: none !important;
}

.btn-lg {
	font-size: 16px;
	padding: 10px 20px;
}

.btn-success {
    background-color: #0C5698 !important;
    border-color: #0C5698 !important;
    color: #fff !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background-color: #1976d2 !important; /* lighter variant */
    border-color: #1976d2 !important;
    color: #fff !important;
}

.btn-secondary {
    background-color: #200A50 !important;
    border-color: #200A50 !important;
    color: #fff !important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background-color: #3a1a7a !important; /* lighter variant */
    border-color: #3a1a7a !important;
    color: #fff !important;
}

.datepicker {
	z-index: 9999 !important;
}

.day {
	padding: 10px;
	margin: 3px;
	font-size: 12px;
}

.day.today,
.datepicker table tr td.today {
    background-color: #0C5698 !important;
    color: #fff !important;
}

.form-group {
	margin-bottom: 10px;
}

.parsley-errors-list {
	list-style: none;
	font-size: 14px;
	padding: 0;
	color: orangered;
}

.close {
	cursor: pointer;
}

.preloader {
	position: fixed;
	background: url(../images/loader.gif) center center #fff no-repeat;
	width: 100%;
	height: 100%;
	z-index: 9999;
	top: 0;
	left: 0;
}

.overlay {
	background-color: rgba(0,0,0,.7);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 12;
}

.top_bar * {
	transition-property: all;
	transition-duration: .5s;
}

nav .logo {
	height: 45px;
	width: auto
}

.navbar-light {
	background-color: #fff;
}

.navbar-light .navbar-nav .nav-link {
	text-transform: capitalize;
	font-weight: 500;
	color: #0C5698;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #200A50;
}

.banner {
	position: relative;
}

.banner .overlay {
	background-color: rgba(0,0,0,.5);
}

.banner .overlay .col-sm-6,
.banner .overlay .col-sm-5 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	height: 100%;
	text-align: left;
}

.banner .overlay h1 {
	font-weight: 600;
	font-size: 40px;
	padding: 10px 0;
	margin-bottom: 20px;
	color: #fff;
}

.banner .overlay h3 {
	background-color: #0C5698;
	font-weight: 400;
	font-size: 20px;
	padding: 10px 0;
	color: #fff;
}

.banner .overlay p {
	background-color: rgba(255,255,255,.8);
	border-left: #0C5698 5px solid;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 5px 10px;
	margin-bottom: 10px;
	display: table;
	font-weight: 300;
	color: #333333;
}

.banner .overlay p:last-of-type {
	background-color: transparent;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	border: none;
}

.banner form {
	background-color: rgba(255,255,255,.8);
	padding: 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.banner .form-group {
	margin-bottom: 20px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 48px;
    height: 48px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(12, 86, 152, 0.7);
    border-radius: 50%;
    opacity: 1;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-control-prev:hover,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-next:focus {
    background: rgba(12, 86, 152, 0.5);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1) brightness(2);
    width: 24px;
    height: 24px;
	color: #fff;
}

.carousel-control-prev,
.carousel-control-next {
	z-index: 13
}

.carousel-control-prev {
	left: 2%;
}

.carousel-control-next {
	right: 2%;
}

.page_title {
	background: url("../images/page_title.jpg") no-repeat center;
	background-size: cover;
	position: relative;
	color: #f3f3f3;
}

.page_title .container {
	position: relative;
	z-index: 13;
}

.page_title .row {
	padding-top: 120px;
}

.breadcrumb {
	background-color: transparent;
	padding: 0;
}

.breadcrumb-item a {
	color: #ddd
}

.breadcrumb-item a:hover {
	text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: '\f054';
	font-family: 'FontAwesome';
	font-weight: 300;
	font-size: 10px;
	line-height: 26px;
	color: #f3f3f3
}

.breadcrumb-item.active {
	color: #f3f3f3;
}

/* Section Headings */
.section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #232a36;
    text-align: center;
    margin-bottom: 0.5rem;
}
.section-underline {
    width: 60px;
    height: 4px;
    background: rgba(12, 86, 152, 0.7);
    border-radius: 2px;
    margin: 0 auto 1.5rem auto;
}
.section-subtitle {
    text-align: center;
    font-size: 1.18rem;
    color: #555;
    margin-bottom: 2.5rem;
}

/* About Section */
.home_about .img-fluid {
    width: 100%;
    object-fit: cover;
}
.home_about h3 {
    font-weight: 700;
    color: #232a36;
    margin-bottom: 1rem;
}
.home_about p {
    color: #444;
    font-size: 1.08rem;
}
.home_about .feature-icon {
    background: #FFF6D8;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.75rem;
}
.home_about .feature-label {
    font-size: 1rem;
}

/* Rooms & Attractions Cards */
.card-img-top {
    height: 220px;
    object-fit: cover;
}
.card {
    border-radius: 1rem;
    border: none;
    box-shadow: 0 2px 16px rgba(44,62,80,0.07);
}
.card-body h5 {
    font-weight: bold;
    color: #232a36;
}
.card-body p {
    color: #555;
}
.card .price {
    color: #0C5698;
    font-weight: bold;
}
.btn-warning, .btn-warning:visited {
    background: #0C5698 !important;
    border: none;
    color: #fff !important;
}
.btn-warning:hover, .btn-warning:focus {
    background: #0C5698 !important;
    color: #fff !important;
}
.btn-outline-warning {
    border: 2px solid #0C5698 !important;
    color: #0C5698 !important;
    background: transparent !important;
}
.btn-outline-warning:hover, .btn-outline-warning:focus {
    background: #0C5698 !important;
    color: #fff !important;
}
.rounded-pill {
    border-radius: 50rem !important;
}

.footer {
	background-color: #3d3d3d;
	padding: 20px 0;
}

.footer,
.credits {
	font-size: 15px;
}

.credits {
	background-color: #222;
	text-transform: capitalize;
}

.footer a,
.credits a {
	color: #f3f3f3
}
  

@media(max-width:767px) {
	
	body {
		font-size: 12px;
	}
	
	
	
}



