
 {
	
	color:#333;
}

a {
	
	text-decoration: none;
}

h2 {
	
	font-weight: 900;
	font-size: 1.8rem;
	color: #333;
}

.site {
	
	max-width: 1920px;
	margin: auto;
}

.section-header {
	
	font-weight: 900;
	font-size: 2.3rem;
	text-align: center;
	margin-bottom: 0;
}

.btn span {
	
	-webkit-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	transform: skewX(10deg);
	display: inline-block;
	font-weight: 600;
}

.btn {
	
	padding: 20px 30px;
	text-align: center;
	-webkit-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	transform: skewX(-10deg);
	border-radius: 0px;
	width: 210px;
}

.btn-primary {
	
	background: #f79800;
	color: #fff;
	border: 1px solid #f79800;
	transition: all 0.2s ease-in-out 0s;
	box-shadow: none!important;
}

.btn-primary:hover, .btn-primary:focus {
	
	background: #dd8604!important;
	border: 1px solid #dd8604!important;
	color: #fff!important;
	box-shadow: none!important;
}

.btn-secondary {
	
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
	box-shadow: none!important;
}

.btn-secondary:hover, .btn-secondary:focus {
	
	background: #dd8604!important;
	border: 1px solid #dd8604!important;
	color: #fff!important;
}

.social-icons li a {
	
	color: #fff;
}

.header {
	
	max-width:1920px;
}

.header .top-bar {
	
	background: #f79800;
	color: #fff;
	position: relative;
	z-index: 999;
	padding: 0.6rem 0;
	text-align: center;
	line-height: 1.7;
}

.header .top-bar ul {
	
	margin: 0;
}

.header .top-bar .top-bar-right ul {
	
	text-align: center;
}

.header .top-bar ul li {
	
	font-weight:600;
	color:#fff!important;
}

a[href^="tel"]{
    color:#fff;
    text-decoration:none;
}

.header .top-bar .top-bar-left span {
	
	font-weight: 600;
}

.header .logo {
	
	padding: 1rem 0;
}

.header .logo img {
	
	display: block;
	width: 320px;
	margin: auto;
}

.header .logo-area .book-btn {
	
	padding: 20px 30px;
	background: #f79800;
	color: #fff;
	text-align: center;
	-webkit-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	transform: skewX(-10deg);
	width: 280px;
	margin: 1rem auto;
	display: block;
}

.header .logo-area .book-btn span {
	
	-webkit-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	transform: skewX(10deg);
	display: inline-block;
	font-weight: 600;
}

.logo-area .navbar .navbar-collapse {
	
	flex-basis: 100%;
	justify-content: end;
}

.logo-area .navbar .navbar-nav li a {
	
	padding: 12px 0;
	margin:0 10px;
	color: #fff;
	font-weight: 700;
	display: inline-block;
}

.home .book-box {
    
    text-align:center;
}

.logo-area .navbar {
	
	background: #233238;
	padding: 1rem 0.7rem;
}

.logo-area .navbar-light .navbar-toggler {
	
	background: #233238;
	color: #fff;
	border: 1px solid #fff;
	padding: 0.5rem 1rem;
	box-shadow: none !important;
}

.banner {
	
	position: relative;
	z-index: 9;
	background: url('./img/banner.jpg') no-repeat center center / cover;
	height: 530px;
}

.banner .banner-overlay {
	
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 9999999;
	height: 320px;
}

.banner .banner-overlay .banner-overlay-inner {
	
	position: relative;
}

.banner .banner-overlay h1 {
  font-size: 38px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 25px;
  margin-top: 0;
  line-height: 1.3;
}

.banner .banner-overlay .btn {
	
	display: inline-block;
}

.banner .banner-overlay .btn:first-of-type {
	
	margin-right: 15px;
}

.side-content .section-header {
	
	margin-top: 1rem;
}

.section hr {
	
	background-color: #f79800;
	border: 0;
	opacity: 1;
	max-width: 120px;
	height: 3px;
}

.section-services {
	
	background: #f5f5f5;
}

