:root {
    --nb-black: #05070b;
    --nb-black-2: #0b0f16;
    --nb-black-3: #11151c;
    --nb-orange: #ff5a1f;
    --nb-orange-2: #ff8a1f;
    --nb-orange-soft: rgba(255, 90, 31, 0.12);
    --nb-orange-border: rgba(255, 90, 31, 0.22);
    --nb-white: #ffffff;
    --nb-text: rgba(255, 255, 255, 0.86);
    --nb-text-soft: rgba(255, 255, 255, 0.68);
    --nb-text-muted: rgba(255, 255, 255, 0.48);
    --nb-border: rgba(255, 255, 255, 0.08);
    --nb-card: rgba(255, 255, 255, 0.03);
    --nb-card-strong: rgba(255, 255, 255, 0.05);
    --nb-gradient: linear-gradient(135deg, #ff5a1f 0%, #ff8a1f 100%);
    --nb-gradient-dark: linear-gradient(
        180deg,
        #05070b 0%,
        #0b0f16 52%,
        #07090d 100%
    );
    --nb-shadow-sm: 0 12px 30px rgba(0, 0, 0, 0.28);
    --nb-shadow-md: 0 22px 60px rgba(0, 0, 0, 0.42);
    --nb-shadow-lg: 0 30px 90px rgba(0, 0, 0, 0.56);
    --nb-radius: 22px;
    --nb-radius-lg: 34px;
    --nb-transition: all 0.35s ease;
}

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

html {
    scroll-behavior: smooth;
}

body,
body.dc-theme-black {
    font-family: "Inter", sans-serif;
    background:
        radial-gradient(
            circle at 12% 18%,
            rgba(255, 90, 31, 0.16),
            transparent 22%
        ),
        radial-gradient(
            circle at 88% 10%,
            rgba(255, 90, 31, 0.08),
            transparent 18%
        ),
        linear-gradient(180deg, #05070b 0%, #080a0f 48%, #05070b 100%);
    color: var(--nb-white);
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "DM Sans", sans-serif;
    color: var(--nb-white);
    font-weight: 800;
    letter-spacing: -0.03em;
}

p {
    color: var(--nb-text-soft);
    margin: 0;
}

.container-fluid {
    width: min(1850px, calc(100% - 40px));
    margin: 0 auto;
}

/* =========================
   PREMIUM PAGE LOADER V3
========================= */
.dc-page-loader {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 50% 50%,
            rgba(255, 106, 31, 0.1),
            transparent 16%
        ),
        radial-gradient(
            circle at 50% 50%,
            rgba(255, 90, 31, 0.05),
            transparent 30%
        ),
        linear-gradient(180deg, #03060a 0%, #050811 52%, #02050a 100%);
    transition:
        opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1),
        visibility 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.dc-page-loader::before {
    content: "";
    position: absolute;
    width: 760px;
    height: 760px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(255, 90, 31, 0.16) 0%,
        rgba(255, 90, 31, 0.06) 34%,
        rgba(255, 90, 31, 0.018) 52%,
        transparent 76%
    );
    filter: blur(52px);
    animation: dcLoaderAura 3.2s ease-in-out infinite;
}

.dc-page-loader::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.016) 50%,
        transparent 100%
    );
    opacity: 0.45;
    mix-blend-mode: screen;
    pointer-events: none;
}

.dc-page-loader.hidden,
.dc-page-loader.hide {
    opacity: 0;
    visibility: hidden;
}

.dc-loader-stage {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
}

.dc-loader-orb {
    position: relative;
    width: 310px;
    height: 310px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dc-loader-orb::before {
    content: "";
    position: absolute;
    inset: -28px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(255, 90, 31, 0.12) 0%,
        transparent 64%
    );
    filter: blur(24px);
    opacity: 0.95;
    animation: dcLoaderHalo 2.6s ease-in-out infinite;
}

.dc-loader-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    pointer-events: none;
}

.dc-loader-ring-one {
    border: 1.5px solid rgba(255, 255, 255, 0.05);
    box-shadow:
        inset 0 0 28px rgba(255, 255, 255, 0.025),
        0 0 42px rgba(255, 90, 31, 0.1);
}

