:root{
--bg:#f8f5f1;
--white:#ffffff;
--gold:#b8925c;
--dark:#2a2a2a;
--soft:#6e6e6e;
--card:#fffdfb;
}

*{
margin:0;
padding:0;
box-sizing:border-box;
scroll-behavior:smooth;

}

body{
background:var(--bg);
font-family:'Poppins',sans-serif;
color:var(--dark);
overflow-x:hidden;
}

header{
position:fixed;
top:0;
width:100%;
padding:22px 8%;
display:flex;
justify-content:space-between;
align-items:center;
background:rgba(255,255,255,0.75);
backdrop-filter:blur(15px);
border-bottom:1px solid rgba(0,0,0,0.05);
z-index:999;
}

.logo{
font-family:'Cormorant Garamond',serif;
font-size:38px;
font-weight:700;
letter-spacing:2px;
color:var(--gold);
}

nav a{

text-decoration:none;
color:var(--dark);
font-size:15px;
font-weight:500;
letter-spacing:1px;
transition:0.3s;
}

nav a:hover{
color:var(--gold);
}

nav a:last-child{
border-bottom:none;
}

nav a:hover{
color:#b8925c;
padding-left:5px;
}

.hero{
height:100vh;
background:url('images/VW20.jpeg') center/cover;
display:flex;
justify-content:center;
align-items:center;
position:relative;
text-align:center;
}

.overlay{
position:absolute;
width:100%;
height:100%;
background:linear-gradient(
to bottom,
rgba(0,0,0,0.35),
rgba(0,0,0,0.55)
);
}

.hero-content{
position:relative;
color:white;
text-align:center;
}

.hero-content h1{
font-family:'Cormorant Garamond',serif;
font-size:90px;
font-weight:600;
line-height:1.1;
margin-bottom:20px;
letter-spacing:2px;
}

.hero-content p{
font-size:18px;
font-weight:300;
letter-spacing:1px;
margin-bottom:35px;
}

.btn{
display:inline-block;
padding:15px 35px;
background:#b8925c;
color:white;
text-decoration:none;
border-radius:40px;
}

section{
padding:130px 8%;
}
.title{
text-align:center;
margin-bottom:50px;
}

.title h2{
font-family:'Cormorant Garamond',serif;
font-size:58px;
font-weight:600;
color:var(--gold);
margin-bottom:10px;
}

.pricing-container{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
}

.price-card{
background:var(--card);
padding:50px 35px;
border-radius:28px;
color:var(--gold);
font-family:'Cormorant Garamond',serif;
text-align:center;
box-shadow:0 12px 35px rgba(0,0,0,0.06);
transition:0.4s;
border:1px solid rgba(0,0,0,0.04);
}

.price-card:hover{
transform:translateY(-12px);
}

.price-card:hover{
transform:translateY(-12px);
}

.price-card:hover{
transform:translateY(-10px);
}

.price-card h3{
font-family:'Cormorant Garamond', 'Playfair Display', serif;
font-size:30px;
margin-bottom:18px;
font-weight:700;
letter-spacing:0.4px;
color:var(--dark);
}

.price-card h1{
margin:20px 0;
color:#b8925c;
}

.price-card button{
padding:12px 30px;
border:none;
background:#b8925c;
color:white;
border-radius:40px;
cursor:pointer;
}

.gallery-container{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:20px;
}

.gallery-container img{
width:100%;
height:300px;
object-fit:cover;
border-radius:20px;
}

.gallery-container img{
transition:0.4s;
}

.gallery-container img:hover{
transform:scale(1.03);
}

.contact{
text-align:center;
}

.booking-modal{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.6);
display:none;
justify-content:center;
align-items:center;
z-index:9999;
}

.booking-box{
background:white;
width:90%;
max-width:450px;
padding:40px;
border-radius:20px;
position:relative;

max-height:90vh;
overflow-y:auto;

}

.booking-box h2{
margin-bottom:20px;
color:#b8925c;
}

