/* ============================================
   DESTINATION TEMPLATE STYLES
   Kingsland Bright / Colorful Design
   ============================================ */

:root {
    --dest-primary: #FF6B35;
    --dest-accent: #7B2FBE;
    --dest-bg-light: #FFFBF5;
    --dest-bg-dark: #1A1A2E;
    --dest-text-dark: #1A1A2E;
    --dest-text-muted: #8892A4;
    --dest-border: #f0e9df;
    --dest-green: #06D6A0;
    --dest-yellow: #FFD166;
    --dest-sun: #FF6B35;
    --dest-sky: #00B4D8;
    --dest-lime: #06D6A0;
    --dest-rose: #FF4D6D;
    --dest-violet: #7B2FBE;
    --dest-ocean: #118AB2;
    --dest-purple: #C77DFF;
    --dest-coral: #FF6B6B;
    --dest-glass-bg: rgba(255, 255, 255, 0.92);
    --dest-glass-blur: blur(12px);
    --dest-hero-overlay: linear-gradient(to bottom, rgba(13, 13, 43, 0.55), rgba(13, 13, 43, 0.75));
    --dest-hero-gradient-lr: linear-gradient(to right, rgba(13, 13, 43, 0.85) 0%, rgba(13, 13, 43, 0.35) 100%);
    --dest-radius-sm: 0.25rem;
    --dest-radius-md: 0.625rem;
    --dest-radius-lg: 1rem;
    --dest-radius-xl: 1.5rem;
    --dest-radius-full: 9999px;
    --dest-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
    --dest-shadow-card: 0 8px 24px rgba(0, 0, 0, 0.08);
    --dest-shadow-lg: 0 16px 40px rgba(0, 0, 0, 0.12);
    --dest-shadow-2xl: 0 25px 60px rgba(0, 0, 0, 0.18);
    --dest-shadow-primary: 0 8px 24px rgba(255, 107, 53, 0.35);
    --dest-border-width: 1px;
    --dest-card-bg: #fff;
    --dest-font: 'Nunito', sans-serif;
    --dest-heading: 'Righteous', cursive;
}

/* ============================================
   FONTS & TYPOGRAPHY (Bright)
   ============================================ */
.dest-hero-bright,
.dest-cities-bright,
.dest-circles-bright,
.dest-trust-bright,
.dest-cta-bright,
.dest-seasons-bright,
.dest-faq-bright,
.dest-packages-bright,
.dest-highlights-bright,
.dest-section-header {
    font-family: var(--dest-font);
}

/* ============================================
   GRADIENT TEXT CLASSES
   ============================================ */
.dest-grad-sun {
    background: linear-gradient(135deg, var(--dest-sun), var(--dest-rose));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.dest-grad-sky {
    background: linear-gradient(135deg, var(--dest-sky), var(--dest-violet));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.dest-grad-lime {
    background: linear-gradient(135deg, var(--dest-lime), var(--dest-sky));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.dest-grad-rose {
    background: linear-gradient(135deg, var(--dest-rose), var(--dest-violet));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.dest-grad-violet {
    background: linear-gradient(135deg, var(--dest-violet), var(--dest-rose));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ============================================
   SECTION TAG (Bright)
   ============================================ */
.dest-sec-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: var(--dest-font);
}
.dest-sec-tag::before {
    content: '';
    display: block;
    width: 28px;
    height: 3px;
    border-radius: 2px;
    background: currentColor;
}
.dest-tag-sun { color: var(--dest-sun); }
.dest-tag-sky { color: var(--dest-sky); }
.dest-tag-lime { color: var(--dest-lime); }
.dest-tag-rose { color: var(--dest-rose); }
.dest-tag-violet { color: var(--dest-violet); }
.dest-tag-yellow { color: var(--dest-yellow); }

/* ============================================
   SECTION HEADER (Bright)
   ============================================ */
.dest-section-header {
    margin-bottom: 3rem;
}
.dest-section-header h2 {
    font-family: var(--dest-heading);
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1.1;
    color: var(--dest-text-dark);
    margin-bottom: 12px;
}
.dest-section-header--center {
    text-align: center;
}

/* ============================================
   HERO BRIGHT OVERRIDES
   ============================================ */
.dest-hero-bright {
    min-height: 520px;
    background: linear-gradient(135deg, #0D0D2B 0%, #16213E 30%, #1A1A3E 60%, #0F3460 100%);
}

.dest-hero-bright .dest-hero-bg {
    z-index: 1;
}

.dest-hero-bright .dest-hero-overlay {
    z-index: 2;
    background: linear-gradient(to right, rgba(13,13,43,0.85) 0%, rgba(13,13,43,0.35) 100%);
}

.dest-hero-bright .dest-hero-grid-pattern {
    position: absolute;
    inset: 0;
    z-index: 3;
    background-image:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
}

/* Orbs */
.dest-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.35;
    z-index: 2;
    animation: dest-orbFloat 8s ease-in-out infinite;
    pointer-events: none;
}
.dest-orb1 {
    width: 400px;
    height: 400px;
    background: var(--dest-sun);
    top: -120px;
    left: -80px;
}
.dest-orb2 {
    width: 320px;
    height: 320px;
    background: var(--dest-violet);
    top: 60px;
    right: -80px;
    animation-delay: 2s;
}
.dest-orb3 {
    width: 280px;
    height: 280px;
    background: var(--dest-sky);
    bottom: -80px;
    left: 30%;
    animation-delay: 4s;
}
@keyframes dest-orbFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(20px, -20px) scale(1.05); }
    66% { transform: translate(-15px, 15px) scale(0.95); }
}

.dest-hero-bright .dest-container {
    z-index: 10;
}

/* ============================================
   HERO BACKGROUND VIDEO
   ============================================ */
.dest-hero-video-wrap {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
}

.dest-hero-video-wrap video.dest-hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

/* YouTube iframe fill */
.dest-hero-video-wrap #dest-yt-player,
.dest-hero-video-wrap iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110vw;
    height: 62vw;  /* 16:9 ratio */
    min-height: 100%;
    min-width: 178vh; /* 100 * 16/9 */
    transform: translate(-50%, -50%);
    pointer-events: none;
    border: 0;
}

/* When video is present, hide image bg (video covers it) */
.dest-hero-has-video .dest-hero-bg {
    z-index: 0;
}

/* Lighter overlay so video is clearly visible */
.dest-hero-has-video .dest-hero-overlay {
    z-index: 2;
    background: linear-gradient(
        to right,
        rgba(13, 13, 43, 0.72) 0%,
        rgba(13, 13, 43, 0.35) 45%,
        rgba(13, 13, 43, 0.10) 100%
    );
}

/* Hide grid pattern over video for clarity */
.dest-hero-has-video .dest-hero-grid-pattern {
    display: none;
}

/* Reduce orb intensity so video is not obscured */
.dest-hero-has-video .dest-orb {
    z-index: 2;
    opacity: 0.15;
}

/* Hide video on mobile (unless opted in) */
@media (max-width: 768px) {
    .dest-hero-video-hide-mobile {
        display: none !important;
    }
}

/* ============================================
   HERO INLINE VIDEO (mobile only)
   ============================================ */
.dest-hero-video-inline {
    display: none;  /* Hidden on desktop */
}

.dest-hero-video-inline video,
.dest-hero-video-inline iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: var(--dest-radius-lg, 1rem);
    object-fit: cover;
    border: 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

/* On mobile with video: show inline video, hide description */
@media (max-width: 1023px) {
    .dest-hero-has-video .dest-hero-video-inline {
        display: block;
        margin-bottom: 1rem;
    }

    /* Hide BG video on mobile — inline one takes over */
    .dest-hero-has-video .dest-hero-video-wrap {
        display: none !important;
    }

    /* Hide description on mobile when video present */
    .dest-hero-has-video .dest-hero-desc {
        display: none;
    }
}

.dest-hero-bright .dest-breadcrumb {
    z-index: 20;
}

/* Hero Tag Badge */
.dest-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 13px;
    color: var(--dest-yellow);
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-family: var(--dest-font);
}

.dest-hero-bright h1 {
    font-family: var(--dest-heading);
    font-size: clamp(32px, 5vw, 56px);
    line-height: 1.08;
    color: #fff;
    margin-bottom: 1.25rem;
}

.dest-hero-bright .dest-hero-content p {
    font-family: var(--dest-font);
    font-size: 1.0625rem;
    color: rgba(255,255,255,0.7);
    font-weight: 600;
    line-height: 1.7;
}

.dest-hero-bright .dest-hero-badge {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    font-family: var(--dest-font);
    font-weight: 800;
}

/* Lead form button bright */
.dest-hero-bright .form-submit {
    background: linear-gradient(135deg, var(--dest-sun), var(--dest-rose));
    box-shadow: 0 8px 24px rgba(255,107,53,0.4);
    border-radius: var(--dest-radius-lg);
    font-family: var(--dest-font);
    font-weight: 800;
}
.dest-hero-bright .form-submit:hover {
    background: linear-gradient(135deg, var(--dest-rose), var(--dest-sun));
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(255,107,53,0.5);
}

.dest-hero-bright .dest-lead-form h3 {
    font-family: var(--dest-heading);
}

.dest-hero-bright .dest-lead-form input:focus,
.dest-hero-bright .dest-lead-form select:focus {
    border-color: var(--dest-sun);
    box-shadow: 0 0 0 3px rgba(255,107,53,0.1);
}

/* ============================================
   BRIGHT CITIES GRID (Homepage-style cards)
   ============================================ */
