:root{
--primary:#4b1e12;
--gold:#e3b341;
--green:#1fa34a;
--cream:#f6f1e7;
--gray:#666;
}

*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:Poppins;background:var(--cream);color:#333;}
h1,h2,h3{font-family:'Playfair Display',serif;color:var(--primary);}

.navbar{
display:flex;justify-content:space-between;align-items:center;
padding:20px 60px;background:#fff7e5;
box-shadow:0 2px 10px rgba(0,0,0,0.05);
position:sticky;top:0;z-index:999;
}
.logo{font-size:24px;font-weight:700;}
.call{background:var(--gold);padding:10px 18px;border:none;border-radius:8px;cursor:pointer;}

/* Sticky Mobile Action Bar */
.mobile-bar{
display:none;
position:fixed;
bottom:0;
left:0;
width:100%;
background:white;
box-shadow:0 -5px 20px rgba(0,0,0,0.1);
z-index:9999;
justify-content:space-around;
padding:10px 0;
border-top:2px solid #e3b341;
}

.mobile-btn{
flex:1;
text-align:center;
text-decoration:none;
font-size:12px;
font-weight:600;
display:flex;
flex-direction:column;
align-items:center;
gap:4px;
}

.mobile-btn i{
font-size:18px;
}

.call-btn{ color:#e3b341; }
.whatsapp-btn{ color:#25D366; }
.direction-btn{ color:#1877F2; }
.review-btn{ color:#fbbc05; }

/* Show only on mobile */
@media(max-width:900px){
.mobile-bar{
display:flex;
}
body{
padding-bottom:75px; /* Prevent content hiding behind bar */
}
}

.navbar{
display:flex;
justify-content:space-between;
align-items:center;
padding:20px 40px;
background:#fff7e5;
box-shadow:0 2px 10px rgba(0,0,0,0.05);
position:sticky;
top:0;
z-index:999;
}

.nav-right{
display:flex;
align-items:center;
gap:15px;
}

.social-icon{
width:42px;
height:42px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
color:white;
font-size:18px;
text-decoration:none;
transition:0.3s;
box-shadow:0 4px 12px rgba(0,0,0,0.15);
}

.social-icon.fb{ background:#1877F2; }
.social-icon.insta{
background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);
}
.social-icon.whatsapp{ background:#25D366; }

.social-icon:hover{
transform:translateY(-3px);
box-shadow:0 8px 20px rgba(0,0,0,0.25);
}

.call{
background:#e3b341;
padding:10px 20px;
border:none;
border-radius:50px;
font-weight:600;
cursor:pointer;
transition:0.3s;
}

.call:hover{
transform:translateY(-2px);
box-shadow:0 6px 15px rgba(0,0,0,0.2);
}

/* Hide hamburger on desktop */
.hamburger{
display:none;
font-size:22px;
cursor:pointer;
}

/* ================= MOBILE ONLY ================= */
@media(max-width:768px){

.nav-right{
position:absolute;
top:65px;
right:0;
background:#fff7e5;
width:100%;
flex-direction:row;
justify-content:space-around;
align-items:center;
padding:15px 10px;
display:none;
box-shadow:0 8px 20px rgba(0,0,0,0.15);
border-top:2px solid #e3b341;
}

.nav-right.active{
display:flex;
}

.hamburger{
display:block;
}

}

@media(max-width:900px){
    .hero{
/* margin-top: 30px */
}



.nav-right{
position:absolute;
top:70px;
left:0;
width:100%;
background:#fff7e5;
display:none;
flex-direction:row;       /* HORIZONTAL */
justify-content:space-around;
align-items:center;
padding:15px 10px;
box-shadow:0 8px 25px rgba(0,0,0,0.15);
border-top:2px solid #e3b341;
}

.nav-right.active{
display:flex;
}

.social-icon{
width:38px;
height:38px;
font-size:16px;
}

.call{
padding:8px 14px;
font-size:14px;
}

.hamburger{
display:block;
}

}

/* .hero{
height:90vh;
background:linear-gradient(rgba(120,50,20,0.75),rgba(120,50,20,0.75)),
url('https://images.unsplash.com/photo-1585238342028-78d387f4a707?auto=format&fit=crop&w=1600&q=80');
background-size:cover;background-position:center;
display:flex;flex-direction:column;
align-items:center;justify-content:center;
text-align:center;color:white;padding:20px;
} */

/* .hero{
    height: 90vh;
    background: linear-gradient(rgba(120,50,20,0.75), rgba(120,50,20,0.75)),
                url('heroimg.png');
                
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
    color: white;
    padding: 20px;
} 
 

.rating-badge{
background:var(--gold);color:#000;
padding:8px 18px;border-radius:30px;
font-weight:600;margin-bottom:15px;
}

.hero h1{font-size:50px;margin-bottom:20px;color:white;}
.hero p{max-width:650px;margin-bottom:30px;}

.hero button{
padding:14px 28px;border:none;border-radius:10px;
margin:10px;font-weight:600;cursor:pointer;
}
.primary{background:var(--gold);}
.whatsapp{background:var(--green);color:white;}

.section{padding:90px 80px;text-align:center;}
.section p{color:var(--gray);margin:15px 0 40px;} */

.hero{
    position: relative;
    height: 100vh;
    background: url('heroimg.png') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 20px;
    overflow: hidden;
}

/* Dark cinematic overlay */
.hero-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(120,50,20,0.7));
    z-index: 1;
}

.hero-content{
    position: relative;
    z-index: 2;
    max-width: 800px;
}

/* Rating Badge */

.rating-badge{
background:var(--gold);color:#000;
padding:8px 18px;border-radius:30px;
font-weight:600;margin-bottom:15px;
}

.rating-badge{
    display: inline-block;
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(8px);
    padding: 8px 16px;
    border-radius: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}

.rating-badge a{
    text-decoration: none;
    color: black;
}

/* Headline */
.hero h1{
    font-size: 42px;
    margin-bottom: 15px;
    line-height: 1.3;
}

/* Subtext */
.hero p{
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
}

/* Buttons */
.hero-buttons{
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn{
    padding: 14px 28px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s ease;
    text-decoration: none;
}

/* Primary Button */
.primary{
    background: #ff9800;
    color: white;
}

.primary:hover{
    background: #e68900;
    transform: translateY(-3px);
}

/* WhatsApp Button */
.whatsapp{
    background: #25D366;
    color: white;
}

.whatsapp:hover{
    background: #1ebe5d;
    transform: translateY(-3px);
}

/* Review link */
.review-link{
    display: inline-block;
    margin-top: 25px;
    color: white;
    text-decoration: underline;
    font-size: 15px;
}


.nav-right{
display:flex;
align-items:center;
gap:15px;
}

.social-icon{
width:42px;
height:42px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
color:white;
font-size:18px;
text-decoration:none;
transition:all 0.3s ease;
box-shadow:0 4px 12px rgba(0,0,0,0.15);
}

.social-icon.fb{
background:#1877F2;
}

.social-icon.insta{
background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);
}

.social-icon:hover{
transform:translateY(-3px);
box-shadow:0 8px 20px rgba(0,0,0,0.25);
}

.call{
background:#e3b341;
padding:10px 20px;
border:none;
border-radius:50px;
font-weight:600;
cursor:pointer;
transition:all 0.3s ease;
}

.call:hover{
transform:translateY(-2px);
box-shadow:0 6px 15px rgba(0,0,0,0.2);
}

/* ================== */
/* Mobile Optimization */
/* ================== */

@media (max-width: 768px){

    .hero{
        background-size: contain;
        background-position: top center;
        min-height: 100vh;
    }

    .hero h1{
        font-size: 26px;
    }

    .hero p{
        font-size: 15px;
    }

    .btn{
        width: 100%;
        max-width: 260px;
    }
}

.reviews-container{
display:flex;gap:30px;flex-wrap:wrap;justify-content:center;
}

.review-card{
background:white;width:320px;padding:25px;
border-radius:16px;
box-shadow:0 6px 20px rgba(0,0,0,0.08);

/* text-align:center; */
}
.review-card h4{margin-bottom:8px;color:var(--primary);}
.review-card p{margin-bottom:8px;}

.reviews{
    padding: 80px 20px;
    background: #f9f6f2;
    text-align: center;
}

.reviews h2{
    font-size: 34px;
    margin-bottom: 50px;
    color: #5a2a0a;
}

.reviews-grid{
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}
.services{
    padding: 80px 20px;
    background: #f9f6f2;
    text-align: center;
}

.services h2{
    font-size: 36px;
    margin-bottom: 10px;
    color: #5a2a0a;
}

.section-subtitle{
    max-width: 600px;
    margin: 0 auto 50px;
    color: #666;
    font-size: 16px;
}

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

.service-card{
    cursor: pointer;
    transition: 0.3s ease;
}

.service-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.service-card .icon{
    font-size: 40px;
    margin-bottom: 15px;
}

.service-card h3{
    margin-bottom: 10px;
    color: #8b0000;
}

.service-card p{
    font-size: 14px;
    color: #555;
}

/* Mobile */
@media(max-width:768px){
    .services{
        padding: 60px 15px;
    }

    .services h2{
        font-size: 26px;
    }
}

.review-card{
    background: #f9f6f2;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    text-align: left;
    transition: 0.3s ease;
}

.review-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.review-top{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.avatar{
    width: 45px;
    height: 45px;
    background: #8b0000;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.review-card p{
    font-size: 14px;
    color: #444;
}

.review-btn{
    display: inline-block;
    margin-top: 40px;
    padding: 12px 25px;
    background: #ff9800;
    color: white;
    text-decoration: none;
    border-radius: 40px;
    transition: 0.3s;
}

.review-btn:hover{
    background: #e68900;
}

.visit{
    padding: 100px 20px;
    background: #f9f6f2;
    text-align: center;
}

.visit .container{
    max-width: 1200px;
    margin: 0 auto;
}

.visit h2{
    font-size: 36px;
    margin-bottom: 10px;
    color: #5a2a0a;
}

.section-subtitle{
    max-width: 600px;
    margin: 0 auto 60px;
    color: #666;
}

.visit-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    align-items: stretch;
}

.visit-card{
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.visit-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.visit-icon{
    font-size: 40px;
    margin-bottom: 15px;
}

.visit-card h3{
    margin-bottom: 15px;
    color: #8b0000;
}

.visit-card p{
    color: #555;
    font-size: 15px;
    margin-bottom: 15px;
}

.visit-btn{
    display: inline-block;
    margin-top: 10px;
    padding: 12px 25px;
    background: #ff9800;
    color: white;
    border-radius: 40px;
    text-decoration: none;
    transition: 0.3s ease;
}

.visit-btn:hover{
    background: #e68900;
}

/* Map */
.map-card iframe{
    width: 100%;
    height: 100%;
    min-height: 350px;
    border-radius: 15px;
    border: none;
}

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

    .visit h2{
        font-size: 26px;
    }
}

/* Responsive */
@media (max-width: 992px){
    .reviews-grid{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px){
    .reviews-grid{
        grid-template-columns: 1fr;
    }
}

.location-wrap{
display:flex;gap:50px;justify-content:center;
flex-wrap:wrap;align-items:center;
}

.location-info{
background:white;padding:30px;border-radius:16px;
box-shadow:0 6px 20px rgba(0,0,0,0.05);
width:380px;text-align:left;
}
.direction-btn{
display:inline-flex;
align-items:center;
gap:10px;
padding:14px 26px;
background:linear-gradient(135deg,#4285F4,#34A853);
color:white;
font-weight:600;
border-radius:50px;
text-decoration:none;
box-shadow:0 8px 20px rgba(0,0,0,0.15);
transition:all 0.3s ease;
font-size:16px;
}

.direction-btn:hover{
transform:translateY(-3px);
box-shadow:0 12px 25px rgba(0,0,0,0.25);
background:linear-gradient(135deg,#3367D6,#2c8c46);
}

.map-box{
width:500px;height:350px;
border-radius:18px;overflow:hidden;
box-shadow:0 6px 20px rgba(0,0,0,0.08);
}

.cta{
background:#efe4c8;padding:80px 20px;text-align:center;
}
.cta h2{font-size:38px;margin-bottom:30px;}

footer{
background:#f2e6c7;padding:40px;text-align:center;color:#777;
}

@media(max-width:900px){
.hero h1{font-size:34px;}
.section{padding:60px 20px;}
.map-box{width:100%;}
}