.popular-routes-section {
    position: relative;
    z-index: 1;
    padding: 32px 0 80px;
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='150'%3E%3Cpath d='M0 75 Q75 50 150 75 Q225 100 300 75' stroke='rgba(125%2C211%2C211%2C0.16)' fill='none' stroke-width='2'/%3E%3Cpath d='M0 105 Q75 80 150 105 Q225 130 300 105' stroke='rgba(125%2C211%2C211%2C0.11)' fill='none' stroke-width='1.5'/%3E%3Cpath d='M0 45 Q75 20 150 45 Q225 70 300 45' stroke='rgba(125%2C211%2C211%2C0.11)' fill='none' stroke-width='1.5'/%3E%3Cpath d='M0 25 Q37 12 75 25 Q112 38 150 25 Q187 12 225 25 Q262 38 300 25' stroke='rgba(74%2C155%2C155%2C0.12)' fill='none' stroke-width='1'/%3E%3Cpath d='M0 60 Q37 48 75 60 Q112 72 150 60 Q187 48 225 60 Q262 72 300 60' stroke='rgba(74%2C155%2C155%2C0.10)' fill='none' stroke-width='1'/%3E%3Cpath d='M0 90 Q37 78 75 90 Q112 102 150 90 Q187 78 225 90 Q262 102 300 90' stroke='rgba(125%2C211%2C211%2C0.08)' fill='none' stroke-width='1'/%3E%3Cpath d='M0 120 Q37 110 75 120 Q112 130 150 120 Q187 110 225 120 Q262 130 300 120' stroke='rgba(74%2C155%2C155%2C0.08)' fill='none' stroke-width='1'/%3E%3Cpath d='M0 140 Q37 134 75 140 Q112 146 150 140 Q187 134 225 140 Q262 146 300 140' stroke='rgba(125%2C211%2C211%2C0.06)' fill='none' stroke-width='0.8'/%3E%3Cpath d='M0 10 Q37 5 75 10 Q112 15 150 10 Q187 5 225 10 Q262 15 300 10' stroke='rgba(125%2C211%2C211%2C0.06)' fill='none' stroke-width='0.8'/%3E%3C/svg%3E") 0 0 / 300px 150px repeat,
        radial-gradient(ellipse 90% 45% at 50% 50%, rgba(125,211,211,0.09) 0%, transparent 65%),
        radial-gradient(ellipse 55% 35% at 85% 80%, rgba(74,155,155,0.09) 0%, transparent 60%),
        radial-gradient(ellipse 40% 30% at 10% 20%, rgba(74,155,155,0.07) 0%, transparent 55%),
        linear-gradient(180deg, #155959 0%, #113c3c 25%, #0f3838 55%, #103939 100%);
    overflow: hidden;
}

/* Layered ocean wave texture */
.popular-routes-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1000' height='200'%3E%3Cpath d='M0 100 Q250 50 500 100 Q750 150 1000 100' stroke='rgba(125%2C211%2C211%2C0.12)' fill='none' stroke-width='2.5'/%3E%3Cpath d='M0 140 Q250 90 500 140 Q750 190 1000 140' stroke='rgba(125%2C211%2C211%2C0.07)' fill='none' stroke-width='2'/%3E%3Cpath d='M0 60 Q250 10 500 60 Q750 110 1000 60' stroke='rgba(125%2C211%2C211%2C0.06)' fill='none' stroke-width='1.5'/%3E%3Cpath d='M0 170 Q125 158 250 170 Q375 182 500 170 Q625 158 750 170 Q875 182 1000 170' stroke='rgba(125%2C211%2C211%2C0.05)' fill='none' stroke-width='1'/%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='500' height='100'%3E%3Cpath d='M0 50 Q125 25 250 50 Q375 75 500 50' stroke='rgba(74%2C155%2C155%2C0.09)' fill='none' stroke-width='1.5'/%3E%3Cpath d='M0 70 Q62 58 125 70 Q188 82 250 70 Q312 58 375 70 Q438 82 500 70' stroke='rgba(74%2C155%2C155%2C0.06)' fill='none' stroke-width='1'/%3E%3C/svg%3E");
    background-size: 1000px 200px, 500px 100px;
    background-repeat: repeat-x;
    background-position: 0 35%, 0 65%;
    pointer-events: none;
    z-index: 0;
}

