:root {
    --brand-blue: #2a88ce;
    --brand-red: #e8181c;
    --bg: #f4f8fc;
    --panel: #ffffff;
    --panel-soft: #eef5fb;
    --line: rgba(13, 34, 51, 0.08);
    --line-strong: rgba(13, 34, 51, 0.14);
    --text: #132231;
    --muted: #5f7285;
    --gold: #ffd25e;
    --shadow: 0 18px 40px rgba(18, 42, 68, 0.1);
}

html {
    scroll-behavior: smooth;
}

#home,
#packages,
#gallery,
#about,
#team,
#why-us,
#testimonials,
#videos {
    scroll-margin-top: 132px;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 13px;
    line-height: 1.55;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(42, 136, 206, 0.1), transparent 18%),
        radial-gradient(circle at top right, rgba(232, 24, 28, 0.08), transparent 18%),
        linear-gradient(180deg, #f8fbff 0%, #edf4fb 100%);
}

section {
    padding: 88px 0;
    position: relative;
}

.section-kicker {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(42, 136, 206, 0.09);
    border: 1px solid rgba(42, 136, 206, 0.16);
    color: var(--brand-blue);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.section-title {
    font-size: clamp(1.55rem, 2vw, 2.1rem);
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 14px;
    color: var(--text);
}

.section-subtitle {
    max-width: 760px;
    color: var(--muted);
    font-size: 0.94rem;
    line-height: 1.75;
    margin-bottom: 38px;
}

.header-shell {
    position: sticky;
    top: 0;
    z-index: 1100;
    backdrop-filter: blur(16px);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.94));
    border-bottom: 1px solid var(--line);
    box-shadow: 0 14px 34px rgba(18, 42, 68, 0.1);
}

.top-strip {
    border-bottom: 1px solid rgba(13, 34, 51, 0.06);
}

.top-strip-inner {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.top-info,
.top-actions {
    display: flex;
    align-items: center;
    gap: 18px;
}

.top-info a,
.top-actions a,
.footer a {
    color: rgba(19, 34, 49, 0.88);
    text-decoration: none;
}

.top-info a:hover,
.top-actions a:hover,
.footer a:hover {
    color: var(--brand-blue);
}

.mini-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--muted);
}

.booking-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff4b4f 0%, var(--brand-red) 100%);
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.74rem;
    letter-spacing: 0.08em;
    box-shadow: 0 12px 28px rgba(232, 24, 28, 0.22);
    animation: pulseBlinkRed 1.8s infinite;
}

.top-social {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.top-social a {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--line);
    background: #fff;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.top-social a:hover,
.top-social a:focus {
    transform: translateY(-2px);
    color: #fff;
}

.top-social a.facebook:hover,
.top-social a.facebook:focus {
    background: #1877f2;
    border-color: #1877f2;
    box-shadow: 0 10px 22px rgba(24, 119, 242, 0.24);
}

.top-social a.instagram:hover,
.top-social a.instagram:focus {
    background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af, #515bd4);
    border-color: #dd2a7b;
    box-shadow: 0 10px 22px rgba(221, 42, 123, 0.24);
}

.top-social a.youtube:hover,
.top-social a.youtube:focus {
    background: #ff0000;
    border-color: #ff0000;
    box-shadow: 0 10px 22px rgba(255, 0, 0, 0.22);
}

.top-city-wrap {
    position: relative;
}

.top-city-wrap::before {
    content: "\F3E8";
    font-family: "bootstrap-icons";
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text);
    font-size: 14px;
    pointer-events: none;
}

