:root {
    --travelings-blue: #0f4c81;
    --travelings-blue-deep: #0a2d4a;
    --travelings-blue-soft: #edf5fb;
    --travelings-orange: #f97316;
    --travelings-orange-deep: #ea580c;
    --travelings-ink: #12304a;
    --travelings-muted: #5f7387;
    --travelings-surface: rgba(255, 255, 255, 0.92);
    --travelings-shadow: 0 24px 60px rgba(13, 51, 84, 0.12);
    --travelings-radius: 28px;
    --travelings-radius-sm: 18px;
}

html {
    scroll-behavior: smooth;
}

body.home.elementor-template-canvas,
body.page-template-elementor_canvas {
    margin: 0;
    background: linear-gradient(180deg, #f7fbff 0%, #eef6fb 100%);
    color: var(--travelings-ink);
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.elementor-widget:not(:last-child) {
    margin-bottom: 0;
}

.travelings-section>.elementor-container {
    max-width: min(1240px, calc(100% - 40px));
    padding: 0;
}

.travelings-section {
    position: relative;
    padding: 42px 0;
    overflow: clip;
}

.travelings-surface-section {
    padding-top: 18px;
    padding-bottom: 18px;
}

.travelings-site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    padding: 18px 0;
    backdrop-filter: blur(14px);
    background: linear-gradient(180deg, rgba(7, 27, 44, 0.86), rgba(7, 27, 44, 0.55));
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.travelings-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.travelings-shell-header {
    padding: 0 6px;
}

.travelings-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'Manrope', sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.04em;
}

.travelings-brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(135deg, #fff 0%, #e0effb 100%);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.8), 0 12px 24px rgba(6, 22, 36, 0.18);
}

.travelings-brand-mark svg {
    width: 24px;
    height: 24px;
    fill: var(--travelings-orange);
}

.travelings-nav {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.travelings-nav a {
    padding: 12px 18px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.travelings-nav a:hover,
.travelings-nav a:focus-visible {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    transform: translateY(-1px);
}

.travelings-hero-section {
    min-height: calc(100vh - 88px);
    display: flex;
    align-items: center;
    padding: 72px 0 88px;
    background:
        linear-gradient(120deg, rgba(8, 28, 44, 0.86) 18%, rgba(8, 28, 44, 0.42) 54%, rgba(10, 33, 49, 0.76) 100%),
        url('../images/home/hero.jpg') center/cover no-repeat;
}

.travelings-hero-section .elementor-column-wrap,
.travelings-hero-section .elementor-widget-wrap {
    align-content: center;
    justify-content: center;
    text-align: center;
}

.travelings-hero-title h1,
.travelings-hero-title .elementor-heading-title {
    margin: 0 auto;
    max-width: 920px;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: clamp(2.9rem, 6vw, 5.1rem);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.055em;
    text-wrap: balance;
}

.travelings-hero-copy {
    margin-top: 18px;
    margin-bottom: 0;
}

.travelings-hero-copy p {
    margin: 0 auto;
    max-width: 760px;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(1.05rem, 2vw, 1.28rem);
    line-height: 1.7;
    text-wrap: balance;
}

.travelings-search-widget {
    width: 100%;
    margin-top: 28px;
}

.travelings-widget-shell {
    display: grid;
    gap: 10px;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

.travelings-widget-frame,
.travelings-widget-results-frame {
    padding: clamp(6px, 1vw, 12px);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 16px 42px rgba(4, 25, 40, 0.14);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.38);
    overflow: hidden;
}

#tpwl-search,
#tpwl-tickets {
    width: 100%;
}

#tpwl-search {
    min-height: 112px;
}

#tpwl-tickets {
    min-height: 240px;
}

.travelings-search {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr auto;
    gap: 0;
    align-items: end;
    max-width: 1120px;
    margin: 0 auto;
    padding: 10px;
    border-radius: calc(var(--travelings-radius) + 6px);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 80px rgba(4, 25, 40, 0.22);
    backdrop-filter: blur(12px);
}

.travelings-search label {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 14px 18px;
    text-align: left;
    border-right: 1px solid rgba(16, 63, 100, 0.08);
}

.travelings-search label span {
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #6e8194;
}

.travelings-search input,
.travelings-search select {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--travelings-ink);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    outline: 0;
    box-shadow: none;
}

.travelings-search input::placeholder {
    color: #8da0b2;
}

.travelings-search button {
    margin-left: 10px;
    padding: 20px 34px;
    border: 0;
    border-radius: 22px;
    background: linear-gradient(135deg, var(--travelings-orange) 0%, var(--travelings-orange-deep) 100%);
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    cursor: pointer;
    box-shadow: 0 16px 26px rgba(234, 88, 12, 0.28);
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.travelings-search button:hover,
.travelings-search button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 20px 30px rgba(234, 88, 12, 0.36);
    filter: saturate(1.08);
}

.travelings-search-note {
    margin: 4px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.88rem;
    font-weight: 500;
    text-align: center;
}

