/*
	Theme Name: Max Museum
	Created : 
	Updated : 
	Version: 1.0

*/
/* ========================================================================== */
/* ========================================================================== */
							/* [Table of contents] */
/* ========================================================================== */
/* ========================================================================== */

/*	
	+ Global
		- Padding/Margin
		
	+ Fonts Settings
		- Poppins : font-family: 'Poppins', sans-serif;
		- PT Serif : font-family: 'PT Serif', serif;
		- Roboto : font-family: 'Roboto', sans-serif;

	+ Header

	+ Footer
	
	+ Page Banner
	
	+ Section Header
	
	+ Responsive		
		- min-width: 1200
		- min-width: 992
		- min-width: 768
		- max-width: 1200
		- min-width: 992 to max-width: 1199		
		- max-width: 991
		- min-width: 768 to max-width: 991
		- max-width: 767
		- max-width: 639
		- max-width: 479
*/

/* ## Global */

body {
	font-family: 'PT Serif', serif;
	font-size: 14px;
	color: #000;
	overflow-x: hidden;
}
img {
    max-width: 100%;
	height: auto;
}
a {
    outline: 0 !important;
}
h1,h2,h3,h4,h5,h6,a,p {
	word-wrap: break-word;
}
/* - Padding/Margin */
.no-padding {
	padding: 0;
}
.no-left-padding{
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	padding-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}

/* - OW pull-left/pull-right */
.ow-pull-left  {
	float: left;
}
.ow-pull-right  {
	float: right;
}

/* -- Section Padding */
.section-padding {
	padding-top: 75px;
	padding-bottom: 75px;
}
.padding-10 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.padding-20 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.padding-30 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.padding-40 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding-50 {
	padding-top: 25px;
	padding-bottom: 25px;
}
.padding-60 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.padding-70 {
	padding-top: 35px;
	padding-bottom: 35px;
}
.padding-80 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.padding-90 {
	padding-top: 45px;
	padding-bottom: 45px;
}
.padding-100 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.main-container {
	width: 1920px;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

:root {
    --gold:          #d4a03c;
    --gold-light:    #f0c96a;
    --gold-dark:     #b8862e;
    --nav-bg:        rgba(18, 10, 4, 0.90);
    --link-color:    rgba(230, 205, 160, 0.88);
    --nav-height:    96px;
}


/* + Header */
.top-header {
	background-color: #1d2124;
	padding: 15px 0;
}
.top-header .hour-block p {
	letter-spacing: 0.7px;
	color: #d5a738;
	margin-bottom: 0;
}
.top-header .hour-block p span {
	color: #fff;
}
.top-header .social-block {
	text-align: right;
}
.top-header .social-block > p {
	display: inline-block;
	color: #fff;
	margin-bottom: 0;
}
.top-header .social-block > ul {
	padding-left: 10px;
	margin-bottom: 0;
	display: inline-block;
}
.top-header .social-block > ul li {
	display: inline-block;
	margin-right: 23px;
}
.top-header .social-block > ul li:last-child {
	margin-right: 0;
}
.top-header .social-block > ul li a {
	color: #d5a738;
}
.logo-block  {
	padding-top: 29px;
	padding-bottom: 29px;
}
.logo-block .cnt-content {
	text-align: right;
}
.logo-block .cnt-detail {
	display: inline-block;
	text-align: left;
	position: relative;
	padding-left: 70px;
	margin-right: 70px;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 50px;
}
.logo-block .cnt-detail:last-child {
	margin-right: 0;
}
.logo-block .cnt-detail i {
	width: 50px;
	height: 50px;
	background-color: #d5a738;
	display: inline-block;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 25px;
	position: absolute;
	left: 0;
	top: 0;
}
.logo-block .cnt-detail p {
	color: #333;
	letter-spacing: 0.7px;
	line-height: 22px;
	margin-bottom: 0;
}
.logo-block .cnt-detail p a {
	color: #333;
}

.menu-block {
	position: relative;
	z-index: 3;
}
.menu-block.navbar-fixed-top {
	position: fixed;
	top: 0;
}

/* - SlidePanel */
#slidepanel { 
	display: block; 
}
#closeit,
#toggle,
#slideit {
	display: none;
}

