:root {
    --primary: #0f766e;
    --secondary: #f59e0b;
    --dark: #081120;
    --soft: #eef7f7;
    --text: #243042
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    padding-top: 90px;
    font-family: Inter, sans-serif;
    color: var(--text);
    background: #fff;
    overflow-x: hidden
}

a {
    text-decoration: none
}

img {
    max-width: 100%
}

h1,
h2,
h3,
h4,
.section-title {
    font-family: "Playfair Display", serif
}

.text-gradient {
    background: linear-gradient(135deg, #fff, #c9f7eb);
    -webkit-background-clip: text;
    color: transparent
}

.glass-nav {
    background: rgba(8, 17, 32, .72);
    backdrop-filter: blur(14px);
    box-shadow: 0 8px 26px rgba(0, 0, 0, .18)
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--secondary), #fde68a);
    color: #111;
    font-weight: 800
}

.btn-pill {
    border-radius: 999px;
    padding: .9rem 1.35rem;
    font-weight: 700
}

.hero {
    
    min-height:auto;
    padding-top: 90px;
    background: linear-gradient(130deg, rgba(8, 17, 32, .78), rgba(15, 118, 110, .45)), url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=80') center/cover fixed;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 130px;
    background: linear-gradient(transparent, #fff)
}

.eyebrow {
    display: inline-block;
    padding: .45rem .9rem;
    border: 1px solid rgba(255, 255, 255, .24);
    background: rgba(255, 255, 255, .1);
    border-radius: 999px;
    font-size: .82rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 1rem
}

.hero h1,
.inner-hero h1 {
    font-size: clamp(2.4rem, 6vw, 4.8rem);
    font-weight: 700;
    line-height: 1.05
}

.hero-card,
.soft-card,
.destination-card,
.info-card,
.package-card,
.stat-card {
    border: none;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 18px 60px rgba(15, 23, 42, .08);
    overflow: hidden
}

.hero-search {
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .18);
    backdrop-filter: blur(16px);
    border-radius: 28px;
    padding: 1rem
}

.section-padding {
    padding: 5.5rem 0
}

.section-subtitle {
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 700;
    font-size: .82rem;
    color: var(--primary)
}

.section-title {
    font-size: clamp(2rem, 4vw, 3.1rem);
    margin-bottom: 1rem;
    color: #07111f
}

