    :root {
            --primary-maroon: #5e0b0b;
            --secondary-gold: #b88e2f;
            --antique-gold: #d4af37;
            --bg-cream: #fdf6ec;
            --white: #ffffff;
            --text-dark: #2d0a0a;
            --trust-gradient: linear-gradient(120deg, #f8a5c2 0%, #efc6a3 45%, #f0c248 100%);
            --gold-btn-gradient: linear-gradient(to bottom, #e7c165, #c9942f);
            --shadow: 0 15px 35px rgba(94, 11, 11, 0.12);
            --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

      /* Desktop / Laptop */
body {
    font-family: 'Poppins', sans-serif;
    color: var(--text-dark);
    background-color: var(--bg-cream);
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

/* Mobile */
@media (max-width:768px){
    body{
        background-color:#F6E6EA;
    }
	 .mobile-header{
        background-color:#F6E6EA!important;
    }
}

        /* Top Header Headline (Desktop) */
        .top-headline {
            background: transparent;
            padding: 15px 0;
            text-align: center;
            font-weight: 700;
            font-size: 1.6rem;
            color: var(--primary-maroon);
            letter-spacing: -0.5px;
        }

        /* Desktop Navbar */
        .navbar-desktop {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 25px;
            padding: 15px 0;
            margin-bottom: 10px;
        }
        .navbar-desktop a {
            text-decoration: none;
            color: var(--primary-maroon);
            font-weight: 600;
            font-size: 0.95rem;
            transition: var(--transition);
        }
        .navbar-desktop .separator { color: #d1c4b2; font-weight: 300; }
        .navbar-desktop a.active { color: var(--secondary-gold); border-bottom: 2px solid var(--secondary-gold); padding-bottom: 2px; }

        /* Mobile Header */
        .mobile-header {
            display: none;
            justify-content: space-between;
            align-items: flex-start;
            padding: 15px 20px;
            background: var(--bg-cream);
        }
        .mobile-brand-group h2 { 
            font-family: 'Playfair Display', serif; 
            font-weight: 800; 
            font-size: 1.8rem; 
            color: var(--primary-maroon); 
            margin: 0; 
            line-height: 1;
        }
        .mobile-brand-group h2 span { color: var(--secondary-gold); }
        .mobile-brand-group p { font-size: 0.65rem; margin: 4px 0 0 0; color: #555; font-weight: 600; }
        
        .mobile-icons { display: flex; gap: 12px; }
        .mobile-icons .icon-circle {
            width: 40px; height: 40px;
            border-radius: 50%;
            display: flex; align-items: center; justify-content: center;
            font-size: 1.1rem;
            box-shadow: 0 4px 10px rgba(0,0,0,0.05);
        }
        .icon-bell { background: #e9d5a3; color: #5e0b0b; }
        .icon-wa { background: #e8f9ef; color: #25D366; }

        /* Hero Container */
        .hero-wrapper {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 10px;
        }
        .mandap-box {
            position: relative;
            min-height: 580px;
            border-radius: 45px;
            overflow: hidden;
            background: linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0.35)), 
                        url('../img/carousel-2.jpg') no-repeat center center/cover;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: var(--white);
            box-shadow: var(--shadow);
            border: 6px solid var(--white);
            padding: 40px 20px;
        }

        /* Vertical Form (Desktop) */
        .search-container-vertical {
            background: rgba(255, 255, 255, 0.96);
            backdrop-filter: blur(12px);
            border-radius: 30px;
			border : 3px solid black;
            padding: 35px;
            width: 100%;
            max-width: 450px;
            box-shadow: 0 25px 50px rgba(0,0,0,0.2);
            border: 1px solid rgba(255,255,255,0.5);
            margin-bottom: 25px;
        }

        .search-field-v {
            background: var(--white);
            border-radius: 15px;
            padding: 12px 20px;
            margin-bottom: 15px;
            text-align: left;
            border: 1px solid #f0f0f0;
            display: flex;
            align-items: center;
            gap: 15px;
            transition: var(--transition);
        }
        .search-field-v:hover { border-color: var(--secondary-gold); box-shadow: 0 4px 12px rgba(184, 142, 47, 0.1); }
        .search-field-v i { color: var(--primary-maroon); font-size: 1.2rem; width: 25px; }
        .search-field-v label { display: block; color: var(--primary-maroon); font-size: 0.75rem; font-weight: 700; margin-bottom: 2px; text-transform: uppercase; }
        .search-field-v input { border: none; outline: none; width: 100%; font-size: 0.95rem; color: #333; font-weight: 500; background: transparent;}

        .btn-check-live-v {
            background: var(--gold-btn-gradient);
            color: #1a0505;
            border: 2px solid var(--primary-maroon);
            width: 100%;
            padding: 16px;
            border-radius: 40px;
            font-weight: 700;
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            box-shadow: 0 8px 20px rgba(184, 142, 47, 0.3);
            transition: var(--transition);
        }
        .btn-check-live-v:hover { transform: scale(1.02); filter: brightness(1.05); }

        .hero-caption {
            font-size: 2.2rem;
            font-family: 'Playfair Display', serif;
            font-weight: 700;
            max-width: 700px;
            line-height: 1.2;
            text-shadow: 0 2px 10px rgba(0,0,0,0.3);
            margin-top: 15px;
        }
.trust-section{
padding:60px 40px;
border-radius:22px;

/* 3 color gradient like image */
background:linear-gradient(135deg,
#e9a9b2 0%,
#dfccb9 50%,
#f6c44d 100%);

text-align:center;
}

/* Title */
.trust-title{
font-weight:700;
font-size:22px;
margin-bottom:35px;
color:#3c1d1d;
}

/* Grid */
.trust-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:50px;
align-items:center;
justify-items:center;
}

/* Item */
.trust-item{
background:transparent;
text-align:center;
}

/* Icon images */
.trust-icon{
width:70px;
height:70px;
object-fit:contain;
margin-bottom:12px;
}

/* Text */
.trust-item h6{
font-weight:600;
font-size:15px;
line-height:1.3;
color:#3c1d1d;
}

/* Thick check bullet */
.check{
display:inline-block;
width:14px;
height:14px;
background:#7a1d2e;
border-radius:50%;
margin-right:6px;
position:relative;
top:2px;
}

.check:after{
content:"✔";
color:white;
font-size:10px;
position:absolute;
top:1px;
left:3px;
bottom:3px;
}

/* Bottom text */
.trust-bottom{
margin-top:25px;
font-size:14px;
color:#3c1d1d;
font-weight:500;
}

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

.trust-section{
background:transparent !important;
padding:15px 5px !important;
border-radius:0 !important;
}

/* Force 4 items in one row */
.trust-grid{
display:grid !important;
grid-template-columns:repeat(4,1fr) !important;
gap:12px !important;
}

/* Small mobile cards */
.trust-item{
background:#fff !important;
border-radius:12px;
padding:10px 4px !important;
text-align:center;
box-shadow:0 4px 10px rgba(0,0,0,0.1);
height:80px; 
width:100%; 
}

/* Smaller icon */
.trust-item i{
font-size:32px !important;
margin-bottom:10px;
color:#7a1d2e; /* maroon color */
}

/* Smaller text */
.trust-item h6{
font-size:8px !important;
line-height:1.1;
margin:0;
}

/* Hide extra label */
.trust-item p{
display:none !important;
}

.trust-bottom{
font-size:11px;
margin-top:10px;
}

}
  
  /* SERVICES SECTION */
.services-section{
padding:50px 30px; 
border-radius:20px;
text-align:center;
}

/* Row layout */
.service-row{
display:flex;
justify-content:center;
align-items:center;
gap:10%;
flex-wrap:nowrap;
}

/* Item */
.service-item{
text-align:center;
min-width:auto;
}

/* Icon container */
.service-icon-box{
width:75px;
height:75px;
display:flex;
align-items:center;
justify-content:center;
margin:0 auto 10px;
}

/* Desktop images */
.service-img{
width:65px;
height:65px;
object-fit:contain;
}

/* Hide mobile icons on desktop */
.service-icon{
display:none;
}

/* Service text */
.service-item span{
font-size:14px;
font-weight:600;
color:#333;
}

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

.services-section{
background:transparent;
padding:20px 0;
text-align:left;
}

.service-row{
display:flex;
justify-content:space-between;
gap:10px;
}

.service-item{
flex:1;
text-align:center;
}

/* Small card look */
.service-icon-box{
width:50px;
height:50px;
border-radius:12px;
box-shadow:0 4px 10px rgba(0,0,0,0.1);
margin:0 auto 6px;
}

/* Hide images */
.service-img{
display:none;
}

/* Show icons */
.service-icon{
display:block;
font-size:20px;
}

/* Text */
.service-item span{
font-size:0.5rem;
}
/* OPTIONAL COLORS FOR MOBILE ICON BOX */
.bg-venues{
background:#ffe9d6;
color:#d9822b;
}

.bg-catering{
background:#fde7f0;
color:#b53c7a;
}

.bg-decoration{
background:#ffe9ef;
color:#c74863;
}

.bg-photo{
background:#e9e7ff;
color:#6a4fd1;
}

.bg-planning{
background:#e9f7ff;
color:#2f89c9;
}
}


        /* Laptop Availability */
        .section-title{
font-family:'Playfair Display',serif;
font-weight:800;
font-size:1.9rem;
color:var(--primary-maroon);
margin:50px 0 30px;
}

/* Card */
.venue-card{
background:#fff;
border-radius:22px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:all .3s ease;
border:1px solid #eee;
}

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

/* Image */
.venue-img-wrap{
height:210px;
position:relative;
overflow:hidden;
}

.venue-img-wrap img{
width:100%;
height:100%;
object-fit:cover;
}

/* Availability badge */
.availability-badge{
position:absolute;
top:12px;
right:12px;
background:#fff;
padding:6px 12px;
border-radius:20px;
font-size:12px;
font-weight:600;
box-shadow:0 5px 15px rgba(0,0,0,0.15);
display:flex;
align-items:center;
gap:6px;
}

.availability-badge i{
color:#28a745;
font-size:8px;
}

.availability-badge small{
display:block;
font-size:7px;
color:#666;
}

/* Content */
.venue-content{
padding:18px;
}

.venue-title{
font-weight:700;
font-size:16px;
margin-bottom:6px;
}

/* Date row */
.venue-date{
font-size:13px;
color:#666;
margin-bottom:10px;
}

.venue-date i{
margin-right:6px;
color:#999;
}

/* Price */
.venue-price{
font-weight:800;
color:var(--primary-maroon);
font-size:16px;
display:block;
margin-bottom:12px;
}

/* Book button */
.btn-book{
width:100%;
border:none;
padding:12px;
border-radius:40px;
font-weight:700;
color:#fff;
background:linear-gradient(90deg,#b88e2f,var(--primary-maroon));
box-shadow:0 6px 15px rgba(0,0,0,0.15);
transition:0.3s;
}
@media (max-width:768px){

/* Force 2 cards in a row */
.row .col-md-4{
width:50%;
padding:6px;
}

/* Section title */
.section-title{
font-size:1.4rem;
margin:25px 0 15px;
text-align:center;
}

/* Card */
.venue-card{
border-radius:16px;
box-shadow:0 6px 15px rgba(0,0,0,0.08);
}

/* Image */
.venue-img-wrap{
height:120px;
}

/* Badge */
.availability-badge{
top:6px;
right:6px;
padding:3px 6px;
font-size:7px;
}

/* Content */
.venue-content{
padding:10px;
}

/* Title */
.venue-title{
font-size:13px;
margin-bottom:3px;
}

/* Date */
.venue-date{
font-size:10px;
margin-bottom:4px;
}

/* Price */
.venue-price{
font-size:9px!important;
margin-bottom:6px!important;
}

/* Button */
.btn-book{
padding:6px;
font-size:11px;
border-radius:20px;
}

}
.btn-book:hover{
transform:translateY(-2px);
}
        .venue-price { font-weight: 800; color: var(--primary-maroon); font-size: 1.1rem; display: block; margin: 15px 0;}
        .btn-book {
            background: linear-gradient(to right, #b88e2f, var(--primary-maroon));
            color: var(--white); border: none; width: 100%; padding: 12px; border-radius: 40px; font-weight: 700;
        }

        /* Footer */
        footer {
            background: var(--primary-maroon);
            color: var(--white);
            padding: 60px 20px 30px;
            border-radius: 50px 50px 0 0;
            text-align: center;
        }
        .footer-logo { font-family: 'Playfair Display', serif; font-weight: 800; font-size: 2rem; margin-bottom: 20px; display: block;}

        /* Mobile Adjustments */
        @media (max-width: 768px) {
            .top-headline, .navbar-desktop, .hero-caption { display: none !important; }
            .mobile-header { display: flex !important; }
            .mandap-box { min-height: auto; padding: 35px 15px; border-radius: 35px; border-width: 2px; }
            .search-container-vertical { background: rgba(0,0,0,0.25); padding: 20px 15px; border-radius: 25px; box-shadow: none; margin-bottom: 0; }
            .search-field-v { padding: 10px 15px; margin-bottom: 12px; border-radius: 12px; }
            .btn-check-live-v { font-size: 0.9rem; padding: 14px; }
            .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
            .service-row { display: flex; overflow-x: auto; justify-content: flex-start; padding-bottom: 15px; scrollbar-width: none; }
            .service-row::-webkit-scrollbar { display: none; }
            .service-item { min-width: 35px; }
            .service-icon-box { width: 55px; height: 55px; font-size: 1.3rem; }
            .bottom-nav {
                position: fixed; bottom: 0; left: 0; right: 0; background: #fff; display: flex; 
                justify-content: space-around; padding: 12px 0 20px; z-index: 1000; box-shadow: 0 -5px 20px rgba(0,0,0,0.05);
            }
            .nav-item-mobile { text-align: center; color: #999; text-decoration: none; font-size: 0.65rem; font-weight: 600; }
            .nav-item-mobile i { display: block; font-size: 1.3rem; margin-bottom: 4px; }
            .nav-item-mobile.active { color: var(--primary-maroon); }
            body { padding-bottom: 60px; }
        }
@media (max-width:768px){

/* Parent container transparent */
.search-container-vertical{
flex-direction:column;
background:transparent !important;
padding:0 !important;
box-shadow:none !important;
border-radius:0 !important;
border:none !important;
}

/* Individual field cards */
.search-field-v{
width:100%;
background:#fff !important;
border-radius:14px;
padding:14px 16px;
margin-bottom:12px;
border:none;
box-shadow:0 6px 18px rgba(0,0,0,0.15);
}

/* Button card */
.btn-check-live-v{
width:100%;
border-radius:14px;
padding:14px;
box-shadow:0 6px 18px rgba(0,0,0,0.2);
}

}

		/* HERO BOOKING BAR */
.search-container-vertical{
display:flex;
align-items:center;
gap:15px;
background:#fff;
padding:12px;
border-radius:60px;
max-width:1000px;
width:100%;
box-shadow:0 10px 35px rgba(0,0,0,0.25);
border : 6px solid #b88e2f;
}

/* Fields */
.search-field-v{
flex:1;
display:flex;
align-items:center;
gap:10px;
border:none;
background:transparent;
padding:8px 15px;
margin:0;
border-right:1px solid #eee;
}

.search-field-v:last-child{
border-right:none;
}

.field-info label{
font-size:12px;
color:#8a6a3f;
font-weight:600;
}

.field-info input{
font-size:14px;
}

/* Button */
.btn-check-live-v{
background:linear-gradient(135deg,#b8860b,#8b0000);
border:none;
padding:14px 24px;
border-radius:40px;
color:#fff;
font-weight:600;
cursor:pointer;
white-space:nowrap;
}
/* FOOTER */
.maroon-footer{
background:linear-gradient(135deg,#7a0f2c,#5a0c21);
border-radius:18px;
margin-top:40px;
padding:25px 30px;
box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

/* Inner layout */
.footer-inner{
display:flex;
justify-content:space-between;
align-items:flex-start;
gap:30px;
flex-wrap:wrap;
}

/* Titles */
.maroon-footer h6{
font-weight:600;
margin-bottom:12px;
font-size:15px;
}

/* Contact */
.footer-contact p{
margin:6px 0;
font-size:14px;
display:flex;
align-items:center;
gap:6px;
}

/* Help section */
.help-title{
display:flex;
align-items:center;
gap:8px;
font-size:14px;
margin-bottom:10px;
}

.whatsapp{
width:22px;
height:22px;
}

/* Social icons */
.footer-social{
display:flex;
gap:12px;
margin-top:8px;
}

.footer-social i{
font-size:18px;
cursor:pointer;
transition:0.3s;
}

.footer-social i:hover{
transform:scale(1.15);
}

/* Links */
.footer-links{
display:flex;
flex-direction:column;
gap:6px;
}

.footer-links a{
color:#fff;
text-decoration:none;
font-size:14px;
opacity:0.9;
}

.footer-links a:hover{
opacity:1;
text-decoration:underline;
}

/* Bottom text */
.footer-bottom{
text-align:center;
margin-top:18px;
font-size:13px;
opacity:0.85;
border-top:1px solid rgba(255,255,255,0.15);
padding-top:12px;
}
@media(max-width:768px){

.maroon-footer{
border-radius:14px;
padding:20px;
}

.footer-inner{
flex-direction:column;
gap:18px;
}

.footer-contact,
.footer-help,
.footer-links{
width:100%;
}

.footer-social{
gap:15px;
}

.footer-links{
flex-direction:row;
gap:12px;
flex-wrap:wrap;
}

.footer-bottom{
font-size:12px;
}

}