/* + Footer */
.visit-block {
	background-image: url("images/visit.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	text-align: center;
	padding-top: 97px;
	padding-bottom: 130px;
}
.visit-block::before {
	background-color: rgba(255,255,255,0.9);
	content: "";
	position: absolute;
	display: inline-block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.visit-block .container > h5 {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	position: relative;
	letter-spacing: -0.48px;
}

.footer-section {
	background-color: #222;
}
.ftr-widget {
	margin-top: 58px;
}
.ftr_widget_about > a {
	display: inline-block;
	margin-bottom: 40px;
}
.ftr_widget_about > p {
	color: #a2a2a2;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.6px;
	margin-bottom: 40px;
}
.ftr_widget_about .ftr-cnt-detail {
	display: inline-block;
	width: 100%;
}
.ftr_widget_about .ftr-cnt-detail p {
	color: #a2a2a2;
	font-size: 15px;
	position: relative;
	padding-left: 35px;
	margin-bottom: 18px;
}
.ftr_widget_about .ftr-cnt-detail p:last-child {
	margin-bottom: 0;
}
.ftr_widget_about .ftr-cnt-detail p i {
	position: absolute;
	left: 0;
	top: 3px;
}
.ftr_widget_about .ftr-cnt-detail p a {
	color: #a2a2a2;
	text-decoration: none;
}
.ftr_widget_about .ftr-cnt-detail p a:hover {
	color: #fff;
}
.ftr_widget_about > ul {
	padding-left: 0;
	display: inline-block;
	width: 100%;
	margin-top: 4px;
}
.ftr_widget_about > ul li {
	display: inline-block;
	margin: 0 4px;
}
.ftr_widget_about > ul li a {
	display: inline-block;
	width: 36px;
	height: 36px;
	background-color: #fff;
	border-radius: 100%;
	text-align: center;
	line-height: 36px;
	color: #e2b13c;
}
.ftr_widget_about > ul li a:hover {
	background-color: #e2b13c;
	color: #fff;
}
.ftr_widget_newsletter {
	margin-top: -55px;
}
.ftr_widget_newsletter .newsletter-form {
	padding: 0 15px;
}
.ftr_widget_newsletter .newsletter-form h4 {
	border-top: 3px solid #e2b13c;
	background-color: #fff;
	margin: 0;
	padding: 18px 40px 15px;
	color: #333;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.ftr_widget_newsletter .newsletter-form form {
	background-color: #f6f6f6;
	padding: 30px 33px;
}
.ftr_widget_newsletter .newsletter-form form .form-group {
	margin-bottom: 0;
}
.ftr_widget_newsletter .newsletter-form form .form-control {
	border-radius: 0;
	border: 1px solid #e2b13c;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
	font-size: 16px;
	height: auto;
	padding: 14px 23px;
	color: #e2b13c;
	margin-bottom: 25px;
}
.ftr_widget_newsletter .newsletter-form form .form-control::-webkit-input-placeholder {
	color: #e2b13c;
}
.ftr_widget_newsletter .newsletter-form form .form-control:-moz-placeholder { /* Firefox 18- */
	color: #e2b13c;
}
.ftr_widget_newsletter .newsletter-form form .form-control::-moz-placeholder {  /* Firefox 19+ */
	color: #e2b13c;
}
.ftr_widget_newsletter .newsletter-form form .form-control:-ms-input-placeholder {
	color: #e2b13c;
}
.ftr_widget_newsletter .newsletter-form form input[type="submit"] {
	width: 100%;
	background-color: #e2b13c;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	border: none;
	color: #fff;
	padding: 14px 13px 12px;
}
.ftr_widget_newsletter .newsletter-form form input[type="submit"]:hover {
	background-color: #fff;
	color: #e2b13c;
}
.ftr_widget_newsletter > ul {
	padding-left: 0;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 35px;
}
.ftr_widget_newsletter > ul li {
	display: inline-block;
	margin: 0 4px;
}
.ftr_widget_newsletter > ul li a {
	display: inline-block;
	width: 36px;
	height: 36px;
	background-color: #fff;
	border-radius: 100%;
	text-align: center;
	line-height: 36px;
	color: #e2b13c;
}
.ftr_widget_newsletter > ul li a:hover {
	background-color: #e2b13c;
	color: #fff;
}
.ftr-widget .widget-title {
	background-image: url("images/ftr-widget-arrow.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #b1995e;
	letter-spacing: -0.36px;
	margin-top: 0;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.ftr_recent_widget .recent-box {
	position: relative;
	padding-left: 97px;
	min-height: 98px;
	border-bottom: 1px solid rgba(162,162,162,0.4);
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.ftr_recent_widget .recent-box > a  {
	position: absolute;
	left: 0;
	top: 0;
}
.ftr_recent_widget .recent-box > h3 {
	font-size: 15px;
	color: #a2a2a2;
	line-height: 22px;
}
.ftr_recent_widget .recent-box > h3 a  {
	color: #a2a2a2;
}
.ftr_recent_widget .recent-box > p {
	color: #a2a2a2;
}
.ftr_recent_widget .recent-box > p i {
	margin-right: 10px;
}
.btm-ftr {
	background-color: #1f1f1f;
	text-align: center;
	padding: 25px 0;
	margin-top: 70px;
}
.btm-ftr > p {
	color: #9f9f9f;
	margin-bottom: 0;
	font-weight: bold;
	letter-spacing: 0.7px;
}

.ftr_link > h3.widget-title {
	margin-bottom: 53px;
}
.ftr_link ul {
	padding-left: 0;
	margin-top: 35px;
}
.ftr_link ul li {
	list-style: none;
	margin-bottom: 15px;
}
/*.ftr_link ul li::before {*/
/*	content: "\e6bc";*/
/*	font-family: 'Stroke-Gap-Icons';*/
/*	color: #e2b13c;*/
/*	margin-right: 10px;*/
/*	font-size: 18px;*/
/*}*/
.ftr_link ul li > a {
	color: #a2a2a2;
	font-size: 15px;
	text-decoration: none;
}
.ftr_link ul li > a:hover {
	color: #e2b13c;
}

.ftr_subscribe .widget-title {
	margin-bottom: 53px;
}
.ftr_subscribe .input-group {
	margin-bottom: 25px;
}
.ftr_subscribe .input-group .form-control {
	height: auto;
	border: 1px solid rgba(162,162,162,0.3);
	border-right: none;
	border-radius: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
	padding: 15px 26px 13px;
	font-size: 15px;
}
.ftr_subscribe .input-group .btn {
	background-color: #e2b13c;
	border-radius: 0;
	border: none;
	color: #fff;
	padding: 12px 19px 11px;
	font-size: 20px;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
}
.ftr_subscribe > p {
	color: #a2a2a2;
	font-size: 15px;
}
.ftr_subscribe > .ftr-cnt-detail {
	display: inline-block;
	width: 100%;
	margin-top: 25px;
}
.ftr_subscribe > .ftr-cnt-detail > p {
	padding: 17px 0;
	color: #a2a2a2;
	font-size: 15px;
	border-top: 1px solid rgba(162,162,162,0.3);
	margin-bottom: 0;
	letter-spacing: 0.7px;
}
.ftr_subscribe > .ftr-cnt-detail > p > span {
	display: inline-block;
	margin-right: 25px;
}
.ftr_subscribe > .ftr-cnt-detail > p > span:last-child {
	margin-right: 0;
}
.ftr_subscribe > .ftr-cnt-detail > p span > a {
	color: #a2a2a2;
	font-size: 14px;
	text-decoration: none;
}
.ftr_subscribe > .ftr-cnt-detail > p span > i {
	margin-right: 17px;
}
.ftr_subscribe > .ftr-cnt-detail > p span > a:hover {
	color: #fff;
}
.footer-section2 .btm-ftr {
	margin-top: 25px;
}

/* + Section Header */
.section-header {
	display: inline-block;
	width: 100%;
	margin-bottom: 43px;
	text-align: center;
	background-image: url("images/section-separator.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 43px;
}
.section-header h3 {
	font-family: 'Poppins', sans-serif;
	color: #f2f2f2;
	font-size: 80px;
	font-weight: bold;
	letter-spacing: -1.6px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 76px;
	word-wrap: break-word;
	position: relative;
}
.section-header h3 b {
	color: #e1e1e1;
}
.section-header h3 > span {
	color: #333;
	text-transform: capitalize;
	position: absolute;
	font-size: 24px;
	font-weight: 500;
	left: 0;
	right: 0;
	letter-spacing: 0.96px;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}
.section-header h3 span span {
	text-transform: uppercase;
	color: #e2b13c;
}

/* + Page Banner */
.page-banner {
	background-color: #f2f2f2;
	padding-top: 160px;
}
.page-banner .page-title {
	display: inline-block;
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 115px;
}
.page-banner .page-title h3 {
	color: #dedddd;
	font-family: 'Poppins', sans-serif;
	font-size: 80px;
	font-weight: bold;
	margin-top: 0;
	text-transform: uppercase;
	letter-spacing: -1.6px;
	margin: 0;
	line-height: 70px;
	word-wrap: break-word;
}
.page-banner .page-title h6 {
	color: #333333;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	letter-spacing: 0.96px;
	text-transform: capitalize;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);	
	margin: 0;
	word-wrap: break-word;
}
.page-banner .page-title h6 span {
	color: #d5a738;
}
.page-banner .page-breadcrumb {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.page-banner .page-breadcrumb .breadcrumb {
	float: left;
	background-color: transparent;
	padding: 0;
	margin-bottom: 0;
}
.page-banner .page-breadcrumb .breadcrumb li {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.64px;
	text-transform: uppercase;
	line-height: 24px;
	word-wrap: break-word;
}
.page-banner .page-breadcrumb .breadcrumb li a {
	color: #333333;
}
.page-banner .page-breadcrumb h4 {
	float: right;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.64px;
	text-transform: uppercase;
	color: #d5a738;
	margin: 0;
	line-height: 24px;
	word-wrap: break-word;
}

/* Pagination */
.ow-pagination {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.ow-pagination .pagination {
	border-radius: 0;
	margin-bottom: 0;
}
.ow-pagination .pagination li {
	float: left;
	margin: 0 15px;
}
.ow-pagination .pagination li a {
	background-color: transparent;
	border: none;
	border-radius: 0;
	color:  #e2b13c;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	width: 40px;
	height: 40px;
	position: relative;
	padding: 0;
	text-align: center;
	line-height: 40px;
}
.ow-pagination .pagination li a::before {
	background-color: transparent;
	border: 1px solid #e2b13c;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	z-index: -1
}
.ow-pagination .pagination li a:hover { 
	color: #fff;
}
.ow-pagination .pagination li a:hover::before {
	background-color: #e2b13c;
}

/* ========================================================================== */
/* ========================================================================== */
							/* [ + Responsive ] */
/* ========================================================================== */
/* ========================================================================== */

/* -- min-width: 1200 */
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

/* -- min-width: 992 */
@media (min-width: 992px) {
	/* + Footer */
	.footer-section .widget-block:nth-child(3n+1) {
		clear: both;
	}
	
	/* - Page Banner */
	.page-banner {
		margin-top: -25px;
	}
}

/* -- max-width: 991 */
@media (max-width: 991px) {
	/* + Header */
	.logo-block .h-logo { 
		display: none;
	}
	
	/* - SlidePanel */
	#slidepanel { 
		display: none;
	}
	#slideit,
	#toggle {
		display: block;
		position: relative;
		z-index: 1;
	}
	#loginpanel {
		position: absolute;
		right: 90px;
		text-align: center;
		top: 12px;
	}	
	#slideit,
	#closeit {
		position: relative;
		color: #fff;
		font-size: 24px;
		right: -35px;
	}
	#slideit:hover,
	#closeit:hover {
		color: #333;
	}
	.mobile-hide {
		display: none;
	}
	.logo-block .cnt-content {
		text-align: center;
	}
	
	/* - Section Header */
	.section-header h3 {
		font-size: 30px;
		line-height: 40px;
	}
	
	/* + Footer */
	.footer-section .widget-block:nth-child(2n+1) {
		clear: both;
	}
	
	/* - Page Banner */
	.page-banner {
		padding-top: 80px;
	}
	.page-banner .page-title {
		margin-bottom: 60px;
	}
}

/* -- min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* + Header */
	.top-header .hour-block p {
		font-size: 12px;
	}
}

/* -- max-width: 767 */
@media (max-width: 767px) {	
	/* + Header */
	.top-header .hour-block p,
	.top-header .social-block {
		text-align: center;
	}
	.top-header .social-block {
		margin-top: 10px;
	}

	/* - Section Header */
	.section-header h3 {
		font-size: 28px;
		line-height: 38px;
	}
	
	/* - Page Banner */
	.page-banner .page-title h3 {
		font-size: 55px;
	}
	.page-banner .page-title h6 {
		font-size: 20px;
	}
}

/* --  max-width: 639 */
@media (max-width: 639px) {
	/* + Header */
	.logo-block .cnt-detail p { 
		font-size: 12px;
	}
	.logo-block .cnt-detail {
		margin-right: 15px;
		padding-left: 60px;
	}
	
	/* + Footer */
	.footer-section .widget-block {
		width: 100%;
	}
	.ftr_widget_newsletter {
		margin-top: 58px;
	}
}

/* --  max-width: 479 */
@media (max-width: 479px) {
	/* - Pagination */
	.ow-pagination .pagination li {
		margin: 0 10px;
	}
	.ow-pagination .pagination li a {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
}

/* ===== LOGO ===== */

.h-logo img {
    max-height: 160px;
    width: auto;
}

.logo-block img {
    height: 160px !important;
    width: auto;
}

.logo-block {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* ===== TOP ACTION BAR ===== */

.top-action-bar {
    background: #b1995e;
    padding: 8px 0;
    font-size: 14px;
}

.top-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

.top-actions a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.top-actions a i {
    margin-right: 6px;
    color: #30603a;
}

.top-actions a:hover {
    color: #30603a;
}

.btn-book {
    background: #30603a;
    padding: 6px 30px;
    border-radius: 20px;
    color: #fff !important;
    font-weight: 600;
}

.btn-book:hover {
    background: #a8843f;
    color: #fff !important;
}


.ow-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.navbar-collapse {
    text-align: center;
}

.navbar-nav {
    float: none !important;
    display: inline-block;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    background-color: #b1995e;
}

.menu-block .container {
    text-align: center;
}

.menu-block .navbar-nav {
    float: none !important;
    display: inline-block;
    vertical-align: top;
}

.menu-block .navbar-collapse {
    text-align: center;
}

/* ===== STICKY BAR ===== */

.sticky-bar {
    display: none;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0px 60px;
    background: #b1995e;
}

.navbar.is-sticky-active .sticky-bar {
    display: flex;
}

.sticky-left {
    display: flex;
    align-items: center;
    gap: 60px;
}

.sticky-left a {
    color: #fff;
    font-size: 16px;
}


.book-btn:hover {
    background: #30603a;
    color: #fff !important;
    text-decoration: none;
}

/* ===== SECTION HEADERS ===== */

.section-header h3 > span {
    color: #b1995e;
}

.section-header h3 {
    font-family: 'Playfair Display', serif;
    letter-spacing: 2px;
}

/* ===== ABOUT / HISTORY ===== */

.about-content h2 {
    font-size: 40px;
    font-weight: 600;
}

.about-tag {
    font-size: 13px;
    letter-spacing: 3px;
}

.history-section {
    padding: 80px 0;
    background: #fff;
}

.history-box h3 {
    font-size: 36px;
    font-family: 'Playfair Display', serif;
}

.history-box span {
    color: #C6A55C;
}

.img-block {
    border-radius: 0px 20px 20px 0px;
    overflow: hidden;
    height: 600px;
}

.img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.4s ease;
}

/* ===== BANQUET FEATURES ===== */

.banquet-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 25px;
}

.feature-box {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    background: #fff;
    padding: 20px 25px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.feature-box i {
    font-size: 22px;
    color: #d4a44c;
    margin-top: 5px;
}

.feature-box h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.feature-box p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #666;
}

.feature-text {
    display: flex;
    flex-direction: column;
}

.learn-btn {
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 50px;
    padding: 12px 28px;
    border: 2px solid #b1995e;
    color: #357143;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.learn-btn i {
    margin-left: 6px;
}

.learn-btn:hover {
    background: #b1995e;
    color: #fff;
    text-decoration: none;
}

.purchase-section {
    background-color: #fbf6df;
}

/* ===== VENUE IMAGES ===== */

.venu-image-block {
    position: relative;
    display: block;
    overflow: hidden;
}

.venu-image-block img {
    width: 100%;
    height: auto;
    display: block;
    filter: none !important;
    opacity: 1 !important;
    transition: transform 0.3s ease;
}

.venu-content {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: transparent !important;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    padding: 0;
    opacity: 1 !important;
    filter: none !important;
}

.venu-image-block:hover img {
    transform: scale(1.05);
}

/* ===== GALLERY ===== */

.gallery-box {
    padding: 10px;
}

.gallery-box img {
    border-radius: 12px;
}

.gallery-image-block {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.gallery-image-block img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
}

.gallery-image-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    transition: 0.4s;
    z-index: 1;
}

