.ue-slider {
    --ue-aspect: 22/9;
    --ue-radius: 0;
    --ue-shadow: 0 8px 24px #00000024;
    --ue-gap: 0px;
    -webkit-user-select: none;
    user-select: none;
    position: relative
}

.ue-viewport {
    border-radius: var(--ue-radius);
    background: #000;
    position: relative;
    overflow: hidden
}

.ue-viewport:before {
    content: "";
    aspect-ratio: var(--ue-aspect);
    width: 100%;
    display: block
}

.ue-track {
    gap: var(--ue-gap);
    will-change: transform;
    display: flex;
    position: absolute;
    inset: 0;
    transform: translate3d(0,0,0)
}

.ue-slide {
    flex: 0 0 100%;
    position: relative
}

.ue-img {
    object-fit: cover;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    transform: translateZ(0)
}

.ue-next,.ue-prev {
    z-index: 2;
    color: #fff;
    cursor: pointer;
    background: #00000073;
    border: 0;
    border-radius: 999px;
    place-items: center;
    width: 40px;
    height: 40px;
    transition: background .2s;
    display: grid;
    position: absolute;
    top: 50%;
    translate: 0 -50%
}

.ue-prev {
    left: 10px
}

.ue-next {
    right: 10px
}

.ue-next:hover,.ue-prev:hover {
    background: #000000b3
}

.ue-next:disabled,.ue-prev:disabled {
    opacity: .35;
    cursor: not-allowed
}

.ue-dots {
    z-index: 2;
    gap: 8px;
    display: flex;
    position: absolute;
    bottom: 10px;
    left: 50%;
    translate: -50%
}

.ue-dots button {
    cursor: pointer;
    background: #ffffff73;
    border: 0;
    border-radius: 999px;
    width: 10px;
    height: 10px
}

.ue-dots button[aria-selected=true] {
    background: #fff
}

.ue-dots button:focus-visible,.ue-next:focus-visible,.ue-prev:focus-visible {
    outline-offset: 2px;
    outline: 2px solid #fff
}

.ue-caption {
    color: #fff;
    opacity: 0;
    background: linear-gradient(to top,#000000a6,#0000);
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: opacity .4s,transform .4s;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(20px)
}

.ue-caption .title {
    color: #fff;
    font-size: clamp(1.8rem,3vw + 1rem,3.5rem);
    line-height: 1.5
}

.ue-caption .btn-banner-home {
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #ffc407;
    border: none;
    border-radius: 10px;
    margin-right: 15px;
    padding: 12px 30px;
    font-size: .9rem;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s
}

.ue-caption .btn-banner-home:hover {
    color: #000;
    background-color: #e0a800;
    transform: translateY(-2px)
}

.ue-caption .btn-banner-home img,.ue-caption .btn-banner-home svg {
    vertical-align: middle
}

.ue-caption .banner-buttons-home,.ue-caption .cont {
    margin-top: 10px
}

.ue-slide[aria-hidden=false] .ue-caption {
    opacity: 1;
    transform: translateY(0)
}

.cont-bodys {
    width: 50%
}

.slider-main {
    position: relative
}

.banner-home-ue {
    z-index: 1;
    align-items: center;
    height: 75vh;
    min-height: 75vh;
    max-height: 530px;
    display: flex;
    position: relative;
    overflow: hidden
}

.banner-home-ue .banner-overlay {
    z-index: 2;
    background: linear-gradient(to right,#00193a75,#0000004d 70%,#0000);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.slider-images {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.slider-images img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.slider-content {
    z-index: 3;
    color: #fff;
    width: 100%
}

.slider-content .banner-content-home-ue {
    width: 60%
}

.slider-content .banner-title-home-ue {
    color: #fff;
    width: 75%;
    margin-bottom: 20px;
    font-size: clamp(50px,3vw,70px);
    font-weight: 500;
    line-height: 1.3
}

.slider-content .banner-buttons-home {
    margin-top: 30px;
    display: flex
}

.slider-content .btn-banner-home {
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #ffc407;
    border: none;
    border-radius: 10px;
    margin-right: 15px;
    padding: 12px 30px;
    font-size: .9rem;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s
}

.slider-content .btn-banner-home:hover {
    color: #000;
    background-color: #e0a800;
    transform: translateY(-2px)
}

.slider-content .btn-banner-home img,.slider-content .btn-banner-home svg {
    vertical-align: middle
}

.section-why-choose-ue {
    text-align: center
}

.why-choose-ue-header .title-head {
    font-size: clamp(24px,2.3vw,40px)
}

.why-choose-ue-header .text-home-description {
    text-align: center;
    width: 65%;
    margin: 0 auto 40px
}

.cards-why-choose {
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    margin: 0 auto;
    display: grid
}

.cards-why-choose .card-whyue {
    text-align: start;
    background: #f4f4f4;
    border-radius: 15px;
    flex-direction: column;
    height: 100%;
    padding: 15px 20px;
    transition: all .3s;
    display: flex
}

.cards-why-choose .card-whyue:hover {
    color: #fff;
    background-color: #00193a
}

.cards-why-choose .card-whyue:hover .title-whyue {
    color: #fff
}

.cards-why-choose .card-whyue:hover .why-ue-icon svg {
    fill: #ffc407
}

.cards-why-choose .ue-description {
    margin-top: 15px
}

.cards-why-choose .why-ue-information .title-whyue {
    color: #00193a;
    margin-bottom: 0;
    font-size: clamp(18px,.8vw,28px)
}

.peru-packages {
    grid-template-columns: 40% 60%;
    display: grid;
    gap: 30px
}

.peru-packages-header .title h2 {
    font-size: clamp(24px,3.3vw,40px)
}

.peru-packages-header .btn-details {
    color: var(--color-primary);
    cursor: pointer;
    background-color: var(--color-gold);
    border: 1px outset #ffc407;
    border-radius: 10px;
    margin-right: 15px;
    padding: 8px 10px;
    font-size: .9rem;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s
}

.peru-packages-header .btn-details:hover {
    transform: translateY(-2px)
}

.peru-packages-header .btn-details img,.peru-packages-header .btn-details svg {
    vertical-align: middle
}

.peru-packages-header .body {
    margin-top: 20px;
    margin-bottom: 30px
}

.peru-packages-gallery-layout {
    display: grid;
    grid-template-columns: 38% 1fr;
    gap: 34px;
    align-items: center
}

.peru-packages-gallery {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    grid-template-rows: repeat(2,170px);
    gap: 12px
}

.peru-gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 14px
}

.peru-gallery-item:first-child {
    grid-row: span 2
}

.peru-gallery-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .35s ease
}

