@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* CSS Document */

body, html{
	height: 100%;
}
body{
	background: #0d0d0d !important;
    font-family: "Montserrat", sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Cinzel", serif;
}
p, a, input, textarea, button {
	font-family: "Montserrat", sans-serif;
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6, p, a, ul, li{
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a {
	text-decoration: none !important;
	transition: all 0.5s;
    font-weight: 500;
    font-size: 14px;
}

/* Global subtle entrance animations */
.reveal {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  transition: opacity 0.55s ease, transform 0.55s ease;
  will-change: opacity, transform;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.carousel-item img {
    width: 100%;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
div#navbarCollapse {
    flex-direction: row-reverse;
}


/*Header Css Start*/
.navbar {
    padding: 0 !important;
}
#navbarSupportedContent {
    justify-content: right;
}
header {
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 0;
    left: 0;
    transition: background-color .22s ease, backdrop-filter .22s ease, box-shadow .22s ease, transform .22s ease;
}

header .navbar {
    transition: padding .22s ease;
    padding: 18px 0 !important;
}

header.is-sticky {
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(10px);
    box-shadow: 0 14px 40px rgba(0,0,0,.35);
}

header.is-sticky .navbar {
    padding: 10px 0 !important;
}
ul.navbar-nav {
    gap: 18px;
}
/* Avoid header jump when navbar collapses */
@media (max-width: 991px) {
    header .navbar { padding: 12px 0 !important; }
    header.is-sticky .navbar { padding: 8px 0 !important; }
}
.navbar-nav a {
    color: #fff !important;
    text-transform: uppercase;
}
a.navbar-brand {
    font-family: "Cinzel", serif;
    font-size: 28px;
    color: #ffcc33 !important;
}
.head-btn a {
    background-color: #fbbd23;
    color: #000 !important;
    border: 1px solid #000;
    display: inline-block;
    padding: 8px 24px !important;
}

/*banner Css Start*/
.banner-sec {
    /* background-image: url(../images/hero-banquet.png); */
    background-position: 50%;
    background-size: cover;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.banner-sec::before {
    content: '';
    height: 100%;
    width: 100%;
    background-color: #000;
    position: absolute;
    opacity: 0.5;
    top: 0;
    left: 0;
}
.slider-cap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.banner-sec .container {
    height: 100%;
}
.slide-main {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
.slide-badge {
    color: #fc3;
    border: 1px solid #fc3;
    display: inline-block;
    padding: 2px 12px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #00000075;
    margin: 0 0 14px;
}
.slide-txt h1 {
    color: #fff;
    font-size: 80px;
    line-height: 80px;
}
.text-gold-gradient {
    color: #ffcc33;
}
.italic {
    font-style: italic;
}
.slide-txt p {
    width: 60%;
    margin: 0 auto 22px;
    font-size: 18px;
}
.yellow-btn {
    background-color: #fbbd23;
    color: #000;
    border: 1px solid #000;
    display: inline-block;
    padding: 12px 20px;
    color: #000 !important;
}
.yellow-btn:hover, .head-btn a:hover, .book:hover {
    background-color: #000;
    color: #fff !important;
}
.compare:hover {
    background-color: #fbbd23;
    color: #000 !important;
    border-color: #fbbd23;
}
.slide-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00000082;
    width: 55%;
    margin: 0 auto;
    gap: 130px;
    backdrop-filter: blur(5px);
    padding: 18px 0;
    border: 1px solid #2b2420;
}
.black-btn {
    border: 1px solid #80726a;
    color: #fff !important;
    display: inline-block;
    backdrop-filter: blur(12px);
}
#gallery .heading {
    text-align: center;
}
#gallery .heading p {
    margin: 0 auto;
}
.slide-btn a {
    padding: 10px 20px;
}
.slide-count p {
    color: #878381;
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
}
.slide-count h3 {
    color: #fbbd23;
    margin: 0;
}
.slide-count {
    position: relative;
}
.slide-count::before {
    content: '';
    height: 55px;
    width: 1px;
    position: absolute;
    right: -70px;
    background-color: #2b2420;
    top: 0;
}
.slide-count:nth-child(3)::before {
    display: none;
}
.slide-count h3 .fa-star {
    font-size: 18px;
}


/*luxurious-halls Sec Css Start*/

#halls{
padding:100px 0;
}


.section-header{
text-align:center;
margin-bottom:60px;
}

.section-header h2{
font-size:40px;
}

.section-header span{
color:#d4af37;
}

.section-header p{
color:#aaa;
max-width:600px;
margin:auto;
}

.hall-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.hall-card{
background:rgba(255,255,255,0.04);
border:1px solid rgba(255,255,255,0.1);
display:flex;
flex-direction:column;
}

.hall-image{
position:relative;
height:260px;
overflow:hidden;
}

.hall-image img{
width:100%;
height:100%;
object-fit:cover;
transition:0.6s;
}

.hall-card:hover img{
transform:scale(1.1);
}

.badge{
position:absolute;
top:15px;
right:15px;
background:rgba(0,0,0,0.6);
color:#d4af37;
padding:5px 12px;
font-size:10px;
border:1px solid #d4af37;
letter-spacing:2px;
}

.tour-btn{
position:absolute;
bottom:20px;
left:20px;
right:20px;
opacity:0;
transform:translateY(10px);
transition:0.3s;
}

.hall-card:hover .tour-btn{
opacity:1;
transform:translateY(0);
}

.tour-btn button{
width:100%;
padding:10px;
background:rgba(255,255,255,0.1);
border:1px solid rgba(255,255,255,0.3);
color:white;
}

.hall-header{
padding:20px;
}

.hall-header h3{
margin:0;
font-size:22px;
}

.hall-header p {
    color: #fbbd23;
    margin: 0;
    font-size: 16px;
}

.hall-content{
padding:20px;
flex:1;
}
.hall-card:hover, .hall-card:hover .hall-footer {
    border-color: #fbbd23;
}
.hall-info{
display:grid;
grid-template-columns:1fr 1fr;
margin-bottom:20px;
color:#aaa;
}

.hall-content ul{
list-style:none;
padding:0;
}

.hall-content li{
margin-bottom:8px;
position:relative;
padding-left:15px;
color:#bbb;
}

