.bg-dark, footer.bg-dark {
    background-color: #000 !important;
}
.nav-link {
    color: #fff !important;
}
.nav-link:hover, .nav-link:focus, .nav-link:active {
    color: #E6AE48 !important;
}
.navbar-stick {
    background-color: rgba(0, 0, 0, .97) !important;
}
.navbar-brand {
    padding: 15px 0;
}
.hero-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

/* Overlay */
.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7); /* 70% black */
    z-index: 1;
}

/* Ensure content appears above overlay */
.hero-section > .container {
    position: relative;
    z-index: 2;
}
.font-bold {
    font-weight: 700;
}
div p:last-child {
    margin-bottom: 0;
}
.bg-soft-primary {
    background-color: #E6AE48 !important;
}
.bg-line.primary {
    background: repeating-linear-gradient(-55deg, rgba(var(--bs-white-rgb), 0) .8px, #E6AE48 1.6px, #E6AE48 3px, rgba(var(--bs-white-rgb), 0) 3.8px, rgba(var(--bs-white-rgb), 0) 10px);
}
.bg-dot.primary {
    background-image: radial-gradient(#E6AE48 2px, transparent 2.5px);
}
.text-line.text-primary:before {
    background-color: #E6AE48;
}
.text-primary, .navbar-expand-lg.navbar-light .dropdown:not(.dropdown-submenu) > .dropdown-toggle:after, .text-orange {
    color: #E6AE48 !important;
}
.navbar.navbar-light.fixed .btn:not(.btn-expand):not(.btn-gradient), .btn-primary {
    background-color: #E6AE48;
    border-color: #E6AE48;
}
.navbar-stick:not(.navbar-dark) {
    box-shadow: 0 0 1.25rem rgba(230, 174, 72, 0.5);
}
.rounded-video {
    overflow: hidden;
    border: 2px solid #E6AE48;
    box-shadow: 0 0 1.25rem rgba(230, 174, 72, 0.5);
}
.booking-form {
    overflow: hidden;
    box-shadow: 0 0 1.25rem rgba(230, 174, 72, 0.5);
}
.wb-close {
    background-color: #E6AE48 !important;
}
.yt-preview{
    position: relative;
    cursor: pointer;
    display: block;
    max-width: 100%;
}
.yt-preview img{
    display:block;
    width:100%;
    height:auto;
}
.yt-play-btn{
    position:absolute;
    top:50%;
    left:50%;
    width:68px;
    height:48px;
    transform:translate(-50%,-50%);
    border-radius:14px;
    background:rgba(0,0,0,.65);
}
.yt-play-btn:before{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-35%,-50%);
    width:0;height:0;
    border-left:18px solid #fff;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
}

.section-title {
    color: #E6AE48;
    font-size: 2rem;
}
.icon-features {
    width: 100px;
}
.bg-features {
    overflow: hidden;
    border: 1px solid #E6AE48;
    background-color: #000 !important;
    box-shadow: 0 0 1.25rem rgba(230, 174, 72, 0.5) !important;
    transition: all 0.3s ease;
}
.text-gold {
    color: #E6AE48 !important;
}
.shape.rounded-circle {
    background-color: #E6AE48 !important;
}
.icon-gold {
    filter: invert(73%) sepia(33%) saturate(622%) hue-rotate(356deg) brightness(95%) contrast(92%);
}
.btn-primary:hover {
    background-color: #B88224;
    border-color: #B88224;
}
.bg-features:hover {
    background-color: #111 !important; /* slightly lighter black */
    box-shadow: 0 0 1.75rem rgba(230, 174, 72, 0.9) !important;
    border-color: #F5C469; /* slightly brighter gold */
    transform: translateY(-4px);
}
.bg-features:hover .text-gold {
    color: #F5C469 !important;
    text-shadow: 0 0 8px rgba(230, 174, 72, 0.6);
    transition: all 0.3s ease;
}
.bg-features:hover .icon-gold {
    filter:
            invert(73%)
            sepia(33%)
            saturate(750%)
            hue-rotate(356deg)
            brightness(110%)
            contrast(105%)
            drop-shadow(0 0 6px rgba(230, 174, 72, 0.7));
}

.accordion-wrapper .card-header button, .accordion-wrapper .card-header button:before {
    color: #E6AE48;
}
.accordion-wrapper .card-header button.collapsed {
    color:#fff;
}
.accordion-wrapper .card-header button:hover {
    color: #E6AE48;
}
.accordion-item a {
    color: #E6AE48 !important;
}
.accordion-item a:hover {
    color: #fff !important;
}
.content-page-section * {
    color:#fff;
}
.content-page-section.hero-section {
    height:30rem;
}
.content-page-section.hero-section:before {
    z-index: -1;
}
.webbooker-slot{
    position:relative;
    width:100%;
    min-height:739px;            /* reserve space to prevent CLS */
}

.booking_cancellation {
    background: #000;
    margin-bottom: 0;
    padding: 0 40px 40px;
    margin-top: -20px;
    font-size: .65rem;
    text-align: center;
}

inline-webbooker{ display:block; width:100%; }

.webbooker-loader{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:12px;
    background:#000;             /* match your widget background */
    border-radius:16px;
    z-index:10;
    transition:opacity .2s ease, visibility .2s ease;
}

.webbooker-spinner{
    width:42px;
    height:42px;
    border:4px solid rgba(255,255,255,.25);
    border-top-color:#fff;
    border-radius:50%;
    animation:webbookerSpin .8s linear infinite;
}

.webbooker-loader-text{
    color:#fff;
    font-size:14px;
    opacity:.9;
}

@keyframes webbookerSpin{
    to { transform: rotate(360deg); }
}

/* hide loader when widget is ready */
.webbooker-slot.is-ready .webbooker-loader{
    opacity:0;
    visibility:hidden;
    pointer-events:none;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #E6AE48;
}
.btn-phone {
    background-color: transparent !important;
    border-color: #00bce9 !important;
    color:#00bce9 !important;
}
.btn-phone:hover {
    background-color: #00bce9 !important;
    color:#fff !important;
}
.btn-whatsapp {
    background-color: transparent !important;
    border-color: #25D366 !important;
    color:#25D366 !important;
}
.btn-whatsapp:hover {
    background-color: #25D366 !important;
    color:#fff !important;
}
iframe#google-map {
    filter: invert(90%) hue-rotate(180deg);
}
.nav-item.dropdown > div > a:first-child {
    padding-right:2px;
}
.nav-item.dropdown > div > a:last-child {
    padding-left:2px;
}

