:root {
    --ink: #172033;
    --muted: #667085;
    --line: #e5e7eb;
    --paper: #ffffff;
    --soft: #f6f8fb;
    --saffron: #d97706;
    --saffron-dark: #b45309;
    --teal: #0f766e;
    --teal-dark: #115e59;
    --indigo: #334155;
    --maroon: #8a1538;
    --danger: #dc2626;
    --success: #16a34a;
    --shadow: 0 18px 45px rgba(23, 32, 51, 0.12);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background: linear-gradient(180deg, #fbfcff 0%, var(--soft) 42%, #ffffff 100%);
    overflow-x: hidden;
}

body.dashboard-body {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 44%, #fff7ed 100%);
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font: inherit;
}

.container {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.topbar {
    background: #17324d;
    color: #eef6ff;
    font-size: 13px;
}

.topbar-inner,
.nav-inner,
.nav-links,
.actions,
.stack,
.inline,
.metric-grid,
.package-grid,
.dashboard-shell,
.booking-row,
.status-line {
    display: flex;
}

.topbar-inner {
    min-height: 38px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.site-nav {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(14px);
    transition: box-shadow 0.2s ease, background 0.2s ease;
}

.site-nav.is-scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 10px 30px rgba(23, 32, 51, 0.1);
}

.nav-inner {
    min-height: 72px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
}

.brand-logo {
    position: relative;
    overflow: visible;
    width: 206px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    animation: logoBreath 4.8s ease-in-out infinite;
}

.brand-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    filter: drop-shadow(0 8px 12px rgba(23, 32, 51, 0.12));
}

.brand-logo::after {
    content: "";
    position: absolute;
    inset: -8px -10px;
    border-radius: 10px;
    background: linear-gradient(120deg, transparent 24%, rgba(251, 191, 36, 0.26), rgba(20, 184, 166, 0.18), transparent 64%);
    transform: translateX(-120%);
    animation: brandSweep 3.6s ease-in-out infinite;
    pointer-events: none;
}

.brand small {
    display: block;
    color: var(--muted);
    font-weight: 600;
    font-size: 11px;
}

.nav-links {
    align-items: center;
    gap: 18px;
    color: #364152;
    font-size: 14px;
    font-weight: 700;
}

.btn,
.icon-btn {
    min-height: 42px;
    border: 0;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    font-weight: 800;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn {
    padding: 0 18px;
}

.icon-btn {
    width: 42px;
    padding: 0;
}

.btn:hover,
.icon-btn:hover {
    transform: translateY(-1px);
}

.btn-primary {
    background: var(--teal);
    color: #fff;
}

.btn-primary:hover {
    background: var(--teal-dark);
}

.btn-saffron {
    background: var(--saffron);
    color: #fff;
}

.btn-saffron:hover {
    background: var(--saffron-dark);
}

.btn-light {
    background: #fff;
    color: var(--ink);
    border: 1px solid var(--line);
}

.btn-danger {
    background: var(--danger);
    color: #fff;
}

.hero {
    min-height: calc(100svh - 110px);
    display: grid;
    align-items: center;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    color: #fff;
    background: #0a1423;
}

.hero-bg-flow {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.hero-bg-flow span {
    position: absolute;
    left: -18%;
    right: -18%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(94, 234, 212, 0.62), rgba(251, 191, 36, 0.48), transparent);
    transform: rotate(-11deg);
    animation: heroRouteSweep 7s linear infinite;
}

.hero-bg-flow span:nth-child(1) {
    top: 24%;
}

.hero-bg-flow span:nth-child(2) {
    top: 48%;
    animation-delay: -2.2s;
}

.hero-bg-flow span:nth-child(3) {
    top: 70%;
    animation-delay: -4.4s;
}

.hero-teerth-gallery {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.hero-teerth-gallery::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(90deg, rgba(10, 20, 35, 0.7), rgba(10, 20, 35, 0.36) 46%, rgba(10, 20, 35, 0.08)),
        linear-gradient(180deg, rgba(10, 20, 35, 0.04), rgba(10, 20, 35, 0.28));
}

.hero-teerth-gallery::before {
    content: "";
    position: absolute;
    inset: -18%;
    z-index: 1;
    background:
        radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.18), transparent 30%),
        linear-gradient(105deg, transparent 14%, rgba(255, 255, 255, 0.12) 48%, transparent 74%);
    mix-blend-mode: screen;
    opacity: 0.44;
    transform: translate3d(-8%, -2%, 0);
    animation: heroFilmLight 11s ease-in-out infinite alternate;
    pointer-events: none;
}

.hero-teerth-gallery span {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: var(--hero-bg);
    background-position: center;
    background-size: cover;
    opacity: 0;
    filter: saturate(1.1) contrast(1.05) brightness(1.04);
    transform: scale(1.13) translate3d(-18px, 0, 0);
    transform-origin: var(--hero-origin, center);
    will-change: opacity, transform;
    animation: heroTeerthFilm 32s ease-in-out infinite;
}