.dc-loader-ring-two {
    inset: 14px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: rgba(255, 106, 31, 1);
    border-right-color: rgba(255, 140, 31, 0.58);
    filter: drop-shadow(0 0 16px rgba(255, 90, 31, 0.48));
    animation: dcLoaderSpin 0.95s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
}

.dc-loader-ring-three {
    inset: 34px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-bottom-color: rgba(255, 192, 156, 0.95);
    border-left-color: rgba(255, 106, 31, 0.28);
    filter: blur(0.15px) drop-shadow(0 0 12px rgba(255, 176, 138, 0.32));
    animation: dcLoaderSpinReverse 1.65s cubic-bezier(0.65, 0.05, 0.36, 1)
        infinite;
}

.dc-loader-core {
    position: relative;
    z-index: 2;
    width: 184px;
    height: 184px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(
            circle at 35% 30%,
            rgba(255, 255, 255, 0.07),
            transparent 40%
        ),
        linear-gradient(
            180deg,
            rgba(14, 18, 28, 0.98) 0%,
            rgba(8, 11, 17, 0.96) 100%
        );
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 24px 70px rgba(0, 0, 0, 0.55),
        0 0 42px rgba(255, 90, 31, 0.14);
    backdrop-filter: blur(10px);
    animation: dcLoaderFloat 2.4s ease-in-out infinite;
    transform-style: preserve-3d;
}

.dc-loader-core::before {
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.04);
    pointer-events: none;
}

.dc-loader-logo-wrap {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 50% 45%,
            rgba(255, 90, 31, 0.1),
            transparent 62%
        ),
        rgba(255, 255, 255, 0.018);
    box-shadow:
        inset 0 0 22px rgba(255, 255, 255, 0.02),
        0 0 22px rgba(255, 90, 31, 0.06);
    transform-style: preserve-3d;
}

.dc-loader-core img {
    width: 104px;
    max-width: 104px;
    height: auto;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 0 16px rgba(255, 90, 31, 0.3)) saturate(1.06);
    animation: dcLogoTilt 2.1s ease-in-out infinite;
    transform-origin: center;
    will-change: transform, opacity;
}

.dc-loader-copy {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    animation: dcCopyFade 1.8s ease-in-out infinite;
}

.dc-loader-kicker {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 140, 31, 0.95);
}

.dc-loader-copy p {
    margin: 0;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.72);
    letter-spacing: 0.02em;
}

/* motion */
@keyframes dcLoaderSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dcLoaderSpinReverse {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

@keyframes dcLoaderFloat {
    0%,
    100% {
        transform: translateY(0px) scale(1);
    }
    50% {
        transform: translateY(-5px) scale(1.014);
    }
}

@keyframes dcLogoTilt {
    0%,
    100% {
        opacity: 1;
        transform: perspective(500px) rotateX(0deg) rotateY(0deg) scale(1);
    }
    25% {
        opacity: 0.96;
        transform: perspective(500px) rotateX(4deg) rotateY(-7deg) scale(1.02);
    }
    50% {
        opacity: 0.9;
        transform: perspective(500px) rotateX(-3deg) rotateY(6deg) scale(0.99);
    }
    75% {
        opacity: 0.96;
        transform: perspective(500px) rotateX(3deg) rotateY(4deg) scale(1.015);
    }
}

@keyframes dcLoaderAura {
    0%,
    100% {
        transform: scale(0.95);
        opacity: 0.72;
    }
    50% {
        transform: scale(1.11);
        opacity: 1;
    }
}

@keyframes dcLoaderHalo {
    0%,
    100% {
        transform: scale(0.96);
        opacity: 0.62;
    }
    50% {
        transform: scale(1.05);
        opacity: 1;
    }
}

@keyframes dcCopyFade {
    0%,
    100% {
        opacity: 0.92;
        transform: translateY(0);
    }
    50% {
        opacity: 1;
        transform: translateY(-2px);
    }
}

/* mobile */
@media (max-width: 767px) {
    .dc-page-loader::before {
        width: 460px;
        height: 460px;
    }

    .dc-loader-stage {
        gap: 22px;
    }

    .dc-loader-orb {
        width: 220px;
        height: 220px;
    }

    .dc-loader-core {
        width: 132px;
        height: 132px;
    }

    .dc-loader-logo-wrap {
        width: 90px;
        height: 90px;
    }

    .dc-loader-core img {
        width: 72px;
        max-width: 72px;
    }

    .dc-loader-kicker {
        font-size: 11px;
        letter-spacing: 0.16em;
    }

    .dc-loader-copy p {
        font-size: 13px;
    }
}

/* =========================
   LUXURY HEADER REDESIGN
========================= */
.dc-navbar,
.navbar {
    padding: 18px 0;
    background: transparent !important;
    transition: all 0.4s ease;
    z-index: 999;
}

.dc-navbar.scrolled,
.navbar.scrolled {
    padding: 10px 0;
    background: rgba(5, 7, 11, 0.42) !important;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.dc-header-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 14px 22px;
    border-radius: 26px;
    background: linear-gradient(
        180deg,
        rgba(10, 13, 18, 0.92) 0%,
        rgba(7, 10, 15, 0.88) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 16px 40px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.03);
    overflow: hidden;
    width: 100%;
}

.dc-header-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at 12% 50%,
            rgba(255, 90, 31, 0.1),
            transparent 26%
        ),
        radial-gradient(
            circle at 88% 10%,
            rgba(255, 255, 255, 0.03),
            transparent 22%
        );
    pointer-events: none;
}

