/* Venue Page Specific Styles */
/* Remove margin from site-main for this page to allow full-width hero */
.page-template-page-venue .site-main {
    margin-top: 0 !important;
}

/* Hero debe empezar desde el top, debajo del header */
.page-template-page-venue .venue-hero {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Eliminar margin-top en móvil para que esté al ras del header */
@media (max-width: 768px) {
    .page-template-page-venue .venue-hero {
        margin-top: 0 !important;  /* Solo el espacio del header móvil */
        margin-bottom: 32px !important;
    }
}

/* Add margin back to content after hero */
.page-template-page-venue .container {
    margin-top: 0 !important;  /* Ya no necesita margen porque hero lo tiene */
}

/* Default spacing for Venue sections (excluding hero) */
.page-template-page-venue .site-main > section:not(.venue-hero) {
    margin-top: 0;
    margin-bottom: 90px;
    padding-top: 0;
    padding-bottom: 0;
}

.page-template-page-venue .site-main > section:last-of-type {
    margin-bottom: 0;
}

/* Prevenir overflow horizontal en móvil */
@media (max-width: 768px) {
    body {
        overflow-x: hidden !important;
    }

    html {
        overflow-x: hidden !important;
    }

    .page-template-page-venue .site-main > section:not(.venue-hero) {
        margin-top: 32px !important;
        margin-bottom: 32px !important;
        padding: 0 16px !important;
    }

    .page-template-page-venue .venue-hero {
        margin-bottom: 32px !important;
    }

    .page-template-page-venue .shaping-future-section {
        width: 100vw !important;
        margin: 32px 0 0 !important;
        margin-left: calc(-50vw + 50%) !important;
        padding: 0 !important;
    }

    .page-template-page-venue .shaping-future-section .frame-parent {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 32px;
        padding: 32px 16px 0;
        box-sizing: border-box;
    }

    .page-template-page-venue .shaping-future-section .frame-group {
        align-self: stretch;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 0 25px 32px;
        gap: 25px;
    }

    .page-template-page-venue .shaping-future-section .mask-group {
        align-self: stretch;
        height: 271px;
    }
}

/* Estilos móviles eliminados para prueba */

/* Venue Hero Section ------------------------------------------------ */
.venue-hero {
    --venue-hero-height: 686px;
    position: relative;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    width: 100%;
    min-height: var(--venue-hero-height);
    height: var(--venue-hero-height);
    margin: 0 auto 90px !important;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .venue-hero {
        --venue-hero-height: 600px;
    }
}

@media (max-width: 1024px) {
    .venue-hero {
        --venue-hero-height: 560px;
    }
}

@media (max-width: 900px) {
    .venue-hero {
        --venue-hero-height: 520px;
    }
}

@media (max-width: 768px) {
    .venue-hero {
        --venue-hero-height: 360px;
        margin: 0 auto 32px !important;
    }
}

@media (max-width: 600px) {
    .venue-hero {
        --venue-hero-height: 320px;
    }
}

@media (max-width: 480px) {
    .venue-hero {
        --venue-hero-height: 300px;
    }
}

.madrid-parent {
    position: relative;
    width: min(100%, 1440px);
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.madrid {
    position: relative;
    width: min(100%, 1440px);
    aspect-ratio: 1440 / 324.9;
}

.hero-letter {
    position: absolute;
    display: block;
    fill: #FFFFFF;
}

.hero-letter-m {
    left: 0;
    bottom: 1.3%;
    width: 21.583%;
    height: 94.135%;
}

.hero-letter-a {
    left: 24.822%;
    bottom: 0.02%;
    width: 15.757%;
    height: 69.965%;
}

.hero-letter-d1 {
    left: 43.881%;
    bottom: 0.028%;
    width: 15.757%;
    height: 97.951%;
}

.hero-letter-r {
    left: 63.254%;
    bottom: 1.28%;
    width: 9.902%;
    height: 68.693%;
}

.hero-letter-i {
    left: 75.951%;
    bottom: 1.293%;
    width: 5.166%;
    height: 98.714%;
}

.hero-letter-d2 {
    left: 84.243%;
    bottom: 0.028%;
    width: 15.757%;
    height: 97.951%;
}
/* Shaping the Future Section --------------------------------------- */
.page-template-page-venue .shaping-future-section {
    width: min(100%, 1440px);
    margin: 90px auto;
    padding: 0 104px;
    box-sizing: border-box;
    background: #ffffff !important;
    color: #0065a4;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.page-template-page-venue .shaping-future-section .frame-parent {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.page-template-page-venue .shaping-future-section .frame-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 35px;
    flex: 1 1 0;
    max-width: 504px;
    min-width: 0;
    min-height: 353px;
}

.page-template-page-venue .shaping-future-section .shaping-the-future-of-water-in-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 428px;
}

.page-template-page-venue .shaping-future-section .shaping-the-future {
    margin: 0;
    width: 100%;
    font-size: 52px;
    line-height: 60px;
    font-weight: 700;
    color: #0065a4;
    font-family: 'Be Vietnam Pro', sans-serif;
    text-transform: none;
    letter-spacing: normal;
}

.page-template-page-venue .shaping-future-section .the-global-water {
    margin: 0;
    color: #000229;
    font-size: 17px;
    line-height: 23px;
    font-weight: 300;
}

.page-template-page-venue .shaping-future-section .mask-group {
    position: relative;
    flex: 1 1 0;
    width: 100%;
    max-width: 622px;
    min-width: 0;
    aspect-ratio: 622 / 372;
    display: flex;
    border-radius: 12px;
    overflow: hidden;
}

.page-template-page-venue .shaping-future-section .rectangle-parent {
    position: relative;
    width: 100%;
    height: 100%;
}

.page-template-page-venue .shaping-future-section .group-child {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.page-template-page-venue .shaping-future-section .group-item {
    position: absolute;
    top: 40.71%;
    left: 44.43%;
    width: 11.15%;
    height: 18.58%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.page-template-page-venue .shaping-future-section .play-button-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.page-template-page-venue .shaping-future-section .play-button-overlay::before {
    content: "";
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
}

.page-template-page-venue .shaping-future-section .play-button-overlay::after {
    content: "";
    position: absolute;
    margin-left: 6px;
    border-style: solid;
    border-width: 15px 0 15px 24px;
    border-color: transparent transparent transparent #0065a4;
}

@media (max-width: 1024px) {
    .page-template-page-venue .shaping-future-section {
        padding: 0 40px 0;
    }

    .page-template-page-venue .shaping-future-section .frame-parent {
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
    }

    .page-template-page-venue .shaping-future-section .frame-group,
    .page-template-page-venue .shaping-future-section .mask-group {
        flex: 1 1 100%;
        max-width: none;
        width: 100%;
    }

    .page-template-page-venue .shaping-future-section .mask-group {
        height: auto;
        aspect-ratio: 622 / 372;
    }
}

@media (max-width: 768px) {
    .page-template-page-venue .shaping-future-section {
        padding: 0 16px 0;
    }

    .page-template-page-venue .shaping-future-section .frame-parent {
        gap: 32px;
    }

    .page-template-page-venue .shaping-future-section .frame-group {
        gap: 25px;
        max-width: none;
    }

    .page-template-page-venue .shaping-future-section .shaping-the-future {
        font-size: 32px;
        line-height: 38px;
    }

    .page-template-page-venue .shaping-future-section .the-global-water {
        font-size: 15px;
        line-height: 20px;
    }
}

@media (max-width: 480px) {
    .page-template-page-venue .shaping-future-section {
        padding: 0 20px 0;
    }
}

/* Venue Map Section ---------------------------------------------- */
.page-template-page-venue .venue-map-section {
    width: min(100%, 1440px);
    margin: 0 auto;
    padding: 0 104px;
    box-sizing: border-box;
    background: #ffffff;
}

.page-template-page-venue .venue-map-inner {
    width: 100%;
}

.page-template-page-venue .venue-map-card {
    display: flex;
    align-items: stretch;
    gap: 50px;
    border-radius: 12px;
    background: linear-gradient(-55.43deg, #0065a4 0%, #00263e 100%);
    padding: 0 50px 0 0;
    min-height: 387px;
    color: #ffffff;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.page-template-page-venue .venue-map-media {
    flex: 1 1 0;
    min-width: 0;
    border-radius: 12px 0 0 12px;
    overflow: hidden;
}

.page-template-page-venue .venue-map-media iframe {
    width: 100%;
    height: 357px;
    border: 0;
    display: block;
    border-radius: 12px;
}

.page-template-page-venue .venue-map-details {
    flex: 1 1 320px;
    max-width: 374px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding: 50px 0;
    gap: 50px;
}

.page-template-page-venue .venue-map-header {
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.page-template-page-venue .venue-map-date {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.page-template-page-venue .venue-map-name {
    margin: 0;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    color: #ffffff;
}

.page-template-page-venue .venue-map-body {
    display: flex;
    flex-direction: column;
    gap: 25px;
    font-size: 17px;
    line-height: 23px;
    font-weight: 300;
}

.page-template-page-venue .venue-map-address {
    margin: 0;
}

.page-template-page-venue .venue-map-address p {
    margin: 0;
}

.page-template-page-venue .venue-map-button {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 16px;
    border-radius: 2px;
    background: #000229;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: background-color 0.3s ease;
    width: auto;
    align-self: flex-start;
}

.page-template-page-venue .venue-map-button:hover {
    background: #000440;
}

@media (max-width: 1024px) {
    .page-template-page-venue .venue-map-section {
        padding: 0 40px;
    }

    .page-template-page-venue .venue-map-card {
        flex-direction: column;
        gap: 32px;
        padding: 0 0 40px;
    }

    .page-template-page-venue .venue-map-media {
        flex: none;
        width: 100%;
        height: 320px;
        border-radius: 12px 12px 0 0;
    }

    .page-template-page-venue .venue-map-details {
        flex: none;
        padding: 0 40px;
        gap: 32px;
    }
}

@media (max-width: 768px) {
    .page-template-page-venue .venue-map-section {
        width: 100vw !important;
        margin: 32px 0 !important;
        margin-bottom: 0 !important;
        margin-left: calc(-50vw + 50%) !important;
        padding: 32px 16px 0 !important;
    }

    .page-template-page-venue .venue-map-card {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 32px 0 0;
        background: linear-gradient(-55.43deg, #0065a4 0%, #00263e 100%);
        border-radius: 12px;
    }

    .page-template-page-venue .venue-map-details {
        order: 1;
        align-self: stretch;
        padding: 25px 25px 32px;
        min-height: 287px;
        color: #ffffff;
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .page-template-page-venue .venue-map-media {
        order: 2;
        height: 357px;
        border-radius: 0 0 12px 12px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        background: #ffffff;
    }

    .page-template-page-venue .venue-map-media iframe {
        height: 100%;
        border-radius: 0 0 12px 12px;
    }
}

@media (max-width: 480px) {
    .page-template-page-venue .venue-map-section {
        padding: 0 20px;
    }

    .page-template-page-venue .venue-map-card {
        padding: 28px 0 0;
    }

    .page-template-page-venue .venue-map-media {
        height: 357px;
    }

    .page-template-page-venue .venue-map-details {
        padding: 0 20px;
    }
}

/* Hotel Bookings Responsive -------------------------------------- */
@media (max-width: 1024px) {
    .hotel-bookings-section {
        padding: 0 40px;
    }

    .hotel-bookings-content {
        padding: 40px;
        gap: 32px;
    }

    .hotel-bookings-right {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .page-template-page-venue .hotel-bookings-section {
        padding: 0 16px;
    }

    .page-template-page-venue .hotel-bookings-content {
        flex-direction: column;
        padding: 32px 16px;
        gap: 16px;
    }

    .page-template-page-venue .hotel-bookings-left {
        max-width: none;
    }

    .hotel-bookings-right {
        display: none;
    }

    .hotel-carousel-mobile {
        display: flex;
        gap: 16px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-bottom: 8px;
    }

    .hotel-image-carousel {
        flex: 0 0 70%;
        border-radius: 12px;
        overflow: hidden;
    }

    .hotel-image-carousel img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
}

@media (max-width: 480px) {
    .hotel-bookings-section {
        padding: 0 20px;
    }

    .hotel-bookings-content {
        padding: 28px 20px;
        gap: 20px;
    }

    .hotel-image-carousel {
        flex: 0 0 80%;
    }
}

/* Hotel Room Bookings Section - Desktop */
.page-template-page-venue .hotel-bookings-section {
    width: 100vw;
    margin: 90px 0;
    margin-left: calc(-50vw + 50%);
    padding: 0 104px;
    box-sizing: border-box;
}

.page-template-page-venue .hotel-bookings-content {
    display: grid;
    grid-template-columns: minmax(360px, 480px) minmax(0, 1fr);
    align-items: stretch;
    gap: 50px;
    width: 100%;
    padding: 50px;
    border-radius: 12px;
    background: #e6f7fd;
    box-sizing: border-box;
}

.page-template-page-venue .hotel-bookings-left {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 50px;
    color: #000229;
    font-size: 17px;
    line-height: 23px;
}

.page-template-page-venue .hotel-bookings-top {
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.page-template-page-venue .hotel-bookings-date .date-text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}

.page-template-page-venue .hotel-bookings-title {
    margin: 0;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    color: inherit;
}

.page-template-page-venue .hotel-bookings-description {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 17px;
    line-height: 23px;
    font-weight: 300;
    margin: 0;
}

.page-template-page-venue .hotel-bookings-description p {
    margin: 0;
}

.page-template-page-venue .hotel-bookings-actions {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.page-template-page-venue .book-room-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border-radius: 2px;
    background: #0065a4;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.page-template-page-venue .hotel-bookings-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.page-template-page-venue .hotel-bookings-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 204px;
    gap: 16px 15px;
    justify-content: center;
    align-content: center;
    height: 100%;
}

.page-template-page-venue .hotel-bookings-gallery .hotel-image-item {
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-template-page-venue .hotel-bookings-gallery .hotel-image-item img {
    width: 100%;
    height: 100%;
    aspect-ratio: 297 / 204;
    object-fit: cover;
    display: block;
}

.page-template-page-venue .hotel-bookings-gallery .hotel-image-item:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.page-template-page-venue .hotel-image-carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.page-template-page-venue .hotel-carousel-mobile {
    display: none;
}

@media (max-width: 1200px) {
    .page-template-page-venue .hotel-bookings-content {
        grid-template-columns: minmax(0, 1fr);
        gap: 32px;
    }

    .page-template-page-venue .hotel-bookings-left {
        max-width: none;
    }

    .page-template-page-venue .hotel-bookings-right {
        margin-top: 32px;
    }

    .page-template-page-venue .hotel-bookings-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 204px;
    }
}

@media (max-width: 768px) {
    .page-template-page-venue .hotel-bookings-section {
        width: 100vw;
        margin: 32px 0;
        margin-left: calc(-50vw + 50%);
        padding: 0 16px;
    }

    .page-template-page-venue .hotel-bookings-content {
        display: flex;
        flex-direction: column;
        gap: 32px;
        padding: 0;
        background: transparent;
    }

    .page-template-page-venue .hotel-bookings-right {
        gap: 16px;
        order: 1;
        padding: 0 16px 16px;
        background: #ffffff;
        border-radius: 12px;
        overflow: hidden;
    }

    .page-template-page-venue .hotel-bookings-left {
        order: 2;
        background: #e6f7fd;
        border-radius: 12px;
        padding: 25px;
        gap: 25px;
    }

    .page-template-page-venue .hotel-bookings-gallery {
        display: none;
    }

    .page-template-page-venue .hotel-carousel-mobile {
        display: flex;
        gap: 16px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding: 0;
        background: transparent;
        border-radius: 0;
    }

    .page-template-page-venue .hotel-image-carousel {
        flex: 0 0 70%;
        border-radius: 12px;
        overflow: hidden;
        aspect-ratio: 297 / 204;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

@media (max-width: 480px) {
    .page-template-page-venue .hotel-bookings-section {
        width: 100vw;
        margin: 32px 0;
        margin-left: calc(-50vw + 50%);
        padding: 0 20px;
    }

    .page-template-page-venue .hotel-bookings-content {
        padding: 0;
    }

    .page-template-page-venue .hotel-image-carousel {
        flex: 0 0 80%;
    }
}

/* Alternative Hotels Section */
.page-template-page-venue .alternative-hotels-section {
    width: min(100%, 1440px);
    margin: 0 auto;
    padding: 0 104px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    box-sizing: border-box;
}

.page-template-page-venue .alternative-hotels-title {
    margin: 0;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 60px;
    color: #0065a4;
}

.page-template-page-venue .hotels-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 401px);
    gap: 15px;
    width: 100%;
    justify-content: center;
}

.page-template-page-venue .hotel-card-alt {
    width: 401px;
    height: 439px;
    border-radius: 12px;
    overflow: hidden;
}

.page-template-page-venue .hotel-card-alt img,
.page-template-page-venue .hotel-card-alt a img,
.page-template-page-venue .hotel-bg-image {
    width: 100%;
    height: 100%;
    aspect-ratio: 297 / 204;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

.page-template-page-venue .hotels-carousel-mobile {
    display: none;
}

@media (max-width: 768px) {
    .page-template-page-venue .alternative-hotels-section {
        width: 100vw;
        margin: 32px 0;
        margin-left: calc(-50vw + 50%);
        padding: 0 16px;
    }

    .page-template-page-venue .alternative-hotels-title {
        font-size: 32px;
        line-height: 38px;
    }

    .page-template-page-venue .hotels-grid-container {
        display: none;
    }

    .page-template-page-venue .hotels-carousel-mobile {
        display: flex;
        gap: 16px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        width: 100%;
        padding: 0 0 8px;
        box-sizing: border-box;
    }

    .page-template-page-venue .hotel-card-carousel {
        flex: 0 0 100%;
        width: 100%;
        min-height: 439px;
        border-radius: 12px;
        overflow: hidden;
        aspect-ratio: 401 / 439;
        scroll-snap-align: start;
        background-color: #f2f2f2;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

@media (max-width: 480px) {
    .page-template-page-venue .alternative-hotels-section {
        width: 100vw;
        margin: 32px 0;
        margin-left: calc(-50vw + 50%);
        padding: 0 20px;
    }

    .page-template-page-venue .hotel-card-carousel {
        flex: 0 0 100%;
        min-height: 360px;
    }
}
/* Venue Questions Section - Frame 43 */
.venue-questions-section {
    display: flex;
    padding: 0 104px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    width: min(100%, 1440px);
    margin: 90px auto 0;
    position: relative;
    box-sizing: border-box;
}

.venue-questions-container {
    display: flex;
    padding: 50px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 12px;
    background: #F5F5F5;
}

.venue-questions-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    align-self: stretch;
}

.venue-questions-title {
    font-family: 'Be Vietnam Pro', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    color: #000229;
    margin: 50px 0 70px 0;
    width: 100%;
    text-align: left !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.questions-accordion {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    width: 100%;
    text-align: left !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.accordion-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.accordion-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.accordion-title {
    font-family: 'Be Vietnam Pro', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    color: #0065a4;
    margin: 0;
}

.accordion-arrow {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    cursor: pointer;
    transform: rotate(180deg); /* Default: arrow down when closed */
}

.accordion-arrow.up {
    transform: rotate(0deg); /* Arrow up when open */
}

/* Asegurar que el SVG mantenga el color correcto */
.accordion-arrow svg path {
    fill: #0065A4;
}

.accordion-content {
    width: 100%;
    display: none;
}

.accordion-item.expanded .accordion-content {
    display: block;
    margin-top: 40px;
}

.accordion-text {
    font-family: 'Be Vietnam Pro', Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 23px;
    color: #000229;
    margin: 0;
    max-width: 1063px;
}

.accordion-line {
    width: 100%;
    height: 1px;
    background: rgba(0, 101, 164, 0.3);
    margin-top: 25px;
}

.accordion-item.last .accordion-line {
    display: none;
}

/* Venue Questions Responsive Styles */
@media (max-width: 768px) {
    /* frame-parent - Contenedor principal con mismo ancho que otras secciones */
    .venue-questions-section {
        width: 100vw !important;
        margin: 32px 0 !important;
        margin-left: calc(-50vw + 50%) !important;
        padding: 0 16px !important;
        box-sizing: border-box !important;
        position: relative !important;
        overflow: hidden !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        text-align: left !important;
        font-size: 24px !important;
        color: #000229 !important;
        font-family: 'Be Vietnam Pro' !important;
        height: auto !important;
    }

    /* frame-wrapper - Contenedor con fondo gris */
    .venue-questions-container {
        align-self: stretch !important;
        border-radius: 12px !important;
        background-color: #eeeeef !important;
        overflow: hidden !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 25px !important;
        margin-top: 0px !important; /* Sin margen en el contenedor */
    }

    /* frame-group - Contenedor del contenido */
    .venue-questions-content {
        align-self: stretch !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 40px !important;
    }

    /* venue-questions - Título */
    .venue-questions-title {
        position: relative !important;
        line-height: 30px !important;
        font-size: 24px !important;
        color: #000229 !important;
        font-family: 'Be Vietnam Pro' !important;
        margin: 0 !important;
        text-align: left !important;
    }

    /* frame-container - Contenedor del acordeón */
    .questions-accordion {
        align-self: stretch !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 15px !important;
        font-size: 18px !important;
        color: #0065a4 !important;
    }

    /* frame-parent3 - Cada item del acordeón */
    .accordion-item {
        align-self: stretch !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0 !important; /* Sin gap - usamos margin-top en elementos específicos */
        border-bottom: none !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    /* booking-assistance-parent - Header del acordeón */
    .accordion-header {
        align-self: stretch !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 20px !important;
        margin-bottom: 0 !important;
    }

    /* booking-assistance - Título del acordeón */
    .accordion-title {
        position: relative !important;
        line-height: 23px !important;
        font-weight: 600 !important;
        font-size: 18px !important;
        color: #0065a4 !important;
        margin: 0 !important;
    }

    /* arrowdown-icon - Icono flecha */
    .accordion-arrow {
        height: 24px !important;
        width: 24px !important;
        position: relative !important;
        flex-shrink: 0 !important;
    }

    /* frame-child - Línea separadora del HTML */
    .accordion-line {
        align-self: stretch !important;
        height: 1px !important;
        position: relative !important;
        border-top: 1px solid rgba(0, 101, 164, 0.3) !important;
        box-sizing: border-box !important;
        margin-top: 15px !important; /* Reducido de 25px a 15px para menos espacio cuando está cerrado */
        background: none !important;
        width: 100% !important;
    }

    /* Cuando el acordeón está expandido, agregar más espacio antes de la línea */
    .accordion-item.expanded .accordion-line {
        margin-top: 20px !important;
    }

    /* Quitar línea del último elemento */
    .accordion-item.last .accordion-line {
        display: none !important;
    }

    /* lorem-ipsum-dolor - Contenido del acordeón */
    .accordion-content {
        align-self: stretch !important;
        position: relative !important;
        font-size: 12px !important;
        line-height: 18px !important;
        font-weight: 300 !important;
        color: #000229 !important;
        margin-top: 0 !important;
    }

    /* Cuando el acordeón está expandido, agregar espacio arriba del contenido */
    .accordion-item.expanded .accordion-content {
        margin-top: 20px !important;
    }

    .accordion-content p {
        align-self: stretch !important;
        position: relative !important;
        font-size: 12px !important;
        line-height: 18px !important;
        font-weight: 300 !important;
        color: #000229 !important;
        margin: 0 !important;
    }
}

/* Global Water Awards Section */
.global-water-awards-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 104px;
    gap: 10px;
    width: min(100%, 1440px);
    margin: 90px auto 90px;
    background: #FFFFFF;
}

.awards-content-container {
    display: flex;
    align-items: center;
    gap: 105px;
}

.awards-text-content {
    display: flex;
    width: 504px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 35px;
}

.awards-title-container {
    display: flex;
    width: 428px;
    flex-direction: column;
    align-items: flex-start;
    gap: -6px;
}

.awards-title {
    width: 428px;
    height: auto;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 60px;
    color: #0065a4;
    margin: 0 0 25px 0;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.awards-description {
    color: #000229;
    /* Body Text (Light) */
    font-family: "Be Vietnam Pro";
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px; /* 135.294% */
    letter-spacing: 0;
    margin: 0;
}

.awards-media-container {
    width: 623px;
    height: 397px;
    flex-shrink: 0;
    border-radius: 12px;
    position: relative;
}

@media (max-width: 768px) {
    .global-water-awards-section {
        width: 100vw;
        margin: 32px 0;
        margin-left: calc(-50vw + 50%);
        padding: 0 16px;
        box-sizing: border-box;
        gap: 32px;
    }

    .awards-content-container {
        flex-direction: column;
        gap: 24px;
        width: 100%;
    }

    .awards-text-content,
    .awards-media-container {
        width: 100%;
    }

    .awards-media-container {
        height: auto;
    }
}

@media (max-width: 480px) {
    .global-water-awards-section {
        padding: 0 20px;
    }
}

.awards-video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.awards-background-image {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: lightgray 50% / cover no-repeat;
}

.awards-play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 60px;
    height: 60px;
    transform: translateX(-50%) translateY(-50%);
}

.awards-play-button:hover {
    transform: translateX(-50%) translateY(-50%) scale(1.1);
    background: rgba(255, 255, 255, 1);
}

.awards-play-button svg {
    margin-left: 3px;
}

/* ============================= */
/* 📱 GLOBAL WATER AWARDS - FIX */
/* ============================= */
@media (max-width: 768px) {
  /* Sección principal */
  .global-water-awards-section {
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 32px 0 !important;
    box-sizing: border-box !important;
    background: #fff !important;
    gap: 0 !important;
  }

  /* Contenedor principal */
  .awards-content-container {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 25px !important;
    padding: 0 25px !important;
    box-sizing: border-box !important;
  }

  /* Contenedor de imagen */
  .awards-media-container {
    order: 1 !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 12px !important;
    background: #000 !important;
  }

  /* Imagen o video */
  .awards-background-image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    object-fit: cover !important;
    border-radius: 12px !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }

  /* Botón de reproducción */
  .awards-play-button {
    width: 50px !important;
    height: 50px !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }

  /* Contenido textual */
  .awards-text-content {
    order: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 25px !important;
    width: 100% !important;
    padding: 0 25px !important;
    box-sizing: border-box !important;
  }

    /* Contenedor del título - debe adaptarse al ancho completo */
  .awards-title-container {
    width: 100% !important;
    max-width: 100% !important;
    align-self: stretch !important;
  }

  /* ✅ Título - FIX ancho y salto de línea */
  .awards-title {
    width: 100% !important;
    max-width: 100% !important;
    align-self: stretch !important;
    font-size: 32px !important;
    color: #0065a4 !important;
    font-family: "Be Vietnam Pro", sans-serif !important;
    font-weight: 700 !important;
    line-height: 38px !important;
    margin: 0 !important;
    text-align: left !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important; /* permite el salto en varias líneas */
  }

  /* Descripción */
  .awards-description {
    font-size: 12px !important;
    line-height: 18px !important;
    font-weight: 300 !important;
    color: #000229 !important;
    text-align: left !important;
    margin: 0 !important;
    display: inline-block !important;
  }

   /* Ajuste de margen inferior para Global Water Awards */
  .global-water-awards-section {
    margin-bottom: 0px !important; /* 🔧 Espaciado uniforme con Quinta del Jarama */
  }

  /* Opcional: por si el contenedor interno tiene padding extra */
  .awards-content-container {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
}

/* La Quinta del Jarama Section */
.quinta-jarama-section {
    display: flex;
    padding: 0 104px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    width: min(100%, 1440px);
    margin: 90px auto 0;
    position: relative;
    background: #FFFFFF;
    box-sizing: border-box;
}

.quinta-container {
    position: relative;
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 50px;
    border-radius: 12px;
    background: #E6F7FD;
}

.quinta-images-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 15px;
    flex: 1 1 calc(100% - 520px);
    min-width: 480px;
}

.quinta-image-item {
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.quinta-image-item:hover {
    transform: scale(1.05);
}

.quinta-image-1,
.quinta-image-2,
.quinta-image-3,
.quinta-image-4 {
    height: 180px;
}

.quinta-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.quinta-content-card {
    flex: 0 0 520px;
    max-width: 520px;
    width: 100%;
    color: #000229;
    /* Body Text (Light) */
    font-family: "Be Vietnam Pro";
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px; /* 135.294% */
    letter-spacing: 0;
    padding: 0;
}

.quinta-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    width: 100%;
}

.quinta-date .date-text {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000229;
}

.quinta-title {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    color: #000229;
    margin: 0;
    width: 100%;
}

.quinta-details {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
}

.quinta-address p {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 23px;
    color: #000229;
    margin: 0;
}

.quinta-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.quinta-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    border-radius: 2px;
    text-decoration: none;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    transition: all 0.3s ease;
}

.quinta-btn-primary {
    background: #0065A4;
    color: #FFFFFF;
    width: 171px;
    height: 44px;
}

.quinta-btn-primary:hover {
    background: #004d7a;
    color: #FFFFFF;
}

.quinta-btn-secondary {
    background: #000229;
    color: #FFFFFF;
    width: 147px;
    height: 44px;
}

.quinta-btn-secondary:hover {
    background: #1a1a3a;
    color: #FFFFFF;
}

/* ============================== */
/* Quinta del Jarama - MOBILE     */
/* ============================== */
/* ============================== */
/* Quinta del Jarama - MOBILE FINAL COMPLETO */
/* ============================== */
@media (max-width: 768px) {
  .quinta-jarama-section {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;

    /* 🔹 Márgenes laterales iguales */
    width: 100vw !important;
    margin: 32px 0 !important;
    margin-left: calc(-50vw + 50%) !important;
    padding: 0 16px !important;
    box-sizing: border-box !important;
    background: #fff !important;
    gap: 25px !important;

    /* 🔹 Separación con la sección Venue Questions */
    margin-bottom: 35px !important;
  }

  /* Contenedor principal interno */
  .quinta-container {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    margin: 0 auto !important;
    gap: 25px !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  /* 🔹 Tarjeta azul de contenido */
  .quinta-content-card {
    order: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    background: #E6F7FD !important;
    border-radius: 12px !important;
    padding: 25px 20px !important;
    width: 100% !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .quinta-info {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 25px !important;
    width: 100% !important;
  }

  .quinta-title {
    font-family: "Be Vietnam Pro", sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 30px !important;
    color: #000229 !important;
    margin: 0 !important;
    text-align: left !important;
    width: 100% !important;
  }

  .quinta-details {
    display: flex !important;
    flex-direction: column !important;
    gap: 25px !important;
    width: 100% !important;
  }

  .quinta-address p {
    font-family: "Be Vietnam Pro", sans-serif !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    line-height: 18px !important;
    color: #000229 !important;
    margin: 0 !important;
    text-align: left !important;
  }

  /* 🔹 Carrusel de imágenes - group-icon */
  .quinta-images-grid {
    order: 2 !important;
    display: flex !important;
    flex-direction: row !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    gap: 15px !important;
    width: 100% !important;
    height: 245px !important;
    position: relative !important;
    max-width: 100% !important;
    object-fit: contain !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  /* rectangle-icon - Contenedor de cada imagen */
  .quinta-image-item {
    flex: 0 0 85% !important;
    width: 100% !important;
    height: 245px !important;
    position: relative !important;
    border-radius: 12px !important;
    max-width: 100% !important;
    overflow: hidden !important;
    object-fit: cover !important;
    scroll-snap-align: start !important;
  }

  /* Imagen dentro del contenedor */
  .quinta-image {
    width: 100% !important;
    height: 245px !important;
    position: relative !important;
    border-radius: 12px !important;
    max-width: 100% !important;
    overflow: hidden !important;
    object-fit: cover !important;
    display: block !important;
  }

  /* Ocultar scrollbar del carrusel */
  .quinta-images-grid::-webkit-scrollbar {
    display: none !important;
  }
  .quinta-images-grid {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
  }

  /* 🔹 Botones (respetando diseño Figma) */
  .quinta-buttons {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 20px !important;
    margin-top: 25px !important;
  }

  .quinta-btn {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 12px 16px !important;
    border-radius: 2px !important;
    font-family: "Be Vietnam Pro", sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
  }

.quinta-btn-primary {
    background: #0065A4 !important;
    border: none !important;
    color: #FFFFFF !important;
    width: 171px !important;
    height: 44px !important;
}

.quinta-btn-secondary {
    background: #000229 !important;
    color: #FFFFFF !important;
    width: 147px !important;
    height: 44px !important;
}
}

/* ========================================
   LARGE SCREEN ADJUSTMENTS (from DreamHost)
   Additional responsive styles for screens 768px+
   ======================================== */

/* Base styles - apply to all screen sizes */
.global-water-awards-section {
	padding: 0px 0px;
	align-items: normal;
}

.hotel-bookings-section {
	padding-right: 0!important;
}

.venue-questions-section {
	padding: 0 54px;
}

.alternative-hotels-title {
	padding-left: 5.5vw;
}

/* Tablet screens - 768px */
@media (min-width:768px) {
	.venue-questions-title {
		margin: 0 0 70px 0;
	}
}

/* Large tablet/small desktop - 1025px */
@media (min-width: 1025px) {
	.quinta-images-grid {
		z-index: 1;
	}
	.quinta-content-card {
		z-index: 0;
		flex: 0 0 100vw;
		max-width: 100vw;
		margin-left: -65vw;
	}
	.quinta-info {
		margin-left: 65vw;
	}
}

/* Desktop - 1200px */
@media (min-width: 1200px) {
	.venue-map-media iframe {
		height: 100%!important;
	}
}

/* Desktop - 1280px max */
@media (max-width: 1280px) {
	.hotel-bookings-section {
		margin-left: 0!important;
	}
}

/* Desktop - 1281px */
@media (min-width: 1281px) {
	.page-template-page-venue .alternative-hotels-section {
		padding: 0px 0px!important;
	}
	.shaping-future-section {
		margin-left: -5%!important;
	}
	.quinta-content-card {
		margin-left: -75vw;
	}
	.quinta-info {
		margin-left: 70vw;
	}
}

/* Large screens - 1440px */
@media (min-width:1440px) {
	.shaping-future-section {
		margin-left: -15%!important;
		min-width: 1440px;
	}
	.global-water-awards-section {
		min-width: 1440px;
		margin-left: -2vw!important;
	}
	.venue-map-section {
		min-width: 1440px;
		margin-left: -15%!important;
	}
	.venue-questions-section {
		min-width: 1440px;
		margin-left: -12%!important;
	}
	.alternative-hotels-section {
		min-width: 1440px;
		margin-left: -12%!important;
	}
	.quinta-jarama-section {
		min-width: 1440px;
		padding-right: 50px!important;
		margin-left: -15%!important;
	}
	.hotel-bookings-right {
		max-width: 700px!important;
	}
	.hotel-bookings-section {
		padding-left: 50px!important;
		margin-left: -12%!important;
	}
	.hotel-bookings-content {
		padding: 50px 0!important;
	}
	.quinta-container {
		padding-left: 2vw;
	}
}

/* Extra large screens - 1441px */
@media (min-width: 1441px) {
	.quinta-info {
		padding-left: 3vw;
	}
}