.hall-content li::before{
content:"";
width:6px;
height:6px;
background:#d4af37;
border-radius:50%;
position:absolute;
left:0;
top:7px;
}

.hall-footer{
padding:20px;
display:flex;
gap:10px;
border-top:1px solid rgba(255,255,255,0.1);
}

.book {
    flex: 1;
    background: #fbbd23;
    border: none;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    color: #000 !important;
}
.compare {
    flex: 1;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
/*Services Sec Css Start*/
#services{
padding:120px 0;
background:black;
position:relative;
font-family:Arial;
color:white;
}

.services-container{
width:90%;
max-width:1200px;
margin:auto;
}

.services-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:80px;
align-items:center;
}

.subtitle{
color:#d4af37;
letter-spacing:4px;
font-size:13px;
display:block;
margin-bottom:15px;
text-transform:uppercase;
}

.services-content h2{
font-size:44px;
line-height:1.3;
margin-bottom:20px;
}

.gold{
color:#d4af37;
}

.italic{
font-style:italic;
}

.description{
color:#aaa;
margin-bottom:35px;
line-height:1.7;
}

.features{
display:grid;
grid-template-columns:1fr 1fr;
gap:20px;
margin-bottom:35px;
}

.feature-box{
border:1px solid rgba(255,255,255,0.1);
background:rgba(255,255,255,0.05);
padding:25px;
}

.feature-box .icon{
font-size:26px;
color:#d4af37;
margin-bottom:10px;
}

.feature-box h4 {
    margin-bottom: 5px;
    font-size: 20px;
}

.feature-box p{
font-size:12px;
color:#aaa;
}

.menu-btn{
border:1px solid #d4af37;
background:transparent;
color:#d4af37;
padding:14px 28px;
cursor:pointer;
transition:0.3s;
}

.menu-btn:hover{
background:#d4af37;
color:black;
}

.services-image{
position:relative;
}

.image-wrapper{
border:1px solid rgba(255,255,255,0.1);
padding:10px;
background:rgba(255,255,255,0.05);
}

.image-wrapper img{
width:100%;
display:block;
}

.review-card{
position:absolute;
bottom:-30px;
right:-20px;
background:#111;
border:1px solid rgba(255,255,255,0.1);
padding:20px;
max-width:260px;
}

.stars{
color:#d4af37;
margin-bottom:10px;
}

.review-card p{
font-size:14px;
color:#ccc;
font-style:italic;
}

.review-card span{
display:block;
margin-top:10px;
color:#d4af37;
font-size:12px;
letter-spacing:2px;
}

#gallery {
    padding: 80px 0px;
}
.videos {
    padding: 50px 0 0;
}


/* Heading */
.heading {
    text-align: left;
    margin-bottom: 60px;
}
.subtitle {
  color: gold;
  letter-spacing: 3px;
  font-size: 12px;
  text-transform: uppercase;
}

.heading h2 {
    font-size: 42px;
    margin: 10px 0;
    color: #fff;
}

.heading h2 span {
  color: gold;
}

.heading p {
    color: rgba(255, 255, 255, 0.6);
    max-width: 600px;
    margin: 0;
}

/* Compare Slider */
.compare-wrapper {
    text-align: center;
    margin-bottom: 80px;
    width: 75%;
    margin: 0 auto;
}

.compare-box {
  position: relative;
  height: 500px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
  user-select: none;
}

.imager {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.imager img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.afterr {
  z-index: 1;
}

.beforer {
  width: 100%;
  z-index: 2;
  clip-path: inset(0 50% 0 0);
}

/* (masking via clip-path; no width resizing) */

/* Labels */
.label {
    position: absolute;
    top: 10px;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    color: #fff;
}

.label.left { left: 10px; }
.label.right { right: 10px; }

/* Slider */
.slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: rgba(212, 175, 55, 0.9);
  cursor: col-resize;
  z-index: 3;
}

.handle {
  width: 30px;
  height: 30px;
  background: gold;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -14px;
  transform: translateY(-50%);
  box-shadow: 0 0 0 4px rgba(0,0,0,0.35);
}

.handle::before,
.handle::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  transform: translateY(-50%);
}

.handle::before {
  left: 6px;
  border-right: 8px solid rgba(0,0,0,0.75);
}

.handle::after {
  right: 6px;
  border-left: 8px solid rgba(0,0,0,0.75);
}

/* Text */
.drag-text {
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
}

/* Videos */
.videos h3 {
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.video-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: block;
  color: inherit;
  text-decoration: none;
}

.video-card img {
    width: 100%;
    display: block;
    opacity: 0.6;
    transition: 0.4s;
    height: 300px;
    object-fit: cover;
}

.video-card:hover img {
  opacity: 0.4;
  transform: scale(1.05);
}

.overlay {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.play-btn {
    border: 1px solid white;
    padding: 15px;
    border-radius: 50%;
    width: 66px;
    height: 66px;
    display: grid;
    place-items: center;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(6px);
    transition: 0.25s ease;
    color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    font-size: 26px;
}

.video-card:hover .play-btn {
  transform: scale(1.05);
  background: rgba(212, 175, 55, 0.25);
  border-color: rgba(212, 175, 55, 0.9);
}

.video-card h4 {
    position: absolute;
    bottom: 0;
    padding: 15px;
    width: 100%;
    background: linear-gradient(to top, black, transparent);
    margin: 0;
    color: #fff;
}

/* Section */
.cta-section {
  padding: 60px 20px;
  background: #111;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.card {
    padding: 0;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: 0.3s;
}
.cta-section .card {
    padding: 20px;
}
.card:hover {
  transform: translateY(-5px);
}
.tag {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: rgba(255,255,255,0.5);
}
.card h3 {
  margin: 10px 0;
  font-size: 24px;
  color: #fff;
}
.card p {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
}
.cta-section .btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 18px;
  background: gold;
  color: black;
  text-decoration: none;
  font-size: 14px;
  border: 1px solid rgba(255,255,255,0.2);
  transition: 0.3s;
}

.cta-section .btn:hover {
  background: #d4af37;
}

/* Responsive */
@media (max-width: 900px) {
  .grid {
    grid-template-columns: 1fr;
  }
}

