@charset "utf-8";
/*************** DEFAULT CSS ***************/
:root {
    --body-font: "Nunito", sans-serif;
    --body-font-size: 16px;
    --body-color: #000;
    --primary-color: #103c34;
    --secondary-color: #c7a25b;
    --black: #000;
    --white: #fff;
     
    
}
body{
 	font-family: var(--body-font);
	font-size:var(--body-font-size);
	font-style: normal;
	line-height: normal;
	font-weight:400;
	color: var(--body-color);
	text-decoration: none;
	margin:0px;
	-webkit-font-smoothing: antialiased;
	padding:0;
	font-optical-sizing: auto;
}
html{ scroll-behavior: smooth;}
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
::selection {background: #000; color:#fff;}
::-moz-selection {background: #000;color:#fff;}
a {color:var(--primary-color);text-decoration: none;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
a:hover {color: var(--primary-color);}
p {margin:0 0 30px 0;clear:left;padding:0;}
ul{padding: 0px; margin: 0 0 25px;}
ul li{list-style: none;}
/******* Headings Style *******/
h1 {font-size: 42px;}
h2 {font-size: 36px;}
h3 {font-size: 28px;}
h4 {font-size: 24px;}
h5 {font-size: 22px;}
h6 {font-size: 18px;}
h1, h2, h3, h4, h5, h6 {margin:0 0 20px 0;padding:0;font-weight:normal;}	
hr {margin:40px  0 60px 0;height:1px;border:0;border-top:1px solid #c1c1c1;border-bottom:1px solid #c1c1c1;width:100%;position:relative;}
img{border:0; max-width: 100%;}	
a img {border: 0;}
/*************** PRELOADER ***************/
 #preloader {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #ffffff; z-index: 9999; display: flex; justify-content: center; align-items: center;
transition: opacity 0.5s ease-out, visibility 0.5s ease-out; }
.preloader-inner{display:flex;flex-direction:column;align-items:center;gap:26px;}
.preloader-logo{height:42px;width:auto;animation:preloaderPulse 1.6s ease-in-out infinite;}
.preloader-ring{width:40px;height:40px;border-radius:50%;border:3px solid #ece6d8;border-top-color:var(--secondary-color);animation:preloaderSpin 0.85s linear infinite;}
@keyframes preloaderSpin{to{transform:rotate(360deg);}}
@keyframes preloaderPulse{0%,100%{opacity:1;transform:scale(1);}50%{opacity:.7;transform:scale(.95);}}
#preloader.hidden { opacity: 0;visibility: hidden; }

/*************** COLUMS AND ROWS ***************/
main{ position:relative;}
.row{ width: 100%; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.justify-content-center { justify-content: center; }
.space-between{ justify-content: space-between; }
.justify-content-flex-end{ justify-content: flex-end }
.section-spacing{padding:100px 0;}
.sticky{position: -webkit-sticky !important;position: sticky !important;top: 100px;width:100%;}
.clearfix{width:100%;height:100px;margin:0;padding:0;display:block;}
.container{	width:1480px;margin:0 auto;}
.fullwidth{	width:100%;display:block;}
.two-col{flex:0 0 48%; }
.three-col{	flex:0 0 31%;}
.four-col{flex:0 0 22%;}
section {width: 100%; display: block;position: relative;}
aside { flex:0 0 25%; margin: 0; padding: 0;}
summary { flex:0 0 70%; margin: 0; padding: 0;}
.list{padding: 0px;margin: 0 0 25px;display: flex;width: 100%;flex-direction: column;}
.list li{list-style: none;color: #3a4455;padding-left: 22px;margin-bottom: 6px;line-height: 24px;position: relative;}
.list li:after{position: absolute;content: '';width: 6px;height: 6px;border: 2px solid var(--primary-color);left: 0px;top: 8px;border-radius: 50px;}
.list li a{ color: #3a4455; }
.text-center{text-align: center;}
.scrollwrap{ width: calc(50vw + 680px); overflow: hidden;}
.scrollwrap-left { margin-left: calc(-50vw + 50%); overflow: hidden;}
.gap-1{gap:1%}
.gap-2{gap:2%}
.gap-3{gap:3%}
.gap-4{gap:4%}
.gap-5{gap:5%}
.gap-10, .gap-20, .gap-30, .gap-40, .gap-50, .gap-60, .gap-70, .gap-80, .gap-90, .gap-100{display: flex; width: 100%; height: 10px;}
.gap-20{ height: 20px;}
.gap-30{ height: 30px;}
.gap-40{ height: 40px;}
.gap-50{ height: 50px;}
.gap-60{ height: 60px;}
.gap-70{ height: 70px;}
.gap-80{ height: 80px;}
.gap-90{ height: 90px;}
.gap-100{ height: 100px;}
.m-b-0{ margin-bottom: 0px;}
.m-b-5{ margin-bottom: 5px;}
.m-b-10{ margin-bottom: 10px;}
.m-b-15{ margin-bottom: 15px;}
.m-b-20{ margin-bottom: 20px;}
.m-b-25{ margin-bottom: 25px;}
.m-b-30{ margin-bottom: 30px;}
.m-b-35{ margin-bottom: 35px;}
.m-b-40{ margin-bottom: 40px;}
.m-b-45{ margin-bottom: 45px;}
.m-b-50{ margin-bottom: 50px;}
.button-style a, .button-style-span{position: relative;background-color: var(--primary-color);color: var(--white);font-weight: 700;font-size: 16px;padding: 16px 56px 16px 25px;border-radius: 50px;display: inline-block;}
.button-style a:after, .button-style-span:after{color: var(--white);content: "\f061";font-family: 'Font Awesome 7 Free';font-weight: 900;right: 20px;position: absolute;top: 12px;line-height: 28px;border-radius: 50px;text-align: center;transition: .3s ease-in-out;transform: rotate(1deg);font-size: 20px;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.button-style a:hover, .button-style-span:hover{ background-color: var(--secondary-color); color: var(--white);}
.button-style a:hover:after, .button-style-span:after{transform: rotate(328deg);}

/*************** table style ***************/
.responsive-table{overflow-x: auto;}
.table-style {border-collapse: collapse;width: 100%;}
td, th {border: 1px solid #ddd;padding: 8px;}
tr:nth-child(even){background-color: #f2f2f2;}
tr:hover {background-color: #ddd;}
th { padding-top: 12px;padding-bottom: 12px;text-align: left;background-color: var(--primary-color);color:var(--white);}

/**********forms**************/
form{margin:0;padding:0;}
*:focus {outline: none;}
.fieldset{width:100%;height: 50px;padding: 8px 15px;background-color: var(--white);display:block;border: 1px solid #c1c1c1;
margin:0 0 10px 0;color: #262626;font-size: 14px;border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;-webkit-border-radius: 5px;}
textarea.fieldset, textarea{ height: 140px; }
.sendbutton{width:auto;height:auto;border:0;outline:0;margin:0 5px 0 0;float:left;color:var(--white);font-size: 18px;cursor:pointer;
vertical-align:top;padding: 14px 25px 16px;text-align:center;background-color: var(--secondary-color);text-transform:uppercase;
border-radius: 50px;}
.sendbutton:hover{background-color:var(--primary-color);color:var(--white);}
::-webkit-input-placeholder {color: #262626 !important;}
:-moz-placeholder {color: #262626 !important;}
::-moz-placeholder { color: #262626 !important;}
:-ms-input-placeholder { color: #262626 !important;}

/*************HOVER EFFECT*******/
.hover-effect{width:100%;display: block;position:relative;overflow:hidden;}
.hover-effect i{width:50px;height:50px;background-color:var(--primary-color);color:var(--white);position:absolute;left:50%;top:-100px;z-index:1;line-height:50px;
text-align:center;margin:0 0 0 -25px;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.hover-effect:hover i{top:50%;margin:-25px 0 0 -25px;}
.hover-effect:hover i:hover{background-color:var(--secondary-color);}
.hover-effect img {display:block;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;width:100%;}
.hover-effect:hover img {-moz-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1);transform: scale(1.1, 1.1);}

/************* BACK TO TOP ***************/

.progress-wrap {
    position: fixed;
    right: 10px;
    bottom: 10px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    content: "\f30c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    color: var(--secondary-color);
    left: 0;
    top: 0;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 200ms linear;
}

.progress-wrap svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    display: block;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--secondary-color);
    stroke-width: 4;
    box-sizing: border-box;
    transition: stroke-dashoffset 10ms linear;
}
/*************** HEADER ***************/
header{width:100%;background:var(--white);position:sticky;top:0;left:0;z-index:500;border-bottom:1px solid #ececec;}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:32px;height: 78px;}
.logo{flex:0 0 auto;display:flex;align-items:center;}
.logo img{height: 48px;width:auto;display:block;}
.main-nav{display:flex;}
.main-nav ul{display:flex;align-items:center;gap: 20px;margin:0;padding:0;}
.main-nav ul li{list-style:none;}
.main-nav ul li a{font-size: 16px;font-weight: 500;color: var(--black);white-space:nowrap;}
.main-nav ul li a:hover{color:var(--secondary-color);}
.header-actions{flex:0 0 auto;display:flex;align-items:center;gap:10px;}
.utility-links{display:flex;align-items:center;margin:0;padding:0;}
.utility-links li{list-style:none;padding:0 10px;border-right: 1px solid #5d5d5d;line-height:1;}
.utility-links li:last-child{border-right:0;}
.utility-links li a{font-size: 14px;color: #5d5d5d;white-space:nowrap;}
.utility-links li a:hover{color:var(--primary-color);}
.signin-btn{background-color:var(--primary-color);color:var(--white);font-size:14px;padding: 10px 20px;border-radius: 5px;white-space:nowrap;}
.signin-btn:hover{background-color:var(--secondary-color);color:var(--white);}
.icon-btn{width:38px;height:38px;border-radius:50%;border:0;background:transparent;color:#1c1c1c;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;flex:0 0 auto;}
.icon-btn:hover{background:#f2f1ec;color:var(--primary-color);}

/*************** HEADER COMPACT SEARCH (freeze state) ***************/
.header-search-compact{display:none;flex:1;align-items:stretch;justify-content:center;gap:10px;max-width:640px;margin:0 auto;}
header.header-scrolled .main-nav, header.header-scrolled .utility-links {display:none;}
header.header-scrolled .header-search-compact{display:flex;}
.hsc-field{flex:1;display:flex;align-items:center;justify-content:space-between;gap:8px;background:var(--white);border:1px solid #e2e0da;border-radius:10px;padding:6px 12px;font-family:var(--body-font);cursor:pointer;text-align:left;min-width:0;}
.hsc-field:hover{border-color:#c9c4b4;}
.hsc-field svg{color:#8a8a8a;flex:0 0 auto;}
.hsc-field-text{display:flex;flex-direction:column;align-items:flex-start;gap:1px;min-width:0;}
.hsc-sublabel{font-size:10px;color:#999;font-weight:600;}
.hsc-value{font-size:12.5px;font-weight:700;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100px;}
.hsc-search-btn{flex:0 0 auto;display:flex;align-items:center;gap:8px;background:var(--secondary-color);color:var(--white);border:0;border-radius:10px;padding:0 20px;font-family:var(--body-font);font-size:14px;font-weight:700;cursor:pointer;}
.hsc-search-btn:hover{background:var(--primary-color);}
.header-search-compact .dropdown-panel, .header-search-compact .date-calendar{font-size:13px;}
.header-search-compact .hsc-field:last-of-type .dropdown-panel,
.header-search-compact .hsc-field:last-of-type .date-calendar{left:auto;right:0;}

/*************** MENU SIDEBAR ***************/
.sidebar-overlay{position:fixed;inset:0;background:rgba(16,22,20,.5);opacity:0;visibility:hidden;transition:opacity 300ms ease,visibility 300ms ease;z-index:1000;}
.sidebar-overlay.active{opacity:1;visibility:visible;}
.menu-sidebar{position:fixed;top:0;right:0;height:100%;width:420px;max-width:88vw;background:var(--white);box-shadow:-10px 0 40px rgba(0,0,0,.15);transform:translateX(100%);transition:transform 350ms cubic-bezier(.4,0,.2,1);z-index:1001;display:flex;flex-direction:column;overflow-y:auto;}
.menu-sidebar.active{transform:translateX(0);}
.menu-sidebar-head{display:flex;align-items:center;justify-content:space-between;padding:22px 28px;border-bottom:1px solid #ececec;flex:0 0 auto;}
.sidebar-logo{height:30px;width:auto;}
.menu-sidebar-body{padding:8px 0 30px 0;flex:1;}
.sidebar-nav{margin:0;padding:0;}
.sidebar-item{list-style:none;border-bottom:1px solid #eee;}
.sidebar-link{width:100%;display:flex;align-items:center;justify-content:space-between;padding:18px 28px;background:none;border:0;cursor:pointer;font-size:16px;font-weight:700;color:var(--primary-color);font-family:var(--body-font);text-align:left;}
.sidebar-link svg{transition:transform 250ms ease;color:var(--secondary-color);}
.sidebar-item.open .sidebar-link svg{transform:rotate(180deg);}
.sidebar-panel{max-height:0;overflow:hidden;background:#faf8f3;transition:max-height 300ms ease;}
.sidebar-item.open .sidebar-panel{max-height:320px;}
.sidebar-panel ul{margin:0;padding:6px 28px 16px;}
.sidebar-panel ul li{list-style:none;}
.sidebar-panel ul li a{display:block;padding:8px 0;font-size:14px;color:#3a4455;}
.sidebar-panel ul li a:hover{color:var(--secondary-color);}
.sidebar-utility{display:flex;flex-direction:column;gap:12px;margin:24px 0 0;padding:22px 28px 0;border-top:1px solid #ececec;}
.sidebar-utility li{list-style:none;}
.sidebar-utility li a{font-size:14px;color:#585858;}
.sidebar-utility li a:hover{color:var(--primary-color);}
.sidebar-signin{display:block;text-align:center;margin:22px 28px 0;}

/*************** SEARCH POPUP ***************/
.search-overlay{position:fixed;inset:0;background:rgba(16,60,52,.55);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:flex-start;justify-content:center;padding-top:14vh;opacity:0;visibility:hidden;transition:opacity 300ms ease,visibility 300ms ease;z-index:1002;}
.search-overlay.active{opacity:1;visibility:visible;}
.search-popup{position:relative;width:640px;max-width:92vw;background:var(--white);border-radius:20px;padding:38px 42px 42px;box-shadow:0 30px 80px rgba(0,0,0,.35);transform:translateY(-24px);transition:transform 300ms ease;}
.search-overlay.active .search-popup{transform:translateY(0);}
.search-close{position:absolute;top:14px;right:14px;}
.search-popup-head{display:flex;align-items:center;gap:16px;border-bottom:2px solid #eee;padding-bottom:18px;margin-bottom:24px;color:var(--secondary-color);}
.search-input{flex:1;border:0;outline:0;font-size:20px;font-family:var(--body-font);color:#111;background:transparent;}
.search-input::placeholder{color:#9a9a9a;}
.search-suggestions-label{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#999;font-weight:700;margin-bottom:14px;}
.search-chip-list{display:flex;flex-wrap:wrap;gap:10px;}
.search-chip{padding:10px 20px;border-radius:50px;border:1px solid #e6e1d3;background:#faf8f3;color:var(--primary-color);font-size:13.5px;font-weight:700;}
.search-chip:hover{background:var(--primary-color);border-color:var(--primary-color);color:var(--white);}

/*************** VENUE HERO ***************/
.venue-hero{position:relative;overflow:visible;padding: 70px 0 0;background-image: url(../images/bg1.jpg);background-repeat: no-repeat;background-position: center; background-size: cover;}
.venue-hero:after{position: absolute;content: '';width: 100%;height: 70px;left: 0px;bottom: 0px;background-color: var(--white);}
.hero-blob-clip{position:absolute;inset:0;overflow:hidden;pointer-events:none;}
.hero-blob{position:absolute;border-radius:50%;filter:blur(0px);pointer-events:none;}
.hero-blob-1{top:-140px;right:-120px;width:420px;height:420px;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.07),rgba(255,255,255,0) 70%);}
.hero-blob-2{bottom:-220px;left:-160px;width:520px;height:520px;background:radial-gradient(circle at 60% 40%,rgba(255,255,255,.05),rgba(255,255,255,0) 70%);}
.hero-top{position:relative;text-align:center;z-index:1;}
.hero-title{color:var(--white);font-size: 24px;font-weight: 700;margin: 0 0 15px 0;}
.venue-tabs{position:relative;z-index: 1;display:inline-flex;align-items:center;gap:4px;background:var(--white);border-radius: 8px;padding: 0 14px;/* box-shadow:0 20px 45px rgba(0,0,0,.25); *//* transform:translateY(46px); */}
.venue-tab{display:flex;align-items:center;gap:8px;background:none;border:0;padding: 15px 8px;cursor:pointer;font-size:14px;font-weight: 600;color: var(--primary-color);white-space:nowrap;position:relative;}
.venue-tab svg{color:var(--secondary-color);flex:0 0 auto;}
.venue-tab.active{color:var(--primary-color);}
.venue-tab-indicator{position:absolute;bottom: 0;height:2px;background:var(--secondary-color);border-radius:2px;transition:left 300ms cubic-bezier(.4,0,.2,1),width 300ms cubic-bezier(.4,0,.2,1);}
.venue-hero-card-section{background:var(--white);position:relative;z-index:5;margin-top:-46px;padding-top:46px;}
.venue-hero-card{background: #f5f5f5;border-radius: 10px;padding: 70px 60px 44px;text-align:center;position:relative;z-index:0;width: 80%;margin: -25px auto 0;}
.venue-hero-card h2{color:var(--primary-color);font-size: 32px;font-weight: 700;margin:0 0 16px;}
.venue-hero-card p{color: var(--body-color);font-size:16px;line-height:1.6;margin:0 0 36px;}
.search-filters{display:flex;align-items:stretch;gap:14px;text-align:left;}
.filter-field{flex:1;display:flex;align-items:center;justify-content:space-between;gap:10px;background:var(--white);border:1px solid #e2e0da;border-radius:10px;padding:14px 18px;font-family:var(--body-font);font-size:15px;color:#333;cursor:pointer;text-align:left;}
.filter-field svg{color:#8a8a8a;flex:0 0 auto;}
.filter-field-text{display:flex;flex-direction:column;align-items:flex-start;gap:2px;text-align:left;}
.filter-field-sublabel{font-size:11px;color:#999;font-weight:600;}
.filter-field-value{font-size:14.5px;font-weight:700;color:#333;}
.date-field{position:relative;}
.date-field span, .dropdown-field span{pointer-events:none;}
.date-calendar{position:absolute;top:calc(100% + 10px);left:0;width:320px;background:var(--white);border-radius:16px;box-shadow:0 25px 60px rgba(16,60,52,.22);border:1px solid #eee;padding:18px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity 200ms ease,transform 200ms ease,visibility 200ms ease;z-index:60;cursor:default;}
.date-field.open .date-calendar{opacity:1;visibility:visible;transform:translateY(0);}
.date-cal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;pointer-events:auto;}
.date-cal-month{font-size:14.5px;font-weight:800;color:var(--primary-color);}
.date-cal-nav{width:30px;height:30px;border-radius:50%;border:0;background:#f5f4f1;color:var(--primary-color);display:flex;align-items:center;justify-content:center;cursor:pointer;pointer-events:auto;}
.date-cal-nav:hover{background:var(--primary-color);color:#fff;}
.date-cal-weekdays{display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:6px;}
.date-cal-weekdays span{text-align:center;font-size:11px;font-weight:700;color:#999;text-transform:uppercase;pointer-events:none;}
.date-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:3px 0;pointer-events:auto;}
.date-cal-day{width:100%;aspect-ratio:1;border:0;background:none;border-radius:8px;font-size:13.5px;color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center;font-family:var(--body-font);pointer-events:auto;position:relative;}
.date-cal-day:hover{background:#f0ede3;}
.date-cal-day.muted{color:#ccc;}
.date-cal-day.today{color:var(--secondary-color);font-weight:800;}
.date-cal-day.in-range{background:#eef0ec;border-radius:0;color:#333;}
.date-cal-day.range-start, .date-cal-day.range-end{background:var(--primary-color);color:#fff;font-weight:800;}
.date-cal-day.range-start{border-radius:8px 0 0 8px;}
.date-cal-day.range-end{border-radius:0 8px 8px 0;}
.date-cal-day.range-start.range-end{border-radius:8px;}
.date-cal-footer{margin-top:12px;padding-top:12px;border-top:1px solid #eee;display:flex;justify-content:space-between;align-items:center;pointer-events:auto;}
.date-cal-today, .date-cal-clear{background:none;border:0;color:var(--secondary-color);font-size:13px;font-weight:700;cursor:pointer;font-family:var(--body-font);pointer-events:auto;}
.date-cal-today:hover, .date-cal-clear:hover{color:var(--primary-color);}
.date-cal-clear{color:#999;}
.search-submit-btn{flex:0 0 auto;justify-content: center;display:flex;align-items:center;gap:10px;background:var(--secondary-color);color:var(--white);border:0;border-radius:10px;padding:16px 34px;font-family:var(--body-font);font-size:16px;font-weight:700;cursor:pointer;}
.search-submit-btn:hover{background:var(--primary-color);}
.hero-checkbox{display:flex;align-items:center;gap:10px;margin-top:22px;text-align:left;font-size:14px;color: var(--body-color);cursor:pointer;}
.hero-checkbox input{width:18px;height:18px;accent-color:var(--secondary-color);cursor:pointer;flex:0 0 auto;}

/*************** DROPDOWN FIELDS (Event Type / Location) ***************/
.dropdown-field{position:relative;}
.dropdown-panel{position:absolute;top:calc(100% + 10px);left:0;min-width:220px;background:var(--white);border:1px solid #eee;border-radius:14px;box-shadow:0 25px 60px rgba(16,60,52,.22);padding:8px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity 200ms ease,transform 200ms ease,visibility 200ms ease;z-index:60;}
.dropdown-field.open .dropdown-panel{opacity:1;visibility:visible;transform:translateY(0);}
.dropdown-option{display:block;width:100%;text-align:left;background:none;border:0;padding:10px 14px;border-radius:8px;font-family:var(--body-font);font-size:14px;color:#333;cursor:pointer;pointer-events:auto;}
.dropdown-option:hover{background:#f5f4f1;}
.dropdown-option.active{background:var(--primary-color);color:#fff;font-weight:700;}

/*************** VENUE TYPES ***************/
.venue-types{padding:90px 0;}
.section-head{text-align:center;margin:0 0 46px;}
.heading{color:var(--primary-color);font-size:32px;font-weight:700;margin:0 0 12px;}
.head-cap{color:var(--black);font-size:16px;margin:0;}
.venue-type-grid{display: flex;gap: 15px 1%;flex-wrap: wrap;justify-content: center;}
.venue-type-card{background:var(--white);border:1px solid #ececec;border-radius: 8px;padding: 20px;text-align:center;transition:all 250ms ease;flex: 0 0 19.2%;}
.venue-type-card:hover{box-shadow: 0 18px 32px rgba(16,60,52,.1);transform:translateY(-4px);border-color:#e2e2e2;}
.venue-type-icon{width:68px;height:68px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 22px;color:var(--primary-color);}
.venue-type-icon-cream{background:#f5ede1;}
.venue-type-icon-mint{background:#e8efec;}
.venue-type-card h3{color:var(--primary-color);font-size:19px;font-weight:800;margin:0 0 6px;}
.venue-type-card p{color:#777;font-size:14px;margin:0;}

/*************** WHY MYVENUEZ ***************/
.why-section{padding:0 0 90px;}
.why-panel{background: #f5f5f5;border-radius: 8px;padding:50px 44px;}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap: 20px;}
.why-card{background:var(--white);border-radius: 8px;padding:28px 24px;display:flex;gap:14px;}
.why-number{width:44px;height:44px;border-radius:50%;border:1.5px solid var(--secondary-color);color:var(--secondary-color);display:flex;align-items:center;justify-content:center;font-size: 24px;font-weight: 700;flex:0 0 auto;}
.why-card-text h3{color:var(--primary-color);font-size: 20px;font-weight: 700;margin:0 0 8px;}
.why-card-text p{color: #3d3d3d;font-size: 14px;line-height:1.6;margin:0;}

/*************** ACCOMMODATION PROMOTIONS ***************/

.promo-section {
    padding: 0 0 90px;
}

.promo-grid {
    display: flex;
    gap: 22px;
    will-change: transform;
    transition: transform 450ms cubic-bezier(.4, 0, .2, 1);
}

.promo-card {
    flex: 0 0 calc((100% - 44px) / 3);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    line-height: normal;
}

.promo-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* Date displayed over the image */
.promo-card .promo-date {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 35px 12px 12px;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.65),
        rgba(0, 0, 0, 0)
    );
    z-index: 2;
}

@media (max-width: 1024px) {
    .promo-card {
        flex: 0 0 calc((100% - 22px) / 2);
    }
}

@media (max-width: 800px) {
    .promo-card {
        flex: 0 0 100%;
    }
}
/*************** CONTACT ***************/
.contact-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:32px;align-items:start;}
.contact-form-card{background:var(--white);border:1px solid #e2e2e2;border-radius:12px;padding:40px;}
.contact-form-card .heading{margin-bottom:8px;}
.contact-form-sub{color:#6a6a6a;font-size:15px;margin-bottom:28px;}
.modern-form{display:flex;flex-direction:column;gap:22px;}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:22px;}
.form-field{position:relative;}
.form-field input, .form-field textarea{width:100%;border:1px solid #d8d8d8;border-radius:8px;padding:22px 16px 10px;font-family:var(--body-font);font-size:15px;color:#1c1c1c;background:var(--white);transition:border-color 200ms ease;}
.form-field textarea{min-height:130px;resize:vertical;padding-top:24px;}
.form-field input:focus, .form-field textarea:focus{outline:none;border-color:var(--primary-color);}
.form-field label{position:absolute;left:16px;top:17px;font-size:15px;color:#565656;pointer-events:none;transition:all 180ms ease;background:var(--white);padding:0 4px;}
.form-field input:focus + label,
.form-field input:not(:placeholder-shown) + label,
.form-field textarea:focus + label,
.form-field textarea:not(:placeholder-shown) + label{top:-8px;left:12px;font-size:12px;font-weight:700;color:var(--primary-color);}
.form-submit-btn{align-self:flex-start;display:inline-flex;align-items:center;gap:10px;background:var(--primary-color);color:var(--white);border:0;font-weight:700;font-size:16px;padding:16px 30px;border-radius:50px;cursor:pointer;transition:background 250ms ease;}
.form-submit-btn:hover{background:var(--secondary-color);}
.contact-info-card{background:var(--primary-color);color:var(--white);border-radius:12px;padding:40px;}
.contact-info-card h3{color:var(--white);font-size:22px;font-weight:700;margin-bottom:8px;}
.contact-info-sub{color:rgba(255,255,255,.75);font-size:14.5px;margin-bottom:28px;}
.contact-info-list{display:flex;flex-direction:column;gap:24px;margin:0 0 28px;}
.contact-info-list li{display:flex;align-items:flex-start;gap:16px;list-style:none;}
.contact-info-icon{flex:0 0 auto;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.12);color:var(--secondary-color);display:flex;align-items:center;justify-content:center;font-size:17px;}
.contact-info-label{display:block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--secondary-color);margin-bottom:4px;}
.contact-info-value{display:block;font-size:15px;color:rgba(255,255,255,.9);line-height:1.5;}
.contact-info-value a{color:rgba(255,255,255,.9);}
.contact-info-value a:hover{color:var(--secondary-color);}
.contact-info-social{display:flex;gap:10px;padding-top:24px;border-top:1px solid rgba(255,255,255,.15);}
.contact-info-social .footer-social-btn{background:rgba(255,255,255,.12);color:var(--white);}
.contact-info-social .footer-social-btn:hover{background:var(--secondary-color);}
@media (max-width:900px){ .contact-grid{grid-template-columns:1fr;} .form-row{grid-template-columns:1fr;} .contact-form-card, .contact-info-card{padding:28px;} }

/*************** LOGIN ***************/
.login-section{padding:0;}
.login-split{position:relative;display:flex;justify-content:center;min-height:calc(100vh - 79px);background:#faf8f3;overflow:hidden;}
.login-split:before, .login-split:after{content:'';position:absolute;border-radius:50%;pointer-events:none;}
.login-split:before{top:-180px;right:-140px;width:480px;height:480px;background:radial-gradient(circle at 30% 30%,rgba(16,60,52,.08),rgba(16,60,52,0) 70%);}
.login-split:after{bottom:-220px;left:-140px;width:520px;height:520px;background:radial-gradient(circle at 60% 40%,rgba(199,162,91,.14),rgba(199,162,91,0) 70%);}
.login-form-panel{display:flex;align-items:center;justify-content:center;padding:60px 40px;width:100%;position:relative;z-index:1;}
.login-form-wrap{width:100%;max-width:450px;background:var(--white);border:1px solid #e2e2e2;border-radius:14px;padding:44px 40px;box-shadow:0 20px 50px rgba(16,60,52,.08);}
.login-title{font-size:28px;font-weight:700;color:var(--primary-color);margin-bottom:8px;}
.login-subtitle{color:#6a6a6a;font-size:15px;margin-bottom:32px;}
.login-form-wrap .modern-form{gap:20px;}
.password-field{position:relative;}
.password-field input{padding-right:48px;}
.password-toggle{position:absolute;right:14px;top:50%;transform:translateY(-50%);background:none;border:0;color:#8a8a8a;cursor:pointer;font-size:16px;padding:6px;}
.password-toggle:hover{color:var(--primary-color);}
.login-form-row{display:flex;align-items:center;justify-content:space-between;font-size:14px;}
.login-checkbox{display:flex;align-items:center;gap:8px;color:#4a4a4a;cursor:pointer;}
.login-checkbox input{width:16px;height:16px;accent-color:var(--primary-color);cursor:pointer;}
.login-forgot-link{color:var(--primary-color);font-weight:600;}
.login-forgot-link:hover{color:var(--secondary-color);}
.login-submit-btn{width:100%;justify-content:center;margin-top:4px;}
.login-divider{position:relative;text-align:center;margin:28px 0;}
.login-divider:before{content:'';position:absolute;left:0;right:0;top:50%;height:1px;background:#e2e2e2;}
.login-divider span{position:relative;background:var(--white);padding:0 14px;color:#9a9a9a;font-size:13px;}
.login-social-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.login-social-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px;border:1px solid #d8d8d8;border-radius:8px;background:var(--white);font-family:var(--body-font);font-size:14px;font-weight:600;color:#333;cursor:pointer;transition:border-color 200ms ease,background 200ms ease;}
.login-social-btn:hover{border-color:var(--primary-color);background:#faf8f3;}
.login-signup-cta{text-align:center;font-size:14.5px;color:#5d5d5d;margin:26px 0 0;}
.login-signup-cta a{color:var(--primary-color);font-weight:700;}
.login-signup-cta a:hover{color:var(--secondary-color);}
.auth-view{display:none;opacity:0;transform:translateY(10px);transition:opacity 260ms ease,transform 260ms ease;}
.auth-view.active{display:block;opacity:1;transform:translateY(0);}
.auth-view.leaving{display:block;opacity:0;transform:translateY(-10px);}
.signup-terms{align-items:flex-start;gap:10px;font-size:13.5px;line-height:1.5;}
.signup-terms input{margin-top:3px;}
.signup-terms a{color:var(--primary-color);font-weight:700;}
.signup-terms a:hover{color:var(--secondary-color);}
.auth-back-btn{display:inline-flex;align-items:center;gap:8px;background:none;border:0;color:#8a8a8a;font-size:13.5px;font-weight:600;cursor:pointer;padding:0;margin-bottom:20px;transition:color 200ms ease;}
.auth-back-btn:hover{color:var(--primary-color);}
.auth-forgot-icon{width:56px;height:56px;border-radius:50%;background:#faf8f3;color:var(--secondary-color);display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:18px;}
@media (max-width:900px){ .login-form-panel{padding:48px 24px;} }

/*************** BLOG ***************/
.blog-featured{display:grid;grid-template-columns:1.1fr 1fr;border:1px solid #e2e2e2;border-radius:14px;overflow:hidden;margin-bottom:44px;}
.blog-featured-img{position:relative;min-height:340px;}
.blog-featured-img img{width:100%;height:100%;object-fit:cover;display:block;}
.blog-featured-body{padding:44px;display:flex;flex-direction:column;justify-content:center;gap:16px;}
.blog-featured-tag{position:static;display:inline-flex;align-self:flex-start;}
.blog-featured-body h2{font-size:26px;font-weight:700;line-height:1.35;margin:0;}
.blog-featured-body h2 a{color:var(--primary-color);}
.blog-featured-body h2 a:hover{color:var(--secondary-color);}
.blog-featured-excerpt{color:#666;font-size:15px;line-height:1.65;margin:0;}
.blog-read-link{display:inline-flex;align-items:center;gap:8px;color:var(--primary-color);font-weight:700;font-size:14.5px;}
.blog-read-link:hover{color:var(--secondary-color);}
.blog-filter-row{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:32px;}
.blog-filter-btn{padding:10px 20px;border-radius:50px;border:1px solid #e2e2e2;background:var(--white);font-family:var(--body-font);font-size:13.5px;font-weight:700;color:#555;cursor:pointer;transition:all 200ms ease;}
.blog-filter-btn:hover, .blog-filter-btn.active{background:var(--primary-color);color:var(--white);border-color:var(--primary-color);}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;}
.blog-card{background:var(--white);border:1px solid #e2e2e2;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:transform 280ms ease,box-shadow 280ms ease;}
.blog-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(16,60,52,.1);}
.blog-card-img{position:relative;aspect-ratio:16/10;overflow:hidden;}
.blog-card-img img{width:100%;height:100%;object-fit:cover;transition:transform 400ms ease;}
.blog-card:hover .blog-card-img img{transform:scale(1.06);}
.blog-card-tag{position:absolute;top:16px;left:16px;background:var(--secondary-color);color:var(--white);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:6px 14px;border-radius:50px;}
.blog-card-body{padding:22px;display:flex;flex-direction:column;gap:10px;flex:1;}
.blog-card-body h3{font-size:18.5px;font-weight:700;line-height:1.35;margin:0;}
.blog-card-body h3 a{color:var(--primary-color);}
.blog-card-body h3 a:hover{color:var(--secondary-color);}
.blog-card-excerpt{color:#666;font-size:14px;line-height:1.6;margin:0;}
.blog-card-meta{display:flex;align-items:center;gap:8px;margin-top:auto;padding-top:14px;border-top:1px solid #eee;font-size:12.5px;color:#8a8a8a;flex-wrap:wrap;}
.blog-card-avatar{width:28px;height:28px;border-radius:50%;background:#faf8f3;display:flex;align-items:center;justify-content:center;color:var(--primary-color);font-size:11px;font-weight:700;flex:0 0 auto;}
.blog-meta-dot{width:3px;height:3px;border-radius:50%;background:#ccc;flex:0 0 auto;}
.blog-newsletter{background:var(--primary-color);border-radius:14px;padding:48px 50px;display:flex;align-items:center;justify-content:space-between;gap:32px;color:var(--white);margin-top:56px;flex-wrap:wrap;}
.blog-newsletter h3{color:var(--white);font-size:22px;font-weight:700;margin-bottom:6px;}
.blog-newsletter p{color:rgba(255,255,255,.75);margin:0;font-size:14.5px;}
.blog-newsletter-form{display:flex;gap:12px;flex-wrap:wrap;}
.blog-newsletter-form input{flex:1;min-width:240px;padding:14px 18px;border-radius:50px;border:0;font-family:var(--body-font);font-size:14px;}
.blog-newsletter-form input:focus{outline:2px solid var(--secondary-color);}
.blog-newsletter-form button{background:var(--secondary-color);color:var(--white);border:0;padding:14px 28px;border-radius:50px;font-weight:700;font-family:var(--body-font);cursor:pointer;white-space:nowrap;transition:background 200ms ease;}
.blog-newsletter-form button:hover{background:var(--white);color:var(--primary-color);}

/*************** BLOG DETAILS ***************/
.blog-article-layout{display:grid;grid-template-columns:1fr 320px;gap:48px;align-items:start;}
.blog-article-tag{position:static;display:inline-flex;align-self:flex-start;margin-bottom:18px;}
.blog-article-title{color:var(--primary-color);font-size:34px;font-weight:700;line-height:1.3;margin:0 0 22px;}
.blog-article-meta{display:flex;align-items:center;gap:14px;margin-bottom:26px;}
.blog-article-meta > div{display:flex;flex-direction:column;gap:2px;}
.blog-article-author{font-weight:700;color:var(--primary-color);font-size:15px;}
.blog-article-date{font-size:13px;color:#8a8a8a;}
.blog-article-hero{border-radius:12px;overflow:hidden;margin-bottom:32px;}
.blog-article-hero img{width:100%;display:block;}
.blog-article p{color:#3a3a3a;font-size:16px;line-height:1.85;margin:0 0 22px;}
.blog-article h2{color:var(--primary-color);font-size:22px;font-weight:700;margin:36px 0 16px;}
.blog-article blockquote{margin:32px 0;padding:8px 0;text-align:center;}
.blog-article blockquote i{color:var(--secondary-color);font-size:20px;margin-bottom:12px;display:block;}
.blog-article blockquote p{font-size:19px;font-style:italic;color:var(--primary-color);font-weight:600;line-height:1.6;margin:0;}
.blog-article-image{border-radius:12px;overflow:hidden;margin:32px 0;}
.blog-article-image img{width:100%;display:block;}
.blog-article-share{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;padding:26px 0;margin-top:36px;border-top:1px solid #eee;border-bottom:1px solid #eee;}
.blog-article-share span{font-weight:700;color:var(--primary-color);font-size:14.5px;}
.blog-share-icons{display:flex;gap:10px;}
.blog-share-icons a{width:38px;height:38px;border-radius:50%;background:#faf8f3;color:var(--primary-color);display:flex;align-items:center;justify-content:center;font-size:14px;transition:all 200ms ease;}
.blog-share-icons a:hover{background:var(--primary-color);color:var(--white);}
.blog-author-card{display:flex;gap:20px;background:#faf8f3;border-radius:12px;padding:28px;margin-top:32px;}
.blog-author-avatar{width:56px;height:56px;font-size:18px;flex:0 0 auto;}
.blog-author-name{display:block;font-weight:700;color:var(--primary-color);font-size:16px;margin-bottom:6px;}
.blog-author-card p{margin:0;font-size:14px;color:#666;line-height:1.65;}
.blog-sidebar{position:sticky;top:96px;display:flex;flex-direction:column;gap:24px;}
.blog-sidebar-card{background:var(--white);border:1px solid #e2e2e2;border-radius:12px;padding:26px;}
.blog-sidebar-card h4{color:var(--primary-color);font-size:16px;font-weight:700;margin-bottom:18px;}
.blog-category-list{display:flex;flex-direction:column;gap:4px;margin:0;}
.blog-category-list li{list-style:none;}
.blog-category-list a{display:flex;align-items:center;justify-content:space-between;padding:10px 0;font-size:14px;color:#4a4a4a;border-bottom:1px solid #f0f0f0;}
.blog-category-list li:last-child a{border-bottom:0;}
.blog-category-list a:hover{color:var(--primary-color);}
.blog-category-list a span:last-child{color:#aaa;font-size:12.5px;}
.blog-recent-list{display:flex;flex-direction:column;gap:16px;margin:0;}
.blog-recent-list li{list-style:none;display:flex;gap:12px;align-items:flex-start;}
.blog-recent-list img{width:64px;height:64px;border-radius:8px;object-fit:cover;flex:0 0 auto;}
.blog-recent-list li > div{display:flex;flex-direction:column;gap:6px;}
.blog-recent-list a{font-size:13.5px;font-weight:700;color:var(--primary-color);line-height:1.4;}
.blog-recent-list a:hover{color:var(--secondary-color);}
.blog-recent-list span{font-size:12px;color:#999;}
.blog-sidebar-cta{background:var(--primary-color);border-color:var(--primary-color);}
.blog-sidebar-cta h4, .blog-sidebar-cta p{color:var(--white);}
.blog-sidebar-cta p{font-size:13.5px;margin-bottom:20px;}
.blog-sidebar-btn{width:100%;justify-content:center;text-decoration:none;background:var(--secondary-color);}
.blog-sidebar-btn:hover{background:var(--white);color:var(--primary-color);}
.blog-related{margin-top:64px;padding-top:48px;border-top:1px solid #eee;}
.blog-related h3{color:var(--primary-color);font-size:22px;font-weight:700;margin-bottom:28px;}
.blog-related .venue-slider-viewport{overflow:hidden;}
.blog-related .blog-grid{display:flex;gap:28px;will-change:transform;transition:transform 450ms cubic-bezier(.4,0,.2,1);}
.blog-related .blog-card{flex:0 0 calc((100% - 56px) / 3);}
.blog-related .venue-slider-prev{left:-24px;}
.blog-related .venue-slider-next{right:-24px;}
@media (max-width:1024px){ .blog-related .blog-card{flex:0 0 calc((100% - 28px) / 2);} }
@media (max-width:800px){ .blog-related .blog-card{flex:0 0 100%;} .blog-related .venue-slider-prev{left:0;} .blog-related .venue-slider-next{right:0;} }
@media (max-width:1100px){ .blog-grid{grid-template-columns:repeat(2,1fr);} .blog-article-layout{grid-template-columns:1fr;} .blog-sidebar{position:static;} }
@media (max-width:800px){ .blog-featured{grid-template-columns:1fr;} .blog-grid{grid-template-columns:1fr;} .blog-newsletter{flex-direction:column;align-items:flex-start;} }

/*************** PACKAGES ***************/
.packages-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;align-items:stretch;margin-top:44px;}
.package-card{background:var(--white);border:1px solid #e2e2e2;border-radius:14px;padding:40px 32px;display:flex;flex-direction:column;gap:20px;position:relative;transition:transform 280ms ease,box-shadow 280ms ease;}
.package-card:hover{transform:translateY(-8px);box-shadow:0 24px 50px rgba(16,60,52,.1);}
.package-card.featured{border-color:var(--primary-color);background:var(--primary-color);color:var(--white);}
.package-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--secondary-color);color:var(--white);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:6px 18px;border-radius:50px;}
.package-name{font-size:20px;font-weight:700;color:var(--primary-color);}
.package-card.featured .package-name{color:var(--white);}
.package-price{font-size:34px;font-weight:800;color:var(--primary-color);}
.package-card.featured .package-price{color:var(--white);}
.package-price span{font-size:13.5px;font-weight:600;color:#999;}
.package-card.featured .package-price span{color:rgba(255,255,255,.65);}
.package-desc{font-size:14px;color:#777;margin:0;}
.package-card.featured .package-desc{color:rgba(255,255,255,.75);}
.package-features{display:flex;flex-direction:column;gap:12px;margin:0;flex:1;}
.package-features li{list-style:none;display:flex;gap:10px;align-items:flex-start;font-size:14.5px;color:#3a3a3a;}
.package-card.featured .package-features li{color:rgba(255,255,255,.9);}
.package-features li i{color:var(--secondary-color);margin-top:3px;flex:0 0 auto;}
.package-cta{width:100%;justify-content:center;}
.package-cta-light{background:var(--secondary-color);}
.package-cta-light:hover{background:var(--white);color:var(--primary-color);}
.packages-custom-strip{background:#faf8f3;border:1px solid #e6e1d3;border-radius:14px;padding:40px 44px;display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:32px;flex-wrap:wrap;}
.packages-custom-strip h3{color:var(--primary-color);font-size:21px;font-weight:700;margin-bottom:6px;}
.packages-custom-strip p{color:#666;margin:0;font-size:14.5px;}
.packages-custom-btn{white-space:nowrap;}
@media (max-width:1024px){ .packages-grid{grid-template-columns:1fr;} .package-card.featured{order:-1;} }

/*************** FEATURED VENUES ***************/
.featured-venues{background: #f5f5f5;padding:90px 0;}
.venue-slider{position:relative;}
.venue-slider-viewport{overflow:hidden;}
.venue-card-grid{display:flex;gap:24px;will-change:transform;transition:transform 450ms cubic-bezier(.4,0,.2,1);}
.venue-card{background:var(--white);border-radius: 8px;overflow:hidden;display:flex;flex-direction:column;flex:0 0 calc((100% - 48px) / 3);}
.venue-slider-nav{position:absolute;top:calc(50% - 2px);transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:var(--white);border:1px solid #e2e2e2;color:var(--primary-color);display:flex;align-items:center;justify-content:center;font-size:16px;box-shadow:0 8px 20px rgba(0,0,0,.1);cursor:pointer;z-index:2;transition:background 200ms ease,color 200ms ease;}
.venue-slider-nav:hover{background:var(--primary-color);color:var(--white);}
.venue-slider-nav:disabled{opacity:.35;cursor:default;}
.venue-slider-nav:disabled:hover{background:var(--white);color:var(--primary-color);}
.venue-slider-prev{left:-24px;}
.venue-slider-next{right:-24px;}
.banner-gallery{background:var(--white);padding:0;}
.banner-gallery-slider{position:relative;}
.banner-gallery-grid{display:flex;gap:20px;will-change:transform;transition:transform 450ms cubic-bezier(.4,0,.2,1);}
.banner-gallery-card{flex:0 0 calc((100% - 80px) / 5);border-radius:10px;overflow:hidden;line-height:0;box-shadow:0 6px 18px rgba(0,0,0,.08);position:relative;}
.banner-gallery-card img{
    width:100%;
    height:212px;
    object-fit:cover;
    display:block;
    transition:transform 300ms ease-in-out;
}
.banner-gallery-card:hover img{transform:scale(1.05);}
.banner-gallery-zoom{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(16,60,52,.35);color:var(--white);opacity:0;transition:opacity 200ms ease;}
.banner-gallery-card:hover .banner-gallery-zoom{opacity:1;}
.banner-gallery-zoom svg{width:36px;height:36px;}
.banner-gallery-slider .venue-slider-prev{left:-24px;}
.banner-gallery-slider .venue-slider-next{right:-24px;}
.banner-gallery-slider .venue-slider-dots{display:none;}
@media (max-width:1024px){ .banner-gallery-card{flex:0 0 calc((100% - 40px) / 3);} }
@media (max-width:800px){ .banner-gallery-card{flex:0 0 calc((100% - 20px) / 2);} .banner-gallery-card img{height:130px;} .banner-gallery-slider .venue-slider-prev{left:0;} .banner-gallery-slider .venue-slider-next{right:0;} }
.venue-slider-dots{display:flex;justify-content:center;gap:10px;margin-top:32px;}
.venue-slider-dots button{width:9px;height:9px;padding:0;border-radius:50%;background:#d9d9d9;border:none;cursor:pointer;transition:background 200ms ease,transform 200ms ease;}
.venue-slider-dots button.is-active{background:var(--secondary-color);transform:scale(1.25);}
.venue-card-img{width:100%; height: 280px; line-height: 0px; overflow: hidden; }
.venue-card-img img {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.venue-card:hover .venue-card-img img{-moz-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1);transform: scale(1.1, 1.1);}
.venue-card-body{padding: 26px 28px 30px;}
.venue-card-body h3{color:var(--primary-color);font-size: 20px;font-weight: 500;margin:0 0 10px;}
.venue-loc{display:flex;align-items:center;gap:8px;color: #3d3d3d;font-size: 14px;margin:0 0 16px;}
.venue-loc i{color:var(--secondary-color);}
.venue-meta-row{display:flex;align-items:center;gap:24px;}
.venue-meta-row span{display:flex;align-items:center;gap:8px;color: #3d3d3d;font-size: 14px;}
.venue-meta-row i{color:var(--secondary-color);}
.venue-card-footer{display:flex;align-items:center;justify-content:space-between;padding: 22px 28px 26px;border-top: 1px solid #d9d9d9;margin-top:auto;}
.price-label{display:block;font-size: 12px;letter-spacing:.06em;color: #5a5a5a;margin-bottom:4px;}
.price-value{font-size:16px;font-weight: 700;color: var(--body-color);}
.price-value em{font-style:normal;font-size:12px;font-weight:600;color:#8a8a8a;}
.book-now-btn{background:var(--primary-color);color:var(--white);font-size:14px;padding: 10px 15px;border-radius: 6px;}
.book-now-btn:hover{background:var(--secondary-color);color:var(--white);}

/*************** GALLERY LIGHTBOX ***************/
.gallery-lightbox{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity 250ms ease,visibility 250ms ease;}
.gallery-lightbox.active{opacity:1;visibility:visible;}
.gallery-lightbox-backdrop{position:absolute;inset:0;background:rgba(8,20,17,.92);}
.gallery-lightbox-inner{position:relative;z-index:1;width:min(920px,90vw);display:flex;align-items:center;justify-content:center;}
.gallery-lightbox-figure{margin:0;width:100%;display:flex;flex-direction:column;align-items:center;gap:14px;transform:scale(.96);transition:transform 250ms ease;}
.gallery-lightbox.active .gallery-lightbox-figure{transform:scale(1);}
.gallery-lightbox-figure img{width:100%;max-height:78vh;object-fit:contain;border-radius:8px;background:#000;}
.gallery-lightbox-counter{color:rgba(255,255,255,.75);font-size:13px;letter-spacing:.04em;}
.gallery-lightbox-close{position:absolute;top:-52px;right:0;width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.25);color:var(--white);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background 200ms ease;z-index:2;}
.gallery-lightbox-close:hover{background:var(--secondary-color);border-color:var(--secondary-color);}
.gallery-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.25);color:var(--white);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background 200ms ease;z-index:2;}
.gallery-lightbox-nav:hover{background:var(--secondary-color);border-color:var(--secondary-color);}
.gallery-lightbox-prev{left:-64px;}
.gallery-lightbox-next{right:-64px;}
.banner-gallery-card{cursor:pointer;border:0;padding:0;}
@media (max-width:960px){
.gallery-lightbox-inner{width:92vw;}
.gallery-lightbox-close{top:-46px;width:38px;height:38px;}
.gallery-lightbox-prev{left:4px;}
.gallery-lightbox-next{right:4px;}
}

/*************** BREADCRUMB ***************/
.breadcrumb-bar{background:var(--white);padding:16px 0;}
.breadcrumb-list{display:flex;align-items:center;gap:8px;list-style:none;margin:0;padding:0;flex-wrap:wrap;}
.breadcrumb-list li{font-size:13.5px;color:#6a6a6a;display:flex;align-items:center;gap:8px;}
.breadcrumb-list li:not(:last-child)::after{content:"/";color:#cfcac0;}
.breadcrumb-list a{color:#6a6a6a;text-decoration:none;transition:color 200ms ease;}
.breadcrumb-list a:hover{color:var(--secondary-color);}
.breadcrumb-list li[aria-current="page"]{color:var(--primary-color);font-weight:600;}

/*************** VENUE REVIEWS ***************/
.reviews-block{margin-bottom:0;}
.reviews-block-head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px;margin-bottom:22px;}
.reviews-summary{display:flex;align-items:center;gap:10px;}
.reviews-summary-score{font-size:20px;font-weight:700;color:var(--primary-color);}
.reviews-summary-stars{display:flex;gap:2px;color:var(--secondary-color);}
.reviews-summary-count{font-size:14px;color:#6a6a6a;}
.reviews-slider{position:relative;padding:0 4px;}
.reviews-grid{display:flex;gap:24px;will-change:transform;transition:transform 450ms cubic-bezier(.4,0,.2,1);}
.review-card{flex:0 0 calc((100% - 24px) / 2);background:#f5f5f5;border-radius:12px;padding:26px;display:flex;flex-direction:column;gap:14px;}
.review-card-stars{display:flex;gap:3px;color:var(--secondary-color);}
.review-card-text{font-size:14.5px;line-height:1.7;color:#3d3d3d;margin:0;flex:1;}
.review-card-author{display:flex;align-items:center;gap:12px;}
.review-avatar{width:38px;height:38px;border-radius:50%;background:var(--primary-color);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0;}
.review-author-info{display:flex;flex-direction:column;}
.review-author-name{font-size:14px;font-weight:700;color:var(--body-color);}
.review-date{font-size:12.5px;color:#8a8a8a;}
.reviews-slider .venue-slider-prev{left:-24px;}
.reviews-slider .venue-slider-next{right:-24px;}
@media (max-width:1024px){ .review-card{flex:0 0 100%;} .reviews-slider .venue-slider-prev{left:0;} .reviews-slider .venue-slider-next{right:0;} }
@media (max-width:600px){ .review-card{padding:20px;} .reviews-block-head{flex-direction:column;align-items:flex-start;} }

/*************** VENUE DETAIL ***************/
.venue-detail-section{padding-top:0;}
.venue-detail-grid{display:grid;grid-template-columns:1fr 360px;gap:48px;align-items:start;}
.venue-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;flex-wrap:wrap;border-bottom:1px solid #e2e0da;padding-bottom:24px;margin-bottom:24px;}
.venue-detail-title{color:var(--primary-color);font-size:32px;font-weight:700;margin:0 0 10px;}
.venue-detail-headline .venue-detail-loc{margin:0 0 12px;}
.venue-detail-rating{display:flex;align-items:center;gap:10px;}
.rating-badge{background:var(--primary-color);color:var(--white);font-size:14px;font-weight:700;padding:5px 10px;border-radius:6px;}
.rating-text{font-size:14px;font-weight:600;color:var(--body-color);}
.rating-count{font-weight:400;color:#6a6a6a;}
.venue-detail-loc{margin:0;font-size:15px;}
.venue-detail-actions{display:flex;gap:10px;}
.detail-icon-btn{display:flex;align-items:center;gap:8px;background:var(--white);border:1px solid #e2e0da;border-radius:8px;padding:9px 16px;font-size:14px;font-weight:600;color:var(--primary-color);cursor:pointer;transition:all 200ms ease;}
.detail-icon-btn:hover{background:var(--primary-color);color:var(--white);border-color:var(--primary-color);}
.venue-highlight-strip{display:flex;flex-wrap:wrap;gap:28px;padding:22px 0 30px;border-bottom:1px solid #e2e0da;margin-bottom:30px;}
.highlight-item{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;color:var(--body-color);}
.highlight-item svg{color:var(--secondary-color);flex-shrink:0;}
.venue-detail-block{margin-bottom:36px;}
.venue-detail-block h2{color:var(--primary-color);font-size:22px;font-weight:700;margin:0 0 16px;}
.venue-detail-block p{font-size:15px;line-height:1.75;color:#3d3d3d;margin:0;}
.amenities-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px 24px;}
.amenity-item{display:flex;align-items:center;gap:12px;font-size:14.5px;color:var(--body-color);}
.amenity-item svg{color:var(--secondary-color);flex-shrink:0;}
.house-rules-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px;}
.house-rules-list li{display:flex;align-items:flex-start;gap:10px;font-size:14.5px;color:#3d3d3d;line-height:1.5;}
.house-rules-list svg{color:var(--secondary-color);flex-shrink:0;margin-top:2px;}
.venue-detail-sidebar{position:sticky;top:100px;}
.booking-card{background:#f5f5f5;border-radius:12px;padding:28px;display:flex;flex-direction:column;gap:16px;}
.booking-card-price{border-bottom:1px solid #e2e0da;padding-bottom:16px;}
.booking-card-price .price-value{font-size:26px;font-weight:700;color:var(--primary-color);}
.price-unit{font-size:14px;font-weight:500;color:#6a6a6a;margin-left:4px;}
.booking-card-field{display:flex;flex-direction:column;gap:8px;}
.booking-card-date{display:flex;align-items:center;gap:10px;background:var(--white);border:1px solid #e2e0da;border-radius:8px;padding:12px 14px;font-size:14px;color:#5a5a5a;}
.booking-card-date svg{color:var(--secondary-color);flex-shrink:0;}
.booking-card-date.date-field{cursor:pointer;}
.booking-card-date .date-calendar{width:290px;}
.booking-card-cta{text-align:center;padding:14px;font-size:15px;border-radius:8px;}
.enquiry-btn{text-align:center;padding:13px;font-size:15px;font-weight:600;border-radius:8px;background:var(--white);border:1px solid var(--primary-color);color:var(--primary-color);transition:all 200ms ease;}
.enquiry-btn:hover{background:var(--primary-color);color:var(--white);}
.booking-card-trust{list-style:none;margin:6px 0 0;padding:0;display:flex;flex-direction:column;gap:10px;}
.booking-card-trust li{display:flex;align-items:center;gap:10px;font-size:13px;color:#5a5a5a;}
.booking-card-trust svg{color:var(--secondary-color);flex-shrink:0;}
@media (max-width:1024px){
.venue-detail-grid{grid-template-columns:1fr;}
.venue-detail-sidebar{position:static;}
}
@media (max-width:600px){
.venue-detail-title{font-size:24px;}
.venue-detail-head{flex-direction:column;}
.amenities-grid{grid-template-columns:repeat(2,1fr);}
.venue-highlight-strip{gap:18px;}
.booking-card{padding:22px;}
}

/*************** PACKAGES ***************/
.packages-section{padding:80px 0 80px;}
.package-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;}
.package-card{position:relative;display:flex;align-items:flex-start;gap:24px;border-radius: 10px;padding:36px 70px 36px 34px;color:inherit;transition:transform 250ms ease,box-shadow 250ms ease;}
.package-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(16,60,52,.12);}
.package-mint{background:#e8efec;}
.package-cream{background:#f5ede1;}
.package-icon{flex:0 0 auto;display:flex;}
.package-text h3{color:var(--primary-color);font-size: 32px;font-weight: 600;margin:0 0 10px;}
.package-text p{color: var(--body-color);font-size: 16px;line-height:1.65;margin:0;}
.package-arrow-btn{position:absolute;right:24px;bottom:24px;width:36px;height:36px;border-radius:50%;background:var(--white);display:flex;align-items:center;justify-content:center;color:var(--primary-color);box-shadow:0 4px 10px rgba(0,0,0,.08);}
.package-card:hover .package-arrow-btn{background:var(--primary-color);color:var(--white);}

/*************** AI PLANNER ***************/
.ai-planner-section{padding:0 0 90px;}
.ai-planner-panel{
    background-image: url(../images/bg2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius:20px;
    padding:56px 60px;
    display:flex;
    align-items:center;
    gap:56px;
}
.ai-planner-left{position:relative;flex: 0 0 47%;}
.ai-mock-card{position:absolute;top:0;left:0;width:290px;height:220px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:16px;padding:26px 24px;}
.ai-mock-badge{position:absolute;top:20px;right:20px;width:22px;height:22px;border-radius:50%;background:var(--secondary-color);}
.skeleton-line{height:8px;border-radius:4px;background:rgba(255,255,255,.35);margin-bottom:14px;}
.skeleton-line-title{width:45%;height:10px;margin-top:8px;}
.skeleton-line.short{width:60%;}
.ai-mock-callout{position:absolute;left:24px;bottom:-52px;width:calc(100% - 48px);background:rgba(30,58,50,.9);border-radius:12px;padding:14px 16px;display:flex;align-items:center;gap:12px;box-shadow:0 15px 30px rgba(0,0,0,.25);}
.ai-mock-check{width:34px;height:34px;border-radius:50%;background:var(--secondary-color);color:var(--white);display:flex;align-items:center;justify-content:center;flex:0 0 auto;font-size:14px;}
.ai-mock-callout-text{display:flex;flex-direction:column;gap:2px;}
.ai-mock-callout-label{font-size:12px;color:#d8ded9;}
.ai-mock-callout-value{font-size:15px;font-weight:800;color:var(--white);}
.ai-mock-photo{position:absolute;left:170px;bottom:-95px;width:210px;height:150px;border-radius:14px;background:linear-gradient(135deg,#26405c,#16283b);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.5);box-shadow:0 20px 40px rgba(0,0,0,.35);}

.ai-planner-right{flex:1;}
.ai-tag{display:inline-flex;align-items:center;gap:10px;color: var(--white);font-size: 16px;font-weight:700;margin-bottom:18px;}
.ai-tag i{color: var(--secondary-color);font-size: 20px;}
.ai-planner-right h2{color:var(--white);font-size: 46px;font-weight: 700;line-height:1.25;margin:0 0 18px;}
.ai-planner-right p{color:#d6ddd8;font-size: 16px;line-height:1.65;margin: 0 0 20px;max-width:520px;}

/* Feature row (supports 2 or 3 boxes) */
.ai-feature-row{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
}

.ai-feature-box{
    text-decoration:none;
    color:inherit;
    transition:all .3s ease;
    flex:1;
    min-width:150px;
    display:flex;
    align-items:center;
    gap:14px;
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 8px;
    padding: 10px 12px;
}
.ai-feature-box:hover{
    border-color:var(--secondary-color);
    background:rgba(255,255,255,.06);
    transform:translateY(-3px);
}

.ai-feature-icon{
    color:var(--secondary-color);
    justify-content:center;
    font-size: 24px;
    flex:0 0 auto;
}

.ai-feature-text{display:flex;flex-direction:column;gap:2px;}
.ai-feature-text strong{color:var(--white);font-size: 16px;font-weight: 600;}
.ai-feature-text span{color:#c9d1cb;font-size: 13px;}

/* CTA button under the feature row */
.ai-planner-cta{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-top:24px;
    padding:14px 28px;
    background:var(--secondary-color);
    color:var(--white);
    font-size:16px;
    font-weight:700;
    border-radius:8px;
    text-decoration:none;
    transition:all .3s ease;
}
.ai-planner-cta:hover{
    background:var(--white);
    color:var(--secondary-color);
}
.ai-planner-cta i{
    transition:transform .3s ease;
}
.ai-planner-cta:hover i{
    transform:translateX(4px);
}

/* =========================================
   RESPONSIVE
========================================= */
@media (max-width: 992px){
    .ai-planner-panel{
        flex-direction:column;
        padding:40px 30px;
        gap:40px;
    }
    .ai-planner-left{
        flex:0 0 auto;
        width:100%;
        max-width:320px;
    }
    .ai-planner-right h2{
        font-size:32px;
    }
}

@media (max-width:768px){
    .ai-feature-row{
        flex-direction:column;
    }
    .ai-feature-box{
        min-width:100%;
    }
    .ai-planner-right h2{
        font-size:28px;
    }
    .ai-planner-right p{
        font-size:14px;
    }
}

/*************** SERVICES / EVERYTHING YOU NEED ***************/
.services-section{padding:20px 0 90px;}
.service-grid{display: flex;gap: 16px 1%;margin-bottom:40px;flex-wrap: wrap;justify-content: center;}
.service-card{border:1px solid #e6e6e6;border-radius:14px;padding:26px 12px;display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;transition:box-shadow 200ms ease,transform 200ms ease;flex: 0 0 10.2222%;}
.service-card:hover{box-shadow:0 16px 30px rgba(16,60,52,.08);transform:translateY(-3px);}
.service-icon{color:var(--secondary-color);}
.service-label{color:var(--primary-color);font-size:14px;font-weight:600;}
.vendor-cta-wrap{display:flex;justify-content:center;}
.vendor-cta{position:relative;overflow:hidden;display:inline-flex;align-items:center;gap:16px;background:var(--primary-color);color:var(--white);font-size:15px;font-weight:700;padding:16px 16px 16px 26px;border-radius:50px;transition:background 300ms ease,box-shadow 300ms ease,transform 300ms ease;}
.vendor-cta::before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.16) 50%,transparent 70%);transform:translateX(-120%);transition:transform 600ms ease;}
.vendor-cta:hover{background: var(--secondary-color);box-shadow: 0 18px 34px rgba(199, 162, 91, .5);transform:translateY(-2px);color: var(--white);}
.vendor-cta:hover::before{transform:translateX(120%);}
.vendor-cta-arrow{width:34px;height:34px;border-radius:50%;background:var(--white);color:var(--primary-color);display:flex;align-items:center;justify-content:center;flex:0 0 auto;transition:background 300ms ease,color 300ms ease,transform 300ms ease;}
.vendor-cta:hover .vendor-cta-arrow{background: var(--primary-color);color:var(--white);transform:rotate(45deg);}
.offer-section{ padding: 0px 0 50px;}
.offer-section .head-cap{ margin-bottom: 30px;}
.about-wrap{display: flex;flex-wrap: wrap;gap: 25px 5%;}
.about-left{flex: 0 0 47%;}
.about-right{flex: 0 0 48%;}

/*************** FOOTER ***************/
.site-footer{position:relative;background-image: url(../images/bg1.jpg);background-repeat: no-repeat;background-position: center; background-size: cover; overflow:hidden;padding-top:70px;}
.footer-blob{position:absolute;border-radius:50%;pointer-events:none;}
.footer-blob-1{top:-160px;right:-100px;width:460px;height:460px;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.06),rgba(255,255,255,0) 70%);}
.footer-blob-2{bottom:-260px;left:10%;width:600px;height:600px;background:radial-gradient(circle at 60% 40%,rgba(255,255,255,.05),rgba(255,255,255,0) 70%);}
.footer-top{position:relative;z-index:1;display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px;padding-bottom:56px;}
.footer-logo{height: 47px;width:auto;filter:brightness(0) invert(1);margin-bottom:20px;}
.footer-brand p{color: var(--white);line-height:1.65;margin:0 0 22px;max-width:340px;}
.footer-social{display:flex;gap:12px;}
.footer-social-btn{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.12);color:var(--white);display:flex;align-items:center;justify-content:center;transition:background 250ms ease;}
.footer-social-btn:hover{background:var(--secondary-color);color:var(--white);}
.footer-col h4{color:var(--white);font-size: 20px;font-weight:700;margin:0 0 20px;}
.footer-col ul{margin:0;padding:0;display:flex;flex-direction:column;gap:13px;}
.footer-col ul li{list-style:none;}
.footer-col ul li a{color: var(--white);font-size: 16px;}
.footer-col ul li a:hover{color:var(--secondary-color);}
.footer-bottom{position:relative;z-index:1;border-top:1px solid rgba(255,255,255,.15);}
.footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;padding:22px 0;}
.footer-bottom-inner span{color: var(--white);font-size: 14px;}
.footer-legal{display:flex;align-items:center;gap:10px;}
.footer-legal a{color: var(--white);font-size: 14px;}
.footer-legal a:hover{color:var(--secondary-color);}
.footer-legal span{color:#5f7a70;}

/* =====================================================
   Legal Pages
===================================================== */

.legal-page {
    background: #faf9f6;
}

.legal-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}


/* Header */

.legal-header {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 55px;
}

.legal-label {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 30px;
    background: #e8eee9;
    color: #0d473e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 18px;
}

.legal-header h1 {
    margin: 0 0 20px;
    color: #0d5148;
    font-size: 42px;
    font-weight: 500;
}

.legal-intro {
    margin: 0 auto;
    color: #647078;
    font-size: 17px;
    line-height: 1.9;
}


/* Updated */

.legal-updated {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
    padding: 9px 17px;
    border: 1px solid #e5e1d7;
    border-radius: 30px;
    background: #ffffff;
    color: #788087;
    font-size: 13px;
}

.legal-updated strong {
    color: #0d5148;
    font-weight: 600;
}


/* Content */

.legal-content {
    background: #ffffff;
    border: 1px solid #e8e5de;
    border-radius: 22px;
    padding: 15px 45px;
    box-shadow: 0 10px 35px rgba(13, 81, 72, 0.05);
}


/* Individual section */

.legal-section {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 25px;
    padding: 35px 0;
    border-bottom: 1px solid #ece9e2;
}

.legal-section:last-child {
    border-bottom: none;
}


.legal-section-number {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #f5ecd9;
    color: #b58a3b;

    font-size: 13px;
    font-weight: 700;
}


.legal-section-content h2 {
    margin: 0 0 14px;

    color: #0d5148;

    font-size: 22px;
    font-weight: 500;
}


.legal-section-content p {
    margin: 0 0 14px;

    color: #66717a;

    font-size: 16px;
    line-height: 1.85;
}

.legal-section-content p:last-child {
    margin-bottom: 0;
}


/* Support */

.legal-support {
    margin-top: 45px;
    padding: 35px 40px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;

    border-radius: 20px;

    background: #0d473e;
}


.legal-support-label {
    display: block;

    margin-bottom: 7px;

    color: #d0aa60;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
}


.legal-support h3 {
    margin: 0 0 7px;

    color: #ffffff;

    font-size: 23px;
    font-weight: 500;
}


.legal-support p {
    margin: 0;

    color: rgba(255, 255, 255, 0.75);

    font-size: 14px;
    line-height: 1.7;
}


.legal-support-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    padding: 14px 24px;

    border-radius: 30px;

    background: #d0aa60;
    color: #ffffff;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none;

    white-space: nowrap;

    transition: all 0.3s ease;
}


.legal-support-btn:hover {
    background: #bd9650;
    color: #ffffff;
    transform: translateY(-2px);
}


.legal-support-btn span {
    font-size: 18px;
}


/* =====================================================
   Responsive
===================================================== */

@media (max-width: 768px) {

    .legal-header {
        margin-bottom: 35px;
    }

    .legal-header h1 {
        font-size: 32px;
    }

    .legal-intro {
        font-size: 15px;
        line-height: 1.7;
    }

    .legal-content {
        padding: 10px 22px;
        border-radius: 16px;
    }

    .legal-section {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 28px 0;
    }

    .legal-section-number {
        width: 42px;
        height: 42px;
    }

    .legal-section-content h2 {
        font-size: 19px;
    }

    .legal-section-content p {
        font-size: 15px;
        line-height: 1.75;
    }

    .legal-support {
        flex-direction: column;
        align-items: flex-start;
        padding: 28px;
    }

    .legal-support-btn {
        width: 100%;
        justify-content: center;
    }

}

/*************** INNERPAGE ***************/
.banner{background-image: url(../images/bg1.jpg);background-position: center;background-repeat: no-repeat;background-size: cover;height: 150px;display: flex;align-items: center;} 
.banner-search{height: 200px;position: relative;z-index: 1;}
.banner-search .venue-tabs{ display: none;}
.banner-search .venue-hero-card{ background-color: transparent; padding: 0px; margin: 0 auto;}
.banner-search .hero-title{ text-align: center;}
.venue-card-grid-inner{ flex-wrap: wrap;}
.pad{ padding: 50px 0px;}
.venue-card-grid-inner .venue-card{ border: 1px solid #e2e2e2;}
.bredcrump-normal{ height: 150px; text-align: center;}
.bredcrump-normal h2{ color: var(--white);font-weight: 700;font-size: 28px;margin-bottom: 8px;}
.bredcrump-normal .breadcrumb-list a{color: var(--white);}
.bredcrump-normal .breadcrumb-list li{color: var(--white);}
.bredcrump-normal .breadcrumb-list a:hover{color: var(--secondary-color);}
.bredcrump-normal .breadcrumb-list{ justify-content: center;}



/************************************* 1330px *************************************/
@media only screen and (max-width: 1450px) {
.container{ width:95%;}
.scrollwrap { width: 100% !important; padding: 0;}
header .container{ width: 100%; padding-left: 15px; padding-right: 15px;}
}

/************************************* 1400px *************************************/
@media only screen and (max-width: 1400px) {
.logo img { height: 40px;}
.header-inner{ gap:15px}
.utility-links li { padding: 0 8px;}
.venue-hero-card{ width: 85%;}
}

/************************************* 1300px *************************************/
@media only screen and (max-width: 1300px) {
.main-nav ul { gap: 12px;}
}

/************************************* 1260px *************************************/
@media only screen and (max-width: 1260px) {
.utility-links{ display: none;}
.venue-hero-card{ width: 100%;}
}

/************************************* 1180px *************************************/
@media only screen and (max-width: 1180px) {
.why-grid { grid-template-columns: repeat(2, 1fr);}
.service-card{flex: 0 0 19.2%;}
}

/************************************* 1024px *************************************/
@media only screen and (max-width: 1024px) {
.container{ width:90%;}
.main-nav, .utility-links{ display:none; }
.header-actions{ gap:14px; }
.venue-hero-card{ padding:70px 30px 36px; }
.why-grid{ grid-template-columns:repeat(2,1fr); }
.venue-card{flex:0 0 calc((100% - 24px) / 2);}
.venue-slider-prev{left:0;}
.venue-slider-next{right:0;}
.package-grid{ grid-template-columns:1fr; }
.ai-planner-panel{ flex-direction:column; }
.ai-planner-right{ text-align:center; }
.ai-planner-right p{ margin-left:auto;margin-right:auto; }
.footer-top{ grid-template-columns:1.4fr 1fr 1fr;row-gap:34px; }
.footer-brand{ grid-column:1/4; text-align: center; }
.venue-type-card h3 { font-size: 17px;}
.package-text h3 { font-size: 26px;}
.footer-brand p { margin: 0 auto; max-width: 440px;}
.footer-social { justify-content: center; margin-top: 20px;}
.venue-type-card { flex: 0 0 32.666%;}
}

/************************************* 800px *************************************/
@media only screen and (max-width: 800px) {
.header-inner{ height:56px; }
.signin-btn{ padding:9px 20px;font-size:13px; }
.search-overlay{ padding-top:8vh; }
.search-popup{ padding:28px 24px 30px;border-radius:16px; }
.search-input{ font-size:17px; }
.hero-title{ font-size:22px; }
.venue-tab{ padding:10px; }
.venue-hero-card h2{ font-size:26px; }
.search-filters{ flex-wrap:wrap; }
.filter-field, .search-submit-btn{ flex:1 1 100%; }
.venue-type-grid{ grid-template-columns:repeat(2,1fr); }
.section-head h2{ font-size:26px; }
.why-grid{ grid-template-columns:1fr; }
.why-panel{ padding:36px 22px; }
.venue-card{flex:0 0 100%;}
.venue-slider-nav{display:none;}
.package-card{ padding:30px 60px 30px 26px; }
.ai-feature-row{ flex-direction:column; }
.ai-planner-right h2{ font-size:26px; }
.ai-mock-photo{ left:80px; }
.vendor-cta{ text-align:center;font-size:14px;padding:14px 14px 14px 20px; }
.footer-bottom-inner{ flex-direction:column;gap:10px;text-align:center; }
header.header-scrolled .header-search-compact{ display: none;}
.venue-hero { padding: 40px 0 0;}
.venue-hero-card { padding: 30px; margin-top: 0px;}
.service-card {flex: 0 0 24.22%;}
.venue-tabs{ display: none;}
p br{ display: none;}
.banner-search { height: auto; padding: 30px 0px;}
}

/************************************* 767px *************************************/
@media only screen and (max-width: 767px) {
.two-col, .three-col, .four-col, aside, summary{ flex:0 0 100%; margin:0 0 25px 0; }
}

/************************************* 575px *************************************/
@media only screen and (max-width: 575px) {
.gap-50{ height: 25px;}
.gap-100{ height: 50px;}
.menu-sidebar{ width:100%;max-width:100%; }
.header-search-compact{ gap:6px; }
.hsc-value{ max-width:60px; }
.hsc-search-btn span{ display:none; }
.hsc-search-btn{ padding:0 12px; }
.hero-title{ font-size:19px;padding:0 10px; }
.venue-type-grid{ grid-template-columns:1fr; }
.package-card{ padding:26px 50px 26px 20px;gap:16px; }
.package-arrow-btn{ width:32px;height:32px;right:16px;bottom:16px; }
.footer-top{ grid-template-columns:1fr;gap:34px; }
.footer-brand{ grid-column:auto; }
.venue-types, .featured-venues { padding: 60px 0;}
.venue-slider-prev{left:0;}
.venue-slider-next{right:0;}
.venue-type-grid, .service-grid { gap: 15px 2%;}
.venue-type-card, .service-card {flex: 0 0 49%;}
.why-section, .promo-section, .ai-planner-section{ padding-bottom: 60px;}
.packages-section {padding: 50px 0 50px;}
.package-text h3 { font-size: 22px;}
.ai-planner-panel{ padding: 40px 30px;}
.services-section{ padding: 0px 0 60px;}
.footer-col {text-align: center;}
.footer-col ul{ gap:4px}

}

/************************************* 480px *************************************/
@media only screen and (max-width: 480px) {
.venue-tabs{ padding:8px 10px;gap:2px; }
.venue-tab{ padding:8px; }
.ai-mock-card{ width:230px;height:170px;padding:20px 18px; }
.ai-mock-photo{ left:105px;bottom:-75px;width:160px;height:115px; }
.ai-mock-callout{ left:14px;bottom:-48px;width:calc(100% - 28px);padding:12px 14px; }
.ai-planner-right h2{ font-size:22px; }
.venue-card-body{ padding:22px 20px 16px; }
.venue-card-footer{ padding:16px 20px 18px; }
.date-calendar{ width:270px;left:50%;transform:translateX(-50%) translateY(-8px); }
.date-field.open .date-calendar{ transform:translateX(-50%) translateY(0); }
.header-actions {gap: 8px;}
}

/*************** CAREER FORM ***************/
.career-section{background:#f7f5f0;}
.career-intro{max-width:760px;margin:0 auto 60px;text-align:center;}
.career-tag{display:inline-block;background:rgba(16,60,52,0.08);color:var(--primary-color);font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:8px 18px;border-radius:50px;margin-bottom:18px;}
.career-intro h2{margin-bottom:16px;color:var(--primary-color);}
.career-intro p{margin:0;color:#5a6270;font-size:17px;line-height:28px;}
.career-layout{display:flex;gap:50px;align-items:flex-start;}
.career-info{flex:0 0 34%;background:var(--primary-color);color:var(--white);border-radius:16px;padding:44px 38px;position:relative;overflow:hidden;}
.career-info h3{color:var(--white);font-size:24px;margin-bottom:22px;}
.career-benefits{display:flex;flex-direction:column;gap:16px;margin:0 0 34px;}
.career-benefits li{color:rgba(255,255,255,0.9);font-size:15px;line-height:22px;display:flex;align-items:flex-start;gap:12px;}
.career-benefits li i{flex:0 0 20px;height:20px;width:20px;border-radius:50%;background:var(--secondary-color);color:var(--primary-color);font-size:11px;display:flex;align-items:center;justify-content:center;margin-top:2px;}
.career-contact-card{border-top:1px solid rgba(255,255,255,0.18);padding-top:26px;}
.career-contact-card span{display:block;color:rgba(255,255,255,0.7);font-size:14px;margin-bottom:8px;}
.career-contact-card a{color:var(--secondary-color);font-weight:700;font-size:16px;display:inline-flex;align-items:center;gap:8px;}
.career-contact-card a:hover{color:var(--white);}
.career-form{flex:1;background:var(--white);border-radius:16px;padding:44px 46px;box-shadow:0 20px 50px rgba(16,60,52,0.08);}
.career-form h3{color:var(--primary-color);font-size:24px;margin-bottom:26px;}
.career-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px 22px;}
.career-field{margin-bottom:14px;display:flex;flex-direction:column;}
.career-field-full{grid-column:1 / -1;}
.career-field label{font-size:13px;font-weight:700;color:var(--primary-color);margin-bottom:8px;letter-spacing:.02em;}
.career-form .fieldset{border-color:#e0ddd4;}
.career-form .fieldset:focus{border-color:var(--primary-color);}
.career-form select.fieldset{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23103c34' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 15px center;padding-right:36px;}
.career-file-upload{width:100%;}
.career-file-label{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px;border:1.5px dashed #c1c1c1;border-radius:8px;padding:30px 20px;cursor:pointer;background:#faf9f6;transition:all .25s ease-in-out;}
.career-file-label:hover{border-color:var(--secondary-color);background:rgba(199,162,91,0.08);}
.career-file-label i{font-size:26px;color:var(--secondary-color);}
.career-file-label span{color:#262626;font-size:14px;}
.career-file-hint{color:#8a8a8a !important;font-size:12px !important;}
.career-file-label.has-file{border-color:var(--primary-color);background:rgba(16,60,52,0.05);}
.career-form textarea.fieldset{height:130px;resize:vertical;}
.career-submit{width:100%;float:none;display:block;text-align:center;margin-top:6px;}
.career-form-note{margin:14px 0 0;font-size:14px;font-weight:700;min-height:18px;}
.career-form-note.success{color:var(--primary-color);}
.career-form-note.error{color:#b3261e;}

@media only screen and (max-width: 1024px){
.career-layout{flex-direction:column;}
.career-info{flex:1;width:100%;}
.career-form{padding:34px 26px;}
.career-form-grid{grid-template-columns:1fr;}
}

/*************** FAQ ACCORDION ***************/
.faq-section{background:#f7f5f0;}
.faq-intro{max-width:760px;margin:0 auto 60px;text-align:center;}
.faq-intro h2{margin-bottom:16px;color:var(--primary-color);}
.faq-intro p{margin:0;color:#5a6270;font-size:17px;line-height:28px;}
.faq-layout{display:flex;gap:50px;align-items:flex-start;}
.faq-nav{flex:0 0 260px;display:flex;flex-direction:column;gap:8px;position:sticky;top:110px;}
.faq-nav-item{text-align:left;background:transparent;border:none;padding:14px 18px;border-radius:10px;font-size:15px;font-weight:700;color:#5a6270;cursor:pointer;transition:all .2s ease-in-out;}
.faq-nav-item:hover{background:rgba(16,60,52,0.06);color:var(--primary-color);}
.faq-nav-item.active{background:var(--primary-color);color:var(--white);}
.faq-content{flex:1;min-width:0;}
.faq-item{background:var(--white);border:1px solid #e8e5db;border-radius:12px;margin-bottom:14px;overflow:hidden;transition:border-color .2s ease-in-out;}
.faq-item.open{border-color:var(--secondary-color);}
.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;background:none;border:none;padding:22px 26px;text-align:left;font-size:17px;font-weight:700;color:var(--primary-color);cursor:pointer;}
.faq-icon{flex:0 0 30px;height:30px;width:30px;border-radius:50%;background:rgba(16,60,52,0.07);color:var(--primary-color);display:flex !important;align-items:center;justify-content:center;line-height:1;font-size:13px;transition:all .25s ease-in-out;}
.faq-icon::before{display:block;}
.faq-item.open .faq-icon{background:var(--secondary-color);color:var(--white);transform:rotate(135deg);}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-in-out;}
.faq-item.open .faq-answer{max-height:260px;}
.faq-answer p{margin:0;padding:0 26px 24px;color:#5a6270;font-size:15px;line-height:26px;}
.faq-cta{margin-top:60px;background:var(--primary-color);border-radius:16px;padding:38px 44px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;}
.faq-cta h3{color:var(--white);font-size:24px;margin-bottom:8px;}
.faq-cta p{margin:0;color:rgba(255,255,255,0.75);font-size:15px;}

@media only screen and (max-width: 1024px){
.faq-layout{flex-direction:column;}
.faq-nav{flex:1;width:100%;flex-direction:row;flex-wrap:wrap;position:static;}
.faq-cta{flex-direction:column;text-align:center;}
}

/************************************* 360px *************************************/
@media only screen and (max-width: 360px) {
.header-inner{ height:68px; }
.logo img{ height:32px; }
.icon-btn{ width:34px;height:34px; }
.search-filters{ gap:10px; }
.filter-field, .search-submit-btn{ padding:13px 14px;font-size:14px; }
.package-card{ padding:22px 44px 22px 18px; }
.footer-social-btn{ width:34px;height:34px; }
.signin-btn { padding: 9px 12px;}
.venue-hero-card { padding: 18px;}
.heading { font-size: 28px;}
.why-panel {padding: 30px 18px; }
.package-card{ flex-direction: column;}
.ai-planner-panel { padding: 22px 18px;}
.venue-card-body { padding: 22px 12px 16px;}
.venue-meta-row span, .venue-loc{ font-size: 12px;}
}

/************************************* 320px *************************************/
@media only screen and (max-width: 320px) {
.venue-hero-card{ padding:44px 14px 22px; }
.venue-tabs{ gap:0; }
.utility-links, .main-nav{ display:none; }
}