﻿/*overwrite t2u*/
#body {
    min-height: 80vh;
    background: white !important;
}

html {
    background-color: white;
}

.bg--purple, .bg--purple-d, .btn--purple {
    background-color: black !important;
    color: #fff !important;
}

.border--purple {
    border-color: black !important;
}

.color--purple {
    color: black !important;
}

.oTicketInfo .sticky {
    position: relative !important;
    margin-top: 2rem;
    background: black !important;
    top: 0 !important;
}

/*--------------------------------------------Header*/
@font-face {
    font-family: Fliped;
    src: url(../fonts/Fliped2.woff2);
}

.park-head {
    width: 100%;
    height: 75px;
    /*line-height: 110px;*/
    background-color: black;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #94AF10;
    margin: 0 auto;
    font-weight: bold;
    color: #fff;
}

.park-logo img {
    /*max-height: 30px;
    padding-left: 100px;
    padding-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;*/
    max-height: 70px;
    padding-left: 90px;
    /*padding-right: 20px;*/
    /*margin-top: -25px;*/
}

.wse-menu {
    margin-left: 20px;
    font-size: 24px;
}

    .wse-menu a {
        color: white;
        margin: 0 5px;
    }

@media screen and (max-width: 600px) {
    .park-logo {
        margin: auto;
    }
        .park-logo img {
            padding-left: 15px !important;
        }

    .wse-menu {
        margin: 20px auto 0 auto;
    }

        .wse-menu a {
            margin: 0 10px;
        }
}

/*------------------------------------------footer*/
.park-footer {
    background: #000;
    color: #fff;
    padding: 40px 20px 16px;
    font-size: 14px;
}

/* Top center block */
.footnote {
    text-align: center;
}

    .footnote img {
        height: 60px;
        margin-top: 30px;
    }

.social {
    margin-top: 25px;
}

    .social a {
        color: #fff !important;
        margin: 0 10px;
        font-size: 20px !important;
    }

.links {
    margin-top: 50px;
}

    .links a {
        color: #fff !important;
        margin: 0 14px;
        text-decoration: none;
    }

        .links a:hover,
        .social a:hover {
            opacity: 0.75;
        }

/* Divider */
.park-footer hr {
    border: 0;
    height: 1px;
    background: white;
    margin: 40px 0 20px;
}

/* Bottom row */
.bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

    .bottom p {
        margin-left: 50px;
    }

    .bottom span {
        margin: 0 6px;
    }

    .bottom a {
        color: #ad57a2 !important;
        text-decoration: none;
        margin-right: 50px;
    }

@media (max-width: 768px) {
    .bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 6px;
    }

        .bottom p {
            margin-left: 0;
            margin-bottom: 4px;
        }

        .bottom span {
            display: inline;
        }

            /* Force line break after • and | */
            .bottom span::after {
                content: "\A";
                white-space: pre;
            }

        .bottom a {
            margin-right: 0;
        }
}

/*===================================================
    Purchase Steps
    ====================================================
*/
/*Progress Bar*/
.progressbar-container {
    width: 100%;
    margin: 20px auto;
    display: inline-block;
}

.progressbar {
    counter-reset: step;
    display: flex; 
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

    .progressbar li {
        list-style-type: none;
        flex: 1; 
        font-size: 12px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        color: #7d7d7d;
    }

.progressbar li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 26px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
}

.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: -50%;
    z-index: -1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: #000000;
}

    .progressbar li.active:before {
        border-color: #000000;
    }

    .progressbar li.active + li:after {
        background-color: #000000;
    }

.ast-inline-flex {
    -js-display: inline-flex;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}

.main-navigation {
    height: 100%;
    -js-display: inline-flex;
    display: inline-flex;
}

.ast-builder-menu .main-navigation > ul {
    align-self: center;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    position: relative;
}

.ast-flex {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
}

.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
    line-height: 100px;
}