/*Footer Css Start*/
.footer {
  padding: 60px 20px;
  background: #111;
  border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center;
}
.footer h2 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 20px;
}
.footer h2 span {
  color: gold;
}
.footer .btn {
  display: inline-block;
  background: gold;
  color: black;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.2);
  transition: 0.3s;
}

.footer .btn:hover {
  background: #d4af37;
}
.copyright {
  margin-top: 30px;
  font-size: 14px;
  color: rgba(255,255,255,0.4);
}


/*banquets Sec Css Start*/
.venues-page.section {
  padding: 100px 0;
}

/* Heading */
.venues-page .heading .tag {
  color: #d4af37;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 6px;
}

.venues-page .heading h1 {
  font-size: 42px;
  margin: 10px 0;
  color: #fff;
}

.venues-page .heading p {
  color: #aaa;
}

/* Layout */
.venues-page .layout {
    display: grid;
    grid-template-columns: 500px 1fr;
    gap: 26px;
    margin-top: 40px;
    align-items: start;
}

/* Glass effect */
.venues-page .glass {
    background: #080808;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .35);
}

/* Filters */
.venues-page .filters {
    padding: 22px;
    position: sticky;
    top: 84px;
    border-radius: 0;
    background-color: #080808;
}

.venues-page .filters h3{
  margin: 0 0 14px;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,.85);
}

.venues-page .filters label {
  font-size: 12px;
  color: #aaa;
  display: block;
  margin-top: 15px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.venues-page .filters input[type="text"],
.venues-page .filters select {
  width: 100%;
  margin-top: 5px;
  padding: 10px 12px;
  background: rgba(0,0,0,0.35);
  border: 1px solid rgba(255,255,255,0.10);
  color: #fff;
  border-radius: 10px;
  outline: none;
}

.venues-page .filters input[type="text"]::placeholder{
  color: rgba(255,255,255,.35);
}

.venues-page .filters input[type="text"]:focus,
.venues-page .filters select:focus{
  border-color: rgba(212,175,55,.65);
  box-shadow: 0 0 0 3px rgba(212,175,55,.12);
}

.venues-page .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items: end;
}

/* Range sliders */
.venues-page .filters input[type="range"]{
  width: 100%;
  margin-top: 10px;
  background: transparent;
  padding: 0;
  border: none;
  color: inherit;
  accent-color: #d4af37; /* modern browsers */
}

.venues-page .filters input[type="range"]::-webkit-slider-runnable-track{
  height: 4px;
  background: rgba(212,175,55,.25);
  border-radius: 999px;
}
.venues-page .filters input[type="range"]::-webkit-slider-thumb{
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #d4af37;
  border: 2px solid rgba(0,0,0,.65);
  margin-top: -6px;
  box-shadow: 0 10px 24px rgba(0,0,0,.35);
}
.venues-page .filters input[type="range"]::-moz-range-track{
  height: 4px;
  background: rgba(212,175,55,.25);
  border-radius: 999px;
}
.venues-page .filters input[type="range"]::-moz-range-thumb{
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #d4af37;
  border: 2px solid rgba(0,0,0,.65);
  box-shadow: 0 10px 24px rgba(0,0,0,.35);
}

/* Results */
.venues-page .topbar {
  display: flex;
  justify-content: space-between;
  color: #aaa;
  align-items: center;
  margin-top: 2px;
}

.venues-page .topbar a {
  color: #d4af37;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
}

/* Cards */
.venues-page .cards {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.venues-page .card {
    overflow: hidden;
    border-radius: 0;
}

.venues-page .card .image {
  position: relative;
  height: 220px;
}

.venues-page .card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform .5s ease, opacity .5s ease;
}

.venues-page .card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.92), rgba(0,0,0,.18) 55%, rgba(0,0,0,.05));
}

.venues-page .card .badges {
  position: absolute;
  top: 10px;
  left: 10px;
}

.venues-page .card .badges span {
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid #d4af37;
    padding: 3px 8px;
    margin-right: 5px;
    font-size: 11px;
    color: #fff;
    border-radius: 0;
}

.venues-page .card .content {
  padding: 15px;
  color: rgba(255,255,255,.82);
}

.venues-page .card .content h3{
  margin: 0 0 6px;
  font-size: 22px;
  color: #fff;
  letter-spacing: 0.5px;
}

.venues-page .price {
  color: #d4af37;
  margin: 0 0 8px;
}

.venues-page .btns {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.venues-page .primary {
  flex: 1;
  background: #fbbd23;
  border: 1px solid rgba(0,0,0,.55);
  padding: 10px 12px;
  color: #000;
  cursor: pointer;
  border-radius: 10px;
  font-weight: 700;
}

.venues-page .secondary {
  flex: 1;
  background: transparent;
  border: 1px solid rgba(255,255,255,.20);
  color: #fff;
  padding: 10px 12px;
  cursor: pointer;
  border-radius: 10px;
  font-weight: 600;
}

.venues-page .card:hover .image img{
  transform: scale(1.06);
  opacity: .92;
}

@media (max-width: 991px){
  .venues-page .layout{
    grid-template-columns: 1fr;
  }
  .venues-page .filters{
    position: relative;
    top: auto;
  }
  .venues-page .cards{
    grid-template-columns: 1fr;
  }
}


/*Menu Page Css Start*/
.menu-section {
  padding: 100px 0;
}

/* Heading */
.heading .tag {
  color: #d4af37;
  font-size: 12px;
  letter-spacing: 3px;
}

.heading h1 {
  font-size: 42px;
  margin: 10px 0;
}

.heading p {
  color: #aaa;
}

/* Tabs */
.tabs {
  margin-top: 30px;
  background: rgba(255,255,255,0.05);
  border: 1px solid #333;
  display: inline-flex;
  padding: 5px;
}

.tab {
  padding: 6px 12px;
  background: transparent;
  border: none;
  color: #aaa;
  cursor: pointer;
}

.tab.active {
    background: #fbbd23;
    color: #000;
}

/* Cards */
.cards {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* Glass */
.glass {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  padding: 15px;
}

/* Card */
.card-head {
  display: flex;
  justify-content: space-between;
}

.price {
  color: #d4af37;
  font-size: 14px;
}

.badge {
  font-size: 12px;
  padding: 3px 8px;
  border: 1px solid #d4af37;
}

.tags span {
    display: inline-block;
    margin: 5px 5px 0 0;
    padding: 3px 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #333;
    font-size: 12px;
    color: #fff;
}

/* Items */
.items {
  margin-top: 10px;
}

.items div {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin: 5px 0;
  color: #ccc;
}

/* Buttons */
.btns {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.primary {
  flex: 1;
  background: #d4af37;
  border: none;
  padding: 8px;
  color: #000;
  cursor: pointer;
}

.secondary {
  flex: 1;
  background: transparent;
  border: 1px solid #555;
  color: #fff;
  padding: 8px;
  cursor: pointer;
}

/*Decore Page Css Start*/
.decor-section {
  padding: 100px 0;
}

.schedule-section .heading span {
  color: #d4af37;
  letter-spacing: 4px;
  font-size: 12px;
  text-transform: uppercase;
}

.heading h1 {
  color: #fff;
  font-size: 42px;
  margin: 10px 0;
}

.heading p {
  color: rgba(255,255,255,0.6);
}

.decor-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(440px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

/* Card */
.decor-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.1);
  transition: 0.3s;
}

.decor-card:hover {
  border-color: rgba(212,175,55,0.4);
}

.image {
  position: relative;
  height: 180px;
  overflow: hidden;
}

.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  transition: 0.3s;
}

.decor-card:hover img {
  opacity: 1;
  transform: scale(1.05);
}

.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
}

