:root {
    --ep-ink: #102d3a;
    --ep-muted: #6d7d87;
    --ep-line: #e5edf1;
    --ep-blue: #005a6d;
    --ep-blue-dark: #003f4c;
    --ep-orange: #ff7900;
    --ep-green: #30a852;
    --ep-bg: #f7fafc;
    --ep-shadow: 0 14px 36px rgba(15, 45, 58, 0.1);
}

body {
    color: var(--ep-ink);
    background: #f6f9fb;
}

.ep-site-header {
    position: relative;
    z-index: 2000;
    background: #fff;
    border-bottom: 1px solid rgba(17, 47, 60, 0.08);
}

.ep-site-header__inner {
    max-width: 1240px;
    min-height: 78px;
    margin: 0 auto;
    padding: 0 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.ep-brand {
    display: inline-flex;
    align-items: baseline;
    color: #005a6d !important;
    font-size: 34px;
    line-height: 1;
    font-weight: 400;
    text-decoration: none !important;
    white-space: nowrap;
}

.ep-brand strong {
    color: var(--ep-orange);
    font-weight: 700;
}

.ep-brand--image {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.ep-brand--image img {
    display: block;
    width: 274px;
    max-width: 100%;
    height: auto;
}

.ep-site-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    flex: 1;
}

.ep-site-nav a,
.ep-site-actions a {
    color: #0f2631;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none !important;
}

.ep-site-nav a:hover,
.ep-site-actions a:hover {
    color: var(--ep-orange);
}

.ep-site-actions {
    display: flex;
    align-items: center;
    gap: 18px;
}

.ep-site-select {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.ep-header-icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    min-height: 22px;
    color: #0f2631 !important;
    font-size: 20px !important;
}

.ep-header-cart {
    display: inline-flex;
}

.ep-header-cart .dropdown-menu {
    right: 0;
    left: auto;
    min-width: 260px;
}

.ep-header-cart span {
    margin-left: 3px;
    font-size: 14px;
    font-weight: 900;
}

.ep-site-header__auth {
    position: absolute;
    right: 26px;
    top: 4px;
    display: flex;
    gap: 12px;
    font-size: 12px;
}

.ep-site-header__auth a {
    color: #9aa7ad;
    text-decoration: none;
}

.ep-button,
.ep-pill-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 0 28px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none !important;
    cursor: pointer;
}

.ep-button--primary {
    color: #fff !important;
    background: var(--ep-orange);
    border-color: var(--ep-orange);
    box-shadow: 0 12px 22px rgba(255, 121, 0, 0.22);
}

.ep-button--ghost {
    color: #fff !important;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.9);
}

.ep-pill-button {
    color: #fff !important;
    background: var(--ep-blue);
    border-color: var(--ep-blue);
}

#hero.ep-home-hero,
.ep-home-hero {
    position: relative;
    min-height: 640px;
    height: auto;
    display: flex;
    align-items: center;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    color: #fff;
    text-align: left;
    text-transform: none;
    background:
        linear-gradient(90deg, rgba(0, 40, 52, 0.74) 0%, rgba(0, 40, 52, 0.48) 34%, rgba(0, 40, 52, 0.12) 72%),
        url("../../img/excursion-fun.jpg") center center / cover no-repeat;
}

.ep-home-hero__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.02));
}

.ep-home-hero__content {
    position: relative;
    z-index: 1;
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 32px 132px;
    color: #fff;
}

.ep-home-hero__eyebrow {
    max-width: 520px;
    margin: 0 0 18px;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 900;
    text-transform: uppercase;
}

.ep-home-hero h1 {
    max-width: 620px;
    margin: 0;
    color: #fff;
    font-size: 76px;
    line-height: 0.98;
    font-weight: 900;
    text-transform: uppercase;
}

.ep-home-hero h1 span,
.ep-home-hero h1 strong {
    display: block;
}

.ep-home-hero h1 strong {
    color: var(--ep-orange);
}

.ep-home-hero__actions {
    display: flex;
    gap: 18px;
    margin-top: 34px;
}

.ep-home-trust {
    position: relative;
    z-index: 5;
    margin-top: -64px;
    padding: 0 28px 38px;
}

.ep-home-trust__inner {
    max-width: 1120px;
    margin: 0 auto;
    min-height: 112px;
    padding: 0 48px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    gap: 28px;
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 18px 42px rgba(17, 47, 60, 0.14);
}

