@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;700&family=Poppins:wght@300;400;500;600&display=swap');

html{

    scroll-behavior:smooth;

}
*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{

font-family:Poppins,sans-serif;

background:#f8f5ef;

color:#333;

}

nav{

position:fixed;

top:0;

left:0;

width:100%;

padding:22px 8%;

display:flex;

justify-content:space-between;

align-items:center;

background:rgba(255,255,255,.15);

backdrop-filter:blur(15px);

z-index:999;

}

.logo{

text-decoration:none;

font-size:30px;

font-family:'Cormorant Garamond',serif;

color:#8b6728;

font-weight:700;

}

nav ul{

display:flex;

list-style:none;

gap:40px;

}

nav a{

text-decoration:none;

color:#333;

font-weight:500;

}

.hero{

height:100vh;

background-image:url("https://images.unsplash.com/photo-1506126613408-eca07ce68773?w=1600&q=80");

background-size:cover;

background-position:center;

display:flex;

justify-content:center;

align-items:center;

}

.overlay{

background:rgba(0,0,0,.35);

padding:70px;

border-radius:25px;

text-align:center;

color:white;

max-width:700px;

}

.overlay h1{

font-family:'Cormorant Garamond',serif;

font-size:80px;

margin-bottom:20px;

}

.overlay p{

font-size:19px;

line-height:34px;

margin-bottom:35px;

}

.overlay a{

display:inline-block;

padding:18px 38px;

background:#8b6728;

color:white;

text-decoration:none;

border-radius:50px;

font-weight:600;

transition:.3s;

}

.overlay a:hover{

background:#5f6f45;

}

/* ================= ABOUT ================= */

.about{

    padding:120px 8%;

    background:#f8f5ef;

}

.about-container{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

    align-items:center;

}

.about-image img{

    width:100%;

    border-radius:25px;

    box-shadow:0 20px 50px rgba(0,0,0,.15);

}

.about-content span{

    color:#8b6728;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;

}

.about-content h2{

    font-size:55px;

    margin:15px 0 30px;

    font-family:'Cormorant Garamond',serif;

    color:#5f6f45;

}

.about-content p{

    font-size:17px;

    line-height:34px;

    color:#555;

    margin-bottom:25px;

}
/* ================= BENEFITS ================= */

.benefits{

    padding:120px 8%;

    background:#fffdf9;

}

.section-heading{

    text-align:center;

    margin-bottom:70px;

}

.section-heading span{

    color:#8b6728;

    text-transform:uppercase;

    letter-spacing:2px;

    font-weight:600;

}

.section-heading h2{

    margin-top:15px;

    font-size:55px;

    font-family:'Cormorant Garamond',serif;

    color:#5f6f45;

}

.benefit-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));

    gap:30px;

}

.benefit-card{

    background:white;

    padding:40px;

    border-radius:25px;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    transition:.35s;

}

.benefit-card:hover{

    transform:translateY(-12px);

}

.icon{

    font-size:45px;

    margin-bottom:20px;

}

.benefit-card h3{

    font-size:30px;

    margin-bottom:15px;

    font-family:'Cormorant Garamond',serif;

    color:#8b6728;

}

.benefit-card p{

    line-height:30px;

    color:#666;

}
/* ================= WHO CAN JOIN ================= */

.join-section{

    padding:120px 8%;

    background:#f8f5ef;

}

.join-container{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

    align-items:center;

}

.join-content span{

    color:#8b6728;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;

}

.join-content h2{

    font-size:55px;

    margin:20px 0;

    color:#5f6f45;

    font-family:'Cormorant Garamond',serif;

}

.join-content p{

    color:#666;

    line-height:34px;

    margin-bottom:40px;

}

.join-list{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:20px;

}

.join-item{

    background:white;

    padding:18px 22px;

    border-radius:15px;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transition:.3s;

}

.join-item:hover{

    transform:translateY(-5px);

}

.join-image img{

    width:100%;

    border-radius:25px;

    box-shadow:0 20px 50px rgba(0,0,0,.15);

}
/* ================= SCHEDULE ================= */

.schedule{

    padding:120px 8%;

    background:#fffdf9;

}

.schedule-container{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));

    gap:35px;

    margin-top:60px;

}

.schedule-card{

    background:white;

    border-radius:25px;

    padding:40px;

    box-shadow:0 20px 45px rgba(0,0,0,.08);

    transition:.35s;

}

.schedule-card:hover{

    transform:translateY(-10px);

}

.schedule-card h3{

    font-size:32px;

    color:#8b6728;

    margin-bottom:25px;

    font-family:'Cormorant Garamond',serif;

}

.time{

    background:#f5efe5;

    padding:14px;

    border-radius:12px;

    margin-bottom:15px;

    font-weight:600;

    color:#5f6f45;

    text-align:center;

}

.schedule-card p{

    margin-top:25px;

    color:#666;

    line-height:30px;

}
/* ================= BOOKING ================= */

.booking{

    padding:120px 8%;

    background:#f8f5ef;

}

.booking-container{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

    align-items:center;

}

.booking-left span{

    color:#8b6728;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;

}

.booking-left h2{

    font-size:55px;

    margin:20px 0;

    color:#5f6f45;

    font-family:'Cormorant Garamond',serif;

}

.booking-left p{

    color:#666;

    line-height:32px;

    margin-bottom:35px;

}