.section-about {
	
	padding: 3rem 0;
}

.section-why-us {
	
	background: #f5f5f5;
}

.section-why-us img {
	
	width: 80px;
}

.section-why-us .tile h2 {
	
	font-size: 1.6rem;
}

.section-why-us .tile {
	
	background: #fff;
	border: 1px solid #ddd;
}

.book-box {
	
	background: #fff;
	text-align: center;
	padding: 40px;
	box-shadow: 0 0 25px 10px rgba(0,0,0,0.6);
}

.book-box h2 {
	
	text-transform: uppercase;
	font-weight: 900;
	color: #333;
	font-size: 26px;
	margin-bottom: 30px;
	text-align:center;
}

.book-box form .wpcf7-form-control {
	
	font-size: 14px;
	height: 48px;
	border-radius: 0px;
	margin-bottom: 0;
	width: 100%;
	border: 1px solid #ccc;
	box-shadow: none !important;
	outline: none !important;
	padding: 10px 10px;
	background: #fff;
}

.book-box form .wpcf7-form-control::-webkit-input-placeholder { /* Edge */
	
	color:  #242424;
	opacity: 1;
}

.book-box form .wpcf7-form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	
	color: #242424;
	opacity: 1;
}

.book-box form .wpcf7-form-control::placeholder {
	
	color: #242424;
	opacity: 1;
}

.book-box .wpcf7-form .col-md-6:last-of-type p {
	
	padding:0;
	text-align: center;
	-webkit-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	transform: skewX(-10deg);
	border-radius: 0px;
	width:210px;
	background: #f79800;
	color: #fff;
	border: 1px solid #f79800;
	transition: all 0.2s ease-in-out 0s;
}

.book-box .wpcf7-form .wpcf7-spinner {
	
	display: none!important;
}

.book-box .wpcf7-form .wpcf7-submit {
	
	padding: 20px 30px;
	-webkit-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	transform: skewX(10deg);
	display: inline-block;
	font-weight: 600;
	background: transparent;
	border: none;
	height: auto;
	color: #fff;	
	font-size: 1rem;
}

.page-template-default .header, .page-template-page-contact-us .header, .page-template-page-book-services .header, .error404 .header {
	
	position:static;
}

.page-template-default .header .logo-area:before, .page-template-page-contact-us .header .logo-area:before, .page-template-page-book-services .header .logo-area:before, .error404 .logo-area:before {
	
	display: none;
}

.page-template-default .logo-area .navbar .navbar-nav li a, .page-template-page-contact-us .logo-area .navbar .navbar-nav li a, .page-template-page-book-services .logo-area .navbar .navbar-nav li a, .error404 .logo-area .navbar .navbar-nav li a {
	
	color: #fff;
}

.page-template-default article .wp-post-image {
	
	display: block;
	max-width: 100%;
	height: auto;
}

.section-contact {
	
	padding: 3rem 0;
}

.section-book-online {
	
	padding: 3rem 0;
}

.section-404 {
	
	padding: 3rem 0;
}

.section-book-online .book-box {
	
	border: 1px solid #ccc;
	box-shadow: none;
}

.section-contact .section-header {
	
	margin-bottom:2rem;
}

.section-contact address {
	
	margin-bottom:2rem;
}

.section-contact address p {
	
	line-height: 1.7;
}

.section-contact ul li {
	
	padding: 1px 0;
}

.section-contact .wpcf7-form .wpcf7-form-control {
	
	width: 100%;
	border: 1px solid #ccc;
	height: 44px;
	padding: 10px 15px;
	box-shadow: none !important;
	outline: none !important;
}

.section-contact .wpcf7-form .wpcf7-textarea {
	
	height: 136px;
	resize: none;
}

.section-contact .wpcf7-form p:last-of-type {
	
	padding: 0;
	text-align: center;
	-webkit-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	transform: skewX(-10deg);
	border-radius: 0px;
	width: 210px;
	background: #f79800;
	color: #fff;
	border: 1px solid #f79800;
	transition: all 0.2s ease-in-out 0s;
	margin-bottom:3rem;
}