.price {
    position: relative;
    top: 0;
    left: 0;
    color: #d4af37;
    font-size: 12px;
    display: inline-block;
    margin: 0 0 8px;
}

.content {
  padding: 20px;
}

.content h3 {
  color: #fff;
  margin-bottom: 5px;
}

.content p {
  color: rgba(255,255,255,0.6);
  font-size: 14px;
}

.colors {
  display: flex;
  gap: 8px;
  margin: 15px 0;
}

.colors span {
  width: 16px;
  height: 16px;
  border: 1px solid rgba(255,255,255,0.2);
}

.buttons {
  display: flex;
  gap: 10px;
}

.btn {
  flex: 1;
  padding: 10px;
  cursor: pointer;
  border: none;
  font-size: 14px;
}

.btn.primary {
  background: #d4af37;
  color: #000;
}

.btn.primary:hover {
  background: #c49b2f;
}

.btn.outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.2);
}

.btn.outline:hover {
  background: rgba(255,255,255,0.05);
}

/*Scheduling Page Css Start*/
.schedule-section {
  padding: 100px 0;
}

/* Heading (scoped to scheduling only) */
.schedule-section .heading span {
  color: #d4af37;
  letter-spacing: 4px;
  font-size: 12px;
  text-transform: uppercase;
}

.schedule-section .heading h1 {
  color: #fff;
  font-size: 42px;
  margin: 10px 0;
}

.schedule-section .heading p {
  color: rgba(255,255,255,0.6);
}

/* Grid */
.schedule-section .schedule-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 25px;
  margin-top: 40px;
}

.schedule-section .left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Card */
.schedule-section .card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 20px;
}

.schedule-section .card h3 {
  color: #fff;
  margin-bottom: 15px;
}

/* Select */
.schedule-section .select {
  width: 100%;
  padding: 10px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  color: #fff;
}

/* Tags */
.schedule-section .tags {
  margin-top: 15px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.schedule-section .tag {
  padding: 5px 10px;
  font-size: 12px;
  color: rgba(255,255,255,0.7);
  border: 1px solid rgba(255,255,255,0.1);
}

.schedule-section .tag.highlight {
  color: #d4af37;
  border-color: rgba(212,175,55,0.4);
  background: rgba(0,0,0,0.4);
}

/* Status */
.schedule-section .status-box {
  background: rgba(255,255,255,0.05);
  padding: 15px;
  margin-bottom: 15px;
}

.schedule-section .status-box small {
  color: rgba(255,255,255,0.5);
}

.schedule-section .status-box h4 {
  color: #fff;
  margin: 5px 0;
}

.schedule-section .status-box p {
  color: rgba(255,255,255,0.6);
}

/* Buttons */
.schedule-section .btn {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease;
}

.schedule-section .btn.primary {
    background: #fbbd23;
    color: #000;
    border-radius: 0;
    font-weight: 600;
}

.schedule-section .btn.primary:hover {
  background: #c49b2f;
}

.schedule-section .btn.outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 0;
}

.schedule-section .btn.outline:hover {
  background: rgba(255,255,255,0.05);
}

/* Unified hover effect (primary + outline) */
.schedule-section .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(0,0,0,.35), 0 0 0 3px rgba(212,175,55,.18);
}

/* Calendar */
.schedule-section .calendar-box {
  min-height: 320px;
  background: rgba(255,255,255,0.05);
  margin-bottom: 15px;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 14px;
  padding: 14px;
}

.schedule-section .calendar-box .cal {
  color: rgba(255,255,255,0.85);
}

