/* Typography */
/* Section spacing */
section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
body {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont,
                 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}
h1 {
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.section-title,
h2, h3, h4 {
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #222;
}
.quotation-tabs .nav-link {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.01em;
}
p, li, td {
    font-size: 0.95rem;
    color: #444;
}
p, li, td {
    font-size: 0.95rem;
    color: #444;
}
.price,
.total-cost {
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}


h1, h2, h3, .section-title {
    font-family: 'Poppins', 'Inter', sans-serif;
}

/* Cards refinement */
.card {
    border-radius: 10px;
    border: 1px solid #eee;
}

.card-title {
    color: #A37C5B;
    font-weight: 600;
}

/* Itinerary styling (PDF-like) */
.itinerary-day {
    border-left: 4px solid #A37C5B;
    padding-left: 1rem;
    margin-bottom: 2rem;
}

.itinerary-header {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: .5rem;
}

.itinerary-meta {
    font-size: .85rem;
    color: #666;
    margin-top: .75rem;
}

/* Tables */
.table thead th {
    background: #f5f5f5;
    font-weight: 600;
    text-align: center;
}

.table tbody td {
    vertical-align: middle;
}

.table td.right {
    text-align: right;
}

.table td.center {
    text-align: center;
}


/* CTA */
.cta-box {
    background: #f8f9fa;
    border-top: 3px solid #A37C5B;
}
.stay-card + .stay-card {
    margin-top: 2rem;
}
.stay-card {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
}

.stay-img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.gallery-img {
    height: 90px;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.stay-details h5 {
    color: #A37C5B;
    font-weight: 600;
}
.quotation-hero {
    height: 320px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.quotation-hero .overlay {
    background: rgba(0,0,0,0.45);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.inclusions-exclusions {
    position: relative;
    background: rgba(163,124,91,0.35);

}

.inclusions-exclusions::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: #dee2e6;
}

@media (max-width: 767px) {
    .inclusions-exclusions::before {
        display: none;
    }
}
/* Sticky wrapper */
.sticky-tabs-wrapper {
    position: sticky;
    top: 0;
    z-index: 1020;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}

/* Base tabs */
.quotation-tabs {
    border-bottom: none;
}

/* Tab links */
.quotation-tabs .nav-link {
    border: none;
    color: #666;
    font-weight: 600;
    padding: 12px 14px;
    border-bottom: 3px solid transparent;
    transition: all 0.2s ease;
}

/* Hover */
.quotation-tabs .nav-link:hover {
    color: #A37C5B;
    background: transparent;
}

/* Active tab */
.quotation-tabs .nav-link.active {
    color: #A37C5B;
    background: transparent;
    border-bottom: 3px solid #A37C5B;
}

/* Mobile tweaks */
@media (max-width: 768px) {
    .quotation-tabs .nav-link {
        font-size: 14px;
        padding: 10px 10px;
        text-align: center;
    }
}


.quotation-doc {
    font-size: 0.95rem;
    line-height: 1.6;
}
@media (max-width: 768px) {

    body {
        font-size: 16px;          /* slightly larger for readability */
        line-height: 1.65;
    }

    h1 {
        font-size: 1.4rem;        /* compact but strong */
        line-height: 1.3;
    }

    h2 {
        font-size: 1.2rem;
        line-height: 1.35;
    }

    h3 {
        font-size: 1.05rem;
    }

    h4 {
        font-size: 0.95rem;
    }

    p, li, td {
        font-size: 0.95rem;
    }

    small,
    .text-muted {
        font-size: 0.85rem;
    }
}
@media (max-width: 768px) {

    .quotation-tabs .nav-link {
        font-size: 13.5px;
        padding: 10px 8px;
        font-weight: 600;
        white-space: nowrap;
    }
}
@media (max-width: 768px) {

    .quotation-tabs .nav-link {
        font-size: 13.5px;
        padding: 10px 8px;
        font-weight: 600;
        white-space: nowrap;
    }
}
@media (max-width: 768px) {
    .itinerary-day {
        padding-left: 0.75rem;
    }

    .itinerary-header {
        font-size: 1rem;
    }

    .itinerary-meta {
        font-size: 0.8rem;
    }
}

@media (max-width: 768px) {

    table {
        font-size: 0.9rem;
    }

    table th,
    table td {
        padding: 8px 6px;
    }
}
@media (max-width: 768px) {

    .cta-box h4 {
        font-size: 1.1rem;
    }

    .cta-box p {
        font-size: 0.95rem;
    }

    .cta-box .btn {
        font-size: 1rem;
        padding: 12px;
    }
}
.mobile-menu-toggle {
    font-size: 22px;
    background: none;
    border: none;
    padding: 6px;
    color: #333;
}
/* Overlay */
.mobile-nav-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.4);
    z-index: 1040;
}

/* Drawer */
.mobile-nav-drawer {
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    height: 100%;
    background: #fff;
    z-index: 1050;
    transition: left .3s ease;
    overflow-y: auto;
}

/* Active */
.mobile-nav-drawer.open {
    left: 0;
}

.mobile-nav-overlay.show {
    display: block;
}

/* Header */
.mobile-nav-header {
    padding: 15px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

/* Menu */
.mobile-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav-list > li > a {
    display: block;
    padding: 12px 15px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #f1f1f1;
}

/* Submenu */
.has-submenu > .submenu {
    display: none;
    background: #fafafa;
}

.has-submenu.open > .submenu {
    display: block;
}


@media (max-width: 768px) {
    .quotation-tabs {
        display: none;
    }
}


.day-indicator {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);

    background: #fff;
    border-bottom: 4px solid #A37C5B; /* strong visual anchor */
    border-radius: 12px 12px 8px 8px;

    padding: 8px 16px 6px;
    font-size: 14px;
    font-weight: 600;
    color: #333;

    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
    z-index: 1030;
    display: none;
    white-space: nowrap;
}

/* Label (Itinerary) */
.day-indicator .indicator-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #A37C5B;
    margin-right: 8px;
}