.dest-cities-bright {
    padding: 5rem 0;
    background: #fff;
}

.dest-cities-bright-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 260px 260px;
    gap: 16px;
}

.dest-bright-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    text-decoration: none;
    display: block;
}
.dest-bright-card:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 24px 60px rgba(0,0,0,0.15);
}
.dest-bright-card:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/3;
}
.dest-bright-card-bg {
    position: absolute;
    inset: 0;
    transition: transform 0.6s ease;
}
.dest-bright-card:hover .dest-bright-card-bg {
    transform: scale(1.08);
}
.dest-bright-card-pattern {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 80% 20%, rgba(255,255,255,0.15) 0%, transparent 40%),
        radial-gradient(circle at 20% 80%, rgba(255,255,255,0.08) 0%, transparent 30%);
}
.dest-bright-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 60%);
}
.dest-bright-card-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
}
.dest-bright-card-pkgs {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(8px);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    font-family: var(--dest-font);
}
.dest-bright-card-name {
    font-family: var(--dest-heading);
    font-size: 26px;
    color: #fff;
    line-height: 1;
}
.dest-bright-card:first-child .dest-bright-card-name {
    font-size: 36px;
}
.dest-bright-card-tag,
.dest-bright-card-price {
    font-size: 13px;
    color: rgba(255,255,255,0.75);
    font-weight: 600;
    margin-top: 4px;
    font-family: var(--dest-font);
}
.dest-bright-card-hover-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    color: var(--dest-text-dark);
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 800;
    margin-top: 14px;
    opacity: 0;
    transform: translateY(8px);
    transition: all 0.3s ease;
    font-family: var(--dest-font);
}
.dest-bright-card:hover .dest-bright-card-hover-btn {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================
   BRIGHT CIRCULAR CITIES
   ============================================ */
.dest-circles-bright {
    background: var(--dest-bg-light);
}

.dest-circles-bright .dest-circles-grid {
    gap: 2rem;
}

.dest-circle-ring {
    padding: 4px;
    border-radius: var(--dest-radius-full);
    margin-bottom: 1rem;
    transition: transform 0.3s, box-shadow 0.3s;
}

.dest-circle-item:hover .dest-circle-ring {
    transform: scale(1.05);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.dest-circles-bright .dest-circle-image {
    outline: none;
    margin-bottom: 0;
    border: 3px solid #fff;
}

.dest-circles-bright h4 {
    font-family: var(--dest-font);
    font-weight: 800;
    color: var(--dest-text-dark);
}

/* ============================================
   BRIGHT TRUST SECTION
   ============================================ */
.dest-trust-bright h2 {
    font-family: var(--dest-heading);
    font-size: clamp(24px, 3.5vw, 40px);
}

.dest-trust-bright .dest-trust-item h4 {
    font-family: var(--dest-font);
    font-weight: 800;
}

.dest-trust-bright .dest-trust-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
}

/* ============================================
   BRIGHT CTA SECTION
   ============================================ */
.dest-cta-bright {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0D0D2B 0%, #16213E 40%, #0F3460 100%);
}
.dest-cta-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.3;
    pointer-events: none;
}
.dest-cta-orb1 {
    width: 350px;
    height: 350px;
    background: var(--dest-sun);
    top: -100px;
    right: -50px;
    animation: dest-orbFloat 8s ease-in-out infinite;
}
.dest-cta-orb2 {
    width: 280px;
    height: 280px;
    background: var(--dest-violet);
    bottom: -80px;
    left: -60px;
    animation: dest-orbFloat 8s ease-in-out 3s infinite;
}
.dest-cta-bright .dest-container {
    position: relative;
    z-index: 2;
}
.dest-cta-bright h2 {
    color: #fff;
    font-family: var(--dest-heading);
    font-size: clamp(28px, 4vw, 48px);
}
.dest-cta-bright p {
    color: rgba(255,255,255,0.7);
    font-family: var(--dest-font);
}
.dest-cta-bright .dest-cta-btn-primary {
    background: linear-gradient(135deg, var(--dest-yellow), var(--dest-sun));
    color: var(--dest-text-dark);
    border: none;
    box-shadow: 0 8px 32px rgba(255,107,53,0.4);
    font-family: var(--dest-font);
    border-radius: 50px;
    padding: 1rem 2.5rem;
}
.dest-cta-bright .dest-cta-btn-primary:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 14px 40px rgba(255,107,53,0.5);
    background: linear-gradient(135deg, var(--dest-sun), var(--dest-yellow));
    color: var(--dest-text-dark);
}
.dest-cta-bright .dest-cta-btn-secondary {
    border: 2px solid rgba(255,255,255,0.3);
    color: #fff;
    backdrop-filter: blur(10px);
    font-family: var(--dest-font);
    border-radius: 50px;
    padding: 1rem 2.5rem;
}
.dest-cta-bright .dest-cta-btn-secondary:hover {
    background: rgba(255,255,255,0.15);
    color: #fff;
    transform: translateY(-2px);
}
.dest-cta-bright .dest-cta-trust-pills {
    color: rgba(255,255,255,0.6);
}
.dest-cta-bright .dest-cta-trust-pills .material-symbols-outlined {
    color: var(--dest-yellow);
}

/* ============================================
   BRIGHT SEASONS
   ============================================ */
.dest-seasons-bright {
    background: #fff;
}
.dest-seasons-bright .dest-season-card {
    border-radius: var(--dest-radius-xl);
    border-bottom-width: 4px;
    transition: transform 0.3s, box-shadow 0.3s;
}
.dest-seasons-bright .dest-season-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--dest-shadow-lg);
}
.dest-seasons-bright .season-peak {
    border-bottom-color: var(--dest-sky);
}
.dest-seasons-bright .season-peak .dest-season-icon {
    background: rgba(0,180,216,0.12);
    color: var(--dest-sky);
    border-radius: 14px;
}
.dest-seasons-bright .season-peak .dest-season-tag {
    background: rgba(0,180,216,0.12);
    color: var(--dest-sky);
}
.dest-seasons-bright .season-budget {
    border-bottom-color: var(--dest-sun);
}
.dest-seasons-bright .season-budget .dest-season-icon {
    background: rgba(255,107,53,0.12);
    color: var(--dest-sun);
    border-radius: 14px;
}
.dest-seasons-bright .season-budget .dest-season-tag {
    background: rgba(255,107,53,0.12);
    color: var(--dest-sun);
}
.dest-seasons-bright .season-monsoon {
    border-bottom-color: var(--dest-lime);
}
.dest-seasons-bright .season-monsoon .dest-season-icon {
    background: rgba(6,214,160,0.12);
    color: var(--dest-lime);
    border-radius: 14px;
}
.dest-seasons-bright .season-monsoon .dest-season-tag {
    background: rgba(6,214,160,0.12);
    color: var(--dest-lime);
}

.dest-seasons-bright h3 {
    font-family: var(--dest-font);
    font-weight: 800;
}

/* ============================================
   BRIGHT PACKAGES
   ============================================ */
.dest-packages-bright {
    background: var(--dest-bg-light);
}
.dest-packages-bright h2 {
    font-family: var(--dest-heading);
    font-size: clamp(26px, 3.5vw, 42px);
}
.dest-packages-bright .dest-tour-card {
    border: none;
    border-radius: var(--dest-radius-xl);
    box-shadow: var(--dest-shadow-card);
    transition: transform 0.4s, box-shadow 0.4s;
}
.dest-packages-bright .dest-tour-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--dest-shadow-2xl);
}
.dest-packages-bright .dest-tour-card-cta {
    background: linear-gradient(135deg, var(--dest-sun), var(--dest-rose));
    color: #fff;
    border-radius: 50px;
    font-family: var(--dest-font);
    box-shadow: 0 4px 16px rgba(255,107,53,0.3);
}
.dest-packages-bright .dest-tour-card-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255,107,53,0.4);
}
.dest-packages-bright .dest-tour-card-cta--ghost {
    background: rgba(255,107,53,0.1);
    color: var(--dest-sun);
    box-shadow: none;
}
.dest-packages-bright .dest-tour-card-cta--ghost:hover {
    background: linear-gradient(135deg, var(--dest-sun), var(--dest-rose));
    color: #fff;
    box-shadow: 0 8px 24px rgba(255,107,53,0.4);
}
.dest-packages-bright .dest-tour-card-badge.badge-primary {
    background: linear-gradient(135deg, var(--dest-sun), var(--dest-rose));
}
.dest-packages-bright .dest-tour-card-badge.badge-orange {
    background: linear-gradient(135deg, var(--dest-yellow), var(--dest-sun));
    color: var(--dest-text-dark);
}
.dest-packages-bright .dest-tour-card-badge.badge-purple {
    background: linear-gradient(135deg, var(--dest-violet), var(--dest-purple));
}
.dest-packages-bright .dest-tour-card-badge.badge-green {
    background: linear-gradient(135deg, var(--dest-lime), var(--dest-ocean));
}
.dest-packages-bright .dest-tour-card-location {
    color: var(--dest-sun);
}
.dest-packages-bright .view-all {
    color: var(--dest-sun);
    font-family: var(--dest-font);
    font-weight: 800;
}

/* ============================================
   BRIGHT FAQ
   ============================================ */
