@charset "UTF-8";
/* ==========================
    Google fonts
    Variables
    Typographys
    Texts, Links
    Buttons, Controls
    Accordions
    Modals
    Cards
    Tables
    Pagination
    Lists
    Hover Effect
    Circle Icons
    Images
    Backgrounds
    Bottom Overlay
    Video box
    Extra info
    Rates, Reviews, Awards
    Price range
    Comments
    Countdown
    Preloader 
    Animation
    Scroll to top
    Header
    Heros
    Search
    Block titles
    Title Info
    Destinations, Tours
    Testimonials
    Team
    Posts
    Form contact
    Account
    Booking
    Footer
    Utilities 
    Containers
=============================== */
/* ======= Google fonts ======= */
/* ======= Google fonts ======= */

/* ======= Variables ======= */
:root,
[data-bs-theme=light] {
  --bs-primary: #0E74BC;
  --bs-primary-rgb: 14, 116, 188;
  --bs-secondary: #24437A;
  --bs-secondary-rgb: 36, 67, 122;
  --bs-accent: #f7bd00;
  --bs-accent-rgb: 247, 189, 0;
  --bs-accent-hover: #ffca2c;
  --bs-accent-hover-rgb: 255, 202, 44;

  --bs-link-color: var(--bs-primary);
  --bs-link-color-rgb: var(--bs-primary-rgb);
  --bs-link-decoration: none;
  --bs-link-hover-color: var(--bs-secondary);
  --bs-link-hover-color-rgb: var(--bs-secondary-rgb);
  --bs-font-sans-serif: "Outfit", sans-serif;
  --bs-body-font-size: 1.075rem;
  --bs-body-line-height: 1.55;
  --bs-body-font-weight: 300;
  --bs-border-radius: 0.675rem;
  --bs-border-radius-sm: 0.35rem;
  --bs-border-radius-lg: 1.25rem;
  --bs-box-shadow: 0 0.25rem 0.65rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-xs: 0.1rem 0.25rem 0.25rem rgba(0, 0, 0, 0.055);
  --bs-box-shadow-sm: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 0.55rem 1rem rgba(0, 0, 0, 0.175);
  --bs-dark-blue: #24437A;
  --bs-dark-blue-rgb: 36, 67, 122;
  /*--bs-dark-blue: #24437A;*/
  /*--bs-dark-blue: #0a3e59;*/
  --bs-light-gray: #e9ecef;
  --bs-light-gray-rgb: 233, 236, 239;
  --bs-dark-gray: #818181;
  --bs-dark-gray-rgb: 129, 129, 129;
  --bs-light-green: #7CBC9E;
  --bs-light-green-rgb: 124, 188, 158;
  --bs-minor: #F3731C;
  --bs-minor-rgb: 243, 115, 28;
}

[data-bs-theme=elite] {
  --bs-primary: #D4AF37;
  --bs-primary-rgb: 232, 211, 153;
  --bs-link-color: var(--bs-primary);
  --bs-link-color-rgb: var(--bs-primary-rgb);
  --bs-link-decoration: none;
  --bs-link-hover-color: var(--bs-secondary);
  --bs-link-hover-color-rgb: var(--bs-secondary-rgb);
  --bs-font-sans-serif: "Outfit", sans-serif;
  --bs-body-font-size: 1.075rem;
  --bs-body-line-height: 1.55;
  --bs-body-font-weight: 300;
  --bs-border-radius: 0.675rem;
  --bs-border-radius-sm: 0.35rem;
  --bs-border-radius-lg: 1.25rem;
  --bs-box-shadow: 0 0.25rem 0.65rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-xs: 0.1rem 0.25rem 0.25rem rgba(0, 0, 0, 0.055);
  --bs-box-shadow-sm: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 0.55rem 1rem rgba(0, 0, 0, 0.175);
  --bs-dark-blue: #945906;
  --bs-dark-blue-rgb: 148, 89, 6;
  --bs-light-gray: #e9ecef;
  --bs-light-gray-rgb: 233, 236, 239;
  --bs-dark-gray: #818181;
  --bs-dark-gray-rgb: 129, 129, 129;
  --bs-light-green: #7CBC9E;
  --bs-light-green-rgb: 124, 188, 158;
}

[data-bs-theme=flyrainbow] {
  --bs-primary: #FF007F;
  --bs-primary-rgb: 255, 0, 127;
  --bs-link-color: var(--bs-primary);
  --bs-link-color-rgb: var(--bs-primary-rgb);
  --bs-link-decoration: none;
  --bs-link-hover-color: var(--bs-secondary);
  --bs-link-hover-color-rgb: var(--bs-secondary-rgb);
  --bs-font-sans-serif: "Outfit", sans-serif;
  --bs-body-font-size: 1.075rem;
  --bs-body-line-height: 1.55;
  --bs-body-font-weight: 300;
  --bs-border-radius: 0.675rem;
  --bs-border-radius-sm: 0.35rem;
  --bs-border-radius-lg: 1.25rem;
  --bs-box-shadow: 0 0.25rem 0.65rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-xs: 0.1rem 0.25rem 0.25rem rgba(0, 0, 0, 0.055);
  --bs-box-shadow-sm: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 0.55rem 1rem rgba(0, 0, 0, 0.175);
  --bs-dark-blue: #6900cb;
  --bs-dark-blue-rgb: 105, 0, 203;
  --bs-light-gray: #e9ecef;
  --bs-light-gray-rgb: 233, 236, 239;
  --bs-dark-gray: #818181;
  --bs-dark-gray-rgb: 129, 129, 129;
  --bs-light-green: #7CBC9E;
  --bs-light-green-rgb: 124, 188, 158;
}


/* Micro-testi per tooltip, label e badge */
.fs-7 {
    font-size: 0.85rem !important; /* Circa 13.5px */
}

.fs-8 {
    font-size: 0.75rem !important; /* Circa 12px (utile per le date/firme) */
}





















/* ======= /Variables ======= */








































/* ======= Components ======= */
/* ==== inlined: ./components/cta.css ==== */
.cta {
    --cta-bg: var(--bs-primary);
    --cta-color: #fff;
    --cta-border: var(--bs-primary);
    --cta-hover-bg: #0f4c81;
    --cta-hover-color: #fff;
    --cta-hover-border: #0f4c81;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    min-height: 48px;
    padding: 0.75rem 1.4rem;
    border: 2px solid var(--cta-border);
    background: var(--cta-bg);
    color: var(--cta-color);
    text-decoration: none;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
    cursor: pointer;
}

.cta:hover,
.cta:focus {
    background: var(--cta-hover-bg);
    border-color: var(--cta-hover-border);
    color: var(--cta-hover-color);
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(16, 35, 52, 0.10);
}

.cta:focus-visible {
    outline: none;
    box-shadow:
        0 0 0 4px rgba(15, 76, 129, 0.18),
        0 10px 20px rgba(16, 35, 52, 0.10);
}

.cta.is-disabled,
.cta:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    pointer-events: none;
    transform: none;
    box-shadow: none;
}

.cta--rounded {
    border-radius: 0.6rem
}

.cta--soft {
    border-radius: 28px;
}

.cta--pill {
    border-radius: 999px;
}

.cta--sm {
    min-height: 40px;
    padding: 0.55rem 1rem;
    font-size: 0.92rem;
}

.cta--md {
    min-height: 50px;
    padding: 0.75rem 1.35rem;
    font-size: 1rem;
}

.cta--lg {
    min-height: 60px;
    padding: 0.95rem 1.7rem;
    font-size: 1.12rem;
}

.cta--primary {
    --cta-bg: var(--bs-primary);
    --cta-color: #fff;
    --cta-border: var(--bs-primary);
    --cta-hover-bg: #176ba8;
    --cta-hover-color: #fff;
    --cta-hover-border: #176ba8;
}

.cta--secondary {
    --cta-bg: var(--bs-secondary);
    --cta-color: #fff;
    --cta-border: var(--bs-secondary);
    --cta-hover-bg: #0d2c4a;
    --cta-hover-color: #fff;
    --cta-hover-border: #0d2c4a;
}

.cta--accent {
    --cta-bg: var(--bs-accent);
    --cta-color: #111;
    --cta-border: var(--bs-accent);
    --cta-hover-bg: var(--bs-accent-hover);
    --cta-hover-color: #111;
    --cta-hover-border: var(--bs-accent-hover);
}

.cta--outline-primary {
    --cta-bg: transparent;
    --cta-color: var(--bs-primary);
    --cta-border: var(--bs-primary);
    --cta-hover-bg: rgba(var(--bs-primary-rgb), 0.06);
    --cta-hover-color: var(--bs-primary);
    --cta-hover-border: var(--bs-primary);
    border-width: 1.5px;
}

.cta--outline-secondary {
    --cta-bg: transparent;
    --cta-color: var(--bs-secondary);
    --cta-border: var(--bs-secondary);
    --cta-hover-bg: rgba(var(--bs-secondary-rgb), 0.06);
    --cta-hover-color: var(--bs-secondary);
    --cta-hover-border: var(--bs-secondary);
    border-width: 1.5px;
}

.cta--light {
    --cta-bg: #fff;
    --cta-color: #111;
    --cta-border: #fff;
    --cta-hover-bg: #f5f7fa;
    --cta-hover-color: #111;
    --cta-hover-border: #f5f7fa;
}

.cta--ghost-white {
    --cta-bg: transparent;
    --cta-color: #fff;
    --cta-border: rgba(255,255,255,0.85);
    --cta-hover-bg: #fff;
    --cta-hover-color: #111;
    --cta-hover-border: #fff;
    backdrop-filter: blur(2px);
    background: rgba(255,255,255,0.05);
    font-weight: 500;
    letter-spacing: 0.015em;
}

.cta__label {
    display: inline-block;
}

.cta__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.18rem 0.48rem;
    border-radius: 999px;
    font-size: 0.67em;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.05;
    text-transform: uppercase;
    white-space: nowrap;
    border: 1px solid transparent;
}

.cta__badge--accent {
    background: var(--bs-accent);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.38);
    border-width: 3.5px;
}

.cta__badge--primary {
    background: var(--bs-primary);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.25);
}

.cta__badge--light {
    background: #fff;
    color: #14334a;
    border-color: rgba(16, 35, 52, 0.16);
}

.cta__icon {
    font-size: 1em;
    line-height: 1;
    flex-shrink: 0;
}

@media (max-width: 575.98px) {
    .cta--lg {
        min-height: 58px;
        font-size: 1.05rem;
        padding: 0.9rem 1.4rem;
    }
}
/* ==== /inlined: ./components/cta.css ==== *//* ==== inlined: ./components/cta-banner.css ==== */
.cta-banner {
    overflow: hidden;
    border-radius: 1.35rem;
    background: linear-gradient(135deg, #0f5e9d, #0b3d68);
    color: #fff;
    box-shadow: var(--island-shadow);
}

.cta-banner--accent {
    background: linear-gradient(135deg, #f7bd00, #f39c12);
    color: #1f3242;
}

.cta-banner--dark {
    background: linear-gradient(135deg, #06304f, #041f34);
    color: #fff;
}

.cta-banner__content {
    padding: 2rem;
    text-align: center;
}

.cta-banner__icon {
    margin-bottom: 0.75rem;
    line-height: 1;
}

.cta-banner__title {
    margin-bottom: 0.75rem;
    font-size: clamp(1.5rem, 2vw, 2.2rem);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.cta-banner__text {
    max-width: 640px;
    margin: 0 auto 1.5rem;
    color: rgba(255, 255, 255, 0.88);
}

.cta-banner--accent .cta-banner__text {
    color: rgba(31, 50, 66, 0.88);
}
/* ==== /inlined: ./components/cta-banner.css ==== *//* ==== inlined: ./components/decision-grid.css ==== */
.decision-box {
    height: 100%;
    padding: 1.5rem 1.4rem;
    border-radius: 1.25rem;
    border: 1px solid transparent;
}

.decision-box--positive {
    background: #edf5f1;
    border-color: #cfe3d8;
}

.decision-box--negative {
    background: #fbefef;
    border-color: #f0caca;
}

.decision-box__title {
    margin: 0 0 1.2rem;
    font-size: 1.15rem;
    line-height: 1.2;
    font-weight: 800;
    color: #222b35;
}

.decision-box__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.decision-box__item {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    margin-bottom: 1rem;
    color: #334556;
    font-size: 1.02rem;
    line-height: 1.6;
}

.decision-box__item:last-child {
    margin-bottom: 0;
}

.decision-box__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1rem;
    font-weight: 800;
    line-height: 1.2;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.decision-box__item--positive .decision-box__icon {
    color: #1d8b4d;
}

.decision-box__item--negative .decision-box__icon {
    color: #d9534f;
}
/* ==== /inlined: ./components/decision-grid.css ==== *//* ==== inlined: ./components/hero-page.css ==== */
.page-hero {
    background: #0b2f4b;
    isolation: isolate;
}

.page-hero--sm {
    min-height: 340px;
}

.page-hero--md {
    min-height: 460px;
}

.page-hero--lg {
    min-height: 620px;
}

.page-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.page-hero__bg picture,
.page-hero__bg img {
    width: 100%;
    height: 100%;
}

.page-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    --page-hero-overlay-opacity: 1;
}

.page-hero__overlay--none {
    background: transparent;
}

.page-hero__overlay--dark {
    background:
        linear-gradient(
            180deg,
            rgba(7, 22, 36, calc(0.18 * var(--page-hero-overlay-opacity))) 0%,
            rgba(7, 22, 36, calc(0.34 * var(--page-hero-overlay-opacity))) 35%,
            rgba(7, 22, 36, calc(0.72 * var(--page-hero-overlay-opacity))) 100%
        ),
        linear-gradient(
            90deg,
            rgba(6, 20, 34, calc(0.52 * var(--page-hero-overlay-opacity))) 0%,
            rgba(6, 20, 34, calc(0.2 * var(--page-hero-overlay-opacity))) 55%,
            rgba(6, 20, 34, calc(0.06 * var(--page-hero-overlay-opacity))) 100%
        );
}

.page-hero__overlay--very-dark {
    background:
        linear-gradient(
            180deg,
            rgba(5, 16, 28, calc(0.26 * var(--page-hero-overlay-opacity))) 0%,
            rgba(5, 16, 28, calc(0.46 * var(--page-hero-overlay-opacity))) 34%,
            rgba(5, 16, 28, calc(0.84 * var(--page-hero-overlay-opacity))) 100%
        ),
        linear-gradient(
            90deg,
            rgba(4, 14, 24, calc(0.72 * var(--page-hero-overlay-opacity))) 0%,
            rgba(4, 14, 24, calc(0.42 * var(--page-hero-overlay-opacity))) 50%,
            rgba(4, 14, 24, calc(0.16 * var(--page-hero-overlay-opacity))) 100%
        );
}

.page-hero__overlay--soft {
    background:
        linear-gradient(
            180deg,
            rgba(10, 28, 43, calc(0.08 * var(--page-hero-overlay-opacity))) 0%,
            rgba(10, 28, 43, calc(0.18 * var(--page-hero-overlay-opacity))) 40%,
            rgba(10, 28, 43, calc(0.42 * var(--page-hero-overlay-opacity))) 100%
        );
}

.page-hero__overlay--gradient {
    background:
        linear-gradient(
            135deg,
            rgba(14, 76, 128, calc(0.62 * var(--page-hero-overlay-opacity))) 0%,
            rgba(11, 46, 76, calc(0.48 * var(--page-hero-overlay-opacity))) 42%,
            rgba(8, 27, 44, calc(0.72 * var(--page-hero-overlay-opacity))) 100%
        );
}

.page-hero__inner {
    position: relative;
    z-index: 2;
}

.page-hero__row {
    min-height: inherit;
}

.page-hero__breadcrumb .breadcrumb-item,
.page-hero__breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
}

.page-hero__breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.55);
}

.page-hero__breadcrumb .breadcrumb-item.active {
    color: #fff;
}

.page-hero__kicker {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0.4rem 0.95rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.page-hero__subtitle {
    font-size: 0.95rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.82);
    letter-spacing: 0.02em;
}

.page-hero__title {
    font-size: clamp(2.2rem, 4vw, 4.2rem);
    line-height: 1.03;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin: 0;
}

.page-hero__description {
    max-width: 760px;
    font-size: 1.08rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.92);
    margin-left: 0;
    margin-right: 0;
}

.text-center .page-hero__description {
    margin-left: auto;
    margin-right: auto;
}

.page-hero__badge {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #153650;
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.page-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.page-hero__chip {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0.52rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(8px);
    color: #fff;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.page-hero__chip:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}

.page-hero__chip--active {
    background: rgba(255, 255, 255, 0.94);
    border-color: rgba(255, 255, 255, 0.94);
    color: #153650;
}

.page-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.15rem;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.92rem;
    line-height: 1.5;
    font-weight: 700;
}

.page-hero__meta-item {
    position: relative;
    padding-left: 1rem;
}

.page-hero__meta-item::before {
    content: "";
    position: absolute;
    top: 0.52em;
    left: 0;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    transform: translateY(-50%);
}

.page-hero__extra {
    margin-top: 0.25rem;
}

@media (max-width: 991.98px) {
    .page-hero--sm {
        min-height: 300px;
    }

    .page-hero--md {
        min-height: 400px;
    }

    .page-hero--lg {
        min-height: 520px;
    }

    .page-hero__title {
        font-size: clamp(1.95rem, 8vw, 3rem);
    }

    .page-hero__description {
        font-size: 1rem;
        line-height: 1.55;
    }

    .page-hero__chips {
        gap: 0.55rem;
    }

    .page-hero__chip {
        min-height: 36px;
        font-size: 0.84rem;
    }

    .page-hero__meta {
        font-size: 0.88rem;
    }
}
/* ==== /inlined: ./components/hero-page.css ==== *//* ==== inlined: ./components/how-to-reach-compact.css ==== */
/* Carosello: una riga sola sempre, così il pannello di dettaglio sotto resta
   visibilmente legato alla card selezionata. Con la griglia a capo, dalla
   quarta soluzione in poi (o dalla seconda su mobile) il legame si perdeva. */
.how-to-reach-compact__track {
    display: flex;
    align-items: stretch;
    gap: 1rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-bottom: 0.75rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #c7d3de transparent;
}

.how-to-reach-compact__track::-webkit-scrollbar {
    height: 6px;
}

.how-to-reach-compact__track::-webkit-scrollbar-track {
    background: transparent;
}

.how-to-reach-compact__track::-webkit-scrollbar-thumb {
    background: #c7d3de;
    border-radius: 999px;
}

@media (prefers-reduced-motion: reduce) {
    .how-to-reach-compact__track {
        scroll-behavior: auto;
    }
}

.how-to-reach-compact__card {
    /* I <button> centrano verticalmente il proprio contenuto: senza flex-column
       le card con testo corto avevano titoli disallineati rispetto alle altre */
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex: 0 0 84%;
    max-width: 340px;
    scroll-snap-align: start;
    text-align: left;
    padding: 1.5rem;
    border: 1px solid #d9e1e8;
    border-radius: 1.5rem;
    background: #fff;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease,
        background-color 0.2s ease;
}

@media (min-width: 992px) {
    .how-to-reach-compact__card {
        flex-basis: calc((100% - 2rem) / 3);
        max-width: none;
    }

    /* Con più di tre soluzioni la quarta sbircia dal bordo: è il segnale
       che si può scorrere, senza aggiungere frecce */
    .how-to-reach-compact.has-overflow .how-to-reach-compact__card {
        flex-basis: calc((100% - 2.4rem) / 3.25);
    }
}

.how-to-reach-compact__card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(16, 35, 52, 0.06);
}