.schedule-section .calendar-box .cal-head{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.schedule-section .calendar-box .cal-title{
  font-family: "Cinzel", serif;
  letter-spacing: 1px;
  font-size: 16px;
  text-align: center;
  flex: 1;
}

.schedule-section .calendar-box .cal-nav{
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(0,0,0,0.25);
  color: rgba(255,255,255,0.9);
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, background-color .18s ease;
}
.schedule-section .calendar-box .cal-nav:hover{
  transform: translateY(-1px);
  border-color: rgba(212,175,55,0.55);
  background: rgba(0,0,0,0.35);
}

.schedule-section .calendar-box .cal-grid{
  display:grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}

.schedule-section .calendar-box .cal-dow{
  margin-bottom: 10px;
  color: rgba(255,255,255,0.45);
  font-size: 11px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.schedule-section .calendar-box .cal-dow > div{
  text-align:center;
}

.schedule-section .calendar-box .cal-day{
  height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(0,0,0,0.20);
  color: rgba(255,255,255,0.85);
  cursor: pointer;
  transition: transform .15s ease, border-color .15s ease, background-color .15s ease, box-shadow .15s ease;
}

.schedule-section .calendar-box .cal-day:hover{
  transform: translateY(-1px);
  border-color: rgba(212,175,55,0.45);
}

.schedule-section .calendar-box .cal-day.is-empty{
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.schedule-section .calendar-box .cal-day.is-selected{
  border-color: rgba(212,175,55,0.85);
  box-shadow: 0 0 0 3px rgba(212,175,55,0.12);
}

.schedule-section .calendar-box .cal-day.is-booked{
  border-color: rgba(248,113,113,0.45);
  background: rgba(248,113,113,0.10);
}

.schedule-section .calendar-box .cal-day.is-maintenance{
  border-color: rgba(250,204,21,0.50);
  background: rgba(250,204,21,0.10);
  color: rgba(255,255,255,0.9);
}

/* Legend */
.schedule-section .legend {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  font-size: 12px;
  color: rgba(255,255,255,0.6);
}

.schedule-section .dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
}

.schedule-section .dot.gold { background: #d4af37; }
.schedule-section .dot.red { background: #f87171; }
.schedule-section .dot.yellow { background: #facc15; }

/* Responsive */
@media (max-width: 900px) {
  .schedule-section .schedule-grid {
    grid-template-columns: 1fr;
  }
}


/*Dashboard Css Start*/
.dashbord-pg {
    background-color: #0d0d0d;
    color: #fff;
}

.dash-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
}

.dash-header h1 {
    font-size: 32px;
    letter-spacing: 1px;
    margin: 0;
    color: #fff;
}

.dash-header p {
    color: rgba(255, 255, 255, 0.6);
    margin: 5px 0 0;
}

/* SWITCH */
.dash-switch {
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    padding: 4px;
}

.view-btn {
    padding: 8px 16px;
    background: transparent;
    color: rgba(255, 255, 255, 0.6);
    border: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 4px;
    transition: 0.3s;
}

.view-btn.active {
    background: #fbbd23;
    color: #000;
}

/* GRID */
.dash-main {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px;
}

/* PANEL */
.panel {
    background: #111;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 8px;
}

.panel-title {
    color: #fbbd23;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.muted {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    margin-bottom: 0;
}

/* STATUS CARDS */
.status-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

.status-card {
    background: #0d0d0d;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.status-info span {
    display: block;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.status-info strong {
    font-size: 16px;
    color: #fff;
}

.status-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.status-icon.success { color: #10b981; }
.status-icon.warning { color: #fbbd23; }
.status-icon.muted { color: rgba(255, 255, 255, 0.3); }

/* MILESTONE */
.milestone-box {
    background: #0d0d0d;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.milestone-content .label {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 1px;
    margin-bottom: 4px;
    display: block;
}

.milestone-content p {
    margin: 0;
    font-weight: 600;
}

.btn-gold-sm {
    background: #fbbd23;
    border: none;
    color: #000;
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

/* INNER GRID */
.inner-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 20px;
}

.sub-panel {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 24px;
}

.sub-panel h4 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff;
}

/* VENDOR ROWS */
.vendor-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.vendor-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.avatar {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

.tag {
    font-size: 11px;
    padding: 4px 10px;
    font-weight: 600;
}

.tag.confirmed { background: rgba(16, 185, 129, 0.1); color: #10b981; }
.tag.pending { background: rgba(251, 189, 35, 0.1); color: #fbbd23; }
.tag.draft { background: rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.5); }

/* QUICK ACTIONS */
.quick-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.quick-btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.quick-btn:hover {
    border-color: #fbbd23;
    color: #fbbd23;
}

/* PAYMENT BOX */
.payment-box {
    background: #fbbd23;
    padding: 24px;
    border-radius: 8px;
    color: #000;
    margin-bottom: 24px;
}

.payment-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.payment-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.progress-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-weight: 600;
}

.progress-container {
    height: 8px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    margin-bottom: 20px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background: #000 !important;
}

.payment-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.muted-text {
    opacity: 0.6;
}

.btn-pay {
    width: 100%;
    background: #000;
    color: #fff;
    border: none;
    padding: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.btn-pay:hover {
    opacity: 0.8;
}

/* NOTIFICATIONS */
.notifications-panel h3 {
    font-size: 18px;
    margin-bottom: 24px;
}

.notification-item {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.notification-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.note-icon {
    color: #fbbd23;
    flex-shrink: 0;
    margin-top: 4px;
}

.note-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
}

.note-content .time {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 4px;
}

@media (max-width: 1024px) {
    .dash-main {
        grid-template-columns: 1fr;
    }
    
    .inner-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .dash-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    
    .status-row {
        grid-template-columns: 1fr;
    }
}
.dashbord-pg {
    color: #fff;
}

/* Container */
.event-tools-container {
  margin-top: 2rem;
  padding: 0 1.5rem;
}

/* Header */
.event-tools-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}

.et-label {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  color: rgba(255, 255, 255, 0.4);
}

.et-title {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
}

.et-view-all {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: #FFD700; /* gold color */
  text-decoration: none;
  transition: color 0.2s;
}

.et-view-all:hover {
  color: #FFC107;
}

/* Grid */
.event-tools-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 768px) {
  .event-tools-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .event-tools-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Card */
.et-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(30, 30, 30, 0.4);
  backdrop-filter: blur(8px);
  color: #ffffff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  transition: border-color 0.3s;
}

.et-card:hover {
  border-color: rgba(255, 215, 0, 0.3);
}

.et-card-inner {
  padding: 1.25rem;
}

/* Icon */
.et-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 215, 0, 0.25);
  background: rgba(255, 215, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFD700;
}

.et-svg {
  width: 1.25rem;
  height: 1.25rem;
}

/* Card Text */
.et-card-title {
  margin-top: 1rem;
  font-size: 1.125rem;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}

.et-card-desc {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: rgba(255,255,255,0.6);
}

/* Button */
.et-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: #FFD700;
  color: #000;
  border: 1px solid #FFD700;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
}

.et-btn:hover {
  background-color: #FFC107;
}

/* Dashboard container */
.bc-dashboard {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  font-family: 'Inter', sans-serif;
  color: #fff;
}

/* Top stats grid */
.bc-stats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media(min-width: 768px) {
  .bc-stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Card base */
.bc-card {
  background: rgba(20, 20, 20, 0.5);
  border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(8px);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  display: flex;
  flex-direction: column;
}

.bc-card-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
}

/* Card text */
.bc-card-label {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.bc-card-value {
  font-size: 1.5rem;
  margin-top: 0.25rem;
}

.bc-card-change {
  font-size: 0.75rem;
  color: #22c55e; /* green for positive */
}

/* Card icon */
.bc-card-icon {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  background: rgba(250, 204, 21, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #facc15;
}

.bc-svg {
  height: 1.25rem;
  width: 1.25rem;
}

/* Main grid: Approvals + Controls */
.bc-main-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media(min-width: 1024px) {
  .bc-main-grid {
    grid-template-columns: 2fr 1fr;
  }
}

.bc-full-height {
  height: 100%;
}

/* Card headers */
.bc-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  font-weight: 600;
  font-size: 1rem;
}

.bc-card-title {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}

/* Buttons */
.bc-btn {
  background-color: #facc15;
  color: #000;
  border: 1px solid rgba(255,255,255,0.15);
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.2s ease;
}

.bc-btn:hover {
  background-color: #eab308;
}

/* Card body */
.bc-card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Approvals queue items */
.bc-approval-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.05);
  background: rgba(255,255,255,0.05);
}

.bc-approval-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.bc-approval-avatar {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  background-color: #facc15;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #000;
}

.bc-approval-title {
  font-weight: 500;
  color: #fff;
}

.bc-approval-subtitle {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.5);
}

.bc-approval-status {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: 0;
  border: 1px solid;
  text-align: center;
}

.bc-pending {
  background: rgba(250,204,21,0.1);
  color: #facc15;
  border-color: rgba(250,204,21,0.2);
}

.bc-approved {
  background: rgba(34,197,94,0.1);
  color: #22c55e;
  border-color: rgba(34,197,94,0.2);
}

/* Business controls items */
.bc-controls .bc-control-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.05);
  background: rgba(255,255,255,0.05);
  cursor: pointer;
  transition: border 0.2s ease;
  text-decoration: none;
  color: inherit;
}