.hero-teerth-gallery span:nth-child(1) {
    --hero-origin: left center;
}

.hero-teerth-gallery span:nth-child(2) {
    --hero-origin: right center;
    animation-delay: 8s;
}

.hero-teerth-gallery span:nth-child(3) {
    --hero-origin: center bottom;
    animation-delay: 16s;
}

.hero-teerth-gallery span:nth-child(4) {
    --hero-origin: center center;
    animation-delay: 24s;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        repeating-linear-gradient(118deg, rgba(255, 255, 255, 0.09) 0 1px, transparent 1px 18px);
    opacity: 0.22;
    transform: translateX(-4%);
    animation: routeLines 12s linear infinite;
}

.hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 90px;
    z-index: 1;
    background: linear-gradient(180deg, transparent, rgba(246, 248, 251, 0.92));
}

.hero-content {
    position: relative;
    z-index: 3;
    width: min(760px, 100%);
    padding: 44px 0 72px;
}

.hero-content > .eyebrow,
.hero-content > h1,
.hero-content > p,
.hero-actions,
.hero-trust {
    opacity: 0.96;
    text-shadow: 0 12px 32px rgba(0, 0, 0, 0.32);
}

.hero-motion {
    position: absolute;
    right: max(24px, calc((100vw - 1120px) / 2));
    bottom: 122px;
    z-index: 2;
    width: min(310px, 24vw);
    pointer-events: none;
    opacity: 0.95;
}

.motion-card {
    padding: 18px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.17);
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(18px);
    animation: motionFloat 5s ease-in-out infinite;
}

.route-cities {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.route-plan h2,
.route-plan h3,
.facility-list h3 {
    margin: 0 0 12px;
}

.route-timeline {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.route-timeline span {
    position: relative;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 8px;
    background: #fff7ed;
    color: #9a3412;
    font-size: 12px;
    font-weight: 900;
}

.route-timeline span:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -9px;
    width: 8px;
    height: 2px;
    background: #f59e0b;
}

.compact-route {
    gap: 8px;
}

.compact-route span {
    min-height: 28px;
    padding: 0 9px;
}

.route-track {
    position: relative;
    height: 76px;
    margin: 8px 6px 16px;
}

.route-track::before {
    content: "";
    position: absolute;
    left: 7px;
    right: 7px;
    top: 36px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #fbbf24, #5eead4, #fda4af);
    box-shadow: 0 0 20px rgba(94, 234, 212, 0.55);
}

.route-stop {
    position: absolute;
    top: 29px;
    width: 17px;
    height: 17px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.14);
}

.route-stop.start {
    left: 0;
}

.route-stop.middle {
    left: calc(50% - 8px);
}

.route-stop.end {
    right: 0;
}

.route-bus {
    position: absolute;
    left: 0;
    top: 22px;
    width: 34px;
    height: 24px;
    border-radius: 7px 7px 5px 5px;
    background: #f59e0b;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
    animation: routeBus 4.6s ease-in-out infinite;
}

.route-bus::before,
.route-bus::after {
    content: "";
    position: absolute;
    bottom: -4px;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #172033;
}

.route-bus::before {
    left: 6px;
}

.route-bus::after {
    right: 6px;
}

.seat-pulse-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.seat-pulse-grid span {
    aspect-ratio: 1 / 0.78;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.28);
    animation: seatGlow 1.8s ease-in-out infinite;
    animation-delay: var(--seat-delay);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-weight: 800;
    font-size: 12px;
}

.hero h1 {
    max-width: 700px;
    min-height: 2.9em;
    margin: 18px 0 12px;
    font-size: 72px;
    line-height: 0.96;
    letter-spacing: 0;
}

.hero h1 [data-typing-headlines] {
    display: inline;
}

.typing-caret {
    display: inline-block;
    width: 0.08em;
    height: 0.82em;
    margin-left: 0.05em;
    border-radius: 999px;
    background: #fbbf24;
    vertical-align: -0.08em;
    animation: typingCaret 0.86s steps(1) infinite;
}

.hero p {
    max-width: 640px;
    margin: 0 0 24px;
    color: #eef6ff;
    font-size: 18px;
    line-height: 1.55;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 18px;
}

.booking-panel {
    width: min(900px, 100%);
    background: rgba(255, 255, 255, 0.9);
    color: var(--ink);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow: 0 18px 45px rgba(23, 32, 51, 0.18);
    backdrop-filter: blur(12px);
    padding: 14px;
    animation: panelLift 0.7s ease both;
}

.booking-panel form,
.form-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.field {
    display: grid;
    gap: 6px;
}

.field label,
.field > span {
    color: #475467;
    font-size: 12px;
    font-weight: 800;
}