.dest-faq-bright {
    background: #fff;
}
.dest-faq-bright .dest-faq-item {
    border-radius: var(--dest-radius-lg);
    border: 1px solid var(--dest-border);
    transition: box-shadow 0.3s;
}
.dest-faq-bright .dest-faq-item[open] {
    box-shadow: var(--dest-shadow-card);
    border-color: rgba(255,107,53,0.3);
}
.dest-faq-bright .dest-faq-item summary {
    font-family: var(--dest-font);
    font-weight: 800;
}
.dest-faq-bright .dest-faq-item[open] summary {
    color: var(--dest-sun);
}
.dest-faq-bright .dest-faq-item[open] summary .material-symbols-outlined {
    color: var(--dest-sun);
}

/* ============================================
   BRIGHT HIGHLIGHTS (Child Destinations)
   ============================================ */
.dest-highlights-bright {
    background: var(--dest-bg-light);
}
.dest-highlights-bright .dest-highlight-image {
    border-radius: 20px;
}
.dest-highlights-bright .dest-highlights-link {
    color: var(--dest-sun);
}
.dest-highlights-bright .dest-highlight-card:hover img {
    transform: scale(1.12);
}

/* ============================================
   BRIGHT FILTER BAR
   ============================================ */
.dest-filter-bar {
    background: rgba(255,251,245,0.95);
    backdrop-filter: blur(10px);
    border-color: var(--dest-border);
}
.dest-filter-bar h3 .material-symbols-outlined {
    color: var(--dest-sun);
}
.dest-filter-bar select:focus {
    border-color: var(--dest-sun);
    box-shadow: 0 0 0 3px rgba(255,107,53,0.1);
}

/* ============================================
   BRIGHT UPPER/LOWER CONTENT
   ============================================ */
.dest-upper-content {
    background: var(--dest-bg-light);
}
.dest-upper-content h2 {
    font-family: var(--dest-heading);
}
.dest-read-more-btn {
    border-color: var(--dest-sun);
    color: var(--dest-sun);
}
.dest-read-more-btn:hover {
    background: var(--dest-sun);
    color: #fff;
}
.dest-lower-content a {
    color: var(--dest-sun);
}

/* ============================================
   BRIGHT LOAD MORE
   ============================================ */
.dest-load-more-btn {
    background: linear-gradient(135deg, var(--dest-sun), var(--dest-rose));
    color: #fff;
    border-radius: 50px;
    font-family: var(--dest-font);
    font-weight: 800;
    padding: 1rem 2.5rem;
    box-shadow: 0 8px 24px rgba(255,107,53,0.3);
}
.dest-load-more-btn:hover {
    background: linear-gradient(135deg, var(--dest-rose), var(--dest-sun));
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(255,107,53,0.4);
}

/* ============================================
   BRIGHT BLOG SECTION
   ============================================ */
.dest-blog-bright {
    background: #fff;
}
.dest-blog-bright h2 {
    font-family: var(--dest-heading);
}
.dest-blog-bright .dest-blog-card-category {
    background: rgba(255,107,53,0.1);
    color: var(--dest-sun);
}
.dest-blog-bright .dest-blog-read-more {
    color: var(--dest-sun);
}
.dest-blog-bright .dest-blog-card:hover .dest-blog-card-body h3 {
    color: var(--dest-sun);
}

/* ============================================
   BRIGHT DESTINATION GRID CARDS (Main Listing)
   ============================================ */
.dest-grid-card-placeholder {
    background: linear-gradient(135deg, #1A1A2E, #16213E);
}
.dest-grid-card-placeholder .material-symbols-outlined {
    color: var(--dest-yellow);
}
.dest-grid-card:hover .dest-grid-card-btn {
    background: linear-gradient(135deg, var(--dest-sun), var(--dest-rose));
    color: #fff;
}
.dest-grid-card-price strong {
    color: var(--dest-sun);
}

/* ============================================
   BRIGHT OFFER BANNER
   ============================================ */
.dest-offer-inner {
    background: linear-gradient(135deg, var(--dest-sun), var(--dest-rose));
}
.dest-offer-btn {
    color: var(--dest-sun);
}

/* ============================================
   BRIGHT TESTIMONIALS
   ============================================ */
.dest-testimonials-section {
    background: var(--dest-bg-light);
}
.dest-testimonial-quote {
    background: linear-gradient(135deg, var(--dest-sun), var(--dest-rose));
}

/* ============================================
   RESPONSIVE - BRIGHT CITIES GRID
   ============================================ */
@media (max-width: 1023px) {
    .dest-cities-bright-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 220px 220px 220px;
    }
    .dest-bright-card:nth-child(1) {
        grid-column: auto;
        grid-row: auto;
    }
    .dest-bright-card:first-child .dest-bright-card-name {
        font-size: 26px;
    }
}
@media (max-width: 640px) {
    .dest-cities-bright-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .dest-bright-card {
        min-height: 220px;
    }
}

/* ============================================
   WHATSAPP FLOATING BUTTON
   ============================================ */
.dest-whatsapp-btn {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 50;
    background: #25D366;
    color: #fff;
    padding: 1rem;
    border-radius: var(--dest-radius-full);
    box-shadow: var(--dest-shadow-2xl);
    transition: transform 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.dest-whatsapp-btn:hover {
    transform: scale(1.1);
    color: #fff;
}

.dest-whatsapp-btn svg {
    width: 28px;
    height: 28px;
    fill: currentColor;
}

/* ============================================
   BREADCRUMB (Inside Hero)
   ============================================ */
.dest-breadcrumb {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    padding: 1rem 1.5rem;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.7);
}

.dest-breadcrumb a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.dest-breadcrumb a:hover {
    color: #fff;
    text-decoration: underline;
}

.dest-breadcrumb span {
    color: #fff;
    font-weight: 700;
}

/* ============================================
   1. HERO SECTION (Parent & Child)
   ============================================ */
.dest-hero {
    position: relative;
    width: 100%;
    min-height: 460px;
    display: flex;
    align-items: center;
    padding: 3rem 0;
    padding-top: 5rem;
    overflow: hidden;
}

.dest-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.dest-hero-overlay {
    position: absolute;
    inset: 0;
    background: var(--dest-hero-gradient-lr);
}

.dest-hero .dest-container {
    position: relative;
    z-index: 10;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
    width: 100%;
}

.dest-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.dest-hero-content {
    color: #fff;
}

.dest-hero-content h1 {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #fff;
}

.dest-hero-content p {
    font-size: 1.125rem;
    color: #e2e8f0;
    line-height: 1.7;
    margin-bottom: 2rem;
    max-width: 600px;
}

.dest-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
}

.dest-hero-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    padding: 0.5rem 1rem;
    border-radius: var(--dest-radius-full);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.875rem;
    font-weight: 700;
    color: #fff;
}

.dest-hero-badge .material-symbols-outlined {
    font-size: 1.125rem;
}

.dest-hero-traveler-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: 1rem;
}

.dest-hero-avatars {
    display: flex;
}

.dest-hero-avatars img {
    width: 40px;
    height: 40px;
    border-radius: var(--dest-radius-full);
    border: 2px solid #fff;
    margin-left: -8px;
    object-fit: cover;
}

.dest-hero-avatars img:first-child {
    margin-left: 0;
}

.dest-hero-traveler-row span {
    font-size: 0.875rem;
    font-weight: 500;
    color: #fff;
}

/* ============================================
   LEAD FORM (Hero Card)
   ============================================ */
.dest-lead-form {
    background: #fff;
    border-radius: var(--dest-radius-xl);
    box-shadow: var(--dest-shadow-2xl);
    padding: 1.5rem 2rem;
    max-width: 420px;
    margin-left: auto;
    width: 100%;
}

.dest-lead-form h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--dest-text-dark);
    margin-bottom: 0.5rem;
}

.dest-lead-form .form-subtext {
    font-size: 0.875rem;
    color: var(--dest-text-muted);
    margin-bottom: 1.5rem;
}

.dest-lead-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.dest-lead-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-bottom: 0.75rem;
}

.dest-lead-form .form-group.full-width {
    grid-column: 1 / -1;
}

.dest-lead-form .form-group .optional {
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    color: #94a3b8;
    font-size: 0.5625rem;
}

.dest-lead-form label {
    font-size: 0.625rem;
    font-weight: 700;
    color: var(--dest-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.dest-lead-form input,
.dest-lead-form select {
    width: 100%;
    border-radius: var(--dest-radius-md);
    border: 1px solid var(--dest-border);
    background: #f8fafc;
    padding: 0.625rem 0.75rem;
    font-size: 0.875rem;
    color: var(--dest-text-dark);
    font-family: inherit;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.dest-lead-form input:focus,
.dest-lead-form select:focus {
    outline: none;
    border-color: var(--dest-primary);
    box-shadow: 0 0 0 3px rgba(17, 82, 212, 0.1);
}

.dest-lead-form .form-submit {
    width: 100%;
    background: var(--dest-primary);
    color: #fff;
    padding: 1rem;
    border: none;
    border-radius: var(--dest-radius-md);
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
    transition: background 0.2s;
    box-shadow: var(--dest-shadow-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
    font-family: inherit;
}

.dest-lead-form .form-submit:hover {
    background: #1d4ed8;
}

.dest-lead-form .form-privacy {
    font-size: 0.625rem;
    text-align: center;
    color: #94a3b8;
    margin-top: 0.75rem;
}

/* ============================================
   2. UPPER CONTENT / SEO INTRO
   ============================================ */
.dest-upper-content {
    padding: 4rem 0;
    background: #fff;
}

.dest-upper-content .dest-container {
    max-width: 896px;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: center;
}

.dest-upper-content h2 {
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--dest-text-dark);
    margin-bottom: 1.5rem;
}

.dest-upper-content .content-body {
    color: #4b5563;
    line-height: 1.8;
    font-size: 1.125rem;
}

.dest-upper-content .content-body p {
    margin-bottom: 1rem;
}

/* Read More / Collapsible Content */
.dest-content-collapsible.is-collapsed {
    max-height: 10em;
    /* ~70 words visible */
    overflow: hidden;
    position: relative;
}

.dest-content-collapsible.is-collapsed::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4em;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    pointer-events: none;
}

.dest-lower-content .dest-content-collapsible.is-collapsed::after {
    background: linear-gradient(to bottom, rgba(246, 246, 248, 0), var(--dest-bg-light));
}

.dest-content-collapsible.is-expanded {
    max-height: none;
    overflow: visible;
}

.dest-read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    margin-top: 1rem;
    padding: 0.5rem 1.5rem;
    background: transparent;
    border: 2px solid var(--dest-primary);
    color: var(--dest-primary);
    font-size: 0.9375rem;
    font-weight: 600;
    border-radius: var(--dest-radius-full);
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    font-family: inherit;
}

.dest-read-more-btn:hover {
    background: var(--dest-primary);
    color: #fff;
}

.dest-read-more-btn .material-symbols-outlined {
    font-size: 1.25rem;
    transition: transform 0.3s;
}

.dest-read-more-btn.is-expanded .material-symbols-outlined {
    transform: rotate(180deg);
}

/* ============================================
   3. PACKAGE GRID
   ============================================ */
.dest-packages {
    padding: 5rem 0;
    background: var(--dest-bg-light);
}

.dest-packages .dest-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.dest-packages-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 3rem;
}