.how-to-reach-compact__card.is-active {
    border-color: rgba(247, 166, 26, 0.6);
    box-shadow: 0 12px 28px rgba(247, 166, 26, 0.14);
    background: #fffdf8;
}

.how-to-reach-compact__card.is-featured {
    border-color: rgba(247, 166, 26, 0.45);
}

.how-to-reach-compact__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.how-to-reach-compact__icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 76, 129, 0.07);
}

.how-to-reach-compact__icon {
    font-size: 1.5rem;
    color: var(--bs-primary);
}

.how-to-reach-compact__badge {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: #f7bd00;
    color: #111;
    font-size: 0.88rem;
    font-weight: 700;
    white-space: nowrap;
}

/* Occhiello e titolo hanno altezza riservata: le card stanno una accanto
   all'altra e "SOLUZIONE CONSIGLIATA" (una riga) accanto a "SOLUZIONE PIÙ
   ECONOMICA" (due) faceva partire i metadati a quote diverse. Misurate sul
   catalogo: max 2 righe di occhiello e 3 di titolo su desktop, 2 su mobile. */
.how-to-reach-compact__eyebrow {
    margin-bottom: 0.35rem;
    min-height: 2.8em;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6c7a89;
}

.how-to-reach-compact__title {
    margin: 0 0 1rem;
    min-height: 3.54em; /* 3 righe a line-height 1.18 */
    font-size: clamp(1.15rem, 1.6vw, 1.55rem);
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #212934;
}

.how-to-reach-compact__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-bottom: 1rem;
}

.how-to-reach-compact__meta-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.15rem;
    flex: 1 1 140px;
}

.how-to-reach-compact__meta-value {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 700;
    color: #1f2e3a;
}

.how-to-reach-compact__meta-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #7c8a98;
}

/* Qualifica il prezzo: «per barca, max 8 posti» o «a persona, minimo 2».
   Senza, un prezzo a barca diviso per due sembra una tariffa individuale. */
.how-to-reach-compact__meta-note {
    font-size: 0.72rem;
    line-height: 1.35;
    color: #8a98a6;
}

.how-to-reach-compact__summary {
    margin: 0;
    color: #6c7a89;
    line-height: 1.55;
    font-size: 0.98rem;
}

.how-to-reach-compact__details-card {
    padding: 1.5rem 1.6rem;
    border: 1px solid #dfe7ee;
    border-radius: 1.4rem;
    background: #fff;
    box-shadow: 0 10px 24px rgba(16, 35, 52, 0.05);
}

.how-to-reach-compact__details-title {
    margin: 0 0 1.1rem;
    font-size: 1.2rem;
    font-weight: 800;
    color: #1f2e3a;
}

.how-to-reach-compact__timeline {
    list-style: none;
    margin: 0;
    padding: 0;
}

.how-to-reach-compact__timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 1rem;
    padding-bottom: 1.2rem;
}

.how-to-reach-compact__timeline-item:last-child {
    padding-bottom: 0;
}

.how-to-reach-compact__timeline-item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 19px;
    top: 40px;
    width: 2px;
    height: calc(100% - 28px);
    background: #dfe7ee;
}

.how-to-reach-compact__timeline-marker {
    position: relative;
    z-index: 1;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f2f6fa;
    border: 1px solid #d9e1e8;
    color: #1f2e3a;
    font-weight: 700;
}

.how-to-reach-compact__timeline-content {
    min-width: 0;
    padding-top: 0.1rem;
}

.how-to-reach-compact__step-title {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 0.35rem;
    font-size: 1rem;
    line-height: 1.35;
    font-weight: 700;
    color: #1f2e3a;
}

.how-to-reach-compact__step-route {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    color: #6c7a89;
    font-size: 0.98rem;
    line-height: 1.55;
}

.how-to-reach-compact__step-arrow {
    color: var(--bs-primary);
    font-weight: 700;
}

.how-to-reach-compact__step-meta {
    margin-top: 0.25rem;
    font-size: 0.9rem;
    color: #8a98a6;
}

/* Orario della tappa: giorni a sinistra, partenze a destra. Le partenze in mono
   perché su più corse la colonna delle ore si legge solo se le cifre incolonnano. */
.how-to-reach-compact__schedule {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.15rem 0.8rem;
    margin: 0.5rem 0 0;
    padding: 0.55rem 0.75rem;
    border-radius: 0.6rem;
    background: #f6f8fa;
    font-size: 0.84rem;
    line-height: 1.5;
}

.how-to-reach-compact__schedule dt {
    margin: 0;
    color: #6c7a89;
    font-weight: 500;
}

.how-to-reach-compact__schedule dd {
    margin: 0;
    color: #2d3b47;
    font-variant-numeric: tabular-nums;
}

@media (max-width: 575.98px) {
    .how-to-reach-compact__title {
        min-height: 2.36em; /* 2 righe */
    }

    .how-to-reach-compact__eyebrow {
        min-height: 1.4em;
    }

    .how-to-reach-compact__schedule {
        grid-template-columns: 1fr;
        gap: 0 0;
    }

    .how-to-reach-compact__schedule dd {
        margin-bottom: 0.35rem;
    }

    .how-to-reach-compact__schedule dd:last-child {
        margin-bottom: 0;
    }
}

.how-to-reach-compact__footer {
    margin-top: 1.3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.how-to-reach-compact__note {
    margin: 0;
    color: #6c7a89;
    line-height: 1.55;
    max-width: 780px;
}

.how-to-reach-compact__disclaimer {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin: 1.1rem 0 0;
    font-size: 0.86rem;
    line-height: 1.5;
    color: #8a98a6;
}

.how-to-reach-compact__disclaimer i {
    margin-top: 0.15rem;
    flex: 0 0 auto;
}

/* Gli orari ufficiali stanno nel footer della singola soluzione, sotto la data
   di verifica: sono le fonti di QUELLE tappe, non della sezione. Riga intera
   (il footer è flex space-between): spinti a destra accanto alla nota
   sembravano un widget a sé invece del seguito della frase. */
.how-to-reach-compact__sources {
    flex: 0 0 100%;
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.5;
    color: #8a98a6;
}

.how-to-reach-compact__sources a {
    color: var(--bs-primary);
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.how-to-reach-compact__sources a:hover,
.how-to-reach-compact__sources a:focus-visible {
    color: var(--bs-primary);
    text-decoration-thickness: 2px;
}

@media (max-width: 991.98px) {
    .how-to-reach-compact__meta-item {
        flex-basis: 120px;
    }
}

@media (max-width: 767.98px) {
    .how-to-reach-compact__meta {
        gap: 0.6rem;
    }

    .how-to-reach-compact__meta-item {
        flex-basis: 100%;
    }
}

@media (max-width: 575.98px) {
    .how-to-reach-compact__card,
    .how-to-reach-compact__details-card {
        padding: 1.1rem;
    }

    .how-to-reach-compact__timeline-item {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 0.8rem;
    }

    .how-to-reach-compact__timeline-marker {
        width: 34px;
        height: 34px;
        font-size: 0.9rem;
    }

    .how-to-reach-compact__timeline-item:not(:last-child)::after {
        left: 16px;
        top: 34px;
    }
}
/* ==== /inlined: ./components/how-to-reach-compact.css ==== *//* ==== inlined: ./components/media-card.css ==== */
.media-card {
    background: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    --media-card-border-color: transparent;
    border: 1.5px solid var(--media-card-border-color);
}

.media-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 26px rgba(16, 35, 52, 0.09);
}

.media-card--featured {
    --media-card-border-color: var(--bs-accent);
}

.media-card__media-wrap {
    position: relative;
}

.media-card__media {
    overflow: hidden;
    background: #f4f7fa;
}

.media-card__media img {
    display: block;
}

.media-card__overlay-badges {
    position: absolute;
    top: 0.85rem;
    left: 0.85rem;
    right: 0.85rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    z-index: 2;
}

.media-card__overlay-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 30px;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(6px);
    color: #223444;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.2;
    box-shadow: 0 4px 12px rgba(16, 35, 52, 0.10);
}

.media-card__body {
    padding: 1rem 1rem 1.1rem;
}

.media-card__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 0.9rem;
}

.media-card__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 30px;
    padding: 0.28rem 0.7rem;
    border-radius: 999px;
    background: #f5f7fa;
    color: #243747;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.2;
}

.media-card__badge i,
.media-card__overlay-badge i {
    font-size: 0.9em;
    line-height: 1;
}

.media-card__badge--soft-green,
.media-card__overlay-badge--soft-gray {
    background: var(--bs-light);
    color: black;
}

.media-card__badge--soft-green,
.media-card__overlay-badge--soft-green {
    background: #edf7f1;
    color: #1d8b4d;
}

.media-card__badge--soft-blue,
.media-card__overlay-badge--soft-blue {
    background: #eef4f8;
    color: var(--bs-primary);
}

.media-card__badge--soft-yellow,
.media-card__overlay-badge--soft-yellow {
    background: #fff8e7;
    color: #9a6a00;
}

.media-card__badge--primary,
.media-card__overlay-badge--primary {
    background: var(--bs-primary);
    color: #fff;
}

.media-card__badge--primary,
.media-card__overlay-badge--secondary {
    background: var(--bs-secondary);
    color: #fff;
}

.media-card__badge--accent,
.media-card__overlay-badge--accent {
    background: var(--bs-accent);
    color: #000000;
}

.media-card__title {
    margin: 0;
    color: #1f3242;
    font-weight: 800;
    font-size: 1.2rem;
    line-height: 1.2;
}

.media-card__title a {
    color: inherit;
}

.media-card__title a:hover {
    color: inherit;
}

.media-card__subtitle {
    margin-top: 0.35rem;
    color: #24437a;
    font-size: 0.98rem;
    line-height: 1.45;
}

.media-card__text {
    margin: 0.9rem 0 0;
    color: #5f7080;
    font-size: 0.93rem;
    line-height: 1.75;
}

.media-card__features {
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.media-card__features li {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    color: #253746;
    font-weight: 600;
    line-height: 1.45;
}

.media-card__features li i {
    color: #1d8b4d;
    flex-shrink: 0;
    margin-top: 0.12rem;
}

.media-card__price-block {
    margin-top: 1.35rem;
}

.media-card__price-label {
    font-size: 0.94rem;
    color: #6a7887;
    line-height: 1.4;
}

.media-card__price {
    margin-top: 0.35rem;
    font-size: 2.25rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--bs-accent);
}

.media-card__price-suffix {
    font-size: 0.6em;
}

.media-card__footer {
    margin-top: auto;
    padding-top: 1.35rem;
}

/* ─── Rail di media-card ────────────────────────────────────────────────────
   Griglia a 3 su desktop, carosello con scroll-snap su mobile. Stava inline in
   cinque partial diversi (isole: trips/lodging/alternatives, esperienze, viaggi)
   con @pushOnce, che NON deduplica fra file diversi: la stessa regola arrivava
   in pagina cinque volte.
   ------------------------------------------------------------------------- */