.peru-gallery-item:hover img {
    transform: scale(1.05)
}

@media (max-width: 900px) {
    .peru-packages-gallery-layout {
        grid-template-columns:1fr
    }

    .peru-packages-gallery {
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: repeat(2,180px)
    }

    .peru-gallery-item:first-child {
        grid-row: span 1;
        grid-column: span 2
    }
}

.popu-packages-header {
    text-align: center
}

.popu-packages-header h2 {
    font-size: clamp(24px,3.3vw,40px)
}

.popu-packages-header .text-home-description {
    text-align: center;
    width: 65%;
    margin: 25px auto 40px
}

.pagination-cat-tours {
    margin-top: 20px;
    position: static
}

.section-popular-packages-ue {
    background: #efefef
}

.swiper.uros-swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    padding: 30px 10px
}

.cont-buttons {
    justify-content: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: flex
}

.more-tours-btn {
    color: #00193a;
    letter-spacing: .5px;
    text-transform: uppercase;
    background-color: #0000;
    border: 2px solid #00193a;
    border-radius: 10px;
    padding: 14px 35px;
    font-weight: 700;
    text-decoration: none;
    transition: all .2s
}

.more-tours-btn:hover {
    color: #fff;
    background-color: #00193a;
    border-color: #00193a
}

.more-tours-btn svg {
    vertical-align: middle
}

.section-inca-trail-category {
    color: #fff;
    align-items: center;
    min-height: 65vh;
    margin-bottom: 30px;
    display: flex;
    position: relative
}