.field input,
.field select,
.field textarea {
    width: 100%;
    min-height: 44px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 0 12px;
    color: var(--ink);
    background: #fff;
}

.field textarea {
    padding-top: 10px;
    min-height: 88px;
    resize: vertical;
}

.section {
    padding: 56px 0;
}

.dashboard-body .section {
    min-height: 100svh;
    padding: 14px 0;
}

.dashboard-body .container {
    width: min(1440px, calc(100% - 24px));
}

.section-white {
    background: #fff;
}

.section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.section-title {
    margin: 0;
    font-size: 40px;
    line-height: 1.08;
}

.section-kicker {
    display: inline-flex;
    margin-bottom: 10px;
    color: var(--saffron-dark);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
}

.section-copy {
    max-width: 680px;
    color: var(--muted);
    line-height: 1.6;
}

.package-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.package-card,
.panel,
.metric,
.booking-list,
.auth-card {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 8px 26px rgba(23, 32, 51, 0.06);
}

.package-card {
    overflow: hidden;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.package-card:hover {
    transform: translateY(-6px);
    border-color: rgba(15, 118, 110, 0.3);
    box-shadow: 0 18px 48px rgba(23, 32, 51, 0.14);
}

.package-media {
    position: relative;
    overflow: hidden;
    min-height: 168px;
    background:
        linear-gradient(135deg, rgba(217, 119, 6, 0.65), rgba(15, 118, 110, 0.72), rgba(138, 21, 56, 0.45)),
        url('/assets/images/teerth-yatra-hero.png') center / cover;
}

.package-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.22) 46%, transparent 62%);
    transform: translateX(-120%);
    transition: transform 0.7s ease;
}

.package-card:hover .package-media::after {
    transform: translateX(120%);
}

.media-badge {
    position: absolute;
    left: 12px;
    bottom: 12px;
    z-index: 1;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--teal-dark);
    font-size: 12px;
    font-weight: 900;
}

.package-body,
.panel,
.auth-card {
    padding: 18px;
}

.panel-soft {
    background: linear-gradient(135deg, rgba(255, 247, 237, 0.82), rgba(236, 253, 245, 0.72));
    border: 1px solid rgba(217, 119, 6, 0.16);
    border-radius: 8px;
    padding: 14px;
}

.dashboard-main > .panel,
.dashboard-main > .booking-list,
.dashboard-main > .metric-grid,
.dashboard-main > form,
.dashboard-yatra-card {
    animation: dashboardRise 0.48s ease both;
}

.package-card h3,
.panel h2,
.panel h3 {
    margin: 0 0 8px;
}

.meta {
    color: var(--muted);
    font-size: 14px;
}

.price {
    font-size: 22px;
    font-weight: 900;
    color: var(--teal);
}

.inline {
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.stack {
    flex-direction: column;
    gap: 14px;
}

.split {
    display: grid;
    grid-template-columns: 1.45fr 0.8fr;
    gap: 24px;
    align-items: start;
}

.hero-trust,
.mini-route {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hero-trust {
    margin-top: 18px;
}

.hero-trust span,
.mini-route span {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 900;
}

.hero-trust span {
    color: #fff;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.mini-route span {
    color: #115e59;
    background: #e6fffb;
}

.flow-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.flow-card {
    min-height: 188px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.flow-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 36px rgba(23, 32, 51, 0.12);
}

.flow-card span {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    margin-bottom: 22px;
    border-radius: 8px;
    background: #fff7ed;
    color: var(--saffron-dark);
    font-weight: 900;
}

.flow-card h3 {
    margin: 0 0 8px;
}

.flow-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
}

.tie-up-section {
    background:
        linear-gradient(90deg, rgba(255, 247, 237, 0.92), rgba(230, 255, 251, 0.88)),
        #fff;
}

.tie-up-card {
    border-color: rgba(15, 118, 110, 0.22);
}

.empty-state {
    grid-column: 1 / -1;
}

.seat-shell {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 24px;
    align-items: start;
}

.bus-frame {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 16px;
    overflow: hidden;
}

.sleeper-coach-frame {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.94)),
        linear-gradient(135deg, rgba(217, 119, 6, 0.08), rgba(15, 118, 110, 0.08));
    box-shadow: 0 20px 45px rgba(23, 32, 51, 0.09);
}