.booking-box input,
.booking-box select{
width:100%;
padding:16px 18px;
margin-bottom:18px;
border:1px solid rgba(0,0,0,0.08);
border-radius:18px;
background:#f9f7f4 !important;

color:#2a2a2a !important;
-webkit-text-fill-color:#2a2a2a !important;

color:#2a2a2a !important;
font-size:16px !important;
font-weight:500 !important;

outline:none;
transition:0.3s;

-webkit-text-fill-color:#2a2a2a !important;
opacity:1 !important;
}

.booking-box input::placeholder{
color:#777 !important;
opacity:1;
}

.booking-box select{
appearance:none;
-webkit-appearance:none;
}

input:-webkit-autofill{
-webkit-text-fill-color:#2a2a2a !important;
transition:background-color 9999s ease-in-out 0s;
}

.booking-box input::placeholder{
color:#777;
font-weight:400;
}

.booking-box input:focus,
.booking-box select:focus{
border-color:#b8925c;
box-shadow:0 0 0 4px rgba(184,146,92,0.15);
background:white;
}

.booking-box button{
width:100%;
padding:18px;
border:none;
background:#b8925c;
color:white;
border-radius:50px;
font-size:17px;
font-weight:600;
letter-spacing:1px;
cursor:pointer;
transition:0.3s;
box-shadow:0 10px 25px rgba(184,146,92,0.25);
}

.close{
position:absolute;
right:20px;
top:15px;
font-size:30px;
cursor:pointer;
}

#qrisBox{
display:none;
text-align:center;
margin-top:15px;
}

#qrisBox img{
width:220px;
max-width:100%;
border-radius:15px;
margin-bottom:15px;
}

#qrisBox input{
    margin-top:10px;
}

.whatsapp-float{
    position:fixed;
    width:60px;
    height:60px;
    background:#25D366;
    bottom:30px;
    right:30px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    color:white;
    font-size:0;
    text-decoration:none;
    z-index:999;
    box-shadow:0 5px 20px rgba(0,0,0,0.2);
    transition:transform 0.25s ease, box-shadow 0.25s ease;
}

.whatsapp-float:hover{
    transform:scale(1.05);
    box-shadow:0 8px 25px rgba(0,0,0,0.25);
}

.whatsapp-float img{
    width:32px;
    height:auto;
    display:block;
}

.flatpickr-calendar{
border:none !important;
border-radius:20px !important;
box-shadow:0 10px 30px rgba(0,0,0,0.15) !important;
font-family:'Poppins',sans-serif;
}

.flatpickr-day.selected{
background:#b8925c !important;
border-color:#b8925c !important;
}

.flatpickr-day:hover{
background:#f3e2c2 !important;
}

.flatpickr-input{
background:white;
cursor:pointer;
}

html{
scroll-behavior:smooth;
}

.price-card{
overflow:hidden;
position:relative;
}

.price-card::before{
content:'';
position:absolute;
top:0;
left:-100%;
width:100%;
height:100%;
background:rgba(255,255,255,0.3);
transform:skewX(-25deg);
transition:1s;
}

.price-card:hover::before{
left:120%;
}

.gallery-container img{
transition:0.5s;
}

.gallery-container img:hover{
transform:scale(1.05);
}

/* Wedding Gallery Modal */
.wedding-gallery-modal{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.7);
display:flex;
justify-content:center;
align-items:center;
z-index:99998;
overflow-y:auto;
opacity:0;
visibility:hidden;
transition:0.3s;
}

.wedding-gallery-modal.active{
opacity:1;
visibility:visible;
}

.wedding-gallery-box{
background:white;
width:95%;
max-width:1000px;
padding:30px;
border-radius:20px;
position:relative;
max-height:90vh;
overflow-y:auto;
box-shadow:0 20px 50px rgba(0,0,0,0.3);
}

.wedding-gallery-box h2{
color:var(--gold);
margin-bottom:20px;
text-align:center;
font-family:'Cormorant Garamond', serif;
font-size:42px;
}