.dest-packages-header h2 {
    font-size: 1.875rem;
    font-weight: 800;
    color: var(--dest-text-dark);
    margin-bottom: 0.5rem;
}

.dest-packages-header p {
    color: var(--dest-text-muted);
    font-size: 0.875rem;
}

.dest-packages-header .view-all {
    color: var(--dest-primary);
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    white-space: nowrap;
}

.dest-packages-header .view-all:hover {
    text-decoration: underline;
}

.dest-packages-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

/* ============================================
   TOUR CARD (Destination Style)
   ============================================ */
.dest-tour-card {
    background: var(--dest-card-bg);
    border-radius: var(--dest-radius-xl);
    overflow: hidden;
    border: var(--dest-border-width) solid var(--dest-border);
    box-shadow: var(--dest-shadow-lg);
    transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
    display: flex;
    flex-direction: column;
}

.dest-tour-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--dest-shadow-2xl);
}

.dest-tour-card-image {
    position: relative;
    height: 256px;
    overflow: hidden;
}

.dest-tour-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.dest-tour-card:hover .dest-tour-card-image img {
    transform: scale(1.1);
}

.dest-tour-card-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 4px 12px;
    border-radius: var(--dest-radius-full);
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.dest-tour-card-badge.badge-primary {
    background: var(--dest-primary);
}

.dest-tour-card-badge.badge-orange {
    background: #f97316;
}

.dest-tour-card-badge.badge-purple {
    background: #7c3aed;
}

.dest-tour-card-badge.badge-indigo {
    background: #4f46e5;
}

.dest-tour-card-badge.badge-green {
    background: var(--dest-green);
}

.dest-tour-card-badge.badge-accent {
    background: var(--dest-accent);
}

.dest-tour-card-rating {
    position: absolute;
    bottom: 16px;
    right: 16px;
    background: var(--dest-glass-bg);
    backdrop-filter: var(--dest-glass-blur);
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 4px;
}

.dest-tour-card-body {
    padding: 2rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.dest-tour-card-location {
    font-size: 11px;
    font-weight: 700;
    color: var(--dest-primary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 4px;
}

.dest-tour-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--dest-text-dark);
    margin-bottom: 1rem;
    line-height: 1.3;
}

.dest-tour-card-excerpt {
    font-size: 0.875rem;
    color: #4b5563;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dest-tour-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.875rem;
    color: var(--dest-text-muted);
    margin-bottom: 1.5rem;
}

.dest-tour-card-meta>div {
    display: flex;
    align-items: center;
    gap: 4px;
}

.dest-tour-card-amenities {
    display: flex;
    gap: 1rem;
    padding: 1.5rem 0;
    border-top: 1px solid var(--dest-border);
    margin-bottom: 2rem;
}

.dest-tour-card-amenity {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    flex: 1;
}

.dest-tour-card-amenity .material-symbols-outlined {
    color: #94a3b8;
    font-size: 20px;
}

.dest-tour-card-amenity .amenity-label {
    font-size: 10px;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
}

.dest-tour-card-highlights {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
}

.dest-tour-card-highlights li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
    color: #4b5563;
    margin-bottom: 0.375rem;
}

.dest-tour-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: auto;
}

.dest-tour-card-old-price {
    font-size: 0.75rem;
    color: #94a3b8;
    text-decoration: line-through;
    display: block;
}

.dest-tour-card-price {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--dest-text-dark);
    line-height: 1.2;
}

.dest-tour-card-price .per-person {
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--dest-text-muted);
}

.dest-tour-card-cta {
    display: inline-block;
    background: var(--dest-primary);
    color: #fff;
    font-weight: 700;
    padding: 0.75rem 1.5rem;
    border-radius: var(--dest-radius-lg);
    border: none;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    text-decoration: none;
    font-size: 0.875rem;
    font-family: inherit;
    white-space: nowrap;
}

.dest-tour-card-cta:hover {
    background: #1d4ed8;
    transform: translateY(-1px);
}

.dest-tour-card-cta--ghost {
    background: rgba(17, 82, 212, 0.1);
    color: var(--dest-primary);
    border: none;
}

.dest-tour-card-cta--ghost:hover {
    background: var(--dest-primary);
    color: #fff;
}

/* Load More Packages Button */
.dest-load-more-btn {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: var(--dest-radius-xl);
    font-weight: 700;
    font-size: 1rem;
    color: var(--dest-text-dark);
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    font-family: inherit;
}

.dest-load-more-btn:hover {
    border-color: var(--dest-primary);
    color: var(--dest-primary);
    box-shadow: var(--dest-shadow-card);
}

/* ============================================
   4. CIRCULAR CITIES ROW (Parent Destination)
   ============================================ */
.dest-circles {
    padding: 5rem 0;
    background: #fff;
}

.dest-circles .dest-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.dest-circles h2 {
    font-size: 1.875rem;
    font-weight: 700;
    text-align: center;
    color: var(--dest-text-dark);
    margin-bottom: 4rem;
}

.dest-circles-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.dest-circle-item {
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    display: block;
}

.dest-circle-image {
    aspect-ratio: 1/1;
    border-radius: var(--dest-radius-full);
    overflow: hidden;
    margin-bottom: 1rem;
    outline: 4px solid transparent;
    outline-offset: 2px;
    transition: outline-color 0.3s;
}

.dest-circle-item:hover .dest-circle-image {
    outline-color: var(--dest-primary);
}

.dest-circle-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dest-circle-item h4 {
    font-weight: 700;
    color: var(--dest-text-dark);
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.dest-circle-item .dest-circle-tagline {
    font-size: 0.625rem;
    color: var(--dest-text-muted);
    font-weight: 600;
    text-transform: uppercase;
}

/* ============================================
   5. CITIES GRID (Parent Destination)
   ============================================ */
.dest-cities {
    padding: 5rem 0;
    background: var(--dest-bg-light);
}

.dest-cities .dest-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.dest-cities h2 {
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--dest-text-dark);
    margin-bottom: 3rem;
}

.dest-cities-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.dest-city-card {
    background: var(--dest-card-bg);
    border-radius: var(--dest-radius-xl);
    overflow: hidden;
    border: var(--dest-border-width) solid #f1f5f9;
    box-shadow: var(--dest-shadow-sm);
    transition: box-shadow 0.3s, transform 0.3s;
    text-decoration: none;
    display: block;
}

.dest-city-card:hover {
    box-shadow: var(--dest-shadow-lg);
    transform: translateY(-4px);
}

.dest-city-card-image {
    height: 256px;
    overflow: hidden;
    position: relative;
}

.dest-city-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.dest-city-card:hover .dest-city-card-image img {
    transform: scale(1.1);
}

.dest-city-card-count {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: var(--dest-glass-bg);
    backdrop-filter: var(--dest-glass-blur);
    padding: 0.25rem 0.75rem;
    border-radius: var(--dest-radius-md);
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--dest-primary);
}

.dest-city-card-body {
    padding: 1.5rem;
}

.dest-city-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--dest-text-dark);
    margin-bottom: 0.25rem;
}

.dest-city-card .dest-city-price {
    font-size: 0.875rem;
    color: var(--dest-text-muted);
    margin-bottom: 1rem;
}

.dest-city-card .dest-city-price span {
    color: var(--dest-primary);
    font-weight: 700;
}

.dest-city-card-btn {
    display: block;
    width: 100%;
    padding: 0.75rem;
    background: #f8fafc;
    color: var(--dest-text-dark);
    font-weight: 700;
    border-radius: var(--dest-radius-xl);
    text-align: center;
    transition: background 0.2s, color 0.2s;
    border: none;
    font-family: inherit;
    font-size: 0.875rem;
}

.dest-city-card:hover .dest-city-card-btn {
    background: var(--dest-primary);
    color: #fff;
}

/* ============================================
   6. SEASONS / BEST TIME TO VISIT
   ============================================ */
.dest-seasons {
    padding: 5rem 0;
    background: var(--dest-bg-light);
}

.dest-seasons.on-white {
    background: #fff;
}