.dc-header-wrap::after {
    content: "";
    position: absolute;
    left: 28px;
    right: 28px;
    top: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.18),
        transparent
    );
    pointer-events: none;
}

.dc-brand {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
}

.dc-brand-logo,
.navbar-brand img {
    height: 46px;
    width: auto;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 0 16px rgba(255, 90, 31, 0.12));
    transition:
        transform 0.35s ease,
        filter 0.35s ease;
}

.dc-brand:hover .dc-brand-logo {
    transform: scale(1.03);
    filter: drop-shadow(0 0 22px rgba(255, 90, 31, 0.2));
}

.dc-nav-collapse {
    position: relative;
    z-index: 2;
    align-items: center;
    flex: 1 1 auto;
}

.dc-nav-links {
    display: flex;
    align-items: center;
    gap: 30px;
}

.dc-nav-links .nav-item {
    display: flex;
    align-items: center;
}

.dc-nav-links .nav-link,
.navbar .nav-link {
    position: relative;
    color: rgba(255, 255, 255, 0.74) !important;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 18px !important;
    border-radius: 14px;
    text-decoration: none;
    transition:
        color 0.3s ease,
        background 0.3s ease,
        transform 0.3s ease;
    overflow: hidden;
}

.dc-nav-links .nav-link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 90, 31, 0.14),
        rgba(255, 125, 31, 0.04)
    );
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: inherit;
}

/* .dc-nav-links .nav-link::after {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 8px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff5a1f, #ff9a3d);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
} */

.dc-nav-links .nav-link span,
.dc-nav-links .nav-link i,
.dc-nav-links .nav-link {
    position: relative;
    z-index: 2;
}

.dc-nav-links .nav-link:hover,
.navbar .nav-link:hover {
    color: #ffffff !important;
    transform: translateY(-1px);
}

.dc-nav-links .nav-link:hover::before {
    opacity: 1;
}

.dc-nav-links .nav-link:hover::after {
    transform: scaleX(1);
}

.dc-nav-links .nav-link.active,
.navbar .nav-link.active {
    color: #ffffff !important;
    background: rgb(255 90 31 / 40%) !important;
    box-shadow:
        0 0 20px 25px rgb(255 90 31 / 40%),
        0 6px 18px rgb(0 0 0 / 15%);
    border-radius: 14px;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    font-size: 20px;
}

.dc-nav-links .nav-link.active::before {
    opacity: 0;
}

.dc-nav-links .nav-link.active::after {
    transform: scaleX(1);
}

.dc-nav-actions {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 22px;
    flex: 0 0 auto;
}

.dc-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 12px 22px;
    border-radius: 14px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease;
    overflow: hidden;
}

.dc-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        120deg,
        transparent 20%,
        rgba(255, 255, 255, 0.18) 50%,
        transparent 80%
    );
    transform: translateX(-140%);
    transition: transform 0.7s ease;
}