.bc-controls .bc-control-item:hover {
  border-color: rgba(250,204,21,0.3);
}

.bc-control-icon {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #facc15;
  background: rgba(250,204,21,0.1);
  border: 1px solid rgba(250,204,21,0.25);
}

.bc-control-title {
  font-weight: 500;
  color: #fff;
}

.bc-control-subtitle {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.5);
}

/* Right arrow icon */
.bc-arrow {
  margin-left: auto;
  height: 1rem;
  width: 1rem;
  color: rgba(255,255,255,0.3);
}

/*Timeline Page Css Start*/
/* Page layout */
.et-page {
  padding-top: 120px;
  padding-bottom: 60px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  background-color: #0d0d0d;
}

.et-container {
  display: flex;
  gap: 40px;
}

.et-sidebar {
  width: 280px;
  flex-shrink: 0;
}

.et-main {
  flex: 1;
  min-width: 0;
}

/* Sidebar */
.et-sidebar-sticky {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 100px;
}

.et-glass-panel {
  background: #111;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 4px;
}

.p-5 { padding: 25px; }
.p-2 { padding: 10px; }
.px-3 { padding-left: 15px; padding-right: 15px; }
.py-2 { padding-top: 10px; padding-bottom: 10px; }

.et-sidebar-label {
  font-size: 11px;
  letter-spacing: 0.25em;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  font-weight: 600;
}

.et-sidebar-title {
  font-family: "Cinzel", serif;
  font-size: 24px;
  font-weight: 700;
  margin-top: 8px;
  color: #fff;
}

.et-link {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 15px;
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  transition: all 0.2s;
  text-decoration: none;
  font-weight: 500;
}

.opacity-60 { opacity: 0.6; }
.font-bold { font-weight: 700; }
.text-2xl { font-size: 24px; }
.text-5xl { font-size: 48px; }
.text-lg { font-size: 18px; }
.text-sm { font-size: 12px; }
.mb-4 { margin-bottom: 20px; }
.mt-10 { margin-top: 40px; }
.mt-4 { margin-top: 20px; }
.ml-2 { margin-left: 10px; }
.space-y-4 > * + * { margin-top: 20px; }
.space-y-6 > * + * { margin-top: 30px; }
.opacity-80 { opacity: 0.8; }
.opacity-50 { opacity: 0.5; }

.et-link:hover {
  color: #fff;
  background-color: rgba(255,255,255,0.05);
}

.et-link-active {
  background-color: rgba(251, 189, 35, 0.1);
  color: #fbbd23;
  border: 1px solid rgba(251, 189, 35, 0.3);
}

/* Main header */
.et-page-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: #fbbd23;
  font-weight: 700;
}

.et-page-title {
  font-family: "Cinzel", serif;
  font-size: 48px;
  font-weight: 700;
  margin-top: 8px;
}

.et-page-desc {
  margin-top: 15px;
  color: rgba(255,255,255,0.6);
  font-size: 18px;
}