.section-inca-trail-category .hero-bg {
    object-fit: cover;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.content-inca-trail {
    z-index: 2;
    width: 100%;
    position: relative;
    padding: 50px 0
}

.title-inca-trail {
    width: var(--container-width);
    max-width: var(--container-max);
    margin: 0 auto 30px;
    text-align: left
}

.title-inca-trail .title {
    margin: 0;
    color: #fff;
    font-size: clamp(24px,3.3vw,40px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.03em
}

.title-inca-trail .gold-line-main-left {
    display: block;
    width: 90px;
    height: 3px;
    border: 0;
    border-radius: 999px;
    background: var(--color-gold)
}

.title-itch h2 {
    color: #fff;
    font-size: clamp(20px,5vw,50px)
}

.inca-trail-descrip {
    display: flex;
    justify-content: space-between;
    text-align: left
}

.inca-trail-descrip .title-itch {
    flex: 1;
    max-width: 60%
}

.inca-trail-descrip .features-container-ith {
    grid-template-columns: repeat(3,1fr);
    align-items: end;
    display: grid;
    gap: 12px
}

.inca-trail-descrip .feature-item-ith {
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative
}

.feature-item-ith .cont-icon {
    position: absolute;
    left: 50%;
    bottom: 15%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    padding: 0;
    color: #fff;
    background: linear-gradient(135deg,#d6a84f,#ffc407);
    border: 2px solid rgba(255,255,255,.75);
    border-radius: 50%;
    font-size: 1.45rem;
    box-shadow: 0 14px 30px rgba(0,0,0,.28);
    transform: translateX(-50%)
}

a.btn-details {
    display: inline-flex!important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 190px;
    height: 48px;
    color: #fff;
    background: 0 0;
    border: 1.5px solid #fff;
    border-radius: 5px;
    font-weight: 700;
    text-decoration: none;
    overflow: hidden;
    transition: .3s ease
}

a.btn-details svg {
    display: inline-block!important;
    width: 18px;
    height: 18px;
    opacity: 0;
    margin-right: -26px;
    transform: translateX(-6px);
    transition: .3s ease
}

.inca-trail-descrip a.btn-details:hover {
    transform: translateY(-2px)
}

a.btn-details:hover svg {
    opacity: 1;
    margin-right: 0;
    transform: translateX(0)
}

.btn-details {
    margin-top: 30px
}

.inca-trail-descrip .feature-capsule {
    box-sizing: border-box;
    border: 1.8px solid #ffffff3d;
    border-radius: 100px;
    width: 160px;
    max-width: 100%;
    height: 240px;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
    box-shadow: rgba(0,0,0,.24) 0 3px 8px
}

.inca-trail-descrip .feature-capsule img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box
}

.inca-trail-descrip .feature-label-ith {
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 4px #000000b3;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.2
}

.inca-trail-descrip .description-ith {
    width: 75%;
    margin-top: 20px;
    font-size: 14px
}

.section-popular-tours-ue .title-popu {
    font-size: clamp(24px,3.3vw,40px)
}

.section-popular-tours-ue .text-home-description {
    text-align: center;
    width: 65%;
    margin: 0 auto
}

.section-popular-tours-ue .tour-btn {
    color: #000;
    text-transform: uppercase;
    background-color: #ffc407;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all .2s;
    display: inline-block
}

.section-popular-tours-ue .tour-btn svg {
    vertical-align: middle
}

.section-popular-tours-ue .tour-btn:hover {
    color: #000;
    background-color: #f59e0b;
    transform: translateY(-1px)
}

.section-popular-tours-ue .more-tours-btn {
    color: #00193a;
    letter-spacing: .5px;
    text-transform: uppercase;
    background-color: #0000;
    border: 2px solid #00193a;
    border-radius: 10px;
    padding: 14px 35px;
    font-weight: 700;
    text-decoration: none;
    transition: all .2s
}

.section-popular-tours-ue .more-tours-btn:hover {
    color: #fff;
    background-color: #00193a;
    border-color: #00193a
}

.dispo-inca-trail {
    grid-template-columns: 33% 67%;
    display: grid
}

.dispo-inca-trail .image-trekking-ic {
    margin-right: 30px;
    padding: 0 1.5rem
}

.dispo-inca-trail .image-trekking-ic img {
    width: 100%;
    height: auto
}

.section-inca-trail.ue-background.ue-espaces {
    background: var(--color-primary-hover)
}

.description-inca-trail .title {
    font-size: clamp(24px,3.3vw,40px);
    color: var(--color-gold)
}

.description-inca-trail .text-home-description {
    margin-top: 10px;
    color: var(--color-white)
}

.description-inca-trail .availability-grid {
    color: #00193a;
    grid-template-columns: repeat(6,1fr);
    gap: .5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: grid
}

.description-inca-trail .availability-grid .status-badge {
    cursor: pointer;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    margin: 0 auto;
    padding: .4rem 1.4rem;
    font-size: .8rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block
}

.description-inca-trail .availability-grid .status-cerrado {
    color: #1a1a1a;
    cursor: not-allowed;
    background-color: #a7afbe
}

.description-inca-trail .availability-grid .disabled {
    cursor: not-allowed
}

.description-inca-trail .availability-grid .status-abierto {
    color: #00224f;
    background-color: #ffc407
}

.description-inca-trail .month-card {
    text-align: center;
    border: 1px solid #caced7;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    min-height: 80px;
    line-height: 1rem;
    display: flex;
    box-shadow: 0 2px 5px #0000001a
}

.description-inca-trail .month-name {
    margin-bottom: .5rem
}

.section-luxury-tours-categories {
    color: #fff;
    background-color: #00224f
}

.luxury-content {
    grid-template-columns: 50% 50%;
    gap: 20px;
    display: grid
}

.luxury-content .title-luxury-cat {
    align-self: center
}

.luxury-content .title-luxury-cat h2 {
    color: #fff;
    margin-bottom: 5px;
    font-size: clamp(24px,3.3vw,40px);
    font-weight: 300;
    line-height: 1.1;
    position: relative
}

.luxury-content .title-luxury-cat h2 .tours-text {
    vertical-align: middle;
    display: inline-block;
    position: relative
}

.text-home-description.white {
    margin-top: 15px
}

.luxury-content .title-luxury-cat h2 .delujo-text {
    align-items: center;
    font-style: italic;
    display: flex;
    position: relative
}

.luxury-content .title-luxury-cat h2 .delujo-text:before {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NyIgaGVpZ2h0PSIzOCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDQ3IDM4Ij48cGF0aCBmaWxsPSIjZGZiODgwIiBkPSJtMzIuNSA5IDMuOTE2IDEwLjU4NEw0NyAyMy41bC0xMC41ODQgMy45MTZMMzIuNSAzOGwtMy45MTYtMTAuNTg0TDE4IDIzLjVsMTAuNTg0LTMuOTE2eiIvPjxwYXRoIHN0cm9rZT0iI2RmYjg4MCIgZD0ibTEwLjk2MiAyNi43NDMuMDguMjE1LjIxNS4wOEwxNi41NTkgMjlsLTUuMzAyIDEuOTYyLS4yMTUuMDgtLjA4LjIxNUw5IDM2LjU1OWwtMS45NjItNS4zMDItLjA4LS4yMTUtLjIxNS0uMDhMMS40NCAyOWw1LjMwMy0xLjk2Mi4yMTUtLjA4LjA4LS4yMTVMOSAyMS40NHoiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
    width: 54px;
    height: 35px;
    position: relative;
    top: -7px
}

.luxury-content .title-luxury-cat .tours-text:after {
    content: "";
    vertical-align: middle;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NCIgaGVpZ2h0PSIzNyIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDU0IDM3Ij48cGF0aCBzdHJva2U9IiNkZmI4ODAiIGQ9Im0xNC4zMzYgMTMuNjgtLjA4Mi4yMTYtLjIxNi4wNzhMMS40NzcgMTguNWwxMi41NjEgNC41MjYuMjE2LjA3OS4wODIuMjE0TDE5IDM1LjU5MWw0LjY2NC0xMi4yNzIuMDgyLS4yMTQuMjE2LS4wNzlMMzYuNTI0IDE4LjVsLTEyLjU2Mi00LjUyNi0uMjE2LS4wNzktLjA4Mi0uMjE0TDE5IDEuNDA4eiIvPjxwYXRoIGZpbGw9IiNkZmI4ODAiIGQ9Im0xOSAxMC0yLjE2IDYuMjA0TDExIDE4LjVsNS44NCAyLjI5NkwxOSAyN2wyLjE2LTYuMjA0TDI3IDE4LjVsLTUuODQtMi4yOTZ6TTQ1LjUgMjBsLTIuMjk2IDUuODRMMzcgMjhsNi4yMDQgMi4xNkw0NS41IDM2bDIuMjk2LTUuODRMNTQgMjhsLTYuMjA0LTIuMTZ6Ii8+PC9zdmc+);
    background-repeat: no-repeat;
    background-size: contain;
    width: 54px;
    height: 35px;
    margin-left: .7rem;
    display: inline-block;
    position: static
}

.luxury-content .features-container {
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    gap: 20px;
    padding: 20px 0;
    display: flex
}

.luxury-content .feature-image-wrapper-lux {
    margin-bottom: 15px;
    display: inline-block;
    position: relative
}

.luxury-content .feature-title-lux {
    color: #fff;
    margin: 15px 0;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.2
}

.luxury-content .feature-description {
    color: #fffc;
    margin: 0;
    font-size: .85rem;
    line-height: 1.4
}

.luxury-content .feature-image-luxury-cat {
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #fff;
    border-radius: 80px;
    width: 100%;
    height: 280px;
    display: block
}

.luxury-content .feature-icon-lux {
    color: var(--color-primary);
    background-color: var(--color-gold);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    font-size: 2.5rem;
    display: flex;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%);
    box-shadow: 0 4px 15px #0003
}

.luxury-content .feature-icon-lux img {
    width: 35px;
    height: 35px
}

.luxury-content .feature-card {
    text-align: center;
    flex: 1;
    max-width: 180px;
    position: relative
}

.luxury-content .btn-custom-luxury-cat {
    color: #1a365d;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: var(--color-gold);
    border: none;
    border-radius: 10px;
    padding: 12px 30px;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s
}

.luxury-content .btn-custom-luxury-cat:hover {
    color: #1a365d;
    background-color: #c9a66b;
    transform: translateY(-2px)
}

.luxury-content .btn-custom-luxury-cat svg {
    vertical-align: middle
}

.luxury-content .btn-custom-luxury-cat {
    margin-top: 30px;
    display: inline-block
}

.section-tours-lujo-ue .text-home-description {
    text-align: center;
    width: 65%;
    margin: 20px auto 0
}

