
/**
 * Public website header - simple top bar + responsive navbar.
 */

.site-topbar {
    background: #001d3d;
    color: #fff;
    font-size: 0.8125rem;
    line-height: 1.4;
    padding: 0.5rem 0;
}

.site-topbar__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.55rem;
}

.site-topbar__contacts {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem 1.5rem;
    width: 100%;
    text-align: center;
}

.site-topbar__social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

@media (min-width: 576px) {
    .site-topbar__inner {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.65rem 1.25rem;
    }

    .site-topbar__contacts {
        width: auto;
        flex: 1 1 auto;
        justify-content: center;
        gap: 0.5rem 2rem;
    }
}

@media (min-width: 768px) {
    .site-topbar__inner {
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .site-topbar__contacts {
        justify-content: flex-start;
        text-align: left;
        gap: 0 2.5rem;
    }

    .site-topbar__social {
        justify-content: flex-end;
    }
}

.site-topbar__link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    padding: 0.15rem 0;
}

.site-topbar__link i {
    color: #ff9900;
    font-size: 0.8125rem;
    width: 1rem;
    text-align: center;
    flex-shrink: 0;
}

.site-topbar__link:hover,
.site-topbar__link:focus {
    color: #ff9900;
}

.site-topbar__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    color: #001d3d;
    text-decoration: none;
    background: #ff9900;
    font-size: 0.8125rem;
    line-height: 1;
    flex-shrink: 0;
}

.site-topbar__social-link:hover,
.site-topbar__social-link:focus {
    color: #001d3d;
    background: #e68a00;
}

@media (max-width: 767.98px) {
    .site-topbar__social {
        display: none !important;
    }
}

@media (max-width: 575.98px) {
    .site-topbar {
        font-size: 0.75rem;
        padding: 0.55rem 0;
    }

    .site-topbar__contacts {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.45rem 1.25rem;
    }

    .site-topbar__link {
        white-space: nowrap;
    }

    .site-topbar__social-link {
        width: 2rem;
        height: 2rem;
        font-size: 0.875rem;
    }
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 1px 2px rgba(0, 29, 61, 0.06);
    overflow: visible;
}

.site-navbar {
    padding: 1rem 0;
    align-items: center;
    overflow: visible;
}

.site-navbar > .container {
    align-items: center;
}

.site-navbar .navbar-collapse {
    overflow: visible;
}

.site-navbar .navbar-brand {
    padding: 0;
    margin-right: 1rem;
    display: flex;
    align-items: center;
}

.site-navbar .navbar-brand img {
    display: block;
    height: 42px;
    width: auto;
    max-width: 150px;
}

.site-navbar .navbar-toggler {
    border: 1px solid #d1d5db;
    padding: 0.35rem 0.55rem;
}

.site-navbar .navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 29, 61, 0.15);
}

.site-navbar .nav-link {
    color: #001d3d !important;
    font-weight: 500;
    font-size: 0.9375rem;
    padding: 0.5rem 0.75rem !important;
    display: flex;
    align-items: center;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link:focus,
.site-navbar .nav-link.active {
    color: #ff9900 !important;
}

.site-navbar .nav-link.dropdown-toggle::after {
    margin-left: 0.35em;
    vertical-align: middle;
}

.site-nav-split {
    display: inline-flex;
    align-items: center;
}

.site-navbar .site-nav-split__label {
    padding-right: 0.15rem !important;
}

.site-navbar .site-nav-split__toggle {
    padding-left: 0.35rem !important;
    padding-right: 0.65rem !important;
    margin: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    line-height: 1;
    min-width: 0;
}

.site-navbar .site-nav-split__toggle::after {
    margin-left: 0;
}

.site-nav-split:hover .site-nav-split__label,
.site-nav-split:focus-within .site-nav-split__label,
.site-nav-split:hover .site-nav-split__toggle,
.site-nav-split:focus-within .site-nav-split__toggle {
    color: #ff9900 !important;
}

.site-navbar .dropdown-menu {
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    font-size: 0.875rem;
    z-index: 1040;
    background-color: #fff !important;
    color: #001d3d;
    min-width: 12rem;
    padding: 0.35rem 0;
}

.site-navbar .dropdown-item {
    padding: 0.45rem 1rem;
    color: #001d3d !important;
    font-weight: 500;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.site-navbar .dropdown-item:hover,
.site-navbar .dropdown-item:focus,
.site-navbar .dropdown-item.active,
.site-navbar .dropdown-item:active {
    background: #ff9900 !important;
    color: #fff !important;
}

.site-navbar__tools {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid #eee;
}

.currency-selector-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.site-navbar .currency-selector-wrap .currency-selector {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    min-width: 6.25rem;
    height: 2.35rem;
    padding: 0 2rem 0 1rem;
    border: 1px solid rgba(0, 29, 61, 0.12);
    border-radius: 999px;
    background-color: #001d3d;
    background-image: none;
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.site-navbar .currency-selector-wrap .currency-selector:hover {
    background-color: #002a5c;
    border-color: rgba(255, 153, 0, 0.45);
}

.site-navbar .currency-selector-wrap .currency-selector:focus {
    outline: none;
    border-color: #ff9900;
    box-shadow: 0 0 0 0.2rem rgba(255, 153, 0, 0.28);
}

.site-navbar .currency-selector-wrap .currency-selector:active {
    transform: translateY(1px);
}

.site-navbar .currency-selector__chevron {
    position: absolute;
    right: 0.85rem;
    z-index: 1;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.62rem;
    pointer-events: none;
    transition: transform 0.2s ease;
}

.site-navbar .currency-selector-wrap:focus-within .currency-selector__chevron {
    transform: rotate(180deg);
}

.site-navbar .currency-selector option {
    color: #001d3d;
    background: #fff;
    font-weight: 600;
}

@media (min-width: 992px) {
    .site-navbar__tools {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
        margin-left: 0.75rem;
        justify-content: flex-end;
    }

    .site-navbar .navbar-collapse {
        align-items: center;
    }

    .site-navbar .navbar-nav {
        align-items: center;
    }

    .site-navbar .nav-item.dropdown:hover > .dropdown-menu,
    .site-navbar .nav-item.dropdown:focus-within > .dropdown-menu {
        display: block;
    }
}

@media (max-width: 991.98px) {
    .site-navbar .navbar-collapse {
        padding-bottom: 0.5rem;
    }

    .site-navbar .navbar-nav {
        padding: 0.25rem 0;
    }

    .site-navbar .nav-link {
        padding: 0.55rem 0.25rem !important;
    }

    .site-navbar .dropdown-menu {
        border: none;
        box-shadow: none;
        padding: 0 0 0.25rem 0.75rem;
        margin: 0;
        background-color: #fff !important;
    }

    .site-navbar .dropdown-item {
        padding: 0.45rem 0.5rem;
        border-radius: 4px;
    }

    .site-navbar__tools {
        width: 100%;
    }

    .currency-selector-wrap {
        width: 100%;
    }

    .site-navbar .currency-selector-wrap .currency-selector {
        width: 100%;
    }
}


/**
 * Fast Gateway public website - design tokens and base styles.
 */
:root {
    --primary-color: #001d3d;
    --secondary-color: #ff9900;
    --tertiary-color: #f0f4f8;
    --light-bg: #f8f9fa;
    --dark-text: #333;
    --medium-text: #666;
    --white: #ffffff;
    --accent-light: #e6f7ff;
    --box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    --card-shadow: 0 5px 15px rgba(0,0,0,0.08);
    --hover-transform: translateY(-8px);
    --border-radius: 12px;
    --transition: all 0.3s ease;
}

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

body {
    font-family: 'Jost', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    line-height: 1.6;
    color: var(--dark-text);
    font-size: 14px;
}
.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary:hover {
    background-color: #002a5c;
    border-color: #002a5c;
    transform: translateY(-2px);
}

.btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline-primary:hover {
    background-color: var(--primary-color);
    color: white;
    transform: translateY(-2px);
}

.card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    overflow: hidden;
}

.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25D366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.85rem;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.45);
    z-index: 1000;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    text-decoration: none;
}

.whatsapp-float:hover {
    background: #128C7E;
    color: #fff;
    transform: scale(1.06);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.55);
}

/* Site header styles: public/assets/css/website-shell.css */

/* Hero Section */
.hero {
    background: url('https://images.unsplash.com/photo-1591511275801-33957be4e935?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80') center center / cover no-repeat;
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative;
    padding: 80px 0 40px;
}

.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 29, 61, 0.65);
    z-index: 1;
    pointer-events: none;
}

.hero::before {
    content: none;
    display: none;
}

.hero > * {
    position: relative;
    z-index: 3;
}

.hero.hero--landing {
    background: var(--hero-bg) center center / cover no-repeat;
}

/* Booking Form */
.booking-form {
    background: rgba(255, 255, 255, 0.98);
    /*background-image: url('https://fastgatewaytravel.com/public/img/header.jpeg')*/
    backdrop-filter: blur(20px);
    border-radius: var(--border-radius);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.3);
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.nav-tabs {
    border-bottom: none;
    background: transparent;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
}

.nav-tabs .nav-link {
    border: none;
    background: var(--primary-color);
    color: white;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 8px 8px 0 0;
    transition: var(--transition);
    margin: 0 1px;
    font-size: 13px;
    min-width: 90px;
    text-align: center;
}

.nav-tabs .nav-link.active {
    background: var(--secondary-color);
    color: white;
}

.nav-tabs .nav-link:hover:not(.active) {
    background: #002a5c;
}

.tab-content {
    padding: 15px 20px;
    background: white;
}

/* Form fields */
.form-control, .form-select {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 4px 8px;
    font-weight: 500;
    font-size: 12px;
    transition: var(--transition);
    height: 32px;
}

.form-control:focus, .form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.1rem rgba(0,29,61,0.1);
}

.form-label {
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 4px;
    font-size: 12px;
}

.radio-group {
    display: flex;
    gap: 10px;
    margin-bottom: 0;
    align-items: center;
    flex-direction: row;
}

.radio-item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 500;
}

.radio-item input[type="radio"] {
    margin: 0;
    width: 14px;
    height: 14px;
}

.radio-item label {
    margin: 0;
    cursor: pointer;
    color: var(--primary-color);
    font-weight: 500;
    font-size: 12px;
}

.flight-info-item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 500;
    color: var(--primary-color);
    margin-right: 10px;
}

.flight-info-item i {
    font-size: 12px;
}

.flight-info-item span {
    font-size: 12px;
}

.currency-selector-inline {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 500;
}

.form-select-inline {
    border: none;
    background: transparent;
    font-size: 12px;
    font-weight: 600;
    color: var(--primary-color);
    padding: 1px 3px;
    outline: none;
}

.form-select-inline:focus {
    outline: none;
    box-shadow: none;
}

.input-with-icon {
    position: relative;
}

.input-with-icon i {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    z-index: 5;
    font-size: 12px;
}

.input-with-icon input {
    padding-left: 28px;
    font-size: 12px;
}

.btn-search {
    background: #1976d2;
    border: none;
    padding: 5px 14px;
    border-radius: 4px;
    font-weight: 600;
    color: white;
    transition: var(--transition);
    font-size: 12px;
    height: 32px;
    white-space: nowrap;
}

.btn-search:hover {
    background: #1565c0;
    transform: translateY(-2px);
}

.exchange-btn {
    background: none;
    border: none;
    color: var(--primary-color);
    font-size: 12px;
    padding: 0;
    margin: 0 2px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
}

.exchange-btn:hover {
    color: var(--secondary-color);
    transform: rotate(180deg);
}

.checkbox-group {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
    background: rgba(0,29,61,0.02);
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #e9ecef;
}

.checkbox-item {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: var(--transition);
    background: white;
    font-size: 12px;
    font-weight: 500;
}

.checkbox-item:hover {
    border-color: var(--primary-color);
    background: rgba(0,29,61,0.02);
    transform: translateY(-2px);
}

.checkbox-item input[type="checkbox"] {
    margin: 0;
    width: 14px;
    height: 14px;
}

.checkbox-item input[type="checkbox"]:checked + label {
    color: var(--primary-color);
    font-weight: 600;
}

.dynamic-section {
    margin-top: 12px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #e9ecef;
}

.dynamic-section.hidden {
    display: none;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.section-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 12px;
    border-bottom: 2px solid var(--secondary-color);
    padding-bottom: 6px;
    display: inline-block;
}

.booking-section-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--primary-color);
    margin: 16px 0 10px;
    padding-bottom: 6px;
    border-bottom: 2px solid rgba(0, 29, 61, 0.12);
}

.booking-tab-form {
    padding: 16px;
}

.addon-service-panel {
    border: 1px solid #e8edf2;
    border-radius: 8px;
    padding: 14px;
    margin-bottom: 14px;
    background: #f9fbfd;
}

.addon-service-panel[hidden] {
    display: none !important;
}

.booking-hotel-block,
.booking-transport-block,
.hotel-block {
    border: 1px dashed #ccc;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 6px;
    position: relative;
    background: white;
    transition: var(--transition);
}

.hotel-block:hover {
    border-color: var(--secondary-color);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.booking-hotel-block .hotel-block-remove,
.booking-transport-block .transport-block-remove {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
}

.add-btn {
    background: var(--secondary-color);
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    transition: var(--transition);
}

.add-btn:hover {
    background: #e68a00;
    transform: translateY(-2px);
}

.remove-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    background: #dc3545;
    color: white;
    border: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 10px;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
}

.remove-btn:hover {
    background: #c82333;
    transform: scale(1.1);
}

.btn-reset {
    background: #6c757d;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    color: white;
    font-weight: 600;
    margin-right: 8px;
    font-size: 12px;
    transition: var(--transition);
}

.btn-reset:hover {
    background: #5a6268;
    transform: translateY(-2px);
}

.btn-calculate {
    background: var(--secondary-color);
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    color: white;
    font-weight: 600;
    font-size: 12px;
    transition: var(--transition);
}