.media-card-rail {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

/* Con meno di tre card il rail non deve lasciare buchi: una card sola dentro
   un terzo di riga sembra un errore di rendering. */
.media-card-rail--count-1 { grid-template-columns: minmax(0, 420px); }
.media-card-rail--count-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

@media (max-width: 767.98px) {
    .media-card-rail,
    .media-card-rail--count-1,
    .media-card-rail--count-2 {
        display: flex;
        gap: 1rem;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 0.35rem;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .media-card-rail::-webkit-scrollbar {
        display: none;
    }

    .media-card-rail > * {
        flex: 0 0 84%;
        scroll-snap-align: start;
    }

    /* Su desktop la posizione centrale È il segnale di evidenza; su mobile il
       carosello la trasforma nella seconda cosa che si vede, e la prima diventa
       la card meno consigliata. Qui la raccomandazione va davanti.
       L'ordine del DOM resta quello logico (prezzo crescente / essenziale →
       completo), che è di per sé un ordine di lettura sensato per chi usa uno
       screen reader: non c'è informazione persa nel disallineamento. */
    .media-card-rail > .media-card--featured {
        order: -1;
    }
}
/* ==== /inlined: ./components/media-card.css ==== *//* ==== inlined: ./components/rating-summary.css ==== */
.rating-summary {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.rating-summary__text {
    margin-top: 1rem;
    line-height: 1.45;
    font-weight: 700;
}

/* =========================
   CIRCLE
   ========================= */

.rating-summary__circle {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rating-summary__circle-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rating-summary__value {
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.rating-summary__max {
    margin-top: 0.35rem;
    line-height: 1.2;
    font-weight: 700;
}

/* =========================
   STAR
   ========================= */

.rating-summary__star-wrap {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
}

.rating-summary__star {
    line-height: 1;
}

.rating-summary__value-inline {
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.rating-summary__value-inline-max {
    font-weight: 700;
    opacity: 0.75;
}

/* =========================
   SIZES
   ========================= */

.rating-summary--sm .rating-summary__circle {
    width: 90px;
    height: 90px;
    border-width: 6px;
    border-style: solid;
}

.rating-summary--sm .rating-summary__value {
    font-size: 2rem;
}

.rating-summary--sm .rating-summary__max {
    font-size: 0.95rem;
}

.rating-summary--sm .rating-summary__star {
    font-size: 1.5rem;
}

.rating-summary--sm .rating-summary__value-inline {
    font-size: 1.3rem;
}

.rating-summary--sm .rating-summary__text {
    font-size: 0.95rem;
}

.rating-summary--md .rating-summary__circle {
    width: 150px;
    height: 150px;
    border-width: 10px;
    border-style: solid;
}

.rating-summary--md .rating-summary__value {
    font-size: 3rem;
}

.rating-summary--md .rating-summary__max {
    font-size: 0.95rem;
}

.rating-summary--md .rating-summary__star {
    font-size: 1.8rem;
}

.rating-summary--md .rating-summary__value-inline {
    font-size: 1.6rem;
}

.rating-summary--md .rating-summary__text {
    font-size: 1rem;
}

.rating-summary--lg .rating-summary__circle {
    width: 190px;
    height: 190px;
    border-width: 12px;
    border-style: solid;
}

.rating-summary--lg .rating-summary__value {
    font-size: 3.8rem;
}

.rating-summary--lg .rating-summary__max {
    font-size: 1.05rem;
}

.rating-summary--lg .rating-summary__star {
    font-size: 2.1rem;
}

.rating-summary--lg .rating-summary__value-inline {
    font-size: 1.9rem;
}

.rating-summary--lg .rating-summary__text {
    font-size: 1.08rem;
}

/* =========================
   THEMES
   ========================= */

.rating-summary--theme-primary .rating-summary__circle {
    border-color: rgba(255, 255, 255, 0.18);
    background: transparent;
}

.rating-summary--theme-primary .rating-summary__value,
.rating-summary--theme-primary .rating-summary__max,
.rating-summary--theme-primary .rating-summary__text {
    color: #fff;
}

.rating-summary--theme-gold .rating-summary__star {
    color: #e1a83a;
}

.rating-summary--theme-gold .rating-summary__value-inline,
.rating-summary--theme-gold .rating-summary__text {
    color: #233546;
}

.rating-summary--theme-light .rating-summary__circle {
    border-color: #dfe7ee;
    background: #fff;
}

.rating-summary--theme-light .rating-summary__value {
    color: var(--bs-primary);
}

.rating-summary--theme-light .rating-summary__max,
.rating-summary--theme-light .rating-summary__text {
    color: #607182;
}
/* ==== /inlined: ./components/rating-summary.css ==== *//* ==== inlined: ./components/section-card.css ==== */
.section-card__footer {
    padding-top: 1rem;
}

.section-card__footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 1.5rem;
    padding-top: 1.5rem;
}

.section-card__footer-inner--bordered {
    border-top: 1px solid #e9eef3;
}

.section-card__footer-text {
    color: #304556;
    font-size: 1rem;
    line-height: 1.5;
}

.section-card__footer-action {
    flex: 0 0 auto;
}

@media (max-width: 767.98px) {
    .section-card__footer {
        padding: 1rem;
    }

    .section-card__footer-inner {
        flex-direction: column;
        align-items: stretch;
        padding-top: 1rem;
    }

    .section-card__footer-text {
        text-align: center;
    }

    .section-card__footer-action .cta {
        width: 100%;
    }
}
/* ==== /inlined: ./components/section-card.css ==== *//* ==== inlined: ./components/sticky-subnav.css ==== */
.sticky-subnav {
    position: sticky;
    top: 0;
    z-index: 1015;
    background: #ffffff;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow:
        0 4px 12px rgba(16, 35, 52, 0.06),
        0 10px 28px rgba(16, 35, 52, 0.06);
}

.sticky-subnav__inner {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 56px;
}

.sticky-subnav__scroll {
    flex: 1 1 auto;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.sticky-subnav__scroll::-webkit-scrollbar {
    display: none;
}

.sticky-subnav__nav {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.5rem;
    white-space: nowrap;
    padding: 0.45rem 0;
    margin: 0;
}

.sticky-subnav__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 39px;
    padding: 0.55rem 1rem;
    border-radius: 0.6rem; /* 👈 angoli smussati, NON pill */
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1;
    color: #4a5e70;
    text-decoration: none;
    background: transparent;
    border: 1px solid transparent;
    transition:
        all 0.2s ease;
}

.sticky-subnav__link:hover {
    background: rgba(15, 76, 129, 0.08);
    color: #0f4c81;
}

.sticky-subnav__link.active {
    background: var(--bs-primary);
    color: #ffffff;
    border-color: var(--bs-primary);
    font-weight: 600;
}

/* CTA */
.sticky-subnav__cta {
    flex: 0 0 auto;
}

.sticky-subnav__cta .btn {
    min-height: 42px;
    border-radius: 0.6rem;
    padding-inline: 1.1rem;
    font-weight: 700;
}

/* MOBILE */
@media (max-width: 991.98px) {
    .sticky-subnav__inner {
        min-height: 58px;
    }

    .sticky-subnav__nav {
        padding: 0.55rem 0;
    }

    .sticky-subnav__link {
        min-height: 38px;
        padding: 0.5rem 0.9rem;
        font-size: 0.9rem;
    }

    .sticky-subnav__cta {
        display: none !important;
    }
}
/* ==== /inlined: ./components/sticky-subnav.css ==== *//* ======= Components ======= */

/* ==== inlined: ./partials/footer.css ==== */
.site-footer {
    color: #fff;
    background: #03253b;
}

.site-footer a {
    color: inherit;
    text-decoration: none;
}

.site-footer__main {
    padding: 4rem 0 2.5rem;
    background: #03253b;
}

.site-footer__brand,
.site-footer__col,
.site-footer__newsletter {
    height: 100%;
}

.site-footer__logo {
    max-width: 220px;
    height: auto;
}

.site-footer__brand-text {
    margin: 1.5rem 0 1.5rem;
    max-width: 30ch;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.05rem;
    line-height: 1.8;
}

.site-footer__title {
    margin: 0 0 1.4rem;
    color: #fff;
    font-size: 1.9rem;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.site-footer__social {
    display: flex;
    gap: 0.9rem;
    margin-top: 1.2rem;
}

.site-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 999px;
    color: #fff;
    font-size: 1.5rem;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.site-footer__social-link:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.site-footer__contact-list,
.site-footer__links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer__contact-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.15rem;
    line-height: 1.5;
}

.site-footer__contact-list li i {
    font-size: 1.1rem;
    opacity: 0.9;
    flex-shrink: 0;
}

.site-footer__support-note {
    margin: 1.3rem 0 1.2rem;
    color: rgba(255, 255, 255, 0.76);
    font-size: 1rem;
    line-height: 1.7;
}

.site-footer__links li {
    margin-bottom: 0.9rem;
}

.site-footer__links a {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.08rem;
    line-height: 1.6;
    transition: color 0.2s ease, opacity 0.2s ease;
}

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

.site-footer__newsletter-text {
    margin: 0 0 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    line-height: 1.75;
}

.site-footer__newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.site-footer__newsletter-input {
    width: 100%;
    min-height: 50px;
    padding: 0.85rem 1rem;
    border: none;
    border-radius: 14px;
    background: #fff;
    color: #223444;
    outline: none;
}

.site-footer__newsletter-input::placeholder {
    color: #8a97a4;
}

.site-footer__newsletter-button {
    min-height: 50px;
    border: none;
    border-radius: 14px;
    background: #1f7cbc;
    color: #fff;
    font-weight: 700;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.site-footer__newsletter-button:hover {
    background: #1769a4;
    transform: translateY(-1px);
}

.site-footer__newsletter-button:disabled {
    cursor: not-allowed;
    opacity: 0.85;
    transform: none;
}

.site-footer__newsletter-button.is-loading {
    position: relative;
    color: transparent;
    pointer-events: none;
}

.site-footer__newsletter-button.is-loading .site-footer__newsletter-button-label {
    visibility: hidden;
}

.site-footer__newsletter-button.is-loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin: -9px 0 0 -9px;
    border: 2px solid rgba(255, 255, 255, 0.45);
    border-top-color: #fff;
    border-radius: 50%;
    animation: site-footer-spin 0.6s linear infinite;
}

@keyframes site-footer-spin {
    to { transform: rotate(360deg); }
}

/* Il form del footer è in colonna (flex), quindi il consenso è una riga come le
   altre: checkbox e testo affiancati, allineati in alto perché la label va a capo
   su due righe nella colonna stretta del footer. */
.site-footer__newsletter-consent {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.8rem;
    line-height: 1.4;
    opacity: 0.85;
}

.site-footer__newsletter-consent input[type="checkbox"] {
    flex: 0 0 auto;
    margin-top: 0.2rem;
}

.site-footer__newsletter-consent a {
    text-decoration: underline;
}

.site-footer__newsletter-feedback {
    margin: 0.2rem 0 0;
    font-size: 0.85rem;
    line-height: 1.45;
    opacity: 0;
    transform: translateY(-4px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.site-footer__newsletter-feedback.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.site-footer__newsletter-feedback.is-success {
    color: #8fe3c4;
}

.site-footer__newsletter-feedback.is-error {
    color: #f3a9a0;
}

@media (prefers-reduced-motion: reduce) {
    .site-footer__newsletter-button.is-loading::after {
        animation-duration: 1.6s;
    }

    .site-footer__newsletter-feedback {
        transition: none;
    }
}

.site-footer__seo-links {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.site-footer__seo-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem 0.9rem;
    align-items: center;
}

.site-footer__seo-label {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.95rem;
    font-weight: 700;
}

.site-footer__seo-group a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.96rem;
    line-height: 1.5;
}

.site-footer__promo {
    background: #1f7cbc;
    padding: 1.6rem 0;
}

.site-footer__promo-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.site-footer__promo-text {
    max-width: 72ch;
    color: #fff;
    font-size: 1.15rem;
    line-height: 1.7;
    font-weight: 600;
}

.site-footer__promo-text strong {
    font-weight: 800;
}

.site-footer__promo-logo {
    max-width: 220px;
    height: auto;
}

.site-footer__bottom {
    background: #021d2f;
    padding: 1.4rem 0;
}

.site-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.site-footer__copyright,
.site-footer__legal a,
.site-footer__meta-button {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.98rem;
    line-height: 1.5;
}

.site-footer__legal {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.site-footer__meta {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    flex-wrap: wrap;
}

.site-footer__meta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border: none;
    background: transparent;
    padding: 0;
}

.site-footer__lang-menu {
    min-width: 200px;
    background: #fff;
}

.site-footer__lang-menu .site-footer__lang-link,
.site-footer__lang-menu .dropdown-item {
    color: #1f3242;
}

.site-footer__lang-menu .site-footer__lang-link:hover,
.site-footer__lang-menu .site-footer__lang-link:focus,
.site-footer__lang-menu .dropdown-item:hover,
.site-footer__lang-menu .dropdown-item:focus {
    color: #1f3242;
    background: #f4f8fb;
}

.site-footer__lang-menu .dropdown-item img {
    flex-shrink: 0;
}

@media (max-width: 1199.98px) {
    .site-footer__title {
        font-size: 1.6rem;
    }

    .site-footer__brand-text,
    .site-footer__links a,
    .site-footer__contact-list li {
        font-size: 1rem;
    }
}

@media (max-width: 991.98px) {
    .site-footer__main {
        padding: 3rem 0 2rem;
    }

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

    .site-footer__promo-logo {
        max-width: 180px;
    }
}

@media (max-width: 767.98px) {
    .site-footer {
        margin-top: 4rem;
    }

    .site-footer__logo {
        max-width: 180px;
    }

    .site-footer__title {
        font-size: 1.4rem;
    }

    .site-footer__brand-text {
        max-width: none;
    }

    .site-footer__seo-group {
        align-items: flex-start;
    }

    .site-footer__bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* ==== /inlined: ./partials/footer.css ==== */


































/* ======= Typographys ======= */
/* Anchor */
a {
  color: var(--bs-link-color);
  -webkit-text-decoration: var(--bs-link-decoration);
          text-decoration: var(--bs-link-decoration);
  transition: color 0.25s ease-in-out;
}
a:hover, a:focus {
  color: var(--bs-link-hover-color);
}

/* Strong */
b,
strong {
  font-weight: 500;
}

/* Headings */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.35;
  margin-bottom: 1rem;
}

.h5,
h5 {
  font-size: 1.275rem;
}

.h6,
h6 {
  font-size: 1.175rem;
}

/* ======= /Typographys ======= */
/* ======= Texts, Links ======= */
.link-hover:hover {
  color: #0071cd !important;
}
.link-hover:hover svg {
  stroke: #0071cd !important;
}

.text-primary {
  color: var(--bs-primary) !important;
}

.text-accent {
  color: var(--bs-accent) !important;
}

.text-dark-blue {
  color: var(--bs-dark-blue) !important;
}

.text-light-gray {
  color: var(--bs-light-gray) !important;
}

.text-dark-gray {
  color: var(--bs-dark-gray) !important;
}

.text-minor {
  color: var(--bs-minor) !important;
}

.vertical-box {
  transform: rotate(180deg);
  writing-mode: vertical-lr;
}

.float-text,
.float-text:hover {
  display: inline-block;
  color: white;
  text-wrap: nowrap;
  line-height: 1;
  text-transform: uppercase;
  font-size: 0.65rem;
  letter-spacing: 0.115rem;
  font-weight: 400;
  background-color: rgba(var(--bs-black-rgb), 0.45);
  padding: 0.4rem 0.55rem 0.4rem 0.75rem;
  border-radius: var(--bs-border-radius-sm);
}
.float-text.float-absolute,
.float-text:hover.float-absolute {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 1;
}

/* ======= /Texts, Links ======= */
/* ======= Buttons, Controls ======= */
/* Button */
.btn {
  padding: 0.625rem 1rem;
  font-size: var(--bs-body-font-size);
  font-weight: 400;
  text-decoration: none;
}
.btn.btn-uppercase {
  text-transform: uppercase;
  font-size: 0.95rem;
  letter-spacing: 0.115rem;
  padding: 0.72rem 1rem;
}

.btn-primary {
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: var(--bs-link-hover-color);
  --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
  --bs-btn-active-bg: var(--bs-link-hover-color);
  --bs-btn-active-border-color: var(--bs-link-hover-color);
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

/* Play Button */
.btn-video-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: content-box;
  width: 74px;
  height: 74px;
  padding-left: 5px;
  border-radius: 50%;
}
.btn-video-play::before, .btn-video-play::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 64px;
  height: 64px;
  background: var(--bs-primary);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.25s ease-in-out;
  z-index: 0;
}
.btn-video-play::before {
  animation: pulse-border 1500ms ease-out infinite;
}
.btn-video-play:hover::before, .btn-video-play:hover::after {
  opacity: 0.55;
}
.btn-video-play span {
  display: block;
  width: 0;
  height: 0;
  border-left: 16px solid white;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: relative;
  z-index: 3;
}
.btn-video-play.btn-video-play-sm {
  width: 56px;
  height: 56px;
}
.btn-video-play.btn-video-play-sm::before, .btn-video-play.btn-video-play-sm::after {
  width: 48px;
  height: 48px;
}
.btn-video-play.btn-video-play-sm span {
  border-left: 12px solid white;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
@keyframes pulse-border {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.5);
  }
}

/* Facebook, Google button */
.btn-facebook,
.btn-google {
  background-color: var(--bs-light-gray);
  border-color: var(--bs-border-color);
}
.btn-facebook:hover, .btn-facebook:focus,
.btn-google:hover,
.btn-google:focus {
  border-color: var(--bs-border-color);
}

/* Form check */
.form-check-input.checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.form-check-input:focus {
  border-color: rgba(var(--bs-primary-rgb), 0.15);
  box-shadow: none;
}
.form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

/* Form range */
.form-range:focus::-webkit-slider-thumb, .form-range:focus::-moz-range-thumb {
  box-shadow: none;
}
.form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  background-color: var(--bs-primary);
  box-shadow: none !important;
}
.form-range::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
  background-color: var(--bs-primary);
  box-shadow: none !important;
}
.form-range::-moz-range-thumb:active, .form-range::-moz-range-thumb:focus {
  background-color: rgba(var(--bs-primary-rgb), 0.5);
  box-shadow: none;
}
.form-range::-webkit-slider-thumb:active, .form-range::-webkit-slider-thumb:focus {
  background-color: rgba(var(--bs-primary-rgb), 0.5);
  box-shadow: none;
}

/* Form control */
.form-control {
  padding: 0.625rem 1rem;
  font-size: var(--bs-body-font-size);
}
.form-control:focus, .form-control:active {
  border-color: rgba(var(--bs-primary-rgb), 0.35);
  box-shadow: none !important;
}

/* Dropdown */
.dropdown-menu {
  --bs-dropdown-border-color: var(--bs-border-color);
  box-shadow: var(--bs-box-shadow-sm);
}
.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
  background-color: var(--bs-primary);
  color: white;
}

/* Form Select */
.form-select {
  padding: 0.625rem 1rem;
  font-size: var(--bs-body-font-size);
}
.form-select:focus, .form-select:active {
  border-color: rgba(var(--bs-primary-rgb), 0.35);
  box-shadow: none !important;
}

/* Input Icon Group */
.input-icon-group {
  position: relative;
}
.input-icon-group .input-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--bs-secondary);
  z-index: 1;
}
.input-icon-group .form-control,
.input-icon-group .form-select {
  padding-left: 3rem;
}

/* ======= /Buttons, Controls ======= */
/* ======= Accordions ======= */
/* Why Accordion */
.accordion-why {
  background-color: transparent;
}
.accordion-why .accordion-button {
  background-color: transparent;
  color: inherit;
  box-shadow: none;
  font-size: 1.275rem;
  font-weight: 500;
  padding-left: 0;
  padding-right: 0;
}
.accordion-why .accordion-button:hover, .accordion-why .accordion-button:not(.collapsed) {
  color: var(--bs-primary);
}
.accordion-why .accordion-button i {
  margin-right: 0.75rem;
  font-size: 0.95rem;
  color: var(--bs-primary);
}
.accordion-why .accordion-body {
  padding: 0 0 1.35rem 0;
}

/* Itinerary Accordion */
.accordion-itinerary {
  background-color: transparent;
  border: 0;
}
.accordion-itinerary .accordion-item {
  position: relative;
  padding-left: 40px;
  margin-left: 12px;
}
.accordion-itinerary .accordion-item:not(:last-child):before {
  position: absolute;
  content: "";
  border-left: 1px solid var(--bs-accordion-border-color);
  width: 0;
  height: calc(100% + 1rem);
  left: 0;
  top: 2rem;
  z-index: 1;
}
.accordion-itinerary .accordion-button {
  background-color: transparent;
  font-size: 1.275rem;
  color: inherit;
  box-shadow: none;
  font-weight: 500;
  padding: 1.5rem 0;
  align-items: start;
}
.accordion-itinerary .accordion-button::after {
  content: unset;
}
.accordion-itinerary .accordion-button:before {
  position: absolute;
  left: -56px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  content: "\f3de";
  font-family: icons !important;
  font-size: 0.95rem;
  border-radius: 50%;
  display: flex;
  line-height: 0;
  justify-content: center;
  align-items: center;
  background: var(--bs-primary);
  border: 1px solid var(--bs-primary);
  color: white;
  z-index: 2;
  transition: 0.3s ease-in-out;
}
.accordion-itinerary .accordion-button:not(.collapsed):before {
  content: "\f36c";
}
.accordion-itinerary .accordion-button strong {
  margin-right: 0.55rem;
  font-weight: 700;
  text-wrap: nowrap;
}
.accordion-itinerary .accordion-button:hover, .accordion-itinerary .accordion-button:not(.collapsed) {
  color: var(--bs-primary);
}
.accordion-itinerary .accordion-body {
  padding: 0 0 1.35rem 0;
}

/* Accordion Filter */
.accordion-filter .accordion-item {
  background-color: transparent;
  border: 0;
  font-size: 1rem;
}
.accordion-filter .accordion-button {
  border-top: 1px solid var(--bs-border-color);
  background-color: transparent;
  padding: 1.25rem 0;
  font-size: 1.25rem;
  color: var(--bs-body-color);
  font-weight: 500;
  border-radius: 0 !important;
  box-shadow: none;
}
.accordion-filter .accordion-body {
  padding: 0.5rem 0 1.25rem 0;
}

/* ======= /Accordiosn ======= */
/* ======= Modals ======= */
.modal {
  --bs-modal-padding: 1.5rem 2rem;
  --bs-modal-header-padding: 1.5rem 2rem;
}

/* ======= Modals ======= */
/* ======= Navs & Tabs ======= */
.tab-menu {
  display: flex;
  background-color: var(--bs-dark-blue);
  border-radius: var(--bs-border-radius);
  font-size: 1rem;
}
.tab-menu .nav-item .nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 600;
  color: white !important;
  padding: 1rem 1.5rem 1rem 1.75rem;
  border-right: 1px solid var(--bs-border-color);
  letter-spacing: 0.135rem;
}
.tab-menu .nav-item .nav-link::after {
  background: transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  content: "";
  height: 0.7rem;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  position: absolute;
  bottom: -0.35rem;
  width: 0.7rem;
  z-index: 0;
}
.tab-menu .nav-item .nav-link:hover {
  color: var(--bs-primary);
}
.tab-menu .nav-item .nav-link.active {
  background-color: var(--bs-primary);
  color: white !important;
  border-right-color: var(--bs-primary);
}
.tab-menu .nav-item .nav-link.active::after {
  background: var(--bs-primary);
  border-right: 1px solid var(--bs-primary);
  border-bottom: 1px solid var(--bs-primary);
}
.tab-menu .nav-item:first-child .nav-link {
  border-top-left-radius: var(--bs-border-radius);
  border-bottom-left-radius: var(--bs-border-radius);
}
.tab-menu .nav-item:last-child .nav-link {
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
}
.tab-menu .nav-item.nav-item-link {
  margin-left: auto;
  margin-right: 0;
}
.tab-menu .nav-item.nav-item-link .nav-link {
  color: var(--bs-secondary);
}
.tab-menu .nav-item.nav-item-button {
  margin-left: auto;
  margin-right: 0;
}
.tab-menu .nav-item.nav-item-button .nav-link {
  background-color: var(--bs-dark-blue);
  color: white;
}