.section-tours-lujo-ue .head-lujo {
    margin-bottom: 30px
}

.luxutr-content .title {
    font-size: clamp(24px,3.3vw,40px)
}

.tour-card3-uros {
    border-radius: 20px;
    height: 600px;
    margin-bottom: 30px;
    transition: transform .3s;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px #0003
}

.tour-card3-uros img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.tour-card3-uros .premium-label {
    filter: drop-shadow(0 4px 8px #0000004d);
    z-index: 10;
    width: 48px;
    height: auto;
    position: absolute;
    top: 0;
    left: 15px
}

.tour-card3-uros .card-overlay {
    color: #fff;
    background: linear-gradient(#0000 0,#0000001a 40%,#000);
    flex-direction: column;
    justify-content: flex-end;
    padding: 0;
    transition: background .3s;
    display: flex;
    position: absolute;
    inset: 0 0 -4.5rem
}

.tour-card3-uros .card-content {
    padding: 30px 15px;
    transition: transform .4s;
    transform: translateY(0)
}

.tour-card3-uros .card-duration {
    opacity: .9;
    font-size: 13px;
    font-weight: 500
}

.tour-card3-uros .card-title {
    color: #fff;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2
}

.tour-card3-uros .features-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px 15px;
    margin-bottom: 0;
    display: grid
}

.tour-card3-uros .card-description {
    opacity: 0;
    max-height: 0;
    margin: 15px 0;
    font-size: 13px;
    line-height: 1.4;
    transition: all .4s;
    overflow: hidden
}

.tour-card3-uros .feature-item {
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    display: flex
}

.tour-card3-uros .feature-item i {
    background: var(--color-gold);
    border-radius: 50%;
    margin-right: 6px;
    padding: 5px;
    font-size: 20px
}

.tour-card3-uros .card-content .btn-tour {
    color: #00193a;
    opacity: 0;
    text-align: center;
    text-transform: uppercase;
    background-color: #dfb880;
    border: 1.5px solid #dfb880;
    border-radius: 12px;
    width: 80%;
    max-height: 0;
    margin: 0 auto;
    padding: 12px 0;
    font-size: 14px;
    font-weight: 700;
    transition: all .4s;
    display: block;
    overflow: hidden;
    box-shadow: 0 4px 15px #f39c124d
}

.tour-card3-uros:hover .card-content {
    transform: translateY(-50px)
}

.tour-card3-uros:hover .card-description {
    opacity: 1;
    max-height: 80px;
    margin-bottom: 20px
}

.tour-card3-uros:hover .btn-tour {
    opacity: 1;
    max-height: 60px;
    margin-top: 20px;
    padding: 8px 0
}

.cards-tours-luxu {
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    display: grid
}

.content-full-days {
    grid-template-columns: 40% 60%;
    display: grid
}

.header-full-day {
    margin-right: 4rem
}

.header-full-day .title {
    font-size: clamp(24px,3.3vw,40px)
}

.header-full-day .text-home-description {
    margin-top: 20px
}

.header-full-day .text-home-description .brand {
    font-size: 20px;
    font-weight: 700
}

.header-full-day .text-home-description .text-body {
    margin-top: 20px
}

.tour-image-vetical-tfd {
    border-radius: 15px;
    height: 320px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden
}

.tour-image-vetical-tfd img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block
}

.see-more-card {
    border-radius: 15px;
    height: 320px;
    margin-bottom: 10px;
    position: relative
}

.see-more-card img {
    object-fit: cover;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    display: block
}

.see-more-card .cont-img {
    height: 100%;
    margin-bottom: 10px
}

.see-more-card .see-aditional-more {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    display: block
}

.see-more-card .see-more-overlay {
    color: #fff;
    text-align: center;
    background-color: #0009;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0
}

.see-more-card .see-more-text {
    max-width: 7rem;
    margin-bottom: 10px;
    font-size: 1.3rem;
    line-height: 1.2
}

.see-more-card .see-more-text a {
    color: #fff;
    text-decoration: none
}

.see-more-card .arrow-btn {
    padding: 0 10px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 5px
}

.content-list-full {
    grid-template-columns: repeat(4,1fr);
    gap: 15px;
    display: grid
}

.tour-name-vertical-tfd {
    color: #0a2240;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    display: block
}

.tours-full-days .header-full-day {
    text-align: center
}

.tours-full-days .header-full-day h2 {
    font-size: clamp(24px,3.3vw,40px)
}

.tours-full-days .text-home-description {
    text-align: center;
    width: 65%;
    margin: 0 auto
}

.header-reviews-ue .title {
    font-size: clamp(24px,2.3vw,40px)
}

.header-reviews-ue .reviews-description {
    text-align: center;
    width: 65%;
    margin: 0 auto
}

.section-social-project-ue-home {
    position: relative
}

.section-social-project-ue-home .title {
    text-align: center;
    font-size: clamp(24px,3.3vw,40px)
}

.section-social-project-ue-home .text-home-description {
    text-align: center;
    width: 65%;
    margin: 0 auto
}

.section-social-project-ue-home .btn-details {
    color: #000;
    text-transform: uppercase;
    background-color: #ffc407;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all .2s;
    display: inline-block
}

.section-social-project-ue-home .btn-details svg {
    vertical-align: middle
}

.section-social-project-ue-home .btn-details:hover {
    color: #000;
    background-color: #f59e0b;
    transform: translateY(-1px)
}

.section-social-project-ue-home .social-list {
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    margin-top: 3rem;
    display: grid
}

.section-social-project-ue-home .social-list .social-image-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block
}

.section-social-project-ue-home .social-list .social-item {
    position: relative
}

.section-social-project-ue-home .social-list .social-content {
    z-index: 2;
    color: #fff;
    text-align: center;
    align-items: end;
    padding: 30px;
    display: flex;
    position: absolute;
    inset: 0
}

.section-social-project-ue-home .social-list .social-title {
    color: #fff;
    font-size: clamp(1rem,2vw + .5rem,1.75rem)
}

.section-social-project-ue-home .social-list .social-description {
    margin-bottom: 30px
}

.section-destinations .desti-body {
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    margin-top: 0;
    display: grid
}

.section-destinations .desti-card {
    height: 500px;
    position: relative;
    overflow: hidden
}

.section-destinations .desti-card:hover .desti-name .cont-desti {
    transform: translateY(0)
}