.city-select {
    min-height: 42px;
    min-width: 176px;
    padding: 0 34px;
    border-radius: 999px;
    border: 1px solid var(--line-strong);
    background: linear-gradient(180deg, #fff 0%, #f6f9fc 100%);
    color: var(--text);
    font-size: 0.82rem;
    box-shadow: none;
}

.city-select:focus {
    border-color: var(--brand-blue);
    box-shadow: 0 0 0 0.18rem rgba(42, 136, 206, 0.12);
}

.navbar {
    padding: 14px 0;
}

.navbar-brand {
    padding: 0;
    color: var(--text);
    font-size: 1.46rem;
    font-weight: 800;
    letter-spacing: 0.03em;
}

.brand-logo {
    height: 58px;
    width: auto;
    object-fit: contain;
}

.navbar-brand span {
    color: #237ae1;
}

.navbar-brand .brand-x {
    color: #16a34a;
}

.nav-link {
    color: #395166;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.nav-link:hover,
.nav-link:focus {
    color: #ef272b;
}

.nav-link-blink {
    position: relative;
    color: var(--brand-red);
    animation: softBlinkText 1.8s ease-in-out infinite;
}

.nav-link-blink:hover,
.nav-link-blink:focus {
    color: var(--brand-red);
}

.btn-brand,
.btn-brand:hover,
.btn-brand:focus {
    background: linear-gradient(135deg, #1f6ff0 0%, var(--brand-blue) 100%);
    color: #fff;
    border: 0;
    border-radius: 999px;
    padding: 13px 24px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    box-shadow: 0 18px 34px rgba(42, 136, 206, 0.24);
}

.book-now-pulse,
.book-now-pulse:hover,
.book-now-pulse:focus {
    animation: pulseBlinkBlue 1.8s infinite;
}

.btn-ghost,
.btn-ghost:hover,
.btn-ghost:focus {
    background: rgba(42, 136, 206, 0.08);
    color: var(--text);
    border: 1px solid rgba(42, 136, 206, 0.12);
    border-radius: 999px;
    padding: 13px 22px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.feature-section,
.gallery-section,
.team-section,
.testimonials-section,
.video-section {
    background: linear-gradient(180deg, #f8fbff 0%, #eef5fb 100%);
}

.service-section,
.why-section {
    background: linear-gradient(180deg, #f5f9fd 0%, #ecf4fb 100%);
}

.about-section {
    background:
        radial-gradient(circle at right center, rgba(42, 136, 206, 0.12), transparent 20%),
        linear-gradient(180deg, #f9fcff 0%, #eef5fb 100%);
}

.app-section {
    background:
        radial-gradient(circle at right top, rgba(42, 136, 206, 0.18), transparent 22%),
        radial-gradient(circle at left bottom, rgba(232, 24, 28, 0.1), transparent 20%),
        linear-gradient(180deg, #f8fbff 0%, #eef5fb 100%);
}

.feature-card,
.about-card,
.about-panel,
.team-card,
.package-card,
.gallery-card,
.video-card,
.why-card,
.testimonial-card,
.app-card {
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.feature-card,
.why-card,
.team-card,
.testimonial-card {
    height: 100%;
    padding: 28px 24px;
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.98));
}

.feature-card,
.why-card {
    text-align: center;
}

.feature-icon,
.why-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.3rem;
    background: linear-gradient(135deg, rgba(42, 136, 206, 0.9), rgba(232, 24, 28, 0.74));
}

.feature-card h5,
.why-card h5 {
    font-size: 0.86rem;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.feature-card p,
.why-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.86rem;
    line-height: 1.72;
}

.service-head,
.section-center,
.why-grid-copy {
    text-align: center;
}

.section-center,
.why-grid-copy {
    max-width: 760px;
    margin: 0 auto 34px;
}

.package-tabs.nav-tabs {
    border: 0;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 12px;
    margin: 0 auto 28px;
    max-width: fit-content;
    border-radius: 999px;
    background: linear-gradient(180deg, #fff 0%, #f6fafe 100%);
    border: 1px solid var(--line);
}

.package-tabs .nav-link {
    border: 0;
    border-radius: 999px;
    padding: 13px 24px;
    background: #e2eef8;
    color: #2a88cf;
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    white-space: nowrap;
    border:1px solid rgba(42, 136, 206, 0.16);
}

.package-tabs .nav-link.active,
.package-tabs .nav-link:hover,
.package-tabs .nav-link:focus {
    background: linear-gradient(135deg, #1f6ff0 0%, var(--brand-blue) 100%);
    color: #fff;
    box-shadow: 0 16px 30px rgba(42, 136, 206, 0.24);
}

.package-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 28px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.98));
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.package-card:hover {
    transform: translateY(-8px);
    border-color: rgba(42, 136, 206, 0.22);
    box-shadow: 0 24px 46px rgba(18, 42, 68, 0.15);
}

.package-card img {
    width: 100%;
    aspect-ratio: 1.18 / 1;
    object-fit: cover;
    display: block;
    background: var(--panel-soft);
}

.package-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 22px;
}

.package-category-pill {
    display: inline-flex;
    align-self: center;
    margin-bottom: 12px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(232, 24, 28, 0.08);
    color: var(--brand-red);
    font-size: 0.76rem;
    font-weight: 700;
}

.package-card h5 {
    text-align: center;
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 10px;
    color: #0f1720;
    text-transform: uppercase;
}

.price-wrap {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px dashed rgba(13, 34, 51, 0.16);
}

.price-old {
    color: rgba(0, 0, 0, 0.4);
    text-decoration: line-through;
    font-size: 0.82rem;
}

.price-new {
    color: var(--brand-red);
    font-size: 1.55rem;
    font-weight: 900;
}

.package-description {
    font-size: 0.84rem;
    color: rgba(19, 34, 49, 0.85);
    line-height: 1.7;
    flex-grow: 1;
    margin-bottom: 14px;
}

.package-description p:last-child {
    margin-bottom: 0;
}

.package-description ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.package-description ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
}

.package-description ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--brand-blue);
    font-weight: 800;
}

.package-book-btn {
    margin-top: auto;
}

.gallery-card,
.video-card {
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(180deg, #fff, #f7fbff);
}

.gallery-link {
    display: block;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.gallery-link:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 40px rgba(18, 42, 68, 0.14);
}

.gallery-video-head {
    margin-top: 54px;
    text-align: center;
}

.gallery-card img {
    width: 100%;
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.about-card {
    padding: 42px;
    border-radius: 34px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.98)),
        linear-gradient(135deg, rgba(42, 136, 206, 0.05), rgba(232, 24, 28, 0.04));
}

.about-card p {
    color: var(--muted);
    line-height: 1.82;
}

.about-side-panel {
    height: 100%;
    padding: 28px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(42, 136, 206, 0.2), transparent 28%),
        linear-gradient(135deg, rgba(19, 34, 49, 0.03), rgba(232, 24, 28, 0.04)),
        linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
    border: 1px solid rgba(42, 136, 206, 0.12);
    box-shadow: 0 24px 42px rgba(18, 42, 68, 0.12);
}

.about-side-kicker {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(232, 24, 28, 0.08);
    color: var(--brand-red);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-side-panel h3 {
    font-size: 1.45rem;
    line-height: 1.22;
    color: var(--text);
    font-weight: 800;
    margin-bottom: 14px;
}

.about-side-panel p {
    margin-bottom: 18px;
}

.about-side-points {
    display: grid;
    gap: 12px;
}

.about-side-point {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid var(--line);
    color: var(--text);
    font-size: 0.84rem;
}

.about-side-point i {
    color: var(--brand-blue);
}

.about-panel {
    padding: 20px;
    border-radius: 24px;
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

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

.split-list li {
    display: flex;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
    color: #2b4459;
}

.split-list li:last-child {
    border-bottom: 0;
}

.split-list i {
    color: var(--gold);
}

.team-card {
    text-align: center;
}

.team-card img {
    width: 160px;
    height: 160px;
    display: block;
    margin: 0 auto 16px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid rgba(42, 136, 206, 0.26);
}

.team-card h5 {
    color: var(--text);
    margin-bottom: 6px;
    font-size: 0.96rem;
    font-weight: 800;
}

.team-card p {
    margin: 0;
    color: var(--muted);
}

.stats-strip {
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.18), transparent 26%),
        linear-gradient(135deg, #1e5fa4 0%, #2a88ce 54%, #4ea2e0 100%);
}

.stat-card {
    padding: 8px 12px;
    text-align: center;
}

.stat-number {
    color: var(--gold);
    font-size: 2.35rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
    text-shadow: 0 8px 18px rgba(12, 44, 86, 0.16);
}

.stat-label {
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.why-divider {
    width: 110px;
    height: 4px;
    margin: 0 auto 24px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--brand-blue), var(--brand-red));
}

.testimonial-stars {
    color: var(--gold);
    letter-spacing: 0.16em;
    margin-bottom: 14px;
}

.testimonial-card p {
    color: var(--muted);
    font-size: 0.88rem;
    line-height: 1.8;
    margin-bottom: 18px;
}

.testimonial-name {
    color: var(--text);
    font-size: 0.86rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.testimonial-role {
    color: #8ea4b7;
    font-size: 0.78rem;
    margin-top: 4px;
}

.app-card {
    border-radius: 36px;
    padding: 42px;
    background:
        linear-gradient(135deg, rgba(19, 34, 49, 0.02), rgba(42, 136, 206, 0.06)),
        linear-gradient(180deg, #fff, #f7fbff);
}

.app-title {
    color: var(--text);
    font-size: clamp(1.8rem, 2.4vw, 2.35rem);
    line-height: 1.12;
    font-weight: 800;
    margin-bottom: 14px;
}

.app-text {
    color: var(--muted);
    font-size: 0.94rem;
    line-height: 1.82;
    margin-bottom: 24px;
}

.app-inline-reward {
    margin-bottom: 24px;
    padding: 24px 24px 20px;
    border-radius: 26px;
    background:
        radial-gradient(circle at top right, rgba(255, 210, 94, 0.24), transparent 30%),
        linear-gradient(135deg, rgba(42, 136, 206, 0.08), rgba(232, 24, 28, 0.06)),
        linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
    border: 1px solid rgba(42, 136, 206, 0.12);
}

.app-inline-reward p {
    color: var(--muted);
    font-size: 0.84rem;
    line-height: 1.72;
    margin: 12px 0 0;
}

.app-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 26px;
}

.app-point {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text);
    font-size: 0.86rem;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid var(--line);
}

.app-point i {
    color: var(--brand-blue);
}

.app-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.app-refer-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(232, 24, 28, 0.08);
    border: 1px solid rgba(232, 24, 28, 0.12);
    color: var(--brand-red);
    font-size: 0.82rem;
    font-weight: 700;
}