.travelings-search-note.is-success {
    color: #fff;
}

.travelings-widget-results {
    display: grid;
    gap: 8px;
    margin: 0 0 22px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.travelings-widget-results-head {
    max-width: 620px;
}

.travelings-widget-results-head h2 {
    margin: 0;
    font-family: 'Manrope', sans-serif;
    font-size: clamp(1.45rem, 2.2vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.045em;
    color: var(--travelings-blue-deep);
}

.travelings-widget-results-head p:last-child {
    margin: 4px 0 0;
    color: var(--travelings-muted);
    font-size: 0.9rem;
    line-height: 1.6;
}

.travelings-widget-results-widget {
    margin-bottom: 2px;
}

.travelings-widget-results-frame {
    padding: 2px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.34);
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.travelings-section-title .elementor-heading-title {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 22px;
    font-family: 'Manrope', sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 800;
    letter-spacing: -0.045em;
    color: var(--travelings-blue-deep);
}

.travelings-section-title .elementor-heading-title::before {
    content: '';
    width: 42px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--travelings-orange) 0%, rgba(249, 115, 22, 0) 100%);
}

.travelings-card-grid,
.travelings-experience-grid,
.travelings-testimonial-grid {
    display: grid;
    gap: 24px;
}

.travelings-destination-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.travelings-experience-grid,
.travelings-testimonial-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.travelings-card {
    position: relative;
    border-radius: var(--travelings-radius);
    overflow: hidden;
    background: #fff;
    box-shadow: var(--travelings-shadow);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.travelings-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 32px 68px rgba(13, 51, 84, 0.16);
}

.travelings-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.travelings-destination-card {
    min-height: 320px;
}

.travelings-destination-card::after,
.travelings-experience-card::after,
.travelings-cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 23, 36, 0.06) 0%, rgba(6, 23, 36, 0.82) 100%);
    pointer-events: none;
}

.travelings-card:hover img {
    transform: scale(1.07);
}

.travelings-card-copy,
.travelings-experience-copy {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    z-index: 2;
    color: #fff;
}

.travelings-card-kicker {
    margin: 0 0 10px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.travelings-card-copy h3,
.travelings-experience-copy h3,
.travelings-testimonial h3,
.travelings-footer-shell h3 {
    margin: 0;
    font-family: 'Manrope', sans-serif;
    font-size: 1.45rem;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.travelings-card-copy p,
.travelings-experience-copy p {
    margin: 6px 0 0;
    font-size: 1.06rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.88);
}

.travelings-experience-card {
    min-height: 260px;
}

.travelings-experience-copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.travelings-experience-copy .travelings-card-kicker {
    margin-bottom: 6px;
}

.travelings-experience-copy a {
    padding: 12px 18px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--travelings-orange) 0%, var(--travelings-orange-deep) 100%);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 10px 24px rgba(234, 88, 12, 0.24);
}

.travelings-light-section {
    padding-top: 34px;
    padding-bottom: 34px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.84) 0%, rgba(238, 245, 251, 0.88) 100%);
    border-top: 1px solid rgba(15, 76, 129, 0.06);
    border-bottom: 1px solid rgba(15, 76, 129, 0.06);
}

.travelings-feature-item .elementor-icon-box-wrapper {
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: 100%;
    padding: 26px 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 16px 40px rgba(13, 51, 84, 0.08);
    border: 1px solid rgba(15, 76, 129, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.travelings-feature-item:hover .elementor-icon-box-wrapper {
    transform: translateY(-4px);
    box-shadow: 0 22px 46px rgba(13, 51, 84, 0.12);
}

.travelings-feature-item .elementor-icon-box-icon {
    margin-bottom: 2px !important;
}

.travelings-feature-item .elementor-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(15, 76, 129, 0.12) 0%, rgba(249, 115, 22, 0.14) 100%);
    color: var(--travelings-orange);
    font-size: 1.35rem;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.7);
}

.travelings-feature-item .elementor-icon-box-title span,
.travelings-feature-item .elementor-icon-box-title {
    font-family: 'Manrope', sans-serif;
    font-size: 1.12rem;
    font-weight: 800;
    color: var(--travelings-blue-deep);
}

.travelings-feature-item .elementor-icon-box-description {
    color: var(--travelings-muted);
    font-size: 0.98rem;
    line-height: 1.7;
}

.travelings-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 140px;
    gap: 16px;
}

.travelings-gallery-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: var(--travelings-shadow);
}

.travelings-gallery-grid img:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
}

.travelings-gallery-grid img:nth-child(4),
.travelings-gallery-grid img:nth-child(7) {
    grid-column: span 2;
}

.travelings-testimonial {
    padding: 28px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(15, 76, 129, 0.07);
    box-shadow: 0 18px 40px rgba(13, 51, 84, 0.08);
}

.travelings-testimonial-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.travelings-testimonial-head img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 10px 20px rgba(13, 51, 84, 0.16);
}

