body { font-family: 'Causten', sans-serif;}

.card-exp {
    background: #fff;
    border-radius: 24px;
    overflow: visible;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.card-exp-img {
    position: relative;
}

.card-exp-img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.card-exp-location {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 8px 18px;
    background: #fff;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
}

.card-exp-location span {
    background: var(--gradient-main);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-exp-body {
    padding: 22px;
}

.card-exp-duration {
    display: inline-block;
    background: var(--tertiary-100);
    color: var(--tertiary-500);
    padding: 6px 14px;
    border-radius: 100px;
    margin-bottom: 14px;
    font-size: 14px;
}

.card-exp-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: var(--black-900);
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-exp-desc {
    font-size: 14px;
    line-height: 20px;
    color: var(--black-800);
    margin-bottom: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.exp-read-more {
    display: none;
}

.card-exp-pricebox {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 20px;
}

.card-exp-price-label {
    font-size: 14px;
    color: var(--black-600);
    display: block;
    margin-bottom: 4px;
}

.card-exp-price {
    font-weight: 600;
    font-size: 26px;
    line-height: 28px;
    color: var(--black-950);
    white-space: nowrap;
}

.card-exp-price small {
    font-size: 16px;
}

.card-exp-tax {
    font-size: 12px;
    color: var(--black-400);
    margin-top: 4px;
    display: block;
}

.exp-gallery {
    width: 100%;
}

.exp-gallery-thumbs {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.exp-gallery-thumbs img {
    width: 100%;
    height: 128px;
    object-fit: cover;
    cursor: pointer;
}

.exp-gallery img {
    width: 100%;
    height: 128px;
    object-fit: cover;
    cursor: pointer;
    transition: transform .2s;
}

.exp-gallery img:hover {
    transform: scale(1.03);
}

.exp-main-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.exp-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 24px;
    gap: 20px;
}

.exp-header-left {
    display: flex;
    flex-direction: column;
}

.exp-header-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    min-width: 220px;
    gap: 6px;
}

.exp-title {
    font-size: 48px;
    font-weight: 700;
    color: #a02888;
    margin-bottom: 10px;
}

.exp-tabs {
    display: flex;
    gap: 28px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.exp-tabs a {
    font-family: "Causten", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}

.exp-tab {
    font-size: 16px;
    color: #6b6b6b;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    transition: color .25s ease;
}

.exp-tab:hover {
    color: #0b8bd9;
}

.exp-tab::after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0b8bd9;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .25s ease;
}

.exp-tab:hover::after {
    transform: scaleX(1);
}

.exp-tab.active {
    color: #0b8bd9;
}

.exp-tab.active::after {
    transform: scaleX(1);
}

.exp-price-row {
    display: flex;
    align-items: center;
    gap: 20px;
}

.exp-tour-badge {
    line-height: 24px;
    background: var(--tertiary-100);
    color: var(--tertiary-500);
    padding: 8px 16px;
    border-radius: 100px;
    margin-bottom: 14px;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
}

.exp-price-box {
    text-align: left;
    margin-top: 2px;
}

.exp-price-label {
    font-family: "Causten", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #272727;
}

.exp-price {
    font-size: 36px;
    font-weight: 700;
}

.exp-price small {
    font-size: 16px;
}

.exp-explore {
    font-weight: 700;
    font-size: 16px;
    color: #EA4E96;
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}

.exp-explore,
.exp-explore:visited,
.exp-explore:hover,
.exp-explore:active,
.exp-explore:focus {
    color: #EA4E96;
    text-decoration: none;
}

.exp-description {
    margin-top: 48px;
    max-width: 984px;
}

.exp-text {
    font-size: 14px;
    line-height: 1.7;
    color: #272727;
    margin: 0;
}

.exp-section-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--black-800);
    margin-bottom: 18px;
}

.exp-booking-card {
    background: var(--primary-900);
    color: #fff;
    padding: 36px 28px;
    border-radius: 26px;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-top: 55px;
    position: sticky;
    top: 120px;
}

.exp-booking-title {
    font-family: 'Causten', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: 0;
    vertical-align: middle;
    margin: 0 0 24px 0;
    color: #fff;
}