.navbar-vertical-container {
  background-color: var(--bs-primary);
  color: white;
}
.navbar-vertical-container .nav-item .nav-link {
  background-color: var(--bs-dark-blue);
  padding: 1rem 1.5rem 1rem 1.75rem;
  letter-spacing: 0.135rem;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  margin: 5px 0;

}
.navbar-vertical-container .nav-item .nav-link.active {
  background-color: var(--bs-primary);
  color: var(--bs-dark-blue);
  border: 2px solid var(--bs-dark-blue);
}

.info-list-title h5 {
  color: var(--bs-dark-blue);
}

.pros-cons-container .pros-cons-items-pros .pros-cons-item::before {
  color: green;
}


@media (max-width: 1199.98px) {
  .tab-menu {
    box-shadow: none !important;
    background-color: unset;
    flex-wrap: wrap;
    margin-top: 0.5rem;
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .tab-menu .nav-item {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
    margin-top: 0.5rem;
  }
  .tab-menu .nav-item .nav-link {
    background-color: var(--bs-body-bg);
    border: none;
    width: 100%;
    border-radius: var(--bs-border-radius);
  }
  .tab-menu .nav-item .nav-link::after {
    content: unset;
  }
  .tab-menu .nav-item.nav-item-link, .tab-menu .nav-item.nav-item-button {
    margin-left: unset;
    margin-right: unset;
  }
  .tab-menu.shadow-sm .nav-item .nav-link, .tab-menu.shadow .nav-item .nav-link {
    box-shadow: var(--bs-box-shadow-sm);
  }
  .tab-menu.tour-nav .nav-item {
    width: 33.333%;
  }
}
@media (max-width: 767.98px) {
  .tab-menu.tour-nav .nav-item {
    width: 50%;
  }
}

/* ======= /Navs & Tabs ======= */
/* ======= Cards ======= */
/* Card */
.card {
  --bs-card-spacer-y: 1.5rem;
  --bs-card-spacer-x: 1.5rem;
}

.card-new {
  overflow: hidden;
  box-shadow: var(--bs-box-shadow-sm) !important;
  margin-bottom: 30px;
}

.card-new .card-new-head {
  /*background-color: var(--bs-dark-blue);
  background: rgb(16,113,134);
  background: linear-gradient(90deg, rgba(16,113,134,1) 0%, rgba(2,70,86,1) 100%);*/
  background: var(--bs-dark-blue);
  background: linear-gradient(90deg, var(--bs-primary) 0%, var(--bs-dark-blue) 100%);
  color: white;
  font-weight: 500;
  padding: 12px 20px;
}

.card-new .card-new-body {
  padding: 15px;
}

.card-new .card-new-head h2 {
  font-size: 24px;
  margin: 0;
}

.card-new .card-new-head h2 span {
  margin-left: 10px;
}

.card-new .card-new-body .card-section {
  padding: 20px;
  border: 1px solid #E9EDF0;
  margin: 15px 0;
}

.card-new .card-new-body .card-section h3 {
  margin-bottom: 25px;
  color: #161616;
}

.card-new .card-new-body .list-2-columns {
  border-radius: 25px;
  font-size: 18px;
}

.card-new .card-new-body .list-2-columns div {
  padding: 3px 6px;
}

.card-new .card-new-body .list-2-columns .list-label {
  font-weight: 500;
  color: #161616;
}

.card-new .card-new-body .list-2-columns .list-value {
  color: var(--bs-dark-gray);
}

.card-new .card-new-body .pros-cons-container div {
  padding: 3px 6px;
}

.card-new .card-new-body .pros-cons-container div i {
  margin: 0 7px;
}




/* Float card */
.float-card {
  position: relative;
}
.float-card .float-image {
  position: relative;
}
.float-card .card-content {
  padding: 1.5rem;
  margin: -1rem 0.5rem 0 0.5rem;
  background-color: white;
  position: relative;
}
@media (min-width: 768px) {
  .float-card.float-card-right .card-content {
    margin: -2rem 1rem 0 1rem;
  }
}
@media (min-width: 1200px) {
  .float-card.float-card-right {
    display: flex;
  }
  .float-card.float-card-right .float-image {
    width: calc(50% + 2rem);
  }
  .float-card.float-card-right .card-content {
    width: calc(50% + 2rem);
    margin: 1rem 0 1rem -2rem;
  }
}

/* Info Card */
.info-card {
  display: block;
  padding: 1.5rem;
  background-color: white;
  color: var(--bs-body-color);
}
.info-card:hover {
  color: var(--bs-body-color);
}
.info-card .card-icon {
  margin-bottom: 1rem;
  color: white;
  display: inline-flex;
  width: 64px;
  height: 64px;
  background: var(--bs-primary);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.info-card .card-title {
  color: var(--bs-emphasis-color);
}
.info-card .card-link {
  color: var(--bs-primary);
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  font-size: 0.875em;
  font-weight: 500;
}
.info-card .card-link:hover {
  color: var(--bs-primary-text-emphasis);
}
.info-card.card-hover, .info-card.active {
  background-color: var(--bs-primary);
}
.info-card.card-hover .card-icon, .info-card.active .card-icon {
  background-color: white;
  color: var(--bs-primary);
}
.info-card.card-hover .card-title,
.info-card.card-hover .card-desc,
.info-card.card-hover .card-link, .info-card.active .card-title,
.info-card.active .card-desc,
.info-card.active .card-link {
  color: white;
}

/* Transparent card */
.transparent-card {
  display: block;
  padding: 1.5rem;
  color: white;
}
.transparent-card .card-icon {
  margin-bottom: 1.5rem;
  display: inline-flex;
  width: 64px;
  height: 64px;
  background: var(--bs-primary);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 1.85rem;
}

/* Mini card */
.mini-card {
  display: flex;
  align-items: center;
  padding: 0.85rem 1rem;
  background-color: white;
  color: var(--bs-body-color);
}
.mini-card.card-center {
  padding: 1.25rem;
  flex-direction: column;
  text-align: center;
}
.mini-card.card-simple {
  padding: 0;
  background-color: transparent;
}
.mini-card .card-icon {
  color: var(--bs-primary);
  border-right: 1px solid var(--bs-border-color);
  margin-right: 1.25rem;
  padding-right: 1.25rem;
  font-size: 2.25rem;
  line-height: 1;
}
.mini-card.card-center .card-icon {
  border-right: unset;
  margin-right: unset;
  padding-right: unset;
  margin-bottom: 0.75rem;
}
.mini-card .card-title {
  color: var(--bs-text-emphasis);
  display: block;
  margin-bottom: 0;
  font-size: 1.25rem;
}
.mini-card.card-center .card-title {
  font-size: 1.275rem;
}
.mini-card .card-desc {
  color: var(--bs-secondary);
  display: block;
}
.mini-card .card-link:hover {
  color: var(--bs-text-emphasis);
}
.mini-card.card-hover:hover, .mini-card.active {
  background-color: var(--bs-primary);
}
.mini-card.card-hover:hover .card-icon,
.mini-card.card-hover:hover .card-title,
.mini-card.card-hover:hover .card-desc, .mini-card.active .card-icon,
.mini-card.active .card-title,
.mini-card.active .card-desc {
  color: white;
}
@media (max-width: 576px) {
  .mini-card.card-mobile-small .card-icon {
    margin-right: 0.75rem;
    padding-right: 0.75rem;
    font-size: 1.85rem;
  }
  .mini-card.card-mobile-small .card-title {
    font-size: 1rem;
  }
  .mini-card.card-mobile-small .card-desc {
    font-size: 0.85rem;
  }
}

/* ======= Cards ======= */
/* ======= Tables ======= */
.table > :not(caption) > * > * {
  padding: 1rem 0.5rem;
}

/* ======= Tables ======= */
/* ======= Pagination ======= */
.pagination {
  --bs-pagination-focus-box-shadow: none;
  --bs-pagination-active-bg: var(--bs-primary);
  --bs-pagination-active-border-color: var(--bs-primary);
}
.pagination.pagination-circle .page-link {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 1rem;
  border-radius: 50% !important;
}

/* ======= Pagination ======= */
/* ======= Lists ======= */
/* Statistics */
.stats-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.stats-list .stats-number {
  font-weight: 600;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  color: var(--bs-emphasis-color);
}
.stats-list .stats-desc {
  line-height: 1.35;
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .stats-list .stats-item {
    display: flex;
    align-items: center;
  }
  .stats-list .stats-number {
    margin-bottom: 1.5rem;
  }
}

/* Strength */
.strength-list {
  padding-left: 0;
  list-style: none;
}
.strength-list .strength-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.strength-list .strength-icon {
  margin-right: 1rem;
  color: var(--bs-primary);
}

/* Categories */
.cat-list {
  padding-left: 0;
  list-style: none;
}
.cat-list .cat-item a {
  padding: 1.25rem 1.5rem;
  background-color: white;
  color: var(--bs-body-color);
  display: block;
  transition: 0.25s all ease-in-out;
}
.cat-list .cat-item a:hover, .cat-list .cat-item a.active {
  background-color: var(--bs-primary);
  color: white;
}

/* Social list */
.social-list {
  list-style: none;
  padding-left: 0;
}
.social-list li {
  display: inline-block;
}
.social-list li:not(:last-child) {
  margin-right: 0.25rem;
}
.social-list .social-item a svg {
  stroke: var(--bs-body-color);
}
.social-list .social-item a svg:hover {
  stroke: var(--bs-primary);
}
.social-list.social-list-light .social-item a svg {
  stroke: white;
}

/* Highlight list */
.highlight-list {
  list-style: none;
  padding-left: 0;
}
.highlight-list li {
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 0.35rem;
}
.highlight-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "✓";
  font-weight: 600;
  margin-right: 0.5rem;
}
.highlight-list.unchecked li::before {
  content: "✕";
  color: var(--bs-danger);
}
.highlight-list.checked li::before {
  /* Verde, non il blu del brand: ✓ e ✕ sono una coppia semantica sì/no e con
     un blu accanto a un rosso la coppia non si legge. Stesso verde dei
     .decision-box__item--positive, così la scheda isola e il confronto dicono
     la stessa cosa con lo stesso colore. */
  color: #1d8b4d;
}

/* Filtered list */
.filtered-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.filtered-list .filtered-item {
  display: inline-block;
  line-height: 1;
  margin: 0.5rem 0;
}
.filtered-list .filtered-item:not(:last-child, :first-child) {
  border-right: 1px solid var(--bs-dark-border-subtle);
  margin-right: 0.75rem;
  padding-right: 0.75rem;
}
.filtered-list .filtered-item button {
  display: inline-flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 0;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  font-size: 1rem;
  color: var(--bs-secondary);
  font-weight: 300;
  padding: 0;
}
.filtered-list .filtered-item button:not(:last-child) {
  margin-right: 0.5rem;
}
.filtered-list .filtered-item button:hover {
  color: var(--bs-danger);
}
.filtered-list .filtered-item button i {
  font-size: 0.55rem;
  margin-left: 0.35rem;
  color: var(--bs-danger);
}
.filtered-list .filtered-item strong {
  font-size: 1rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}

/* ======= /Lists ======= */
/* ======= Hover Effect ======= */
.hover-effect {
  transition: all 0.25s ease-in-out;
}
.hover-effect:hover {
  transform: translateY(-0.25rem);
}

/* ======= /Hover Effect ======= */
/* ======= Circle Icons ======= */
.circle-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.25s ease-in-out;
  border: 0;
  font-size: 1.125rem;
}
.circle-icon.circle-icon-sm {
  width: 32px;
  height: 32px;
  font-size: 1rem;
}
.circle-icon.cart-icon, .circle-icon.wishlist-icon {
  color: var(--bs-body-color);
  background-color: var(--bs-light-gray);
  position: relative;
}
.circle-icon.cart-icon:hover, .circle-icon.cart-icon:focus, .circle-icon.wishlist-icon:hover, .circle-icon.wishlist-icon:focus {
  color: var(--bs-primary);
}
.circle-icon.cart-icon span, .circle-icon.wishlist-icon span {
  background-color: var(--bs-primary);
  color: white;
  font-size: 0.85rem;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
}
.circle-icon.circle-icon-link {
  background-color: var(--bs-primary);
  color: white !important;
}
.circle-icon.circle-icon-link:hover {
  background-color: var(--bs-secondary);
}
.circle-icon.like-icon {
  background-color: rgba(var(--bs-white-rgb), 0.75);
  color: var(--bs-secondary);
}
.circle-icon.like-icon:hover, .circle-icon.like-icon:focus, .circle-icon.like-icon.liked {
  color: var(--bs-primary);
}
.circle-icon.like-icon.liked:hover, .circle-icon.like-icon.liked:focus {
  color: var(--bs-secondary);
}
.circle-icon.delete-icon {
  background-color: white;
  color: var(--bs-danger);
}
.circle-icon.delete-icon:hover, .circle-icon.delete-icon:focus, .circle-icon.delete-icon.liked {
  color: white;
  background-color: var(--bs-danger);
}
@media (max-width: 576px) {
  .circle-icon.icon-mobile-small {
    width: 32px;
    height: 32px;
    font-size: 1rem;
  }
}

/* ======= /Circle Icons ======= */
/* ======= Images ======= */
/* Image Info */
.image-info {
  position: relative;
}
.image-info.image-info-vertical .image-center {
  margin-left: 3rem;
}
.image-info.image-info-vertical .vertical-title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 100%;
}
.image-info.image-info-vertical .vertical-title > small {
  transform: rotate(180deg);
  writing-mode: vertical-lr;
  color: var(--bs-secondary);
  text-transform: uppercase;
  text-wrap: nowrap;
  letter-spacing: 0.135rem;
}
.image-info.image-info-right {
  margin-right: 65px;
}
.image-info.image-info-left {
  margin-left: 65px;
}
.image-info .image-center {
  overflow: hidden;
}
.image-info .info-top-right {
  left: unset;
  right: 1.5rem;
  top: 1.5rem;
  width: auto;
}
.image-info .info-left-top {
  right: unset;
  left: 1.5rem;
  top: 1.5rem;
  width: auto;
}
.image-info .info-right-bottom {
  left: unset;
  right: 1.5rem;
  bottom: 1.5rem;
  width: auto;
}
.image-info .info-bottom-left {
  left: 1.5rem;
  right: unset;
  bottom: 1.5rem;
  width: auto;
}
.image-info .info-bottom-left,
.image-info .info-left-top,
.image-info .info-top-right,
.image-info .info-right-bottom {
  text-align: center;
  position: absolute;
  width: 130px;
  z-index: 1;
}
.image-info.image-info-left .info-bottom-left,
.image-info.image-info-left .info-left-top {
  transform: translateX(-50%);
}
.image-info.image-info-left .info-bottom-left {
  bottom: 4rem;
}
.image-info.image-info-left .info-left-top {
  top: 4rem;
}
.image-info.image-info-right .info-top-right,
.image-info.image-info-right .info-right-bottom {
  transform: translateX(-50%);
}
.image-info.image-info-right .info-right-bottom {
  bottom: 4rem;
  left: 100%;
}
.image-info.image-info-right .info-top-right {
  top: 4rem;
  left: 100%;
}
@media (max-width: 1399.98px) {
  .image-info.image-info-right {
    margin-right: 65px;
  }
}
@media (max-width: 1199.98px) {
  .image-info.image-info-right {
    margin-right: 65px;
  }
}
@media (max-width: 767.98px) {
  .image-info.image-info-right {
    margin-right: 0;
    margin-left: 0;
  }
  .image-info.image-info-right .info-right-bottom {
    bottom: -1.5rem;
    right: 1.5rem;
    left: unset;
    transform: unset;
  }
  .image-info.image-info-right .info-top-right {
    top: -1.5rem;
    right: 1.5rem;
    left: unset;
    transform: unset;
  }
  .image-info.image-info-left .info-bottom-left {
    bottom: -1.5rem;
    left: 1.5rem;
    transform: unset;
  }
  .image-info.image-info-vertical .image-center {
    margin-left: 1.75rem;
  }
}
@media (max-width: 576px) {
  .image-info.image-info-vertical .vertical-title > small {
    font-size: 0.65rem;
  }
}

/* Image Hover */
.image-hover {
  display: block;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}
.image-hover img {
  max-width: 100%;
  width: 100%;
}
.image-hover.image-hover-overlay:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(var(--bs-black-rgb), 0.35);
  transition: opacity 0.25s ease-in-out;
  z-index: 0;
}
.image-hover.image-hover-overlay:hover:after {
  opacity: 1;
}
.image-hover.image-bottom-overlay:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 6rem;
  background: linear-gradient(0deg, rgba(var(--bs-black-rgb), 0.75) 0%, rgba(var(--bs-black-rgb), 0) 100%);
  z-index: 1;
}
.image-hover.image-hover-scale img {
  transition: transform 0.25s ease-in-out;
}
.image-hover.image-hover-scale:hover img {
  transform: scale(1.055);
}
.image-hover .image-hover-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  opacity: 0;
  color: white;
  transition: opacity 0.25s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-color: rgba(var(--bs-black-rgb), 0.55);
  border-radius: 50%;
}
.image-hover:hover .image-hover-icon {
  opacity: 1;
}

/* ======= /Images ======= */
/* ======= Backgrounds ======= */
/* Background color */
.bg-primary {
  background-color: #dcf1ff !important;
}

/*
.bg-secondary {
  background-color: var(--bs-secondary) !important;
  color: white !important;
} 

.bg-success {
  background-color: var(--bs-success) !important
}
*/