/* Wave-shaped section divider at the bottom */
.popular-routes-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 80' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 38 Q360 68 720 38 Q1080 8 1440 38 L1440 80 L0 80 Z' fill='%230b2c2c' opacity='0.60'/%3E%3Cpath d='M0 38 Q360 68 720 38 Q1080 8 1440 38' stroke='rgba(125%2C211%2C211%2C0.44)' stroke-width='2.5' fill='none'/%3E%3Cpath d='M0 44 Q360 74 720 44 Q1080 14 1440 44' stroke='rgba(125%2C211%2C211%2C0.14)' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
    background-size: 100% 80px;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 2;
}

.popular-routes-inner {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ── Top row: heading + arrow nav ── */
.popular-routes-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 36px;
}
.popular-routes-header-left {
    flex: 1;
}
.popular-routes-header-left h2 {
    font-size: 34px;
    font-weight: 800;
    color: #f0fffe;
    margin-bottom: 8px;
    letter-spacing: -0.4px;
    text-shadow: 0 2px 12px rgba(0,0,0,0.25);
}
.popular-routes-header-left p {
    font-size: 14px;
    color: rgba(125,211,211,0.85);
    letter-spacing: 0.01em;
}
.popular-routes-header-left p {
    font-size: 14px;
    color: rgba(125,211,211,0.85);
    letter-spacing: 0.01em;
}

/* ── City toggle (Vilnius / Kaunas) ── */
.popular-routes-city-toggle {
    display: flex;
    gap: 6px;
    margin-top: 11px;
}
.popular-routes-city-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 15px;
    border-radius: 20px;
    border: 1px solid rgba(74,155,155,0.38);
    background: rgba(255,255,255,0.04);
    color: rgba(240,255,254,0.65);
    cursor: pointer;
    font-size: 12.5px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    transition: all 0.2s ease;
}
.popular-routes-city-btn:hover {
    border-color: rgba(74,155,155,0.60);
    color: rgba(240,255,254,0.85);
    background: rgba(74,155,155,0.08);
}
.popular-routes-city-btn.active {
    background: rgba(74,155,155,0.18);
    border-color: #4a9b9b;
    color: #7dd3d3;
}

/* ── Category switcher (label + dots only, no inline buttons) ── */
.popular-routes-switcher {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}

/* ── Side arrow buttons (floating left / right edges) ── */
.popular-routes-side-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(74,155,155,0.45);
    background: rgba(15,60,60,0.80);
    color: #b2e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.22s ease;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 20;
    box-shadow: 0 4px 20px rgba(0,0,0,0.45);
}
.popular-routes-side-btn--prev { left: 16px; }
.popular-routes-side-btn--next { right: 16px; }
.popular-routes-side-btn:hover {
    background: rgba(74,155,155,0.28);
    border-color: rgba(74,155,155,0.80);
    color: #fff;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 24px rgba(74,155,155,0.30);
}
.popular-routes-side-btn:disabled {
    opacity: 0.22;
    pointer-events: none;
}
.popular-routes-category-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 180px;
}
.popular-routes-category-name {
    font-size: 16px;
    font-weight: 700;
    color: #f0fffe;
    white-space: nowrap;
    letter-spacing: 0.01em;
}
.popular-routes-dots {
    display: flex;
    gap: 6px;
    margin-top: 7px;
}
.popular-routes-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(125,211,211,0.25);
    transition: background 0.2s ease, transform 0.2s ease;
}
.popular-routes-dot.active {
    background: #7dd3d3;
    transform: scale(1.35);
    box-shadow: 0 0 6px rgba(125,211,211,0.6);
}

/* ── Grid: 5 cards in a single row ── */
.popular-routes-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 280px;
    gap: 16px;
    transition: opacity 0.22s ease;
}
.popular-routes-grid.fading {
    opacity: 0;
}
@media (max-width: 1100px) {
    .popular-routes-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 260px 260px;
    }
    .popular-routes-grid .route-card:nth-child(n+6) { display: none; }
}
@media (max-width: 720px) {
    .popular-routes-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 220px 220px 220px;
    }
}
@media (max-width: 480px) {
    .popular-routes-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(5, 200px);
    }
}