.btn-calculate:hover {
    background: #e68a00;
    transform: translateY(-2px);
}

.input-group-text {
    background: #f8f9fa;
    border: 1px solid #ddd;
    font-size: 12px;
}

/* Required field asterisk */
.required-field::after {
    content: '*';
    color: #dc3545;
    margin-left: 2px;
}

/* Book Now / WhatsApp Float */
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25D366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.85rem;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.45);
    z-index: 1000;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    text-decoration: none;
}

.whatsapp-float:hover {
    background: #128C7E;
    color: #fff;
    transform: scale(1.06);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.55);
}

/* Card Styles */
.card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    overflow: hidden;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

/* Section Styles */
.section-spacing {
    padding: 56px 0;
}

.section-header {
    margin-bottom: 28px;
}

.section-title-main {
    position: relative;
    margin: 0 0 12px;
    font-size: clamp(1.35rem, 2.5vw, 1.85rem);
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #111;
    line-height: 1.35;
}

.section-title-highlight {
    color: #ff9900;
}

.section-subtitle {
    color: #666;
    max-width: 680px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.65;
}

/* Background Colors */
.bg-light {
    background-color: #f8f9fa !important;
}

/* Destination Card */
.destination-card {
    transition: all 0.3s ease;
}

.destination-image {
    height: 200px;
    background-size: cover;
    background-position: center;
    transition: all 0.3s ease;
}

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

.price {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0.5rem;
}

.amount {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--secondary-color);
}

/* Package Card */
.package-card {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.package-card .card-body {
    padding: 14px;
}

.package-card .card-title {
    font-weight: 600;
    color: var(--primary-color);
    font-size: 1rem;
    line-height: 1.4;
    margin: 0 0 10px;
    text-transform: none;
}

.package-card .package-price {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    margin: 0 0 14px;
    padding: 8px 12px;
    background: #f8f9fa;
    border-left: 3px solid var(--secondary-color);
    border-radius: 0 4px 4px 0;
}

.package-price-label {
    font-size: 12px;
    font-weight: 500;
    color: #6b7280;
    white-space: nowrap;
    padding-right: 10px;
    border-right: 1px solid #dee2e6;
    text-transform: none;
    letter-spacing: normal;
}

.package-card .package-price-amount {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--secondary-color);
    letter-spacing: -0.01em;
    white-space: nowrap;
}

.package-card .btn-primary {
    width: 100%;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    margin: 0;
}

.package-card .btn-primary:hover,
.package-card .btn-primary:focus {
    background-color: #ff9900;
    border-color: #ff9900;
    transform: none;
    box-shadow: none;
}

.card.package-card:hover {
    transform: none;
}

.package-image {
    height: 200px;
    background-size: cover;
    background-position: center;
}

/* Landing package cards - homepage dynamic packages */
.landing-packages-grid {
    align-items: stretch;
}

.landing-package-card {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 10px rgba(0, 29, 61, 0.07);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

a.landing-package-card:hover,
a.landing-package-card:focus-visible {
    transform: translateY(-5px);
    border-color: #ff9900;
    box-shadow: 0 12px 28px rgba(0, 29, 61, 0.14);
    color: inherit;
    text-decoration: none;
    outline: none;
}

a.landing-package-card:focus-visible {
    box-shadow:
        0 12px 28px rgba(0, 29, 61, 0.14),
        0 0 0 3px rgba(255, 153, 0, 0.4);
}

.landing-package-card--static {
    cursor: default;
}

.landing-package-card__media {
    position: relative;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
}

.landing-package-card__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.45s ease;
}

a.landing-package-card:hover .landing-package-card__bg,
a.landing-package-card:focus-visible .landing-package-card__bg {
    transform: scale(1.05);
}

.landing-package-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.12) 45%,
        rgba(0, 0, 0, 0.88) 100%
    );
    transition: opacity 0.3s ease;
}

.landing-package-card__overlay::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.18);
    opacity: 0;
    transition: opacity 0.3s ease;
}

a.landing-package-card:hover .landing-package-card__overlay::after,
a.landing-package-card:focus-visible .landing-package-card__overlay::after {
    opacity: 1;
}

.landing-package-card__content {
    position: relative;
    z-index: 2;
    padding: 1.15rem 1.15rem 1.1rem;
}

.landing-package-card__price {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.05rem;
    padding: 0.3rem 0.5rem;
    background: rgba(255, 255, 255, 0.94);
    border-left: 2px solid #ff9900;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 29, 61, 0.1);
}

.landing-package-card__price-label {
    font-size: 0.58rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #64748b;
    line-height: 1;
}

.landing-package-card__price-amount {
    font-size: 0.8rem;
    font-weight: 800;
    color: #001d3d;
    line-height: 1.15;
    white-space: nowrap;
    max-width: 7.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.landing-package-card__price:not(:has(.js-convert-price)) .landing-package-card__price-amount {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.landing-package-card__title {
    margin: 0 0 0.55rem;
    font-size: clamp(0.95rem, 2vw, 1.05rem);
    font-weight: 700;
    line-height: 1.35;
    color: #fff;
}

.landing-package-card__meta {
    margin: -0.25rem 0 0.55rem;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.4;
}

.landing-package-card__cta {
    display: block;
    width: 100%;
    padding: 0.55rem 1rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    color: #001d3d;
    background: #fff;
    border-radius: 4px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

a.landing-package-card:hover .landing-package-card__cta,
a.landing-package-card:focus-visible .landing-package-card__cta {
    background: #ff9900;
    color: #fff;
}

@media (min-width: 992px) {
    .landing-package-card__media {
        height: 300px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .landing-package-card__media {
        height: 260px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .landing-package-card__media {
        height: 240px;
    }

    .landing-package-card__content {
        padding: 1rem;
    }
}

@media (max-width: 575px) {
    .landing-package-card__media {
        height: 220px;
    }

    .landing-package-card__content {
        padding: 0.9rem;
    }

    .landing-package-card__cta {
        padding: 0.5rem 0.85rem;
        font-size: 0.68rem;
    }

    a.landing-package-card:hover,
    a.landing-package-card:focus-visible {
        transform: translateY(-3px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .landing-package-card,
    .landing-package-card__bg,
    .landing-package-card__overlay::after,
    .landing-package-card__cta {
        transition: none;
    }

    a.landing-package-card:hover,
    a.landing-package-card:focus-visible,
    a.landing-package-card:hover .landing-package-card__bg,
    a.landing-package-card:focus-visible .landing-package-card__bg {
        transform: none;
    }
}

.features {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.feature {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
}

/* Services Section - aligned with package/hotel card language */
.service-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    padding: 28px 22px 24px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 29, 61, 0.07);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    border-color: var(--secondary-color);
    box-shadow: 0 12px 28px rgba(0, 29, 61, 0.12);
}

.service-card-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: var(--secondary-color);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    line-height: 1.3;
    letter-spacing: 0.02em;
}

.service-card-icon {
    width: 64px;
    height: 64px;
    margin: 0 0 18px;
    border-radius: 50%;
    background: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.45rem;
    flex-shrink: 0;
    box-shadow: 0 6px 16px rgba(255, 153, 0, 0.28);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover .service-card-icon {
    transform: scale(1.06);
    box-shadow: 0 8px 20px rgba(255, 153, 0, 0.38);
}

.service-card-title {
    font-weight: 700;
    color: var(--primary-color);
    font-size: 1.05rem;
    line-height: 1.35;
    margin: 0 0 10px;
}

.service-card-text {
    flex: 1;
    color: #5a6570;
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
    max-width: 300px;
}

@media (max-width: 767.98px) {
    .service-card {
        padding: 24px 18px 20px;
    }

    .service-card-icon {
        width: 58px;
        height: 58px;
        font-size: 1.3rem;
        margin-bottom: 14px;
    }
}

/* Homepage FAQ */
.landing-faq {
    background: #fff;
}

.landing-faq__header {
    margin-bottom: 28px;
}

.landing-faq__accordion {
    --bs-accordion-border-color: transparent;
    --bs-accordion-border-radius: 8px;
    --bs-accordion-inner-border-radius: 8px;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-active-color: var(--primary-color);
    --bs-accordion-active-bg: #fff;
    --bs-accordion-btn-padding-x: 0;
    --bs-accordion-btn-padding-y: 0;
    --bs-accordion-body-padding-x: 0;
    --bs-accordion-body-padding-y: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.landing-faq__item {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 29, 61, 0.06);
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.landing-faq__item:has(.accordion-button:not(.collapsed)) {
    border-color: rgba(255, 153, 0, 0.45);
    box-shadow: 0 10px 24px rgba(0, 29, 61, 0.1);
}

.landing-faq__trigger {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 0;
    padding: 11px 14px;
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--primary-color);
    background: #fff;
    border: 0;
    box-shadow: none;
}

.landing-faq__trigger::after {
    flex-shrink: 0;
    width: 0.9rem;
    height: 0.9rem;
    margin-top: 0;
    margin-left: auto;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff9900'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-size: 1rem;
    transition: transform 0.25s ease;
}

.landing-faq__trigger:not(.collapsed) {
    color: var(--primary-color);
    background: linear-gradient(90deg, rgba(255, 153, 0, 0.08) 0%, rgba(255, 255, 255, 0) 42%);
    box-shadow: none;
}

.landing-faq__trigger:not(.collapsed)::after {
    transform: rotate(180deg);
}

.landing-faq__trigger:hover,
.landing-faq__trigger:focus {
    color: var(--primary-color);
    background: linear-gradient(90deg, rgba(255, 153, 0, 0.06) 0%, rgba(255, 255, 255, 0) 42%);
    box-shadow: none;
}

.landing-faq__trigger:focus {
    border-color: transparent;
    box-shadow: none;
}

.landing-faq__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--secondary-color);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    box-shadow: 0 3px 8px rgba(255, 153, 0, 0.24);
}

.landing-faq__question {
    flex: 1;
    padding-top: 0;
    text-align: left;
}

.landing-faq__answer {
    padding: 0 14px 12px 52px;
    color: #5a6570;
    font-size: 13px;
    line-height: 1.6;
}

.landing-faq__answer p {
    margin: 0;
}

@media (max-width: 991.98px) {
    .landing-faq__answer {
        padding-left: 14px;
    }
}

@media (max-width: 575.98px) {
    .landing-faq__trigger {
        padding: 10px 12px;
        gap: 8px;
        font-size: 0.88rem;
    }

    .landing-faq__number {
        width: 26px;
        height: 26px;
        font-size: 0.68rem;
    }

    .landing-faq__answer {
        padding: 0 12px 10px;
        font-size: 12px;
    }
}

/* Homepage testimonials */
.landing-testimonials {
    background: #fff;
}

.landing-testimonials__header {
    margin-bottom: 32px;
}

.landing-testimonials__slider {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 0 12px;
}

.landing-testimonials__viewport {
    grid-column: 1 / -1;
    grid-row: 1;
    overflow: hidden;
    padding: 4px 0 8px;
}

.landing-testimonials__track {
    display: flex;
    align-items: stretch;
    transition: transform 0.4s ease;
}

.landing-testimonials__slide {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .landing-testimonials__slide {
        flex-basis: 50%;
        max-width: 50%;
        padding: 0 12px;
    }
}

@media (min-width: 992px) {
    .landing-testimonials__slide {
        flex-basis: 33.3333%;
        max-width: 33.3333%;
    }

    .landing-testimonials__slider {
        gap: 0 16px;
    }

    .landing-testimonials__viewport {
        grid-column: 2;
        padding: 6px 0 10px;
    }

    .landing-testimonials__btn--nav[data-testimonial-prev] {
        grid-column: 1;
        grid-row: 1;
    }

    .landing-testimonials__btn--nav[data-testimonial-next] {
        grid-column: 3;
        grid-row: 1;
    }
}

.landing-testimonials__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid #d4cdc2;
    border-radius: 50%;
    background: #fff;
    color: var(--primary-color);
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.landing-testimonials__btn--nav {
    flex-shrink: 0;
}

.landing-testimonials__btn:hover,
.landing-testimonials__btn:focus-visible {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.landing-testimonials__footer {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 18px;
}

.landing-testimonials__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.landing-testimonials__dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #c9bfb0;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.landing-testimonials__dot.is-active {
    background: var(--secondary-color);
    transform: scale(1.2);
}

.landing-testimonial-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 260px;
    padding: 22px 20px 18px;
    border: 1px solid #e8e2d8;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 29, 61, 0.05);
}

.landing-testimonial-card__text {
    flex: 1;
    margin: 0 0 18px;
    padding: 0;
    color: #444;
    font-size: 15px;
    line-height: 1.75;
    font-style: normal;
    font-weight: 400;
}

.landing-testimonial-card__author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid #efe9df;
}

.landing-testimonial-card__avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
}

.landing-testimonial-card__author-info {
    min-width: 0;
}

.landing-testimonial-card__name {
    display: block;
    color: #222;
    font-size: 0.95rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.35;
}

.landing-testimonial-card__meta {
    margin: 3px 0 0;
    color: #777;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 400;
}

@media (max-width: 991.98px) {
    .landing-testimonials__slider {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto;
        gap: 12px;
    }

    .landing-testimonials__viewport {
        grid-column: 1 / -1;
        grid-row: 1;
    }

    .landing-testimonials__btn--nav[data-testimonial-prev] {
        grid-column: 1;
        grid-row: 2;
        justify-self: end;
    }

    .landing-testimonials__btn--nav[data-testimonial-next] {
        grid-column: 2;
        grid-row: 2;
        justify-self: start;
    }

    .landing-testimonials__footer {
        grid-row: 3;
    }
}

@media (max-width: 575.98px) {
    .landing-testimonial-card {
        min-height: 240px;
        padding: 18px 16px 16px;
    }

    .landing-testimonial-card__text {
        font-size: 14px;
        line-height: 1.7;
    }
}

/* Customer trust - Why Our Customers Love Us */
.customer-trust {
    background: #f7f3ed;
}

.customer-trust__header {
    margin-bottom: 36px;
}

.customer-trust__intro {
    max-width: 920px;
    margin: 0 auto;
    color: #333;
    font-size: 15px;
    line-height: 1.75;
}

.customer-trust__feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
}