.ep-home-trust__item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ep-home-trust__item i {
    color: var(--ep-blue);
    font-size: 36px;
}

.ep-home-trust__item strong,
.ep-home-trust__item span {
    display: block;
}

.ep-home-trust__item strong {
    color: var(--ep-ink);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.ep-home-trust__item span {
    color: var(--ep-muted);
    font-size: 13px;
    line-height: 1.35;
}

.container.margin_60 {
    padding-top: 42px;
}

.ep-home-section {
    margin-bottom: 54px;
}

.ep-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.ep-section-kicker {
    margin: 0 0 4px;
    color: var(--ep-ink);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.ep-section-kicker span {
    color: var(--ep-orange);
}

.ep-section-heading h2 {
    margin: 0;
    color: #071923;
    font-size: 34px;
    line-height: 1.12;
    font-weight: 900;
}

.ep-section-heading p {
    margin: 8px 0 0;
    color: var(--ep-muted);
}

.ep-home-location-actions {
    display: flex;
    gap: 12px;
    margin: 0 0 22px;
}

.ep-home-location-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 18px;
    color: var(--ep-blue) !important;
    background: #eaf5f7;
    border: 1px solid #cde4e9;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none !important;
}

.ep-home-location-actions--bottom {
    display: none;
}

.ep-home-tour-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.ep-home-tour-card {
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--ep-line);
    border-radius: 8px;
    box-shadow: 0 16px 34px rgba(17, 47, 60, 0.08);
}

.ep-home-tour-card__media {
    position: relative;
    display: block;
    aspect-ratio: 1.42 / 1;
    overflow: hidden;
}

.ep-home-tour-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ep-home-tour-card__badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 1;
    padding: 5px 9px;
    color: #fff;
    background: #f04848;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.ep-home-tour-card__body {
    padding: 16px 16px 14px;
}

.ep-home-tour-card h3 {
    min-height: 42px;
    margin: 0 0 6px;
    color: var(--ep-ink);
    font-size: 16px;
    line-height: 1.25;
    font-weight: 900;
}

.ep-home-tour-card h3 a {
    color: inherit;
    text-decoration: none;
}

.ep-home-tour-card__meta,
.ep-home-tour-card__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.ep-home-tour-card__meta {
    color: var(--ep-muted);
    font-size: 12px;
}

.ep-home-tour-card__rating {
    color: #f8a51a;
    font-size: 12px;
    font-weight: 900;
}

.ep-home-tour-card__foot {
    margin-top: 12px;
    color: var(--ep-ink);
    font-size: 12px;
}

.ep-home-tour-card__foot strong {
    color: #071923;
}

.ep-home-discovery {
    min-height: 190px;
    margin: 12px 0 54px;
    padding: 32px 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    color: #fff;
    border-radius: 16px;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(0, 69, 83, 0.96) 0%, rgba(0, 82, 100, 0.84) 44%, rgba(0, 44, 54, 0.62) 100%),
        url("../../img/single_transfer_bg_1.jpg") center center / cover no-repeat;
}

.ep-home-discovery p,
.ep-home-discovery h2 {
    margin: 0;
    color: #fff;
}

.ep-home-discovery p {
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.ep-home-discovery h2 {
    max-width: 520px;
    margin: 5px 0 22px;
    font-size: 30px;
    line-height: 1.12;
    font-weight: 900;
    text-transform: uppercase;
}

.ep-home-stats {
    display: flex;
    gap: 28px;
}

.ep-home-stats span,
.ep-home-stats strong {
    display: block;
    color: #fff;
}

.ep-home-stats span {
    max-width: 105px;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
}

.ep-home-stats strong {
    font-size: 30px;
    line-height: 1;
}

.ep-home-destination-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 22px;
}

.ep-destination-card {
    min-width: 0;
    overflow: hidden;
    color: var(--ep-ink);
    background: #fff;
    border: 1px solid var(--ep-line);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(17, 47, 60, 0.07);
    text-decoration: none !important;
}

.ep-destination-card__media {
    display: block;
    aspect-ratio: 1.45 / 1;
    background-position: center;
    background-size: cover;
}

.ep-destination-card__body {
    padding: 12px 12px 14px;
}