.bg-gray-gradient {
  background-color: var(--bs-light-gray) !important;
  background: linear-gradient(to bottom, var(--bs-light-gray) 0%, rgba(var(--bs-light-gray-rgb), 0.35) 100%) !important;
}

.bg-light-gray {
  background-color: var(--bs-light-gray) !important;
}

.bg-dark-gray {
  background: var(--bs-dark-gray) !important;
}

.bg-dark-blue {
  background: var(--bs-dark-blue) !important;
}

.bg-minor {
  background: var(--bs-minor) !important;
}

.bg-video {
  position: relative;
  overflow: hidden;
}
.bg-video.bg-overlay:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  background-image: url(../img/background/dot.png);
  background-repeat: repeat;
  bottom: 0;
}
.bg-video .bg-content {
  position: relative;
  z-index: 2;
  height: 100%;
}
.bg-video.ratio::before {
  content: unset;
}

/* ======= /Backgrounds ======= */
/* ======= Bottom Overlay ======= */
.bottom-overlay {
  position: relative;
  display: block;
  overflow: hidden;
}
.bottom-overlay .bottom-overlay-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5rem 1.5rem 1.5rem 1.5rem;
  color: white;
  background: linear-gradient(0deg, rgba(var(--bs-black-rgb), 0.85) 0%, rgba(var(--bs-black-rgb), 0) 100%);
}
.bottom-overlay:hover figure.image-hover-scale img {
  transform: scale(1.055);
}
.bottom-overlay:hover .image-hover-overlay:after {
  opacity: 1;
}
.bottom-overlay:hover .image-hover-icon {
  opacity: 1;
}
.bottom-overlay .float-badge {
  position: absolute;
  left: 0.7rem;
  top: 0.75rem;
  background-color: rgba(var(--bs-black-rgb), 0.45);
  padding: 0.45rem 0.4rem 0.25rem 0.4rem;
  border-radius: var(--bs-border-radius-sm);
}
.bottom-overlay .float-badge span {
  color: white;
  transform: rotate(180deg);
  writing-mode: vertical-lr;
  text-wrap: nowrap;
  line-height: 1;
  text-transform: uppercase;
  font-size: 0.65rem;
  letter-spacing: 0.115rem;
  font-weight: 400;
}

/* ======= /Bottom Overlay ======= */
/* ======= Video box ======= */
.video-box {
  border: 1px solid rgba(var(--bs-white-rgb), 0.35);
  padding: 3rem 1.5rem;
}
@media (min-width: 576px) {
  .video-box {
    padding: 6rem 1.5rem;
  }
}

/* ======= /Video box ======= */
/* ======= Extra info ======= */
.extra-info {
  display: inline-flex;
  align-items: center;
}
.extra-info strong {
  font-size: 1.75rem;
  font-weight: 600;
  margin-right: 0.5rem;
}
.extra-info span {
  color: var(--bs-secondary);
  font-weight: 400;
}

/* ======= /Extra info ======= */
/* ======= Rates, Reviews, Awards ======= */
/* Star rate */
.star-rate-view {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 108.9 103.6'%3E%3Cg data-name='Layer 2'%3E%3Cpath fill='%23ced4da' d='m108.9 39.6-37.6-5.5L54.4 0 37.6 34.1 0 39.6l27.2 26.5-6.4 37.5 33.6-17.7 33.7 17.7-6.4-37.5z' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E");
  background-position: 0 0;
  background-repeat: repeat-x;
  display: inline-block;
  position: relative;
}
.star-rate-view.star-rate-size-xs {
  background-size: 10px;
  height: 10px;
  width: 50px;
}
.star-rate-view.star-rate-size-sm {
  background-size: 16px;
  height: 16px;
  width: 80px;
}
.star-rate-view, .star-rate-view.star-rate-size-md {
  background-size: 20px;
  height: 20px;
  width: 100px;
}
.star-rate-view.star-rate-size-lg {
  background-size: 24px;
  height: 24px;
  width: 144px;
}
.star-rate-view .star-value {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 108.9 103.6'%3E%3Cg data-name='Layer 2'%3E%3Cpath fill='%23eeb461' d='m54.4 0 16.9 34.1 37.6 5.5-27.2 26.5 6.4 37.5-33.7-17.7-33.6 17.7 6.4-37.5L0 39.6l37.6-5.5z' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat-x;
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  background-size: inherit;
}
.star-rate-view .star-value.rate-0 {
  width: 0;
}
.star-rate-view .star-value.rate-5 {
  width: 10%;
}
.star-rate-view .star-value.rate-10 {
  width: 20%;
}
.star-rate-view .star-value.rate-15 {
  width: 30%;
}
.star-rate-view .star-value.rate-20 {
  width: 40%;
}
.star-rate-view .star-value.rate-25 {
  width: 50%;
}
.star-rate-view .star-value.rate-30 {
  width: 60%;
}
.star-rate-view .star-value.rate-35 {
  width: 70%;
}
.star-rate-view .star-value.rate-40 {
  width: 80%;
}
.star-rate-view .star-value.rate-45 {
  width: 90%;
}
.star-rate-view .star-value.rate-50 {
  width: 100%;
}

/* Inline review */
.inline-review {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  border-top: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
}
.inline-review .review-score {
  font-weight: 500;
  margin-right: 0.25rem;
}
.inline-review .star-rate-view {
  margin-right: 0.35rem;
}
.inline-review .review-total {
  color: var(--bs-secondary);
}
.inline-review.review-border-0 {
  padding: 0;
  border: 0;
}

/* Vertical review */
.vertical-review {
  background-color: var(--bs-body-bg);
  text-align: center;
  overflow: hidden;
  width: 130px;
}
.vertical-review .review-content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vertical-review .review-score,
.vertical-review .star-rate-view,
.vertical-review .review-total {
  margin-bottom: 0.5rem;
}
.vertical-review .review-score {
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.75rem;
  font-size: 2.5rem;
}
.vertical-review .review-label {
  font-weight: 500;
  background-color: var(--bs-primary);
  color: white;
  padding: 0.05rem 0.5rem;
  display: inline-block;
  border-radius: var(--bs-border-radius-sm);
}
.vertical-review .review-footer {
  background-color: var(--bs-dark-blue);
  color: white;
  font-weight: 500;
  padding: 0.175rem 0.5rem;
}