.book-box form .row .col-md-6 p {
    
    display:inline-block;
    max-width:100%;
}

.book-box form .row .col-md-6:nth-of-type(5) p {
    
    position:relative;
    text-align:left!important;
    color:#000!important;
}

.date-holder {
    position: absolute;
left: 10px;
width: 100%;
top:0px;
}

.book-box form .row .col-md-6:nth-of-type(5) p .date-holder:before {
    content:"Select date...";
    position: absolute;
top: 14px;
left: 0;
font-size: .85rem;
z-index:9999;
color:#000;
}

.book-box form .row .col-md-6:nth-of-type(5) p br {
    
    display:none;
}

.book-box form .row .col-md-6 .wpcf7-form-control {
    
    width:418px;
    margin:0;
    max-width:100%!important;
    
}

.book-box form .row .col-md-6:nth-of-type(6) .wpcf7-form-control {
    
    color:#000!important;
}

.book-box form .row .col-md-6:nth-of-type(5) .wpcf7-form-control {
    
    color:#000!important;
    text-align:left!important;
}

.wpcf7-form-control-wrap {
    
    display:block;
    max-width:100%!important;
    text-align:center;
}

.section-contact .wpcf7-form .wpcf7-spinner {
	
	display: none!important;
}

.section-contact .wpcf7-form .wpcf7-submit {
	
	padding: 20px 30px;
	-webkit-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	transform: skewX(10deg);
	display: inline-block;
	font-weight: 600;
	background: transparent;
	border: none;
	height: auto;
	color: #fff;	
}

.site-main p {
	
	line-height: 1.7;
}

.site-footer {
	
	background: #233237;
	padding: 0;
	color: #fff;
}

.site-footer h3 {
	
	font-weight: 600;
	margin: 3.8rem 0 1.5rem;
}

.site-footer .footer-contact-details .fa {
	
	margin-right: 7px;
}

.site-footer .footer-contact-details li {
	
	margin: 3px 0;
}

.site-footer .footer-quick-links li a {
	
	color: #fff;
	display: block;
	float: left;
	width: 50%;
	padding: 0.4rem 0;
}

.site-footer .wpcf7-form p {
	
	display: inline-block;
	margin: 0;
}

.site-footer .wpcf7-form p:first-of-type {
	
	width: 65%;
	margin-right: 1%;
}

.site-footer .wpcf7-form p:last-of-type {
	
	width: 30%;
	padding: 0;
	text-align: center;
	border-radius: 0px;
	background: #f79800;
	color: #fff;
	border: 1px solid #f79800;
	transition: all 0.2s ease-in-out 0s;
}

.site-footer .wpcf7-form input[type='email'] {
	
	width: 100%;
	height: 49px;
	padding: 5px 15px;
	border: none;
	box-shadow: none;
	outline: none;
}

.site-footer .wpcf7-form .wpcf7-spinner {
	
	display: none;
}

.site-footer .wpcf7-form .wpcf7-submit {
	
	padding: 12px 20px;
	display: inline-block;
	font-weight: 600;
	background: transparent;
	border: none;
	height: auto;
	color: #fff;
}

.footer-top {
	
	padding-bottom: 2.8rem;
}

.footer-bottom {
	
	background: #31474f;
	padding: 1rem 0;
}

.footer-bottom p, .footer-bottom ul {
	
	margin: 5px 0;
	text-align: center;
}

.footer-bottom ul li a {
	
	color: #fff;
}

.white-link {
	color: white;
	text-decoration: none; /* Optional: Removes underline from the link */
}

.white-link:hover {
	color: white; /* Ensures the color stays white on hover */
}

.contact-list {
	list-style-type: none; /* Removes default list styling (bullets) */
	padding: 0;
}

.black-link {
	color: black;
	text-decoration: none; /* Optional: Removes underline from the link */
}

.black-link:hover {
	color: black; /* Ensures the color stays black on hover */
}

@media(min-width: 576px) {
	
	.banner .banner-overlay {
		
		height: 360px;	
	}
	
	.banner .banner-overlay h1 {
		
		font-size: 50px;
  }
}