.app-reward-badge {
    display: inline-flex;
    padding: 8px 14px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: rgba(42, 136, 206, 0.08);
    color: var(--brand-blue);
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.app-reward {
    color: var(--brand-red);
    font-size: 1.75rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 0;
}

.app-showcase {
    padding: 28px;
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(255, 210, 94, 0.24), transparent 28%),
        linear-gradient(135deg, rgba(42, 136, 206, 0.1), rgba(232, 24, 28, 0.06)),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    border: 1px solid rgba(42, 136, 206, 0.12);
    box-shadow: 0 24px 44px rgba(18, 42, 68, 0.12);
}

.app-showcase-label {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(42, 136, 206, 0.08);
    color: var(--brand-blue);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.app-showcase h3 {
    color: var(--text);
    font-size: 1.42rem;
    line-height: 1.22;
    font-weight: 800;
    margin-bottom: 12px;
}

.app-showcase p {
    color: var(--muted);
    font-size: 0.86rem;
    line-height: 1.74;
    margin-bottom: 18px;
}

.app-showcase-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.app-showcase-box {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid var(--line);
}

.app-showcase-box strong {
    color: var(--text);
    font-size: 0.84rem;
    font-weight: 800;
}

.app-showcase-box span {
    color: var(--muted);
    font-size: 0.78rem;
    line-height: 1.6;
}

.video-frame {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    pointer-events: none;
}

.video-thumb {
    cursor: pointer;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.video-thumb:hover,
.video-thumb:focus {
    transform: translateY(-6px);
    box-shadow: 0 24px 40px rgba(18, 42, 68, 0.14);
}

.video-play-badge {
    position: absolute;
    inset: 50% auto auto 50%;
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(232, 24, 28, 0.92);
    color: #fff;
    font-size: 1.6rem;
    transform: translate(-50%, -50%);
    box-shadow: 0 18px 34px rgba(232, 24, 28, 0.28);
}

.video-overlay {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(9, 19, 30, 0.88);
}

.video-overlay.is-open {
    display: flex;
}

.video-overlay-dialog {
    width: min(100%, 1040px);
    position: relative;
}

.video-overlay-frame {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 24px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.32);
}

.video-overlay-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-overlay-close {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #132231;
    font-size: 1.7rem;
    line-height: 1;
    box-shadow: 0 14px 28px rgba(18, 42, 68, 0.18);
}

.video-overlay-close:hover,
.video-overlay-close:focus {
    color: var(--brand-red);
}

.empty-state {
    padding: 32px;
    text-align: center;
    color: var(--muted);
    border-radius: 24px;
    background: linear-gradient(180deg, #fff, #f7fbff);
    border: 1px solid var(--line);
}

.footer {
    padding: 56px 0 22px;
    background: radial-gradient(circle at top left, rgba(42, 136, 206, 0.12), transparent 20%), #f6fbff;
    border-top: 1px solid var(--line);
    color: #516678;
}

.footer-title {
    color: var(--text);
    font-size: 0.84rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    margin-bottom: 16px;
    color: var(--text);
    font-size: 1.46rem;
    font-weight: 800;
    letter-spacing: 0.03em;
}

.footer-social {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 16px;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #516678;
    text-decoration: none;
    font-weight: 600;
    min-width: 0;
}

.footer-social a i {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid var(--line);
    box-shadow: 0 10px 22px rgba(18, 42, 68, 0.08);
}

.footer-social a.facebook i {
    color: #1877f2;
}

.footer-social a.instagram i {
    color: #dd2a7b;
}

.footer-social a.youtube i {
    color: #ff0000;
}

.footer-social a.whatsapp i {
    color: #25d366;
}

.footer-social a:hover {
    color: var(--brand-blue);
}

.footer-social a:hover i {
    transform: translateY(-2px);
    border-color: rgba(232, 24, 28, 0.16);
}

@media (max-width: 575.98px) {
    .footer-social {
        grid-template-columns: 1fr;
    }
}

.footer-links,
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
}

.footer-links li,
.footer-contact li {
    margin-bottom: 10px;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.footer-contact li i {
    flex: 0 0 18px;
    margin-top: 3px;
}

.footer-contact li span,
.footer-contact li a,
.footer-contact li {
    line-height: 1.7;
}

.footer-bottom {
    margin-top: 26px;
    padding-top: 18px;
    border-top: 1px solid rgba(13, 34, 51, 0.1);
    font-size: 0.84rem;
}

.float-whatsapp,
.float-book {
    position: fixed;
    z-index: 1000;
    text-decoration: none;
}

.float-whatsapp {
    left: 20px;
    bottom: 30px;
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    font-size: 24px;
    box-shadow: 2px 2px 20px rgba(37, 211, 102, 0.6);
    animation: pulseAnim 1.4s ease-in-out infinite;
}

.float-whatsapp:hover,
.float-whatsapp:focus {
    color: #fff;
}

.float-whatsapp svg {
    width: 24px;
    height: 24px;
    display: block;
}

.float-book {
    left: 22px;
    bottom: 92px;
    min-height: 120px;
    padding: 12px 10px;
    display: none;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #1f6ff0 0%, var(--brand-blue) 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    box-shadow: 0 18px 34px rgba(42, 136, 206, 0.24);
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    transform-origin: center;
    animation: pulseBlinkBlue 1.8s infinite;
}

.float-book:hover,
.float-book:focus {
    color: #fff;
}

@media (max-width: 575.98px) {
    .float-book {
        display: inline-flex;
        left: 14px;
        bottom: 88px;
        min-height: 104px;
        padding: 10px 8px;
        font-size: 11px;
    }

    .float-whatsapp {
        left: 14px;
        bottom: 24px;
        width: 48px;
        height: 48px;
        font-size: 22px;
    }
}

@keyframes pulseAnim {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

.custom-arrow {
    width: 8%;
    opacity: 0;
    transition: 0.3s;
}

#carouselExampleIndicators:hover .custom-arrow {
    opacity: 1;
}

.arrow-bg {
    width: 36px;
    height: 36px;
    background: rgba(0, 0, 0, 0.28);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(6px);
    transition: 0.3s;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
}

.custom-arrow:hover .arrow-bg {
    background: rgba(0, 0, 0, 0.56);
    transform: scale(1.08);
}

.carousel-inner > .carousel-item > img {
    height: 620px !important;
    width: 100%;
}

@keyframes pulseBlinkRed {
    0% {
        box-shadow: 0 0 0 0 rgba(232, 24, 28, 0.6);
    }
    70% {
        box-shadow: 0 0 0 12px rgba(232, 24, 28, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(232, 24, 28, 0);
    }
}

@keyframes pulseBlinkBlue {
    0% {
        box-shadow: 0 0 0 0 rgba(42, 136, 206, 0.6);
    }
    70% {
        box-shadow: 0 0 0 12px rgba(42, 136, 206, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(42, 136, 206, 0);
    }
}

@keyframes softBlinkText {
    0%,
    100% {
        opacity: 1;
        color: var(--brand-red);
        text-shadow: 0 0 0 rgba(232, 24, 28, 0);
    }
    50% {
        opacity: 0.72;
        color: #ff4044;
        text-shadow: 0 0 12px rgba(232, 24, 28, 0.22);
    }
}

@media (max-width: 991.98px) {
    section {
        padding: 72px 0;
    }

    .top-strip-inner {
        padding: 10px 0;
    }

    .app-points {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 767.98px) {
    #home,
    #packages,
    #gallery,
    #about,
    #team,
    #why-us,
    #testimonials,
    #videos {
        scroll-margin-top: 118px;
    }

    section {
        padding: 60px 0;
    }

    .top-strip-inner {
        min-height: 54px;
        gap: 10px;
    }

    .top-info .mini-chip,
    .top-social {
        display: none;
    }

    .top-info,
    .top-actions {
        gap: 8px;
    }

    .top-actions {
        margin-left: auto;
    }

    .booking-chip {
        padding: 8px 11px;
        font-size: 0.68rem;
        white-space: nowrap;
    }

    .city-select {
        min-width: 114px;
        max-width: 132px;
        min-height: 36px;
        padding: 0 28px 0 30px;
        font-size: 0.72rem;
    }

    .top-city-wrap::before {
        left: 11px;
        font-size: 13px;
    }

    .navbar {
        padding: 12px 0;
    }

    .brand-logo {
        height: 32px;
    }

    .navbar-toggler {
        display: block;
        border: none;
        padding: 6px 9px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler-icon {
        width: 22px;
        height: 22px;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23132231' stroke-width='2.5' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    .navbar-collapse {
        margin-top: 12px;
        border-top: 1px solid var(--line);
    }

    .navbar-nav {
        align-items: flex-start !important;
        gap: 2px !important;
    }

    .navbar-nav .nav-link {
        padding: 8px 0;
        font-size: 12px;
    }

    .about-card,
    .app-card {
        padding: 26px;
    }

    .app-showcase-grid {
        grid-template-columns: 1fr;
    }

    .carousel-inner > .carousel-item > img {
        height: 280px !important;
    }

    .custom-arrow {
        opacity: 1;
    }
}