.dest-seasons .dest-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.dest-seasons h2 {
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--dest-text-dark);
    margin-bottom: 3rem;
    text-align: center;
}

.dest-seasons-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.dest-season-card {
    background: var(--dest-card-bg);
    padding: 2rem;
    border-radius: var(--dest-radius-xl);
    box-shadow: var(--dest-shadow-sm);
    border-bottom: 4px solid transparent;
}

.dest-season-card.season-peak {
    border-bottom-color: var(--dest-primary);
}

.dest-season-card.season-budget {
    border-bottom-color: #f97316;
}

.dest-season-card.season-monsoon {
    border-bottom-color: var(--dest-green);
}

.dest-season-icon {
    width: 3rem;
    height: 3rem;
    border-radius: var(--dest-radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.season-peak .dest-season-icon {
    background: #eff6ff;
    color: var(--dest-primary);
}

.season-budget .dest-season-icon {
    background: #fff7ed;
    color: #f97316;
}

.season-monsoon .dest-season-icon {
    background: #f0fdf4;
    color: var(--dest-green);
}

.dest-season-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--dest-text-dark);
}

.dest-season-card p {
    color: var(--dest-text-muted);
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.dest-season-tag {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: var(--dest-radius-sm);
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.season-peak .dest-season-tag {
    background: #dbeafe;
    color: var(--dest-primary);
}

.season-budget .dest-season-tag {
    background: #ffedd5;
    color: #ea580c;
}

.season-monsoon .dest-season-tag {
    background: #dcfce7;
    color: #16a34a;
}

/* ============================================
   7. TRUST / WHY BOOK WITH US
   ============================================ */
.dest-trust {
    padding: 5rem 0;
    background: #fff;
    overflow: hidden;
}

.dest-trust .dest-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.dest-trust-grid {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    align-items: center;
}

.dest-trust-content {
    width: 100%;
}

.dest-trust h2 {
    font-size: 1.875rem;
    font-weight: 800;
    color: var(--dest-text-dark);
    margin-bottom: 1.5rem;
}

.dest-trust-items {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.dest-trust-item {
    display: flex;
    gap: 1rem;
}

.dest-trust-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: var(--dest-radius-full);
    background: rgba(17, 82, 212, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dest-primary);
}

.dest-trust-item h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--dest-text-dark);
    margin-bottom: 0.25rem;
}

.dest-trust-item p {
    font-size: 0.875rem;
    color: var(--dest-text-muted);
}

.dest-trust-images {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.dest-trust-images img {
    border-radius: var(--dest-radius-xl);
    width: 100%;
    height: 256px;
    object-fit: cover;
}

.dest-trust-images img:nth-child(2) {
    margin-top: 2rem;
}

/* Gallery Collage Layout */
.dest-trust-gallery {
    width: 100%;
}

.dest-gallery-collage {
    display: grid;
    gap: 0.75rem;
}

.dest-gallery-collage.gallery-count-1 {
    grid-template-columns: 1fr;
}

.dest-gallery-collage.gallery-count-2 {
    grid-template-columns: 1fr 1fr;
}

.dest-gallery-collage.gallery-count-3 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

.dest-gallery-collage.gallery-count-3 .dest-gallery-item:first-child {
    grid-row: 1 / 3;
}

.dest-gallery-collage.gallery-count-4 {
    grid-template-columns: 1fr 1fr;
}

.dest-gallery-collage.gallery-count-5 {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 1fr 1fr;
}

.dest-gallery-collage.gallery-count-5 .dest-gallery-item:nth-child(1) {
    grid-column: 1 / 3;
}

.dest-gallery-collage.gallery-count-5 .dest-gallery-item:nth-child(2) {
    grid-column: 3 / 5;
}

.dest-gallery-collage.gallery-count-5 .dest-gallery-item:nth-child(3) {
    grid-column: 5 / 7;
}

.dest-gallery-collage.gallery-count-5 .dest-gallery-item:nth-child(4) {
    grid-column: 1 / 4;
}

.dest-gallery-collage.gallery-count-5 .dest-gallery-item:nth-child(5) {
    grid-column: 4 / 7;
}

.dest-gallery-collage.gallery-count-6 {
    grid-template-columns: repeat(3, 1fr);
}

.dest-gallery-item {
    position: relative;
    border-radius: var(--dest-radius-xl);
    overflow: hidden;
    aspect-ratio: 4/3;
    cursor: pointer;
}

.dest-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.dest-gallery-item:hover img {
    transform: scale(1.08);
}

.dest-gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.3s;
}

.dest-gallery-item:hover .dest-gallery-overlay {
    opacity: 1;
}

/* Gallery entrance animation */
@keyframes destGalleryFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.dest-gallery-item {
    animation: destGalleryFadeIn 0.6s ease forwards;
    animation-delay: calc(var(--delay, 0) * 0.1s);
}

/* ============================================
   8. LOWER CONTENT
   ============================================ */
.dest-lower-content {
    padding: 4rem 0;
    background: var(--dest-bg-light);
}

.dest-lower-content .dest-container {
    max-width: 896px;
    margin: 0 auto;
    padding: 0 1rem;
}

.dest-lower-content h2,
.dest-lower-content h3 {
    color: var(--dest-text-dark);
    margin-bottom: 1rem;
}

.dest-lower-content p {
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.dest-lower-content a {
    color: var(--dest-primary);
}

/* ============================================
   9. FAQ SECTION
   ============================================ */
.dest-faq {
    padding: 4rem 0;
    background: #f8fafc;
}

.dest-faq .dest-container {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 1rem;
}

.dest-faq h2 {
    font-size: 1.875rem;
    font-weight: 800;
    color: var(--dest-text-dark);
    margin-bottom: 2.5rem;
    text-align: center;
}

.dest-faq-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.dest-faq-item {
    background: var(--dest-card-bg);
    border-radius: var(--dest-radius-md);
    border: var(--dest-border-width) solid var(--dest-border);
    overflow: hidden;
}

.dest-faq-item summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    cursor: pointer;
    font-weight: 700;
    color: var(--dest-text-dark);
    list-style: none;
    font-size: 0.9375rem;
}

.dest-faq-item summary::-webkit-details-marker {
    display: none;
}

.dest-faq-item summary .material-symbols-outlined {
    transition: transform 0.3s;
    color: var(--dest-text-muted);
}

.dest-faq-item[open] summary .material-symbols-outlined {
    transform: rotate(180deg);
}

.dest-faq-answer {
    padding: 0 1rem 1rem;
    color: #4b5563;
    font-size: 0.875rem;
    line-height: 1.7;
}

/* ============================================
   10. FINAL CTA
   ============================================ */
.dest-cta {
    padding: 5rem 0;
    background: var(--dest-primary);
    text-align: center;
}

.dest-cta .dest-container {
    max-width: 896px;
    margin: 0 auto;
    padding: 0 1rem;
}

.dest-cta h2 {
    font-size: 1.875rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1.5rem;
}

.dest-cta p {
    font-size: 1.25rem;
    color: #bfdbfe;
    margin-bottom: 2.5rem;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.dest-cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.dest-cta-btn-primary {
    background: #fff;
    color: var(--dest-primary);
    padding: 1rem 2rem;
    border-radius: var(--dest-radius-xl);
    font-weight: 800;
    font-size: 1.125rem;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
    box-shadow: var(--dest-shadow-lg);
    text-decoration: none;
    display: inline-block;
    font-family: inherit;
}

.dest-cta-btn-primary:hover {
    background: #f1f5f9;
    color: var(--dest-primary);
}

.dest-cta-btn-secondary {
    background: transparent;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: var(--dest-radius-xl);
    font-weight: 800;
    font-size: 1.125rem;
    border: 2px solid #fff;
    cursor: pointer;
    transition: background 0.2s;
    text-decoration: none;
    display: inline-block;
    font-family: inherit;
}

.dest-cta-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.dest-cta-trust-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin-top: 3rem;
    color: #93c5fd;
}

.dest-cta-trust-pills>div {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
}

/* ============================================
   CITY HIGHLIGHTS (Child Page - Portrait Cards)
   ============================================ */
.dest-highlights {
    padding: 4rem 0;
    background: #fff;
}

.dest-highlights .dest-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.dest-highlights h2 {
    font-size: 1.875rem;
    font-weight: 800;
    color: var(--dest-text-dark);
    margin-bottom: 1rem;
    text-align: center;
}

.dest-highlights-link {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    color: var(--dest-primary);
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    margin-bottom: 2rem;
    transition: gap 0.2s;
}

.dest-highlights-link:hover {
    gap: 0.5rem;
}

.dest-highlights-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.dest-highlight-card {
    cursor: pointer;
}

.dest-highlight-card .dest-highlight-image {
    position: relative;
    aspect-ratio: 3/4;
    border-radius: var(--dest-radius-xl);
    overflow: hidden;
    margin-bottom: 1rem;
}

.dest-highlight-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s;
}

.dest-highlight-card:hover img {
    transform: scale(1.1);
}

.dest-highlight-card .dest-highlight-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 50%, transparent 100%);
    opacity: 0.6;
}

.dest-highlight-card .dest-highlight-name {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    color: #fff;
    font-weight: 700;
    font-size: 1.125rem;
}

/* ============================================
   FILTER BAR (Child Page)
   ============================================ */
.dest-filter-bar {
    padding: 1.5rem 0;
    background: #f1f5f9;
    border-top: 1px solid var(--dest-border);
    border-bottom: 1px solid var(--dest-border);
    position: sticky;
    top: 64px;
    z-index: 40;
}