.travelings-testimonial-head p {
    margin: 6px 0 0;
    color: #f59e0b;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.travelings-testimonial>p:last-child {
    margin: 0;
    color: var(--travelings-muted);
    font-size: 1rem;
    line-height: 1.8;
}

.travelings-cta-section {
    padding: 104px 0 110px;
    background: url('../images/home/cta.jpg') center/cover no-repeat;
}

.travelings-cta-section>.elementor-container {
    position: relative;
    z-index: 1;
}

.travelings-cta-title .elementor-heading-title {
    max-width: 760px;
    margin: 0 auto 28px;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: clamp(2.3rem, 4vw, 4rem);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.05em;
    text-wrap: balance;
}

.travelings-primary-button .elementor-button-wrapper {
    text-align: center;
}

.travelings-primary-button .elementor-button {
    padding: 19px 34px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--travelings-orange) 0%, var(--travelings-orange-deep) 100%);
    box-shadow: 0 18px 30px rgba(234, 88, 12, 0.26);
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.travelings-primary-button .elementor-button:hover,
.travelings-primary-button .elementor-button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 22px 34px rgba(234, 88, 12, 0.32);
}

.travelings-footer-section {
    padding-top: 30px;
    padding-bottom: 42px;
    background: linear-gradient(180deg, #0a2438 0%, #091f31 100%);
    color: rgba(255, 255, 255, 0.85);
}

.travelings-footer-shell {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr;
    gap: 28px;
    align-items: start;
}

.travelings-footer-shell h3 {
    color: #fff;
    margin-bottom: 10px;
}

.travelings-footer-shell p,
.travelings-footer-shell a {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.98rem;
    line-height: 1.8;
    text-decoration: none;
}

.travelings-footer-links,
.travelings-footer-social {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.travelings-footer-copy {
    grid-column: 1 / -1;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.travelings-reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.travelings-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.travelings-destination-card.is-match {
    outline: 3px solid rgba(249, 115, 22, 0.5);
    outline-offset: 4px;
    transform: translateY(-8px) scale(1.01);
}

@media (max-width: 1024px) {
    .travelings-search {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .travelings-search label {
        border-right: 0;
        border-radius: 18px;
        background: rgba(15, 76, 129, 0.04);
    }

    .travelings-search button {
        margin-left: 0;
        width: 100%;
    }

    .travelings-destination-grid,
    .travelings-experience-grid,
    .travelings-testimonial-grid,
    .travelings-gallery-grid,
    .travelings-footer-shell {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .travelings-gallery-grid img:nth-child(1),
    .travelings-gallery-grid img:nth-child(4),
    .travelings-gallery-grid img:nth-child(7) {
        grid-column: span 1;
        grid-row: span 1;
    }

    .travelings-light-section .elementor-container {
        row-gap: 18px;
    }

    .travelings-widget-results {
        gap: 8px;
    }
}

@media (max-width: 767px) {
    .travelings-section>.elementor-container {
        max-width: calc(100% - 28px);
    }

    .travelings-site-header {
        padding: 12px 0;
    }

    .travelings-shell-header,
    .travelings-shell,
    .travelings-footer-shell {
        flex-direction: column;
        align-items: stretch;
    }

    .travelings-nav {
        justify-content: space-between;
        overflow-x: auto;
        padding: 8px;
    }

    .travelings-nav a {
        white-space: nowrap;
    }

    .travelings-hero-section {
        min-height: auto;
        padding: 42px 0 64px;
    }

    .travelings-search,
    .travelings-destination-grid,
    .travelings-experience-grid,
    .travelings-testimonial-grid,
    .travelings-gallery-grid,
    .travelings-footer-shell {
        grid-template-columns: 1fr;
    }

    .travelings-search {
        padding: 12px;
        border-radius: 26px;
    }

    .travelings-search label {
        padding: 14px 14px;
    }

    .travelings-widget-shell {
        gap: 8px;
    }

    .travelings-widget-frame,
    .travelings-widget-results-frame {
        padding: 4px;
        border-radius: 20px;
    }

    .travelings-widget-results {
        margin-bottom: 16px;
        gap: 6px;
    }

    .travelings-widget-results-head h2 {
        font-size: 1.32rem;
    }

    .travelings-widget-results-head p:last-child {
        font-size: 0.86rem;
    }

    .travelings-widget-results-frame {
        padding: 0;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.18);
        border-color: rgba(255, 255, 255, 0.16);
    }

    .travelings-destination-card,
    .travelings-experience-card {
        min-height: 280px;
    }

    .travelings-experience-copy {
        flex-direction: column;
        align-items: flex-start;
    }

    .travelings-gallery-grid {
        grid-auto-rows: 210px;
    }

    .travelings-testimonial,
    .travelings-feature-item .elementor-icon-box-wrapper {
        padding: 22px;
    }

    .travelings-cta-section {
        padding: 78px 0 82px;
    }

    .travelings-footer-copy {
        grid-column: auto;
    }

    .body.admin-bar .travelings-site-header,
    body.admin-bar .travelings-site-header {
        top: 46px;
    }
}