.ep-destination-card strong,
.ep-destination-card span {
    display: block;
}

.ep-destination-card strong {
    color: var(--ep-ink);
    font-size: 13px;
    line-height: 1.25;
    font-weight: 900;
}

.ep-destination-card span {
    color: var(--ep-muted);
    font-size: 12px;
}

.ep-tour-hero {
    position: relative;
    min-height: 430px;
    margin: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background: var(--ep-blue-dark);
}

.ep-tour-hero__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 38, 48, 0.82), rgba(0, 38, 48, 0.36) 58%, rgba(0, 38, 48, 0.08));
    z-index: 1;
}

.ep-tour-hero__content {
    position: relative;
    z-index: 2;
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 70px 32px;
}

.ep-tour-badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    color: #fff;
    background: #2fc5df;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.ep-tour-hero h1 {
    max-width: 780px;
    margin: 16px 0 10px;
    color: #fff;
    font-size: 58px;
    line-height: 1.02;
    font-weight: 900;
    text-transform: uppercase;
}

.ep-tour-hero p {
    max-width: 660px;
    margin: 0 0 16px;
    color: #fff;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 800;
}

.ep-tour-rating {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-weight: 800;
}

.ep-tour-rating .voted,
.ep-tour-rating i {
    color: #f6a623;
}

.ep-tour-location {
    margin-top: 18px;
    color: #fff;
    font-weight: 800;
}

.ep-tour-location a {
    color: #fff;
    text-decoration: underline;
}

.ep-tour-feature-strip {
    position: relative;
    z-index: 4;
    max-width: 1060px;
    margin: -42px auto 30px;
    padding: 0 18px;
}

.ep-tour-feature-strip ul {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    min-height: 86px;
    padding: 0 26px;
    margin: 0;
    align-items: center;
    background: #fff;
    border: 1px solid var(--ep-line);
    border-radius: 22px;
    box-shadow: 0 16px 36px rgba(17, 47, 60, 0.13);
    list-style: none;
}

.ep-tour-feature-strip li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 58px;
    color: var(--ep-ink);
    font-size: 12px;
    line-height: 1.25;
    font-weight: 900;
    text-align: left;
    border-right: 1px solid var(--ep-line);
}

.ep-tour-feature-strip li:last-child {
    border-right: 0;
}

.ep-tour-feature-strip i {
    color: var(--ep-blue);
    font-size: 28px;
}

.ep-tour-layout {
    align-items: flex-start;
}

.ep-tour-gallery {
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 8px;
}

.ep-tour-section,
.ep-tour-reviews,
.ep-tour-mobile-booking {
    margin-bottom: 30px;
    color: var(--ep-ink);
}

.ep-tour-section__heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.ep-tour-section__heading i {
    color: var(--ep-blue);
    font-size: 25px;
}

.ep-tour-section__heading h2,
.ep-tour-section h3,
.ep-tour-reviews h2 {
    margin: 0;
    color: var(--ep-ink);
    font-size: 20px;
    line-height: 1.25;
    font-weight: 900;
}

.ep-tour-section p,
.ep-tour-reviews p {
    color: #435865;
    font-size: 15px;
    line-height: 1.65;
    white-space: pre-line;
}