.gallery-content {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    border-radius: 0 0 12px 12px;
}

.gallery-content h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 0.3s;
}

.gallery-box:hover img {
    transform: scale(1.08);
}

.gallery-box:hover .gallery-image-block::before {
    background: rgba(0,0,0,0.35);
}

.gallery-box:hover .gallery-content h3 {
    color: #e2b13c;
    transform: scale(1.08);
}

/* ===== BOOKING SECTION ===== */

.booking-section {
    padding: 90px 0;
    text-align: center;
}

.booking-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 40px;
}

.booking-steps::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    height: 2px;
    background: #ddd;
    z-index: 0;
}

.step-item {
    position: relative;
    z-index: 1;
    cursor: pointer;
    width: 25%;
}

.step-circle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #C6A55C;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-weight: 600;
    font-size: 18px;
}

.step-item h4 {
    margin-top: 10px;
    font-size: 16px;
}

.step-item.active .step-circle {
    background: #e2b13c;
}

.booking-content {
    background: #fff;
    padding: 35px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    border-radius: 8px;
    max-width: 700px;
    margin: auto;
}

.step-content {
    display: none;
    animation: fade 0.4s ease;
}

.step-content.active {
    display: block;
}

@keyframes fade {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ===== EVENTS SECTION ===== */

.event {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
    transition: all 0.5s ease;
    border: 2px solid transparent;
}

.event img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.event-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.4s ease;
}