.bus-nose {
    height: 44px;
    border-radius: 8px 8px 4px 4px;
    background: linear-gradient(135deg, #17324d, var(--teal));
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 14px;
}

.sleeper-decks {
    display: grid;
    gap: 16px;
}

.seat-deck {
    padding: 12px;
    border: 1px solid rgba(15, 118, 110, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
}

.seat-deck-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.seat-deck-head strong {
    font-size: 14px;
}

.seat-deck-head small {
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
}

.seat-map {
    display: grid;
    grid-template-columns: repeat(var(--seat-cols), minmax(42px, 1fr));
    gap: 10px;
}

.seat-map.sleeper-map {
    grid-template-columns: repeat(var(--seat-cols), minmax(48px, 1fr));
    gap: 12px;
    align-items: stretch;
    padding: 10px;
    border-radius: 8px;
    background:
        linear-gradient(90deg, transparent 0 33%, rgba(148, 163, 184, 0.14) 33% 48%, transparent 48% 100%),
        #f8fafc;
}

.seat {
    aspect-ratio: 1 / 0.84;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: #f8fafc;
    color: #0f172a;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
}

.sleeper-berth {
    position: relative;
    min-height: 58px;
    aspect-ratio: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 9px 12px;
    border-color: #b6c5d6;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff, #f1f5f9);
    box-shadow: inset 0 -10px 18px rgba(15, 23, 42, 0.04), 0 8px 18px rgba(23, 32, 51, 0.06);
    text-align: left;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.sleeper-berth::after {
    content: "";
    position: absolute;
    right: 8px;
    top: 8px;
    width: 18px;
    height: 13px;
    border-radius: 4px;
    background: #dbeafe;
    border: 1px solid rgba(37, 99, 235, 0.12);
}

.sleeper-berth.upper_single::after,
.sleeper-berth.upper_double_left::after,
.sleeper-berth.upper_double_right::after {
    background: #ffedd5;
    border-color: rgba(217, 119, 6, 0.15);
}

.sleeper-berth span {
    font-size: 14px;
    line-height: 1;
}

.sleeper-berth small {
    font-size: 10px;
    font-weight: 900;
    color: inherit;
    opacity: 0.66;
    text-transform: uppercase;
}

.seat.available:hover,
.seat.selected {
    background: var(--teal);
    color: #fff;
    border-color: var(--teal);
}

.sleeper-berth.available:hover,
.sleeper-berth.selected {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(15, 118, 110, 0.18);
}

.sleeper-berth.available:hover::after,
.sleeper-berth.selected::after {
    background: rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.45);
}

.seat.held {
    background: #fef3c7;
    color: #92400e;
    cursor: not-allowed;
}

.seat.booked,
.seat.blocked {
    background: #e5e7eb;
    color: #6b7280;
    cursor: not-allowed;
    text-decoration: line-through;
}

.legend {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    color: var(--muted);
    font-size: 13px;
}

.legend span::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 4px;
    margin-right: 6px;
    vertical-align: -1px;
    background: #f8fafc;
    border: 1px solid #cbd5e1;
}

.legend .is-selected::before {
    background: var(--teal);
    border-color: var(--teal);
}

.legend .is-held::before {
    background: #fef3c7;
    border-color: #f59e0b;
}

.legend .is-booked::before {
    background: #e5e7eb;
    border-color: #d1d5db;
}

.passenger-row {
    display: grid;
    gap: 10px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.dashboard-shell {
    align-items: flex-start;
    gap: 20px;
    min-height: calc(100svh - 28px);
}

.sidebar {
    width: 278px;
    position: sticky;
    top: 14px;
    max-height: calc(100svh - 28px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    padding: 14px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.92)),
        linear-gradient(135deg, rgba(217, 119, 6, 0.12), rgba(15, 118, 110, 0.12));
    border-color: rgba(15, 118, 110, 0.14);
    box-shadow: 0 20px 45px rgba(23, 32, 51, 0.11);
    animation: sidebarSlide 0.48s ease both;
}

.sidebar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    margin-bottom: 12px;
    border: 1px solid rgba(15, 118, 110, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.sidebar-brand-mark {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--saffron), var(--teal));
    color: #fff;
    font-weight: 900;
    letter-spacing: 0;
}

.sidebar-brand-logo {
    width: 86px;
    height: 42px;
    display: flex;
    align-items: center;
    flex: 0 0 86px;
    animation: logoBreath 4.8s ease-in-out infinite;
}

.sidebar-brand-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 8px 12px rgba(23, 32, 51, 0.12));
}

.sidebar-brand strong,
.sidebar-brand small {
    display: block;
}

.sidebar-brand strong {
    line-height: 1;
}

.sidebar-brand small {
    margin-top: 4px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
}

.sidebar-nav {
    display: grid;
    gap: 8px;
}

.sidebar-nav a {
    position: relative;
    overflow: hidden;
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 8px;
    color: #475467;
    font-weight: 800;
    isolation: isolate;
    opacity: 0;
    transform: translateX(-8px);
    animation: sidebarItemIn 0.42s ease both;
    animation-delay: calc(var(--item-index, 0) * 34ms);
    transition: transform 0.22s ease, color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.sidebar-nav a::before {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 7px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--saffron), var(--teal));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.24s ease;
    z-index: 1;
}

.sidebar-nav a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, 0.44) 48%, transparent 80%);
    transform: translateX(-120%);
    transition: transform 0.42s ease;
    z-index: -1;
}