.dc-btn:hover::before {
    transform: translateX(140%);
}

.dc-btn-ghost {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.dc-btn-ghost:hover {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border-color: rgba(255, 90, 31, 0.3) !important;
    transform: translateY(-2px);
}

.dc-btn-primary {
    color: #fff !important;
    background: linear-gradient(135deg, #ff5a1f 0%, #ff7e1f 100%) !important;
    border: 1px solid transparent !important;
    box-shadow:
        0 16px 35px rgba(255, 90, 31, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.dc-btn-primary:hover {
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow:
        0 22px 42px rgba(255, 90, 31, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.dc-btn-primary i {
    transition: transform 0.3s ease;
}

.dc-btn-primary:hover i {
    transform: translateX(3px);
}

.dc-toggler {
    position: relative;
    z-index: 2;
    border: 0;
    box-shadow: none !important;
    padding: 4px;
    margin-left: auto;
}

.dc-toggler span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    margin: 5px 0;
    border-radius: 10px;
    transition: all 0.3s ease;
}

/* =========================
   MOBILE HEADER
========================= */
@media (max-width: 1199px) {
    .dc-header-wrap {
        padding: 14px 18px;
        border-radius: 22px;
    }

    .dc-nav-collapse {
        margin-top: 16px;
        padding-top: 16px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .dc-nav-links {
        gap: 8px;
        margin-bottom: 16px;
    }

    .dc-nav-links .nav-link {
        width: 100%;
        text-align: left;
        border-radius: 14px;
    }

    .dc-nav-actions {
        margin-left: 0;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .dc-btn,
    .dc-btn-ghost,
    .dc-btn-primary {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .dc-navbar,
    .navbar {
        padding: 14px 0;
    }

    .dc-header-wrap {
        padding: 12px 14px;
        gap: 14px;
        border-radius: 18px;
    }

    .dc-brand-logo,
    .navbar-brand img {
        height: 40px;
    }

    .dc-nav-links .nav-link {
        font-size: 14px;
        padding: 10px 12px !important;
    }

    .dc-btn {
        min-height: 44px;
        padding: 11px 18px;
        font-size: 14px;
    }
}

/* =========================
   HERO SECTION REFINED
========================= */
.hero-wrapper {
    position: relative;
    min-height: 100vh;
}

.video-section {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    filter: brightness(0.28) saturate(0.88);
}

.video-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        radial-gradient(
            circle at 20% 30%,
            rgba(255, 90, 31, 0.14),
            transparent 26%
        ),
        linear-gradient(
            180deg,
            rgba(5, 7, 11, 0.62) 0%,
            rgba(5, 7, 11, 0.82) 58%,
            rgba(5, 7, 11, 0.94) 100%
        );
}

.hero-content {
    position: relative;
    z-index: 5;
    width: 100%;
    padding: 150px 0 90px;
}

.hero-content .container-fluid {
    display: flex;
    justify-content: center;
}

.hero-stack {
    width: 100%;
    max-width: 1500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.hero-title-section {
    position: relative;
    width: 100%;
    max-width: 760px;
    padding: 0;
    text-align: center;
}

.cruise-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--nb-orange);
    background: rgba(255, 90, 31, 0.08);
    border: 1px solid rgba(255, 90, 31, 0.22);
    padding: 12px 18px;
    border-radius: 999px;
    margin-bottom: 18px;
    box-shadow: 0 10px 30px rgba(255, 90, 31, 0.08);
}

.cruise-title {
    margin: 0;
    width: 100%;
    max-width: 760px;
    font-size: clamp(2.6rem, 5vw, 4.8rem);
    line-height: 0.95;
    font-weight: 800;
    color: #ffffff !important;
    text-align: center;
    text-shadow: 0 10px 32px rgba(0, 0, 0, 0.32);
}

.cruise-title .highlight {
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        #ffb08a 45%,
        #ff6a1f 100%
    ) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.booking-form-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
}

.booking-form {
    width: 100%;
    max-width: 1500px;
    position: relative;
    z-index: 10;
    background: linear-gradient(
        180deg,
        rgba(10, 13, 18, 0.92) 0%,
        rgba(8, 11, 16, 0.88) 100%
    ) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 30px !important;
    padding: 30px !important;
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.6),
        0 0 0 1px rgba(255, 90, 31, 0.06);
    backdrop-filter: blur(18px);
    text-align: left;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 20px;
}

.form-field label,
.passenger-label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px !important;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.84) !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    text-align: left;
}

.input-wrapper {
    position: relative;
}

.input-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--nb-orange) !important;
    z-index: 2;
    font-size: 16px;
}