.event:hover .event-overlay {
    opacity: 0;
}

.event-overlay h3 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
}

.event-overlay h3:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #C6A55C;
    display: block;
    margin: 10px auto 0;
}

.event:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.18);
    border: 2px solid #C6A55C;
}

.event:hover img {
    transform: scale(1.08);
}

.events-title {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 60px;
    text-transform: uppercase;
}

.events-title span {
    color: #C6A55C;
}

.event-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.event h3 {
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

/* ===== VENUE GALLERY (PREMIUM) ===== */

.venue-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 200px;
    gap: 20px;
    padding: 40px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.gallery-item.large {
    grid-row: span 2;
    grid-column: span 2;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .overlay {
    opacity: 1;
}

.overlay h3 {
    margin: 0 0 5px;
    font-family: 'Georgia', serif;
    font-size: 1.2rem;
}

.overlay p {
    margin: 0;
    font-size: 0.9rem;
    color: #ddd;
}

/* ===== TESTIMONIAL ===== */

.testi-img-block img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

/* ===== VISIT BLOCK ===== */

.visit-block {
    position: relative;
    background: url('https://images.unsplash.com/photo-1529634806980-85c3dd6d34ac') center center / cover no-repeat;
    color: #fff;
    padding: 100px 0;
    text-align: center;
    font-weight: bold;
}

.visit-block::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}

.visit-block .container {
    position: relative;
    z-index: 2;
}

/* ===== FOOTER ===== */

.footer-section {
    background-color: #f5efe7;
}

.ftr_widget_about > a {
    max-width: 50%;
}

.ftr_link ul li > a {
    color: black;
}

.ftr-cnt-detail {
    color: black;
    line-height: 25px;
    margin-top: 29px;
}

.ftr_link > h3.widget-title {
    margin-bottom: 27px;
}

.ftr_widget_about > p {
    color: black;
    font-size: 16px;
    line-height: 25px;
}

.btm-ftr {
    background-color: #b1995e;
}

.btm-ftr > p {
    color: #ffff;
}

.ftr_widget_newsletter .newsletter-form form input[type="submit"] {
    background-color: #b1995e;
}

.ftr_widget_newsletter > ul li a {
    color: #b1995e;
}

.ftr_widget_newsletter > ul li a:hover {
    background-color: #b1995e;
}

.ftr_widget_newsletter .newsletter-form form .form-control {
    color: black;
    border: 1px solid #b1995e;
}

.footer-section .ftr_widget_newsletter {
    padding: 30px 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

.subscribe-now {
    position: relative;
    z-index: 3;
}

/* ===== SUBMIT BUTTON ===== */

#btn_submit {
    background-color: #b1995e;
    color: #fff;
    padding: 12px 25px;
    border: none;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    transition: 0.3s;
}

#btn_submit:hover {
    background-color: #8f7a44;
}