/* ── Card ── */
.route-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    background: #1e5f5f;
    border: 3px solid #ffffff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.20);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.route-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.40), 0 0 0 1px rgba(255, 255, 255, 0.5);
    border-color: #ffffff;
}
.route-card-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}
.route-card:hover .route-card-img {
    transform: scale(1.07);
}
.route-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.04) 0%,
        rgba(0,0,0,0.10) 40%,
        rgba(0,0,0,0.68) 100%
    );
    transition: background 0.28s ease;
}
.route-card:hover .route-card-overlay {
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.06) 0%,
        rgba(0,0,0,0.15) 40%,
        rgba(0,0,0,0.76) 100%
    );
}
.route-card-body {
    position: absolute;
    inset: 0;
    padding: 18px 18px 16px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.route-card-meta { margin-bottom: 14px; }
.route-card-city {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    text-shadow: 0 2px 8px rgba(0,0,0,0.65);
    letter-spacing: -0.3px;
}
.route-card-country {
    font-size: 13px;
    font-weight: 500;
    color: rgba(255,255,255,0.78);
    margin-top: 4px;
    text-shadow: 0 1px 4px rgba(0,0,0,0.55);
}
.route-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.route-card-cta {
    font-size: 13.5px;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
    transition: transform 0.2s ease, color 0.2s ease;
}
.route-card:hover .route-card-cta {
    color: #b6e8e8;
    transform: translateX(2px);
}
.route-card-price {
    font-size: 13.5px;
    color: rgba(255,255,255,0.92);
    text-shadow: 0 1px 4px rgba(0,0,0,0.55);
}
.route-card-price strong {
    font-weight: 700;
    color: #fff;
    font-size: 15px;
}
.route-card-arrow {
    position: static;
    transform: none;
    width: 32px;
    height: 32px;
    background: rgba(255,255,255,0.18);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: background 0.2s ease, transform 0.2s ease;
    flex-shrink: 0;
}
.route-card:hover .route-card-arrow {
    background: rgba(74,155,155,0.95);
    transform: translateX(2px);
}

/* ── Tablet ── */
@media (max-width: 900px) {
    .popular-routes-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }
    .popular-routes-grid .route-card { height: 200px; }
    .popular-routes-grid .route-card:nth-child(5) { grid-column: span 1; }
    .popular-routes-category-label { min-width: 140px; }
    .popular-routes-category-name { font-size: 13px; }
    .popular-routes-side-btn { width: 40px; height: 40px; font-size: 14px; }
    .popular-routes-side-btn--prev { left: 8px; }
    .popular-routes-side-btn--next { right: 8px; }
}

/* ── Mobile ── */
@media (max-width: 560px) {
    .popular-routes-section { padding: 32px 0 40px; }
    .popular-routes-header { flex-direction: column; align-items: flex-start; gap: 14px; }
    .popular-routes-switcher { align-self: stretch; justify-content: space-between; }
    .popular-routes-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    .popular-routes-grid .route-card { height: 160px; }
    .popular-routes-grid .route-card:nth-child(5) { grid-column: span 2; }
    .route-card-city  { font-size: 14px; }
    .route-card-price { font-size: 11px; }
    .popular-routes-header-left h2 { font-size: 18px; }
    .popular-routes-side-btn { width: 34px; height: 34px; font-size: 13px; }
    .popular-routes-side-btn--prev { left: 4px; }
    .popular-routes-side-btn--next { right: 4px; }
}