.customer-trust__icon {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 88px;
    margin-bottom: 14px;
}

.customer-trust__icon img {
    display: block;
    width: auto;
    height: 72px;
    max-width: 100%;
}

.customer-trust__label {
    margin: 0;
    max-width: 180px;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
}

@media (max-width: 575.98px) {
    .customer-trust__icon {
        min-height: 72px;
        margin-bottom: 10px;
    }

    .customer-trust__icon img {
        height: 56px;
    }

    .customer-trust__label {
        font-size: 12px;
        max-width: 140px;
    }
}

/* Main category image boxes - below hero */
.main-categories-section {
    background: #fff;
}

.main-category-card {
    display: block;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 10px rgba(0, 29, 61, 0.07);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.main-category-card:hover,
.main-category-card:focus-visible {
    transform: translateY(-5px);
    border-color: #ff9900;
    box-shadow: 0 12px 28px rgba(0, 29, 61, 0.14);
    color: #fff;
    text-decoration: none;
    outline: none;
}

.main-category-card:focus-visible {
    box-shadow:
        0 12px 28px rgba(0, 29, 61, 0.14),
        0 0 0 3px rgba(255, 153, 0, 0.4);
}

.main-category-card__media {
    position: relative;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
}

.main-category-card__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.45s ease;
}

.main-category-card:hover .main-category-card__bg,
.main-category-card:focus-visible .main-category-card__bg {
    transform: scale(1.05);
}

.main-category-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.08) 0%,
        rgba(0, 0, 0, 0.55) 55%,
        rgba(0, 0, 0, 0.88) 100%
    );
    transition: opacity 0.3s ease;
}

.main-category-card__overlay::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.main-category-card:hover .main-category-card__overlay::after,
.main-category-card:focus-visible .main-category-card__overlay::after {
    opacity: 1;
}

.main-category-card__content {
    position: relative;
    z-index: 2;
    padding: 1.35rem 1.35rem 1.25rem;
}

.main-category-card__title {
    font-size: clamp(1rem, 2.1vw, 1.2rem);
    font-weight: 700;
    color: #fff;
    margin: 0 0 0.75rem;
    line-height: 1.35;
}

.main-category-card__cta {
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #001d3d;
    background: #fff;
    border-radius: 4px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.main-category-card:hover .main-category-card__cta,
.main-category-card:focus-visible .main-category-card__cta {
    background: #ff9900;
    color: #fff;
}

@media (min-width: 992px) {
    .main-category-card__media {
        height: 300px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .main-category-card__media {
        height: 260px;
    }
}

@media (max-width: 767px) {
    .main-category-card__media {
        height: 240px;
    }

    .main-category-card__content {
        padding: 1.1rem 1.15rem 1rem;
    }

    .main-category-card__title {
        margin-bottom: 0.6rem;
        font-size: 1rem;
    }

    .main-category-card:hover,
    .main-category-card:focus-visible {
        transform: translateY(-3px);
    }
}

@media (max-width: 575px) {
    .main-category-card__media {
        height: 220px;
    }

    .main-category-card__cta {
        padding: 0.45rem 0.9rem;
        font-size: 0.7rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .main-category-card,
    .main-category-card__bg,
    .main-category-card__overlay::after,
    .main-category-card__cta {
        transition: none;
    }

    .main-category-card:hover,
    .main-category-card:focus-visible,
    .main-category-card:hover .main-category-card__bg,
    .main-category-card:focus-visible .main-category-card__bg {
        transform: none;
    }
}

.badge {
    padding: 5px 10px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 0.8rem;
}

/* Footer */
.site-footer {
    position: relative;
    background-color: rgb(0, 29, 61);
    background-image: var(--footer-bg);
    background-size: cover;
    background-position: center;
    padding-top: 3.5rem;
    padding-bottom: 0;
    overflow: hidden;
}

.site-footer__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 29, 61, 0.92) 0%, rgba(0, 29, 61, 0.96) 100%);
    pointer-events: none;
}

.site-footer__inner {
    position: relative;
    z-index: 1;
    padding-bottom: 2rem;
}

.site-footer__logo {
    margin-bottom: 1.25rem;
}

.site-footer__about {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.92rem;
    line-height: 1.75;
    max-width: 22rem;
    margin-bottom: 1.5rem;
}

.site-footer__title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    color: #ff9900;
    text-transform: none;
}

.site-footer__checklist li {
    margin-bottom: 0.55rem;
}

.site-footer__checklist a,
.site-footer__checklist-text {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.55rem;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 0.92rem;
    line-height: 1.45;
    transition: color 0.2s ease;
}

.site-footer__checklist a:hover {
    color: #ff9900;
}

.site-footer__checklist i {
    color: #ff9900;
    font-size: 0.7rem;
    margin-top: 0.35rem;
    flex-shrink: 0;
}

.site-footer__contact-blocks {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.site-footer__contact-block {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
}

.site-footer__contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    min-width: 2.75rem;
    background: #ff9900;
    color: #fff;
    border-radius: 50%;
    font-size: 1rem;
}

.site-footer__contact-block > div {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.site-footer__contact-label {
    display: block;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.82rem;
    line-height: 1.3;
}

.site-footer__contact-block a,
.site-footer__contact-value {
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.92rem;
    line-height: 1.5;
    text-decoration: none;
}

.site-footer__contact-block a:hover {
    color: #ff9900;
}

.site-footer__social {
    display: flex;
    gap: 0.65rem;
}

.site-footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    background: #ff9900;
    color: #fff;
    border-radius: 50%;
    font-size: 0.9rem;
    transition: background-color 0.2s ease, transform 0.2s ease;
    text-decoration: none;
}

.site-footer__social a:hover {
    background: #e68a00;
    transform: translateY(-2px);
}

.site-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: 2.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    text-align: center;
}

.site-footer__copyright {
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.9rem;
}

.site-footer__copyright a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
}

.site-footer__copyright a:hover {
    color: #ff9900;
}

/* Legal pages */
.legal-page__card {
    background: #fff;
    border-radius: 0.75rem;
    padding: 2rem 2.25rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 29, 61, 0.08);
}