.btn-outline-primary {
    background-color: transparent !important;
    border-color: #E6AE48 !important;
    color:#E6AE48 !important;
}
.btn-outline-primary:hover {
    background-color: #E6AE48 !important;
    color:#000 !important;
}

section.bg-dark > .container a:not(.btn-outline-primary), footer a {
    color: #E6AE48 !important;
}
section.bg-dark > .container a.tragitto-link {
    color: #fff !important;
}

section.bg-dark > .container a:not(.btn-outline-primary):hover, footer a:hover {
    color: #F5C469 !important;
}


.navbar {
    background: #000; /* adjust to your design */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    transition: background .3s ease, box-shadow .3s ease, padding .3s ease;
}

.navbar-placeholder {
    width: 100%;
}

/* Top state */
.navbar.is-top {
    box-shadow: none;
}

/* Sticky state */
.navbar.is-sticky {
    box-shadow: 0 0 1.25rem rgba(230, 174, 72, 0.5);
}
body.modal-open {
    overflow: hidden !important;
}
.section-sort-placeholder{
    border:2px dashed #aaa;
    background:#f7f7f7;
    height:60px;
    margin-top:15px;
}
/* the crop box */
.blog-card-figure{
    position: relative;
    width: 100%;
    height: 260px;         /* choose your card height */
    overflow: hidden;
}

/* make link fill the box */
.blog-card-figure > a{
    display: block;
    width: 100%;
    height: 100%;
}

