.fa-tours-v4 {
    position: relative;
    overflow: hidden;
    padding: 110px 7%;
    background: linear-gradient(180deg, #06162F 0%, #0A2540 45%, #06162F 100%);
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.fa-tours-v4-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.fa-tours-v4-bg span {
    position: absolute;
    border-radius: 50%;
    filter: blur(55px);
    opacity: .45;
    animation: faV4Glow 12s ease-in-out infinite alternate;
}

.fa-tours-v4-bg span:nth-child(1) {
    width: 460px;
    height: 460px;
    background: rgba(24,184,200,.22);
    left: -140px;
    top: 10%;
}

.fa-tours-v4-bg span:nth-child(2) {
    width: 420px;
    height: 420px;
    background: rgba(242,183,5,.14);
    right: -120px;
    top: 18%;
}

.fa-tours-v4-bg span:nth-child(3) {
    width: 520px;
    height: 520px;
    background: rgba(21,75,139,.35);
    left: 35%;
    bottom: -220px;
}

.fa-tours-v4-head {
    position: relative;
    z-index: 2;
    max-width: 920px;
    margin-bottom: 45px;
    color: #F2B705;
}

.fa-v4-kicker {
    display: inline-flex;
    padding: 10px 17px;
    border-radius: 999px;
    color: #FFFFFF;
    background: rgba(242,183,5,.12);
    border: 1px solid rgba(242,183,5,.28);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.fa-tours-v4-head h2 {
    font-family: "Playfair Display", serif;
    font-size: clamp(38px, 5.6vw, 76px);
    line-height: .98;
    margin: 0 0 18px;
    color: #FFFFFF;
    text-shadow: 0 8px 35px rgba(0,0,0,.55);
}
.fa-tours-v4-head p {
    max-width: 720px;
    color: #FFFFFF;
    line-height: 1.8;
    font-size: 16px;
    margin: 0 0 24px;
}

.fa-v4-view-all {
    display: inline-flex;
    align-items: center;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 900;
    color: #06162F;
    background: linear-gradient(135deg, #F2B705, #ffe27a);
    box-shadow: 0 20px 50px rgba(242,183,5,.28);
}

.fa-v4-slider-wrap {
    position: relative;
    z-index: 2;
}

.fa-v4-slider {
    display: flex;
    gap: 28px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 8px 0 30px;
    scrollbar-width: none;
}

.fa-v4-slider::-webkit-scrollbar {
    display: none;
}

.fa-v4-slide {
    position: relative;
    min-width: min(980px, 86vw);
    height: 590px;
    scroll-snap-align: center;
    border-radius: 38px;
    overflow: hidden;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.15);
    box-shadow: 0 35px 100px rgba(0,0,0,.42);
    transform: scale(.92);
    opacity: .55;
    transition: .55s cubic-bezier(.2,.8,.2,1);
}

.fa-v4-slide.is-active {
    transform: scale(1);
    opacity: 1;
    border-color: rgba(242,183,5,.34);
}

.fa-v4-media,
.fa-v4-media img,
.fa-v4-media video,

.fa-v4-media-shade {
    background:
        linear-gradient(90deg, rgba(6,22,47,.55), rgba(6,22,47,.28) 45%, rgba(6,22,47,.08)),
        linear-gradient(180deg, rgba(6,22,47,.08), rgba(6,22,47,.55));
}
.fa-v4-media img,
.fa-v4-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1.4s ease;
}

.fa-v4-slide:hover .fa-v4-media img,
.fa-v4-slide:hover .fa-v4-media video {
    transform: scale(1.08);
}

.fa-v4-media-shade {
    background:
        linear-gradient(90deg, rgba(6,22,47,.96), rgba(6,22,47,.62) 45%, rgba(6,22,47,.2)),
        linear-gradient(180deg, rgba(6,22,47,.3), rgba(6,22,47,.94)),
        radial-gradient(circle at 85% 15%, rgba(242,183,5,.22), transparent 28%);
}

.fa-v4-content {
    position: absolute;
    z-index: 3;
    left: 42px;
    bottom: 42px;
    width: min(610px, calc(100% - 84px));
}

.fa-v4-top {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.fa-v4-top span,
.fa-v4-top strong,
.fa-v4-ribbon,
.fa-v4-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 13px;
    border-radius: 999px;
    background: rgba(6,22,47,.64);
    border: 1px solid rgba(255,255,255,.17);
    backdrop-filter: blur(18px);
    font-size: 12px;
    color: #fff;
}

.fa-v4-top strong {
    color: #F2B705;
}

.fa-v4-ribbon {
    color: #06162F;
    background: linear-gradient(135deg, #F2B705, #ffe27a);
    font-weight: 900;
    margin-bottom: 16px;
}

.fa-v4-content h3 {
    font-family: "Playfair Display", serif;
    font-size: clamp(38px, 4vw, 62px);
    line-height: .98;
    margin: 0 0 16px;
    color: #FFFFFF;
    text-shadow: 0 8px 28px rgba(0,0,0,.75);
}

.fa-v4-meta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 18px;
    color: rgba(255,255,255,.78);
    font-size: 14px;
}

.fa-v4-content p {
    max-width: 570px;
    color: rgba(255,255,255,.82);
    font-size: 15px;
    line-height: 1.75;
    margin: 0 0 20px;
}

.fa-v4-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.fa-v4-tags span {
    background: rgba(24,184,200,.13);
    border-color: rgba(24,184,200,.35);
    color: rgba(255,255,255,.9);
}

.fa-v4-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.fa-v4-footer small {
    display: block;
    color: rgba(255,255,255,.58);
    font-size: 12px;
}

.fa-v4-footer b {
    display: block;
    color: #F2B705;
    font-size: 31px;
    line-height: 1.1;
}

.fa-v4-actions {
    display: flex;
    gap: 12px;
}

.fa-v4-actions a {
    min-height: 50px;
    padding: 0 20px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-weight: 900;
    transition: .35s ease;
}

.fa-v4-book {
    background: linear-gradient(135deg, #F2B705, #ffe27a);
    color: #06162F;
    box-shadow: 0 18px 45px rgba(242,183,5,.3);
}

.fa-v4-detail {
    color: #fff;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.22);
    backdrop-filter: blur(16px);
}

.fa-v4-actions a:hover {
    transform: translateY(-4px);
}

.fa-v4-arrow {
    position: absolute;
    z-index: 5;
    top: 45%;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(6,22,47,.72);
    color: #fff;
    backdrop-filter: blur(18px);
    font-size: 42px;
    line-height: 1;
    cursor: pointer;
    transition: .3s ease;
}

.fa-v4-arrow:hover {
    background: #F2B705;
    color: #06162F;
    transform: scale(1.08);
}

.fa-v4-prev {
    left: -26px;
}

.fa-v4-next {
    right: -26px;
}

.fa-v4-progress {
    width: min(420px, 100%);
    height: 4px;
    border-radius: 99px;
    background: rgba(255,255,255,.14);
    overflow: hidden;
    margin-top: 8px;
}

.fa-v4-progress span {
    display: block;
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, #18B8C8, #F2B705);
    transition: width .35s ease;
}

.fa-v4-dots {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}

.fa-v4-dots button {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: none;
    background: rgba(255,255,255,.32);
    cursor: pointer;
    transition: .3s ease;
}

.fa-v4-dots button.active {
    width: 34px;
    background: #F2B705;
}

.fa-tours-empty {
    padding: 80px;
    text-align: center;
    color: #fff;
}

@keyframes faV4Glow {
    from { transform: translate3d(-2%, -2%, 0) scale(1); }
    to { transform: translate3d(2%, 2%, 0) scale(1.08); }
}

@media (max-width: 900px) {
    .fa-tours-v4 {
        padding: 85px 22px;
    }

    .fa-v4-slide {
        min-width: 86vw;
        height: 620px;
        border-radius: 30px;
    }

    .fa-v4-content {
        left: 26px;
        bottom: 30px;
        width: calc(100% - 52px);
    }

    .fa-v4-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .fa-v4-actions {
        width: 100%;
    }

    .fa-v4-actions a {
        flex: 1;
        justify-content: center;
    }

    .fa-v4-arrow {
        display: none;
    }
}

@media (max-width: 560px) {
    .fa-v4-slide {
        min-width: 88vw;
        height: 650px;
    }

    .fa-v4-content h3 {
        font-size: 38px;
    }

    .fa-v4-tags span {
        font-size: 11px;
    }

    .fa-v4-actions {
        flex-direction: column;
    }

    .fa-v4-actions a {
        width: 100%;
    }
}