.innerpage-banner{
	position:relative;
	min-height:280px;
	display:flex;
	align-items:center;
	padding:88px 0 56px !important;
	background-size:cover !important;
	background-position:center center !important;
	background-repeat:no-repeat !important;
	border-bottom:3px solid #e8c547;
}
.innerpage-banner:after{
	content:"";
	position:absolute;
	inset:0;
	background:linear-gradient(105deg,rgba(16,12,8,.86) 0%,rgba(16,12,8,.55) 52%,rgba(16,12,8,.28) 100%);
	pointer-events:none;
}
.innerpage-banner .container,
.innerpage-banner .row,
.innerpage-banner .col-md-12{
	position:relative;
	z-index:2;
}
.page-hero-kicker{
	display:inline-block;
	margin:0 0 12px;
	color:#e8c547;
	font-size:12px;
	font-weight:700;
	letter-spacing:.18em;
	text-transform:uppercase;
}
.innerpage-banner .innerpage-title{
	margin:0 0 18px;
	color:#fff;
	font-size:clamp(32px,4.2vw,48px);
	font-weight:700;
	letter-spacing:.02em;
	line-height:1.15;
	text-shadow:0 8px 28px rgba(0,0,0,.35);
}
.innerpage-banner .breadcrumb{
	background:rgba(0,0,0,.38) !important;
	display:inline-flex !important;
	flex-wrap:wrap;
	align-items:center;
	gap:0;
	margin:0 !important;
	padding:8px 16px !important;
	border-radius:999px;
	backdrop-filter:blur(8px);
	top:auto !important;
	left:auto !important;
	position:static !important;
}
.innerpage-banner .breadcrumb .breadcrumb-item{
	display:inline-flex;
	align-items:center;
	color:#d8d8d8;
	font-size:13px;
	font-weight:500;
	letter-spacing:.02em;
}
.innerpage-banner .breadcrumb .breadcrumb-item a{
	color:#fff;
	text-decoration:none;
	display:inline-flex;
	align-items:center;
	gap:6px;
}
.innerpage-banner .breadcrumb .breadcrumb-item a:hover{
	color:#e8c547;
}
.innerpage-banner .breadcrumb .ti-home{
	display:none;
}
.innerpage-banner .breadcrumb .fa-home{
	font-size:12px;
	color:#e8c547;
}
.innerpage-banner .breadcrumb > .breadcrumb-item + .breadcrumb-item:before{
	content:"\f105" !important;
	font-family:"Font Awesome 6 Free","Font Awesome 5 Free" !important;
	font-weight:900 !important;
	font-size:11px !important;
	color:#e8c547 !important;
	padding:0 10px 0 8px !important;
	vertical-align:middle;
}
.innerpage-banner .breadcrumb .is-current,
.innerpage-banner .breadcrumb .breadcrumb-item:last-child,
.innerpage-banner .breadcrumb .breadcrumb-item:last-child span{
	color:#e8c547;
}

