/* ===========================
   MANDAP CATERERS STYLE
=========================== */

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

body{
font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
background:#fafafa;
color:#333;
line-height:1.7;
overflow-x:hidden;
}

/* Navbar */

.navbar{
background:#6b0000 !important;
padding:15px 0;
transition:.3s;
}

.navbar-brand{
font-size:28px;
font-weight:700;
color:#FFD700 !important;
}

.navbar-brand img{
height:55px;
border-radius:50%;
}

.nav-link{
color:#fff !important;
font-weight:500;
margin-left:12px;
transition:.3s;
}

.nav-link:hover{
color:#FFD700 !important;
}

/* Hero Slider */

.hero-img{
height:100vh;
object-fit:cover;
filter:brightness(55%);
}

.carousel-caption{
top:50%;
transform:translateY(-50%);
bottom:auto;
background:rgba(0,0,0,.45);
padding:30px;
border-radius:15px;
max-width:750px;
margin:auto;
left:0;
right:0;
}

.carousel-caption h1{
font-size:60px;
font-weight:700;
color:#fff;
text-shadow:3px 3px 10px rgba(0,0,0,.7);
}

.carousel-caption p{
font-size:24px;
color:#fff;
margin:20px 0;
}

.btn-warning{
background:#FFD700;
border:none;
color:#000;
padding:14px 35px;
font-weight:bold;
border-radius:50px;
transition:.3s;
}

.btn-warning:hover{
background:#e6c200;
transform:translateY(-3px);
}

/* Sections */

section{
padding:90px 0;
}

h2{
font-size:40px;
font-weight:700;
color:#6b0000;
margin-bottom:20px;
}

.lead{
font-size:20px;
color:#555;
}

/* Cards */

.card{
border:none;
border-radius:18px;
transition:.3s;
overflow:hidden;
}

.card:hover{
transform:translateY(-10px);
box-shadow:0 12px 30px rgba(0,0,0,.18);
}

.card-body{
padding:30px;
}

.card-body i{
margin-bottom:20px;
}
/* ===========================
   GALLERY
=========================== */

#gallery img{
width:100%;
height:280px;
object-fit:cover;
border-radius:15px;
transition:.4s;
box-shadow:0 10px 20px rgba(0,0,0,.15);
}

#gallery img:hover{
transform:scale(1.05);
}

/* ===========================
   BOOKING FORM
=========================== */

#booking{
background:#fff;
}

#booking .form-control,
#booking .form-select{
padding:14px;
border-radius:10px;
border:1px solid #ddd;
margin-bottom:15px;
}

#booking .form-control:focus,
#booking .form-select:focus{
border-color:#FFD700;
box-shadow:0 0 8px rgba(255,215,0,.5);
}

#booking button{
padding:14px 35px;
border-radius:50px;
font-weight:bold;
}

/* ===========================
   CONTACT
=========================== */

#contact{
background:#222;
color:#fff;
}

#contact a{
color:#FFD700;
text-decoration:none;
}

#contact a:hover{
color:#fff;
}

/* ===========================
   FOOTER
=========================== */

footer{
background:#111;
color:#fff;
text-align:center;
padding:25px 0;
font-size:16px;
}

/* ===========================
   FLOATING WHATSAPP
=========================== */

.whatsapp-float{
position:fixed;
bottom:25px;
right:25px;
width:60px;
height:60px;
background:#25D366;
color:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:32px;
text-decoration:none;
box-shadow:0 8px 20px rgba(0,0,0,.3);
z-index:9999;
transition:.3s;
}

.whatsapp-float:hover{
transform:scale(1.1);
color:#fff;
}

/* ===========================
   RESPONSIVE
=========================== */

@media(max-width:768px){

.navbar-brand{
font-size:22px;
}

.navbar-brand img{
height:45px;
}

.hero-img{
height:70vh;
}

.carousel-caption{
max-width:90%;
padding:20px;
}

.carousel-caption h1{
font-size:32px;
}

.carousel-caption p{
font-size:18px;
}

h2{
font-size:30px;
}

section{
padding:60px 0;
}

#gallery img{
height:220px;
}

.whatsapp-float{
width:55px;
height:55px;
font-size:28px;
}

}