.section-destinations .desti-card:hover .desti-name .cont-desti .d-descrip {
    max-height: initial
}

.section-destinations .desti-image-wrapper {
    height: 100%
}

.section-destinations .desti-image-wrapper img {
    object-fit: cover;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    display: block
}

.destinations-swiper,.uros-tours-swiper {
    position: relative
}

.swiper-nav-btn {
    position: absolute;
    top: 45%;
    z-index: 5;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #ffc4071f;
    color: var(--color-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(0,31,69,.18);
    transition: transform .2s ease,background .2s ease
}

.swiper-nav-btn:hover {
    transform: translateY(-2px);
    background: #f2b600
}

.swiper-nav-btn svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.swiper-nav-prev {
    left: 10px
}

.swiper-nav-prev svg {
    transform: rotate(180deg)
}

.swiper-nav-next {
    right: 10px
}

@media (max-width: 768px) {
    .swiper-nav-btn {
        width:36px;
        height: 36px
    }

    .swiper-nav-prev {
        left: 6px
    }

    .swiper-nav-next {
        right: 6px
    }
}

.section-destinations .desti-name {
    width: 100%
}

.section-destinations .desti-name .cont-desti {
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 22px 5%;
    font-size: 22px;
    font-weight: 700;
    position: absolute;
    bottom: 0
}

.section-destinations .d-title {
    color: #fff
}

.section-destinations .desti-name p {
    font-size: 14px
}

.section-destinations .desti-name .btn-desti {
    color: #000;
    text-transform: uppercase;
    background-color: #ffc407;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all .2s;
    display: inline-block
}

.section-destinations .desti-name .btn-desti svg {
    vertical-align: middle
}

.section-destinations .desti-name .btn-desti:hover {
    color: #000;
    background-color: #f59e0b;
    transform: translateY(-1px)
}

.section-destinations .desti-name .btn-desti {
    margin-top: 15px
}

.section-destinations .desti-name .desti-label {
    font-size: 16px;
    display: block
}

.section-destinations .desti-name .overlay-black {
    pointer-events: none;
    background: linear-gradient(0deg,#000000e6 0,#00000012 45%,#0000 80%);
    border-radius: 8px;
    position: absolute;
    inset: 0
}

.desti-header {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-destinations {
    padding: 4rem 0;
    background: #00000012;
}

.section-destinations .desti-title {
    text-align: center;
}
.desti-header .desti-descrip {
    width: 60%
}

.section-destinations .desti-title h2 {
    color: #00193a;
    font-size: 40px !important;
}

.section-destinations .desti-descrip {
    width: 70%;
    margin: 0 auto;
}

.section-destinations .desti-body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 3rem;
}

.section-destinations .desti-card {
    position: relative;
}

.section-destinations .desti-image-wrapper {
    height: 100%;
}

.section-destinations .desti-image-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.desti-header .title {
    font-size: clamp(24px,2.3vw,40px)
}

.questions-header {
    margin-bottom: 40px
}

.questions-header .title {
    font-size: clamp(24px,3.3vw,40px)
}

.questions-header .text-home-description {
    text-align: center;
    width: 65%;
    margin: 0 auto
}

.header-blogs .title {
    font-size: clamp(24px,3.3vw,40px)
}

.header-blogs .text-home-description {
    text-align: center;
    width: 65%;
    margin: 0 auto
}

.section-treks .list-tours {
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 30px;
    display: grid
}

.section-treks .card-tour-item,.section-treks .tour-card01-uros {
    min-width: 0;
    box-shadow: rgba(99,99,99,.2) 0 2px 8px 0;
    border-radius: 5px
}

.overlay-hiking {
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(#0003,#00000085);
    transition: opacity .3s;
    position: absolute;
    inset: 0
}

.partners-item {
    grid-template-columns: repeat(10,1fr);
    align-items: center;
    gap: 30px;
    display: grid
}

.partners-item .cont-img img {
    object-fit: contain;
    width: 100%;
    height: 75px;
    display: block
}

.ava-home-calendar .group-cal {
    grid-template-columns: repeat(6,1fr);
    gap: 10px;
    display: grid
}

.ava-home-calendar .item-cal {
    text-align: center;
    border: 1px solid #caced733;
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    min-height: 80px;
    line-height: 1rem;
    display: flex;
    box-shadow: 0 2px 5px #0000001a
}

.ava-home-calendar .ava-date {
    margin-bottom: .5rem;
    color: var(--color-white)
}

.ava-home-calendar .ava-btn {
    text-transform: uppercase;
    text-align: center;
    border: none;
    border-radius: 5px;
    margin: 0 auto;
    padding: .4rem 1.4rem;
    font-size: .8rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block
}

.ava-home-calendar .ava-btn-open {
    color: #00193a;
    background-color: #ffc407
}

.ava-home-calendar .ava-btn-closed {
    cursor: not-allowed;
    background-color: #a7afbe
}

@media (min-width: 1025px) {
    .desti-card:hover .desti-name .cont-desti {
        transform:translateY(0)
    }

    .desti-card:hover .desti-name .cont-desti .d-descrip {
        max-height: initial
    }

    .desti-name {
        width: 100%
    }

    .desti-name .cont-desti {
        transition: transform .3s;
        transform: translateY(10px)
    }

    .desti-name .cont-desti .d-title {
        margin-bottom: 20px
    }

    .desti-name .cont-desti .d-descrip {
        max-height: 0;
        transition: max-height .4s;
        overflow: hidden
    }
}

@media (max-width: 576px) {
    .slider-content .banner-content-home-ue {
        text-align:center;
        width: 100%
    }

    .slider-content .banner-title-home-ue {
        text-align: start;
        width: 75%;
        font-size: clamp(32px,3vw,70px)
    }

    .slider-content .banner-description-home-ue {
        text-align: start;
        -webkit-line-clamp: 5;
        line-clamp: 5;
        -webkit-box-orient: vertical;
        font-size: 14px;
        display: -webkit-box;
        overflow: hidden
    }

    .slider-content .banner-buttons-home {
        flex-direction: column;
        gap: 15px;
        width: 85%
    }

    .slider-content .banner-buttons-home a {
        width: 100%;
        margin-right: 0;
        padding: 8px 30px;
        font-size: 13px
    }

    .slider-content .banner-buttons-home .btn-contact-us {
        width: 60%
    }

    .slider-content .banner-buttons-home .btn-book-inca {
        display: none
    }

    .partners-item {
        grid-template-columns: repeat(3,1fr)
    }

    .partners-item .cont-img img {
        height: auto
    }

    .section-social-project-ue-home .text-home-description {
        width: 100%
    }

    .section-social-project-ue-home .social-list .social-content {
        padding: 20px
    }

    .section-social-project-ue-home .social-image-wrapper {
        height: 350px
    }

    .desti-header .desti-title {
        text-align: center;
        width: 100%;
        margin-bottom: 20px
    }

    .desti-header .desti-descrip {
        text-align: center
    }
}

@media (max-width: 640px) {
    .ue-slider {
        --ue-aspect:6/7
    }

    .cont-bodys {
        text-align: center;
        width: 100%
    }

    .ue-caption .cont {
        font-size: 12px
    }

    .ue-caption .title {
        font-size: 23px
    }

    .ue-next,.ue-prev {
        display: none
    }

    .banner-buttons-home {
        flex-direction: column;
        gap: 10px;
        display: flex
    }

    .ue-caption .btn-banner-home {
        font-size: 12px
    }

    .see-more-card .see-aditional-more {
        font-size: small;
        font-weight: 700
    }

    .section-treks .list-tours {
        grid-template-columns: 1fr
    }
}

@media (max-width: 1024px) {
    #header {
        z-index:2;
        color: #fff;
        background: #0000003d;
        width: 100%;
        position: absolute;
        top: 0
    }

    #header .languages a {
        color: #fff
    }

    #header .languages .sub-menu a {
        color: #00193a
    }

    .banner-home-ue {
        height: 100vh;
        min-height: 100vh
    }

    .banner-home-ue .slider-images img {
        aspect-ratio: auto
    }

    .banner-home-ue .banner-overlay {
        background: linear-gradient(#0003,#00000080)
    }

    .header-mobile svg {
        fill: #fff
    }

    .section-social-project-ue-home .social-list {
        grid-template-columns: 1fr
    }
}

@media (min-width: 576px) and (max-width:1024px) {
    .flotante_tour {
        display:none
    }

    .inca-trail-descrip .title-itch {
        flex: 1;
        max-width: 100%
    }

    .title-inca-trail {
        text-align: center
    }

    .inca-trail-descrip .description-ith {
        width: 100%
    }

    .ava-home-calendar .group-cal {
        grid-template-columns: repeat(4,1fr)
    }

    .slider-content .banner-content-home-ue {
        width: 90%
    }

    .why-choose-ue-header .text-home-description {
        width: 85%
    }

    .banner-buttons-home {
        flex-direction: row
    }

    .inca-trail-descrip {
        flex-direction: column
    }

    .inca-trail-descrip .title-itch {
        margin-bottom: 30px
    }

    .section-treks .list-tours {
        grid-template-columns: 1fr
    }

    .description-inca-trail .availability-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .peru-packages {
        grid-template-columns: 1fr
    }

    .popu-packages-header .text-home-description,.section-popular-tours-ue .text-home-description {
        width: 85%
    }

    .luxury-content {
        grid-template-columns: 1fr
    }

    .section-tours-lujo-ue .text-home-description {
        width: 85%
    }

    .cards-tours-luxu,.content-full-days {
        grid-template-columns: 1fr
    }

    .content-list-full {
        grid-template-columns: repeat(2,1fr)
    }

    .header-full-day {
        margin-right: 0
    }

    .desti-header .desti-descrip,.header-reviews-ue .reviews-description,.section-social-project-ue-home .content-social-project .text-home-description,.tours-full-days .text-home-description {
        width: 85%
    }

    .section-destinations .desti-body {
        grid-template-columns: repeat(2,1fr)
    }

    .header-blogs .text-home-description,.questions-header .text-home-description {
        width: 85%
    }

    .contenedor-cards {
        grid-template-columns: 1fr
    }

    .mobile-header-wrapper-style {
        width: 70%
    }

    .cards-why-choose {
        grid-template-columns: repeat(2,1fr)
    }

    .cards-why-choose .why-ue-information {
        text-align: center
    }
}

@media (max-width: 575px) {
    .ava-home-calendar .group-cal {
        grid-template-columns:repeat(3,1fr)
    }

    .cards-why-choose {
        grid-template-columns: 1fr
    }

    .cards-why-choose .why-ue-information {
        text-align: center
    }
}

@media (max-width: 768px) {
    .btn-details {
        margin-top:0
    }

    .inca-trail-descrip .title-itch {
        flex: 1;
        max-width: 100%
    }

    .inca-trail-descrip {
        text-align: center
    }

    .title-inca-trail {
        text-align: center
    }

    .inca-trail-descrip .description-ith {
        width: 100%
    }

    .section-peru-packages {
        padding: 50px 0;
        overflow: hidden
    }

    .peru-packages {
        width: min(100% - 28px,1180px);
        margin-inline:auto}

    .peru-packages-header {
        display: grid;
        gap: 5px;
        margin-bottom: 28px
    }

    .peru-packages-header .title h2 {
        font-size: 32px;
        line-height: 1.1
    }

    .peru-packages-header .body p {
        font-size: 15px;
        line-height: 1.7
    }

    .peru-packages-header .buttons {
        margin-top: 6px
    }

    .peru-packages-slider,.peru-packages-swiper {
        width: 100%;
        overflow: hidden
    }

    .peru-packages-swiper .swiper-wrapper {
        align-items: stretch
    }

    .peru-packages-swiper .swiper-slide {
        width: 100%!important;
        max-width: 100%!important
    }

    .tour-card4-link {
        height: 100%;
        display: block
    }

    .tour-card4-image,.tour-card4-img {
        height: 100%
    }

    .tour-card4-img {
        width: 100%;
        object-fit: cover
    }

    .tour-card4-top {
        top: 16px;
        left: 16px;
        right: 16px;
        gap: 8px;
        flex-wrap: wrap
    }

    .tour-card4-badge,.tour-card4-level {
        font-size: 12px;
        padding: 8px 10px
    }

    .tour-card4-content {
        padding: 20px
    }

    .tour-card4-content .tour-title {
        font-size: 22px;
        line-height: 1.2
    }

    .tour-card4-bottom {
        align-items: flex-end;
        gap: 14px
    }

    .tour-card4-price span {
        font-size: 12px
    }

    .tour-card4-price strong {
        font-size: 20px
    }

    .tour-card4-bottom .tour-btn {
        padding: 10px 14px;
        font-size: 13px;
        white-space: nowrap
    }

    .peru-packages-swiper .swiper-pagination {
        position: relative;
        margin-top: 18px
    }
}

@media (max-width: 576px) {
    .gold-line-card,.gold-line-main,.gold-line-main-left {
        margin:0 auto!important
    }

    .ue-espaces {
        padding: 1.8rem 0
    }

    .title-inca-trail .title {
        text-align: center;
        margin-bottom: 10px
    }

    .title-inca-trail {
        margin-bottom: 5px
    }

    .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
        padding: 20px 15px
    }

    .why-choose-ue-header .text-home-description {
        width: 100%
    }

    .cards-why-choose-ue {
        grid-template-columns: 1fr;
        width: 100%
    }

    .section-peru-packages {
        text-align: center
    }

    .peru-packages {
        grid-template-columns: 1fr
    }

    .popu-packages-header .text-home-description {
        width: 100%
    }

    .inca-trail-descrip {
        flex-direction: column
    }

    .inca-trail-descrip .feature-capsule {
        width: 100%;
        max-width: 90vw;
        height: auto;
        margin-left: auto;
        margin-right: auto
    }

    .inca-trail-descrip .title-itch {
        text-align: center
    }

    .inca-trail-descrip .features-container-ith {
        align-items: baseline;
        gap: 10px;
        margin-top: 20px
    }

    .inca-trail-descrip .feature-item-ith .cont-icon {
        bottom: 24%
    }

    .inca-trail-descrip .description-ith,.section-popular-tours-ue .text-home-description {
        width: 100%
    }

    .dispo-inca-trail {
        grid-template-columns: 1fr
    }

    .description-inca-trail {
        text-align: center
    }

    .description-inca-trail .availability-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .luxury-content {
        grid-template-columns: 1fr
    }

    .luxury-content .feature-card {
        width: 100%;
        max-width: 100%;
        margin: 0
    }

    .luxury-content .features-container {
        grid-template-columns: repeat(3,1fr);
        place-items: stretch center;
        gap: 16px;
        padding: 15px 0;
        display: grid
    }

    .luxury-content .feature-image-luxury-cat {
        border-radius: 60px;
        width: 100%;
        max-width: 100px;
        height: auto;
        max-height: 150px
    }

    .luxury-content .feature-icon-lux {
        width: 50px;
        height: 50px;
        font-size: 16px;
        bottom: -20px;
        left: 50%;
        transform: translate(-50%)
    }

    .luxury-content .feature-title-lux {
        margin: 12px 0 6px;
        font-size: 2vh
    }

    .luxury-content .feature-description {
        font-size: .8rem
    }

    .luxury-content .title-luxury-cat {
        text-align: center
    }

    .luxury-content .title-luxury-cat h2 {
        font-size: 2rem
    }

    .section-tours-lujo-ue .text-home-description {
        width: 100%
    }

    .cards-tours-luxu {
        grid-template-columns: 1fr
    }

    .header-full-day {
        text-align: center;
        margin-right: 0
    }

    .header-full-day .text-home-description .brand {
        font-size: 16px
    }

    .content-full-days {
        grid-template-columns: 1fr
    }

    .content-list-full {
        grid-template-columns: repeat(2,1fr);
        margin-top: 20px
    }

    .see-more-card,.tour-image-vetical-tfd {
        height: 150px
    }

    .tour-name-vertical-tfd {
        font-size: small
    }

    .desti-header .desti-descrip,.header-reviews-ue .reviews-description,.section-social-project-ue-home .content-social-project .text-home-description,.tours-full-days .text-home-description {
        width: 100%
    }

    .section-destinations .desti-card {
        height: 500px
    }

    .section-destinations .desti-body {
        grid-template-columns: 1fr;
        margin-top: 1rem
    }

    .header-blogs .text-home-description,.questions-header .text-home-description {
        width: 100%
    }

    .contenedor-cards {
        grid-template-columns: 1fr
    }

    .js-carousel-partners .js-carousel-item img {
        max-width: 60px
    }

    .custom-accordion-wrapper {
        gap: 0
    }

    .custom-accordion-wrapper .custom-accordion-column {
        flex: auto
    }

    .peru-packages-map {
        margin-top: 30px
    }
}