/* force image to fill the box (no stretch, crop excess) */
.blog-card-figure > a > img{
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;     /* overrides img-fluid height:auto */
    object-fit: cover;
    object-position: center;
    display: block;
}

.alert-warning {
    --bs-alert-color: #fff;
    --bs-alert-bg: #E6AE48;
    --bs-alert-border-color: #E6AE48;
    --bs-alert-link-color: #fff;
}

.article-card {
    border: 1px solid #E6AE48;
    box-shadow: 0 0 1.25rem rgba(230, 174, 72, 0.5) !important;
}

.article-card {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.article-card .card-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.article-card .card-footer {
    margin-top: auto;
}
.article-card figure {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    margin: 0;
}

.article-card figure > a {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.article-card figure > a img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    display: block;
}
.article-card figure figcaption {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.article-card figure > a {
    z-index: 1;
}
.benefits-card-figure {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 1rem;
    border-radius: 10px;
}

.benefits-card-figure::before {
    content: "";
    display: block;
    padding-top: 75%; /* 4:3 ratio */
}

.benefits-card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
}
/* ================================
   DESKTOP
================================ */

.desktop-header .navbar-nav .nav-item {
    display: flex;
    align-items: center;
}

.desktop-header .dropdown-toggle-split {
    padding-left: .35rem;
    padding-right: .35rem;
}

.desktop-header .dropdown-toggle-split::after {
    margin-left: 0;
}

.desktop-header .btn-phone,
.desktop-header .btn-whatsapp {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* hide custom mobile UI on desktop */
.cvm-topbar,
.cvm-backdrop,
.cvm-panel {
    display: none;
}

/* ================================
   MOBILE
================================ */

@media (max-width: 991.98px) {
    :root {
        --cvm-topbar-height: 88px;
    }

    /* hide desktop header and sticky clones on mobile */
    .cvm-desktop-header,
    .desktop-header,
    .navbar-clone,
    .navbar-stick,
    .navbar-placeholder,
    nav.navbar-clone,
    .navbar.navbar-clone,
    .navbar-clone.fixed,
    .navbar-clone.is-sticky,
    nav[class*="navbar-clone"] {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
        height: 0 !important;
        min-height: 0 !important;
        max-height: 0 !important;
        overflow: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        z-index: -1 !important;
    }

    /* header root */
    header.wrapper,
    .cvm-header-shell {
        position: relative !important;
        z-index: 10050 !important;
        transform: none !important;
        filter: none !important;
        perspective: none !important;
    }

    /* IMPORTANT:
       reserve space with a spacer inside the header itself */
    .cvm-header-shell {
        margin: 0 !important;
        padding: 0 !important;
    }

    .cvm-header-shell::after {
        content: "";
        display: block;
        height: var(--cvm-topbar-height);
    }

    /* fixed mobile topbar */
    .cvm-topbar {
        display: block !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        min-height: var(--cvm-topbar-height) !important;
        padding: 16px !important;
        background: #000 !important;
        z-index: 10051 !important;
        transform: translate3d(0,0,0) !important;
        -webkit-transform: translate3d(0,0,0) !important;
        margin-top: 0 !important;
        transition: none !important;
        backface-visibility: hidden !important;
        -webkit-backface-visibility: hidden !important;
        pointer-events: auto !important;
    }

    .cvm-topbar__inner,
    .cvm-panel__top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .cvm-topbar__brand,
    .cvm-panel__brand {
        flex: 1 1 auto;
        min-width: 0;
    }

    .cvm-topbar__brand img,
    .cvm-panel__brand img {
        display: block;
        width: auto;
        max-height: 64px;
    }

    .cvm-topbar__actions,
    .cvm-panel__actions {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        padding-right: 10px;
        pointer-events: auto !important;
    }

    .cvm-circle {
        width: 48px;
        height: 48px;
        min-width: 48px;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
        background: transparent;
        border: 2px solid #a9afbd;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        box-shadow: none;
        outline: 0;
        position: relative;
        z-index: 1;
        pointer-events: auto !important;
    }

    .cvm-circle:hover,
    .cvm-circle:focus {
        color: inherit;
        text-decoration: none;
    }

    .cvm-circle i {
        font-size: 1.35rem;
        line-height: 1;
        pointer-events: none;
    }

    .cvm-circle--phone {
        border-color: #00c8ff;
        color: #00c8ff;
    }

    .cvm-circle--whatsapp {
        border-color: #20e070;
        color: #20e070;
    }

    .cvm-circle--menu {
        border-color: #b7bcc9;
        color: #b7bcc9;
        margin-right: 6px;
    }

    /* backdrop */
    .cvm-backdrop {
        display: block !important;
        position: fixed !important;
        inset: 0 !important;
        background: rgba(0, 0, 0, 0.55) !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transition: opacity 0.25s ease, visibility 0.25s ease !important;
        z-index: 10052 !important;
        isolation: isolate !important;
    }

    .cvm-backdrop.is-open {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

    /* fullscreen panel */
    .cvm-panel {
        display: flex !important;
        position: fixed !important;
        inset: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        max-width: 100vw !important;
        max-height: 100vh !important;
        background: #000 !important;
        z-index: 10053 !important;
        flex-direction: column !important;
        overflow: hidden !important;
        transform: translateX(100%) !important;
        transition: transform 0.3s ease !important;
        pointer-events: none !important;
        isolation: isolate !important;
        contain: layout paint style !important;
    }

    .cvm-panel.is-open {
        transform: translateX(0) !important;
        pointer-events: auto !important;
    }

    .cvm-panel__top {
        flex: 0 0 auto;
        padding: 16px;
        background: #000;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        position: relative;
        z-index: 2;
    }

    .cvm-panel__body {
        flex: 1 1 auto;
        min-height: 0;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        background: #000;
        padding: 8px 16px 24px;
        position: relative;
        z-index: 1;
    }

    /* menu */
    .cvm-menu,
    .cvm-submenu__list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .cvm-menu__item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        position: relative;
        z-index: 1;
    }

    .cvm-menu__row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        width: 100%;
    }

    .cvm-menu__link {
        display: flex;
        align-items: center;
        width: 100%;
        min-width: 0;
        padding: 14px 0;
        color: #fff;
        text-decoration: none;
        font-size: 0.9rem;
        font-weight: 600;
        line-height: 1.35;
        position: relative;
        z-index: 1;
    }

    .cvm-menu__link:hover,
    .cvm-menu__link:focus {
        color: #fff;
        text-decoration: none;
    }

    .cvm-menu__toggle {
        width: 34px;
        height: 34px;
        min-width: 34px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        background: transparent;
        border: 0;
        color: #fff;
        font-size: 1.1rem;
        line-height: 1;
        flex-shrink: 0;
        cursor: pointer;
        transition: transform 0.2s ease;
        position: relative;
        z-index: 1;
    }

    .cvm-menu__toggle.is-open {
        transform: rotate(180deg);
    }

    /* submenu */
    .cvm-submenu {
        display: none;
        padding-bottom: 8px;
        position: relative;
        z-index: 1;
    }

    .cvm-submenu.is-open {
        display: block;
    }

    .cvm-submenu__list {
        padding-left: 14px;
    }

    .cvm-submenu__link {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 6px 0;
        color: rgba(255, 255, 255, 0.76);
        text-decoration: none;
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 1.4;
    }

    .cvm-submenu__link:hover,
    .cvm-submenu__link:focus {
        color: #fff;
        text-decoration: none;
    }

    /* language */
    .cvm-menu__link--lang,
    .cvm-submenu__link--lang {
        gap: 8px;
    }

    .cvm-flag {
        width: 20px;
        height: auto;
        display: block;
        flex-shrink: 0;
    }

    /* lower common widgets under menu */
    .booking-widget,
    .booked-widget,
    .taxiwebbooker,
    .taxiwebbooker-widget,
    [class*="booking"],
    [class*="book-now"],
    [class*="taxiwebbooker"] {
        z-index: 1 !important;
    }

    html.cvm-menu-open,
    body.cvm-menu-open {
        overflow: hidden !important;
        height: 100% !important;
    }
}

@media (max-width: 575.98px) {
    :root {
        --cvm-topbar-height: 80px;
    }

    .cvm-topbar {
        padding: 14px 12px !important;
    }

    .cvm-panel__top {
        padding: 14px 12px !important;
    }

    .cvm-topbar__brand img,
    .cvm-panel__brand img {
        max-height: 58px;
    }

    .cvm-topbar__actions,
    .cvm-panel__actions {
        gap: 8px;
    }

    .cvm-circle {
        width: 46px;
        height: 46px;
        min-width: 46px;
    }

    .cvm-circle i {
        font-size: 1.25rem;
    }

    .cvm-panel__body {
        padding: 6px 12px 20px;
    }

    .cvm-menu__link {
        font-size: 0.85rem;
        padding: 12px 0;
    }

    .cvm-submenu__link {
        font-size: 0.78rem;
    }

    .cvm-menu__toggle {
        width: 32px;
        height: 32px;
        min-width: 32px;
        font-size: 1.7rem;
    }
}
@media (max-width: 767.98px) {
    html,
    body {
        overflow-x: hidden !important;
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    /* keep ONLY the real nav bar fixed */
    .navbar {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 100000 !important;
        background: #000 !important;
    }

    /* reset wrappers so they do not create empty black area */
    header,
    .navbar-wrapper,
    .mobile-nav,
    .wrapper,
    .content-wrapper {
        position: relative !important;
        top: auto !important;
        height: auto !important;
        min-height: 0 !important;
        padding-top: 0 !important;
        margin-top: 0 !important;
        transform: none !important;
    }

    /* mobile menu panel stays above */
    .navbar-collapse,
    .navbar-collapse.show,
    .offcanvas,
    .offcanvas.show {
        position: fixed !important;
        top: 90px !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 100001 !important;
        background: #000 !important;
        max-height: calc(100vh - 90px) !important;
        overflow-y: auto !important;
    }

    /* your booking block */
    .right_head {
        position: fixed !important;
        top: 0 !important;
        right: 5px !important;
        left: auto !important;
        bottom: auto !important;
        margin-top: -10px !important;
        z-index: 9999 !important;
        transform: none !important;
    }

    .shape,
    .rellax {
        display: none !important;
        transform: none !important;
    }
}
@media (max-width: 767.98px) {
    :root {
        --mobile-header-h: 90px;
    }

    .ig-modal {
        position: fixed !important;
        inset: 0 !important;
        top: var(--mobile-header-h) !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        z-index: 100001 !important;
        display: flex !important;
        align-items: flex-start !important;
        justify-content: center !important;
        padding: 0 !important;
        height: calc(100vh - var(--mobile-header-h)) !important;
    }

    .ig-modal.d-none {
        display: none !important;
    }

    .ig-modal__backdrop {
        position: absolute !important;
        inset: 0 !important;
    }

    .ig-modal__dialog {
        position: relative !important;
        width: 100% !important;
        max-width: 100% !important;
        height: calc(100vh - var(--mobile-header-h)) !important;
        max-height: calc(100vh - var(--mobile-header-h)) !important;
        margin: 0 !important;
        overflow-y: auto !important;
        z-index: 2 !important;
    }

    .ig-modal__media,
    .ig-modal__content {
        position: relative !important;
        z-index: 2 !important;
    }

    .ig-modal__close {
        position: sticky !important;
        top: 0 !important;
        z-index: 3 !important;
    }
}
@media (max-width: 767.98px) {
    .ti-widget-container.ti-col-4 .ti-reviews-container-wrapper {
        display: flex !important;
        overflow: hidden !important;
    }

    .ti-widget-container.ti-col-4 .ti-review-item {
        display: none !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .ti-widget-container.ti-col-4 .ti-review-item:not(.ti-hidden-review) {
        display: block !important;
    }

    .ti-widget-container.ti-col-4 .ti-inner {
        width: 100% !important;
    }
}

.item.post.col-md-6 {
    display: flex;
}

.item.post.col-md-6 .article-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.article-card .card-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.article-card .post-header {
    min-height: calc(1.3em * 2); /* fallback */
}

.article-card .post-title {
    margin-bottom: 0;
    line-height: 1.3;
}

.article-card .post-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
    min-height: calc(1.3em * 2);
    max-height: calc(1.3em * 2);
    padding: 0 0.4em;
    box-sizing: border-box;
}

.article-card .post-content {
    flex: 1 1 auto;
    min-height: 90px;
}

.article-card .card-footer {
    margin-top: auto;
}
/* =========================================
   COOKIE POLICY TABLE STYLING
   ========================================= */

.cookie-policy table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

/* Table header */
.cookie-policy table thead th {
    text-align: left;
    padding: 12px 15px;
    font-weight: 600;
    color: #ffffff;
    border-bottom: 2px solid rgba(255,255,255,0.15);
}

/* Table cells */
.cookie-policy table td {
    padding: 14px 15px;
    vertical-align: top;
    color: #cccccc;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* First column (Nome) */
.cookie-policy table td:first-child {
    color: #ffffff;
    font-weight: 500;
}

/* Last row border removal */
.cookie-policy table tr:last-child td {
    border-bottom: none;
}

/* Improve readability for long descriptions */
.cookie-policy table td:last-child {
    line-height: 1.6;
}

/* Optional subtle hover */
.cookie-policy table tbody tr:hover {
    background: rgba(255,255,255,0.03);
}

/* Column widths (fix layout like screenshot) */
.cookie-policy table th:nth-child(1),
.cookie-policy table td:nth-child(1) {
    width: 20%;
}

.cookie-policy table th:nth-child(2),
.cookie-policy table td:nth-child(2) {
    width: 25%;
}

.cookie-policy table th:nth-child(3),
.cookie-policy table td:nth-child(3) {
    width: 15%;
}

.cookie-policy table th:nth-child(4),
.cookie-policy table td:nth-child(4) {
    width: 40%;
}
a.tragitto-link {
	font-weight:bold;
	color:#fff !important;
}
.table-price {
	color:#E6AE48;
	font-size:1rem;
}
.price-table a.btn {
	color:#E6AE48;
}
.price-table a.btn:hover {
	color:#000;
}
.price-table td {
	vertical-align:middle;
	padding:10px;
}
.table-hover>tbody>tr:hover a.btn {
	background:#E6AE48 !important;
	color:#000 !important;
}
.price-table>thead>tr>* {
	color:#fff !important;
}

.product-pricing .price-row {
    background:#E6AE48 !important;
}

.footer-payment-methods {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 35px;
}

.footer-payment-methods .payment-title {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.2;
}

.footer-payment-methods .payment-icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-payment-methods .payment-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    height: 36px;
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
}

.footer-payment-methods .payment-icon img {
    display: block;
    max-width: 54px;
    max-height: 22px;
    width: auto;
    height: auto;
}

.footer-payment-methods .payment-bank {
    width: auto;
    min-width: auto;
    color: #ffffff;
    font-size: 15px;
    line-height: 1;
    white-space: nowrap;
    padding: 8px 12px;
}
@media (max-width: 575.98px) {
    .footer-payment-methods {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .footer-payment-methods .payment-title {
        font-size: 18px;
    }

    .footer-payment-methods .payment-icons {
        gap: 8px;
    }

    .footer-payment-methods .payment-icon {
        height: 34px;
        min-width: 54px;
    }

    .footer-payment-methods .payment-bank {
        font-size: 14px;
    }
}

/*.yt-lazy {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #000;
}*/

.yt-lazy-play {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: #ff0000;
    cursor: pointer;
    overflow: hidden;
}

.yt-lazy-play img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.yt-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;

    width: 68px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    transform: translate(-50%, -50%);

    background: rgba(255, 0, 0, 0.85);
    border-radius: 14px;

    transition: background-color 0.15s ease;
}

.yt-play-icon .fa-play {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    margin-left: 4px;
}

.yt-lazy-play:hover .yt-play-icon {
    background: #ff0000;
}

.yt-lazy iframe {
    width: 100%;
    height: 100%;
    border: 0;
}