/* ===== WHATSAPP FLOAT ===== */

.whatsapp-float {
    position: fixed !important;
    bottom: 25px !important;
    right: 25px !important;
    width: 60px !important;
    height: 60px !important;
    background: #25D366 !important;
    color: #fff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 30px !important;
    z-index: 2147483647 !important;
    text-decoration: none !important;
}

/* ===== FLOATING SOCIAL BAR ===== */

.social-float {
    position: fixed;
    top: 40%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999;
}

.social-float a {
    display: block;
    width: 50px;
    height: 50px;
    margin: 6px 0;
    background:var(--nav-bg); 
    color: var(--gold);
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    border-radius: 8px 0 0 8px;
    transition: 0.3s;
}

.social-float a:hover {
    transform: translateX(-5px);
}

.social-float a:hover .fa-facebook {
    color: #1877F2;
}

.social-float a:hover .fa-youtube {
    color: #FF0000;
}

.social-float a:hover .fa-instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ========================================
   RESPONSIVE — TABLET (max-width: 991px)
   ======================================== */

@media (max-width: 991px) {

    .ow-navigation .navbar-toggle {
        background-color: #ffffff;
        border-color: #fff;
        margin: 23px 0;
    }

    .navbar-fixed-top .ow-navigation .navbar-toggle .icon-bar,
    .ow-navigation .navbar-toggle .icon-bar {
        background-color: #c6a55c;
    }

    .navbar-header {
        background-color: white;
    }

    .event-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ========================================
   RESPONSIVE — MOBILE (max-width: 768px)
   ======================================== */

@media (max-width: 768px) {

    /* --- Mobile Nav Container --- */
    .ow-navigation.navbar {
        display: block !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .menu-block .container {
        width: 100% !important;
        padding: 0 !important;
    }

    /* Hide login panel on mobile */
    #loginpanel {
        display: none !important;
    }

    /* --- Mobile Header / Nav --- */
    .navbar-header {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
        background-color: #fff !important;
        padding: 8px 15px !important;
        float: none !important;
        margin: 0 !important;
        text-align: left !important;
    }

    /* Remove Bootstrap clearfix pseudo-elements that become phantom flex items */
    .navbar-header::before,
    .navbar-header::after {
        display: none !important;
        content: none !important;
    }

    .navbar-header .navbar-brand {
        padding: 0 !important;
        height: auto !important;
        float: none !important;
        margin: 0 !important;
        flex-shrink: 0 !important;
    }

    .navbar-header .navbar-brand img {
        max-height: 55px !important;
        width: auto !important;
    }

    .navbar-header .navbar-toggle {
        margin: 0 !important;
        float: none !important;
        position: relative !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        flex-shrink: 0 !important;
    }

    /* Hide the separate logo block on mobile */
    #slidepanel .logo-block {
        display: none !important;
    }

    /* Mobile nav dropdown */
    .navbar-default .navbar-collapse {
        background-color: #b1995e !important;
        border: none !important;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
        width: 100% !important;
    }

    .navbar-nav {
        text-align: center !important;
        width: 100% !important;
        display: block !important;
        margin: 0 !important;
        padding: 10px 0 !important;
        float: none !important;
    }

    .navbar-nav li {
        display: block !important;
        float: none !important;
    }

    .navbar-nav li a {
        color: #fff !important;
        padding: 12px 15px !important;
        font-size: 15px !important;
    }

    .navbar-nav li a:hover,
    .navbar-nav li.active a {
        background-color: rgba(255,255,255,0.15) !important;
    }

    /* Disable sticky on mobile */
    .navbar-fixed-top,
    .ow-navigation,
    .is-sticky,
    .sticky {
        position: relative !important;
        top: auto !important;
    }

    /* Hide sticky bar on mobile */
    .sticky-bar {
        display: none !important;
    }

    /* --- Logo --- */
    .logo-block {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }

    .h-logo img,
    .logo-block img {
        max-height: 70px !important;
        height: auto !important;
        width: auto;
    }

    /* --- Hero / Slider --- */
    .rev_slider_wrapper,
    .rev_slider,
    .rev_slider ul li {
        height: auto !important;
        min-height: 0 !important;
        aspect-ratio: 16 / 9;
    }

    .hero-title {
        font-size: 24px !important;
        line-height: 1.3;
        padding: 0 15px;
    }

    .hero-subtext {
        font-size: 13px !important;
        padding: 0 20px;
    }

    .hero-btn {
        font-size: 12px;
        padding: 10px 18px;
    }

    .tp-caption {
        transform: none !important;
    }

    .tp-caption h1,
    .tp-caption p,
    .tp-caption a {
        display: block;
        margin: 0 auto;
    }

    .tp-caption[data-voffset="-80"] {
        top: 30% !important;
    }

    .tp-caption[data-voffset="10"] {
        top: 42% !important;
    }

    .tp-caption[data-voffset="90"] {
        top: 55% !important;
    }

    /* --- History / About --- */
    .img-block,
    .history-details {
        width: 100% !important;
        float: none;
    }

    .img-block {
        height: auto !important;
    }

    .history-box h3 {
        font-size: 24px;
        text-align: center;
    }

    .history-box p {
        text-align: center;
    }

    /* --- Features --- */
    .banquet-features {
        gap: 15px;
    }

    .feature-box {
        flex-direction: column;
        text-align: center;
    }

    /* --- Venue Content --- */
    .venu-content h5 {
        font-size: 14px;
    }

    /* --- Booking Steps --- */
    .booking-steps {
        flex-direction: column;
        gap: 20px;
    }

    .step-item {
        width: 100%;
    }

    .booking-steps::before {
        display: none;
    }

    /* --- Gallery --- */
    .venue-gallery {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        padding: 15px;
    }

    .gallery-item.large {
        grid-column: span 1;
        grid-row: span 1;
    }

    /* --- Testimonial --- */
    .testi-block {
        display: block;
    }

    .testi-img-block,
    .testi-content {
        width: 100% !important;
        float: none;
    }

    .testi-img-block img {
        height: auto;
    }

    .testi-content {
        padding: 20px;
        text-align: center;
    }

    /* --- Footer --- */
    .widget-block {
        width: 100%;
        margin-bottom: 30px;
    }

    .ftr_link ul li {
        width: 50%;
    }

    .ftr-cnt-detail {
        text-align: center;
    }
}