.exp-booking-group {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.exp-booking-label {
    font-family: 'Causten', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: 0;
    vertical-align: middle;
}

.exp-booking-value {
    font-family: 'Causten', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: rgba(255, 255, 255, .85);
    margin: 0;
}

.exp-booking-divider {
    height: 1px;
    background: rgba(255, 255, 255, .35);
    margin: 18px 0;
    width: 100%;
}

.exp-booking-price-row {
    display: flex;
    align-items: baseline;
    gap: 9px;
    margin-top: 8px;
}

.exp-booking-price {
    font-weight: 600;
    font-size: 32px;
}

.exp-booking-btn {
    margin-top: 16px;
    background: #EA4E96;
    border: none;
    border-radius: 40px;
    padding: 12px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    width: 100%;
    transition: .2s;
}

.exp-booking-btn:hover {
    background: #d43e83;
}

.card-precio-exp {
    background: #fff;
    border-radius: 25px;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
    width: 291px;
    height: 248px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-precio-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
    color: var(--black-800);
}

.card-precio-features {
    list-style: none;
    padding: 0;
    margin: 0 0 16px 0;
}

.card-precio-features li {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.card-precio-features li::before {
    content: "✓";
    font-weight: 700;
}

.card-precio-price {
    font-weight: 700;
    font-size: 28px;
}

.card-precio-btn {
    margin-top: 10px;
    width: 100%;
    background: #EA4E96;
    border: none;
    border-radius: 40px;
    padding: 8px;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    transition: .2s;
}

.card-precio-btn:hover {
    background: #d43e83;
}

.expSwiper .swiper-slide {
    width: auto;
}

.exp-options-slider {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
}

.exp-options {
    overflow: visible;
}

.swiper-button-next1 {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--quaternary-800);
    color: var(--black-50);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    cursor: pointer;
}

.exp-slider-container {
    flex: 1;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

.exp-slider-container::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 70%);
    pointer-events: none;
    z-index: 2;
}

.expSwiper {
    width: 100%;
    padding-right: 40px;
}

.exp-info {
    margin-top: 40px;
}

.exp-info-list {
    font-family: "Causten", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0;

    list-style: disc;
    padding-left: 22px;
}

.exp-info-list li {
    margin-bottom: 8px;
}

.exp-location {
    margin-top: 40px;
}

.exp-map {
    width: 100%;
    max-width: 800px;
    height: 230px;
    border-radius: 25px;
    overflow: hidden;
}

.exp-map iframe {
    width: 100%;
    height: 350px;
    border-radius: 20px;
}

.exp-related {
    margin-top: 60px;
}

.exp-related-cards {
    display: flex;
    gap: 24px;
    margin-top: 24px;
}

.exp-related-cards .card-exp {
    width: 300px;
}

/* RESPONSIVE */
@media (max-width:320px) {
    .exp-options {
        margin-top: 25px;
    }
    .container,
    .container-fluid {
        padding-left: 18px;
        padding-right: 18px;
    }
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    .col,
    [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }
    .exp-header {
        flex-direction: column;
        gap: 12px;
    }
    .exp-header-right {
        min-width: 0;
        width: 100%;
        align-items: flex-start;
        text-align: left;
    }
    .exp-price-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
    .exp-title {
        font-size: 20px;
        line-height: 24px;
    }
    .exp-tabs {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }
    .exp-tab {
        flex: 0 0 100%;
    }
    .exp-main-img {
        height: 180px;
    }
    .exp-gallery {
        display: flex;
        gap: 6px;
    }
    .exp-gallery img {
        height: 80px;
        flex: 1;
        object-fit: cover;
    }
    .swiper-button-next1 {
        display: none;
    }
    .exp-slider-container::after {
        display: none;
    }
    .card-precio-exp {
        width: 220px;
        max-width: 220px;
    }
    .expSwiper .swiper-slide {
        width: 220px;
    }
}

@media (min-width:321px) and (max-width:375px) {
    .container,
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    .col,
    [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }
    .exp-header {
        flex-direction: column;
        gap: 12px;
    }
    .exp-header-right {
        min-width: 0;
        width: 100%;
        align-items: flex-start;
        text-align: left;
    }
    .exp-price-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
    .exp-title {
        font-size: 22px;
        line-height: 26px;
    }
    .exp-tabs {
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
    }
    .exp-tab {
        flex: 0 0 100%;
    }
    .exp-main-img {
        height: 200px;
    }
    .exp-gallery {
        display: flex;
        gap: 8px;
    }
    .exp-gallery img {
        height: 90px;
        flex: 1;
        object-fit: cover;
    }
    .swiper-button-next1 {
        display: none;
    }
    .card-precio-exp {
        width: 230px;
        max-width: 230px;
    }
    .expSwiper .swiper-slide {
        width: 230px;
    }
    .exp-options {
        margin-top: 18px;
    }
}