.sidebar-nav a:hover::before,
.sidebar-nav a.is-active::before {
    transform: scaleX(1);
}

.sidebar-nav a:hover::after,
.sidebar-nav a.is-active::after {
    transform: translateX(120%);
}

.sidebar-nav a:hover {
    background: rgba(255, 255, 255, 0.72);
    color: var(--teal-dark);
    transform: translateX(3px) translateY(-1px);
    box-shadow: 0 12px 26px rgba(15, 118, 110, 0.1);
}

.sidebar-nav a.is-active {
    background: rgba(236, 253, 245, 0.92);
    color: var(--teal-dark);
    box-shadow: inset 0 0 0 1px rgba(15, 118, 110, 0.1), 0 12px 24px rgba(15, 118, 110, 0.1);
}

.sidebar-logout {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(15, 118, 110, 0.12);
}

.sidebar-logout .btn {
    width: 100%;
    min-height: 42px;
    justify-content: center;
    border-color: rgba(220, 38, 38, 0.18);
    color: var(--danger);
}

.dashboard-main {
    flex: 1;
    min-width: 0;
}

.metric-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.metric {
    padding: 16px;
    position: relative;
    overflow: hidden;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.metric::after {
    content: "";
    position: absolute;
    inset: auto -40px -70px auto;
    width: 120px;
    height: 120px;
    border-radius: 999px;
    background: rgba(15, 118, 110, 0.09);
}

.metric:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(23, 32, 51, 0.13);
}

.metric strong {
    display: block;
    margin-top: 8px;
    font-size: 26px;
}

.booking-list {
    overflow: hidden;
}

.booking-row {
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    border-bottom: 1px solid var(--line);
    transition: background 0.18s ease, transform 0.18s ease;
}

a.booking-row:hover,
.booking-row:hover {
    background: #f8fafc;
    transform: translateX(3px);
}

.booking-row:last-child {
    border-bottom: 0;
}

.admin-record-row {
    align-items: flex-start;
}

.admin-form h2 {
    margin: 0 0 6px;
}

.admin-form-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.span-2 {
    grid-column: span 2;
}

.span-3 {
    grid-column: span 3;
}

.span-4 {
    grid-column: 1 / -1;
}

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

.earning-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.earning-card {
    position: relative;
    overflow: hidden;
    min-height: 136px;
    display: grid;
    align-content: end;
    gap: 10px;
    padding: 18px;
    border-radius: 8px;
    color: #fff;
    box-shadow: 0 18px 42px rgba(23, 32, 51, 0.13);
    animation: dashboardRise 0.48s ease both;
}

.earning-card::before {
    content: "";
    position: absolute;
    inset: -60px -42px auto auto;
    width: 128px;
    height: 128px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
}

.earning-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.16) 48%, transparent 64%);
    transform: translateX(-120%);
    animation: brandSweep 4.4s ease-in-out infinite;
}

.earning-card span,
.earning-card strong {
    position: relative;
    z-index: 1;
}

.earning-card span {
    font-size: 12px;
    font-weight: 900;
    opacity: 0.86;
}

.earning-card strong {
    font-size: 26px;
    line-height: 1;
}