/* ========================================
   RESPONSIVE — SMALL MOBILE (max-width: 576px)
   ======================================== */

@media (max-width: 576px) {

    .event-grid {
        grid-template-columns: 1fr;
    }

    .event img {
        height: 200px;
    }
}

/* ========================================
   RESPONSIVE — EXTRA SMALL (max-width: 480px)
   ======================================== */

@media (max-width: 480px) {

    .hero-title {
        font-size: 22px !important;
    }

    .section-header h3 {
        font-size: 20px;
        text-align: center;
    }

    .event-overlay h3 {
        font-size: 18px;
    }
}
/* FORCE FIXED FLOAT BUTTONS (DESKTOP + MOBILE) */

.whatsapp-float {
    position: fixed !important;
    bottom: 25px !important;
    right: 25px !important;
    width: 60px !important;
    height: 60px !important;
    background: #25D366 !important;
    color: #fff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 30px !important;
    z-index: 2147483647 !important; /* MAX POSSIBLE */
    text-decoration: none !important;
}


/* FLOATING SOCIAL BAR */
.social-float {
    position: fixed;
    top: 40%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999;
}

/* ICON STYLE */
.social-float a {
    display: block;
    width: 50px;
    height: 50px;
    margin: 6px 0;
    background: #b1995e;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    border-radius: 8px 0 0 8px;
    transition: 0.3s;
}