.ep-tour-two-col {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.ep-tour-info-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 8px 0 32px;
    border: 1px solid var(--ep-line);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.ep-tour-info-card {
    min-width: 0;
    padding: 22px 18px;
    border-right: 1px solid var(--ep-line);
}

.ep-tour-info-card:last-child {
    border-right: 0;
}

.ep-tour-info-card h3 {
    margin: 0 0 14px;
    color: var(--ep-ink);
    font-size: 14px;
    font-weight: 900;
}

.ep-tour-info-card h3 i {
    color: var(--ep-orange);
    margin-right: 7px;
}

.ep-tour-info-card .row {
    margin-left: 0;
    margin-right: 0;
}

.ep-tour-info-card [class*="col-"] {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.ep-tour-info-card ul,
.ep-tour-section ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.ep-tour-info-card li,
.ep-tour-section li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 9px;
    color: #425865;
    font-size: 13px;
    line-height: 1.45;
}

.ep-tour-info-card li:before,
.ep-tour-section li:before {
    position: absolute;
    left: 0;
    top: 0;
    color: var(--ep-green);
    content: "✓";
}

.ep-tour-schedule {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 22px;
    padding: 18px;
    background: #fff;
    border: 1px solid var(--ep-line);
    border-radius: 8px;
}

.ep-tour-bottom-cta {
    margin: 44px 0 34px;
    padding: 34px 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    color: #fff;
    border-radius: 16px;
    background:
        linear-gradient(90deg, rgba(0, 84, 99, 0.94), rgba(0, 84, 99, 0.62)),
        url("../../img/single_transfer_bg_1.jpg") center center / cover no-repeat;
}

.ep-tour-bottom-cta h2,
.ep-tour-bottom-cta p {
    margin: 0;
    color: #fff;
}

.ep-tour-bottom-cta h2 {
    font-size: 26px;
    font-weight: 900;
}

.ep-tour-bottom-cta p {
    margin-top: 6px;
    font-size: 16px;
    font-weight: 700;
}

.ep-tour-bottom-cta a {
    display: inline-flex;
    min-width: 220px;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #fff !important;
    background: var(--ep-orange);
    border-radius: 999px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none !important;
    cursor: pointer;
}

.ep-tour-rail {
    display: grid;
    gap: 22px;
}

.ep-tour-price-box,
.ep-tour-booking-box {
    background: #fff;
    border: 1px solid var(--ep-line);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(17, 47, 60, 0.08);
    overflow: hidden;
}

.ep-tour-price-box {
    padding: 22px;
}

.ep-tour-price-box > span {
    color: var(--ep-ink);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.ep-tour-price-box .table,
.ep-tour-booking-box .table {
    margin-bottom: 16px;
}

.ep-tour-booking-box h3 {
    margin: 0;
    padding: 18px 20px;
    color: #fff;
    background: var(--ep-blue);
    font-size: 16px;
    font-weight: 900;
    text-align: center;
}

.ep-tour-booking-box .table,
.ep-tour-booking-box .btn_full,
.ep-tour-booking-box .btn_full_outline,
.ep-tour-booking-box .ownerlogin {
    margin-left: 20px;
    margin-right: 20px;
}

.ep-tour-booking-box .btn_full,
.ep-tour-booking-box .btn_full_outline,
.ep-tour-mobile-booking .btn_full,
.ep-tour-mobile-booking .btn_full_outline {
    border-radius: 5px;
    font-weight: 900;
    text-transform: uppercase;
}

.ep-tour-booking-box .btn_full,
.ep-tour-mobile-booking .btn_full {
    background: var(--ep-orange);
}

.ep-tour-booking-box .ownerlogin {
    display: block;
    margin-bottom: 20px;
    color: var(--ep-orange);
}

.ep-home-benefits {
    margin: 58px -15px -42px;
    padding: 34px 46px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    color: #fff;
    background: var(--ep-blue);
}

.ep-home-benefits div {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    column-gap: 18px;
    align-items: center;
}

.ep-home-benefits i {
    grid-row: span 2;
    font-size: 38px;
}

.ep-home-benefits strong,
.ep-home-benefits span {
    display: block;
    color: #fff;
}

.ep-home-benefits strong {
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.ep-home-benefits span {
    font-size: 13px;
    line-height: 1.3;
}

.ep-site-footer {
    color: #d6eef4;
    background:
        radial-gradient(circle at 20% 0%, rgba(0, 118, 135, 0.32), transparent 34%),
        linear-gradient(180deg, #003f4c 0%, #002b35 100%);
}

.ep-site-footer__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 54px 32px 42px;
    display: grid;
    grid-template-columns: minmax(280px, 1.6fr) 1fr 1fr 1fr;
    gap: 54px;
}

.ep-brand--footer {
    color: #fff !important;
    font-size: 29px;
}

.ep-brand--footer img {
    width: 220px;
}

.ep-site-footer p {
    max-width: 360px;
    margin: 16px 0 0;
    color: #d6eef4;
    line-height: 1.55;
}

.ep-site-footer h3 {
    margin: 0 0 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.ep-site-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ep-site-footer li + li {
    margin-top: 8px;
}

.ep-site-footer a {
    color: #d6eef4;
    text-decoration: none !important;
}

.ep-site-footer a:hover {
    color: #fff;
}

.ep-site-footer__social {
    display: flex;
    gap: 12px;
}

.ep-site-footer__social li + li {
    margin-top: 0;
}

.ep-site-footer__social a {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
}

.ep-site-footer__logo {
    display: inline-block;
    color: #fff !important;
    text-decoration: none !important;
}

.ep-site-footer__bottom {
    max-width: 1240px;
    margin: 0 auto;
    padding: 22px 32px 28px;
    color: #a9cdd5;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    text-align: center;
}

.ep-destination-hero {
    position: relative;
    min-height: 300px;
    margin-top: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(0, 54, 67, 0.92) 0%, rgba(0, 54, 67, 0.66) 34%, rgba(0, 91, 120, 0.12) 74%),
        url("../../img/single_tour_bg_1.jpg") center center / cover no-repeat;
}

.ep-destination-hero__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 44, 54, 0.1), rgba(0, 44, 54, 0.1));
}