.agency-page{
	background:#f6f3ec;
	padding:64px 0 72px;
}
.agency-card{
	background:#fff;
	border-radius:16px;
	box-shadow:0 18px 50px rgba(28,24,18,.08);
	padding:40px 44px 36px;
}
.agency-lead{
	margin:0 0 28px;
	color:#3a342c;
	font-size:19px;
	line-height:1.65;
	font-weight:500;
}
.agency-prose,
.policies .blog-content{
	color:#3f3a33;
	font-size:17px;
	line-height:1.85;
	max-width:760px;
}
.agency-prose h1,
.agency-prose h2,
.agency-prose > h2:first-child,
.policies .blog-detail-title .item-title{
	margin:0 0 18px;
	color:#1c1c1c;
	font-size:28px;
	font-weight:700;
	letter-spacing:.01em;
	line-height:1.25;
}
.agency-prose h2,
.agency-prose h3,
.policies .blog-content h2,
.policies .blog-content h3{
	margin:32px 0 12px;
	color:#1c1c1c;
	font-size:22px;
	font-weight:700;
	letter-spacing:.01em;
	position:relative;
	padding-bottom:10px;
}
.agency-prose h2:after,
.agency-prose h3:after,
.policies .blog-content h2:after,
.policies .blog-content h3:after{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:42px;
	height:2px;
	background:#e8c547;
}
.agency-prose p,
.policies .blog-content p{
	margin:0 0 16px;
}
.agency-prose ul,
.policies .blog-content ul{
	list-style:none;
	margin:8px 0 24px;
	padding:0;
	overflow:visible;
}
.agency-prose li,
.policies .blog-content li{
	position:relative;
	margin:0 0 10px;
	padding:0 0 0 28px;
	line-height:1.65;
}
.agency-prose li:before,
.policies .blog-content li:before{
	content:"";
	position:absolute;
	left:0;
	top:10px;
	width:10px;
	height:10px;
	border-radius:50%;
	background:#e8c547;
	box-shadow:0 0 0 4px rgba(232,197,71,.18);
}
.agency-prose a,
.policies .blog-content a{
	color:#8a7018;
	text-decoration:underline;
}
.agency-aside{
	background:#1c1c1c;
	color:#d8d8d8;
	border-radius:16px;
	padding:28px 26px 24px;
	border-top:3px solid #e8c547;
	position:sticky;
	top:24px;
}
.agency-aside h3{
	margin:0 0 6px;
	color:#fff;
	font-size:18px;
	font-weight:700;
}
.agency-aside .aside-kicker{
	margin:0 0 16px;
	color:#e8c547;
	font-size:12px;
	font-weight:700;
	letter-spacing:.12em;
	text-transform:uppercase;
}
.agency-aside ul{
	list-style:none;
	margin:0 0 22px;
	padding:0;
}
.agency-aside li{
	display:flex;
	gap:10px;
	align-items:flex-start;
	margin:0 0 12px;
	font-size:14.5px;
	line-height:1.45;
}
.agency-aside li i{
	color:#e8c547;
	margin-top:3px;
	width:16px;
	text-align:center;
}
.agency-aside a{color:#fff;}
.agency-aside a:hover{color:#e8c547;}
.agency-btn{
	display:block;
	text-align:center;
	padding:12px 16px;
	border-radius:8px;
	font-weight:700;
	font-size:14px;
	letter-spacing:.04em;
	text-decoration:none !important;
	margin-bottom:10px;
}
.agency-btn-gold{
	background:#e8c547;
	color:#1c1c1c !important;
}
.agency-btn-gold:hover{background:#f0d36a;color:#1c1c1c !important;}
.agency-btn-ghost{
	border:1px solid rgba(255,255,255,.22);
	color:#fff !important;
}
.agency-btn-ghost:hover{border-color:#e8c547;color:#e8c547 !important;}
.agency-figure{
	margin:0 0 28px;
	border-radius:14px;
	overflow:hidden;
}
.agency-figure img{
	width:100%;
	height:auto;
	display:block;
}

.policies{
	background:#f6f3ec;
	padding-top:56px;
	padding-bottom:64px;
}
.policies .col-sm-9{
	background:#fff;
	border-radius:16px;
	box-shadow:0 18px 50px rgba(28,24,18,.08);
	padding:36px 40px 28px;
}
.policies .blog-detail-title{
	padding-bottom:8px !important;
}
.policies .blog-detail-title .item-title{
	padding-bottom:12px !important;
	position:relative;
}
.policies .blog-detail-title .item-title:after{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:42px;
	height:2px;
	background:#e8c547;
}
.policies .blog-sidebar{
	margin-top:0 !important;
	padding-left:0 !important;
}
.policies .blog-sidebar .widget{
	background:#fff;
	border-radius:16px;
	padding:22px 20px;
	box-shadow:0 12px 36px rgba(28,24,18,.07);
	border-top:3px solid #e8c547;
}
.policies .blog-sidebar .widget h3{
	margin:0 0 14px;
	font-size:15px;
	font-weight:700;
	letter-spacing:.08em;
	text-transform:uppercase;
	color:#1c1c1c;
}
.policies .blog-sidebar .widget ul{
	margin:0;
	padding:0;
	list-style:none;
}
.policies .blog-sidebar .widget li,
.policies .blog-sidebar .category-widget ul li{
	display:flex !important;
	align-items:center !important;
	margin:0 !important;
	padding:0 !important;
	padding-left:0 !important;
	list-style:none !important;
	border-bottom:1px solid #eeeae2;
	min-height:46px !important;
	line-height:1 !important;
	position:relative;
}
.policies .blog-sidebar .category-widget ul>li+li{
	margin-top:0 !important;
}
.policies .blog-sidebar .widget li:last-child{border-bottom:0;}
.policies .blog-sidebar .widget li:before,
.policies .blog-sidebar .widget li:after,
.policies .blog-sidebar .category-widget ul li:before,
.policies .blog-sidebar .category-widget ul li:after{
	content:none !important;
	display:none !important;
	background:none !important;
}
.policies .blog-sidebar .widget li a{
	display:flex !important;
	align-items:center !important;
	width:100%;
	gap:12px;
	min-height:46px;
	padding:0 2px !important;
	margin:0;
	color:#4a453e;
	border-bottom:0 !important;
	text-decoration:none;
	line-height:1.3;
}
.policies .blog-sidebar .widget li a:before{
	content:"" !important;
	display:block !important;
	flex:0 0 6px;
	width:6px;
	height:6px;
	border-radius:50%;
	background:#9a9590;
	position:static !important;
	top:auto !important;
	left:auto !important;
	margin:0 !important;
}
.policies .blog-sidebar .widget li a:hover,
.policies .blog-sidebar .widget li a.active{
	color:#8a7018;
	font-weight:600;
}
.policies .blog-sidebar .widget li a:hover:before,
.policies .blog-sidebar .widget li a.active:before{
	background:#e8c547;
}

.contact-pg-section{
	background:#f6f3ec;
}
.contact-area{
	padding:48px 0 24px !important;
}
.contact-card{
	margin-bottom:24px;
}
.contact-card .sec-title h3{
	margin:0 0 12px;
	font-size:26px;
	font-weight:700;
	color:#1c1c1c;
	line-height:1.3;
}
.contact-card .sec-title h3:after{
	content:"";
	display:block;
	width:42px;
	height:2px;
	background:#e8c547;
	margin-top:12px;
}
.contact-card .sec-title p{
	color:#5b554c;
	font-size:16px;
	line-height:1.7;
	margin:0 0 28px;
}
.contact-card .contact-form label{
	display:block;
	margin:0 0 6px;
	font-size:13px;
	font-weight:700;
	letter-spacing:.04em;
	text-transform:uppercase;
	color:#1c1c1c;
}
.contact-card .contact-form p{margin:0 0 16px;}
.contact-card .contact-form input[type="text"],
.contact-card .contact-form textarea,
.contact-card .contact-form .form-control,
.contact-card #ajax-contact input[type="text"],
.contact-card #ajax-contact textarea,
.contact-card #ajax-contact .form-control{
	width:100% !important;
	border:1px solid #e4dfd4 !important;
	border-radius:10px !important;
	background:#fff !important;
	padding:12px 14px !important;
	font-size:15px !important;
	color:#1c1c1c !important;
	box-shadow:none !important;
	height:auto !important;
	font-style:normal !important;
}
.contact-card .contact-form textarea,
.contact-card #ajax-contact textarea{min-height:140px !important;resize:vertical;}
.contact-card .contact-form input:focus,
.contact-card .contact-form textarea:focus,
.contact-card #ajax-contact input:focus,
.contact-card #ajax-contact textarea:focus{
	outline:0;
	border-color:#e8c547 !important;
	box-shadow:0 0 0 3px rgba(232,197,71,.2) !important;
}
.contact-captcha{
	display:flex;
	align-items:center;
	gap:12px;
	flex-wrap:wrap;
	margin:0 0 18px;
}
.contact-captcha img{
	height:48px;
	border-radius:8px;
	background:#f3f0e8;
}
.contact-captcha input{max-width:180px;}
.contact-card #submitbutton,
.contact-card button[type="submit"],
.contact-card #ajax-contact button[type="submit"]{
	background:#e8c547 !important;
	color:#1c1c1c !important;
	border:0 !important;
	border-radius:10px !important;
	padding:13px 28px !important;
	font-weight:700;
	letter-spacing:.06em;
	min-width:160px;
	width:auto !important;
	height:auto !important;
}
.contact-card #submitbutton:hover{background:#f0d36a !important;}
.contact-aside{
	position:sticky;
	top:24px;
}
.contact-aside h3{margin-bottom:18px;}
.contact-aside .contact-aside-row{
	display:flex !important;
	align-items:center !important;
	gap:14px;
	margin:0 0 18px;
	padding-bottom:16px;
	border-bottom:1px solid rgba(255,255,255,.08);
}
.contact-aside .contact-aside-row:last-of-type{border-bottom:0;margin-bottom:8px;}
.contact-aside .agency-btn{margin-top:8px;}
.contact-aside .contact-aside-row .icon{
	flex:0 0 44px;
	width:44px;
	height:44px;
	border-radius:50%;
	background:rgba(232,197,71,.14);
	color:#e8c547;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:16px;
}
.contact-aside .contact-aside-row .details h5{
	margin:0 0 4px;
	color:#fff;
	font-size:14px;
	font-weight:700;
	letter-spacing:.04em;
	text-transform:uppercase;
}
.contact-aside .contact-aside-row .details p{
	margin:0;
	color:#d2d2d2;
	font-size:14.5px;
	line-height:1.45;
}
.contact-aside .contact-aside-row .details a{color:#fff;}
.contact-aside .contact-aside-row .details a:hover{color:#e8c547;}

@media (max-width:991.98px){
	.innerpage-banner{min-height:220px;padding:72px 0 40px !important;}
	.agency-page{padding:36px 0 48px;}
	.agency-card{padding:26px 20px;}
	.agency-aside{position:static;margin-top:24px;}
	.agency-prose,.policies .blog-content{max-width:none;}
	.policies .col-lg-3,
	.policies .col-md-12{
		flex:0 0 100%;
		max-width:100%;
		margin-bottom:20px;
	}
	.policies .blog-sidebar{
		margin-bottom:0 !important;
	}
	.policies .col-sm-9{
		flex:0 0 100%;
		max-width:100%;
		padding:24px 18px 18px;
		margin-top:0;
	}
}

.booking-search{
	position:relative;
	z-index:30;
}
.booking-search .feature-box,
.booking-search .tab_container,
.booking-search .tab-content,
.booking-search #content5,
.booking-search .hero-search-form,
.booking-search .hero-search-form .row{
	overflow:visible !important;
}
.booking-search .tab_container .tab-content .row{
	animation:none;
	transform:none;
}
.hero-search-field{position:relative;z-index:5;}
.hero-search-suggest{
	z-index:50 !important;
	position:absolute;
}

html[dir="rtl"] .agency-prose h2:after,
html[dir="rtl"] .agency-prose h3:after,
html[dir="rtl"] .policies .blog-content h2:after,
html[dir="rtl"] .policies .blog-content h3:after,
html[dir="rtl"] .policies .blog-detail-title .item-title:after{
	left:auto;
	right:0;
}
html[dir="rtl"] .agency-prose li,
html[dir="rtl"] .policies .blog-content li{
	padding:0 28px 0 0;
}
html[dir="rtl"] .agency-prose li:before,
html[dir="rtl"] .policies .blog-content li:before{
	left:auto;
	right:0;
}