.legal-page__updated {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.legal-page__card h2 {
    color: var(--primary-color);
    font-size: 1.15rem;
    font-weight: 700;
    margin-top: 1.75rem;
    margin-bottom: 0.65rem;
}

.legal-page__card p,
.legal-page__card li {
    color: #4a5568;
    line-height: 1.75;
    margin-bottom: 0.85rem;
}

.legal-page__card a {
    color: var(--primary-color);
    text-decoration: none;
}

.legal-page__card a:hover {
    color: #ff9900;
}

/* Transport price table */
.transport-prices {
    --tp-navy: #001d3d;
    --tp-orange: #ff9900;
    --tp-border: #001d3d;
    background: #fff;
}

.transport-prices__intro {
    max-width: 40rem;
    margin: 0 auto 2rem;
}

.transport-prices__intro-lead {
    color: #001d3d;
    opacity: 0.75;
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
}

.transport-prices__wrap {
    background: #fff;
    box-shadow: 0 12px 32px rgba(0, 29, 61, 0.1);
    overflow: hidden;
    border: 1px solid rgba(0, 29, 61, 0.12);
}

.transport-prices__scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.transport-prices__scroll::-webkit-scrollbar {
    height: 8px;
}

.transport-prices__scroll::-webkit-scrollbar-thumb {
    background: rgba(0, 29, 61, 0.25);
}

.transport-prices__vehicle-row th:nth-child(2),
.transport-prices__capacity-row th:nth-child(2),
.transport-prices__vehicle-row th:nth-child(4),
.transport-prices__capacity-row th:nth-child(4),
.transport-prices__vehicle-row th:nth-child(6),
.transport-prices__capacity-row th:nth-child(6),
.transport-prices__price--col-1:not(.transport-prices__price--empty),
.transport-prices__price--col-3:not(.transport-prices__price--empty),
.transport-prices__price--col-5:not(.transport-prices__price--empty) {
    background-color: rgba(0, 29, 61, 0.25) !important;
}

.transport-prices__vehicle-row th:nth-child(3),
.transport-prices__capacity-row th:nth-child(3),
.transport-prices__vehicle-row th:nth-child(5),
.transport-prices__capacity-row th:nth-child(5),
.transport-prices__vehicle-row th:nth-child(7),
.transport-prices__capacity-row th:nth-child(7),
.transport-prices__price--col-2:not(.transport-prices__price--empty),
.transport-prices__price--col-4:not(.transport-prices__price--empty),
.transport-prices__price--col-6:not(.transport-prices__price--empty) {
    background-color: rgba(255, 153, 0, 0.25) !important;
}

.transport-prices__price--empty {
    background-color: rgba(0, 29, 61, 0.08) !important;
    color: #001d3d !important;
    font-weight: 500;
    opacity: 0.55;
}

.transport-prices__table {
    width: 100%;
    min-width: 920px;
    border-collapse: collapse;
    font-size: 0.92rem;
    color: #001d3d;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

.transport-prices__table th,
.transport-prices__table td {
    border: 1px solid var(--tp-border) !important;
    padding: 0.7rem 0.8rem;
    text-align: center;
    vertical-align: middle;
}

.transport-prices__table thead th {
    box-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    white-space: normal;
}

.transport-prices__banner-row th {
    background: var(--tp-navy) !important;
    color: #fff !important;
    font-size: clamp(1.05rem, 2.2vw, 1.4rem);
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase !important;
    padding: 1.1rem 1.25rem;
    border-color: var(--tp-navy) !important;
}

.transport-prices__vehicle-row th,
.transport-prices__capacity-row th {
    color: #001d3d !important;
    font-weight: 700;
    border-color: var(--tp-orange) !important;
}

.transport-prices__vehicle-row th:first-child,
.transport-prices__capacity-row th:first-child,
body.website .transport-prices__table .transport-prices__vehicle-row th:first-child,
body.website .transport-prices__table .transport-prices__capacity-row th:first-child {
    background: #fff !important;
    color: #001d3d !important;
    border-color: var(--tp-navy) !important;
}

.transport-prices__vehicle-row th {
    font-size: 0.88rem;
    padding-top: 0.85rem;
    padding-bottom: 0.45rem;
}

.transport-prices__capacity-row th {
    font-size: 0.8rem;
    font-weight: 600;
    padding-top: 0.35rem;
    padding-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.transport-prices__vehicle-row th:first-child,
.transport-prices__capacity-row th:first-child {
    text-align: left;
    padding-left: 1rem;
}

.transport-prices__route,
body.website .transport-prices__table .transport-prices__route,
body.website .transport-prices__table tbody th.transport-prices__route {
    position: sticky;
    left: 0;
    z-index: 2;
    text-align: left !important;
    font-weight: 700;
    color: #001d3d !important;
    background: #fff !important;
    min-width: 16rem;
    padding-left: 1rem !important;
    box-shadow: 4px 0 8px rgba(0, 29, 61, 0.06);
    border-color: var(--tp-navy) !important;
}

.transport-prices__data-row td {
    color: #001d3d !important;
}

.transport-prices__data-row:nth-child(even) .transport-prices__route,
.transport-prices__data-row:hover .transport-prices__route,
body.website .transport-prices__table .transport-prices__data-row:nth-child(even) .transport-prices__route,
body.website .transport-prices__table .transport-prices__data-row:hover .transport-prices__route {
    background: #fff !important;
    color: #001d3d !important;
}

.transport-prices__price {
    font-variant-numeric: tabular-nums;
    font-weight: 600;
    color: #001d3d !important;
    min-width: 4.25rem;
}

body.website .transport-prices__table tr.transport-prices__note-row > .transport-prices__note-cell,
body.website .transport-prices__table tbody .transport-prices__note-row td {
    background: var(--tp-orange) !important;
    color: #001d3d !important;
    font-weight: 600;
    text-align: center;
    padding: 1rem 1.5rem;
    line-height: 1.65;
    font-size: 0.9rem;
    border-color: var(--tp-orange) !important;
}

body.website .transport-prices__table tr.transport-prices__footer-row > .transport-prices__footer-cell,
body.website .transport-prices__table tbody .transport-prices__footer-row td {
    background: var(--tp-navy) !important;
    color: #fff !important;
    padding: 1rem 1.25rem;
    border-color: var(--tp-navy) !important;
}

.transport-prices__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    font-weight: 600;
}

.transport-prices__address-wrap {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    flex: 1 1 auto;
    min-width: 0;
}

.transport-prices__footer-icon {
    color: var(--tp-orange);
    font-size: 1.1rem;
    margin-top: 0.15rem;
    flex-shrink: 0;
}

.transport-prices__address {
    text-align: left;
    line-height: 1.55;
    font-size: 0.9rem;
    color: #fff !important;
}

.transport-prices__phones {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.transport-prices__phone {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem 0.9rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    text-decoration: none;
    font-size: 0.95rem;
    white-space: nowrap;
    color: #fff !important;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.transport-prices__phone:hover {
    background: var(--tp-orange) !important;
    border-color: var(--tp-orange) !important;
    color: #001d3d !important;
}

body.website .transport-prices__footer-row .transport-prices__footer,
body.website .transport-prices__footer-row .transport-prices__address,
body.website .transport-prices__footer-row .transport-prices__phone {
    color: #fff !important;
}

body.website .transport-prices__footer-row .transport-prices__phone:hover,
body.website .transport-prices__footer-row .transport-prices__phone:hover span {
    color: #001d3d !important;
}

@media (max-width: 991.98px) {
    .transport-prices__table {
        font-size: 0.78rem;
        min-width: 780px;
    }

    .transport-prices__table th,
    .transport-prices__table td {
        padding: 0.5rem 0.45rem;
    }

    .transport-prices__banner-row th {
        letter-spacing: 0.05em;
        padding: 0.9rem 0.75rem;
    }

    .transport-prices__footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .transport-prices__phones {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .transport-prices__phone {
        justify-content: center;
        white-space: normal;
    }
}

/* Button Styles */
.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary:hover {
    background-color: #002a5c;
    border-color: #002a5c;
    transform: translateY(-2px);
}

.btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline-primary:hover {
    background-color: var(--primary-color);
    color: white;
    transform: translateY(-2px);
}
  .page-header {
    background: url('https://images.unsplash.com/photo-1564769625392-651b2ddf3c5b?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80') center center / cover no-repeat;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative;
    padding: 60px 0;
    text-align: center;
}

.page-header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 29, 61, 0.65);
    z-index: 1;
    pointer-events: none;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="10" height="10" patternUnits="userSpaceOnUse"><circle cx="5" cy="5" r="1" fill="rgba(255,255,255,0.02)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    z-index: 2;
}

.page-header > * {
    position: relative;
    z-index: 3;
}

.page-title {
    font-size: clamp(1.75rem, 4vw, 3rem);
    font-weight: 800;
    margin-bottom: 10px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.35;
}

.breadcrumb {
    background: transparent;
    display: inline-flex;
    padding: 8px 16px;
    border-radius: 30px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(5px);
    margin-bottom: 0;
}

.breadcrumb-item {
    font-size: 14px;
    font-weight: 500;
}

.breadcrumb-item a {
    color: var(--secondary-color);
    text-decoration: none;
    transition: var(--transition);
}

.breadcrumb-item a:hover {
    color: white;
}

.breadcrumb-item.active {
    color: white;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255,255,255,0.6);
}
 /* Contact page */
.contact-page__intro {
    max-width: 42rem;
    margin: 0 auto 2.5rem;
    text-align: center;
}

.contact-page__eyebrow {
    color: var(--secondary-color);
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.contact-page__heading.section-title-main {
    text-align: center;
    text-transform: none;
    letter-spacing: -0.01em;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    margin-bottom: 0.75rem;
}

.contact-page__lead {
    color: var(--medium-text);
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
}

.contact-page__card {
    background: #fff;
    border: 1px solid rgba(0, 29, 61, 0.1);
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(0, 29, 61, 0.08);
    margin-bottom: 3rem;
}

.contact-page__form {
    padding: 2rem 1.5rem;
}

.contact-page__form-title {
    color: var(--primary-color);
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.contact-page__form-lead {
    color: var(--medium-text);
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
}

.contact-page__label {
    display: block;
    color: var(--primary-color);
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
}

.contact-page__input {
    width: 100%;
    padding: 0.75rem 0.9rem;
    border: 1px solid rgba(0, 29, 61, 0.12);
    border-radius: 0.5rem;
    font-size: 0.95rem;
    color: var(--dark-text);
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-page__input:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(0, 29, 61, 0.08);
}

.contact-page__textarea {
    min-height: 8.5rem;
    resize: vertical;
}

.contact-page__submit {
    width: 100%;
    border: none;
    border-radius: 0.5rem;
    background: var(--secondary-color);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.85rem 1.25rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.contact-page__submit:hover {
    background: #e68a00;
}

.contact-page__aside {
    background: var(--primary-color);
    color: #fff;
    height: 100%;
    padding: 2rem 1.5rem;
}

.contact-page__aside-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.contact-page__aside-lead {
    font-size: 0.95rem;
    line-height: 1.65;
    opacity: 0.9;
    margin-bottom: 1.75rem;
}

.contact-page__detail {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.35rem;
}

.contact-page__detail-icon {
    width: 2.75rem;
    height: 2.75rem;
    min-width: 2.75rem;
    border-radius: 0.65rem;
    background: rgba(255, 153, 0, 0.15);
    color: var(--secondary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.contact-page__detail-label {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    opacity: 0.75;
    margin-bottom: 0.25rem;
}

.contact-page__detail-value {
    font-size: 0.975rem;
    line-height: 1.55;
    margin: 0;
}

.contact-page__detail-value a {
    color: #fff;
    text-decoration: none;
}

.contact-page__detail-value a:hover {
    color: var(--secondary-color);
}

.contact-page__whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
    padding: 0.7rem 1rem;
    border-radius: 0.5rem;
    background: #25d366;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.contact-page__whatsapp:hover {
    background: #1ebe57;
    color: #fff;
}

.contact-page__section-head {
    text-align: center;
    margin-bottom: 1.5rem;
}

.contact-page__section-head .section-title-main {
    text-transform: none;
    letter-spacing: -0.01em;
    font-size: clamp(1.35rem, 2.2vw, 1.75rem);
}

.contact-page__section-lead {
    color: var(--medium-text);
    font-size: 0.95rem;
    margin: 0.5rem 0 0;
}

.contact-page__map {
    margin-bottom: 0;
}

.contact-page__map-frame {
    border-radius: 0.75rem;
    overflow: hidden;
    border: 1px solid rgba(0, 29, 61, 0.1);
    box-shadow: 0 6px 22px rgba(0, 29, 61, 0.06);
}

@media (min-width: 992px) {
    .contact-page__form {
        padding: 2.5rem;
    }

    .contact-page__aside {
        padding: 2.5rem 2rem;
    }
}

/* Legacy contact classes (callback forms) */
.contact-container {
    background: white;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--card-shadow);
    margin-bottom: 40px;
}

.contact-form-wrapper {
    padding: 40px;
}

.contact-heading {
    margin-bottom: 5px;
}

.contact-subheading {
    font-size: 1.1rem;
    color: var(--medium-text);
    margin-bottom: 25px;
}

.contact-form-group {
    margin-bottom: 20px;
}

.contact-form-label {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--primary-color);
    margin-bottom: 8px;
    display: block;
}

.contact-form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    font-size: 0.95rem;
    transition: var(--transition);
}

.contact-form-control:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(0,29,61,0.1);
}

textarea.contact-form-control {
    min-height: 120px;
    resize: vertical;
}

.contact-form-btn {
    background: var(--secondary-color);
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    transition: var(--transition);
    cursor: pointer;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.contact-form-btn:hover {
    background: #e68a00;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255,153,0,0.3);
}

.contact-info-wrapper {
    padding: 30px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.contact-info-icon {
    width: 40px;
    height: 40px;
    background: rgba(0,29,61,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: var(--primary-color);
    flex-shrink: 0;
}

.contact-info-content {
    flex: 1;
}

.contact-info-title {
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 5px;
    font-size: 1rem;
}

.contact-info-text {
    color: var(--medium-text);
    font-size: 0.95rem;
}

.contact-info-text a {
    color: var(--medium-text);
    text-decoration: none;
    transition: var(--transition);
}

.contact-info-text a:hover {
    color: var(--secondary-color);
}

       

.branch-container {
    margin-bottom: 60px;
}

.branch-heading {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    display: inline-block;
}

.branch-heading::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 3px;
    background: var(--secondary-color);
    border-radius: 2px;
}

.branch-card {
    background: white;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--card-shadow);
    height: 100%;
    transition: var(--transition);
    position: relative;
}

.branch-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.branch-map {
    height: 180px;
    width: 100%;
    position: relative;
}

.branch-content {
    padding: 20px;
}

.branch-location {
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 8px;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
}

.branch-location i {
    color: var(--secondary-color);
    margin-right: 8px;
    font-size: 1rem;
}

.branch-address {
    color: var(--medium-text);
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.branch-phone {
    font-size: 0.9rem;
    color: var(--medium-text);
    display: flex;
    align-items: center;
}

.branch-phone i {
    color: var(--secondary-color);
    margin-right: 8px;
    font-size: 0.9rem;
}

.branch-phone a {
    color: var(--medium-text);
    text-decoration: none;
    transition: var(--transition);
}

.branch-phone a:hover {
    color: var(--secondary-color);
}
.branch-phone a:hover {
    color: var(--secondary-color);
}

/* Package / hotel detail pages */
.package-detail-hero-wrap {
    background: #f8f9fa;
    padding-top: 12px;
}

.package-detail-breadcrumb {
    padding: 8px 0 14px;
}

.package-detail-breadcrumb .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 13px;
}

.package-detail-breadcrumb .breadcrumb-item a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
}

.package-detail-breadcrumb .breadcrumb-item a:hover {
    color: var(--secondary-color);
}

.package-detail-breadcrumb .breadcrumb-item.active {
    color: #64748b;
}

.package-detail-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #94a3b8;
}

.package-detail-hero {
    position: relative;
    min-height: 280px;
    max-height: 460px;
    overflow: hidden;
    background: var(--primary-color);
}

.package-detail-hero--plain {
    min-height: 220px;
    background: linear-gradient(135deg, #001d3d 0%, #003566 100%);
}

.package-detail-hero__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.package-detail-hero__overlay {
    position: relative;
    z-index: 2;
    min-height: inherit;
    display: flex;
    align-items: flex-end;
    padding: 48px 0 36px;
    background: linear-gradient(to top, rgba(0, 29, 61, 0.92) 0%, rgba(0, 29, 61, 0.55) 45%, rgba(0, 29, 61, 0.15) 100%);
}

.package-detail-hero__title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: #fff;
    margin: 0 0 8px;
    line-height: 1.2;
    text-transform: none;
}

.package-detail-hero__subtitle {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.88);
    margin: 0 0 14px;
}

.package-meta-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.package-meta-badges--hero .package-meta-badge {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.22);
    color: #fff;
    backdrop-filter: blur(4px);
}

.package-meta-badges--hero .package-meta-badge i {
    color: var(--secondary-color);
}

.package-meta-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #f3f6f9;
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #e2e8f0;
}

.package-meta-badge i {
    color: var(--secondary-color);
    font-size: 12px;
}

.package-detail-page {
    padding: 32px 0 56px;
}

.package-detail-page__grid {
    align-items: flex-start;
}

.package-detail-content {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    overflow: hidden;
}

.package-detail-section {
    padding: 28px 28px 8px;
}

.package-detail-section--gallery {
    padding-top: 8px;
    border-top: 1px solid #eef2f6;
    padding-bottom: 28px;
}

.package-detail-section__title {
    margin: 0 0 20px;
    padding-left: 14px;
    border-left: 4px solid var(--secondary-color);
    font-size: clamp(1.15rem, 2vw, 1.35rem);
}

.package-empty-notice {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 24px 28px;
    color: #475569;
}

.package-empty-notice i {
    color: var(--secondary-color);
    font-size: 1.25rem;
    margin-top: 2px;
}

.package-empty-notice p {
    margin: 0;
}

.package-gallery-block {
    margin-bottom: 1.75rem;
}

.package-gallery-block:last-child {
    margin-bottom: 0;
}

.package-related-section {
    margin-top: 48px;
    padding-top: 40px;
    border-top: 1px solid #e9ecef;
}

.package-related-location {
    font-size: 13px;
    color: #64748b;
    margin: 0 0 10px;
}

.package-related-location i {
    color: var(--secondary-color);
    margin-right: 4px;
}

/* Request a callback sidebar */
.callback-widget {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8f9fa;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.callback-widget--sticky {
    position: sticky;
    top: 90px;
}

.callback-widget__head {
    background: var(--primary-color);
    padding: 14px 16px;
    text-align: center;
}

.callback-widget__title {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
}

.callback-widget__form {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.callback-widget__field {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    background: #fff;
    font-size: 0.9375rem;
    color: #334155;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.callback-widget__field::placeholder {
    color: #64748b;
}

.callback-widget__field:focus {
    outline: none;
    border-color: var(--secondary-color);
    box-shadow: 0 0 0 3px rgba(255, 153, 0, 0.2);
}

.callback-widget__field--area {
    min-height: 100px;
    resize: vertical;
}

.callback-widget__submit {
    width: 100%;
    padding: 11px 16px;
    border: 1px solid var(--primary-color);
    border-radius: 6px;
    background: var(--accent-light);
    color: var(--primary-color);
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.callback-widget__submit:hover,
.callback-widget__submit:focus {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
}

.callback-widget__foot {
    margin: 0 16px 16px;
    padding: 14px 12px;
    border: 1px dashed #adb5bd;
    border-radius: 6px;
    text-align: center;
    background: #fff;
}

.callback-widget__foot-text {
    margin: 0 0 8px;
    font-size: 0.875rem;
    color: var(--primary-color);
}

.callback-widget__phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--primary-color);
    text-decoration: none;
}

.callback-widget__phone:hover {
    color: var(--secondary-color);
}

.hotel-sidebar-price {
    margin-bottom: 14px;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

.hotel-sidebar-price__label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #64748b;
    margin-bottom: 4px;
}

.hotel-sidebar-price__amount {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--primary-color, #001d3d);
}

.package-detail-sidebar {
    position: sticky;
    top: 90px;
}

.package-price-card {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    background: #fff;
    padding: 20px;
    margin-bottom: 16px;
    text-align: center;
}

.package-price-card__label {
    font-size: 12px;
    font-weight: 500;
    color: #6b7280;
    margin-bottom: 6px;
    text-transform: none;
}

.package-price-card__amount {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 14px;
}

.package-price-card .btn-primary {
    width: 100%;
    font-weight: 600;
    border-radius: 4px;
}

.package-price-card .btn-primary:hover,
.package-price-card .btn-primary:focus {
    background-color: #ff9900;
    border-color: #ff9900;
    transform: none;
}

.package-description {
    line-height: 1.7;
    color: #333;
    font-size: 15px;
}

.package-description p {
    margin-bottom: 0.75rem;
}

.package-description ul,
.package-description ol {
    margin: 0 0 1rem 1.25rem;
    padding: 0;
}

.package-description li {
    margin-bottom: 0.35rem;
}

.package-description h1,
.package-description h2,
.package-description h3,
.package-description h4 {
    color: var(--primary-color);
    font-weight: 700;
    margin: 1.25rem 0 0.75rem;
    text-transform: none;
}

.package-description table.pkg-content-table {
    width: 100%;
    min-width: 520px;
    border-collapse: collapse;
    margin: 0;
    font-size: 14px;
    background: #fff;
    border: none;
}

.package-description .pkg-table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1.5rem 0;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 18px rgba(0, 29, 61, 0.07);
    background: #fff;
}