.input-wrapper input,
.input-wrapper select,
.form-field input,
.form-field select {
    width: 100%;
    height: 58px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: rgba(255, 255, 255, 0.04) !important;
    padding: 0 18px 0 46px !important;
    color: #fff !important;
    font-size: 16px;
    outline: none;
    transition: var(--nb-transition);
    position: relative;
    z-index: 2;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.input-wrapper input::placeholder,
.form-field input::placeholder {
    color: rgba(255, 255, 255, 0.42);
}

.input-wrapper input:focus,
.input-wrapper select:focus,
.form-field input:focus,
.form-field select:focus {
    border-color: rgba(255, 90, 31, 0.4) !important;
    box-shadow: 0 0 0 4px rgba(255, 90, 31, 0.1);
}

.form-field select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #ffffff 50%),
        linear-gradient(135deg, #ffffff 50%, transparent 50%);
    background-position:
        calc(100% - 22px) 25px,
        calc(100% - 16px) 25px;
    background-size:
        6px 6px,
        6px 6px;
    background-repeat: no-repeat;
    padding-right: 42px !important;
}

/* native dropdown opened options */
.form-field select option {
    background: #11151c;
    color: #ffffff;
}

.passenger-section {
    margin-top: 8px;
}

.passenger-label {
    text-align: center;
    margin-bottom: 14px;
}

.passenger-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 0.2fr));
    gap: 12px;
    margin: 0 0 22px;
    justify-content: center;
}

.passenger-card {
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    background: rgba(255, 255, 255, 0.03) !important;
    border-radius: 16px;
    padding: 14px 10px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.76) !important;
    transition: var(--nb-transition);
    text-align: center;
    cursor: pointer;
}

.passenger-card.active,
.passenger-card:hover {
    background: rgba(255, 90, 31, 0.1) !important;
    border-color: rgba(255, 90, 31, 0.3) !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(255, 90, 31, 0.1);
}

.passenger-card i,
.passenger-card span {
    color: inherit !important;
}

.search-button {
    width: 100%;
    border: 0;
    border-radius: 18px;
    padding: 18px 20px;
    font-size: 18px;
    font-weight: 800;
    color: #fff !important;
    background: linear-gradient(135deg, #ff5a1f 0%, #ff7d1f 100%) !important;
    box-shadow: 0 22px 40px rgba(255, 90, 31, 0.22);
    transition: var(--nb-transition);
    position: relative;
    z-index: 2;
}

.search-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 28px 48px rgba(255, 90, 31, 0.26);
}

.form-section {
    display: none !important;
}

/* =========================
   HERO RESPONSIVE
========================= */
@media (max-width: 991px) {
    .hero-content {
        padding: 130px 0 70px;
    }

    .hero-stack {
        max-width: 100%;
        gap: 22px;
    }

    .cruise-title {
        max-width: 100%;
        font-size: clamp(2.2rem, 8vw, 4rem);
    }

    .booking-form {
        max-width: 680px;
        padding: 24px !important;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .passenger-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .video-section {
        min-height: auto;
    }

    .hero-content {
        padding: 112px 0 60px;
    }

    .hero-stack {
        gap: 18px;
    }

    .booking-form {
        max-width: 100%;
        padding: 20px !important;
        border-radius: 24px !important;
    }

    .passenger-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .search-button {
        font-size: 16px;
        padding: 16px 18px;
    }

    .cruise-title {
        font-size: clamp(1.9rem, 10vw, 3rem);
    }
}

/* =========================
   COMMON SECTIONS
========================= */
.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--nb-orange);
    background: rgba(255, 90, 31, 0.08);
    border: 1px solid rgba(255, 90, 31, 0.22);
    padding: 12px 18px;
    border-radius: 999px;
    margin-bottom: 18px;
    box-shadow: 0 10px 30px rgba(255, 90, 31, 0.08);
}