.dest-filter-bar .dest-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.dest-filter-bar-inner {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.dest-filter-bar h3 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--dest-text-dark);
    margin: 0;
    flex-shrink: 0;
}

.dest-filter-bar h3 .material-symbols-outlined {
    color: var(--dest-primary);
}

.dest-filter-selects {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    width: 100%;
}

.dest-filter-selects select {
    border-radius: var(--dest-radius-md);
    border: 1px solid #cbd5e1;
    padding: 0.625rem 0.75rem;
    font-size: 0.875rem;
    color: var(--dest-text-dark);
    font-family: inherit;
    background: #fff;
    width: 100%;
}

.dest-filter-selects select:focus {
    outline: none;
    border-color: var(--dest-primary);
    box-shadow: 0 0 0 3px rgba(17, 82, 212, 0.1);
}

/* ============================================
   CATEGORY FILTER PILLS (Main Destinations Page)
   ============================================ */
.dest-category-bar {
    background: var(--dest-bg-light);
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--dest-border);
}

.dest-category-bar .dest-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.dest-category-pills {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.dest-category-pills::-webkit-scrollbar {
    display: none;
}

.dest-category-pill {
    flex: none;
    padding: 0.625rem 1.5rem;
    border-radius: var(--dest-radius-full);
    font-size: 0.875rem;
    font-weight: 700;
    border: var(--dest-border-width) solid var(--dest-border);
    background: #fff;
    color: #4b5563;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
    text-decoration: none;
    font-family: inherit;
}

.dest-category-pill:hover {
    border-color: var(--dest-primary);
    color: var(--dest-primary);
}

.dest-category-pill.active {
    background: linear-gradient(135deg, var(--dest-sun), var(--dest-rose));
    color: #fff;
    border-color: var(--dest-sun);
}

/* ============================================
   DESTINATIONS GRID (Main Page - 4 Col Cards)
   ============================================ */
.dest-main-grid-section {
    padding: 5rem 0;
}

.dest-main-grid-section .dest-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.dest-main-grid-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 3rem;
}

.dest-main-grid-header h2 {
    font-size: 1.875rem;
    font-weight: 800;
    color: var(--dest-text-dark);
    margin-bottom: 0.5rem;
}

.dest-main-grid-header p {
    color: var(--dest-text-muted);
    font-weight: 500;
}

.dest-main-grid-header .view-all {
    color: var(--dest-primary);
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.dest-main-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

/* ============================================
   HERO SECTION (Main Destinations Page)
   ============================================ */
.dest-main-hero {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    overflow: hidden;
}

.dest-main-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.dest-main-hero-bg .dest-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 10;
    background: var(--dest-hero-overlay);
}

.dest-main-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dest-main-hero-content {
    position: relative;
    z-index: 20;
    max-width: 1024px;
    width: 100%;
    text-align: center;
}

.dest-main-hero-content h1 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.dest-main-hero-content h1 .accent {
    color: var(--dest-accent);
    text-decoration: underline;
    text-decoration-color: var(--dest-accent);
    text-underline-offset: 4px;
}

.dest-main-hero-content>p {
    font-size: 1.125rem;
    color: #e2e8f0;
    margin-bottom: 3rem;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
}

.dest-trust-signals {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 3rem;
}

.dest-trust-signal {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.9);
}

.dest-trust-signal .material-symbols-outlined {
    color: var(--dest-accent);
}

.dest-trust-signal span:last-child {
    font-size: 0.875rem;
    font-weight: 700;
}

/* Search Box (Glass) */
.dest-search-box {
    background: var(--dest-glass-bg);
    backdrop-filter: var(--dest-glass-blur);
    padding: 0.75rem 1.25rem;
    border-radius: var(--dest-radius-xl);
    box-shadow: var(--dest-shadow-2xl);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    max-width: 896px;
    margin: 0 auto;
}

.dest-search-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    width: 100%;
}

.dest-search-field {
    text-align: left;
    padding: 0 0.75rem;
}

.dest-search-field p {
    font-size: 0.625rem;
    font-weight: 700;
    color: var(--dest-text-muted);
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

.dest-search-field select {
    width: 100%;
    border: none;
    background: transparent;
    padding: 0;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--dest-text-dark);
    font-family: inherit;
}

.dest-search-field select:focus {
    outline: none;
}

.dest-search-btn {
    width: 100%;
    background: var(--dest-primary);
    color: #fff;
    padding: 1rem 2rem;
    border-radius: var(--dest-radius-xl);
    font-weight: 700;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: background 0.2s;
    font-size: 1rem;
    font-family: inherit;
}

.dest-search-btn:hover {
    background: #1d4ed8;
}

/* ============================================
   INDIA MAP / EXPLORE BY REGION
   ============================================ */
.dest-map-section {
    padding: 5rem 0;
    background: #fff;
}

.dest-map-header {
    text-align: center;
    margin-bottom: 3rem;
}

.dest-map-header h2 {
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--dest-text-dark);
    margin-bottom: 0.75rem;
}

.dest-map-header p {
    font-size: 1.125rem;
    color: var(--dest-text-muted);
}

.dest-map-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.dest-map-regions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.dest-region-card {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    background: #f8fafc;
    border: var(--dest-border-width) solid var(--dest-border);
    border-radius: var(--dest-radius-lg);
    text-decoration: none;
    transition: all 0.2s;
}

.dest-region-card:hover {
    border-color: var(--dest-primary);
    background: rgba(17, 82, 212, 0.04);
    transform: translateY(-2px);
    box-shadow: var(--dest-shadow-card);
}

.dest-region-card-icon {
    width: 48px;
    height: 48px;
    border-radius: var(--dest-radius-md);
    background: linear-gradient(135deg, rgba(17, 82, 212, 0.1), rgba(17, 82, 212, 0.05));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.dest-region-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--dest-radius-md);
}

.dest-region-card-icon .material-symbols-outlined {
    font-size: 1.5rem;
    color: var(--dest-primary);
}

.dest-region-card-info {
    flex: 1;
    min-width: 0;
}

.dest-region-card-info h4 {
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--dest-text-dark);
    margin: 0 0 0.125rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dest-region-meta {
    font-size: 0.75rem;
    color: var(--dest-text-muted);
}

.dest-region-arrow {
    color: #cbd5e1;
    font-size: 1.25rem;
    flex-shrink: 0;
    transition: color 0.2s;
}

.dest-region-card:hover .dest-region-arrow {
    color: var(--dest-primary);
}

.dest-map-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dest-map-image img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.1));
}

/* ============================================
   WHY CHOOSE US (Main Page - 4 Col Grid)
   ============================================ */
.dest-why-choose {
    padding: 6rem 0;
    background: #fff;
}

.dest-why-choose .dest-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.dest-why-choose h2 {
    font-size: 1.875rem;
    font-weight: 800;
    text-align: center;
    color: var(--dest-text-dark);
    margin-bottom: 4rem;
}

.dest-why-choose-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.dest-why-choose-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dest-why-choose-icon {
    width: 4rem;
    height: 4rem;
    border-radius: var(--dest-radius-xl);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    background: rgba(17, 82, 212, 0.1);
    color: var(--dest-primary);
}

/* Alternate icon colors */
.dest-why-choose-item:nth-child(2) .dest-why-choose-icon {
    background: rgba(255, 107, 0, 0.1);
    color: var(--dest-accent, #ff6b00);
}

.dest-why-choose-item:nth-child(3) .dest-why-choose-icon {
    background: #dcfce7;
    color: #16a34a;
}

.dest-why-choose-item:nth-child(4) .dest-why-choose-icon {
    background: #f3e8ff;
    color: #9333ea;
}

.dest-why-choose-icon .material-symbols-outlined {
    font-size: 2.25rem;
}

.dest-why-choose-item h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--dest-text-dark);
    margin-bottom: 0.5rem;
}