.package-description table.pkg-content-table caption {
    caption-side: top;
    padding: 12px 16px;
    font-weight: 700;
    font-size: 15px;
    color: var(--primary-color);
    text-align: left;
    background: #f8fafc;
    border-bottom: 3px solid var(--secondary-color);
}

.package-description table.pkg-content-table thead th,
.package-description table.pkg-content-table thead td {
    background: var(--primary-color);
    color: #fff;
    font-weight: 600;
    padding: 12px 16px;
    text-align: left;
    border: none;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    vertical-align: middle;
    white-space: nowrap;
}

.package-description table.pkg-content-table thead th:last-child,
.package-description table.pkg-content-table thead td:last-child {
    border-right: none;
}

.package-description table.pkg-content-table:not(:has(thead)) > tbody > tr:first-child > th,
.package-description table.pkg-content-table:not(:has(thead)) > tbody > tr:first-child > td,
.package-description table.pkg-content-table:not(:has(thead)) > tr:first-child > th,
.package-description table.pkg-content-table:not(:has(thead)) > tr:first-child > td {
    background: var(--primary-color);
    color: #fff;
    font-weight: 600;
    padding: 12px 16px;
    text-align: left;
    border: none;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    vertical-align: middle;
}

.package-description table.pkg-content-table tbody td,
.package-description table.pkg-content-table tbody th,
.package-description table.pkg-content-table > tr > td,
.package-description table.pkg-content-table > tr > th {
    padding: 11px 16px;
    border-bottom: 1px solid #e9ecef;
    border-right: 1px solid #eef2f6;
    vertical-align: top;
    color: #334155;
    line-height: 1.5;
}

.package-description table.pkg-content-table tbody td:last-child,
.package-description table.pkg-content-table tbody th:last-child,
.package-description table.pkg-content-table > tr > td:last-child,
.package-description table.pkg-content-table > tr > th:last-child {
    border-right: none;
}

.package-description table.pkg-content-table tbody tr:last-child td,
.package-description table.pkg-content-table tbody tr:last-child th,
.package-description table.pkg-content-table > tr:last-child > td,
.package-description table.pkg-content-table > tr:last-child > th {
    border-bottom: none;
}

.package-description table.pkg-content-table tbody tr:nth-child(even) td,
.package-description table.pkg-content-table tbody tr:nth-child(even) th {
    background: #f8fafc;
}

.package-description table.pkg-content-table:not(:has(thead)) > tbody > tr:nth-child(even):not(:first-child) > td,
.package-description table.pkg-content-table:not(:has(thead)) > tbody > tr:nth-child(even):not(:first-child) > th,
.package-description table.pkg-content-table:not(:has(thead)) > tr:nth-child(even):not(:first-child) > td,
.package-description table.pkg-content-table:not(:has(thead)) > tr:nth-child(even):not(:first-child) > th {
    background: #f8fafc;
}

.package-description table.pkg-content-table tbody tr:hover td,
.package-description table.pkg-content-table tbody tr:hover th,
.package-description table.pkg-content-table > tr:hover > td,
.package-description table.pkg-content-table > tr:hover > th {
    background: rgba(255, 153, 0, 0.08);
}

.package-description table.pkg-content-table:has(thead) tbody td:first-child,
.package-description table.pkg-content-table:has(thead) tbody th:first-child,
.package-description table.pkg-content-table:not(:has(thead)) > tbody > tr:not(:first-child) > td:first-child,
.package-description table.pkg-content-table:not(:has(thead)) > tbody > tr:not(:first-child) > th:first-child,
.package-description table.pkg-content-table:not(:has(thead)) > tr:not(:first-child) > td:first-child,
.package-description table.pkg-content-table:not(:has(thead)) > tr:not(:first-child) > th:first-child {
    font-weight: 600;
    color: var(--primary-color);
    background: #f3f6f9;
}

.package-description table.pkg-content-table:has(thead) tbody tr:hover td:first-child,
.package-description table.pkg-content-table:not(:has(thead)) > tbody > tr:not(:first-child):hover > td:first-child,
.package-description table.pkg-content-table:not(:has(thead)) > tr:not(:first-child):hover > td:first-child {
    background: rgba(255, 153, 0, 0.12);
}

.package-description table.pkg-content-table strong,
.package-description table.pkg-content-table b {
    color: var(--primary-color);
}

.package-description table.pkg-content-table a {
    color: var(--secondary-color);
    font-weight: 600;
    text-decoration: none;
}

.package-description table.pkg-content-table a:hover {
    text-decoration: underline;
}

.package-gallery-section {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e9ecef;
}

.package-gallery-section__title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--primary-color);
    text-transform: none;
}

.package-gallery-section__subtitle {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: var(--primary-color);
    text-transform: none;
}

.package-gallery-section__subtitle i {
    color: var(--secondary-color);
    margin-right: 6px;
}

.package-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 12px;
    margin-bottom: 1.25rem;
}

.package-gallery-item {
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #dee2e6;
    background: #fff;
}

.package-gallery-item img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.package-gallery-item:hover img {
    transform: scale(1.04);
}

.callback-card {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

@media (max-width: 991.98px) {
    .callback-widget--sticky,
    .package-detail-sidebar {
        position: static;
    }

    .package-detail-hero {
        min-height: 240px;
        max-height: 360px;
    }

    .package-detail-hero__overlay {
        padding: 36px 0 28px;
    }

    .package-detail-section {
        padding: 22px 18px 8px;
    }

    .package-detail-section--gallery {
        padding-bottom: 22px;
    }

    .package-description .pkg-table-scroll {
        margin-left: -4px;
        margin-right: -4px;
    }

    .package-description table.pkg-content-table {
        min-width: 440px;
        font-size: 13px;
    }

    .package-description table.pkg-content-table thead th,
    .package-description table.pkg-content-table thead td,
    .package-description table.pkg-content-table:not(:has(thead)) > tbody > tr:first-child > td,
    .package-description table.pkg-content-table:not(:has(thead)) > tr:first-child > td {
        padding: 10px 12px;
    }
}

 .card {
    background: white;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--card-shadow);
    margin-bottom: 30px;
}

.card-header {
    background: var(--primary-color);
    color: white;
    padding: 20px;
    position: relative;
}

/* Company profile / about page */
.about-intro {
    background: transparent;
}

.about-intro__eyebrow {
    color: var(--secondary-color);
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 0.75rem;
}

.about-intro__heading {
    color: var(--primary-color);
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.25rem;
    max-width: 28rem;
}

.about-intro__text {
    color: var(--medium-text);
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 1.75rem;
    max-width: 34rem;
}

.about-intro__highlights {
    display: grid;
    gap: 1rem;
}