.dm-container { position: fixed; inset: 0; z-index: 10000; display: flex; align-items: center; justify-content: center; padding: 24px; opacity: 0; transition: opacity 0.25s ease; pointer-events: none; font-family: 'Poppins', sans-serif; }
.dm-container.dm-active { opacity: 1; pointer-events: auto; }
.dm-backdrop { position: absolute; inset: 0; background: rgba(10,30,30,0.75); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.dm-modal { position: relative; background: linear-gradient(180deg, #4a9b9b 0%, #3a7b7b 100%); border-radius: 20px; max-width: 820px; width: 100%; max-height: 90vh; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 30px 80px rgba(0,0,0,0.5), 0 0 0 1px rgba(125,211,211,0.25); transform: scale(0.96) translateY(10px); transition: transform 0.3s cubic-bezier(0.4,0,0.2,1); }
.dm-container.dm-active .dm-modal { transform: scale(1) translateY(0); }
.dm-close { position: absolute; top: 16px; right: 16px; z-index: 3; width: 40px; height: 40px; border-radius: 50%; border: none; background: rgba(0,0,0,0.5); backdrop-filter: blur(8px); color: white; cursor: pointer; font-size: 1rem; display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
.dm-close:hover { background: rgba(0,0,0,0.75); }
.dm-hero { position: relative; height: 240px; overflow: hidden; flex-shrink: 0; }
.dm-hero-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dm-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%, rgba(15,56,56,0.95) 100%); }
.dm-hero-content { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px 28px; z-index: 2; }
.dm-flag { display: inline-flex; align-items: center; gap: 6px; background: rgba(125,211,211,0.2); border: 1px solid rgba(125,211,211,0.3); color: #7dd3d3; font-size: 0.75rem; font-weight: 600; padding: 4px 12px; border-radius: 16px; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.04em; }
.dm-title { font-size: 2.2rem; font-weight: 800; color: #f0fffe; margin: 0 0 6px; letter-spacing: -0.02em; text-shadow: 0 2px 12px rgba(0,0,0,0.4); line-height: 1.1; }
.dm-subtitle { font-size: 0.92rem; color: rgba(240,255,254,0.85); margin: 0; line-height: 1.5; max-width: 640px; }
.dm-body { flex: 1; overflow-y: auto; padding: 24px 28px 28px; color: rgba(240,255,254,0.85); }
.dm-body::-webkit-scrollbar { width: 6px; }
.dm-body::-webkit-scrollbar-track { background: transparent; }
.dm-body::-webkit-scrollbar-thumb { background: rgba(125,211,211,0.3); border-radius: 3px; }
.dm-full { font-size: 0.95rem; line-height: 1.7; margin: 0 0 20px; color: rgba(240,255,254,0.82); }
.dm-section-title { font-size: 0.78rem; font-weight: 700; color: #7dd3d3; margin: 22px 0 12px; text-transform: uppercase; letter-spacing: 0.06em; }
.dm-highlights { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 10px; }
.dm-highlight { display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,0.05); border: 1px solid rgba(125,211,211,0.15); border-radius: 10px; padding: 10px 12px; font-size: 0.85rem; color: #f0fffe; }
.dm-highlight i { color: #7dd3d3; font-size: 0.95rem; flex-shrink: 0; }
.dm-facts { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 10px; }
.dm-fact { background: rgba(255,255,255,0.04); border: 1px solid rgba(125,211,211,0.12); border-radius: 10px; padding: 10px 14px; display: flex; flex-direction: column; gap: 2px; }
.dm-fact-label { font-size: 0.7rem; color: rgba(125,211,211,0.7); text-transform: uppercase; letter-spacing: 0.05em; font-weight: 600; }
.dm-fact-value { font-size: 0.88rem; color: #f0fffe; font-weight: 500; }
.dm-costs { width: 100%; border-collapse: collapse; background: rgba(255,255,255,0.04); border: 1px solid rgba(125,211,211,0.12); border-radius: 10px; overflow: hidden; }
.dm-costs tr { border-bottom: 1px solid rgba(125,211,211,0.08); }
.dm-costs tr:last-child { border-bottom: none; }
.dm-costs td { padding: 10px 14px; font-size: 0.88rem; color: rgba(240,255,254,0.82); }
.dm-costs td:first-child { color: #7dd3d3; font-weight: 500; }
.dm-costs td:last-child { color: #f0fffe; text-align: right; font-weight: 500; }
.dm-footer { flex-shrink: 0; padding: 18px 28px; background: rgba(0,0,0,0.3); border-top: 1px solid rgba(125,211,211,0.15); display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.dm-price { display: flex; flex-direction: column; line-height: 1.2; }
.dm-price-label { font-size: 0.72rem; color: rgba(125,211,211,0.7); text-transform: uppercase; letter-spacing: 0.05em; font-weight: 600; }
.dm-price-value { font-size: 1.5rem; font-weight: 800; color: #f0fffe; letter-spacing: -0.02em; }
.dm-search-btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 24px; background: linear-gradient(135deg, #17a398 0%, #20b2aa 50%, #40c9c0 100%); color: white !important; border: none; border-radius: 12px; font-family: 'Poppins', sans-serif; font-size: 0.95rem; font-weight: 600; cursor: pointer; text-decoration: none !important; transition: transform 0.15s, box-shadow 0.2s; box-shadow: 0 4px 16px rgba(23,163,152,0.3); }
.dm-search-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(23,163,152,0.5); }
@media (max-width: 640px) {
    .dm-container { padding: 12px; }
    .dm-modal { max-height: 95vh; }
    .dm-hero { height: 180px; }
    .dm-hero-content { padding: 16px 18px; }
    .dm-title { font-size: 1.5rem; }
    .dm-subtitle { font-size: 0.85rem; }
    .dm-body { padding: 18px 20px; }
    .dm-footer { padding: 14px 20px; }
    .dm-search-btn { flex: 1; justify-content: center; }
    .dm-price-value { font-size: 1.25rem; }
}

.dm-hero-img { transition: opacity 0.25s ease; }
.dm-nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; width: 40px; height: 40px; border-radius: 50%; border: none; background: rgba(0,0,0,0.45); backdrop-filter: blur(8px); color: white; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 0.85rem; transition: background 0.15s; opacity: 0.7; }
.dm-nav:hover { background: rgba(0,0,0,0.7); opacity: 1; }
.dm-nav-prev { left: 14px; }
.dm-nav-next { right: 14px; }
.dm-thumbs { display: flex; gap: 8px; padding: 12px 14px; background: rgba(0,0,0,0.3); border-bottom: 1px solid rgba(125,211,211,0.1); overflow-x: auto; flex-shrink: 0; }
.dm-thumbs::-webkit-scrollbar { height: 4px; }
.dm-thumbs::-webkit-scrollbar-thumb { background: rgba(125,211,211,0.3); border-radius: 2px; }
.dm-thumb { flex-shrink: 0; width: 82px; height: 56px; border-radius: 8px; overflow: hidden; border: 2px solid transparent; background: rgba(255,255,255,0.05); cursor: pointer; padding: 0; transition: border-color 0.2s, transform 0.15s; }
.dm-thumb:hover { transform: scale(1.04); }
.dm-thumb.active { border-color: #7dd3d3; box-shadow: 0 0 0 1px #7dd3d3; }
.dm-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 640px) {
    .dm-nav { width: 34px; height: 34px; font-size: 0.75rem; }
    .dm-nav-prev { left: 8px; }
    .dm-nav-next { right: 8px; }
    .dm-thumbs { padding: 10px 12px; gap: 6px; }
    .dm-thumb { width: 64px; height: 44px; }
}

.dm-list { list-style: none; margin: 0 0 8px; padding: 0; }
.dm-list li { padding: 7px 0; font-size: 0.92rem; color: rgba(255,255,255,0.92); border-bottom: 1px solid rgba(255,255,255,0.12); }
.dm-list li:last-child { border-bottom: none; }
.dm-info-list .dm-info-label { color: rgba(255,255,255,0.65); font-weight: 500; margin-right: 4px; }
.dm-costs-list li { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.dm-costs-list .dm-cost-label { color: rgba(255,255,255,0.8); }
.dm-costs-list .dm-cost-val { color: #ffffff; font-weight: 600; }
.dm-modal .dm-section-title { color: #ffffff; opacity: 0.75; }
.dm-modal .dm-full { color: rgba(255,255,255,0.92); }
.dm-modal .dm-title, .dm-modal .dm-subtitle, .dm-modal .dm-price-value { color: #ffffff; }
.dm-modal .dm-flag { background: rgba(255,255,255,0.15); color: #ffffff; border-color: rgba(255,255,255,0.25); }
.dm-modal .dm-price-label { color: rgba(255,255,255,0.7); }
.dm-modal .dm-footer { background: rgba(0,0,0,0.15); border-top-color: rgba(255,255,255,0.15); }
.dm-modal .dm-body::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.3); }
.dm-modal .dm-thumbs { background: rgba(0,0,0,0.2); border-bottom-color: rgba(255,255,255,0.15); }
.dm-modal .dm-thumb.active { border-color: #ffffff; box-shadow: 0 0 0 1px #ffffff; }

.dm-flag-top { position: absolute; top: 16px; left: 16px; z-index: 3; margin: 0 !important; }
@media (max-width: 640px) {
    .dm-flag-top { top: 12px; left: 12px; font-size: 0.7rem; padding: 3px 10px; }
}

.dm-footer-single { justify-content: stretch !important; }
.dm-footer-single .dm-search-btn { flex: 1; justify-content: center; }

/* ──────────────────────────────────────────────────────────────
   New: header right side ("Žiūrėti visas kryptis →" link)
   ────────────────────────────────────────────────────────────── */
.popular-routes-header-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 14px;
}
.popular-routes-view-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #7dd3d3;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 0;
    transition: color 0.18s ease, transform 0.18s ease;
}
.popular-routes-view-all:hover {
    color: #f0fffe;
    transform: translateX(2px);
}
.popular-routes-view-all i {
    font-size: 11px;
    transition: transform 0.18s ease;
}
.popular-routes-view-all:hover i {
    transform: translateX(2px);
}

/* Plane icon next to section title */
.popular-routes-header-left h2 i {
    color: #7dd3d3;
    font-size: 0.78em;
    margin-right: 4px;
    vertical-align: middle;
}

/* ──────────────────────────────────────────────────────────────
   New: trust-badges row below the cards
   ────────────────────────────────────────────────────────────── */
.popular-routes-trust {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 32px;
    padding: 22px 28px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(125, 211, 211, 0.18);
    border-radius: 16px;
}
.prt-item {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}
.prt-icon {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(125, 211, 211, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #7dd3d3;
    font-size: 1rem;
}
.prt-text { min-width: 0; }
.prt-title {
    font-size: 14px;
    font-weight: 600;
    color: #f0fffe;
    line-height: 1.3;
    margin-bottom: 2px;
}
.prt-subtitle {
    font-size: 12.5px;
    color: rgba(240, 255, 254, 0.65);
    line-height: 1.35;
}
@media (max-width: 900px) {
    .popular-routes-trust { grid-template-columns: 1fr; gap: 18px; padding: 18px 20px; }
}
@media (max-width: 720px) {
    .popular-routes-header-right { flex-direction: row; align-items: center; gap: 10px; }
    .popular-routes-view-all { font-size: 13px; }
}

/* ============================================================
   GLASSMORPHIC THEME — popular-routes sits on top of the beach
   background image, so all text needs to be white with a strong
   shadow for legibility against the varied photo.
   ============================================================ */
.popular-routes-section {
    background: transparent !important;
    color: #ffffff;
}
.popular-routes-section::before { display: none !important; }
.popular-routes-section::after  { display: none !important; }

/* Section heading — soft near-white with light shadow */
.popular-routes-header-left h2 {
    color: #f7fefe !important;
    text-shadow: 0 1px 6px rgba(0, 25, 30, 0.25), 0 1px 2px rgba(0, 25, 30, 0.18) !important;
    font-weight: 700 !important;
}

/* Subtitle */
.popular-routes-header-left p {
    color: #f0fcfc !important;
    opacity: 0.85 !important;
    text-shadow: 0 1px 5px rgba(0, 25, 30, 0.22), 0 1px 2px rgba(0, 25, 30, 0.15) !important;
}

/* "Šiltieji kraštai" category label */
.popular-routes-category-name {
    color: #ffffff !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6), 0 1px 3px rgba(0, 0, 0, 0.4) !important;
}
.popular-routes-dot {
    background: rgba(255, 255, 255, 0.40) !important;
}
.popular-routes-dot.active {
    background: #ffffff !important;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.6) !important;
}

/* "Žiūrėti visas kryptis →" link */
.popular-routes-view-all {
    color: #ffffff !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6), 0 1px 3px rgba(0, 0, 0, 0.4) !important;
    transition: opacity 0.2s ease, transform 0.18s ease;
}
.popular-routes-view-all:hover {
    color: #ffffff !important;
    opacity: 0.8 !important;
}

/* Vilnius / Kaunas toggle — glassmorphic pills */
.popular-routes-city-btn {
    background: rgba(255, 255, 255, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.30) !important;
    color: #ffffff !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}
.popular-routes-city-btn:hover {
    background: rgba(255, 255, 255, 0.25) !important;
    border-color: rgba(255, 255, 255, 0.50) !important;
    color: #ffffff !important;
}
.popular-routes-city-btn.active {
    background: rgba(125, 211, 211, 0.45) !important;
    border-color: rgba(255, 255, 255, 0.65) !important;
    color: #ffffff !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

/* Carousel prev/next chevron buttons — naked white arrows, no chrome */
.popular-routes-side-btn {
    background: transparent !important;
    border: none !important;
    color: #ffffff !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
    font-size: 28px !important;
    width: 56px !important;
    height: 56px !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(0, 0, 0, 0.4);
    transition: transform 0.2s ease, opacity 0.2s ease;
}
.popular-routes-side-btn:hover {
    background: transparent !important;
    border: none !important;
    color: #ffffff !important;
    box-shadow: none !important;
    opacity: 0.85;
    transform: translateY(-50%) scale(1.15) !important;
}

/* Card price chip readable on dark gradient over the image */
.route-card-price strong {
    color: #fff !important;
}