.ep-destination-hero .container {
    position: relative;
    z-index: 1;
}

.ep-destination-hero__copy {
    max-width: 520px;
    color: #fff;
    padding: 52px 0 58px;
}

.ep-destination-hero__copy p {
    margin: 0 0 7px;
    font-size: 22px;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0;
}

.ep-destination-hero__copy h1 {
    margin: 0;
    color: #fff;
    font-size: 50px;
    line-height: 1.02;
    font-weight: 900;
    text-transform: uppercase;
}

.ep-destination-hero__copy h1 span {
    color: var(--ep-orange);
}

.ep-current-page {
    display: none;
}

.ep-destination-hero__copy > span {
    display: block;
    margin-top: 18px;
    max-width: 360px;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 700;
}

.ep-destination-map {
    margin-top: 0;
}

.ep-destination-page {
    padding-bottom: 42px;
    color: var(--ep-ink);
}

.ep-destination-layout {
    display: flex;
    align-items: flex-start;
}

.ep-destination-sidebar {
    padding-top: 8px;
}

.ep-map-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    min-height: 48px;
    margin: 0 0 22px;
    color: #fff !important;
    background: var(--ep-orange);
    border: 0;
    border-radius: 5px;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 0 10px 20px rgba(255, 121, 0, 0.22);
}

.ep-category-card,
.ep-help-card {
    background: #fff;
    border: 1px solid var(--ep-line);
    border-radius: 7px;
    box-shadow: 0 10px 28px rgba(20, 50, 70, 0.06);
    overflow: hidden;
}

.ep-category-card ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ep-category-card li + li {
    border-top: 1px solid var(--ep-line);
}

.ep-category-card a {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) auto;
    align-items: center;
    min-height: 54px;
    padding: 0 16px;
    color: #35505e;
    font-weight: 700;
    text-decoration: none;
}

.ep-category-card a:after {
    content: "›";
    color: #6f8794;
    font-size: 22px;
    line-height: 1;
}

.ep-category-card a.active {
    color: var(--ep-orange);
    background: #fff5eb;
}

.ep-category-card i {
    color: var(--ep-blue);
    font-size: 18px;
}

.ep-category-card em,
.ep-category-card span span {
    color: var(--ep-muted);
    font-style: normal;
    font-weight: 700;
}

.ep-help-card {
    margin-top: 26px;
    padding: 28px 24px;
    background: #fff9f3;
}

.ep-help-card i {
    display: block;
    color: var(--ep-orange);
    font-size: 38px;
    margin-bottom: 12px;
}

.ep-help-card h3 {
    margin: 0 0 8px;
    color: var(--ep-ink);
    font-size: 18px;
    font-weight: 900;
}

.ep-help-card p {
    margin: 0 0 18px;
    color: var(--ep-muted);
    line-height: 1.45;
}

.ep-help-card__button {
    display: inline-flex;
    min-width: 132px;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    background: var(--ep-orange);
    border-radius: 5px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none !important;
}

.ep-results-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 48px;
    margin: 0 0 22px;
}

.ep-results-toolbar h1 {
    margin: 4px 0 0;
    min-height: 18px;
    color: var(--ep-muted);
    font-size: 13px;
    font-weight: 700;
}

#epToursCount {
    display: block;
    color: var(--ep-ink);
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.ep-sort-control {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--ep-muted);
    font-size: 13px;
    font-weight: 700;
}

.ep-sort-control select {
    min-width: 178px;
    height: 42px;
    padding: 0 14px;
    color: #465c67;
    background: #fff;
    border: 1px solid var(--ep-line);
    border-radius: 5px;
}