@media (max-width: 1024px) {
    .header-informations,.menu-main-desk {
        display:none
    }
}

.reviews-section {
    background: #f7f8fa;
    padding: 4rem 0
}

h2#reviews-home-title {
    font-size: clamp(24px,3.3vw,40px)
}

.reviews-header {
    max-width: 820px;
    margin: 0 auto 38px;
    text-align: center
}

.ta-review-card {
    min-height: 203px;
    height: 100%;
    padding: 24px;
    background: #fff;
    border: 1px solid rgba(0,25,58,.08);
    border-radius: 22px
}

.ta-review-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px
}

.ta-avatar,.ta-avatar-placeholder {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    border-radius: 50%;
    object-fit: cover;
    background: #eef2f5;
    display: flex;
    align-items: center;
    justify-content: center
}

.review-meta {
    flex: 1;
    min-width: 0
}

.ta-name {
    display: block;
    color: #00193a;
    font-size: 16px;
    line-height: 1.2
}

.ta-date {
    margin-top: 4px;
    color: #6b7280;
    font-size: 13px
}

.bubble-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 16px
}

.ta-comment {
    margin: 0;
    color: #374151;
    font-size: 15px;
    line-height: 1.65
}

.uros-reviews-swiper .swiper-slide {
    height: auto
}