/* Day text */
.day-indicator .indicator-day {
    font-size: 14px;
    font-weight: 700;
    color: #222;
}


/* Sticky mobile menu icon */
.mobile-menu-toggle {
    position: fixed;
    top: 80px;           /* below header */
    left: 10px;
    z-index: 1060;
    font-size: 22px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 8px 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Only show on mobile */
@media (min-width: 769px) {
    .mobile-menu-toggle {
        display: none;
    }
}
.hero-wrapper {
    position: relative;
    width: 100%;
    height: 320px;              /* controlled height */
    overflow: hidden;
    border-radius: 8px;
}

/* Hero image */
.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Bottom gradient overlay */
.hero-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    padding: 18px 24px;

    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.65),
        rgba(0, 0, 0, 0.15),
        rgba(0, 0, 0, 0)
    );

    color: #fff;
}

/* Small meta line */
.hero-meta {
    font-size: 13px;
    font-weight: 500;
    opacity: 0.95;
    margin-bottom: 4px;
}

/* Main title */
.hero-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
}

/* Subtitle */
.hero-subtitle {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.9;
    margin-top: 4px;
}
@media (max-width: 768px) {

    .hero-wrapper {
        height: 240px;
        border-radius: 0;
    }

    .hero-overlay {
        padding: 14px 16px;
    }

    .hero-title {
        font-size: 20px;
    }

    .hero-meta,
    .hero-subtitle {
        font-size: 12.5px;
    }
}
/* Submenu container */
.submenu {
    padding: 8px 10px;
    max-height: 260px;
    overflow-y: auto;
    background: #f9f9f9;
}

/* Each day item */
.submenu li {
    list-style: none;
    margin-bottom: 6px;
}

/* Day links styled as mini tabs */
.submenu li a {
    display: block;
    padding: 10px 14px;

    border-left: 3px solid #A37C5B; 
    border-radius: 6px;

    font-size: 14px;
    font-weight: 600;
    color: #333;
    background: #fff;

    text-decoration: none;
    transition: all 0.2s ease;
}

/* Hover / tap feedback */
.submenu li a:hover {
    background: #f5f5f5;
    border-color: #ccc;
}

/* Active (current day) */
.submenu li a.active-day {
    background: rgba(163,124,91,0.1);
    border-color: #A37C5B;
    color: #A37C5B;
    font-weight: 700;
}
@media (max-width: 480px) {
    .submenu li a {
        padding: 12px 16px;
        font-size: 14.5px;
    }
}