.ep-tour-list {
    display: grid;
    gap: 18px;
}

.ep-tour-card {
    display: grid;
    grid-template-columns: minmax(220px, 310px) minmax(0, 1fr) 170px;
    min-height: 194px;
    background: #fff;
    border: 1px solid var(--ep-line);
    border-radius: 8px;
    box-shadow: 0 11px 30px rgba(16, 45, 58, 0.07);
    overflow: hidden;
}

.ep-tour-card__media {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 194px;
}

.ep-tour-card__media img {
    width: 100%;
    height: 100%;
    min-height: 194px;
    object-fit: cover;
    display: block;
    transition: transform 0.25s ease;
}

.ep-tour-card__media:hover img {
    transform: scale(1.035);
}

.ep-tour-card__badge {
    position: absolute;
    top: 12px;
    left: -38px;
    width: 132px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #e84d4f;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    transform: rotate(-45deg);
}

.ep-tour-card__category {
    position: absolute;
    left: 16px;
    bottom: 14px;
    max-width: calc(100% - 32px);
    padding: 7px 12px;
    color: #fff;
    background: rgba(0, 55, 66, 0.88);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ep-tour-card__body {
    padding: 24px 28px 18px;
    border-right: 1px solid var(--ep-line);
}

.ep-tour-card__body h3 {
    margin: 0 0 9px;
    color: var(--ep-ink);
    font-size: 21px;
    line-height: 1.15;
    font-weight: 900;
    text-transform: uppercase;
}

.ep-tour-card__body h3 a {
    color: inherit;
    text-decoration: none;
}

.ep-tour-card__body p {
    margin: 0 0 16px;
    color: #627682;
    font-size: 14px;
    line-height: 1.45;
}

.ep-tour-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    color: #3b5662;
    font-size: 13px;
    font-weight: 800;
}

.ep-tour-meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.ep-tour-meta i {
    color: var(--ep-blue);
    font-size: 17px;
}

.ep-tour-card__price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 20px 22px;
    text-align: center;
}

.ep-price-label {
    color: #5f7480;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.ep-price-value x,
.ep-price-value {
    color: var(--ep-green) !important;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
}

.ep-price-value sup {
    font-size: 15px;
}

.ep-price-value small {
    display: block;
    margin-top: 2px;
    color: #728490 !important;
    font-size: 11px;
    line-height: 1.25;
    text-transform: uppercase;
}

.ep-price-currency {
    margin-top: -2px;
    color: #7c8d96;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.ep-card-button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    color: #fff !important;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none !important;
}

.ep-card-button--details {
    background: var(--ep-orange);
}

.ep-card-button--book {
    background: var(--ep-green);
}

.ep-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 11px;
    margin: 34px 0 22px;
}

.ep-pagination a,
.ep-pagination span {
    min-width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #5a707b;
    background: #fff;
    border: 1px solid var(--ep-line);
    border-radius: 6px;
    font-weight: 800;
}

.ep-pagination .active {
    color: #fff;
    background: var(--ep-orange);
    border-color: var(--ep-orange);
}

.ep-destination-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin: 34px 45px 0;
    padding: 34px 42px;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(0, 84, 99, 0.95), rgba(0, 84, 99, 0.68)),
        url("../../img/single_transfer_bg_1.jpg") center center / cover no-repeat;
    border-radius: 18px;
    overflow: hidden;
}

.ep-destination-cta h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 900;
    text-transform: uppercase;
}

.ep-destination-cta p {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
}

.ep-destination-cta__button {
    min-width: 230px;
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff !important;
    background: var(--ep-orange);
    border-radius: 999px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none !important;
}