.soft-section {
    background: linear-gradient(180deg, #fff, #f8fbfb)
}

.destination-card img,
.package-card img,
.gallery-grid img,
.blog-card img,
.resort-card img {
    height: 240px;
    width: 100%;
    object-fit: cover;
    transition: transform .55s ease
}

.destination-card:hover img,
.package-card:hover img,
.gallery-grid a:hover img,
.blog-card:hover img,
.resort-card:hover img {
    transform: scale(1.08)
}

.destination-card:hover,
.package-card:hover,
.soft-card:hover,
.resort-card:hover {
    transform: translateY(-8px);
    transition: .35s ease;
    box-shadow: 0 20px 66px rgba(2, 6, 23, .12)
}

.icon-badge {
    display: inline-grid;
    place-items: center;
    width: 62px;
    height: 62px;
    border-radius: 20px;
    background: linear-gradient(135deg, var(--primary), #13b5a7);
    color: #fff;
    font-size: 1.55rem;
    box-shadow: 0 12px 22px rgba(15, 118, 110, .26)
}

.metric {
    font-size: 2.4rem;
    font-weight: 800;
    color: #07111f
}

.stat-strip {
    margin-top: -70px;
    position: relative;
    z-index: 4
}

.badge-soft {
    background: #ecfeff;
    color: var(--primary);
    border-radius: 999px;
    padding: .45rem .8rem;
    font-size: .8rem
}

.inner-hero {
    padding: 10rem 0 5.25rem;
    background-position: center;
    background-size: cover;
    color: #fff;
    position: relative
}

.site-footer {
    background: #07111f;
    color: #e8eef6
}

.site-footer a {
    color: #c7d2fe
}

.footer-links li {
    margin: .45rem 0
}

.footer-title {
    color: #fff
}

.float-btn {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    box-shadow: 0 12px 25px rgba(15, 23, 42, .2)
}

.float-btn.whatsapp {
    background: #25d366
}

.float-btn.call {
    background: #0ea5e9
}

.floating-cta {
    position: fixed;
    right: 18px;
    bottom: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1050
}

.parallax-banner {
    background: linear-gradient(rgba(8, 17, 32, .68), rgba(8, 17, 32, .58)), url('https://images.unsplash.com/photo-1468413253725-0d5181091126?auto=format&fit=crop&w=1600&q=80') center/cover fixed;
    color: #fff;
    border-radius: 28px;
    padding: 4rem 2rem
}

.mini-cta {
    background: linear-gradient(135deg, var(--primary), #14b8a6);
    color: #fff;
    border-radius: 28px;
    padding: 2rem
}

.form-control,
.form-select {
    border-radius: 14px;
    padding: .95rem 1rem;
    border: 1px solid #d7dee8
}

.faq-item {
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 1rem 1.2rem;
    background: #fff
}

.faq-item+.faq-item {
    margin-top: 1rem
}

.faq-item button {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.search-box {
    position: sticky;
    top: 90px;
    z-index: 5
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1rem
}

.gallery-grid a {
    overflow: hidden;
    border-radius: 24px;
    display: block
}

.gallery-grid a:nth-child(1) {
    grid-column: span 6
}

.gallery-grid a:nth-child(2) {
    grid-column: span 3
}

.gallery-grid a:nth-child(3) {
    grid-column: span 3
}

.gallery-grid a:nth-child(4),
.gallery-grid a:nth-child(5),
.gallery-grid a:nth-child(6) {
    grid-column: span 4
}

.blog-card,
.resort-card {
    border: none;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 18px 60px rgba(15, 23, 42, .08)
}

.hero-slider .swiper-slide {
    min-height: 220px;
    border-radius: 26px;
    overflow: hidden;
    position: relative
}

.hero-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero-slider .caption {
    position: absolute;
    inset: auto 0 0 0;
    padding: 1rem 1.2rem;
    background: linear-gradient(transparent, rgba(8, 17, 32, .88));
    color: #fff
}

.list-check {
    list-style: none;
    padding: 0;
    margin: 0
}

.list-check li {
    padding-left: 1.7rem;
    position: relative;
    margin: .7rem 0
}

.list-check li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--primary);
    font-weight: 800
}

@media(max-width:991px) {
    .hero {
        background-attachment: scroll
    }

    .parallax-banner {
        background-attachment: scroll
    }

    .gallery-grid a,
    .gallery-grid a:nth-child(n) {
        grid-column: span 12
    }

    .stat-strip {
        margin-top: 1rem
    }
}
.glass-nav{
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 9999;
    padding: 12px 0;
    transition: all 0.3s ease;
}

.navbar{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}
.navbar{
    position:fixed !important;
    top:0;
    left:0;
    width:100%;
    z-index:999999 !important;
}

.glass-nav{
    background:#0f172a !important;
}

.navbar-toggler{
    border:2px solid rgba(255,255,255,0.4);
}

.navbar-toggler:focus{
    box-shadow:none;
}@media(max-width:991px){

    .navbar-collapse{
        background:#0f172a;
        padding:20px;
        border-radius:16px;
        margin-top:15px;
        box-shadow:0 10px 30px rgba(0,0,0,0.3);
    }

    .navbar-nav{
        gap:10px;
    }

    .navbar-dark .navbar-nav .nav-link{
        padding:12px 15px;
        border-radius:10px;
    }

    .navbar-dark .navbar-nav .nav-link:hover{
        background:rgba(255,255,255,0.08);
    }

    .dropdown-menu{
        background:#111827 !important;
        border:none;
        margin-top:10px;
    }

    .hero{
        padding-top:140px;
    }
}