.wedding-gallery-grid{
display:grid;
grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));
gap:15px;
}

.wedding-gallery-grid img{
width:100%;
height:250px;
object-fit:cover;
border-radius:15px;
cursor:pointer;
transition:0.3s;
}

.wedding-gallery-grid img:hover{
transform:scale(1.04);
box-shadow:0 5px 15px rgba(0,0,0,0.2);
}

.wedding-gallery-box .close{
position:sticky;
float:right;
top:0;
font-size:22px;
cursor:pointer;
color:var(--gold);
background:linear-gradient(135deg, #f8f5f1, #ffffff);
width:38px;
height:38px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
z-index:999;
border:2px solid var(--gold);
transition:0.3s ease;
box-shadow:0 4px 15px rgba(184,146,92,0.2);
line-height:1;
}

.wedding-gallery-box .close:hover{
background:var(--gold);
color:white;
transform:rotate(90deg) scale(1.1);
box-shadow:0 6px 20px rgba(184,146,92,0.35);
}

.wedding-gallery-box::-webkit-scrollbar{
width:6px;
}

.wedding-gallery-box::-webkit-scrollbar-thumb{
background:var(--gold);
border-radius:20px;
}

.btn,
.price-card button,
.booking-box button{
padding:15px 38px;
border:none;
background:var(--gold);
color:white;
border-radius:50px;
font-size:14px;
letter-spacing:1px;
font-weight:500;
cursor:pointer;
transition:0.35s;
box-shadow:0 10px 25px rgba(184,146,92,0.25);
}

.btn:hover,
.price-card button:hover,
.booking-box button:hover{
transform:translateY(-3px);
background:#a9834e;
}

.contact-info{
margin-top:-20px;
margin-bottom:30px;
line-height:2;
font-size:18px;
color:#555;
}

.maps{
margin-top:20px;
border-radius:20px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,0.1);
width:100%;
}

.maps iframe{
width:100%;
height:350px;
border:0;
display:block;
}

.card-buttons{
display:flex;
gap:10px;
justify-content:center;
margin-top:20px;
flex-wrap:wrap;
}

.card-buttons button{
padding:12px 20px;
border:none;
border-radius:40px;
background:#b8925c;
color:white;
cursor:pointer;
transition:0.4s;
}

.card-buttons button:hover{
transform:translateY(-5px);
}

.detail-modal{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.6);
display:none;
justify-content:center;
align-items:center;
z-index:99999;
}

.detail-box{
background:white;
backdrop-filter:blur(10px);
width:90%;
max-width:650px;
padding:40px;
border-radius:25px;
text-align:left;
position:relative;
animation:popup 0.4s ease;
max-height:90vh;
overflow-y:auto;
box-shadow:0 15px 40px rgba(0,0,0,0.2);
}

.detail-box h2{
color:#b8925c;
margin-bottom:20px;
}

.detail-box p{
line-height:1.8;
color:#555;
}

@keyframes popup{

from{
transform:scale(0.7);
opacity:0;
}

to{
transform:scale(1);
opacity:1;
}

}

.booking-box::-webkit-scrollbar{
width:6px;
}

.booking-box::-webkit-scrollbar-thumb{
background:#b8925c;
border-radius:20px;
}

@media(max-width:768px){

.maps iframe{
height:250px;
}

}

.menu-toggle{
display:none;
font-size:32px;
color:var(--gold);
cursor:pointer;
}

/* DESKTOP NAVBAR */

nav{
display:flex;
align-items:center;
gap:25px;
}

/* MOBILE */