@media (max-width: 991px) {
    .ep-site-header__inner {
        min-height: auto;
        padding: 18px 22px;
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 16px;
    }

    .ep-site-nav {
        grid-column: 1 / -1;
        justify-content: flex-start;
        gap: 18px;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .ep-site-actions {
        gap: 12px;
    }

    .ep-home-trust__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 24px 32px;
    }

    .ep-home-tour-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ep-home-destination-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ep-home-discovery {
        display: block;
    }

    .ep-home-stats {
        margin-top: 20px;
    }

    .ep-site-footer__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ep-tour-feature-strip ul {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding: 18px;
    }

    .ep-tour-feature-strip li {
        border-right: 0;
    }

    .ep-tour-two-col,
    .ep-tour-info-grid,
    .ep-tour-schedule {
        grid-template-columns: 1fr;
    }

    .ep-tour-info-card {
        border-right: 0;
        border-bottom: 1px solid var(--ep-line);
    }

    .ep-tour-info-card:last-child {
        border-bottom: 0;
    }

    .ep-tour-rail {
        margin-top: 24px;
    }

    .ep-destination-layout {
        display: block;
    }

    .ep-destination-sidebar {
        margin-bottom: 24px;
    }

    .ep-tour-card {
        grid-template-columns: 260px minmax(0, 1fr);
    }

    .ep-tour-card__price {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        align-items: center;
        text-align: left;
        border-top: 1px solid var(--ep-line);
    }
}

@media (max-width: 767px) {
    .ep-brand {
        font-size: 28px;
    }

    .ep-site-header__inner {
        padding: 16px 18px;
    }

    .ep-site-nav {
        gap: 16px;
    }

    .ep-site-nav a,
    .ep-site-actions a {
        font-size: 12px;
    }

    .ep-site-select {
        display: none;
    }

    .ep-site-header__auth {
        display: none;
    }

    .ep-home-hero {
        min-height: 520px;
    }

    .ep-home-hero__content {
        padding: 70px 22px 116px;
    }

    .ep-home-hero h1 {
        font-size: 48px;
    }

    .ep-home-hero__eyebrow {
        font-size: 16px;
    }

    .ep-home-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
        max-width: 260px;
    }

    .ep-home-trust {
        margin-top: -50px;
        padding: 0 18px 30px;
    }

    .ep-home-trust__inner {
        grid-template-columns: 1fr;
        border-radius: 18px;
    }

    .container.margin_60 {
        padding-top: 28px;
    }

    .ep-section-heading {
        display: block;
    }

    .ep-section-heading .ep-pill-button {
        margin-top: 16px;
    }

    .ep-home-location-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ep-home-tour-grid,
    .ep-home-destination-grid,
    .ep-home-benefits,
    .ep-site-footer__inner {
        grid-template-columns: 1fr;
    }

    .ep-home-discovery {
        padding: 28px 24px;
    }

    .ep-home-stats {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
    }

    .ep-home-benefits {
        margin-left: 0;
        margin-right: 0;
        padding: 28px 24px;
    }

    .ep-site-footer__inner {
        gap: 28px;
    }

    .ep-tour-hero {
        min-height: 360px;
    }

    .ep-tour-hero__content {
        padding: 48px 22px;
    }

    .ep-tour-hero h1 {
        font-size: 36px;
    }

    .ep-tour-hero p {
        font-size: 15px;
    }

    .ep-tour-feature-strip {
        margin-top: -24px;
        padding: 0 14px;
    }

    .ep-tour-feature-strip ul {
        grid-template-columns: 1fr;
        border-radius: 16px;
    }

    .ep-tour-feature-strip li {
        justify-content: flex-start;
        border-bottom: 1px solid var(--ep-line);
    }

    .ep-tour-feature-strip li:last-child {
        border-bottom: 0;
    }

    .ep-tour-bottom-cta {
        display: block;
        padding: 28px 24px;
    }

    .ep-tour-bottom-cta a {
        width: 100%;
        margin-top: 18px;
    }

    .ep-destination-hero {
        min-height: 260px;
    }

    .ep-destination-hero__copy {
        padding: 38px 0 42px;
    }

    .ep-destination-hero__copy h1 {
        font-size: 38px;
    }

    .ep-results-toolbar {
        display: block;
    }

    .ep-sort-control {
        margin-top: 14px;
        justify-content: space-between;
    }

    .ep-tour-card {
        display: block;
    }

    .ep-tour-card__media,
    .ep-tour-card__media img {
        min-height: 220px;
    }

    .ep-tour-card__body {
        border-right: 0;
        padding: 20px;
    }

    .ep-tour-card__price {
        display: grid;
        grid-template-columns: 1fr;
        padding: 20px;
        text-align: center;
    }

    .ep-destination-cta {
        display: block;
        margin: 28px 0 0;
        padding: 28px 24px;
    }

    .ep-destination-cta__button {
        margin-top: 18px;
        width: 100%;
    }
}