/* HOVER EFFECT */
.social-float a:hover {
    /*background: #3b7447;*/
    transform: translateX(-5px);
}
/* Facebook */
.social-float a:hover .fa-facebook {
    color: #1877F2;
}

/* YouTube */
.social-float a:hover .fa-youtube {
    color: #FF0000;
}

/* Instagram (gradient style - proper brand look) */
.social-float a:hover .fa-instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* MAIN NAVBAR FLEX */
.custom-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 70px;
    padding: 0 25px;   /* add breathing space */
}

/* LEFT */
.nav-left {
    flex: 1;
    display: flex;
    gap: 15px;
    align-items: center;
}
.nav-left a {
   font-size: 13px;
    color: #fff;   /* change this */
    opacity: 1;
    text-decoration:none;
}
.nav-menu {
    flex: 2;
    display: flex;
    justify-content: center;
    gap: 35px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.nav-menu li a {
    color: #fff;
    text-decoration: none;
     font-size: 15px;
    font-weight: 500;
}

/* RIGHT BUTTON */
.nav-right .enquire-btn {
    background: #ffff;   /* gold */
    color: #b1995e;
    border: 1px solid #b1995e;
    padding: 10px 22px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    white-space: nowrap;
}
.nav-right .enquire-btn:hover {
    background: #a8843f;   /* darker gold on hover */
    color: #fff;
}
/* REMOVE BOOTSTRAP DEFAULT */
.navbar-nav {
    float: none !important;
}
 .menu-block .container {
	     
    width: 100%;
    max-width: 100%;
    padding: 0 40px; /* breathing space */
}
/* MOBILE FIX */
@media (max-width: 991px) {
    .custom-nav {
        flex-direction: column;
        gap: 15px;
    }

    .nav-menu {
        flex-direction: column;
        gap: 10px;
    }

    .nav-left {
        justify-content: flex-start;
    }

    .nav-right {
        text-align: center;
    }
}