.booking-left img{

    width:100%;

    border-radius:25px;

    margin-top:20px;

    box-shadow:0 20px 50px rgba(0,0,0,.15);

}

.booking-right{

    background:white;

    padding:45px;

    border-radius:25px;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

}

.input-group{

    display:flex;

    flex-direction:column;

    margin-bottom:22px;

}

.input-group label{

    margin-bottom:8px;

    font-weight:600;

    color:#555;

}

.input-group input,
.input-group select,
.input-group textarea{

    padding:15px;

    border:1px solid #ddd;

    border-radius:12px;

    font-size:15px;

    font-family:Poppins,sans-serif;

}
.continue-btn{

    width:100%;

    padding:18px 30px;

    border:none;

    border-radius:60px;

    background:linear-gradient(135deg,#8b6728,#5f6f45);

    color:white;

    font-size:17px;

    font-weight:600;

    cursor:pointer;

    transition:.4s;

    box-shadow:0 12px 30px rgba(139,103,40,.35);

}

.continue-btn:hover{

    transform:translateY(-4px);

    box-shadow:0 18px 40px rgba(139,103,40,.45);

}
/* ================= PAYMENT ================= */
.payment-btn{

    width:100%;

    padding:18px 30px;

    border:none;

    border-radius:60px;

    background:linear-gradient(135deg,#5f6f45,#8b6728);

    color:#fff;

    font-size:17px;

    font-weight:600;

    letter-spacing:.5px;

    cursor:pointer;

    transition:.4s ease;

    position:relative;

    overflow:hidden;

    box-shadow:0 12px 30px rgba(95,111,69,.35);

}

.payment-btn::before{

    content:"";

    position:absolute;

    top:0;

    left:-120%;

    width:100%;

    height:100%;

    background:rgba(255,255,255,.25);

    transform:skewX(-30deg);

    transition:.6s;

}

.payment-btn:hover::before{

    left:120%;

}

.payment-btn:hover{

    transform:translateY(-4px);

    box-shadow:0 18px 40px rgba(95,111,69,.45);

}

.payment-btn:active{

    transform:scale(.97);

}
/* ================= BOOKING SUMMARY ================= */

.booking-summary{

margin-top:40px;

}

.booking-summary h2{

margin-bottom:25px;

font-size:38px;

font-family:'Cormorant Garamond',serif;

color:#5f6f45;

}

.summary-card{

background:#fff;

padding:35px;

border-radius:25px;

box-shadow:0 20px 50px rgba(0,0,0,.08);

margin-bottom:30px;

}

.summary-row{

display:flex;

justify-content:space-between;

align-items:center;

padding:18px 0;

border-bottom:1px solid #ececec;

}

.summary-row:last-child{

border:none;

}

.summary-row span{

color:#666;

font-weight:500;

}

.summary-row strong{

color:#333;

font-size:17px;

}

.total{

margin-top:15px;

font-size:22px;

}

.total strong{

font-size:28px;

color:#8b6728;

}

.mode-badge{

background:#5f6f45;

color:#fff !important;

padding:8px 18px;

border-radius:50px;

font-size:14px !important;

}

/* ================= SUCCESS ================= */

.payment-success{

margin-top:60px;

}

.success-card{

background:#fff;

padding:45px;

border-radius:25px;

text-align:center;

box-shadow:0 20px 50px rgba(0,0,0,.08);

}

.success-icon{

font-size:70px;

margin-bottom:20px;

}

.success-card h2{

font-size:42px;

font-family:'Cormorant Garamond',serif;

color:#5f6f45;

margin-bottom:15px;

}

.success-card p{

color:#666;

margin-bottom:30px;

}

.booking-id{

background:#f8f5ef;

padding:25px;

border-radius:20px;

margin-bottom:35px;

}

.booking-id h3{

font-size:34px;

color:#8b6728;

margin-top:10px;

}

.success-info{

display:flex;

justify-content:space-around;

margin-bottom:35px;

}

.success-info span{

display:block;

color:#777;

margin-bottom:8px;

}

.success-info strong{

font-size:18px;

color:#333;

}
.payment-section{

margin-top:45px;

background:#fff;

padding:40px;

border-radius:25px;

box-shadow:0 20px 50px rgba(0,0,0,.08);

}

.payment-section h2{

font-size:38px;

font-family:'Cormorant Garamond',serif;

color:#5f6f45;

margin-bottom:10px;

}

.payment-subtitle{

margin-bottom:35px;

color:#666;

}

.payment-card{

display:flex;

justify-content:space-between;

align-items:center;

padding:22px 25px;

margin-bottom:18px;

border:2px solid #ececec;

border-radius:18px;

cursor:pointer;

transition:.35s;

}

.payment-card:hover{

border-color:#8b6728;

transform:translateY(-3px);

box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.payment-card.active{

border-color:#5f6f45;

background:#f8f5ef;

}

.payment-left h3{

margin-bottom:6px;

color:#333;

}

.payment-left p{

color:#777;

font-size:14px;

}

.payment-card input{

transform:scale(1.4);

accent-color:#5f6f45;

}

.payment-total{

margin:35px 0;

text-align:center;

background:#f8f5ef;

padding:25px;

border-radius:20px;

}

.payment-total span{

color:#666;

}

.payment-total h1{

font-size:50px;

margin:10px 0;

color:#8b6728;

font-family:'Cormorant Garamond',serif;

}

.payment-total p{

color:#5f6f45;

font-size:15px;

}