.about-intro__highlight {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.about-intro__highlight-icon {
    width: 2.75rem;
    height: 2.75rem;
    min-width: 2.75rem;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.about-intro__highlight-text {
    color: var(--primary-color);
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.3;
}

.about-intro__media {
    max-width: 34rem;
    margin-left: auto;
    margin-right: auto;
}

.about-intro__image {
    display: block;
    width: 100%;
    height: auto;
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

@media (min-width: 992px) {
    .about-intro__media {
        margin-right: 0;
        max-width: none;
    }
}

.about-process__eyebrow,
.about-values__eyebrow {
    color: var(--secondary-color);
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.about-process__intro,
.about-values__intro {
    max-width: 40rem;
    margin: 0 auto 2.5rem;
    text-align: center;
}

.about-process__heading.section-title-main,
.about-values__heading.section-title-main {
    text-align: center;
    text-transform: none;
    letter-spacing: -0.01em;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    margin-bottom: 0.75rem;
}

.about-process__lead,
.about-values__lead {
    color: var(--medium-text);
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
}

.about-process-card,
.about-values-card {
    position: relative;
    background: #fff;
    border: 1px solid rgba(0, 29, 61, 0.1);
    border-radius: 0.75rem;
    box-shadow: 0 4px 18px rgba(0, 29, 61, 0.06);
    padding: 2rem 1.5rem 1.75rem;
    text-align: center;
    height: 100%;
}

.about-process-card__step {
    position: absolute;
    top: 1rem;
    right: 1rem;
    min-width: 2rem;
    height: 2rem;
    padding: 0 0.45rem;
    border-radius: 999px;
    background: rgba(255, 153, 0, 0.12);
    color: var(--secondary-color);
    font-size: 0.75rem;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.about-process-card__icon,
.about-values-card__icon {
    width: 4.25rem;
    height: 4.25rem;
    margin: 0 auto 1.25rem;
    border-radius: 0.85rem;
    background: var(--primary-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
}

.about-process-card__title,
.about-values-card__title {
    color: var(--primary-color);
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.65rem;
}

.about-process-card__text,
.about-values-card__text {
    color: var(--medium-text);
    font-size: 0.95rem;
    line-height: 1.65;
    margin: 0;
}

.about-process.bg-light .about-process-card,
.about-values.bg-light .about-values-card {
    background: #fff;
}

.about-facility-card {
    background: linear-gradient(180deg, #f8f1e6 0%, #efe4d2 100%);
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(0, 29, 61, 0.08);
    padding: 2rem 1.25rem 1.75rem;
    text-align: center;
    transition: var(--transition);
}

.about-facility-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(0, 29, 61, 0.12);
}

.about-facility-card__icon {
    width: 4.5rem;
    height: 4.5rem;
    margin: 0 auto 1.25rem;
    border-radius: 0.85rem;
    background: var(--primary-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.about-facility-card__title {
    color: var(--primary-color);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.45;
    margin: 0;
}

.about-trust-stats {
    background: #fff;
}

.about-trust-stats__panel {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    background-color: var(--primary-color);
    background-image:
        linear-gradient(90deg, rgba(0, 29, 61, 0.15) 0%, rgba(0, 29, 61, 0.92) 42%, rgba(0, 29, 61, 0.98) 100%),
        var(--trust-stats-photo, none);
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    box-shadow: 0 12px 32px rgba(0, 29, 61, 0.18);
}

.about-trust-stats__content {
    position: relative;
    z-index: 1;
    padding: 2.5rem 1.5rem;
    color: #fff;
}

.about-trust-stats__heading {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.about-trust-stats__text {
    font-size: 0.98rem;
    line-height: 1.7;
    opacity: 0.92;
    max-width: 52rem;
    margin-bottom: 2rem;
}

.about-trust-stats__value {
    color: var(--secondary-color);
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 0.35rem;
}

.about-trust-stats__label {
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.4;
    opacity: 0.95;
}

@media (min-width: 992px) {
    .about-trust-stats__content {
        padding: 7rem;
    }
}

.about-why-choose {
    background: transparent;
}

.about-why-choose__media {
    max-width: 34rem;
    margin-left: auto;
    margin-right: auto;
}

.about-why-choose__image {
    display: block;
    width: 100%;
    height: auto;
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.about-why-choose__eyebrow {
    color: var(--secondary-color);
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 0.75rem;
}

.about-why-choose__heading {
    color: var(--primary-color);
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.25rem;
    max-width: 28rem;
}

.about-why-choose__text {
    color: var(--medium-text);
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 1.75rem;
    max-width: 34rem;
}

.about-why-choose__highlights {
    display: grid;
    gap: 1rem;
}

.about-why-choose__highlight {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.about-why-choose__highlight-icon {
    width: 2.75rem;
    height: 2.75rem;
    min-width: 2.75rem;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.about-why-choose__highlight-text {
    color: var(--primary-color);
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.3;
}

@media (min-width: 992px) {
    .about-why-choose__media {
        margin-left: 0;
        margin-right: auto;
        max-width: none;
    }
}

     /* About Us Sections */
.about-card {
    background: white;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--card-shadow);
    margin-bottom: 30px;
    height: 100%;
    transition: var(--transition);
}

.about-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.about-card-body {
    padding: 30px;
}

.about-card-title {
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.about-card-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 40px;
    height: 3px;
    background: var(--secondary-color);
    border-radius: 2px;
}

.about-text {
    color: var(--medium-text);
    font-size: 1rem;
    line-height: 1.7;
}

.about-contact-list {
    list-style: none;
    margin: 1.5rem 0 0;
    padding: 0;
}

.about-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.65rem;
    color: var(--medium-text);
    font-size: 0.95rem;
    line-height: 1.5;
}

.about-contact-list li::before {
    content: '\f3c5';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: var(--secondary-color);
    flex-shrink: 0;
    margin-top: 0.15rem;
}

.about-contact-list li:nth-child(1)::before {
    content: '\f095';
}

.about-contact-list li:nth-child(2)::before {
    content: '\f0e0';
}

.about-contact-list a {
    color: var(--primary-color);
    text-decoration: none;
}

.about-contact-list a:hover,
.about-contact-list a:focus {
    color: var(--secondary-color);
}

.about-feature {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.about-feature-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: var(--tertiary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: var(--primary-color);
    font-size: 1.2rem;
    transition: var(--transition);
}

.about-feature:hover .about-feature-icon {
    background: var(--primary-color);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,29,61,0.2);
}

.about-feature-content {
    flex: 1;
}

.about-feature-title {
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 5px;
    font-size: 1.1rem;
}

.about-feature-text {
    color: var(--medium-text);
    font-size: 0.95rem;
}

.about-image {
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--card-shadow);
}

.about-image img {
    width: 100%;
    height: auto;
    transition: var(--transition);
}

.about-image:hover img {
    transform: scale(1.03);
}

/* Company Stats */
.stats-section {
    background: linear-gradient(rgba(0, 29, 61, 0.9), rgba(0, 29, 61, 0.9)), url('https://images.unsplash.com/photo-1512453979798-5ea266f8880c?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
    padding: 80px 0;
}

.stats-card {
    text-align: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: var(--border-radius);
    margin-bottom: 30px;
    transition: var(--transition);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.stats-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.2);
}

.stats-icon {
    font-size: 2.5rem;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.stats-value {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 5px;
}

.stats-label {
    font-size: 1rem;
    opacity: 0.9;
    font-weight: 500;
}

/* Team Section */
.team-card {
    background: white;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--card-shadow);
    margin-bottom: 30px;
    transition: var(--transition);
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.team-image {
    height: 300px;
    position: relative;
    overflow: hidden;
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.team-card:hover .team-image img {
    transform: scale(1.05);
}

.team-social {
    position: absolute;
    top: 20px;
    right: -40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: var(--transition);
}

.team-card:hover .team-social {
    right: 20px;
}

.team-social-icon {
    width: 35px;
    height: 35px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 0.9rem;
    transition: var(--transition);
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.team-social-icon:hover {
    background: var(--secondary-color);
    color: white;
    transform: translateY(-3px);
}

.team-content {
    padding: 20px;
    text-align: center;
}

.team-name {
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.team-position {
    color: var(--medium-text);
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.team-description {
    color: var(--medium-text);
    font-size: 0.9rem;
    line-height: 1.6;
}

/* Testimonials */
.testimonials-section {
    background-color: var(--tertiary-color);
}

.testimonial-card {
    background: white;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--card-shadow);
    padding: 30px;
    margin: 15px;
    position: relative;
    transition: var(--transition);
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.testimonial-card::before {
    content: '\f10d';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 2rem;
    color: rgba(0,29,61,0.05);
}

.testimonial-content {
    font-style: italic;
    color: var(--medium-text);
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    padding-top: 20px;
    line-height: 1.7;
}

.testimonial-author {
    display: flex;
    align-items: center;
}

.testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    border: 3px solid var(--tertiary-color);
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-author-info {
    flex: 1;
}

.testimonial-name {
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--primary-color);
    margin-bottom: 0;
}

.testimonial-role {
    font-size: 0.9rem;
    color: var(--light-text);
}

.testimonial-rating {
    color: var(--secondary-color);
    font-size: 0.9rem;
    margin-bottom: 5px;
}

/* Timeline */
.timeline-section {
    position: relative;
}

.timeline-section::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: var(--tertiary-color);
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    margin-bottom: 50px;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-content {
    background: white;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--card-shadow);
    width: calc(50% - 30px);
    transition: var(--transition);
    position: relative;
}

.timeline-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.timeline-item:nth-child(odd) .timeline-content {
    margin-left: auto;
}

.timeline-item:nth-child(even) .timeline-content {
    margin-right: auto;
}

.timeline-item:nth-child(odd) .timeline-content::before {
    content: '';
    position: absolute;
    top: 20px;
    left: -10px;
    width: 20px;
    height: 20px;
    background: white;
    transform: rotate(45deg);
    box-shadow: -5px 5px 10px rgba(0,0,0,0.05);
}

.timeline-item:nth-child(even) .timeline-content::before {
    content: '';
    position: absolute;
    top: 20px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: white;
    transform: rotate(45deg);
    box-shadow: 5px -5px 10px rgba(0,0,0,0.05);
}

.timeline-date {
    position: absolute;
    top: 20px;
    width: 100px;
    height: 30px;
    background: var(--primary-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.9rem;
    z-index: 2;
}

.timeline-item:nth-child(odd) .timeline-date {
    left: -125px;
    border-radius: 15px 0 0 15px;
}

.timeline-item:nth-child(even) .timeline-date {
    right: -125px;
    border-radius: 0 15px 15px 0;
}

.timeline-dot {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 20px;
    height: 20px;
    background: var(--secondary-color);
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 2;
    border: 3px solid white;
    box-shadow: 0 0 0 3px var(--secondary-color);
}

.timeline-body {
    padding: 30px;
}

.timeline-title {
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.timeline-text {
    color: var(--medium-text);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(90deg, var(--primary-color) 0%, #004080 100%);
    color: white;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="10" height="10" patternUnits="userSpaceOnUse"><circle cx="5" cy="5" r="1" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
}

.cta-section .section-title-main {
    color: #fff;
    margin-bottom: 20px;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    position: relative;
}

.cta-text {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.cta-btn {
    display: inline-block;
    background: var(--secondary-color);
    color: white;
    text-decoration: none;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: var(--transition);
    position: relative;
    border: none;
    cursor: pointer;
}

.cta-btn:hover {
    background: #e68a00;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    color: white;
}

/* Landing journey CTA - Umrah banner block */
.landing-journey-cta {
    position: relative;
    overflow: visible;
    z-index: 2;
    margin-top: 48px;
    background-color: #071a33;
    background-image: var(--journey-cta-bg);
    background-size: cover;
    background-position: center;
}

.landing-journey-cta__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(6, 18, 40, 0.96) 0%,
        rgba(6, 18, 40, 0.9) 42%,
        rgba(6, 18, 40, 0.55) 68%,
        rgba(6, 18, 40, 0.35) 100%
    );
}

.landing-journey-cta__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(12px, 2vw, 24px);
    align-items: center;
    min-height: clamp(220px, 28vw, 300px);
    padding-top: clamp(16px, 2.5vw, 24px);
    padding-bottom: clamp(12px, 2vw, 20px);
    overflow: visible;
}

.landing-journey-cta__content {
    max-width: 540px;
    color: #fff;
}

.landing-journey-cta__title {
    margin: 0 0 12px;
    font-size: clamp(1.65rem, 3vw, 2.15rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.01em;
}

.landing-journey-cta__text {
    margin: 0 0 16px;
    font-size: clamp(0.9rem, 1.25vw, 0.98rem);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.92);
}

.landing-journey-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.landing-journey-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 13px 24px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    border: 2px solid transparent;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;
}

.landing-journey-cta__btn i {
    font-size: 1rem;
    flex-shrink: 0;
}

.landing-journey-cta__btn--primary {
    background: var(--secondary-color);
    color: #fff;
    border-color: var(--secondary-color);
    box-shadow: 0 8px 22px rgba(255, 153, 0, 0.3);
}

.landing-journey-cta__btn--primary span {
    font-size: 1rem;
    letter-spacing: 0.02em;
}

.landing-journey-cta__btn--primary:hover,
.landing-journey-cta__btn--primary:focus-visible {
    color: #fff;
    background: #e68a00;
    border-color: #e68a00;
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(255, 153, 0, 0.38);
}

.landing-journey-cta__btn--outline {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px);
}

.landing-journey-cta__btn--outline:hover,
.landing-journey-cta__btn--outline:focus-visible {
    color: var(--primary-color);
    background: #fff;
    border-color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.landing-journey-cta__visual {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 220px;
    margin: 0;
    overflow: visible;
}

.landing-journey-cta__visual img {
    display: block;
    width: auto;
    max-width: 115%;
    max-height: clamp(300px, 38vw, 460px);
    margin: -100px 0 4px;
    object-fit: contain;
    object-position: bottom center;
    mix-blend-mode: screen;
}

@media (max-width: 991.98px) {
    .landing-journey-cta {
        margin-top: 36px;
    }

    .landing-journey-cta__inner {
        grid-template-columns: 1fr;
        min-height: 0;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .landing-journey-cta__visual {
        order: -1;
        min-height: 180px;
        margin: 0;
        justify-content: center;
    }

    .landing-journey-cta__visual img {
        max-width: 100%;
        max-height: clamp(220px, 52vw, 320px);
        margin: -48px 0 4px;
    }

    .landing-journey-cta__content {
        max-width: none;
    }
}

@media (max-width: 575.98px) {
    .landing-journey-cta__actions {
        flex-direction: column;
    }

    .landing-journey-cta__btn {
        width: 100%;
        justify-content: center;
    }

    .landing-journey-cta__visual {
        min-height: 150px;
    }

    .landing-journey-cta__visual img {
        max-height: 220px;
        margin: -28px 0 4px;
    }
}

/* Partners Section */
.partners-section {
    background: white;
}

.partners-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    padding: 20px;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: var(--transition);
}

.partners-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

.partners-logo img {
    max-width: 100%;
    max-height: 100%;
}

.hotel-meta-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
}

.hotel-meta-list li {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    color: var(--dark-text);
}

.hotel-meta-list i {
    color: var(--primary-color);
    width: 1.25rem;
    margin-right: 0.5rem;
}

.map-container {
    margin-bottom: 40px;
}

.google-map {
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--card-shadow);
}

.contact-map-iframe {
    border: 0;
    display: block;
}

.lead-success-modal {
    border-radius: 20px;
    overflow: hidden;
    max-width: 440px;
    margin: 0 auto;
}

.lead-success-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    opacity: 0.7;
}

.lead-success-hero {
    background: linear-gradient(145deg, #001d3d 0%, #003566 55%, #004e89 100%);
    padding: 2.5rem 1.5rem 2rem;
    position: relative;
}

.lead-success-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 20%, rgba(255, 153, 0, 0.25), transparent 45%);
    pointer-events: none;
}

.lead-success-icon-wrap {
    width: 88px;
    height: 88px;
    margin: 0 auto;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff9900, #ffb347);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 32px rgba(255, 153, 0, 0.45);
    position: relative;
    z-index: 1;
    animation: leadSuccessPop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.lead-success-icon-wrap i {
    font-size: 2.25rem;
    color: #fff;
}

.lead-success-title {
    font-weight: 700;
    color: #001d3d;
    margin-bottom: 0.5rem;
}

.lead-success-text {
    color: #5a6a7a;
    font-size: 0.95rem;
    margin-bottom: 1.25rem;
}

.lead-success-steps li {
    font-size: 0.875rem;
    color: #334155;
    padding: 0.35rem 0;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.lead-success-steps li i {
    color: #ff9900;
    flex-shrink: 0;
}

.btn-lead-success-primary {
    background: linear-gradient(135deg, #ff9900, #e67e00);
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 0.6rem 1.25rem;
    border-radius: 10px;
}

.btn-lead-success-primary:hover {
    background: linear-gradient(135deg, #e67e00, #cc7000);
    color: #fff;
}

.btn-lead-success-outline {
    border: 2px solid #001d3d;
    color: #001d3d;
    font-weight: 600;
    padding: 0.55rem 1.25rem;
    border-radius: 10px;
}

.btn-lead-success-outline:hover {
    background: #001d3d;
    color: #fff;
}

@keyframes leadSuccessPop {
    0% { transform: scale(0.5); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}


:root {
    --bf-accent: #001d3d;
    --bf-accent-hover: #ff9900;
    --bf-accent-light: rgba(0, 29, 61, 0.08);
    --bf-border: #d1d5db;
    --bf-control-height: 2.5rem;
    --bf-visa-tab: #16a34a;
    --bf-visa-tab-active: #15803d;
}

.hero--landing {
    min-height: 48vh;
    padding: 5rem 0 14rem;
    align-items: flex-start;
}

.booking-widget-wrap {
    position: relative;
    width: 90%;
    max-width: 1320px;
    margin: 0 auto;
    margin-top: 2rem;
    z-index: 10;
}

@media (min-width: 768px) {
    .booking-widget-wrap {
        margin-top: 4rem;
    }
}

.booking-form-card {
    position: relative;
    background: #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    border-radius: 0 12px 12px 12px;
    padding-top: 0;
    color: #05153f;
    --booking-tab-height: 2.375rem;
}

.booking-form-tabs {
    position: absolute;
    top: calc(-1 * var(--booking-tab-height));
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    border: none;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 0;
    z-index: 2;
}

.booking-form-tabs > li {
    display: flex;
    margin: 0;
    padding: 0;
}

.booking-form-tabs.nav-tabs .nav-link,
.booking-form-tabs .nav-link {
    border: none;
    background: var(--primary-color);
    color: #fff;
    font-weight: 600;
    font-size: 0.8rem;
    padding: 0.45rem 1rem;
    border-radius: 0;
    min-width: 5.5rem;
    min-height: var(--booking-tab-height);
    height: var(--booking-tab-height);
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    margin: 0;
    white-space: nowrap;
    line-height: 1.2;
    box-sizing: border-box;
}

.booking-form-tabs.nav-tabs .nav-link {
    margin: 0 !important;
}

.booking-form-tabs > li:first-child .nav-link {
    border-radius: 12px 8px 0 0;
}

.booking-form-tabs > li:last-child .nav-link {
    border-radius: 8px 12px 0 0;
}

.booking-form-tabs > li:not(:first-child):not(:last-child) .nav-link {
    border-radius: 8px 8px 0 0;
}

.booking-form-tabs .nav-link i {
    font-size: 0.85rem;
    flex-shrink: 0;
}

@media (min-width: 576px) {
    .booking-form-tabs .nav-link {
        font-size: 1rem;
        padding: 0.5rem 1.25rem;
        min-width: 7rem;
    }
}

@media (min-width: 768px) {
    .booking-form-card {
        --booking-tab-height: 2.5rem;
    }

    .booking-form-tabs {
        top: calc(-1 * var(--booking-tab-height) + 1px);
        flex-wrap: nowrap;
        gap: 4px;
        align-items: flex-end;
    }

    .booking-form-tabs > li {
        flex: 0 0 auto;
    }

    .booking-form-tabs .nav-link {
        border-radius: 10px 10px 0 0;
        min-width: 6.5rem;
        padding: 0.5rem 1.35rem;
    }

    .booking-form-tabs > li:first-child .nav-link {
        border-radius: 12px 10px 0 0;
    }

    .booking-form-tabs > li:last-child .nav-link {
        border-radius: 10px 12px 0 0;
    }

    .booking-form-tabs .nav-link.active {
        position: relative;
        z-index: 3;
    }
}

@media (max-width: 767.98px) {
    .booking-form-card {
        --booking-tab-height: 1.75rem;
    }

    .booking-form-tabs {
        top: calc(-1 * var(--booking-tab-height) + 2px);
        right: 0;
        left: 0;
        width: 100%;
        flex-wrap: nowrap;
        gap: 1px;
        align-items: stretch;
        justify-content: flex-start;
    }

    .booking-form-tabs > li {
        flex: 1 1 0;
        min-width: 0;
        display: flex;
        align-items: stretch;
        margin: 0;
    }

    .booking-form-tabs .nav-link {
        flex: 1 1 auto;
        width: 100%;
        min-width: 0;
        min-height: var(--booking-tab-height);
        height: var(--booking-tab-height);
        font-size: 0.72rem;
        padding: 0.35rem 0.25rem;
        gap: 0.2rem;
        border-radius: 6px 6px 0 0 !important;
        line-height: 1.1;
        margin: 0 !important;
    }

    .booking-form-tabs > li:first-child .nav-link {
        border-radius: 10px 6px 0 0 !important;
    }

    .booking-form-tabs > li:last-child .nav-link {
        border-radius: 6px 10px 0 0 !important;
    }

    .booking-form-tabs .nav-link i {
        font-size: 0.75rem;
    }

    .booking-form-tabs .nav-link.active {
        position: relative;
        z-index: 3;
    }

    .booking-form-body {
        padding: 0.65rem 0.65rem 0.85rem;
    }
}

@media (min-width: 400px) and (max-width: 767.98px) {
    .booking-form-tabs .nav-link {
        font-size: 0.78rem;
    }

    .booking-form-tabs .nav-link i {
        font-size: 0.8rem;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .booking-form-tabs .nav-link {
        font-size: 0.8rem;
    }

    .booking-form-tabs .nav-link i {
        font-size: 0.85rem;
    }
}

.booking-form-tabs .nav-link:hover:not(.active):not(.booking-form-tab--visa) {
    background: var(--bf-accent-hover);
    color: #fff;
}

.booking-form-tabs .nav-link.active:not(.booking-form-tab--visa) {
    background: #fff;
    color: var(--bf-accent);
}

.booking-form-tabs .nav-link.booking-form-tab--visa {
    background: var(--bf-visa-tab) !important;
    color: #fff !important;
}

.booking-form-tabs .nav-link.booking-form-tab--visa:hover:not(.active) {
    background: #22c55e !important;
    color: #fff !important;
}

.booking-form-tabs .nav-link.booking-form-tab--visa.active {
    background: var(--bf-visa-tab-active) !important;
    color: #fff !important;
}

.booking-form-body {
    padding: 1rem 1rem 1.25rem;
    background: #fff;
    border-radius: 0 12px 12px 12px;
    color: #333;
}

.booking-form-body .bf-dropdown-menu,
.booking-form-body .bf-traveller-panel {
    color: #05153f;
}

.bf-traveller-row strong {
    display: block;
    color: #05153f;
    font-size: 0.875rem;
    line-height: 1.2;
}

.bf-step-val {
    display: inline-block;
    min-width: 1.25rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.9rem;
    color: #05153f;
}

@media (min-width: 768px) {
    .booking-form-body {
        padding: 0.25rem 0.25rem 0.25rem;
        border-radius: 0 12px 12px 12px;
    }
}

.bf-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--bf-accent);
    overflow: visible;
}

@media (max-width: 767.98px) {
    .bf-toolbar {
        gap: 0.35rem;
        margin-bottom: 0.5rem;
        padding-bottom: 0.4rem;
    }

    .bf-pills,
    .bf-chips {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 0.3rem;
        width: 100%;
    }

    .bf-chips {
        padding-left: 0;
        border-left: none;
    }

    .bf-chip-btn {
        font-size: 0.68rem;
        padding: 0.22rem 0.42rem;
        gap: 0.25rem;
    }

    .bf-chip-btn i {
        font-size: 0.72rem;
    }

    .bf-pill span {
        font-size: 0.68rem;
        padding: 0.22rem 0.5rem;
    }

    .bf-dropdown-menu {
        z-index: 200;
    }

    .bf-traveller-panel,
    .bf-dropdown-menu {
        max-width: calc(100vw - 2.5rem);
    }
}

.bf-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    align-items: center;
}

.bf-pill {
    margin: 0;
    cursor: pointer;
}

.bf-pill input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.bf-pill span {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--bf-accent);
    padding: 0.25rem 0.6rem;
    border: 1px solid var(--bf-border);
    border-radius: 999px;
    transition: all 0.2s ease;
}

.bf-pill:hover span {
    color: var(--bf-accent-hover);
    border-color: var(--bf-accent-hover);
}

@media (min-width: 400px) {
    .bf-pill span {
        font-size: 0.8rem;
        padding: 0.28rem 0.65rem;
    }
}

.bf-pill--active span,
.bf-pill:has(input:checked) span {
    background: var(--bf-accent-light);
    border-color: var(--bf-accent);
    color: var(--bf-accent);
}

.bf-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    align-items: center;
    padding-left: 0;
}

@media (min-width: 768px) {
    .bf-chips {
        padding-left: 0.5rem;
        border-left: 2px solid var(--bf-accent);
    }
}

.bf-chip {
    position: relative;
}

.bf-chip-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--bf-accent);
    background: #fff;
    border: 1px solid var(--bf-border);
    border-radius: 999px;
    padding: 0.25rem 0.5rem;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.2;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.bf-chip-btn:hover {
    color: var(--bf-accent-hover);
    border-color: var(--bf-accent-hover);
}

.bf-chip-btn:hover i {
    color: var(--bf-accent-hover);
}

.bf-chip-btn i {
    font-size: 0.8rem;
    color: var(--bf-accent);
}

.bf-dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 11rem;
    background: #fff;
    border: 1px solid var(--bf-border);
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 0.35rem;
    margin: 0;
    z-index: 50;
}

.bf-dropdown-menu.is-open {
    display: block;
}

.bf-dropdown-menu li button {
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    background: transparent;
    padding: 0.5rem 0.65rem;
    border-radius: 6px;
    font-size: 0.85rem;
    cursor: pointer;
    color: #05153f;
}

.bf-dropdown-menu li button:hover {
    background: #f0f0f0;
}

.bf-traveller-panel {
    min-width: 14rem;
    padding: 0.75rem;
}

.bf-traveller-panel .bf-traveller-done {
    display: block;
    width: 100%;
    text-align: center;
    background: var(--bf-accent) !important;
    border: none !important;
    color: #fff !important;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    margin-top: 0.5rem;
    cursor: pointer;
    line-height: 1.4;
}

.bf-traveller-panel .bf-traveller-done:hover {
    background: var(--bf-accent-hover) !important;
    color: #fff !important;
}

.bf-traveller-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.4rem 0;
    gap: 0.5rem;
}

.bf-traveller-row small {
    display: block;
    color: #888;
    font-size: 0.7rem;
}

.bf-stepper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.bf-step {
    width: 28px;
    height: 28px;
    border: 1px solid var(--bf-border);
    border-radius: 50%;
    background: #fff;
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
    color: var(--bf-accent);
    transition: color 0.2s ease, border-color 0.2s ease;
}

.bf-step:hover:not(:disabled) {
    color: var(--bf-accent-hover);
    border-color: var(--bf-accent-hover);
}

.bf-step:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.bf-fields-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: stretch;
    margin-bottom: 0.75rem;
}

.bf-field {
    position: relative;
    flex: 1 1 100%;
    display: flex;
    align-items: center;
    border: 1px solid var(--bf-border);
    border-radius: 8px;
    background: #fff;
    min-height: var(--bf-control-height);
    padding: 0 0.6rem 0 2rem;
    transition: border-color 0.2s ease;
}

.bf-field:hover,
.bf-field:focus-within {
    border-color: #9ca3af;
}

.bf-field:hover .bf-field-icon,
.bf-field:focus-within .bf-field-icon {
    color: var(--bf-accent-hover);
}

.bf-field-icon {
    position: absolute;
    left: 0.6rem;
    color: var(--bf-accent);
    font-size: 0.85rem;
    pointer-events: none;
}

.bf-input {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    height: auto !important;
    padding: 0.35rem 1.5rem 0.35rem 0 !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    width: 100%;
}

.bf-input:focus {
    outline: none;
}

.bf-clear {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: var(--bf-accent);
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    padding: 0.15rem 0.35rem;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.15s, color 0.2s ease;
}

.bf-clear:hover {
    color: var(--bf-accent-hover);
}

.bf-field:focus-within .bf-clear,
.bf-field:hover .bf-clear {
    opacity: 1;
}

.bf-field-from {
    flex: 1 1 100%;
}

.bf-swap {
    position: absolute;
    z-index: 3;
    right: -0.65rem;
    bottom: -1.1rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 1px solid var(--bf-border);
    background: #fff;
    color: var(--bf-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    font-size: 0.85rem;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.bf-swap:hover {
    color: var(--bf-accent-hover);
    border-color: var(--bf-accent-hover);
}

@media (min-width: 768px) {
    .bf-field-from,
    .bf-field-to {
        flex: 1 1 calc(26% - 0.5rem);
    }

    .bf-swap {
        right: -1.25rem;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%) rotate(0deg);
    }
}

.bf-dates {
    flex: 1 1 100%;
    display: flex;
    gap: 0.35rem;
    border: 1px solid var(--bf-border);
    border-radius: 8px;
    overflow: hidden;
    min-height: var(--bf-control-height);
}

.bf-date {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 0.4rem 0 1.75rem;
    background: #fff;
}

.bf-date + .bf-date {
    border-left: 1px solid var(--bf-border);
}

.bf-date i {
    position: absolute;
    left: 0.5rem;
    font-size: 0.8rem;
    color: var(--bf-accent);
}

.bf-date:hover i,
.bf-date:focus-within i {
    color: var(--bf-accent-hover);
}

.bf-date .bf-input {
    padding-left: 0 !important;
}

.bf-date-ph {
    position: absolute;
    left: 1.75rem;
    top: 0.12rem;
    font-size: 0.55rem;
    color: #9ca3af;
    pointer-events: none;
    line-height: 1.2;
}

.bf-date .bf-input:not(:placeholder-shown) + .bf-date-ph,
.bf-date .bf-input:focus + .bf-date-ph,
.bf-date .bf-input:valid + .bf-date-ph {
    display: none;
}

@media (min-width: 1200px) {
    .bf-dates {
        flex: 1 1 28%;
    }
}

.bf-contact-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.5rem;
    padding-top: 0.75rem;
    border-top: 1px dashed #e5e7eb;
}

.bf-contact-row .bf-field {
    flex: 1 1 100%;
    min-height: var(--bf-control-height);
}

@media (min-width: 768px) {
    .bf-contact-row .bf-field {
        flex: 1 1 calc(33.333% - 0.35rem);
    }
}

.bf-add-segment-wrap {
    margin: 0.25rem 0 0.5rem;
}

.bf-add-segment-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.25rem 0;
    border: none;
    background: transparent;
    color: var(--bf-accent);
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    line-height: 1.4;
}

.bf-add-segment-btn:hover {
    color: var(--bf-accent-hover);
}

.bf-add-segment-btn i {
    font-size: 0.8rem;
}

.bf-remove-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: var(--bf-control-height);
    padding: 0 0.35rem;
    border: none;
    background: transparent;
    color: var(--bf-accent);
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.bf-remove-btn:hover {
    color: var(--bf-accent-hover);
}

.bf-remove-btn i {
    font-size: 0.9rem;
}

.bf-remove-segment-col {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    justify-content: flex-end;
}

.bf-field-spacer {
    display: block;
    height: 0;
    margin-bottom: 0.25rem;
    visibility: hidden;
}

.bf-submit-row {
    margin-top: 0.5rem;
}

.bf-submit-row .bf-search-btn {
    width: 100%;
}

.bf-search-btn {
    width: 100%;
    min-height: var(--bf-control-height);
    background: var(--bf-accent) !important;
    border: none !important;
    color: #fff !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    padding: 0.4rem 0.85rem !important;
    height: auto !important;
}

.bf-search-btn:hover {
    background: var(--bf-accent-hover) !important;
    color: #fff !important;
}

/* Umrah / Visa inside card */
.booking-tab-form .form-control,
.booking-tab-form .form-select {
    border-radius: 8px;
    border-color: var(--bf-border);
    min-height: 2.5rem;
    font-size: 0.875rem;
}

.booking-tab-form .btn-calculate {
    background: var(--bf-accent);
    border: none;
    color: #fff;
    font-weight: 700;
    border-radius: 8px;
    padding: 0.65rem 1.25rem;
}

.booking-tab-form .btn-calculate:hover {
    background: var(--bf-accent-hover);
    color: #fff;
}

/* Spacing below hero for overlapping form */
.hero--landing + .section-spacing {
    margin-top: -6rem;
    position: relative;
    z-index: 1;
    padding-top: 4rem;
}

@media (min-width: 768px) {
    .hero--landing + .section-spacing {
        margin-top: -8rem;
        padding-top: 5rem;
    }
}

/* Umrah reference form */
.umrah-ref-form {
    font-size: 0.875rem;
    color: #05153f;
}

.umrah-ref-inner {
    border: 1px dashed #05153f;
    border-radius: 8px;
    overflow: visible;
}

.umrah-ref-form,
.umrah-ref-main,
.umrah-ref-sidebar,
.booking-form-card,
.booking-form-body {
    overflow: visible;
}

.umrah-ref-form .bf-dropdown {
    position: relative;
}

.umrah-ref-form .bf-dropdown-menu.is-open {
    z-index: 200;
}

.umrah-room-panel {
    min-width: 16rem;
    right: 0;
    left: auto;
    color: #05153f;
}

.umrah-occupancy-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #05153f;
    flex: 1 1 auto;
    min-width: 0;
}

.umrah-occupancy-label strong {
    display: inline;
    color: #05153f;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
}

.umrah-room-panel .bf-step-val,
.umrah-ref-form .bf-traveller-panel .bf-step-val {
    color: #05153f;
}

.umrah-occupancy-label i {
    font-size: 1rem;
    width: 1.25rem;
    text-align: center;
    flex-shrink: 0;
}

.umrah-ref-form .bf-traveller-panel {
    color: #05153f;
}

.umrah-ref-main {
    padding: 0.65rem 0.85rem;
}

.umrah-ref-sidebar {
    padding: 0.65rem 0.85rem;
    background: #fafbfc;
}

@media (min-width: 992px) {
    .umrah-ref-sidebar {
        border-left: 1px dashed #05153f;
    }
}

.umrah-ref-label {
    display: block;
    color: var(--primary-color);
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.umrah-ref-input,
.umrah-ref-select {
    height: var(--bf-control-height);
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 0.85rem;
}

.umrah-ref-input:hover,
.umrah-ref-select:hover,
.umrah-ref-input:focus,
.umrah-ref-select:focus {
    border-color: #9ca3af;
    box-shadow: none;
}

.umrah-ref-input-wrap {
    position: relative;
}

.umrah-ref-input-wrap i {
    position: absolute;
    left: 0.65rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
    font-size: 0.85rem;
    color: var(--bf-accent);
}

.umrah-ref-input-wrap .umrah-ref-input {
    padding-left: 2rem;
}

.umrah-ref-label--spacer {
    visibility: hidden;
    user-select: none;
}

.umrah-ref-toggles {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.umrah-ref-check {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0;
    cursor: pointer;
    font-weight: 600;
    color: #05153f;
    font-size: 0.875rem;
}

.umrah-ref-check input[type="checkbox"] {
    width: 1rem;
    height: 1rem;
    accent-color: var(--bf-accent);
}

.umrah-ref-divider-top {
    border-top: 1px dashed #05153f;
}

.umrah-hotel-row {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px dashed #e5e7eb;
}

.umrah-hotel-row:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.umrah-ref-add-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    background: var(--bf-accent) !important;
    border: none !important;
    color: #fff !important;
    font-weight: 600;
    height: var(--bf-control-height);
    min-height: var(--bf-control-height);
    border-radius: 6px !important;
    padding: 0 0.5rem;
}

.umrah-ref-add-btn:hover {
    background: var(--bf-accent-hover) !important;
    color: #fff !important;
}

.umrah-ref-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    margin-top: 0;
    padding: 0.75rem 0.85rem 0.65rem;
    border-top: 1px dashed #05153f;
}

.umrah-ref-actions .umrah-ref-reset-btn,
.umrah-ref-actions .umrah-ref-submit-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    max-width: none !important;
    flex: 0 0 auto;
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .umrah-ref-sidebar {
        border-top: 1px dashed #05153f;
    }

    .umrah-ref-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: stretch;
        gap: 0.5rem;
        padding: 0.65rem 0.65rem 0.75rem;
    }

    .umrah-ref-actions .umrah-ref-reset-btn,
    .umrah-ref-actions .umrah-ref-submit-btn {
        width: 100% !important;
        min-width: 0;
        padding: 0.55rem 0.4rem;
        font-size: 0.72rem;
        line-height: 1.2;
        white-space: normal;
        text-align: center;
    }

    .umrah-ref-actions .umrah-ref-reset-btn i,
    .umrah-ref-actions .umrah-ref-submit-btn i {
        font-size: 0.7rem;
        margin-right: 0.2rem;
    }
}

@media (max-width: 359.98px) {
    .umrah-ref-actions .umrah-ref-reset-btn,
    .umrah-ref-actions .umrah-ref-submit-btn {
        font-size: 0.65rem;
        padding: 0.5rem 0.3rem;
    }
}

.umrah-ref-actions .umrah-ref-reset-btn {
    background: var(--primary-color) !important;
    border: none !important;
    color: #fff !important;
    font-weight: 600;
    padding: 0.6rem 1.5rem;
    border-radius: 6px !important;
}

.umrah-ref-actions .umrah-ref-reset-btn:hover {
    background: var(--bf-accent-hover) !important;
    color: #fff !important;
}

.umrah-ref-actions .umrah-ref-submit-btn {
    background: var(--bf-accent) !important;
    border: none !important;
    color: #fff !important;
    font-weight: 600;
    padding: 0.6rem 1.5rem;
    border-radius: 6px !important;
}

.umrah-ref-actions .umrah-ref-submit-btn:hover {
    background: var(--bf-accent-hover) !important;
    color: #fff !important;
}

.umrah-ref-form .bf-chip-btn {
    min-height: var(--bf-control-height);
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 0.8rem;
    padding: 0.25rem 0.5rem;
}

.umrah-hotel-remove-col {
    display: flex;
    flex-direction: column;
}

.umrah-hotel-remove-col .bf-remove-btn {
    width: var(--bf-control-height);
}

@media (max-width: 767.98px) {
    .umrah-ref-main {
        padding: 0.65rem;
    }

    .umrah-ref-sidebar {
        border-top: 1px dashed #05153f;
        padding: 0.65rem;
    }
}

/* Website toast notifications */
body.website #toast-container {
    z-index: 11050;
    top: 5.5rem;
    right: 1rem;
}

