.event-dates {
    font-family: "Montserrat", sans-serif;
    padding: 10px;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    font-weight: bold;
    color: rgb(255, 149, 27);
}

.brb-heading-banner-wrapper {
    position: relative;
    width: 100%;
    min-height: 180px;
}

.brb-heading-banner-bg {
    background-image: url("../images/brb-heading-bg-banner.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.brb-heading-banner-text {
    color: #fff;
    font-size: 2.8rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 10px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
}

.tix-heading {
    text-align: center;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    padding: 10px;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    font-weight: bold;
    color: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    position: relative;
}

.std-tix-heading {
    color: #f6871f;
}

.protct-tix-heading {
    color: #d9272e;
}

.btn-container {
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 20px 10px;
}

.button-prtct,
.button-std {
    text-align: center;
    border-radius: 3px;
    font-size: 28px;
    font-family: "Montserrat", sans-serif;
    padding: 10px;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    font-weight: bold;
    color: #ffffff;
    transition: all 0.3s ease;
    position: relative;
}

.button-std {
    background: linear-gradient(-145deg, #faa952, #e25712);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.button-prtct {
    background: linear-gradient(-145deg, #ff8559, #aa2f06);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.card {
    box-shadow: 6px 7px 1px 0px #6666661a;
    transition: all 0.2s ease;
}

.card-header {
    font-size: 26px;
    font-weight: 600;
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.button-std:hover,
.button-prtct:hover {
    text-decoration: none;
    transform: translateY(-5px);
    box-shadow: 6px 7px 1px 0px #66666634;
}

.button-std:active,
.button-prtct:active {
    transform: translateY(2px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    font-family: "Montserrat", sans-serif;
    background-color: #f47b59;
}

main {
    flex: 1;
}

header {
    background-color: #73192d;
    display: flex;
    flex-direction: column;
}

footer img {
    display: block;
    width: 100%;
    padding-top: 10px;
}

.social-links {
    background-color: #631514;
}

/* Social icon styling (Elementor-style) */
.social-icon {
    --icon-size: 35px;
    --icon-padding: 0.1em;
    font-size: var(--icon-size);
    height: calc(var(--icon-size) + 2 * var(--icon-padding));
    width: calc(var(--icon-size) + 2 * var(--icon-padding));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    transition:
        transform 0.2s ease-in-out,
        opacity 0.2s ease-in-out;
    cursor: pointer;
}

.social-icon:hover,
.social-icon:focus,
.contact-link a:hover,
.contact-link a:focus {
    transform: scale(1.1);
    opacity: 0.8;
    color: #fff;
}

/* CONTACT US link styling */
.contact-link {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-link a {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.2s ease-in-out;
}

.acknowledge {
    background-color: #631514;
    color: #fff;
    width: 100%;
    min-height: 100px;
    padding: 20px 16px 20px 16px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.acknowledge p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.4;
    word-break: break-word;
    text-align: center;
}

.upf-text,
.pot-text {
    font-size: larger;
}

.accordion-button {
    background-color: #f8f9fa;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #ccc;
}

.accordion-button:not(.collapsed) {
    background-color: #542768;
    color: #fff;
}

.option-header-std {
    background: linear-gradient(-145deg, #faa952, #e25712);
    color: #fff;
}

.option-header-prtct {
    background: linear-gradient(-145deg, #ff8559, #aa2f06);
    color: #fff;
}

.accordion-button:focus {
    box-shadow: none;
}

.onsale-banner {
    font-weight: bold;
    background-color: #721a2d;
    color: #f8f9fa;
    border: solid 2px transparent;
    border-radius: 3px;
    width: auto;
    max-width: 370px;
    padding: 5px 20px;
    /* margin-bottom: 35px; */
}

.onsale-banner h3 {
    line-height: 1.5;
    margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
    .button-std,
    .button-prtct {
        padding: 1px;
    }
}

.button-container {
    position: relative;
    width: 100%;
    margin-bottom: 1rem;
}

.button-disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
}

/* Override hover and active states for disabled buttons */
.button-std.button-disabled:hover,
.button-prtct.button-disabled:hover,
.button-std.button-disabled:active,
.button-prtct.button-disabled:active {
    transform: none !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2) !important;
    cursor: not-allowed !important;
}

/* Remove existing general disabled button hover/active styles */
.button-disabled:hover,
.button-disabled:active {
    color: #ffffff !important;
    transform: none !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2) !important;
}

.unavailable-banner {
    opacity: 0.65;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-4deg);
    background-color: rgb(220, 53, 69);
    padding: 10px 8px;
    border-radius: 3px;
    width: 80%;
    text-align: center;
    z-index: 2;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    cursor: not-allowed !important;
}

.unavailable-banner-text {
    background: #fff;
    color: #dc3545;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    display: block;
    padding: 4px 10px;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    letter-spacing: 1px;
}

.brb-tix-image-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.brb-tix-image {
    max-width: 140px;
    width: 100%;
    height: auto;
}

.brb-bus-image-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.brb-bus-image {
    max-width: 200px;
    width: 100%;
    height: auto;
}

.brb-header-topbar {
    background: #f7f0e7;
    /* padding: 10px; */
    width: 100%;
}

.brb-header-topbar .brb-page-nav-wrapper-header {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

@media (max-width: 600px) {
    .brb-header-topbar .brb-page-nav-wrapper-header {
        justify-content: center;
        width: 100%;
    }

    .brb-heading-banner-wrapper {
        min-height: 110px;
    }

    .brb-heading-banner-bg {
        min-height: 107px;
    }

    .brb-heading-banner-text {
        font-size: 1.8rem;
    }

    .brb-tix-image {
        max-width: 80px;
        width: 100%;
        height: auto;
    }

    .brb-bus-image {
        max-width: 80px;
        width: 100%;
        height: auto;
    }
}

.brb-page-nav-btn {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 14px 10px 14px;
    border-radius: 4px;
    line-height: 1;
    transition: all 0.2s;
    box-shadow: none;
}

.brb-page-nav-btn-active,
.brb-page-nav-btn-active:disabled {
    background: #721a2d;
    color: #fff !important;
    border: 2px solid #721a2d;
    opacity: 1 !important;
    cursor: default !important;
}

.brb-page-nav-btn-active:hover,
.brb-page-nav-btn-active:focus {
    background: #721a2d;
    color: #fff !important;
}

.brb-page-nav-btn-outline {
    background: transparent;
    color: #721a2d !important;
    border: 2px solid #721a2d;
}

.brb-page-nav-btn-outline:hover,
.brb-page-nav-btn-outline:focus {
    background: #721a2d;
    color: #fff !important;
}