.earning-card.lifetime {
    background: linear-gradient(135deg, #0f766e, #14b8a6);
}

.earning-card.redeemable {
    background: linear-gradient(135deg, #166534, #22c55e);
}

.earning-card.on-way {
    background: linear-gradient(135deg, #b45309, #f59e0b);
}

.earning-card.redeemed {
    background: linear-gradient(135deg, #334155, #64748b);
}

.agent-money-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    gap: 16px;
    align-items: start;
}

.redeem-panel h2 {
    margin: 0;
    font-size: 34px;
}

.bank-mini-card {
    display: grid;
    gap: 4px;
    padding: 14px;
    border: 1px solid rgba(15, 118, 110, 0.14);
    border-radius: 8px;
    background: linear-gradient(135deg, #f8fafc, #ecfdf5);
}

.bank-mini-card span,
.bank-mini-card small {
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
}

.bank-mini-card strong {
    color: var(--teal-dark);
}

.swipe-redeem {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 60px;
    border: 0;
    border-radius: 999px;
    background: #172033;
    color: #fff;
    cursor: grab;
    isolation: isolate;
    box-shadow: 0 18px 38px rgba(23, 32, 51, 0.18);
    touch-action: none;
    transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
}

.swipe-redeem:disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

.swipe-redeem:not(:disabled):hover {
    transform: translateY(-1px);
}

.swipe-redeem.is-dragging {
    cursor: grabbing;
}

.swipe-redeem.is-ready {
    background: var(--teal-dark);
}

.swipe-track {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, var(--teal), #22c55e);
    transform: scaleX(0);
    transform-origin: left;
}

.swipe-thumb {
    position: absolute;
    left: 6px;
    top: 6px;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #fff;
    color: var(--teal-dark);
    font-size: 22px;
    font-weight: 900;
    box-shadow: 0 10px 22px rgba(23, 32, 51, 0.18);
    transition: transform 0.12s ease;
}

.swipe-redeem strong {
    position: relative;
    z-index: 1;
    font-size: 15px;
    letter-spacing: 0;
}

.logo-preview {
    display: grid;
    gap: 10px;
    min-height: 112px;
    padding: 14px;
    border: 1px solid rgba(15, 118, 110, 0.12);
    border-radius: 8px;
    background: linear-gradient(135deg, #ffffff, #f8fafc);
}

.logo-preview span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
}

.logo-preview img {
    width: min(280px, 100%);
    max-height: 86px;
    object-fit: contain;
    filter: drop-shadow(0 10px 18px rgba(23, 32, 51, 0.12));
    animation: logoBreath 4.8s ease-in-out infinite;
}

.site-settings-form input[type="file"] {
    padding-top: 10px;
}

.live-contact-card .detail-line {
    padding: 12px 0;
}

.dashboard-search-panel {
    width: 100%;
}

.dashboard-yatra-card {
    border-color: rgba(15, 118, 110, 0.16);
}

.compact-head {
    align-items: start;
    margin-bottom: 0;
}

.detail-line {
    display: grid;
    gap: 4px;
    padding: 10px 0;
    border-bottom: 1px solid var(--line);
}

.detail-line:last-child {
    border-bottom: 0;
}

.status-form {
    display: flex;
    align-items: center;
    gap: 8px;
}

.status-form select,
.status-form input {
    min-height: 40px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 0 10px;
    background: #fff;
    color: var(--ink);
    font-weight: 800;
}

.agent-row {
    display: block;
}

.agent-status-form {
    margin-top: 12px;
    flex-wrap: wrap;
}

.route-builder h3,
.itinerary-builder h3,
.tracking-create-box h3 {
    margin: 0;
}

.itinerary-builder-head {
    gap: 12px;
}

.itinerary-list {
    display: grid;
    gap: 12px;
}

.itinerary-row {
    display: grid;
    grid-template-columns: 86px minmax(180px, 0.8fr) minmax(260px, 1.2fr) 42px;
    gap: 10px;
    align-items: end;
    padding: 12px;
    border: 1px solid rgba(15, 118, 110, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 12px 26px rgba(23, 32, 51, 0.06);
}

.itinerary-row textarea {
    min-height: 74px;
}

.itinerary-remove {
    align-self: end;
    color: var(--danger);
    background: #fff;
    border: 1px solid #fecaca;
}

.switch-line {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--teal-dark);
    font-size: 13px;
    font-weight: 900;
}

.switch-line input {
    width: 18px;
    height: 18px;
    accent-color: var(--teal);
}

.departure-record {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
}

.admin-route-line {
    margin-top: 10px;
}

.tracking-inline-form {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: max-content minmax(170px, 1fr) 100px 100px minmax(180px, 1fr) auto auto auto;
    gap: 8px;
    align-items: center;
    width: 100%;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(15, 118, 110, 0.12);
}

.tracking-inline-form input {
    min-height: 40px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 0 10px;
    background: #fff;
    color: var(--ink);
    font-weight: 700;
}

.tracking-page {
    background:
        radial-gradient(circle at top left, rgba(15, 118, 110, 0.1), transparent 34%),
        linear-gradient(180deg, #fff, #f8fafc);
}

.tracking-hero {
    overflow: hidden;
    border-color: rgba(15, 118, 110, 0.16);
}

.tracking-current {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px;
    border-radius: 8px;
    background: linear-gradient(135deg, #ecfdf5, #fff7ed);
    border: 1px solid rgba(15, 118, 110, 0.12);
}

.tracking-current h2 {
    margin: 4px 0 6px;
    font-size: 32px;
    line-height: 1.08;
}

.tracking-map,
.tracking-map-placeholder {
    width: 100%;
    min-height: min(58vh, 440px);
    border-radius: 8px;
}

.tracking-map {
    display: block;
    border: 0;
    background: #e5e7eb;
}

.tracking-map-placeholder {
    display: grid;
    place-items: center;
    gap: 6px;
    text-align: center;
    padding: 24px;
    border: 1px dashed rgba(15, 118, 110, 0.24);
    background:
        linear-gradient(135deg, rgba(255, 247, 237, 0.84), rgba(236, 253, 245, 0.9)),
        repeating-linear-gradient(45deg, rgba(15, 118, 110, 0.08) 0 1px, transparent 1px 18px);
}

.badge {
    min-height: 26px;
    display: inline-flex;
    align-items: center;
    padding: 0 9px;
    border-radius: 999px;
    background: #e6fffb;
    color: var(--teal-dark);
    font-size: 12px;
    font-weight: 900;
}

.badge.warn {
    background: #fff7ed;
    color: #9a3412;
}

.badge.done {
    background: #ecfdf3;
    color: #166534;
}

.auth-wrap {
    min-height: calc(100svh - 160px);
    display: grid;
    place-items: center;
    padding: 44px 0;
}

.auth-card {
    width: min(440px, 100%);
}

.alert {
    padding: 12px 14px;
    border-radius: 8px;
    background: #fff7ed;
    color: #9a3412;
    border: 1px solid #fed7aa;
}

.flash-wrap {
    padding-top: 16px;
}

.flash-message {
    min-height: 46px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    border-radius: 8px;
    border: 1px solid;
    font-weight: 800;
    box-shadow: 0 12px 30px rgba(23, 32, 51, 0.07);
    animation: flashDrop 0.28s ease both;
}

.flash-icon {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    flex: 0 0 24px;
    border-radius: 999px;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
}

.flash-success {
    background: #ecfdf3;
    border-color: #bbf7d0;
    color: #166534;
}

.flash-success .flash-icon {
    background: var(--success);
}

.flash-error {
    background: #fef2f2;
    border-color: #fecaca;
    color: #991b1b;
}

.flash-error .flash-icon {
    background: var(--danger);
}

.footer {
    padding: 34px 0 88px;
    color: #dbeafe;
    background: #172033;
}

.footer-inner,
.footer-brand-line {
    display: flex;
    align-items: center;
    gap: 14px;
}

.footer-inner {
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-brand-line {
    flex-wrap: wrap;
}

.footer-credit {
    margin: 0;
    color: #cbd5e1;
    font-size: 13px;
    font-weight: 800;
}

.footer-credit a {
    position: relative;
    color: #fbbf24;
}

.footer-credit a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #fbbf24, #5eead4);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.22s ease;
}

.footer-credit a:hover::after {
    transform: scaleX(1);
}

.whatsapp-help {
    position: fixed;
    right: clamp(16px, 3vw, 28px);
    bottom: clamp(18px, 3vw, 28px);
    z-index: 70;
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 16px 0 13px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    border: 1px solid rgba(255, 255, 255, 0.32);
    box-shadow: 0 18px 40px rgba(18, 140, 126, 0.32);
    font-weight: 900;
    isolation: isolate;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    animation: whatsappHelpGlow 2.8s ease-in-out infinite;
}

.whatsapp-help:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 22px 48px rgba(18, 140, 126, 0.42);
}

.whatsapp-help svg {
    width: 25px;
    height: 25px;
    display: block;
    fill: currentColor;
}

.whatsapp-help-pulse {
    position: absolute;
    inset: -7px;
    z-index: -1;
    border-radius: inherit;
    background: rgba(37, 211, 102, 0.24);
    animation: whatsappHelpPulse 1.9s ease-out infinite;
}

.mobile-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: #fff;
    border-top: 1px solid var(--line);
    z-index: 60;
}

.mobile-nav a {
    flex: 1;
    min-height: 58px;
    display: grid;
    place-items: center;
    color: #475467;
    font-size: 11px;
    font-weight: 900;
    text-align: center;
}

.has-js [data-reveal] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.55s ease var(--reveal-delay, 0ms), transform 0.55s ease var(--reveal-delay, 0ms);
}

.has-js [data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes brandSweep {
    0%, 52% {
        transform: translateX(-120%);
    }

    68%, 100% {
        transform: translateX(120%);
    }
}

@keyframes logoBreath {
    0%, 100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-1px) scale(1.018);
    }
}

@keyframes heroRouteSweep {
    from {
        transform: translateX(-12%) rotate(-11deg);
        opacity: 0;
    }

    12%, 72% {
        opacity: 1;
    }

    to {
        transform: translateX(18%) rotate(-11deg);
        opacity: 0;
    }
}

@keyframes typingCaret {
    0%, 48% {
        opacity: 1;
    }

    49%, 100% {
        opacity: 0;
    }
}

@keyframes routeLines {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 240px 0;
    }
}

@keyframes heroFilmLight {
    0% {
        transform: translate3d(-10%, -3%, 0) rotate(-3deg);
        opacity: 0.28;
    }

    46% {
        opacity: 0.5;
    }

    100% {
        transform: translate3d(10%, 3%, 0) rotate(3deg);
        opacity: 0.34;
    }
}

@keyframes heroTeerthFilm {
    0%, 100% {
        opacity: 0;
        transform: scale(1.13) translate3d(-18px, 0, 0);
    }

    6%, 25% {
        opacity: 1;
        transform: scale(1.035) translate3d(0, -6px, 0);
    }

    33% {
        opacity: 0;
        transform: scale(1.13) translate3d(18px, 0, 0);
    }
}

@keyframes whatsappHelpPulse {
    from {
        opacity: 0.88;
        transform: scale(0.92);
    }

    to {
        opacity: 0;
        transform: scale(1.28);
    }
}

@keyframes whatsappHelpGlow {
    0%, 100% {
        box-shadow: 0 18px 40px rgba(18, 140, 126, 0.32);
    }

    50% {
        box-shadow: 0 18px 46px rgba(37, 211, 102, 0.46);
    }
}

@keyframes panelLift {
    from {
        opacity: 0;
        transform: translateY(14px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes motionFloat {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-12px) rotate(0.6deg);
    }
}

@keyframes routeBus {
    0% {
        left: 0;
    }

    50% {
        left: calc(100% - 34px);
    }

    100% {
        left: 0;
    }
}

@keyframes seatGlow {
    0%, 100% {
        background: rgba(255, 255, 255, 0.25);
        transform: scale(1);
    }

    50% {
        background: rgba(94, 234, 212, 0.8);
        transform: scale(1.08);
    }
}

@keyframes dashboardRise {
    from {
        opacity: 0;
        transform: translateY(12px) scale(0.99);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes flashDrop {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes sidebarSlide {
    from {
        opacity: 0;
        transform: translateX(-14px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes sidebarItemIn {
    from {
        opacity: 0;
        transform: translateX(-8px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 900px) {
    .nav-links {
        display: none;
    }

    .hero {
        min-height: auto;
    }

    .hero-content {
        padding: 42px 0 56px;
    }

    .hero-motion {
        position: relative;
        right: auto;
        bottom: auto;
        width: min(100% - 32px, 420px);
        margin: 0 auto 34px;
        z-index: 1;
    }

    .booking-panel form,
    .form-grid,
    .package-grid,
    .split,
    .seat-shell,
    .metric-grid,
    .flow-grid,
    .admin-form-grid,
    .admin-grid-2,
    .earning-grid,
    .agent-money-shell {
        grid-template-columns: 1fr;
    }

    .span-2,
    .span-3,
    .span-4 {
        grid-column: 1 / -1;
    }

    .dashboard-shell {
        display: block;
    }

    .sidebar {
        position: static;
        width: 100%;
        margin-bottom: 16px;
    }

    .sidebar-nav {
        grid-auto-flow: column;
        grid-auto-columns: max-content;
        overflow-x: auto;
        padding-bottom: 8px;
    }

    .sidebar-nav a {
        min-width: 156px;
    }

    .mobile-nav {
        display: flex;
    }

    .whatsapp-help {
        bottom: 76px;
    }

    .admin-record-row,
    .status-form {
        align-items: stretch;
    }

    .admin-record-row,
    .departure-record,
    .itinerary-row,
    .tracking-inline-form {
        grid-template-columns: 1fr;
    }

    .admin-record-row {
        flex-direction: column;
    }

    .status-form {
        width: 100%;
        flex-wrap: wrap;
    }

    .status-form select,
    .status-form .btn {
        flex: 1;
    }

    .tracking-current {
        align-items: flex-start;
        flex-direction: column;
    }

    .hero h1 {
        font-size: 52px;
    }

    .section-title {
        font-size: 34px;
    }
}

@media (max-width: 540px) {
    .container {
        width: min(100% - 20px, 1120px);
    }

    .topbar-inner {
        justify-content: center;
    }

    .topbar .hide-mobile {
        display: none;
    }

    .brand small {
        display: none;
    }

    .brand-logo {
        width: 154px;
        height: 44px;
    }

    .footer-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-brand-line {
        gap: 8px;
    }

    .hero h1 {
        position: relative;
        isolation: isolate;
        font-size: 40px;
        line-height: 1.02;
        min-height: 3.1em;
    }

    .hero h1::before {
        content: "";
        position: absolute;
        inset: -14px -10px;
        z-index: -1;
        border-radius: 8px;
        background: rgba(10, 20, 35, 0.22);
        border: 1px solid rgba(255, 255, 255, 0.14);
        backdrop-filter: blur(1.5px);
    }

    .hero-teerth-gallery::after {
        background:
            linear-gradient(180deg, rgba(10, 20, 35, 0.18), rgba(10, 20, 35, 0.54)),
            linear-gradient(90deg, rgba(15, 118, 110, 0.12), rgba(217, 119, 6, 0.1));
    }

    .hero-teerth-gallery span {
        background-position: 58% center;
    }

    .hero-teerth-gallery::before {
        opacity: 0.34;
    }

    .hero p {
        font-size: 16px;
    }

    .booking-panel {
        padding: 12px;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .itinerary-builder-head {
        display: grid;
    }

    .itinerary-builder-head .inline,
    .itinerary-builder-head .btn,
    .tracking-create-box .btn {
        width: 100%;
    }

    .tracking-current h2 {
        font-size: 24px;
    }

    .tracking-map,
    .tracking-map-placeholder {
        min-height: 300px;
    }

    .whatsapp-help {
        right: 14px;
        bottom: 74px;
        width: 56px;
        min-height: 56px;
        padding: 0;
    }

    .whatsapp-help-text {
        display: none;
    }
}