.dest-why-choose-item p {
    font-size: 0.875rem;
    color: var(--dest-text-muted);
    line-height: 1.6;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (min-width: 640px) {
    .dest-main-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .dest-cities-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .dest-cta-buttons {
        flex-direction: row;
    }

    .dest-cta h2 {
        font-size: 2.5rem;
    }

    .dest-why-choose-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Map section responsive - stack on smaller screens */
@media (max-width: 767px) {
    .dest-map-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .dest-map-regions {
        grid-template-columns: 1fr;
    }

    .dest-map-image {
        order: -1;
    }

    .dest-map-image img {
        max-width: 60%;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .dest-packages-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .dest-seasons-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .dest-hero-content h1 {
        font-size: 3.75rem;
    }

    .dest-main-hero-content h1 {
        font-size: 4rem;
    }

    .dest-trust-grid {
        flex-direction: row;
    }

    .dest-trust-content {
        width: 50%;
    }

    .dest-trust-images {
        width: 50%;
    }

    .dest-filter-bar-inner {
        flex-direction: row;
        align-items: center;
    }

    .dest-filter-selects {
        grid-template-columns: repeat(4, 1fr);
    }

    .dest-search-fields {
        grid-template-columns: repeat(4, 1fr);
    }

    .dest-search-box {
        flex-direction: row;
        padding: 1.25rem;
    }

    .dest-search-btn {
        width: auto;
    }
}

@media (min-width: 1024px) {
    .dest-packages-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .dest-hero-grid {
        grid-template-columns: 1fr 1fr;
    }

    .dest-circles-grid {
        grid-template-columns: repeat(5, 1fr);
    }

    .dest-cities-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .dest-highlights-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .dest-main-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .dest-main-hero-content h1 {
        font-size: 4.5rem;
    }

    .dest-why-choose-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Mobile: Stack hero */
@media (max-width: 1023px) {
    .dest-hero-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .dest-hero {
        min-height: auto;
        padding: 2rem 0;
        padding-top: 3.5rem;
    }

    .dest-hero-bright {
        min-height: auto;
    }

    .dest-hero-content h1 {
        font-size: clamp(1.75rem, 6vw, 2.5rem);
    }

    .dest-hero-content p {
        font-size: 0.95rem;
    }

    .dest-lead-form {
        max-width: 100%;
        margin-left: 0;
        position: relative;
        z-index: 10;
    }
}

@media (max-width: 767px) {
    .dest-hero {
        padding: 1.25rem 0;
        padding-top: 2.5rem;
    }

    .dest-hero-grid {
        gap: 1.5rem;
    }

    .dest-hero-content {
        text-align: center;
    }

    .dest-hero-content h1 {
        font-size: clamp(1.5rem, 5.5vw, 2rem);
        margin-bottom: 0.75rem;
    }

    .dest-hero-content p {
        font-size: 0.875rem;
        margin-bottom: 1rem;
    }

    .dest-hero-tag {
        font-size: 11px;
        padding: 6px 14px;
        margin-bottom: 12px;
    }

    .dest-hero-badges {
        justify-content: center;
        gap: 0.5rem;
        margin-top: 0.5rem;
    }

    .dest-hero-badge {
        font-size: 0.75rem;
        padding: 0.375rem 0.75rem;
    }

    .dest-lead-form {
        padding: 1.25rem 1rem;
        border-radius: var(--dest-radius-lg);
    }

    .dest-lead-form h3 {
        font-size: 1.2rem;
    }

    .dest-breadcrumb {
        font-size: 0.75rem;
        padding: 0.5rem 1rem;
    }

    /* Orbs smaller on mobile */
    .dest-orb1 { width: 200px; height: 200px; }
    .dest-orb2 { width: 160px; height: 160px; }
    .dest-orb3 { width: 140px; height: 140px; }

    /* Ensure hero container stays on top of video */
    .dest-hero .dest-container {
        z-index: 10;
    }
}

/* Sticky enquiry button (mobile) */
.dest-sticky-enquiry {
    display: none;
}

@media (max-width: 767px) {
    .dest-sticky-enquiry {
        display: flex;
        position: fixed;
        bottom: 80px;
        left: 50%;
        transform: translateX(-50%);
        background: var(--dest-primary);
        color: #fff;
        padding: 0.875rem 2rem;
        border-radius: var(--dest-radius-full);
        font-weight: 700;
        font-size: 0.875rem;
        gap: 0.5rem;
        align-items: center;
        z-index: 50;
        box-shadow: 0 8px 24px rgba(17, 82, 212, 0.4);
        animation: destFloat 3s ease-in-out infinite;
        text-decoration: none;
        border: none;
        cursor: pointer;
        font-family: inherit;
    }

    @keyframes destFloat {

        0%,
        100% {
            transform: translateX(-50%) translateY(0);
        }

        50% {
            transform: translateX(-50%) translateY(-4px);
        }
    }
}

/* ============================================
   LOAD MORE BUTTON
   ============================================ */
.dest-load-more-wrap {
    text-align: center;
    margin-top: 2rem;
}

.dest-load-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 2rem;
    background: var(--dest-primary);
    color: #fff;
    border: none;
    border-radius: var(--dest-radius-md);
    font-weight: 700;
    font-size: 0.875rem;
    cursor: pointer;
    transition: background 0.2s;
    font-family: inherit;
}

.dest-load-more-btn:hover {
    background: #1d4ed8;
}

/* ============================================
   NO RESULTS
   ============================================ */
.dest-no-results {
    text-align: center;
    padding: 3rem;
    color: var(--dest-text-muted);
    grid-column: 1 / -1;
}

.dest-no-results .material-symbols-outlined {
    font-size: 3rem;
    display: block;
    margin-bottom: 1rem;
    color: #d1d5db;
}

/* ============================================
   DESTINATION GRID CARDS (Main Listing Page)
   ============================================ */
.dest-grid-card {
    border-radius: var(--dest-radius-xl);
    overflow: hidden;
    background: #fff;
    box-shadow: var(--dest-shadow-card);
    transition: transform 0.3s, box-shadow 0.3s;
}

.dest-grid-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--dest-shadow-lg);
}

.dest-grid-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.dest-grid-card-image {
    position: relative;
    height: 16rem;
    overflow: hidden;
}

.dest-grid-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.dest-grid-card:hover .dest-grid-card-image img {
    transform: scale(1.08);
}

.dest-grid-card-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(6px);
    padding: 0.375rem 0.875rem;
    border-radius: var(--dest-radius-full);
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--dest-text-dark);
}

.dest-grid-card-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e0e7ff, #c7d2fe);
    display: flex;
    align-items: center;
    justify-content: center;
}

.dest-grid-card-placeholder .material-symbols-outlined {
    font-size: 3rem;
    color: #a5b4fc;
}

.dest-grid-card-info {
    padding: 1.25rem 1.5rem 1.5rem;
}

.dest-grid-card-info h3 {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--dest-text-dark);
    margin-bottom: 0.375rem;
}

.dest-grid-card-meta {
    margin-bottom: 1rem;
}

.dest-grid-card-price {
    font-size: 0.875rem;
    color: var(--dest-text-muted);
}

.dest-grid-card-price strong {
    color: var(--dest-primary);
    font-weight: 800;
}

.dest-grid-card-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    padding: 0.75rem;
    border-radius: var(--dest-radius-lg);
    font-weight: 700;
    font-size: 0.875rem;
    background: var(--dest-bg-light);
    color: var(--dest-text-dark);
    transition: all 0.2s;
    width: 100%;
    text-align: center;
}

.dest-grid-card:hover .dest-grid-card-btn {
    background: var(--dest-primary);
    color: #fff;
}

.dest-grid-card-btn .material-symbols-outlined {
    font-size: 1.125rem;
}

/* ============================================
   BLOG CARDS (Main Destinations Page)
   ============================================ */
/* ============================================
   SECTION LAYOUT CLASSES
   ============================================ */
.dest-main-grid-section {
    padding: 5rem 0;
}

.dest-main-grid-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.dest-main-grid-header h2 {
    font-size: 1.875rem;
    font-weight: 800;
    color: var(--dest-text-dark);
    margin-bottom: 0.5rem;
}

.dest-main-grid-header p {
    font-size: 1rem;
    color: var(--dest-text-muted);
    font-weight: 500;
}

.dest-main-grid-header .view-all {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    color: var(--dest-primary);
    font-weight: 700;
    text-decoration: none;
    font-size: 0.875rem;
    white-space: nowrap;
    transition: gap 0.2s;
}

.dest-main-grid-header .view-all:hover {
    gap: 0.5rem;
}

.dest-main-grid-header .view-all .material-symbols-outlined {
    font-size: 1.25rem;
    transition: transform 0.2s;
}

.dest-main-grid-header .view-all:hover .material-symbols-outlined {
    transform: translateX(4px);
}

/* ============================================
   BLOG CARDS (Destination Page)
   ============================================ */
.dest-blog-card {
    transition: transform 0.3s;
}

.dest-blog-card:hover {
    transform: translateY(-4px);
}

.dest-blog-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.dest-blog-card-image {
    height: 15rem;
    border-radius: var(--dest-radius-xl);
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.dest-blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.dest-blog-card:hover .dest-blog-card-image img {
    transform: scale(1.05);
}

.dest-blog-card-body {
    padding: 0;
}

.dest-blog-card-body h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--dest-text-dark);
    margin-bottom: 0.75rem;
    line-height: 1.4;
    transition: color 0.2s;
}

.dest-blog-card:hover .dest-blog-card-body h3 {
    color: var(--dest-primary);
}

.dest-blog-card-body p {
    font-size: 0.875rem;
    color: var(--dest-text-muted);
    margin-bottom: 1rem;
    line-height: 1.6;
}

.dest-blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    color: var(--dest-primary);
    font-weight: 700;
    font-size: 0.875rem;
}

.dest-blog-read-more .material-symbols-outlined {
    font-size: 1rem;
}

/* ============================================
   FINAL LEAD CAPTURE (Dark Section)
   ============================================ */
.dest-final-lead-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
}

@media (min-width: 768px) {
    .dest-final-lead-grid {
        grid-template-columns: 1.3fr 1fr;
        gap: 3rem;
    }
    .dest-final-lead-form {
        margin-left: auto;
    }
}

.dest-expert-card {
    text-align: center;
    padding: 2rem;
}

.dest-expert-photo {
    width: 120px;
    height: 120px;
    border-radius: var(--dest-radius-full);
    object-fit: cover;
    margin-bottom: 1.5rem;
    border: 3px solid rgba(255, 255, 255, 0.2);
}

.dest-expert-photo-placeholder {
    width: 120px;
    height: 120px;
    border-radius: var(--dest-radius-full);
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.dest-expert-photo-placeholder .material-symbols-outlined {
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.5);
}

.dest-expert-card h3 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.dest-expert-role {
    color: #94a3b8;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.dest-expert-stat {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    color: var(--dest-accent);
    font-weight: 700;
    font-size: 0.875rem;
}

.dest-expert-stat .material-symbols-outlined {
    font-size: 1.125rem;
}

.dest-final-lead-form {
    background: #fff;
    border-radius: var(--dest-radius-xl);
    padding: 1.5rem;
    max-width: 480px;
}