@media(min-width: 768px) {
	
	.banner .banner-overlay {
		
		height: 310px;
	}
	
	.navbar-nav {
		
		width:100%;
	}
	
	.book-box {
	
	
	text-align: left;
	}
	
	.home .book-box {
    
    text-align:center;
}
}

@media(min-width:992px) {
	
	.header {
		
		position: absolute;
		width: 100%;
		z-index:99999;
	}
	
	.header .top-bar {
		
		height: 52px;
	}
	
	.header .top-bar .social-icons {
		
		margin-left:20px;
	}
	
	.header .top-bar .top-bar-right ul {
		
		text-align: right;
	}
	
	.header .logo-area:before {
		
		width: 15%;
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		background-color: #dadada;
	}
	
	.header .logo {
		
		padding: 15px 0;
		position: relative;
		z-index: 9999;
		height: 100%;
		background: #dadada;
		-webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
	}
	
	.logo-area .navbar {
		
		background:none;
		padding:0;
	}
	
	.nav-area {
		
		padding-right: calc(var(--bs-gutter-x) * .5)!important;
		padding-left: calc(var(--bs-gutter-x) * .5)!important;
	}
	
	.banner .banner-overlay h1 {
		
		font-size: 50px;
		color: #fff;
		text-transform: uppercase;
		font-weight: 900;
		margin-bottom: 25px;
		margin-top: 40px;
	}
	
	.banner .banner-overlay .banner-overlay-inner {
		
		position: relative;
	}
	
	.banner {
		
		height: 730px;
	}
	
	.logo-area .navbar .navbar-nav li a {
		
		font-size: 0.85rem;
		padding: 32px 0;
		margin: 0 16px;
	}
	
	.header .logo img {
		
		padding: 0 20px 0 0;
	}
	
	.side-content .section-header {
		
		margin-top: 0;
	}
	
	.site-footer .wpcf7-form .wpcf7-submit {
		
		padding: 12px 10px;
	}
	
	.footer-bottom p {
		
		text-align: left;
	}
	
	.footer-bottom ul {
		
		text-align: right;
	}
	
	.page-template-default .logo-area .navbar .navbar-nav li a, .page-template-page-contact-us .logo-area .navbar .navbar-nav li a, .page-template-page-book-services .logo-area .navbar .navbar-nav li a, .error404 .logo-area .navbar .navbar-nav li a {
		
		color: #233237;
	}
	
	.book-box form .row .col-md-6:nth-of-type(5) p .date-holder {
    display:none;
}
}

@media(min-width: 1200px) {
	
	.header .logo {
		
		padding: 18px 10px 18px 0;
	}
	
	.logo-area .navbar .navbar-nav li a {
		
		font-size: 1rem;
		padding: 40px 0;
		margin: 0 20px;
	}
	
	.banner .banner-overlay h1 {
		
		margin-top: 60px;
	}
	
	.site-footer .wpcf7-form .wpcf7-submit {
		
	  padding: 12px 22px;
	}
	
	.section-contact .wpcf7-form p:last-of-type {
		
		margin-bottom: 0;
	}
}

@media(min-width: 1400px) {
	
	.banner {
		
		height:730px;
	}
	
	.header .logo-area .book-btn {
		
		width: 100%;	
	}
	
	.logo-area .navbar .navbar-nav li a {
		
		font-size: 1rem;
		padding: 48px 0;
		margin: 0 13px;
	}
	
	.banner-overlay-inner {
		
		top:70px;
	}
	
	.banner .banner-overlay {
		
		height: 400px;
	}
	
	.site-footer .wpcf7-form .wpcf7-submit {
		
		padding: 12px 30px;
	}
}

@media (min-width: 1800px) {
	
	.header .logo-area::before {
		
		width: 23%;
	}
}

@media(min-width: 1920px) {
	
	.banner {
		
		height:820px;
	}
}

@media(min-width:1921px) {
	
	.site {
		
		box-shadow: 0 0 12px 7px rgba(0,0,0,0.3);
	}
}