.featured-cruises,
.top-cruises,
.destinations,
.why-choose,
.special-offers {
    position: relative;
    padding: 96px 0;
    background: transparent !important;
}

.top-cruises,
.special-offers {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.01) 0%,
        rgba(255, 90, 31, 0.03) 100%
    ) !important;
}

.section-header {
    margin-bottom: 34px;
    text-align: center;
}

.section-title {
    max-width: 760px;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.04;
    margin: 18px auto 12px;
    color: #ffffff !important;
}

.section-subtitle {
    max-width: 700px;
    margin: 0 auto;
    font-size: 17px;
    color: var(--nb-text-soft) !important;
}

/* =========================
   SLIDERS
========================= */
.slider-container {
    position: relative;
    overflow: hidden;
    padding: 10px 58px;
}

.slider {
    display: flex;
    gap: 25px;
    transition: transform 0.45s ease;
    will-change: transform;
}

.slider-nav {
    width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.slider-nav.prev {
    left: 0;
}

.slider-nav.next {
    right: 0;
}

/* =========================
   FEATURED CRUISES
========================= */
.cruises-grid {
    display: flex;
    gap: 25px;
}

.cruise-card {
    flex: 0 0 calc(25% - 19px);
    min-width: calc(25% - 19px);
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 26px !important;
    overflow: hidden;
    box-shadow: var(--nb-shadow-sm);
    transition: var(--nb-transition);
    backdrop-filter: blur(16px);
}

.cruise-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--nb-shadow-md);
    border-color: rgba(255, 90, 31, 0.2) !important;
}

.cruise-image {
    position: relative;
    height: 240px;
    overflow: hidden;
    background: #11151c;
}

.cruise-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.cruise-card:hover .cruise-image img {
    transform: scale(1.06);
}

.cruise-badge-overlay {
    position: absolute;
    top: 16px;
    right: 16px;
    background: var(--nb-gradient) !important;
    color: #fff !important;
    border: 0 !important;
    padding: 9px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.cruise-content {
    padding: 24px;
}

.cruise-name {
    color: #fff !important;
    font-size: 22px;
    margin-bottom: 12px;
}

.cruise-route {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--nb-text-soft) !important;
    font-size: 14px;
    margin-bottom: 18px;
}

.cruise-route i {
    color: var(--nb-orange);
}

.cruise-features {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 22px;
}

.feature {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--nb-text) !important;
    font-size: 14px;
}

.feature i {
    color: var(--nb-orange);
}

.cruise-footer,
.top-cruise-footer,
.dc-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.cruise-price {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
}

.book-btn {
    min-width: 110px;
    padding: 12px 16px;
}

/* =========================
   TOP CRUISES
========================= */
.top-cruise-card {
    flex: 0 0 calc(33.333% - 17px);
    min-width: calc(33.333% - 17px);
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 26px !important;
    overflow: hidden;
    box-shadow: var(--nb-shadow-sm);
    transition: var(--nb-transition);
    backdrop-filter: blur(16px);
}

.top-cruise-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--nb-shadow-md);
    border-color: rgba(255, 90, 31, 0.2) !important;
}

.top-cruise-image {
    position: relative;
    height: 250px;
    overflow: hidden;
    background: #11151c;
}

.top-cruise-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.top-cruise-card:hover .top-cruise-image img {
    transform: scale(1.06);
}

.rating-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--nb-gradient) !important;
    color: #fff !important;
    border: 0 !important;
    padding: 9px 13px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.top-cruise-content {
    padding: 24px;
}

.cruise-company {
    color: var(--nb-orange) !important;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
}

.top-cruise-name {
    color: #fff !important;
    font-size: 24px;
    margin-bottom: 12px;
}

.top-cruise-route {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: var(--nb-text-soft) !important;
    font-size: 14px;
    margin-bottom: 18px;
}

.top-cruise-route i,
.highlight-item i {
    color: var(--nb-orange);
}

.top-cruise-highlights {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-bottom: 22px;
}

.highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--nb-text) !important;
    font-size: 14px;
    line-height: 1.5;
}