.uros-reviews-swiper .swiper-pagination {
    position: static;
    margin-top: 26px
}

.section-inca-trail .gold-line-main-left,.section-tours-fullday-images .gold-line-main-left {
    margin: 0 0 25px
}

.card-blog-item {
    box-shadow: rgba(99,99,99,.2) 0 2px 8px 0;
    border-radius: 5px
}

.content-full-days {
    display: grid;
    grid-template-columns: 38% 1fr;
    gap: 34px;
    align-items: center
}

.gallery-full-day {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    grid-template-rows: repeat(2,150px);
    gap: 12px
}

.full-day-gallery-item {
    display: block;
    overflow: hidden;
    border-radius: 14px
}

.full-day-gallery-item:first-child {
    grid-row: span 2
}

.full-day-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

section.section-tours-fullday-images.ue-background.ue-espaces {
    background: #0000000f
}

@media (max-width: 900px) {
    .content-full-days {
        grid-template-columns:1fr;
        gap: 24px
    }

    .gallery-full-day {
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: repeat(2,140px);
        gap: 10px
    }

    .full-day-gallery-item:first-child {
        grid-row: span 1;
        grid-column: span 2
    }
}

@media (max-width: 520px) {
    .gallery-full-day {
        grid-template-rows:190px 130px 130px
    }

    .full-day-gallery-item:first-child {
        grid-column: span 2
    }

    .full-day-gallery-item {
        border-radius: 10px
    }
}