.dest-final-lead-form h3 {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--dest-text-dark);
    margin-bottom: 1rem;
}

.dest-final-lead-form>p {
    color: var(--dest-text-muted);
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
}

/* Form rows & groups inside the final lead form */
.dest-final-lead-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.625rem;
    margin-bottom: 0.625rem;
}

.dest-final-lead-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.dest-final-lead-form .form-group label {
    font-size: 0.625rem;
    font-weight: 700;
    color: var(--dest-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.dest-final-lead-form .form-group input,
.dest-final-lead-form .form-group select {
    width: 100%;
    border-radius: var(--dest-radius-md);
    border: 1px solid var(--dest-border);
    background: #f8fafc;
    padding: 0.45rem 0.625rem;
    font-size: 0.8125rem;
    color: var(--dest-text-dark);
    font-family: inherit;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.dest-final-lead-form .form-group input:focus,
.dest-final-lead-form .form-group select:focus {
    outline: none;
    border-color: var(--dest-primary);
    box-shadow: 0 0 0 3px rgba(17, 82, 212, 0.1);
}

.dest-final-lead-form .form-submit {
    width: 100%;
    background: var(--dest-primary);
    color: #fff;
    padding: 0.7rem;
    border: none;
    border-radius: var(--dest-radius-md);
    font-size: 0.9375rem;
    font-weight: 800;
    cursor: pointer;
    transition: background 0.2s;
    box-shadow: var(--dest-shadow-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
    font-family: inherit;
}

.dest-final-lead-form .form-submit:hover {
    background: #1d4ed8;
}

.dest-final-lead-form .form-privacy {
    font-size: 0.625rem;
    text-align: center;
    color: #94a3b8;
    margin-top: 0.75rem;
}

/* Animation for loading spinner */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* ============================================
   OPTIONAL LABEL (Form Fields)
   ============================================ */
.dest-lead-form label .optional {
    font-weight: 400;
    color: #94a3b8;
    font-size: 0.5625rem;
    text-transform: none;
    letter-spacing: 0;
}

/* ============================================
   BLOG SECTION (Destination/Child Pages)
   ============================================ */
.dest-blog-section {
    padding: 5rem 0;
    background: var(--dest-bg-light);
}

.dest-blog-section .dest-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.dest-blog-section h2 {
    font-size: 1.875rem;
    font-weight: 800;
    color: var(--dest-text-dark);
    margin-bottom: 2.5rem;
    text-align: center;
}

.dest-blog-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.dest-blog-section .dest-blog-card-meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
}

.dest-blog-section .dest-blog-card-date {
    color: var(--dest-text-muted);
}

.dest-blog-section .dest-blog-card-category {
    background: rgba(17, 82, 212, 0.1);
    color: var(--dest-primary);
    padding: 0.125rem 0.5rem;
    border-radius: var(--dest-radius-sm);
    font-weight: 700;
    font-size: 0.625rem;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .dest-blog-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ============================================
   GET QUOTE MODAL
   ============================================ */
.dest-quote-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.dest-quote-modal-overlay.is-open {
    display: flex;
}

.dest-quote-modal {
    background: #fff;
    border-radius: var(--dest-radius-xl);
    max-width: 480px;
    width: 100%;
    padding: 2rem;
    position: relative;
    box-shadow: var(--dest-shadow-2xl);
    animation: destModalIn 0.3s ease;
}

@keyframes destModalIn {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.dest-quote-modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--dest-text-muted);
    padding: 0.25rem;
    border-radius: var(--dest-radius-full);
    transition: background 0.2s;
}

.dest-quote-modal-close:hover {
    background: var(--dest-bg-light);
    color: var(--dest-text-dark);
}

.dest-quote-modal h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--dest-text-dark);
    margin-bottom: 0.5rem;
}

.dest-quote-modal .modal-subtext {
    font-size: 0.875rem;
    color: var(--dest-text-muted);
    margin-bottom: 1.5rem;
}

.dest-quote-modal .form-group {
    margin-bottom: 1rem;
}

.dest-quote-modal label {
    display: block;
    font-size: 0.6875rem;
    font-weight: 700;
    color: var(--dest-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.25rem;
}

.dest-quote-modal input {
    width: 100%;
    border-radius: var(--dest-radius-md);
    border: 1px solid var(--dest-border);
    background: #f8fafc;
    padding: 0.75rem;
    font-size: 0.875rem;
    color: var(--dest-text-dark);
    font-family: inherit;
}

.dest-quote-modal input:focus {
    outline: none;
    border-color: var(--dest-primary);
    box-shadow: 0 0 0 3px rgba(17, 82, 212, 0.1);
}

.dest-quote-modal input[readonly] {
    background: #f1f5f9;
    cursor: default;
}

.dest-quote-modal .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.dest-quote-modal .form-submit {
    width: 100%;
    background: var(--dest-primary);
    color: #fff;
    padding: 0.875rem;
    border: none;
    border-radius: var(--dest-radius-md);
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
    transition: background 0.2s;
    box-shadow: var(--dest-shadow-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
    font-family: inherit;
}

.dest-quote-modal .form-submit:hover {
    background: #1d4ed8;
}

/* ============================================
   LIMITED TIME OFFER BANNER
   ============================================ */
.dest-offer-banner {
    max-width: 1280px;
    margin: 0 auto 6rem;
    padding: 0 1.5rem;
}

.dest-offer-inner {
    position: relative;
    background: var(--dest-accent, #ff6b00);
    border-radius: var(--dest-radius-xl);
    padding: 3rem;
    overflow: hidden;
    box-shadow: var(--dest-shadow-2xl);
}

.dest-offer-skew {
    position: absolute;
    right: 0;
    top: 0;
    width: 33%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transform: skewX(-12deg) translateX(3rem);
    pointer-events: none;
}

.dest-offer-content-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

@media (min-width: 768px) {
    .dest-offer-content-wrap {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.dest-offer-timer {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #fff;
    margin-bottom: 1rem;
}

.dest-offer-timer .material-symbols-outlined {
    animation: dest-pulse 2s ease-in-out infinite;
}

@keyframes dest-pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.dest-offer-content {
    flex: 1;
    min-width: 240px;
    color: #fff;
}

.dest-offer-content h2 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 900;
    margin: 0 0 1rem;
    line-height: 1.1;
}

@media (min-width: 768px) {
    .dest-offer-content h2 {
        font-size: 3rem;
    }
}

.dest-offer-content p {
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.6;
    font-weight: 500;
}

.dest-offer-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #fff;
    color: var(--dest-accent, #ff6b00);
    padding: 1.25rem 2.5rem;
    border-radius: var(--dest-radius-xl);
    font-weight: 800;
    font-size: 1.25rem;
    text-decoration: none;
    transition: all 0.3s ease;
    flex-shrink: 0;
    white-space: nowrap;
    box-shadow: var(--dest-shadow-lg);
}

.dest-offer-btn:hover {
    background: #f8fafc;
    transform: scale(1.05);
}

/* ============================================
   TESTIMONIALS / REVIEWS SECTION
   ============================================ */
.dest-testimonials-section {
    padding: 5rem 0;
    background: rgba(17, 82, 212, 0.05);
}

.dest-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}

.dest-testimonial-card {
    background: #fff;
    border-radius: var(--dest-radius-xl);
    padding: 2rem;
    border: 1px solid #f1f5f9;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    text-align: left;
}

.dest-testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.dest-testimonial-quote {
    position: absolute;
    top: -1.5rem;
    left: 2rem;
    background: var(--dest-primary);
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: var(--dest-radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--dest-shadow-lg);
}

.dest-testimonial-stars {
    display: flex;
    gap: 2px;
    padding-top: 1rem;
    margin-bottom: 0.5rem;
}

.dest-testimonial-stars .material-symbols-outlined {
    font-size: 18px;
    color: #d1d5db;
}

.dest-testimonial-stars .material-symbols-outlined.filled {
    color: #fbbf24;
    font-variation-settings: 'FILL' 1;
}

.dest-testimonial-text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #4b5563;
    flex: 1;
    font-weight: 500;
    margin-bottom: 1rem;
}

.dest-testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #f3f4f6;
}

.dest-testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.dest-testimonial-avatar-placeholder {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--dest-bg-light);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.dest-testimonial-avatar-placeholder .material-symbols-outlined {
    font-size: 22px;
    color: #9ca3af;
}

.dest-testimonial-info {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.dest-testimonial-info strong {
    font-size: 0.9rem;
    color: #111827;
}

.dest-testimonial-city {
    font-size: 0.8rem;
    color: #6b7280;
}

.dest-testimonial-source {
    font-size: 0.75rem;
    padding: 0.25rem 0.625rem;
    border-radius: 20px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    flex-shrink: 0;
}

.dest-testimonial-source--google {
    background: #e8f0fe;
    color: #1a73e8;
}

.dest-testimonial-source--tripadvisor {
    background: #e6f9f0;
    color: #00aa6c;
}

.dest-testimonial-source--website {
    background: #fef3c7;
    color: #92400e;
}

/* Testimonials responsive */
@media (max-width: 992px) {
    .dest-testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .dest-testimonials-grid {
        grid-template-columns: 1fr;
    }

    .dest-offer-inner {
        flex-direction: column;
        text-align: center;
    }

    .dest-offer-btn {
        width: 100%;
        justify-content: center;
    }
}

/* ============================================
   STYLING CSS VARIABLE OVERRIDES
   ============================================ */
.dest-styled-template {
    /* Overridden inline via PHP when admin sets colors */
    all: unset;
}