body{
font-family:Poppins,sans-serif;
background:#0d1f1a;
color:#fff;
overflow-x:hidden;
}

.top-bar{
background:#04110d;
padding:10px 0;
font-size:14px;
}

.top-bar a{
color:#d4af37;
text-decoration:none;
}

.navbar{
background:rgba(0,0,0,0.7);
backdrop-filter:blur(10px);
}

.navbar-brand{
font-size:32px;
font-weight:700;
color:#d4af37!important;
}

.nav-link{
color:#fff!important;
margin:0 10px;
}

.nav-link:hover{
color:#d4af37!important;
}

.carousel-item{
background-size:cover;
background-position:center;
position:relative;
}

.carousel-overlay{
position:absolute;
width:100%;
height:100%;
background:rgba(0,0,0,0.5);
}

.carousel-caption{
bottom:30%;
z-index:10;
}

.carousel-caption h1{
font-size:60px;
font-weight:700;
}

.btn-gold{
background:#d4af37;
color:#000;
padding:12px 30px;
border-radius:50px;
font-weight:600;
}

.section-title{
font-size:45px;
font-family:Cinzel,serif;
color:#d4af37;
margin-bottom:20px;
}

.about-section{padding: 30px 0;text-align:center;}

.service-card{
background:#132822;
border-radius:20px;
overflow:hidden;
transition:0.4s;
box-shadow:0 10px 25px rgba(0,0,0,0.4);
}

.service-card:hover{
transform:translateY(-10px);
}

.service-card img{
width:100%;
height:250px;
object-fit:cover;
}

.service-card .content{
padding:25px;
}

.parallax-section{
background:url('images/parallax.jpg') center center fixed;
background-size:cover;
padding:120px 0;
position:relative;
}

.parallax-section::before{
content:'';
position:absolute;
width:100%;
height:100%;
background:rgba(0,0,0,0.7);
top:0;
left:0;
}

.parallax-content{
position:relative;
z-index:2;
}

.gallery img{
width:100%;
border-radius:15px;
transition:0.4s;
}

.gallery img:hover{
transform:scale(1.05);
}

.package-card{
background:#132822;
padding:40px 30px;
border-radius:25px;
text-align:center;
transition:0.4s;
}

.package-card:hover{
background:#d4af37;
color:#000;
transform:translateY(-10px);
}

.testimonial{
background:#132822;
padding:30px;
border-radius:20px;
}

.footer{
background:#04110d;
padding:80px 0 30px;
}

.footer a{
color:#fff;
text-decoration:none;
}

.whatsapp-btn{
position:fixed;
right:20px;
bottom:20px;
background:#25D366;
width:60px;
height:60px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
color:#fff;
z-index:999;
}

@media(max-width:768px){
.carousel-caption h1{
font-size:35px;
}

.section-title{
font-size:32px;
}
}

.navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    transition: 0.3s ease-in-out;
}

/* Smooth Animation */
.dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    border: none;
    border-radius: 10px;
    padding: 10px 0;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Dropdown Item Style */
.dropdown-menu .dropdown-item {
    padding: 10px 20px;
    font-size: 15px;
    transition: 0.3s;
}

.dropdown-menu .dropdown-item:hover {
    background: #f5f5f5;
    color: #000;
}

.why-choose-list{
    padding:0;
    margin:0;
}

.why-choose-list li{
    list-style:none;
    background:#fff;
    margin-bottom:15px;
    padding: 4px 20px;
    border-radius:12px;
    font-size: 15px;
    font-weight:500;
    box-shadow:0 5px 15px rgba(0,0,0,0.08);
    transition:0.3s ease;
    display:flex;
    align-items:center;
    gap:12px;
    color: #000;
}

.why-choose-list li:hover{
    transform:translateY(-5px);
}

.why-choose-list li i{
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align:center;
    border-radius:50%;
    background:#d4af37;
    color:#fff;
    font-size: 16px;
}

.gallery-img{cursor:pointer;transition:0.4s;/* height:250px; */width:100%;object-fit:cover;}

.gallery-img:hover{
transform:scale(1.05);
}

.modal-content{
border-radius:20px;
overflow:hidden;
}

.copyright{
color:#ccc;
font-size:14px;
letter-spacing:0.5px;
}

.copyright p{
margin:0;
}

.copyright a{
color:#d4af37;
text-decoration:none;
}

.copyright a:hover{
color:#fff;
}

.floating-buttons{
position:fixed;
right:20px;
bottom:20px;
display:flex;
flex-direction:column;
gap:15px;
z-index:9999;
}

.float-btn{
display:flex;
align-items:center;
justify-content:center;
gap:10px;
padding:14px 18px;
border-radius:50px;
color:#fff;
text-decoration:none;
font-weight:600;
border:none;
min-width:180px;
box-shadow:0 8px 20px rgba(0,0,0,0.3);
transition:0.4s;
}

.float-btn:hover{
transform:translateY(-5px);
color:#fff;
}

.float-btn i{
font-size:20px;
}

.call-btn{
background:#d4af37;
}

.whatsapp-btn{
background:#25D366;
position:relative !important;
right:auto !important;
bottom:auto !important;
width:auto !important;
height:auto !important;
}

.book-btn{
background:#000;
cursor:pointer;
}

/* Popup */

.popup-overlay{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.75);
display:none;
justify-content:center;
align-items:center;
z-index:99999;
padding:20px;
}

.popup-box{
background:#132822;
padding:40px 30px;
border-radius:25px;
width:100%;
max-width:420px;
position:relative;
animation:popupZoom 0.4s ease;
box-shadow:0 10px 40px rgba(0,0,0,0.5);
}

.popup-box h3{
text-align:center;
color:#d4af37;
margin-bottom:25px;
font-size:30px;
}

.popup-box input{width:100%;height: 39px;border:none;border-radius:12px;padding:0 15px;margin-bottom:18px;outline:none;background:#fff;}

.submit-btn{width:100%;height: 44px;border:none;border-radius:50px;background:#d4af37;font-weight:700;font-size: 14px;transition:0.4s;}

.submit-btn:hover{
background:#fff;
}

.close-popup{
position:absolute;
right:15px;
top:10px;
background:none;
border:none;
font-size:35px;
color:#fff;
cursor:pointer;
}

/* Animation */

@keyframes popupZoom{
from{
transform:scale(0.7);
opacity:0;
}
to{
transform:scale(1);
opacity:1;
}
}

/* Mobile Responsive */

@media(max-width:768px){

.floating-buttons{
right:15px;
bottom:15px;
gap:10px;
}

.float-btn{width:55px;height: 55px !important;min-width:auto;padding:0;border-radius:50%;}

.float-btn span{
display:none;
}

.popup-box{
padding:30px 20px;
}

.popup-box h3{font-size: 16px;}

}