.hero-video-desktop {
    display: block
}

.hero-image-mobile {
    display: none
}

@media (max-width: 768px) {
    .hero-video-desktop {
        display:none
    }

    .hero-image-mobile {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover
    }
}

section.section-review {
    padding: 45px 0;
    margin: 0 auto;
    max-width: 1300px;
    align-items: center;
    text-align: center
}
p.rev-title {
    font-size: 1.4rem;
    line-height: 1rem;
    font-weight: 900!important
}

.slider-reviews .card {
    background: linear-gradient(180deg,#fff 0,#f7f9fb 100%);
    border: 1px solid rgba(0,0,0,.05);
    border-radius: var(--border-radius-lg);
    padding: 1.25rem 1.5rem;
    max-width: 420px;
    margin: 1.5rem auto;
    font-family: var(--font-sans);
    box-shadow: 0 6px 18px rgba(0,0,0,.06)
}

.slider-reviews .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px
}

.slider-reviews .avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(135deg,#ff7a3d 0,#ffc371 100%);
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
    flex-shrink: 0
}

.slider-reviews .user-info {
    margin-left: 12px;
    flex: 1
}

.slider-reviews .user-name {
    font-size: 15px;
    font-weight: 500;
    color: #1f2937;
    margin: 0
}

.slider-reviews .user-date {
    font-size: 13px;
    color: #6b7280;
    margin: 2px 0 0
}

.slider-reviews .ta-logo {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(145deg,#fff,#e6e9ef);
    box-shadow: 0 2px 6px rgba(0,0,0,.08);
    display: flex;
    align-items: center;
    justify-content: center
}

.slider-reviews .stars {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 14px
}

.slider-reviews .star-row {
    display: flex;
    gap: 3px
}

.slider-reviews .star {
    margin-right: 2px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #00c27a;
    display: flex;
    align-items: center;
    justify-content: center
}

.slider-reviews .badge {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(145deg,#3aa0ff,#147ac8);
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
    display: flex;
    align-items: center;
    justify-content: center
}

.slider-reviews .review-title {
    min-height: 45px;
    font-size: 15px;
    font-weight: 500;
    color: #111827;
    margin: 0 0 6px
}

.slider-reviews .review-body {
    font-size: 14px;
    line-height: 1.65;
    color: #4b5563;
    margin: 0
}

.slider-reviews .review-wrapper {
    position: relative;
    overflow: hidden;
    transition: max-height .5s ease;
    max-height: 72px
}

.slider-reviews .review-wrapper.expanded {
    max-height: 400px
}

.slider-reviews .fade-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 28px;
    background: linear-gradient(transparent,#f7f9fb);
    transition: opacity .35s ease;
    pointer-events: none
}

.slider-reviews .review-wrapper.expanded .fade-overlay {
    opacity: 0
}

.slider-reviews .read-toggle {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #6b7280;
    cursor: pointer;
    border: none;
    background: 0 0;
    padding: 0;
    transition: color .2s
}

.slider-reviews .read-toggle:hover {
    color: #111827
}

.slider-reviews .toggle-arrow {
    width: 14px;
    height: 14px;
    transition: transform .4s ease;
    color: inherit
}

.slider-reviews .toggle-arrow.rotated {
    transform: rotate(180deg)
}

.slider-reviews {
    margin-bottom: 20px;
    padding-top: 40px;
    position: relative;
    padding-bottom: 20px
}

.slider-reviews .swiper-button-next.nextp {
    right: 5px!important;
    position: absolute;
    top: 30px;
    transition: all .3s;
    box-shadow: 0 0 5px #00000040;
    padding: 10px;
    border: 1px solid #d7d7d7;
    width: 40px;
    height: 40px;
    border-radius: 509%
}

.slider-reviews .swiper-button-next.nextp {
    box-shadow: 0 0 10px #00000040
}

.slider-reviews .swiper-button-prev.prevp {
    left: 92%!important;
    position: absolute;
    top: 30px;
    transition: all .3s;
    box-shadow: 0 0 5px #00000040;
    padding: 10px;
    border: 1px solid #d7d7d7;
    width: 40px;
    height: 40px;
    border-radius: 509%
}

.slider-reviews .swiper-button-prev.prevp {
    box-shadow: 0 0 10px #00000040
}

.slider-reviews .swiper-button-next.nextp path {
    fill: #bdbdbd
}

.slider-reviews .swiper-button-prev.prevp path {
    fill: #bdbdbd
}

.slider-reviews .avatar img {
    width: 100%;
    height: 100%
}

.slider-reviews .dots {
    display: flex;
    gap: 12px;
    align-items: center
}

.dots {
    width: fit-content;
    margin: 14px auto;
    display: flex;
    gap: 12px;
    align-items: center
}

.dots span {
    width: 16px!important;
    height: 16px!important;
    border: 3px solid #00b894;
    border-radius: 50%;
    background: #00b894
}

p.rev-title {
    font-size: 1.4rem;
    line-height: 1rem;
    font-weight: 900!important
}

.trip_logo svg {
    width: 140px
}

.link-success {
    color: RGBA(var(--bs-success-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important
}

a.btn-tripadvisor {
    color: #198754;
    border-bottom: 1px solid #19875440;
    padding-bottom: 2px
}

a.btn-tripadvisor b {
    color: #198754;
    border-bottom: 1px solid #19875440;
    padding-bottom: 2px
}

@media (max-width: 480px) {
    .slider-reviews .swiper-button-prev.prevp {
        left:70%!important
    }
}