body.website #toast-container > div {
    opacity: 1;
    box-shadow: 0 14px 36px rgba(0, 29, 61, 0.18);
    border-radius: 10px;
    width: 22rem;
    max-width: calc(100vw - 2rem);
}

body.website #toast-container > .toast-success {
    background-color: #001d3d;
}

body.website #toast-container > .toast-error {
    background-color: #991b1b;
}

body.website #toast-container > .toast-warning {
    background-color: #b45309;
}

body.website #toast-container > .toast-info {
    background-color: #0f4c81;
}

body.website #toast-container .toast-title {
    font-weight: 700;
    font-size: 0.95rem;
}

body.website #toast-container .toast-message {
    font-size: 0.875rem;
    line-height: 1.45;
}

body.website .toast-error-list {
    margin: 0.35rem 0 0;
    padding-left: 1.1rem;
    text-align: left;
}

body.website .toast-error-list li + li {
    margin-top: 0.2rem;
}

body.website .booking-tab-form .bf-field.is-invalid,
body.website .booking-tab-form .umrah-ref-input-wrap.is-invalid .umrah-ref-input,
body.website .booking-tab-form .umrah-ref-input-wrap.is-invalid .umrah-ref-select,
body.website .booking-tab-form .mb-3.is-invalid .form-control,
body.website .booking-tab-form .mb-3.is-invalid .form-select,
body.website .booking-tab-form .col-6.is-invalid .form-control,
body.website .booking-tab-form .col-md-3.is-invalid .form-control,
body.website .booking-tab-form .col-lg-3.is-invalid .form-control,
body.website .booking-tab-form .is-invalid.form-control,
body.website .booking-tab-form .is-invalid.form-select,
body.website .booking-tab-form .is-invalid.bf-input {
    border-color: #dc2626 !important;
    box-shadow: 0 0 0 0.15rem rgba(220, 38, 38, 0.12);
}