.main-header-menu .menu-item, #astra-footer-menu .menu-item, .main-header-bar .ast-masthead-custom-menu-items {
    -js-display: flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main-header-menu .menu-item {
    position: relative;
}

.main-header-menu > .menu-item > .menu-link, #astra-footer-menu > .menu-item > .menu-link {
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -js-display: flex;
    display: flex;
}

.main-header-menu .menu-link, .main-header-menu > a {
    text-decoration: none;
    padding: 0 1em;
    display: inline-block;
    transition: all .2s linear;
}

a:where(:not(.wp-element-button)) {
    text-decoration: none;
}

a {
    color: #000 !important;
    font-size: 15px !important;
}

.menu-link {
    font-family: Arial,Helvetica,Verdana,sans-serif !important;
    font-weight: 700;
    text-transform: capitalize;
}

.xmenu {
    position: absolute;
    right: 50px;
}

#astra-footer-menu {
    margin: 0;
    list-style: none;
    background: inherit;
}

#astra-footer-menu li {
    padding: 5px;
}

.footer-nav-wrap .astra-footer-vertical-menu {
    display: grid;
}

.ast-flex {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
}

.social-menu ul li {
    margin-left: 1px !important;
}

.social-menu ul li a {
    color: #fff !important;
}

.tabs {
    display: flex;
    justify-content: space-between;
    padding: 12px 12px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.tab-btn {
    flex: 1;
    position: relative;
    appearance: none;
    border: 0;
    background: transparent;
    padding: 10px 14px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    color: #808080;
    transition: color 0.25s ease;
}

    .tab-btn::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 3px;
        width: 100%;
        background: #000;
        transform: scaleX(0);
        transform-origin: center;
        transition: transform 0.25s ease;
    }

    .tab-btn.is-active {
        color: #000;
    }

        .tab-btn.is-active::after {
            transform: scaleX(1);
        }

.tab-panel {
    display: none;
}

    .tab-panel.is-active {
        display: block;
    }


.container-note {
    margin: 0 auto;
    margin-bottom: 2rem;
    max-width: 1000px;
    width: 100%;
    z-index: 10;
}

.panel-box {
    display: flex;
    flex-direction: column;
    position: relative;
}

.panel-note {
    background-color: #fff;
    position: relative;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    background-color: #000000;
    color: #fff !important;
}

.section-divider {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

    .section-divider::after {
        content: "";
        position: absolute;
        bottom: 0; 
        left: 50px;
        right: 50px;
        height: 1px;
        background: #e1e1e3;
    }

.highlight-box {
    background: #fff7d6;
    border: 1px solid #f1e2a8;
    border-left: 5px solid #f4c430;
    border-radius: 6px;
    padding: 16px 18px;
    color: #333;
    line-height: 1.6;
}

    .highlight-box p:last-child,
    .highlight-box ul:last-child {
        margin-bottom: 0;
    }

.notice {
    margin: 15px 50px 50px 50px;
}

    .notice img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .notice table,
    .notice th,
    .notice td {
        border: 1px solid #ccc;
    }

@media (max-width: 768px) {
    .notice {
        margin: 15px 25px 25px 25px;
    }

        .notice table {
            width: 100%;
            border-collapse: collapse;
        }

        .notice .table-scroll {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }

            .notice .table-scroll table {
                min-width: 600px; 
            }

}

.banner-wrap {
    overflow: hidden;
}

    .banner-wrap img {
        width: 100%;
        height: 650px; 
        object-fit: cover;
        display: block;
    }

@media (max-width: 768px) {
    .banner-wrap img {
        height: 240px; /* adjust: 200–300px usually ideal */
    }
}

.buy-ticket-btn {
    background: #000;
    color: #fff !important;
    padding: 14px 28px;
    border-radius: 5rem;
    text-decoration: none;
    font-size: 20px !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
}

    .buy-ticket-btn:hover {
        background: #222;
        color: #fff;
    }