/* Timeline card */
.et-timeline {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.et-card {
  background: #111;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 4px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.p-2 { padding: 10px; }
.p-4 { padding: 20px; }
.pt-0 { padding-top: 0; }

.et-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
}

.et-card-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.et-card-icon {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background-color: rgba(251, 189, 35, 0.05);
  border: 1px solid rgba(251, 189, 35, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fbbd23;
}

.et-card-info {
  display: flex;
  flex-direction: column;
}

.et-card-title {
  font-family: "Cinzel", serif;
  font-weight: 700;
  color: #fff;
  font-size: 20px;
}

.et-card-due {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  margin-top: 4px;
}

.et-card-status {
  font-size: 11px;
  font-weight: 700;
  padding: 5px 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 2px;
}

.et-done {
  background-color: rgba(16, 185, 129, 0.1);
  color: #10b981;
  border: 1px solid rgba(16, 185, 129, 0.3);
}

.et-current {
  background-color: rgba(251, 189, 35, 0.1);
  color: #fbbd23;
  border: 1px solid rgba(251, 189, 35, 0.3);
}

.et-pending {
  background-color: rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.4);
  border: 1px solid rgba(255,255,255,0.1);
}

/* Buttons */
.et-card-actions {
  display: flex;
  gap: 12px;
  padding: 24px;
  padding-top: 0;
}

.et-btn-primary {
  background-color: #fbbd23;
  color: #000;
  padding: 12px 24px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}

.et-btn-primary:hover {
  background-color: #eab308;
}

.et-btn-secondary {
  background-color: #000;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.2);
  padding: 12px 24px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.2s;
}

.et-btn-secondary:hover {
  background-color: #1a1a1a;
  border-color: rgba(255,255,255,0.4);
}

@media (max-width: 991px) {
  .et-sidebar {
    display: none;
  }
  .et-container {
    padding: 0 15px;
  }
  .et-page-title {
    font-size: 32px;
  }
}


/*customize Page Css Start*/
.decor-customizer-page {
  padding: 120px 0 60px 0;
  background-color: #0d0d0d;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.decor-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header */
.decor-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}

.decor-subtitle {
  color: #fbbd23;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 8px;
}

.decor-title {
  font-family: "Cinzel", serif;
  font-size: 48px;
  font-weight: 700;
  margin: 0;
  line-height: 1.1;
  letter-spacing: 1px;
}

.decor-description {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 15px;
  font-size: 16px;
}

.decor-base-style-panel {
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 20px;
  border-radius: 0;
  width: 260px;
}

.decor-base-label {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-weight: 600;
}

.decor-base-name {
    font-family: "Cinzel", serif;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.2;
}

.decor-base-info {
  display: flex;
  gap: 10px;
}

.decor-tier-badge {
  background: #fbbd23;
  color: #000;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 2px;
  text-transform: uppercase;
}

.decor-price-badge {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 10px;
  padding: 4px 10px;
  border-radius: 2px;
}

/* Main Grid */
.decor-main-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 24px;
}

/* Panels */
.decor-panel {
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  margin-bottom: 24px;
}

.decor-panel-header {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 20px 24px;
  color: rgba(255,255,255,0.9);
  text-transform: uppercase;
}

/* Preview */
.decor-preview-wrapper {
  padding: 24px;
}

.decor-preview {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  height: 380px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.decor-preview-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.decor-preview-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,0.85));
  padding: 30px;
}

.decor-preview-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.decor-preview-name {
  font-family: "Cinzel", serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}

.decor-preview-intensity {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.decor-estimate-label {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 1.5px;
  text-align: right;
  margin-bottom: 2px;
}

.decor-price {
  color: #fbbd23;
  font-size: 28px;
  font-weight: 700;
  font-family: "Cinzel", serif;
  line-height: 1;
}

.decor-palette {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.decor-color {
  width: 40px;
  height: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.decor-palette-label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.3);
  margin-left: 5px;
  text-transform: lowercase;
}

/* Controls */
.decor-controls {
  padding: 24px;
}

.decor-controls-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 30px;
}

.decor-control-label {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  font-weight: 600;
}

.decor-tier-buttons {
  display: flex;
  background: rgba(255, 255, 255, 0.05);
  padding: 4px;
  border-radius: 4px;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.tier-btn {
  background: transparent;
  border: 1px solid transparent;
  color: rgba(255, 255, 255, 0.6);
  padding: 8px 16px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  letter-spacing: 0.5px;
  border-radius: 2px;
}

.tier-btn.active {
  background: rgba(0, 0, 0, 0.3);
  border-color: #fbbd23;
  color: #fbbd23;
}

.decor-addons-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.decor-addon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: rgba(255,255,255,0.8);
}

/* Toggle Switch */
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 18px;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.1);
    transition: .4s;
    border-radius: 20px;
    width: 36px;
}
.decor-control {
    background-color: #1d1d1d;
    border: 1px solid #343434;
    padding: 12px;
    border-radius: 5px;
}
.toggle-switch .slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 3px;
  bottom: 3px;
  background-color: #fff;
  transition: .4s;
  border-radius: 50%;
}

.toggle-switch input:checked + .slider {
  background-color: #fbbd23;
}

.toggle-switch input:checked + .slider:before {
  transform: translateX(18px);
  background-color: #000;
}

/* Sliders */
.decor-sliders {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}

.slider-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

.slider-header label {
  font-size: 10px;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
}

.slider-value {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

.gold-range {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 1px;
    outline: none;
    margin: 0;
}
.decor-control-slider {
    background-color: #1d1d1d;
    border: 1px solid #343434;
    padding: 12px;
    border-radius: 5px;
}
.gold-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  background: #fbbd23;
  cursor: pointer;
  border-radius: 50%;
  border: none;
  box-shadow: 0 0 0 4px rgba(251, 189, 35, 0.1);
}

/* Action Buttons */
.decor-action-buttons {
  display: flex;
  gap: 16px;
}

.btn-save {
  flex: 1;
  background: #fbbd23;
  color: #000;
  border: none;
  padding: 16px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 2px;
}

.btn-save:hover {
  background: #eab308;
  transform: translateY(-1px);
}

.btn-reset {
  flex: 1;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  padding: 16px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 2px;
}

.btn-reset:hover {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.3);
}

/* Right Panel */
.decor-included-list {
  padding: 24px;
}

.decor-included-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
  font-size: 14px;
}

.decor-included-item span:first-child {
  color: rgba(255,255,255,0.9);
}

.decor-included-item .muted {
  color: rgba(255, 255, 255, 0.3);
  font-weight: 500;
}

.decor-notes {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.decor-notes-label {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 1.5px;
  margin-bottom: 12px;
  font-weight: 600;
}

.decor-notes-text {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .decor-main-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .decor-header {
    flex-direction: column;
    gap: 24px;
  }
  .decor-controls-row {
    grid-template-columns: 1fr;
  }
}


/* customize Menu Page Css Start */
.menu-customizer-page {
  padding: 120px 0 60px 0;
  background-color: #0d0d0d;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.menu-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header */
.menu-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}

.menu-subtitle {
  color: #fbbd23;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 8px;
}

.menu-title {
  font-family: "Cinzel", serif;
  font-size: 48px;
  font-weight: 700;
  margin: 0;
  line-height: 1.1;
  letter-spacing: 1px;
}

.menu-description {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 15px;
  font-size: 16px;
}

.menu-base-style-panel {
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 20px;
  border-radius: 0;
  width: 260px;
}

.menu-base-label {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-weight: 600;
}

.menu-base-name {
    font-family: "Cinzel", serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.2;
}

.menu-base-info {
  display: flex;
  gap: 10px;
}

.menu-tier-badge {
  background: #fbbd23;
  color: #000;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 2px;
  text-transform: uppercase;
}

.menu-price-badge {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 10px;
  padding: 4px 10px;
  border-radius: 2px;
}

/* Main Grid */
.menu-main-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 24px;
}