@media (max-width: 767.98px) {
    body.website #toast-container {
        top: 4.5rem;
        right: 0.75rem;
        left: 0.75rem;
    }

    body.website #toast-container > div {
        width: 100%;
    }
}

.transport-teaser__fleet {
    margin-top: 2rem;
}

.skip-to-content {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: 9999;
    padding: 0.75rem 1rem;
    background: var(--primary-color, #001d3d);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.skip-to-content:focus {
    left: 1rem;
    top: 1rem;
    width: auto;
    height: auto;
    overflow: visible;
}

/* Package structured display */
.pkg-stay-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
}

.pkg-stay-list li {
    padding: 0.35rem 0;
    color: #333;
    font-size: 0.95rem;
    line-height: 1.5;
}

.pkg-stay-list li i {
    color: var(--secondary-color, #ff9900);
    margin-right: 0.35rem;
    font-size: 0.85rem;
}

.pkg-stay-meal {
    color: #666;
}

.pkg-table-scroll {
    overflow-x: auto;
    margin-bottom: 0.75rem;
}

.pkg-rate-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 520px;
    font-size: 0.9rem;
    border: 1px solid #d5d8dc;
}

.pkg-rate-table thead th {
    background: #1a5276;
    color: #fff;
    padding: 10px 12px;
    text-align: center;
    border: 1px solid #154360;
    font-weight: 700;
}

.pkg-rate-table tbody td {
    padding: 9px 12px;
    text-align: center;
    border: 1px solid #d5d8dc;
    color: #222;
}

.pkg-rate-table tbody tr:nth-child(even) td {
    background: #f8f9f9;
}

.pkg-validity-note {
    margin: 0 0 1.25rem;
    font-size: 0.85rem;
    color: #333;
    line-height: 1.5;
}

.pkg-validity-note i {
    color: #e67e22;
    margin-right: 0.35rem;
    font-size: 0.8rem;
}

.pkg-bullet-block {
    margin-bottom: 1.25rem;
}

.pkg-bullet-block__title {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--primary-color, #001d3d);
}

.pkg-bullet-block__title i {
    color: var(--secondary-color, #ff9900);
    margin-right: 0.4rem;
}

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

.pkg-bullet-list li {
    position: relative;
    padding: 0.25rem 0 0.25rem 1.1rem;
    color: #444;
    line-height: 1.55;
}

.pkg-bullet-list li::before {
    content: '\2022';
    position: absolute;
    left: 0;
    color: #333;
    font-size: 1rem;
    line-height: 1.55;
}

.pkg-notes-group {
    margin-bottom: 1.25rem;
}

.pkg-notes-group:last-child {
    margin-bottom: 0;
}

.pkg-visa-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
    .pkg-visa-cards {
        grid-template-columns: 1fr;
    }
}

.pkg-visa-card {
    border: 1px solid #d5d8dc;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pkg-visa-card__header {
    background: #1a5276;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 0.75rem 1rem;
    text-align: center;
}

.pkg-visa-card__body {
    padding: 1rem 1.1rem;
    flex: 1;
}

.pkg-visa-card__subtitle {
    font-size: 0.95rem;
    font-weight: 700;
    color: #333;
    margin: 0 0 0.75rem;
}

.pkg-visa-card__features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pkg-visa-card__features li {
    padding: 0.3rem 0;
    border-bottom: 1px solid #e9ecef;
    font-size: 0.875rem;
    color: #444;
    line-height: 1.45;
}

.pkg-visa-card__features li:last-child {
    border-bottom: none;
}

.pkg-visa-card__footer {
    background: #f8f9f9;
    padding: 0.85rem 1rem;
    text-align: center;
    border-top: 1px solid #d5d8dc;
}

.pkg-visa-card__price {
    font-size: 1.25rem;
    font-weight: 800;
    color: #222;
}

.pkg-visa-card__price-label {
    display: block;
    font-size: 0.8rem;
    color: #666;
    margin-top: 0.15rem;
}

.landing-package-card__duration {
    font-size: 0.85rem;
    font-weight: 600;
    opacity: 0.95;
    margin: 0.15rem 0 0;
}

/* Gallery lightbox */
.pkg-gallery-lightbox-grid .package-gallery-item {
    border: none;
    padding: 0;
    background: transparent;
    cursor: pointer;
    display: block;
    width: 100%;
}

body.pkg-lightbox-open {
    overflow: hidden;
}

.pkg-gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 10050;
}

.pkg-gallery-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.88);
}

.pkg-gallery-lightbox__dialog {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 4rem;
}

.pkg-gallery-lightbox__figure {
    margin: 0;
    max-width: min(1100px, 92vw);
    max-height: 82vh;
}

.pkg-gallery-lightbox__image {
    max-width: 100%;
    max-height: 82vh;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    border-radius: 6px;
}

.pkg-gallery-lightbox__close {
    position: absolute;
    top: 1rem;
    right: 1.25rem;
    z-index: 3;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 2.25rem;
    line-height: 1;
    cursor: pointer;
}

.pkg-gallery-lightbox__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    background: rgba(255, 255, 255, 0.15);
    border: none;
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 1.75rem;
    line-height: 1;
    cursor: pointer;
}

.pkg-gallery-lightbox__nav--prev { left: 1rem; }
.pkg-gallery-lightbox__nav--next { right: 1rem; }

.pkg-gallery-lightbox__counter {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 0.95rem;
}

/* Hotel amenities */
.hotel-amenities {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-bottom: 1.25rem;
}

.hotel-amenity-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.75rem;
    border: 1px solid #dee2e6;
    border-radius: 999px;
    background: #fff;
    font-size: 0.875rem;
    color: #495057;
}

.hotel-amenity-chip i {
    color: #17a2b8;
}

.pkg-section-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 0.85rem;
}

.pkg-desc-block {
    margin-bottom: 1.5rem;
}

.pkg-desc-block__title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary-color, #001d3d);
    margin-bottom: 0.5rem;
}

.pkg-desc-block__body {
    color: #444;
    line-height: 1.65;
}

.pkg-faq {
    margin: 0;
}

.pkg-faq__item {
    padding: 0 0 1.1rem;
    margin: 0 0 1.1rem;
    border-bottom: 1px solid #dee2e6;
}

.pkg-faq__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.pkg-faq__question {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.45;
    color: #222;
}

.pkg-faq__answer {
    color: #444;
    font-size: 0.95rem;
    line-height: 1.65;
}

.pkg-faq__answer p {
    margin: 0 0 0.65rem;
}

.pkg-faq__answer p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .pkg-gallery-lightbox__dialog {
        padding: 2.5rem 1rem;
    }

    .pkg-gallery-lightbox__nav {
        width: 36px;
        height: 36px;
        font-size: 1.4rem;
    }
}