/* =========================
   DESTINATIONS
========================= */
.destinations-grid {
    display: flex;
    gap: 25px;
}

.destination-card {
    flex: 0 0 calc(25% - 19px);
    min-width: calc(25% - 19px);
    border-radius: 26px !important;
    overflow: hidden;
    position: relative;
    background: #11151c;
    box-shadow: var(--nb-shadow-sm);
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    transition: var(--nb-transition);
}

.destination-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--nb-shadow-md);
    border-color: rgba(255, 90, 31, 0.2) !important;
}

.destination-image {
    height: 410px;
    position: relative;
}

.destination-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.destination-card:hover .destination-image img {
    transform: scale(1.06);
}

.destination-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(5, 7, 11, 0.02) 20%,
        rgba(5, 7, 11, 0.84) 100%
    );
    display: flex;
    align-items: flex-end;
    padding: 24px;
}

.destination-info h4 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 6px;
}

.destination-info p {
    color: var(--nb-text-soft);
    font-size: 14px;
}

/* =========================
   WHY CHOOSE
========================= */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.benefit-card {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 26px !important;
    padding: 30px 26px;
    box-shadow: var(--nb-shadow-sm);
    transition: var(--nb-transition);
    backdrop-filter: blur(16px);
}

.benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--nb-shadow-md);
    border-color: rgba(255, 90, 31, 0.2) !important;
}

.benefit-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: rgba(255, 90, 31, 0.08);
    border: 1px solid rgba(255, 90, 31, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.benefit-icon i {
    color: var(--nb-orange);
    font-size: 24px;
}

.benefit-title {
    color: #fff !important;
    font-size: 22px;
    margin-bottom: 12px;
}

.benefit-description {
    color: var(--nb-text-soft) !important;
    line-height: 1.8;
    font-size: 15px;
}

/* =========================
   OFFERS
========================= */
.offers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.offer-card {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 26px !important;
    padding: 30px 26px;
    box-shadow: var(--nb-shadow-sm);
    transition: var(--nb-transition);
    backdrop-filter: blur(16px);
}

.offer-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--nb-shadow-md);
    border-color: rgba(255, 90, 31, 0.2) !important;
}

.offer-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--nb-gradient) !important;
    color: #fff !important;
    border-radius: 999px;
    padding: 9px 14px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 18px;
}

.offer-heading {
    color: #fff !important;
    font-size: 30px;
    margin-bottom: 12px;
}

.offer-description {
    color: var(--nb-text-soft) !important;
    line-height: 1.8;
    margin-bottom: 16px;
    font-size: 15px;
}

.offer-validity {
    color: var(--nb-orange) !important;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* =========================
   FOOTER
========================= */
.dc-footer {
    position: relative;
    background: linear-gradient(180deg, #05070b 0%, #080a0f 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    margin-top: 90px;
}

.dc-footer-glow {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at 15% 18%,
            rgba(255, 90, 31, 0.14),
            transparent 24%
        ),
        radial-gradient(
            circle at 85% 12%,
            rgba(255, 90, 31, 0.08),
            transparent 22%
        ),
        radial-gradient(
            circle at 50% 85%,
            rgba(255, 255, 255, 0.03),
            transparent 30%
        );
    pointer-events: none;
}

.dc-footer-top {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.15fr 1.85fr;
    gap: 28px;
    padding: 90px 0 48px;
}

.dc-footer-brand-card {
    border-radius: 28px;
    padding: 30px;
}

.dc-footer-logo {
    max-width: 190px;
    margin-bottom: 18px;
}

.dc-footer-brand-card p {
    color: var(--nb-text-soft);
    line-height: 1.85;
    margin-bottom: 22px;
}

.dc-trust-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}

.dc-trust-pills span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 90, 31, 0.08);
    border: 1px solid rgba(255, 90, 31, 0.16);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.dc-socials {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.dc-socials a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: var(--nb-transition);
}

.dc-socials a:hover {
    background: var(--nb-gradient);
    transform: translateY(-3px);
}

.dc-footer-links-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.dc-footer-col {
    border-radius: 24px;
    padding: 28px 24px;
}

.dc-footer-col h4 {
    font-size: 18px;
    margin-bottom: 18px;
    color: #fff;
}