/* Panels */
.menu-panel {
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  margin-bottom: 24px;
}

.menu-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 20px 24px;
  color: rgba(255,255,255,0.9);
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.menu-toggles {
  display: flex;
  gap: 20px;
}

.menu-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  color: rgba(255,255,255,0.5);
  text-transform: none;
  letter-spacing: 0;
}

/* Dish Selection Grid */
.dish-selection-grid {
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.dish-card {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 4px;
  transition: 0.3s;
}

.dish-card.selected {
  border-color: #fbbd23;
  background: rgba(251, 189, 35, 0.03);
}

.dish-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}

.dish-name {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 5px 0;
}

.dish-tag {
  font-size: 12px;
  color: rgba(255,255,255,0.4);
}

.dish-price {
  font-size: 16px;
  color: rgba(255,255,255,0.6);
}

.dish-labels {
  display: flex;
  gap: 8px;
}

.label-pill {
  background: rgba(255, 255, 255, 0.1);
  padding: 4px 10px;
  font-size: 10px;
  font-weight: 700;
  color: rgba(255,255,255,0.7);
  border-radius: 2px;
}

/* Add-ons */
.addon-content {
  padding: 24px;
}

.ai-suggestion-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 20px;
  display: flex;
  gap: 15px;
  border-radius: 4px;
}

.ai-icon {
  color: #fbbd23;
  flex-shrink: 0;
}

.ai-label {
  font-size: 10px;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.4);
  margin-bottom: 5px;
  font-weight: 700;
}

.ai-text p {
  margin: 0;
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  line-height: 1.5;
}

/* Pricing Panel */
.pricing-content {
  padding: 24px;
}

.guest-selector {
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.03);
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 4px;
}

.guest-header label {
  font-size: 10px;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 600;
}

.guest-value-display {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 10px 0 20px 0;
}

.guest-value-display span:first-child {
  font-family: "Cinzel", serif;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}

.guest-value-display .unit {
  font-size: 12px;
  color: rgba(255,255,255,0.3);
}

.pricing-summary-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 30px;
}

.pricing-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 4px;
}

.pricing-item label {
  font-size: 10px;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 10px;
  display: block;
}

.price-val {
  font-family: "Cinzel", serif;
  font-size: 24px;
  font-weight: 700;
  color: #fbbd23;
}

.price-val.total-price {
  color: #fff;
}

.action-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.btn-save-menu {
  background: #fbbd23;
  color: #000;
  border: none;
  padding: 16px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 2px;
}

.btn-save-menu:hover {
  background: #eab308;
}

.btn-export-pdf {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  padding: 16px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 2px;
}

.btn-export-pdf:hover {
  background: rgba(255, 255, 255, 0.03);
}

/* Notes */
.notes-content {
  padding: 24px;
}

.chef-notes {
    width: 100%;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    padding: 15px;
    color: #fff;
    font-size: 14px;
    min-height: 70px;
    resize: vertical;
}

.chef-notes:focus {
  outline: none;
  border-color: #fbbd23;
}

@media (max-width: 1024px) {
  .menu-main-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .menu-header {
    flex-direction: column;
    gap: 24px;
  }
  .dish-selection-grid {
    grid-template-columns: 1fr;
  }
}

@media only screen and (min-device-width:520px) and (max-device-width:767px) and (orientation:portrait) {}
@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:landscape) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:portrait) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:landscape) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:portrait) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:landscape) {}

@media only screen and (min-width: 1366px) and (max-width: 1920px){}
@media only screen and (min-width: 1200px) and (max-width: 1365px){}
@media only screen and (min-width: 992px) and (max-width: 1199px){}
@media only screen and (min-width: 768px) and (max-width: 991px){}
@media only screen and (min-width: 520px) and (max-width: 767px){}
/* Tour Modal Styles */
.tour-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.tour-modal.show {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.tour-modal-content {
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px;
  border-radius: 12px;
  width: 90%;
  max-width: 500px;
  position: relative;
  transform: translateY(20px);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.tour-modal.show .tour-modal-content {
  transform: translateY(0);
}

.close-tour-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 28px;
  cursor: pointer;
  transition: color 0.3s;
}

.close-tour-modal:hover {
  color: #fff;
}

.tour-modal-header h2 {
  font-family: "Cinzel", serif;
  color: #fbbd23;
  font-size: 24px;
  margin-bottom: 8px;
  letter-spacing: 1px;
}

.tour-modal-header p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1.5;
}

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

.tour-form .form-row {
  display: flex;
  gap: 20px;
}

.tour-form .form-row .form-group {
  flex: 1;
}

.tour-form label {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 8px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.tour-form input, 
.tour-form select {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 15px;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  transition: all 0.3s;
}

.tour-form input:focus, 
.tour-form select:focus {
  outline: none;
  border-color: #fbbd23;
  background: rgba(255, 255, 255, 0.08);
}

.date-input-wrapper {
  position: relative;
}

.calendar-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.4);
  pointer-events: none;
}

.tour-form input[type="date"] {
  padding-left: 40px;
}

.tour-submit-btn {
  width: 100%;
  background-color: #fbbd23;
  color: #000;
  border: none;
  padding: 14px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;
  transition: all 0.3s;
}

.tour-submit-btn:hover {
  background-color: #eab308;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(251, 189, 35, 0.2);
}

.tour-submit-btn:active {
  transform: translateY(0);
}

/* Custom select styling */
.tour-form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.4)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}

@media (max-width: 576px) {
  .tour-form .form-row {
    flex-direction: column;
    gap: 0;
  }
  .tour-modal-content {
    padding: 30px 20px;
  }
}