@media (min-width:376px) and (max-width:425px) {
    .container,
    .container-fluid {
        padding-left: 22px;
        padding-right: 22px;
    }
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    .col,
    [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }
    .exp-header {
        flex-direction: column;
        gap: 12px;
    }
    .exp-header-right {
        min-width: 0;
        width: 100%;
        align-items: flex-start;
        text-align: left;
    }
    .exp-price-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
    .exp-title {
        font-size: 24px;
        line-height: 28px;
    }
    .exp-tabs {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
        width: 100%;
        overflow: hidden;
    }
    .exp-tab {
        flex: 0 0 auto !important;
        font-size: 12.5px !important;
        white-space: nowrap !important;
    }
    .exp-main-img {
        height: 220px;
    }
    .exp-gallery {
        display: flex;
        gap: 10px;
    }
    .exp-gallery img {
        height: 100px;
        flex: 1;
        object-fit: cover;
    }
    .swiper-button-next1 {
        display: none;
    }
    .card-precio-exp {
        width: 240px;
        max-width: 240px;
    }
    .expSwiper .swiper-slide {
        width: 240px;
    }
    .exp-options {
        margin-top: 20px;
    }
}

@media (min-width:426px) and (max-width:768px) {
    .container,
    .container-fluid {
        padding-left: 24px;
        padding-right: 24px;
    }
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    .col,
    [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }
    .exp-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 20px;
    }
    .exp-header-left {
        flex: 1;
    }
    .exp-header-right {
        min-width: 220px;
        align-items: flex-end;
        text-align: right;
    }
    .exp-price-row {
        flex-direction: column;
        align-items: flex-end;
        gap: 6px;
    }
    .exp-title {
        font-size: 32px;
        line-height: 36px;
    }
    .exp-tabs {
        display: flex;
        flex-wrap: nowrap;
        gap: 16px;
    }
    .exp-tab {
        flex: 0 0 auto;
        white-space: nowrap;
        font-size: 14px;
    }
    .exp-main-img {
        height: 320px;
    }

    .exp-gallery {
        display: flex;
        gap: 12px;
    }
    .exp-gallery img {
        height: 110px;
        flex: 1;
        object-fit: cover;
    }
    .exp-booking-card {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
    .swiper-button-next1 {
        display: none;
    }
    .card-precio-exp {
        width: 260px;
        max-width: 260px;
    }
    .expSwiper .swiper-slide {
        width: 260px;
    }
    .exp-options {
        margin-top: 24px;
    }
}

@media (min-width:1024px) {
    .exp-main-img {
        height: 410px;
    }
    .exp-booking-card {
        width: 100%;
        max-width: 380px;
        margin-left: auto;
        margin-right: 20px;
        box-sizing: border-box;
    }
    .exp-booking-price-row {
        display: flex;
        align-items: baseline;
        gap: 9px;
        flex-wrap: wrap;
    }
    .exp-booking-price {
        font-weight: 600;
        font-size: 30px;
        white-space: nowrap;
        min-width: 0;
    }
}

@media (min-width:1440px) {
    .card-exp-img img {
        height: 200px;
    }
}

@media (min-width:2560px) {
    .container-fluid {
        max-width: 1800px;
        margin: auto;
    }
}

@media (max-width:425px) {
    .exp-text-collapse {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .exp-text-collapse.expanded {
        -webkit-line-clamp: unset;
    }
    .exp-read-more {
        display: inline-block;
        margin-top: 8px;
        font-weight: 600;
        color: var(--secondary-500);
        cursor: pointer;
    }
}

@media (max-width:768px) {
    .row.mt-4 {
        display: flex;
        flex-direction: column;
    }
    .exp-gallery-thumbs {
        display: flex;
        flex-direction: row;
        gap: 10px;
        margin-top: 12px;
        overflow-x: auto;
    }
    .exp-gallery-thumbs img {
        width: 90px;
        height: 70px;
        flex-shrink: 0;
        object-fit: cover;
    }
}

@media (min-width:769px) {
    .exp-gallery-thumbs {
        margin-top: 0;
    }
}
.exp-gallery-desktop {
    display: none;
}

@media (min-width:1024px) {
    .exp-gallery-mobile {
        display: none;
    }
    .exp-gallery-desktop {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 20px;
    }
}