/* Horizontal review */
.horizontal-review {
  position: relative;
  overflow: hidden;
  background-color: white;
  padding: 1.5rem 1.5rem 1.5rem 3.25rem;
  width: 100%;
}
.horizontal-review .review-content {
  display: flex;
  align-items: center;
}
.horizontal-review .review-score {
  font-weight: 600;
  font-size: 3.5rem;
  margin-right: 1rem;
  line-height: 1;
  margin-bottom: 0.1rem;
}
.horizontal-review .review-total {
  display: flex;
  flex-direction: column;
  color: var(--bs-secondary);
  line-height: 1.35rem;
}
.horizontal-review .review-total .star-rate-view {
  margin-bottom: 0.25rem;
}
.horizontal-review .review-total strong {
  color: var(--bs-body-color);
}
.horizontal-review .review-link {
  border-top: 1px solid var(--bs-border-color);
  padding-top: 0.5rem;
  margin-top: 0.5rem;
}
.horizontal-review .review-label {
  transform: rotate(180deg);
  writing-mode: vertical-lr;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  text-align: center;
}
.horizontal-review .review-label > small {
  color: white;
  background-color: var(--bs-primary);
  text-transform: uppercase;
  letter-spacing: 0.175rem;
  display: block;
  height: 100%;
  font-weight: 500;
  padding: 0.25rem;
  font-size: 0.75rem;
  min-width: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.horizontal-review .review-label.review-label-lg > small {
  font-size: 1rem;
}
.horizontal-review .review-label.review-label-sm > small {
  font-size: 0.65rem;
}
.horizontal-review .review-title {
  border-bottom: 1px solid var(--bs-border-color);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  line-height: 1;
}

/* Review summary */
.review-summary {
  background-color: white;
  overflow: hidden;
  padding: 1.5rem;
}
.review-summary .review-title {
  border-bottom: 1px solid var(--bs-border-color);
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.review-summary li {
  display: flex;
  align-items: center;
  padding: 0.25rem 0;
}
.review-summary .review-content {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.review-summary .review-score {
  display: flex;
  align-items: center;
}
.review-summary .review-score strong {
  margin-right: 0.5rem;
}
.review-summary .review-lable {
  margin-right: auto;
}

/* Review list */
.review-list .review-item {
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.review-list .review-item p {
  font-style: italic;
}
.review-list .review-client {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.review-list .review-name {
  display: flex;
  flex-direction: column;
}
.review-list .review-name strong {
  margin-bottom: 0.35rem;
  font-size: 1.175rem;
  color: var(--bs-emphasis-color);
}
.review-list .review-name strong small {
  color: var(--bs-secondary);
  font-weight: 400;
  font-size: 1rem;
}
.review-list .review-avatar {
  margin-right: 1rem;
  margin-bottom: 0;
}
.review-list .review-date {
  color: var(--bs-secondary);
}
.review-list .review-verify {
  color: var(--bs-primary);
  font-weight: 500;
}

/* Vertical Award */
.vertical-award {
  background-color: var(--bs-body-bg);
  text-align: center;
  overflow: hidden;
  width: 130px;
}
.vertical-award .award-content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vertical-award .award-title {
  font-weight: 500;
  display: inline-block;
  line-height: 1.35;
  margin-top: 0.75rem;
  line-height: 1.15;
}
.vertical-award .award-footer {
  background-color: var(--bs-dark-blue);
  color: white;
  font-weight: 500;
  padding: 0.175rem 0.5rem;
}

/* Vertical experience */
.vertical-experience {
  background-color: var(--bs-primary);
  color: white;
  padding: 1rem;
  text-align: center;
  overflow: hidden;
  width: 130px;
}
.vertical-experience.experience-white {
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
}
.vertical-experience.experience-white .experience-year {
  color: var(--bs-primary);
}
.vertical-experience .experience-year {
  line-height: 1;
  margin-bottom: 0.55rem;
  font-size: 2.5rem;
}
.vertical-experience .experience-title {
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  line-height: 1.35;
}

/* ======= /Rates, Reviews, Awards ======= */
/* ======= Price range ======= */
.price-range {
  margin-bottom: 0.5rem;
}
.price-range .price-slider {
  height: 0.35rem;
  position: relative;
  background: #ddd;
  border-radius: 0.25rem;
}
.price-range .price-slider .progress {
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  border-radius: 0.25rem;
  background: var(--bs-primary);
}
.price-range .price-slider .range-input {
  position: relative;
}
.price-range .price-slider .range-input input {
  position: absolute;
  width: 100%;
  height: 0.35rem;
  top: 0;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.price-range .price-slider input[type=range]::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  background: var(--bs-primary);
  pointer-events: auto;
  -webkit-appearance: none;
}
.price-range .price-slider input[type=range]::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: none;
  border-radius: 50%;
  background: var(--bs-primary);
  pointer-events: auto;
  -moz-appearance: none;
}

/* ======= /Price range ======= */
/* ======= Countdown ======= */
.countdown {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.countdown .date-time {
  display: block;
  min-width: 90px;
  padding: 0.5rem;
  background-color: rgba(var(--bs-white-rgb), 0.15);
}
.countdown .date-time:not(:last-child) {
  margin-right: 1rem;
}
.countdown .date-time .num {
  display: block;
  font-size: 2.15rem;
  font-weight: 500;
  line-height: 1.1;
}
.countdown .date-time .word {
  display: block;
  font-size: 0.85rem;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .countdown .date-time {
    min-width: 70px;
  }
  .countdown .date-time:not(:last-child) {
    margin-right: 0.5rem;
  }
  .countdown .date-time .num {
    font-size: 1.85rem;
  }
  .countdown .date-time .word {
    font-size: 0.75rem;
  }
}

/* ======= /Countdown ======= */
/* ======= Preloader  ======= */
#preloader {
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  z-index: 999;
}

/* ======= /Preloader  ======= */
/* ======= Animation ======= */
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.slideIn {
  animation-delay: 0s;
  animation-fill-mode: both;
  animation: slideIn 0.35s both;
}

/* ======= /Animation ======= */
/* ======= Scroll to top ======= */
.scroll-top {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  opacity: 0;
  visibility: hidden;
  color: white;
  background: rgba(var(--bs-primary-rgb), 0.75);
  z-index: 100000;
  transition: all 0.35s ease-in-out;
  border-radius: 50%;
}
.scroll-top.active {
  opacity: 1;
  visibility: visible;
}
.scroll-top:hover {
  background: rgba(var(--bs-primary-rgb), 1);
}

/* ======= /Scroll to top ======= */
/* ======= Header ======= */
/* Topbar */
.header-topbar {
  background-color: var(--bs-dark-blue);
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 1rem;
}
.header-topbar a {
  color: white;
}
.header-topbar a:hover {
  color: var(--bs-primary);
}

/* Navbar */
.header-navbar {
  transition: 0.5s ease-in-out;
  /* Navbar */
  /* User menu */
}
.header-navbar .navbar {
  padding: 0;
  height: 90px;
}
.header-navbar .navbar .navbar-brand {
  padding: 0;
}
.header-navbar .navbar .navbar-nav {
  margin-bottom: 1.5rem;
}
.header-navbar .navbar .nav-link {
  color: var(--bs-dark);
  font-size: 1.575rem;
  font-weight: 500;
  position: relative;
}
.header-navbar .navbar .nav-link:hover, .header-navbar .navbar .nav-link:focus, .header-navbar .navbar .nav-link.active {
  color: var(--bs-primary);
}
.header-navbar .navbar .nav-link .dropdown-toggle-icon {
  position: absolute;
  top: 50%;
  right: -0.5rem;
  font-size: 1.35rem;
  padding: 0.5rem;
  transform: translateY(-50%);
}
.header-navbar .navbar .dropdown-menu {
  border: 0;
  font-size: 1.25rem;
  padding: 0.35rem 0;
  box-shadow: none;
}
.header-navbar .navbar .dropdown-menu .dropdown-item {
  font-weight: var(--bs-body-font-weight);
  min-width: auto;
  padding: 0.35rem 1.5rem;
}
.header-navbar .navbar .dropdown-menu .dropdown-item:hover, .header-navbar .navbar .dropdown-menu .dropdown-item:focus, .header-navbar .navbar .dropdown-menu .dropdown-item.active {
  color: var(--bs-primary);
  background-color: var(--bs-tertiary-bg);
}
.header-navbar .navbar .mega-menu-title {
  display: block;
  padding: 0.35rem 1.5rem;
  font-weight: 500;
  font-size: 1.25rem;
}
.header-navbar .navbar .mega-menu-item {
  padding: 0;
}
.header-navbar .navbar .mega-menu-item .nav {
  padding-left: 1rem;
}
.header-navbar .user-menu .dropdown-menu {
  margin-top: 1.55rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.header-navbar .user-menu .user-menu-avatar {
  border: 0;
  padding: 0;
  box-shadow: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
.header-navbar .user-menu .user-menu-avatar img {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .header-navbar .navbar .navbar-brand {
    margin-right: 3rem;
  }
  .header-navbar .navbar .navbar-nav {
    margin-bottom: 0;
    width: 100%;
    justify-content: center;
  }
  .header-navbar .navbar .navbar-left {
    display: flex;
    align-items: center;
    margin-right: auto;
  }
  .header-navbar .navbar .navbar-right {
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .header-navbar .navbar .nav-link {
    font-size: 1.25rem;
    font-weight: 500;
    padding: 1.7rem 0;
    margin-right: 1.5rem;
  }
  .header-navbar .navbar .nav-link .dropdown-toggle-icon {
    font-size: 0.85rem;
    position: unset;
    top: unset;
    right: unset;
    padding: unset;
    transform: unset;
  }
  .header-navbar .navbar .dropdown-menu {
    font-size: var(--bs-body-font-size);
    box-shadow: var(--bs-box-shadow-sm);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0.75rem 0;
  }
  .header-navbar .navbar .dropdown-menu .dropdown-item {
    min-width: 12rem;
  }
  .header-navbar .navbar .mega-menu {
    display: flex;
  }
  .header-navbar .navbar .mega-menu-item .nav {
    padding-left: 0;
  }
}

/* Navbar toggler */
.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: var(--bs-light-gray);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  box-shadow: none;
  font-size: 1.125rem;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  border: 0;
  box-shadow: none;
}

/* Header sticked */
.header-sticked .header-navbar {
  background: white;
  opacity: 0;
  position: fixed;
  top: -90px;
  left: 0;
  right: 0;
  z-index: 1030;
  box-shadow: var(--bs-box-shadow-sm);
}
.header-sticked.header-showed .header-navbar {
  opacity: 1;
  top: 0;
}
.header-sticked + main {
  margin-top: 90px;
}

/* ======= /Header ======= */
/* ======= Heros ======= */
/* Hero */
.hero {
  position: relative;
  /* Hero background */
  /* Hero title */
  /* Hero sub title */
  /* Hero description */
  /* Hero badge */
  /* Hero Carousel */
  /* Hero video */
  /* Hero Page Title */
  /* Hero Reviews */
  /* Breadcrumb */
}
.hero .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero .hero-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(var(--bs-black-rgb), 0.5); */
  background: linear-gradient(to right, var(--bs-dark-blue) 17%, rgba(var(--bs-black-rgb), 0) 100%) !important;
}
.hero .hero-bg.hero-without-overlay::after {
  content: unset;
}
.hero .hero-bg img,
.hero .hero-bg picture {
    width: 100%;
    height: 100%;
}
.hero .hero-bg img {
    object-fit: cover;
    object-position: center;  /* gia' default, ma esplicitalo */
}
.hero .bg-content {
  position: relative;
}
.hero .hero-title {
  font-weight: 500;
  color: white;
}
.hero .hero-sub-title {
  font-weight: 400;
  color: var(--bs-light);
  text-transform: uppercase;
  letter-spacing: 0.175rem;
  display: block;
  margin-bottom: 1rem;
}
.hero .hero-desc {
  color: rgba(var(--bs-white-rgb), 0.85);
}
.hero .hero-badge {
  color: white;
  background-color: var(--bs-primary);
  display: inline-block;
  padding: 0.15rem 1rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.hero .hero-carousel .hero-item {
  position: relative;
}
.hero .hero-carousel .hero-caption {
  position: relative;
  text-align: center;
  padding-top: 160px;
  padding-bottom: 160px;
}
.hero .hero-carousel .hero-action {
  display: inline-flex;
  align-items: center;
  margin-top: 1.5rem;
}
.hero .hero-carousel .carousel-indicators.hero-indicators {
  margin: 0;
  padding-left: 0.75rem;
  margin-bottom: 0;
  bottom: 2rem;
}
.hero .hero-carousel .carousel-indicators.hero-indicators [data-bs-target] {
  height: 6px;
  width: 18px;
  padding: 0;
  margin: 0 3px;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
  transition: all 0.25s ease-in-out;
  border-radius: 3px;
}
.hero .hero-carousel .carousel-indicators.hero-indicators [data-bs-target].active {
  width: 40px;
}
.hero .hero-carousel .carousel-indicators.hero-indicators-right {
  left: 0;
  right: 0;
  margin: 0;
  bottom: 2rem;
  align-items: center;
}
.hero .hero-carousel .carousel-indicators.hero-indicators-right [data-bs-target] {
  width: 1.25rem;
  height: 1.25rem;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  margin: 0.35rem 0 0.35rem 0.5rem;
  position: relative;
  transition: all 0.35s ease-in-out;
}
.hero .hero-carousel .carousel-indicators.hero-indicators-right [data-bs-target]::after {
  position: absolute;
  content: "";
  width: 0.85rem;
  height: 0.85rem;
  background-color: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: all 0.35s ease-in-out;
}
.hero .hero-carousel .carousel-indicators.hero-indicators-right [data-bs-target].active {
  border-color: var(--bs-primary);
  opacity: 1;
  transition: all 0.35s ease-in-out;
}
.hero .hero-carousel .carousel-indicators.hero-indicators-right [data-bs-target].active::after {
  width: 0.35rem;
  height: 0.35rem;
  background-color: var(--bs-primary);
}
.hero .hero-carousel .carousel-control-next-icon,
.hero .hero-carousel .carousel-control-prev-icon {
  background-color: rgba(var(--bs-black-rgb), 0.75);
  width: 48px;
  height: 48px;
  border: 0.75rem solid transparent;
  border-radius: 50%;
}
.hero .hero-carousel .carousel-control {
  display: none;
  align-items: center;
  bottom: 3.75rem;
  position: absolute;
  z-index: 1;
}
.hero .hero-carousel .carousel-control .carousel-control-next,
.hero .hero-carousel .carousel-control .carousel-control-prev {
  position: relative;
  width: auto;
  transition: all 0.35s ease-in-out;
}
.hero .hero-carousel .carousel-control .carousel-control-next::after, .hero .hero-carousel .carousel-control .carousel-control-next::before,
.hero .hero-carousel .carousel-control .carousel-control-prev::after,
.hero .hero-carousel .carousel-control .carousel-control-prev::before {
  background-color: white;
  content: "";
}
.hero .hero-carousel .carousel-control .carousel-control-next::after,
.hero .hero-carousel .carousel-control .carousel-control-prev::before {
  height: 1px;
  width: 80px;
}
.hero .hero-carousel .carousel-control .carousel-control-next::before,
.hero .hero-carousel .carousel-control .carousel-control-prev::after {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}
.hero .hero-carousel .carousel-control .carousel-control-next {
  margin-right: 0.5rem;
}
.hero .hero-carousel .carousel-control .carousel-control-next::after {
  margin-left: -1rem;
}
.hero .hero-carousel .carousel-control .carousel-control-next::before {
  right: 0;
}
.hero .hero-carousel .carousel-control .carousel-control-prev {
  margin-left: 0.5rem;
}
.hero .hero-carousel .carousel-control .carousel-control-prev::before {
  margin-right: -1rem;
}
.hero .hero-carousel .carousel-control .carousel-control-prev::after {
  left: 0;
}
.hero .hero-carousel .carousel-control .carousel-control-next-icon,
.hero .hero-carousel .carousel-control .carousel-control-prev-icon {
  width: 1.5rem;
  height: 1.5rem;
  background-color: unset;
  border: unset;
}
@media (min-width: 576px) {
  .hero .hero-carousel .carousel-indicators.hero-indicators-right {
    flex-direction: column;
    left: unset;
    right: unset;
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
  }
  .hero .hero-carousel .carousel-indicators.hero-indicators-right [data-bs-target] {
    margin: 0.35rem 0;
  }
}
@media (min-width: 768px) {
  .hero .hero-carousel .carousel-indicators.hero-indicators-right {
    right: calc((100% - 640px) / 2 + 0.75rem);
  }
  .hero .hero-carousel .carousel-control {
    display: flex;
    left: calc((100% - 640px) / 2);
  }
}
@media (min-width: 992px) {
  .hero .hero-carousel .carousel-indicators.hero-indicators-right {
    right: calc((100% - 720px) / 2 + 0.75rem);
  }
  .hero .hero-carousel .carousel-control {
    left: calc((100% - 720px) / 2);
  }
}
@media (min-width: 1200px) {
  .hero .hero-carousel .hero-caption {
    display: flex;
    align-items: center;
    height: calc(100vh - 130px);
    padding-top: unset;
    padding-bottom: 4rem;
  }
  .hero .hero-carousel .hero-indicators {
    bottom: 7rem;
  }
  .hero .hero-carousel .carousel-indicators.hero-indicators-right {
    right: calc((100% - 1200px) / 2 + 0.75rem);
  }
  .hero .hero-carousel .carousel-control {
    left: calc((100% - 1200px) / 2);
  }
}
@media (min-width: 1400px) {
  .hero .hero-carousel .carousel-indicators.hero-indicators-right {
    right: calc((100% - 1360px) / 2 + 0.75rem);
  }
  .hero .hero-carousel .carousel-control {
    left: calc((100% - 1360px) / 2);
  }
}
.hero .hero-video .hero-caption {
  height: calc(100vh - 130px);
  position: relative;
  text-align: center;
  padding-top: 160px;
  padding-bottom: 160px;
}
.hero .hero-page-title {
  text-align: center;
  padding-top: 160px;
  padding-bottom: 160px;
}
.hero .hero-page-title.hero-title-search {
  padding-bottom: calc(160px + 3rem);
}
.hero .hero-review {
  display: inline-block;
  position: relative;
  color: white;
}
.hero .hero-review .review-content {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.hero .hero-review .review-score {
  font-weight: 600;
  font-size: 3.5rem;
  margin-right: 1rem;
  line-height: 1;
  margin-bottom: 0.1rem;
}
.hero .hero-review .review-total {
  display: flex;
  flex-direction: column;
  line-height: 1.35rem;
}
.hero .hero-review .review-total .star-rate-view {
  margin-bottom: 0.25rem;
}
.hero .hero-review .review-label {
  text-align: center;
  display: inline-block;
}
.hero .hero-review .review-label > small {
  color: white;
  background-color: var(--bs-primary);
  text-transform: uppercase;
  letter-spacing: 0.175rem;
  display: block;
  height: 100%;
  font-weight: 500;
  padding: 0.25rem 0.75rem 0.25rem 1rem;
  font-size: 0.75rem;
  min-width: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--bs-border-radius-sm);
}
.hero .hero-review .review-label > small.review-label-lg {
  font-size: 1rem;
}
.hero .hero-review .review-label > small.review-label-sm {
  font-size: 0.65rem;
}
.hero .hero-review .review-title {
  border-bottom: 1px solid var(--bs-border-color);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  line-height: 1;
}
.hero nav[aria-label=breadcrumb] {
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 100%;
  font-size: 0.65rem;
  letter-spacing: 0.135rem;
  z-index: 1;
  display: none;
}
.hero nav[aria-label=breadcrumb] .breadcrumb {
  transform: rotate(180deg);
  writing-mode: vertical-lr;
  color: var(--bs-dark-gray);
  text-transform: uppercase;
  background-color: rgba(var(--bs-black-rgb), 0.35);
  padding: 0.85rem 0.35rem 0.75rem 0.35rem;
  margin: 0;
  border-radius: var(--bs-border-radius-sm);
}
.hero nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: unset;
  padding-top: 0.35rem;
}
.hero nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  padding-right: unset;
  padding-bottom: 0.35rem;
}
.hero nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item a {
  color: white;
}
.hero nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item a:hover {
  color: var(--bs-primary);
}
.hero nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item.active, .hero nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(var(--bs-white-rgb), 0.5);
}
@media (min-width: 768px) {
  .hero nav[aria-label=breadcrumb] {
    display: flex;
    left: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .hero nav[aria-label=breadcrumb] {
    left: calc((100% - 1200px) / 2 + 0.75rem);
  }
}
@media (min-width: 1400px) {
  .hero nav[aria-label=breadcrumb] {
    left: calc((100% - 1360px) / 2 + 0.75rem);
  }
}

/* ======= /Heros ======= */
/* ======= Searchs ======= */
/* Search tours */
.search-tours {
  position: relative;
  z-index: 1;
  padding-top: 3rem;
  padding-bottom: 3rem;
  /* Seach hero */
}
.search-tours .search-tour-form {
  border-radius: var(--bs-border-radius);
}
.search-tours .btn-search-tour {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  min-width: auto;
}
.search-tours.search-hero {
  border-bottom: 1px solid var(--bs-border-color);
}
.search-tours.search-hero .search-tour-form {
  background-color: var(--bs-light-gray);
}
.search-tours.search-hero .search-tour-input {
  position: relative;
  padding: 1.5rem;
}
@media (min-width: 1200px) {
  .search-tours {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .search-tours.search-hero {
    padding-top: unset;
    padding-bottom: unset;
    border-bottom: unset;
    /* Searh half */
  }
  .search-tours.search-hero .search-tour-form {
    border-radius: 0;
    border-top-right-radius: var(--bs-border-radius);
    border-top-left-radius: var(--bs-border-radius);
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 100%;
    background-color: var(--bs-light-gray);
    z-index: 1;
  }
  .search-tours.search-hero .search-tour-input {
    padding: 1rem;
  }
  .search-tours.search-hero.search-hero-half .search-tour-input {
    padding: 1.25rem;
  }
}

/* ======= /Searchs ======= */
/* ======= Block titles ======= */
.block-title {
  margin-bottom: 1rem;
}
.block-title .title {
  margin-bottom: 0;
  font-weight: 500;
}
.block-title .sub-title {
  text-transform: uppercase;
  color: var(--bs-dark-blue);
  letter-spacing: 0.175rem;
  font-weight: 400;
  display: block;
  margin-bottom: 0.5rem;
}

/* ======= /Block titles ======= */
/* ======= Title Info ======= */
.title-info {
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .title-info {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .title-info .title-info-body {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
}

/* ======= /Title Info ======= */
/* ======= Destinations, Tours ======= */
/* Destinations */
.destination .destination-content {
  display: flex;
  align-items: center;
}
.destination .destination-content .destination-info {
  margin-right: auto;
}
.destination .destination-content .destination-info .destination-title {
  margin-bottom: 0;
}
.destination.destination-center {
  text-align: center;
}
.destination.destination-center .destination-icon {
  margin-bottom: 1rem;
}
.destination.destination-center .destination-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .destination.destination-center .destination-icon {
    margin-bottom: 0.35rem;
  }
}

/* Tour list */
.tour-list .tour-item {
  background-color: var(--bs-body-bg);
  overflow: hidden;
}
.tour-list .tour-item .tour-img {
  position: relative;
}
.tour-list .tour-item .tour-like {
  position: absolute;
  left: 1rem;
  top: 1rem;
}
.tour-list .tour-item .tour-content,
.tour-list .tour-item .tour-item-content {
  position: relative;
  width: 100%;
}
.tour-list .tour-item .tour-content {
  padding: 1.5rem;
}
.tour-list .tour-item .tour-item-content {
  padding: 0.5rem 1rem;
}

.tour-list .tour-item .tour-content .tour-title,
.tour-list .tour-item .tour-item-content .tour-title {
  font-size: 1.5rem;
}
.tour-list .tour-item .tour-content .tour-title a,
.tour-list .tour-item .tour-item-content .tour-title a {
  color: var(--bs-body-color);
}
.tour-list .tour-item .tour-content .tour-title a:hover,
.tour-list .tour-item .tour-item-content .tour-title a:hover {
  color: var(--bs-primary);
}

.tour-list .tour-item .tour-item-content .tour-extra-info {
  margin-top: 0.5rem;
}

.tour-list .tour-item .tour-item-content .tour-extra-info .easy-filter {
  font-size: 14px;
  font-weight: 400;
  background-color: var(--bs-light-gray);
  color: var(--bs-primary);
  padding: 0.05rem 0.5rem;
  display: inline-block;
  border-radius: var(--bs-border-radius-sm);
}

.tour-list .tour-item .tour-content .tour-info {
  display: flex;
  align-items: center;
}
.tour-list .tour-item .tour-content .tour-info .tour-itinerary {
  margin-bottom: 1rem;
  margin-right: 0.5rem;
  font-size: 1rem;
}
.tour-list .tour-item .tour-content .tour-info .tour-itinerary span {
  margin-right: 0.75rem;
}
.tour-list .tour-item .tour-content .tour-info .inline-review {
  margin-bottom: 1rem;
}
.tour-list .tour-item .tour-content .tour-booking {
  display: flex;
  align-items: center;
  width: 100%;
}
.tour-list .tour-item .tour-content .tour-booking .tour-price {
  margin-right: auto;
  display: inline-flex;
  align-items: center;
}
.tour-list .tour-item .tour-content .tour-booking .tour-price strong {
  font-weight: 600;
  font-size: 1.5rem;
  margin-right: 0.25rem;
}
.tour-list .tour-item .tour-content .tour-booking .tour-price span {
  font-size: 1rem;
  color: var(--bs-secondary);
  font-weight: 400;
}
@media (max-width: 1399.98px) {
  .tour-list .tour-item .tour-content .tour-title {
    font-size: 1.275rem;
  }
  .tour-list .tour-item .tour-content .tour-info {
    margin-bottom: 0.75rem;
  }
  .tour-list .tour-item .tour-content .tour-info .tour-itinerary {
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 1199.98px) {
  .tour-list .tour-item .tour-content .tour-info {
    display: block;
    align-items: unset;
  }
  .tour-list .tour-item .tour-content .tour-info .tour-itinerary {
    margin-bottom: 0.55rem;
  }
  .tour-list .tour-item .tour-content .tour-info .inline-review {
    margin-bottom: 0.55rem;
  }
  .tour-list .tour-item .tour-content .tour-booking {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .tour-list .tour-item .tour-content .tour-booking .tour-price strong {
    font-size: 1.35rem;
  }
  .tour-list .tour-item .tour-content .tour-booking .tour-price span {
    font-size: 0.85rem;
  }
}

/* Tour grid */
.tour-grid .tour-item {
  background-color: var(--bs-body-bg);
  overflow: hidden;
}
.tour-grid .tour-item .tour-img {
  position: relative;
}
.tour-grid .tour-item .tour-like {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
}
.tour-grid .tour-item .tour-content {
  position: relative;
  padding: 1.5rem;
  width: 100%;
}
.tour-grid .tour-item .tour-content .tour-title {
  font-size: 1.275rem;
}
.tour-grid .tour-item .tour-content .tour-title a {
  color: var(--bs-body-color);
}
.tour-grid .tour-item .tour-content .tour-title a:hover {
  color: var(--bs-primary);
}
.tour-grid .tour-item .tour-content .tour-itinerary {
  margin-bottom: 1rem;
  margin-right: 0.5rem;
  font-size: 1rem;
}
.tour-grid .tour-item .tour-content .tour-itinerary span {
  margin-right: 0.75rem;
}
.tour-grid .tour-item .tour-content .inline-review {
  margin-bottom: 1rem;
}
.tour-grid .tour-item .tour-content .tour-booking {
  display: flex;
  align-items: center;
  width: 100%;
}
.tour-grid .tour-item .tour-content .tour-booking .tour-price {
  margin-right: auto;
  display: inline-flex;
  align-items: center;
}
.tour-grid .tour-item .tour-content .tour-booking .tour-price strong {
  font-weight: 600;
  font-size: 1.5rem;
  margin-right: 0.25rem;
}
.tour-grid .tour-item .tour-content .tour-booking .tour-price span {
  font-size: 1rem;
  color: var(--bs-secondary);
  font-weight: 400;
}

/* ======= /Destinations, Tours ======= */
/* ======= Testimonials ======= */
/* Box */
.testimonial-box {
  position: relative;
  background-color: var(--bs-body-bg);
  padding: 1.5rem;
}
.testimonial-box .testimonial-icon {
  font-size: 3.5rem;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  opacity: 0.05;
  line-height: 1;
}
.testimonial-box .testimonial-client {
  display: flex;
  align-items: center;
  margin-bottom: 1.15rem;
}
.testimonial-box .testimonial-client img {
  margin-right: 1rem;
  max-width: 64px;
  border-radius: 50%;
}
.testimonial-box .testimonial-client span {
  font-size: 0.875rem;
  color: var(--bs-secondary);
  font-weight: normal;
}
.testimonial-box .testimonial-review {
  font-style: italic;
}
.testimonial-box .testimonial-star {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial-box .testimonial-date {
  font-size: 0.85rem;
  padding: 0.15rem 0.45rem;
  font-weight: 400;
  color: white;
  background-color: var(--bs-primary);
}

/* Above */
.testimonial-above {
  position: relative;
  text-align: center;
}
.testimonial-above .testimonial-content {
  background-color: var(--bs-body-bg);
  padding: 1.5rem;
  position: relative;
}
.testimonial-above .testimonial-content .testimonial-review {
  font-style: italic;
}
.testimonial-above .testimonial-content .testimonial-name span {
  font-size: 0.875rem;
  color: var(--bs-secondary);
  font-weight: normal;
}
.testimonial-above .testimonial-content .testimonial-star {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.testimonial-above .testimonial-content::after {
  background: var(--bs-body-bg);
  border-right: 1px solid var(--bs-body-bg);
  border-bottom: 1px solid var(--bs-body-bg);
  content: "";
  height: 1rem;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  position: absolute;
  bottom: -0.5rem;
  width: 1rem;
  z-index: 0;
  box-shadow: var(--bs-box-shadow-xs);
}
.testimonial-above .testimonial-avatar {
  display: inline-block;
  position: relative;
  margin-top: 1.5rem;
  border: 3px solid var(--bs-body-bg);
  border-radius: 50%;
}
.testimonial-above .testimonial-avatar img {
  width: 80px;
  border-radius: 50%;
}
.testimonial-above .testimonial-avatar-initials {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--bs-dark-blue, #002B45), var(--bs-primary, #00A896));
  color: #fff;
  font-family: 'Fraunces', serif;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.02em;
  user-select: none;
}
.testimonial-above .testimonial-avatar .testimonial-icon {
  position: absolute;
  top: 0;
  right: -0.75rem;
  width: 32px;
  height: 32px;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 0.85rem;
  background-color: var(--bs-primary);
  color: white;
  border-radius: 50%;
}

/* Inline */
.testimonial-inline {
  text-align: center;
}
.testimonial-inline .testimonial-avatar {
  display: inline-block;
  position: relative;
  margin-bottom: 1rem;
}
.testimonial-inline .testimonial-avatar img {
  border-radius: 50%;
  width: 80px;
}
.testimonial-inline .testimonial-icon {
  position: absolute;
  top: 0;
  right: -0.75rem;
  width: 32px;
  height: 32px;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 0.85rem;
  background-color: var(--bs-primary);
  color: white;
  border-radius: 50%;
}
.testimonial-inline .testimonial-review {
  font-style: italic;
  margin-bottom: 0.55rem;
}
.testimonial-inline .testimonial-star {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.75rem;
}
.testimonial-inline .testimonial-date {
  font-size: 0.85rem;
  margin-left: 0.5rem;
  color: var(--bs-secondary);
}
.testimonial-inline .testimonial-user {
  display: inline-flex;
  flex-direction: column;
  text-wrap: nowrap;
}
.testimonial-inline .testimonial-user span {
  font-size: 0.875rem;
  color: var(--bs-secondary);
  font-weight: normal;
}
@media (min-width: 1200px) {
  .testimonial-inline {
    display: flex;
    align-items: center;
    text-align: left;
  }
  .testimonial-inline .testimonial-avatar {
    margin-right: 2.5rem;
    margin-bottom: 0;
  }
  .testimonial-inline .testimonial-star {
    margin-bottom: 0;
  }
  .testimonial-inline .testimonial-user {
    border-left: 1px solid var(--bs-border-color);
    padding-left: 1.5rem;
    margin-left: 1.5rem;
  }
}

/* ======= /Testimonials ======= */
/* ======= Team ======= */
.team {
  position: relative;
  overflow: hidden;
  background-color: white;
  text-align: center;
}
.team img {
  width: 100%;
}
.team .team-info {
  padding: 1.5rem;
  position: relative;
  transition: 0.25s all ease-in-out;
}
.team .team-name {
  margin-bottom: 0;
  transition: 0.25s all ease-in-out;
}
.team .team-city {
  font-size: 0.875rem;
  color: var(--bs-secondary);
  font-weight: normal;
  display: block;
  transition: 0.35s all ease-in-out;
}
.team .social-list {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0;
  transition: 0.35s all ease-in-out;
}
.team:hover .team-info .team-name,
.team:hover .team-info .team-city {
  opacity: 0;
}
.team:hover .social-list {
  opacity: 1;
}

/* ======= /Team ======= */
/* ======= Posts ======= */
/* Post mini */
.post-mini {
  display: flex;
  align-items: center;
}
.post-mini .post-img {
  display: block;
  max-width: 128px;
  flex-shrink: 0;
  overflow: hidden;
}
.post-mini .post-img img {
  width: 100%;
}
.post-mini .post-content {
  flex-grow: 1;
  padding-left: 1.5rem;
}
.post-mini .post-title {
  margin-bottom: 0.5rem;
  font-size: 1.15rem;
}
.post-mini .post-title a {
  color: var(--bs-body-color);
}
.post-mini .post-title a:hover, .post-mini .post-title a:focus {
  color: var(--bs-primary);
}
.post-mini .post-ext {
  display: inline-flex;
  align-items: center;
  font-size: 0.85rem;
  color: var(--bs-secondary);
  font-weight: 400;
}
.post-mini .post-ext .post-date,
.post-mini .post-ext .post-comment,
.post-mini .post-ext .post-view {
  margin-right: 0.75rem;
}
@media (max-width: 1200px) {
  .post-mini .post-img {
    max-width: 160px;
  }
}
@media (max-width: 576px) {
  .post-mini .post-img {
    max-width: 110px;
  }
}

/* Post */
.post {
  position: relative;
  background-color: var(--bs-body-bg);
}
.post .post-img {
  position: relative;
}
.post .post-content {
  padding: 1.5rem;
}
.post .post-title {
  margin-bottom: 0.5rem;
  font-size: 1.275rem;
}
.post .post-title a {
  color: var(--bs-body-color);
}
.post .post-title a:hover, .post .post-title a:focus {
  color: var(--bs-primary);
}
.post .post-link {
  display: flex;
  align-items: center;
}
.post .post-link .post-ext {
  display: inline-flex;
  align-items: center;
  font-size: 0.85rem;
  color: var(--bs-secondary);
  font-weight: 400;
  margin-right: auto;
}
.post .post-link .post-ext .post-date,
.post .post-link .post-ext .post-comment,
.post .post-link .post-ext .post-view {
  margin-right: 0.75rem;
}

/* Post content */
.post-content h2 {
  font-size: 1.75rem;
}
.post-content h3 {
  font-size: 1.55rem;
}
.post-content h4 {
  font-size: 1.35rem;
}
.post-content blockquote {
  position: relative;
  font-size: 1.175rem;
  color: var(--bs-secondary);
  font-style: italic;
  border-left: 3px solid var(--bs-border-color);
  padding-left: 1rem;
  font-weight: 400;
}

/* Post category */
.post-category {
  list-style: none;
  padding-left: 0;
  font-size: 1.175rem;
}
.post-category li a {
  position: relative;
  padding: 0.25rem 0 0.25rem 1.5rem;
  display: flex;
  align-items: center;
  color: var(--bs-body-color);
}
.post-category li a::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "\f2a5";
  padding: 0.25rem 0;
  font-weight: 600;
  font-family: icons;
  margin-right: 0.5rem;
}
.post-category li a span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400;
  font-size: 1rem;
  color: var(--bs-secondary);
}
.post-category li a:hover, .post-category li a:hover span {
  color: var(--bs-primary);
}

/* Post tags */
.tag-list {
  list-style: none;
  padding-left: 0;
}
.tag-list li {
  display: inline-block;
  margin-right: 0.35rem;
}
.tag-list li a {
  display: inline-block;
  font-size: 1rem;
  background-color: var(--bs-gray-300);
  padding: 0.15rem 0.75rem;
  margin: 0.275rem 0;
  color: var(--bs-body-color);
  border-radius: 0.25rem;
  transition: 0.35s all ease-in-out;
  font-weight: 400;
}
.tag-list li a:hover {
  background-color: var(--bs-primary);
  color: white;
}
.tag-list.tag-lg li a {
  font-size: var(--bs-body-font-size);
  padding: 0.215rem 1rem;
}

/* Post comment */
.comment-list .comment-item {
  border-bottom: 1px solid var(--bs-border-color);
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}
.comment-list .comment-item p {
  font-style: italic;
}
.comment-list .comment-client {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.comment-list .comment-avatar {
  flex-shrink: 0;
  margin-bottom: 0;
  margin-right: 1rem;
}
.comment-list .comment-name {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.comment-list .comment-name strong {
  font-size: 1.175rem;
  color: var(--bs-emphasis-color);
}
.comment-list .comment-name small {
  color: var(--bs-secondary);
}
.comment-list .comment-report {
  font-weight: 400;
  font-size: 0.875rem;
}
.comment-list .comment-report:hover {
  color: var(--bs-secondary);
}

/* ======= /Posts ======= */
/* ======= Form contact ======= */
.form-contact {
  background-color: var(--bs-primary);
  z-index: 1;
  position: relative;
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .form-contact {
    margin-top: -5.55rem;
  }
}

/* ======= /Form contact ======= */
/* ======= Account ======= */
/* Account menu */
.account-menu {
  list-style: none;
  padding-left: 0;
}
.account-menu .menu-item a {
  display: block;
  color: var(--bs-body-color);
  padding: 0.35rem 0;
}
.account-menu .menu-item a:hover, .account-menu .menu-item a.active {
  color: var(--bs-primary);
}
.account-menu .menu-item a i {
  margin-right: 0.25rem;
}

/* Account user */
.account-user {
  display: flex;
  align-items: center;
}
.account-user .user-avatar {
  position: relative;
  display: inline-block;
  margin-right: 1.25rem;
}
.account-user .user-avatar .show-avatar {
  width: 64px;
  height: 64px;
}
.account-user .user-avatar .btn-update-avatar,
.account-user .user-avatar .select-avatar {
  position: absolute;
  padding: 0;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.75rem;
}
.account-user .user-avatar .btn-update-avatar {
  bottom: 0;
  right: 0;
}
.account-user .user-avatar .select-avatar {
  background-color: var(--bs-light-gray);
  border: 1px solid var(--bs-border-color);
  top: 0;
  right: 0;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.account-user .user-avatar .select-avatar:hover, .account-user .user-avatar .select-avatar:focus {
  background-color: var(--bs-secondary);
  border: 1px solid var(--bs-secondary);
  color: white;
}
.account-user .username {
  display: flex;
  flex-direction: column;
}
.account-user .username span {
  font-weight: 400;
  color: var(--bs-secondary);
}
.account-user .username strong {
  font-weight: 500;
  font-size: 1.275rem;
}

/* Booking status */
.booking-status {
  padding: 0.25rem 0.75rem;
  border-radius: var(--bs-border-radius-sm);
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.15;
  min-width: 100px;
  text-align: center;
}
.booking-status.booking-unpaid {
  background-color: rgba(var(--bs-danger-rgb), 0.1);
  color: var(--bs-danger);
}
.booking-status.booking-cancelled {
  background-color: rgba(var(--bs-dark-rgb), 0.1);
  color: var(--bs-dark);
}
.booking-status.booking-completed {
  background-color: rgba(var(--bs-success-rgb), 0.1);
  color: var(--bs-success);
}
.booking-status.booking-processing {
  background-color: rgba(var(--bs-warning-rgb), 0.1);
  color: var(--bs-warning);
}

/* ======= /Account ======= */
/* ======= Booking ======= */
/* Book Infomation */
.book-info {
  margin-bottom: 2rem;
}

.book-info .block-title .title {
  color: var(--bs-emphasis-color);
}

.book-info .book-question {
  margin-top: 1.5rem;
}

.book-info .question-contact {
  display: flex;
  flex-direction: column;
}

.book-info .question-contact > * {
  margin-right: 1rem;
  color: var(--bs-emphasis-color);
  font-weight: 500;
  margin-bottom: 1rem;
}

.book-info .question-contact > *:hover {
  color: var(--bs-secondary);
}

.book-info.info-light,
.book-info.info-light .block-title .title,
.book-info.info-light .question-contact > * {
  color: white;
}

.book-info.info-light .question-contact > *:hover {
  color: var(--bs-primary);
}

@media (min-width: 768px) {
  .book-info .question-contact {
    align-items: center;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .book-info {
    margin-bottom: 0;
  }
  .book-info {
    margin-right: 3rem;
  }
}
/* Booking process */
.booking-process {
  position: relative;
  height: 32px;
  margin-left: 16px;
  margin-right: 16px;
}
.booking-process::before, .booking-process::after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.booking-process::before {
  background-color: var(--bs-dark-border-subtle);
  right: 0;
}
.booking-process::after {
  background-color: var(--bs-primary);
}
.booking-process[data-booking-step="1"]::after {
  background-color: var(--bs-primary);
  right: 50%;
}
.booking-process[data-booking-step="2"]::after {
  background-color: var(--bs-primary);
  right: 0;
}
.booking-process[data-booking-step="3"]::after, .booking-process[data-booking-step="4"]::after {
  background-color: var(--bs-primary);
  right: 0;
}
.booking-process .booking-step {
  background-color: var(--bs-dark-border-subtle);
  color: white;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.booking-process .booking-step.step-1 {
  left: -16px;
}
.booking-process .booking-step.step-2 {
  left: calc(50% - 16px);
}
.booking-process .booking-step.step-3 {
  left: calc(100% - 16px);
}
.booking-process[data-booking-step="1"] .step-1 {
  background-color: var(--bs-primary);
}
.booking-process[data-booking-step="2"] .step-1,
.booking-process[data-booking-step="2"] .step-2 {
  background-color: var(--bs-primary);
}
.booking-process[data-booking-step="3"] .step-1,
.booking-process[data-booking-step="3"] .step-2,
.booking-process[data-booking-step="3"] .step-3 {
  background-color: var(--bs-primary);
}

/* ======= /Process ======= */
/* ======= Footer ======= */
.footer {
  position: relative;
  background-color: #042233;
  color: rgba(var(--bs-white-rgb), 0.65);
}
.footer .footer-top {
  border-bottom: 1px solid rgba(var(--bs-white-rgb), 0.15);
}

.footer .footer-section {
  padding: 30px 0;
}

.footer .social-list .social-item a svg {
  stroke: white;
}
.footer .footer-widget {
  margin-bottom: 2.5rem;
}
.footer .footer-widget h2 {
  color: white;
}
.footer .brand-img {
  display: inline-block;
  margin-bottom: 1.5rem;
}
.footer .footer-link {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-link .link-item {
  padding: 0 0 0.5rem 0;
}
.footer .footer-link .link-item a {
  display: inline-block;
  padding: 0.125rem 0;
}
.footer .footer-local,
.footer .footer-local a {
  display: flex;
  align-items: center;
}

/* ======= /Footer ======= */
/* ======= Utilities  ======= */
/* Pading */
.p-top-50 {
  padding-top: 50px !important;
}

.p-bottom-50 {
  padding-bottom: 50px !important;
}

.p-top-60 {
  padding-top: 60px !important;
}

.p-bottom-60 {
  padding-bottom: 60px !important;
}

.p-top-70 {
  padding-top: 70px !important;
}

.p-bottom-70 {
  padding-bottom: 70px !important;
}

.p-top-80 {
  padding-top: 80px !important;
}

.p-bottom-80 {
  padding-bottom: 80px !important;
}

.p-top-90 {
  padding-top: 90px !important;
}

.p-bottom-90 {
  padding-bottom: 90px !important;
}

.p-top-100 {
  padding-top: 100px !important;
}

.p-bottom-100 {
  padding-bottom: 100px !important;
}

.p-top-110 {
  padding-top: 110px !important;
}

.p-bottom-110 {
  padding-bottom: 110px !important;
}

.p-top-120 {
  padding-top: 120px !important;
}

.p-bottom-120 {
  padding-bottom: 120px !important;
}

.p-top-130 {
  padding-top: 130px !important;
}

.p-bottom-130 {
  padding-bottom: 130px !important;
}

.p-top-140 {
  padding-top: 140px !important;
}

.p-bottom-140 {
  padding-bottom: 140px !important;
}

.p-top-150 {
  padding-top: 150px !important;
}

.p-bottom-150 {
  padding-bottom: 150px !important;
}

.p-top-160 {
  padding-top: 160px !important;
}

.p-bottom-160 {
  padding-bottom: 160px !important;
}

.p-top-170 {
  padding-top: 170px !important;
}

.p-bottom-170 {
  padding-bottom: 170px !important;
}

.p-top-180 {
  padding-top: 180px !important;
}

.p-bottom-180 {
  padding-bottom: 180px !important;
}

.p-top-190 {
  padding-top: 190px !important;
}

.p-bottom-190 {
  padding-bottom: 190px !important;
}

.p-top-200 {
  padding-top: 200px !important;
}

.p-bottom-200 {
  padding-bottom: 200px !important;
}

/* Min width */
.mnw-150 {
  min-width: 150px !important;
}

.mnw-160 {
  min-width: 160px !important;
}

.mnw-170 {
  min-width: 170px !important;
}

.mnw-180 {
  min-width: 180px !important;
}

.mnw-190 {
  min-width: 190px !important;
}

.mnw-200 {
  min-width: 200px !important;
}

/* font sizes */
.fsm-1 {
  font-size: 1rem !important;
}

.fsm-2 {
  font-size: 0.95rem !important;
}

.fsm-3 {
  font-size: 0.9rem !important;
}

.fsm-4 {
  font-size: 0.85rem !important;
}

.fsm-5 {
  font-size: 0.8rem !important;
}

.fsm-6 {
  font-size: 0.75rem !important;
}

.fsm-7 {
  font-size: 0.7rem !important;
}

.fsm-8 {
  font-size: 0.65rem !important;
}

/* Line height */
.lh-xs {
  line-height: 1.15 !important;
}

/* Sticky */
.sticky-top-120 {
  top: 120px !important;
}

/* ======= /Utilities  ======= */
/* ======= Containers ======= */
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 640px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1360px;
  }
}
/* ======= /Containers ======= *//*# sourceMappingURL=main.css.map */






.trip-cards {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 15px 20px;
}

.trip-cards-dates {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.trip-cards-title {
  font-weight: 600;
  font-size: 1.3rem;;
}

.trip-cards-dates-number {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
}

.trip-cards-dates-month {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #8a8a8a;
}

.trip-cards-original-price {
  text-decoration: line-through;
  color: var(--bs-dark-gray);
  font-size: 13px;
}

.trip-cards-price {
  font-weight: 500;
  font-size: 16px;
}

.btn.trip-cards-book-btn {
  color: white;
  font-size: 12px;
  background: var(--bs-dark-blue);
}

.badge.badge2535 {
  background-color: #0071cd;
}

.badge.badge35plus {
  background-color: #0071cd7c;
}

.islands-filter-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0px 10px 0px;
}

.btn-primary:hover {
  background-color: transparent;
  border: 1px solid var(--bs-dark-blue);
  color: var(--bs-dark-blue);
}

.gallery-media-image-see-more {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: white;
  text-transform: capitalize;
  text-decoration: underline;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.trip-promo-img-container {
  position: relative;
  overflow: hidden;
  /* aspect-ratio: 1/1; */
}

.trip-promo-img {
  /* aspect-ratio: 3/2; */
  width: 100%;
  height: 100%;
  /* width: 100%;
  height: 100%; */
}

.trip-promo-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.badge.badge-blue {
  background-color: var(--bs-dark-blue);
}

.badge.badge-red {
  background-color: #bd4200;
}

.badge.badge-green {
  background-color: #066b01;
}

.badge.badge-yellow {
  background-color: #ab9214;
}

.badge.badge-pink {
  background-color: #c00079;
}

.badge.badge-light-blue {
  background-color: #009cd1;
}

.badge.text-bg-light-gray {
    color: var(--bs-dark-gray) !important;
    background-color: rgba(var(--bs-light-gray-rgb), var(--bs-bg-opacity, 1)) !important;
}

.bg-light-green {
    background-color: rgba(var(--bs-light-green-rgb), var(--bs-bg-opacity, 1)) !important;
}

.rating-box-progress-bar-rating-label {
  font-size: large;
}

.rating-box-progress-bar-rating-info-icon {
  font-size: x-small;
}

.bold-400 {
  font-weight: 400;
}

.bold-500 {
  font-weight: 500;
}

.bold-600 {
  font-weight: 600;
}


circle-progress.stroke-danger::part(value) {
	stroke: var(--bs-danger);
}
circle-progress.stroke-light-green::part(value) {
	stroke: var(--bs-light-green);
}
circle-progress.stroke-success::part(value) {
	stroke: var(--bs-success);
}

circle-progress.island-show::part(base)
{
  width: 200px;
  height: auto;
}
circle-progress.island-show::part(value) {
	stroke-width: 7px;
	stroke: var(--bs-dark-blue);
	stroke-linecap: round;
}
circle-progress.island-show::part(circle) {
	stroke-width: 4px;
}


circle-progress.island-list::part(base)
{
  width: 50px;
  height: auto;
}
circle-progress.island-list::part(value) {
	stroke-width: 10px;
	stroke: var(--bs-dark-blue);
}
circle-progress.island-list::part(circle) {
	stroke-width: 10px;
}
circle-progress.island-list::part(text)
{
  font-size: 40px;
  font-weight: bold;
  fill: var(--bs-dark-blue);
}


circle-progress.island-find::part(base)
{
  width: 35px;
  height: auto;
}
circle-progress.island-find::part(value) {
	stroke-width: 11px;
}
circle-progress.island-find::part(circle) {
	stroke-width: 11px;
}
circle-progress.island-find::part(text)
{
  font-size: 27px;
  font-weight: bold;
  fill: var(--bs-dark-blue);
}


circle-progress.island-find-6::part(base)
{
  width: 40px;
  height: auto;
}
circle-progress.island-find-6::part(value) {
	stroke-width: 20px;
}
circle-progress.island-find-6::part(circle) {
	stroke-width: 15px;
}
circle-progress.island-find-6::part(text)
{
  font-size: 30px;
  font-weight: bold;
  fill: var(--bs-dark-blue);
}


circle-progress.compare::part(base)
{
  width: 72px;
  height: auto;
}
circle-progress.compare::part(value) {
	stroke-width: 8px;
	stroke: var(--bs-dark-blue);
	stroke-linecap: round;
}
circle-progress.compare::part(circle) {
	stroke-width: 8px;
}
circle-progress.compare::part(text)
{
  font-size: 28px;
  font-weight: bold;
  fill: var(--bs-dark-blue);
}


.comparison-card .card-content {
  padding: 1rem;
}

.comparison-card .card-content .product-name {
  font-weight: 500;
  font: 1rem;
  color: var(--bs-dark-blue)
}

.comparison-card a {
  color: black;
}

.bg-linear-gradient-primary-to-secondary {
  background: var(--bs-dark-blue);
  background: linear-gradient(90deg, var(--bs-primary) 0%, var(--bs-dark-blue) 100%);
}

.bg-linear-gradient-secondary-to-primary {
  background: var(--bs-primary);
  background: linear-gradient(90deg, var(--bs-dark-blue) 0%, var(--bs-primary) 100%);
}

/* ======= Compare Page ======= */

/* Breadcrumb (outside hero) */
.compare-breadcrumb {
  background-color: var(--bs-white);
  border-bottom: 1px solid var(--bs-border-color);
}
.compare-breadcrumb .breadcrumb {
  font-size: 0.82rem;
}
.compare-breadcrumb .breadcrumb-item a {
  color: var(--bs-primary);
  text-decoration: none;
}
.compare-breadcrumb .breadcrumb-item a:hover {
  color: var(--bs-dark-blue);
  text-decoration: underline;
}
.compare-breadcrumb .breadcrumb-item.active {
  color: var(--bs-secondary-color);
}
.compare-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: var(--bs-secondary-color);
}

/* Sticky header */
.compare-sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background: var(--bs-dark-blue);
  padding: 0.5rem 0;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.compare-sticky-header.visible {
  transform: translateY(0);
}

/* Hero compare cards */
.compare-island-card {
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.compare-island-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 1rem 2.5rem rgba(0, 43, 69, 0.12) !important;
}
.compare-island-card .compare-island-img {
  transition: transform 0.45s ease;
}
.compare-island-card:hover .compare-island-img {
  transform: scale(1.05);
}

/* "VS" badge floating between the two island cards */
.compare-hero-cards .compare-vs-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--bs-amber, #E89B3A);
  color: #fff;
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-style: italic;
  font-size: 19px;
  line-height: 1;
  box-shadow: 0 6px 18px rgba(0, 43, 69, 0.25);
  border: 3px solid #fff;
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .compare-hero-cards .compare-vs-badge {
    width: 40px;
    height: 40px;
    font-size: 14px;
    border-width: 2px;
  }
}

/* Island card images */
.compare-island-img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

/* Section headers inside cards */
.compare-section-header {
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--bs-dark-blue);
  margin-bottom: 1rem;
}

/* Rating bars */
.compare-bar-container {
  flex: 1;
  height: 8px;
  background: #e9ecef;
  border-radius: 4px;
  overflow: hidden;
  min-width: 60px;
}
.compare-bar {
  height: 100%;
  border-radius: 4px;
  transition: width 0.4s ease;
}
.compare-bar-left {
  float: right;
}
.compare-bar-right {
  float: left;
}
.compare-rating-row:last-child {
  border-bottom: none !important;
}

/* Colore della barra = fascia di qualità (stesse soglie di Island::ratingVisualBand);
   il perdente resta smorzato così a colpo d'occhio si vede da che parte sta il punteggio più alto. */
.compare-bar--high { background-color: #00A896; }
.compare-bar--mid { background-color: #6FC4BA; }
.compare-bar--low { background-color: #9FB4C0; }
.compare-bar--bad { background-color: #C95A3D; }
.compare-bar--muted {
  opacity: 0.3;
}

/* Valore del punteggio: pill piena sul vincitore, grigio sul perdente */
.compare-score {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  min-width: 3.1rem;
  justify-content: center;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
.compare-score--win {
  background: var(--bs-primary);
  color: #fff;
}
.compare-score--win .bi {
  font-size: 0.7rem;
}
.compare-score--tie {
  background: #eef2f6;
  color: var(--bs-dark-blue);
}
.compare-score--lose {
  color: #8a99a8;
  font-weight: 600;
}
/* Punteggio complessivo: blocco conclusivo, non una riga come le altre
   (come riga in evidenza sembrava solo disallineata rispetto alle barre) */
.compare-total {
  margin-top: 1.25rem;
  padding: 1rem 0.5rem;
  border-radius: 0.75rem;
  background: linear-gradient(180deg, #f4f8fc 0%, #eaf1f8 100%);
  border: 1px solid #dde8f2;
}
.compare-total__value {
  display: inline-flex;
  align-items: baseline;
  gap: 0.3rem;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  color: var(--bs-dark-blue);
}
.compare-total__value .bi {
  font-size: 1rem;
  color: var(--bs-primary);
  align-self: center;
}
.compare-total__value.is-winner {
  color: var(--bs-primary);
}
.compare-total__value.is-loser {
  color: #8a99a8;
  font-weight: 700;
}
.compare-total__max {
  font-size: 0.85rem;
  font-weight: 600;
  opacity: 0.6;
}
.compare-total__label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.25;
  color: var(--bs-dark-blue);
}
.compare-total__byline {
  font-size: 0.68rem;
  font-style: italic;
  color: #8a99a8;
}

/* Attribuzione: i punteggi sono redazionali, le stelle più sotto sono degli utenti */
.compare-section-header__byline {
  font-size: 0.72rem;
  font-style: italic;
  color: #8a99a8;
  margin-left: 0.35rem;
}
.compare-score-byline {
  font-size: 0.7rem;
  font-style: italic;
  color: #8a99a8;
  line-height: 1.2;
}

/* Anteprime foto (galleria completa sulla pagina isola) */
.compare-gallery__item {
  display: block;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #eef2f6;
}
.compare-gallery__item img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.compare-gallery__item:hover img {
  transform: scale(1.06);
}

/* Tabellone punteggi: nomi delle isole + quanti punteggi vince ciascuna */
.compare-scoreboard__name {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--bs-dark-blue);
  line-height: 1.2;
}
.compare-scoreboard__wins {
  font-size: 0.8rem;
  color: #8a99a8;
}
.compare-scoreboard__wins .bi {
  opacity: 0.45;
}
.compare-scoreboard__wins.is-leader {
  color: var(--bs-primary);
  font-weight: 600;
}
.compare-scoreboard__wins.is-leader .bi {
  opacity: 1;
}
.compare-scoreboard__ties {
  font-size: 0.75rem;
  color: #8a99a8;
}
.compare-scores-legend {
  font-size: 0.78rem;
  color: #8a99a8;
}

/* Field rows */
.compare-field-row:last-child {
  border-bottom: none !important;
}

/* Transport cards */
.compare-transport-card {
  padding: 0.75rem;
  border: 1px solid #e6edf3;
  border-radius: 0.75rem;
  background: #fff;
  transition: box-shadow 0.2s ease;
}
.compare-transport-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.compare-transport-card.is-suggested {
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 1px rgba(var(--bs-primary-rgb), 0.25);
}
.compare-transport-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-bottom: 0.45rem;
}
.compare-transport-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.1rem 0.45rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.5;
}
.compare-transport-badge .bi {
  font-size: 0.65rem;
}
.compare-transport-badge--suggested {
  background: var(--bs-primary);
  color: #fff;
}
.compare-transport-badge--fastest {
  background: #e8f1f8;
  color: var(--bs-dark-blue);
}
.compare-transport-badge--cheapest {
  background: #fbf1dd;
  color: #8a5a12;
}
.compare-transport-card__title {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--bs-dark-blue);
  margin-bottom: 0.45rem;
}
.compare-transport-card__title .hicon,
.compare-transport-card__title .bi {
  color: var(--bs-primary);
}
.compare-transport-meta {
  margin: 0;
}
.compare-transport-meta__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.8rem;
  padding: 0.12rem 0;
}
.compare-transport-meta__row dt {
  color: #8a99a8;
  font-weight: 500;
}
.compare-transport-meta__row dd {
  margin: 0;
  font-weight: 600;
  color: var(--bs-dark-blue);
  text-align: right;
  white-space: nowrap;
}
.compare-transport-meta__note {
  font-size: 0.7rem;
  font-weight: 500;
  font-style: italic;
  color: #8a99a8;
}
/* Card pacchetto: x-ui.media-card nasce con .h-100 per le griglie a una riga.
   Qui sono impilate in colonna, e ognuna prenderebbe l'intera altezza della riga. */
.compare-trip-card.media-card {
  height: auto !important;
}
/* Mezza colonna su mobile: la card resta a due per riga (una isola per colonna,
   come tutto il resto della pagina) ma con respiro e corpi ridotti */
@media (max-width: 575.98px) {
  .compare-trip-card .media-card__body {
    padding: 0.85rem;
  }
  .compare-trip-card .media-card__title {
    font-size: 0.95rem;
  }
  .compare-trip-card .media-card__price {
    font-size: 1.35rem;
  }
}

.compare-transport-details-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
}
.compare-transport-details-link:hover {
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .compare-island-img {
    aspect-ratio: 1 / 1;
  }
  .compare-bar-container {
    min-width: 40px;
  }
    .compare-sticky-header {
    font-size: 0.85rem;
  }
  .compare-score {
    min-width: 2.5rem;
    padding: 0.1rem 0.3rem;
    font-size: 0.78rem;
  }
  .compare-scoreboard__name {
    font-size: 0.85rem;
  }
  .compare-scoreboard__wins {
    font-size: 0.72rem;
  }
  .compare-total__value {
    font-size: 1.5rem;
  }
  .compare-total__label {
    font-size: 0.65rem;
  }
  /* Due colonne su ~370px: label e valore sulla stessa riga si spezzerebbero
     entrambi ("~ €" a capo dal "57"). Meglio impilarli. */
  .compare-transport-meta__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    font-size: 0.75rem;
    padding: 0.18rem 0;
  }
  .compare-transport-meta__row dd {
    text-align: left;
  }
}

/* ======= /Compare Page ======= */


/* .btn-sticky {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
  */

/* For desktop */
@media (min-width: 1199.99px) {
  #orderByForm {
    width: 50%;
  }
}

/* Just for tablet */
@media ((min-width: 768px) and (max-width: 1199.98px)) {
  .tour-item .trip-promo-img {
    height: 360px;
  }

  .tour-item .tour-img img {
    height: 280px;
  }
}

/* For mobile and tablet */
@media (max-width: 1199.98px) {
  /* .tour-item .row {
    flex-direction: column;
  } */
  #orderByForm {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  #show-filters-btn {
    margin-right: 30px;
  }

  .btn-sticky-container {
    text-align: center;
    margin-top: 15px;
  }

  .btn-sticky {
    margin-left: 5px;
  }

  .trip-promo-badges {
    text-align: center;
  }

  .trip-promo-badges .badge {
    margin: 4px 2px;
  }
}

.trip-promo-title-container {
  align-items: flex-start;
}

.trip-promo-title {
  flex: 1;
  margin-right: 4px;
}

.trip-promo-prices-container {
  padding: 5px 25px;
}

.trip-promo-prices-container p {
  margin: 0;
}

.trip-promo-price {
  margin: 5px 5px;
  font-weight: 600;
}

.trip-promo-title-days {
  white-space: nowrap;
  flex-shrink: 0;
  min-width: 80px;
  text-align: right;
  margin-top: 2px;
}


/* Floating cards */
.floating-cards .floating-card-simple {
    position: relative;
    overflow: hidden;
    background-color: white;
    text-align: center;
}

.floating-cards .floating-card-simple .img-container img.card-image {
    width: 100%;
}

.floating-cards .floating-card-simple .info-container {
    padding: 1.5rem;
    position: relative;
}

.floating-cards .floating-card-simple .info-container .info-title {
    margin-bottom: 0;
}

.floating-cards .floating-card-simple .info-container .info-title a:hover {
    color: var(--bs-dark-blue);
}

.floating-cards .floating-card-simple .info-container .info-subtitle {
    font-size: 0.875rem;
    color: var(--bs-secondary);
    font-weight: normal;
    display: block;
}
/* /Floating cards */

.custom-popover {
  --bs-popover-border-color: var(--bs-dark-blue);
  --bs-popover-header-bg: var(--bs-dark-blue);
  --bs-popover-header-color: var(--bs-white-rgb);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: .5rem;
  color: white;
}


#filters-container .card-body {
  padding-top: 0px;
}

#filters-container input[type=checkbox],
#filters-container input[type=radio]  {
  outline: 1px solid var(--bs-dark-blue)
}

.filters-container-title {
  background-color: var(--bs-primary);
  color: white;
  padding: 10px 15px;
  font-size: 22px;
  font-weight: 500;
  border-radius: var(--bs-border-radius) var(--bs-border-radius) 0 0;
}

.filters-container-title a {
  color: white;
  font-size: 18px;
  cursor: pointer;
}

.filters-container-title a:hover {
  color: var(--bs-dark-blue);
}

.filters-container-title .card {
  color: white;
  font-size: 18px;
}

section[id] {
    scroll-margin-top: 80px;
}

/* ======= Link in bio ======= */
/* Pagina /link per le bio social: mobile-first, zero distrazioni. */
.link-in-bio-body {
  background: var(--bs-light, #f8f9fa);
}

.link-in-bio {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  padding: 48px 16px 40px;
}

.link-in-bio__card {
  width: 100%;
  max-width: 480px;
  /* min-width:0 obbligatorio: da flex item, il minimo automatico (min-width:auto)
     impedirebbe alla card di stringersi sotto i 480px sugli schermi piccoli. */
  min-width: 0;
  text-align: center;
}

.link-in-bio__avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .12);
}

.link-in-bio__logo {
  display: block;
  margin: 18px auto 0;
}

/* L'SVG del logo ha solo viewBox (nessun width/height intrinseco): senza guardia
   può gonfiare il min-content del contenitore. */
.link-in-bio__logo img {
  height: 40px;
  width: auto;
  max-width: 70%;
}

.link-in-bio__tagline {
  color: var(--bs-secondary);
  font-size: 17px;
  line-height: 1.5;
  margin: 12px 0 28px;
}

.link-in-bio__buttons {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.link-in-bio__footer {
  margin-top: 32px;
  font-size: 14px;
  color: var(--bs-secondary);
  display: flex;
  justify-content: center;
  gap: 10px;
}

.link-in-bio__footer a {
  color: var(--bs-primary);
  text-decoration: none;
}

.link-in-bio__footer a:hover {
  text-decoration: underline;
}

.link-in-bio__locale.is-current {
  font-weight: 700;
}
/* ======= /Link in bio ======= */