.dc-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dc-footer-col ul li {
    margin-bottom: 14px;
    color: var(--nb-text-soft);
    line-height: 1.7;
}

.dc-footer-col ul li a {
    color: var(--nb-text-soft);
    text-decoration: none;
    transition: var(--nb-transition);
}

.dc-footer-col ul li a:hover {
    color: var(--nb-orange);
    padding-left: 4px;
}

.dc-footer-contact ul li i {
    color: var(--nb-orange);
    margin-right: 10px;
    width: 16px;
}

.dc-footer-bottom {
    position: relative;
    z-index: 1;
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.dc-footer-bottom-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dc-footer-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 90, 31, 0.08);
    border: 1px solid rgba(255, 90, 31, 0.16);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.dc-footer-bottom-left p {
    color: var(--nb-text-soft);
    font-size: 14px;
}

.dc-payment-logos {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.dc-payment-logos img {
    height: 34px;
    width: auto;
    object-fit: contain;
    background: #fff;
    padding: 6px 10px;
    border-radius: 10px;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1400px) {
    .cruise-card {
        flex: 0 0 calc(33.333% - 17px);
        min-width: calc(33.333% - 17px);
    }

    .destination-card {
        flex: 0 0 calc(33.333% - 17px);
        min-width: calc(33.333% - 17px);
    }
}

@media (max-width: 1199px) {
    .hero-title-section {
        padding-right: 0;
        top: 27%;
        transform: translate(-50%, -20%);
    }

    .form-section {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        transform: none;
        margin-top: -120px;
        padding-bottom: 40px;
    }

    .booking-form-container {
        justify-content: center;
    }

    .featured-cruises,
    .top-cruises,
    .destinations,
    .why-choose,
    .special-offers {
        padding: 80px 0;
    }

    .top-cruise-card {
        flex: 0 0 calc(50% - 13px);
        min-width: calc(50% - 13px);
    }

    .cruise-card,
    .destination-card {
        flex: 0 0 calc(50% - 13px);
        min-width: calc(50% - 13px);
    }

    .benefits-grid,
    .offers-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .dc-footer-top {
        grid-template-columns: 1fr;
    }

    .dc-footer-links-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .dc-nav-shell {
        border-radius: 26px;
    }

    .dc-nav-actions {
        margin-top: 18px;
        flex-direction: column;
        align-items: stretch;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .passenger-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-title-section {
        top: 23%;
        text-align: center;
    }

    .cruise-title {
        max-width: 100%;
    }

    .slider-container {
        padding: 10px 46px;
    }
}

@media (max-width: 767px) {
    .container-fluid {
        width: min(100%, calc(100% - 24px));
    }

    .hero-wrapper,
    .video-section {
        min-height: auto;
    }

    .video-section {
        min-height: 70vh;
    }

    .hero-title-section {
        top: 22%;
        width: min(100%, calc(100% - 24px));
    }

    .cruise-title {
        font-size: clamp(2.4rem, 10vw, 3.4rem);
    }

    .form-section {
        margin-top: -60px;
    }

    .booking-form {
        padding: 22px !important;
    }

    .slider-container {
        padding: 10px 38px;
    }

    .cruise-card,
    .top-cruise-card,
    .destination-card {
        flex: 0 0 100%;
        min-width: 100%;
    }

    .benefits-grid,
    .offers-grid,
    .dc-footer-links-grid {
        grid-template-columns: 1fr;
    }

    .destination-image {
        height: 360px;
    }

    .dc-footer-top {
        padding: 70px 0 40px;
    }

    .dc-footer-brand-card,
    .dc-footer-col {
        padding: 22px;
    }

    .dc-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575px) {
    .dc-brand-logo,
    .navbar-brand img {
        height: 46px;
    }

    .dc-btn,
    .search-button,
    .book-btn {
        font-size: 14px;
    }

    .passenger-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .cruise-image,
    .top-cruise-image {
        height: 220px;
    }

    .destination-image {
        height: 300px;
    }

    .section-title {
        font-size: 2rem;
    }

    .benefit-title,
    .top-cruise-name,
    .cruise-name {
        font-size: 20px;
    }

    .offer-heading {
        font-size: 26px;
    }
}