@media(max-width:768px){

.menu-toggle{
display:block;
}

nav{
display:none;
position:absolute;
top:85px;
right:5%;
width:240px;
background:rgba(255,255,255,0.96);
backdrop-filter:blur(15px);
padding:25px 28px;
border-radius:24px;
flex-direction:column;
box-shadow:0 15px 40px rgba(0,0,0,0.08);
border:1px solid rgba(0,0,0,0.05);
animation:fadeMenu 0.3s ease;
}

nav.active{
display:flex;
}

nav a{
margin:14px 0;
font-size:18px;
font-weight:500;
letter-spacing:1px;
color:#2a2a2a;
text-decoration:none;
padding:10px 0;
transition:0.3s;
border-bottom:1px solid rgba(0,0,0,0.05);
width:100%;
}

nav a:last-child{
border-bottom:none;
}

nav a:hover{
color:var(--gold);
padding-left:5px;
}

.hero-content h1{
font-size:42px;
line-height:1.2;
padding:0 10px;
}

.title h2{
font-size:42px;
}

.maps iframe{
height:250px;
}

}

@keyframes fadeMenu{

from{
opacity:0;
transform:translateY(-10px);
}

to{
opacity:1;
transform:translateY(0);
}

}

footer{
padding:35px;
text-align:center;
font-size:14px;
color:#666;
}

.detail-box::-webkit-scrollbar{
width:6px;
}

.detail-box::-webkit-scrollbar-thumb{
background:#b8925c;
border-radius:20px;
}

.detail-box .close{
position:sticky;
float:right;
top:0;
background:white;
padding:0 10px;
border-radius:50%;
z-index:999;
}

.detail-box ul{
padding-left:20px;
line-height:2;
color:#555;
}

.detail-box li{
margin-bottom:6px;
}

.social-container{
display:flex;
justify-content:center;
align-items:center;
gap:30px;
flex-wrap:wrap;
margin:30px 0;
}

.social-item{
display:flex;
align-items:center;
gap:10px;
text-decoration:none;
color:#444;
font-size:22px;
font-weight:500;
transition:.3s;
}

.social-item img{
width:30px;
height:30px;
}

.social-item:hover{
transform:translateY(-3px);
opacity:.8;
}

.lux-contact{
padding:120px 8%;
background:#f8f4ef;
text-align:center;
position:relative;
overflow:hidden;
}

.contact-header h2{
font-size:70px;
font-family:'Playfair Display',serif;
color:#b68b4c;
margin-bottom:20px;
}

.contact-header span{
font-size:28px;
color:#c59d5f;
}

.contact-header p{
font-size:22px;
color:#555;
line-height:1.8;
margin-bottom:60px;
}

.social-box{
background:white;
border-radius:35px;
padding:40px;
display:flex;
justify-content:center;
align-items:center;
gap:40px;
flex-wrap:wrap;
box-shadow:0 15px 40px rgba(0,0,0,.08);
margin-bottom:40px;
border:1px solid rgba(182,139,76,.2);
}

.social-card{
text-decoration:none;
color:#444;
display:flex;
flex-direction:column;
align-items:center;
transition:.4s;
min-width:200px;
}

.social-card:hover{
transform:translateY(-8px);
}

.social-card img{
width:65px;
height:65px;
margin-bottom:18px;
}

.social-card h3{
font-size:30px;
font-family:'Playfair Display',serif;
color:#b68b4c;
margin-bottom:10px;
}

.social-card span{
font-size:20px;
}

.divider{
width:1px;
height:120px;
background:#d8c2a0;
}

.location-box{
background:white;
padding:25px;
border-radius:20px;
font-size:22px;
margin-bottom:40px;
box-shadow:0 10px 30px rgba(0,0,0,.05);
border:1px solid rgba(182,139,76,.15);
}

.map-container iframe{
border-radius:30px;
box-shadow:0 15px 35px rgba(0,0,0,.1);
}

@media(max-width:768px){

.contact-header h2{
font-size:48px;
}

.contact-header p{
font-size:18px;
}

.social-box{
flex-direction:column;
gap:30px;
}

.divider{
width:80%;
height:1px;
}

.location-box{
font-size:18px;
}

}

@media(max-width:768px){

header{
padding:15px 5%;
}

.logo{
font-size:18px;
line-height:1.2;
max-width:140px;
}

nav{
gap:15px;
}

nav a{
font-size:14px;
}

}

header{
flex-wrap:nowrap;
}
