
:root {
    --primary: #0A58CA;
    --primary-hover: #084298;
    --accent: #FF5722;
    --dark: #1E293B;
    --light-bg: #F8FAFC;
    --gold: #FFC107;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--dark);
    background-color: #fff;
    overflow-x: hidden;
}

#mainNavbar {
    background: #fff;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    padding: 14px 0;
}
.logo-dark { height: 45px; display: block; }
.logo-white { display: none; }
#mainNavbar .nav-link { color: var(--dark); font-weight: 600; font-size: 14px; }
#mainNavbar .nav-link:hover, #mainNavbar .nav-link.active { color: var(--primary); }

.hero {
    position: relative;
    width: 100%;
    min-height: 600px;
}

.heroSwiper {
    width: 100%;
    height: 600px;
}

.swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    padding-top: 100px;
}

.badge-custom {
    background: rgba(255,255,255,0.15);
    color: #fff;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
}

.holiday-search-card {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    position: relative;
    z-index: 10;
}
.lead{font-size:14px !important;}
.fs{
font-size:50px !important;	
}
