/* Front-end custom css */

/* Pagination fix for mobile devices */
.pagination {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}

@media (max-width: 576px) {
    .pagination .page-item {
        margin-bottom: 5px;
    } 
}

/* Reserved Seating */
.modal-big .modal-container {
    width: 100%;
}

.modal-big .modal-container .modal-content {
    min-height: 800px;
}

.modal-small .modal-container {
    width: auto;
    margin: auto;
}

.modal-small .modal-container .modal-content {
    min-height: auto;
}

.is-relative {
    position: relative;
}

.seat-container {
    position: relative;
    overflow: auto;
    width: 800px;
    margin: 0 auto;
    padding: 0;
    display: block;
    transform-origin: 0 0;


}

.seat-img {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    border-radius: 8px;
    border: 2px solid #777;
}

.seat-mark {
    position: absolute;
    z-index: 999;
    height: 24px;
    width: 24px;
    border-radius: 8px;
    background-color: #1b89ef;
    color: #fff;
    line-height: 2.5 !important;
    text-align: center;
    box-shadow: 1px 1px 5px -2px #000;
    font-size: 8px !important;
    font-weight: 800 !important;
    cursor: pointer;
}

.seat-disabled {
    background-color: #999;
    cursor: not-allowed !important;
}

.seat-reserved {
    background-color: #bd3372;
    cursor: not-allowed !important;
}

.seat-select {
    background-color: #38c172;
}

.seat-disabled-col {
    color: #999;
}

.seat-reserved-col {
    color: #bd3372;
}

.seat-select-col {
    color: #38c172;
}

.seat-available-col {
    color: #1b89ef;
}

.p-0 {
    padding: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.w-100 {
    width: 100% !important;
}

.m-auto {
    margin: auto;
}

.no-display {
    display: none;
}

.seat-checkbox {
    position: absolute;
    z-index: 999999;
    height: 24px;
    width: 24px;
    padding: 0 !important;
    margin: 0 !important;
    display: none;
    cursor: pointer;
}


/* Authorize.net */
.wrapper-cc {
    display: flex;
    padding: 2rem;
}

@media screen and (max-width: 700px),
(max-height: 500px) {
    .wrapper-cc {
        flex-wrap: wrap;
        flex-direction: column;
    }
}

.card-form {
    max-width: 570px;
    margin: auto;
    width: 100%;
}

@media screen and (max-width: 576px) {
    .card-form {
        margin: 0 auto;
    }
}

.card-form__inner {
    background: #fff;
    box-shadow: 0 30px 60px 0 rgba(90, 116, 148, 0.4);
    border-radius: 10px;
    padding: 35px;
    padding-top: 180px;
}

@media screen and (max-width: 480px) {
    .card-form__inner {
        padding: 25px;
        padding-top: 165px;
    }
}

@media screen and (max-width: 360px) {
    .card-form__inner {
        padding: 15px;
        padding-top: 165px;
    }
}

.card-form__row {
    display: flex;
    align-items: flex-start;
}

@media screen and (max-width: 480px) {
    .card-form__row {
        flex-wrap: wrap;
    }
}

.card-form__col {
    flex: auto;
    margin-right: 35px;
}

.card-form__col:last-child {
    margin-right: 0;
}

@media screen and (max-width: 480px) {
    .card-form__col {
        margin-right: 0;
        flex: unset;
        width: 100%;
        margin-bottom: 20px;
    }

    .card-form__col:last-child {
        margin-bottom: 0;
    }
}

.card-form__col.-cvv {
    max-width: 150px;
}

@media screen and (max-width: 480px) {
    .card-form__col.-cvv {
        max-width: initial;
    }
}

.card-form__group {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.card-form__group .card-input__input {
    flex: 1;
    margin-right: 15px;
}

.card-form__group .card-input__input:last-child {
    margin-right: 0;
}

.card-form__button {
    width: 100%;
    height: 55px;
    background: #2364d2;
    border: none;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 500;
    box-shadow: 3px 10px 20px 0px rgba(35, 100, 210, 0.3);
    color: #fff;
    margin-top: 20px;
    cursor: pointer;
}

@media screen and (max-width: 480px) {
    .card-form__button {
        margin-top: 10px;
    }
}

.card-item {
    max-width: 430px;
    height: 270px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    width: 100%;
}

@media screen and (max-width: 480px) {
    .card-item {
        max-width: 310px;
        height: 220px;
        width: 90%;
    }
}

@media screen and (max-width: 360px) {
    .card-item {
        height: 180px;
    }
}

.card-item.-active .card-item__side.-front {
    transform: perspective(1000px) rotateY(180deg) rotateX(0deg) rotateZ(0deg);
}

.card-item.-active .card-item__side.-back {
    transform: perspective(1000px) rotateY(0) rotateX(0deg) rotateZ(0deg);
}

.card-item__focus {
    position: absolute;
    z-index: 3;
    border-radius: 5px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.35s cubic-bezier(0.71, 0.03, 0.56, 0.85);
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.65);
}

.card-item__focus:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #08142f;
    height: 100%;
    border-radius: 5px;
    filter: blur(25px);
    opacity: 0.5;
}

.card-item__focus.-active {
    opacity: 1;
}

.card-item__side {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 60px 0 rgba(14, 42, 90, 0.55);
    transform: perspective(2000px) rotateY(0deg) rotateX(0deg) rotate(0deg);
    transform-style: preserve-3d;
    transition: all 0.8s cubic-bezier(0.71, 0.03, 0.56, 0.85);
    backface-visibility: hidden;
    height: 100%;
}

.card-item__side.-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: perspective(2000px) rotateY(-180deg) rotateX(0deg) rotate(0deg);
    z-index: 2;
    padding: 0;
    height: 100%;
}

.card-item__side.-back .card-item__cover {
    transform: rotateY(-180deg);
}

.card-item__bg {
    max-width: 100%;
    display: block;
    max-height: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.card-item__cover {
    height: 100%;
    background-color: #1c1d27;
    position: absolute;
    height: 100%;
    background-color: #1c1d27;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.card-item__cover:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 2, 29, 0.45);
}

.card-item__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 0 10px;
}

@media screen and (max-width: 480px) {
    .card-item__top {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 360px) {
    .card-item__top {
        margin-bottom: 15px;
    }
}

.card-item__chip {
    width: 60px;
}

@media screen and (max-width: 480px) {
    .card-item__chip {
        width: 50px;
    }
}

@media screen and (max-width: 360px) {
    .card-item__chip {
        width: 40px;
    }
}

.card-item__type {
    height: 45px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    max-width: 100px;
    margin-left: auto;
    width: 100%;
}

@media screen and (max-width: 480px) {
    .card-item__type {
        height: 40px;
        max-width: 90px;
    }
}

@media screen and (max-width: 360px) {
    .card-item__type {
        height: 30px;
    }
}

.card-item__typeImg {
    max-width: 100%;
    object-fit: contain;
    max-height: 100%;
    object-position: top right;
}

.card-item__info {
    color: #fff;
    width: 100%;
    max-width: calc(100% - 85px);
    padding: 10px 15px;
    font-weight: 500;
    display: block;
    cursor: pointer;
}

@media screen and (max-width: 480px) {
    .card-item__info {
        padding: 10px;
    }
}

.card-item__holder {
    opacity: 0.7;
    font-size: 13px;
    margin-bottom: 6px;
}

@media screen and (max-width: 480px) {
    .card-item__holder {
        font-size: 12px;
        margin-bottom: 5px;
    }
}

.card-item__wrapper {
    padding: 25px 15px;
    position: relative;
    z-index: 4;
    height: 100%;
    text-shadow: 7px 6px 10px rgba(14, 42, 90, 0.8);
    user-select: none;
}

@media screen and (max-width: 480px) {
    .card-item__wrapper {
        padding: 20px 10px;
    }
}

.card-item__name {
    font-size: 18px;
    line-height: 1;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

@media screen and (max-width: 480px) {
    .card-item__name {
        font-size: 16px;
    }
}

.card-item__nameItem {
    display: inline-block;
    min-width: 8px;
    position: relative;
}

.card-item__number {
    font-weight: 500;
    line-height: 1;
    color: #fff;
    font-size: 27px;
    margin-bottom: 35px;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}

@media screen and (max-width: 480px) {
    .card-item__number {
        font-size: 21px;
        margin-bottom: 15px;
        padding: 10px 10px;
    }
}

@media screen and (max-width: 360px) {
    .card-item__number {
        font-size: 19px;
        margin-bottom: 10px;
        padding: 10px 10px;
    }
}

.card-item__numberItem {
    width: 16px;
    display: inline-block;
}

.card-item__numberItem.-active {
    width: 30px;
}

@media screen and (max-width: 480px) {
    .card-item__numberItem {
        width: 13px;
    }

    .card-item__numberItem.-active {
        width: 16px;
    }
}

@media screen and (max-width: 360px) {
    .card-item__numberItem {
        width: 12px;
    }

    .card-item__numberItem.-active {
        width: 8px;
    }
}

.card-item__content {
    color: #fff;
    display: flex;
    align-items: flex-start;
}

.card-item__date {
    flex-wrap: wrap;
    font-size: 18px;
    margin-left: auto;
    padding: 10px;
    display: inline-flex;
    width: 80px;
    white-space: nowrap;
    flex-shrink: 0;
    cursor: pointer;
}

@media screen and (max-width: 480px) {
    .card-item__date {
        font-size: 16px;
    }
}

.card-item__dateItem {
    position: relative;
}

.card-item__dateItem span {
    width: 22px;
    display: inline-block;
}

.card-item__dateTitle {
    opacity: 0.7;
    font-size: 13px;
    padding-bottom: 6px;
    width: 100%;
}

@media screen and (max-width: 480px) {
    .card-item__dateTitle {
        font-size: 12px;
        padding-bottom: 5px;
    }
}

.card-item__band {
    background: rgba(0, 0, 19, 0.8);
    width: 100%;
    height: 50px;
    margin-top: 30px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 480px) {
    .card-item__band {
        margin-top: 20px;
    }
}

@media screen and (max-width: 360px) {
    .card-item__band {
        height: 40px;
        margin-top: 10px;
    }
}

.card-item__cvv {
    text-align: right;
    position: relative;
    z-index: 2;
    padding: 15px;
}

.card-item__cvv .card-item__type {
    opacity: 0.7;
}

@media screen and (max-width: 360px) {
    .card-item__cvv {
        padding: 10px 15px;
    }
}

.card-item__cvvTitle {
    padding-right: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
}

.card-item__cvvBand {
    height: 45px;
    background: #fff;
    margin-bottom: 30px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
    color: #1a3b5d;
    font-size: 18px;
    border-radius: 4px;
    box-shadow: 0px 10px 20px -7px rgba(32, 56, 117, 0.35);
}

@media screen and (max-width: 480px) {
    .card-item__cvvBand {
        height: 40px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 360px) {
    .card-item__cvvBand {
        margin-bottom: 15px;
    }

}

.card-list {
    margin-bottom: -130px;
}

@media screen and (max-width: 480px) {
    .card-list {
        margin-bottom: -120px;
    }

    .site-slogan {
        text-wrap: wrap;
    }
}

.nav-header.header-position .navbar .site-slogan {
    font-size: 0.8rem;
    font-weight: 600;
    margin-left: 3.4rem !important;
    margin-top: 0.2rem !important;
}

.card-input {
    margin-bottom: 20px;
}

.card-input__label {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #1a3b5d;
    width: 100%;
    display: block;
    user-select: none;
}

.card-input__input {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #ced6e0;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    padding: 5px 15px;
    background: none;
    color: #1a3b5d;
}

.card-input__input:hover,
.card-input__input:focus {
    border-color: #3d9cff;
}

.card-input__input:focus {
    box-shadow: 0px 10px 20px -13px rgba(32, 56, 117, 0.35);
}

.card-input__input.-select {
    -webkit-appearance: none;
    background-image: url('data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAeCAYAAABuUU38AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUxJREFUeNrM1sEJwkAQBdCsngXPHsQO9O5FS7AAMVYgdqAd2IGCDWgFnryLFQiCZ8EGnJUNimiyM/tnk4HNEAg/8y6ZmMRVqz9eUJvRaSbvutCZ347bXVJy/ZnvTmdJ862Me+hAbZCTs6GHpyUi1tTSvPnqTpoWZPUa7W7ncT3vK4h4zVejy8QzM3WhVUO8ykI6jOxoGA4ig3BLHcNFSCGqGAkig2yqgpEiMsjSfY9LxYQg7L6r0X6wS29YJiYQYecemY+wHrXD1+bklGhpAhBDeu/JfIVGxaAQ9sb8CI+CQSJ+QmJg0Ii/EE2MBiIXooHRQhRCkBhNhBcEhLkwf05ZCG8ICCOpk0MULmvDSY2M8UawIRExLIQIEgHDRoghihgRIgiigBEjgiFATBACAgFgghEwSAAGgoBCBBgYAg5hYKAIFYgHBo6w9RRgAFfy160QuV8NAAAAAElFTkSuQmCC');
    background-size: 12px;
    background-position: 90% center;
    background-repeat: no-repeat;
    padding-right: 30px;
}

.slide-fade-up-enter-active {
    transition: all 0.25s ease-in-out;
    transition-delay: 0.1s;
    position: relative;
}

.slide-fade-up-leave-active {
    transition: all 0.25s ease-in-out;
    position: absolute;
}

.slide-fade-up-enter {
    opacity: 0;
    transform: translateY(15px);
    pointer-events: none;
}

.slide-fade-up-leave-to {
    opacity: 0;
    transform: translateY(-15px);
    pointer-events: none;
}

.slide-fade-right-enter-active {
    transition: all 0.25s ease-in-out;
    transition-delay: 0.1s;
    position: relative;
}

.slide-fade-right-leave-active {
    transition: all 0.25s ease-in-out;
    position: absolute;
}

.slide-fade-right-enter {
    opacity: 0;
    transform: translateX(10px) rotate(45deg);
    pointer-events: none;
}

.slide-fade-right-leave-to {
    opacity: 0;
    transform: translateX(-10px) rotate(45deg);
    pointer-events: none;
}

.iframe-full iframe {
    width: 100%;
    height: 80vh;
}

.star-active {
    color: #FBC02D;
    margin-top: 10px;
    margin-bottom: 10px
}

.star-active:hover {
    color: #F9A825;
    cursor: pointer
}

.star-inactive {
    color: #CFD8DC;
    margin-top: 10px;
    margin-bottom: 10px
}

.profile-pic {
    width: 10%;
}

.star-rating {
    direction: rtl;
    display: inline-block;
    padding: 20px
}

.star-rating input[type=radio] {
    display: none
}

.star-rating label {
    color: #bbb;
    font-size: 18px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.star-rating label:hover,
.star-rating label:hover~label,
.star-rating input[type=radio]:checked~label {
    color: #f2b600
}

#review_modal {
    display: none;
}

.VueCarousel-pagination {
    position: absolute;
    bottom: 2%;
}

#card-element {
    margin-bottom: 2rem;
}

.w-95 {
    width: 95% !important;
}

@media (max-width: 767px) {
    .ticket-title {
        font-size: .7rem;
    }

    .ticket-price {
        font-size: .7rem;
    }

    .w-m-50 {
        width: 50% !important;
    }
}

.ticket-selected-text {
    color: #38c172;
}


/* api-seat-img */
.api-seat-img {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    border-radius: 8px;
    border: 2px solid #777;
}

@media (max-width: 768px) {
    .api-seat-img {
        width: unset;
    }

}


/* api-seat-img */

#loading-screen {
    z-index: 99999;
    position: fixed;
    overflow: hidden;
    top: 0;
    display: flex;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    width: 100%;
    align-items: center;
    height: 100%;
    background: linear-gradient(155deg, #7f18a8 0%, #1d0475 50%, #7c17a7 100%);
}

.invalid-feedback {
    display: block;
}

.custom-dropdown {
    position: relative;

}

.dropdownmenu {
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: none;
    border-radius: 10px;
    display: inline-block;
    position: absolute;
    width: 208px;
    /* top: 200px; */
    right: 150px;
    z-index: 99999;
}

.dropdownmenu li {
    position: relative;
    left: -30px;
}

.dropdownmenu a {
    width: 200px;
    padding: 1px;
}


/* */

@media only screen and (min-width: 1200px) {
    .dropdownmenu {
        position: absolute;
        /* top: 200px; */
        right: 130px;
    }
}

@media only screen and (max-width: 1200px) {
    .dropdownmenu {
        position: absolute;
        top: -12px;
        right: 90px;
        z-index: 99999;
    }
}

/* <======================== Custom Code by awais@lipsumtechnologies.com ============================> */
/* All primary text color should be orange */
.bg-gradient {
    background: linear-gradient(180deg, #EC6608 0, #3A237A 100%) !important;   
}

.text-primary,
.orange-link, 
.footer-copyright_lt a
{
    color: #EC6608 !important;
}

.btn.btn-primary {
    background: #EC6608 !important;
    border: none;
    color: #fff !important;
}

.btn.btn-primary:hover {
    background: #B2391B !important;
}

.btn.btn-secondary {
    background: #3A237A !important;
    border: none;
    color: #fff !important;
}

.btn.btn-secondary:hover {
    background: #2F1351 !important;
}

/* TODO */
.btn.btn-secondary_lt {
    background-color: transparent !important;
    border: 2px solid #FF5901 !important;
    color: #FF5901;
    padding: 12px 16px;
    transition: box-shadow, background-color, color 0.25s ease 0.35s ease 0.1s;
    letter-spacing: 0.25px;
    font-weight: 500;
}

.btn.btn-secondary_lt:hover {
    background-color: #FF5901 !important;
    color: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

.btn.btn-secondary_lt:active {
    transform: translateY(1px);
}

@media screen and (max-width: 600px) {
    .btn.btn-secondary_lt {
        background-color: #EC6608 !important;
        color: #fff;
    }
}
/* TODO - above */

/* Tab links should be purple */
.nav-lb-tab .nav-item .nav-link {
    color: #3A237A !important; 
}

.nav-lb-tab .nav-item .nav-link.active, .nav-lb-tab .nav-item .nav-link:hover {
    border-top: 2px solid #B2391B !important;;
}

.lgx-single-schedule .schedule-info {
    border: 1.5px solid #3A237A !important;
}

/* ----------------- */


.nav-header .navbar .nav-link {
    transition: color 0.5s ease;
    color: #fff !important;
}

.menu-fixed .navbar .nav-link {
    transition: color 0.5s ease;
    color: #000 !important;
}

/* Overlay shadow when navigation is open */
#navbarOverlay_lt {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    z-index: 5000; /* Ensure it's below the navbar but above other content */
    transition: left 0.3s ease-in-out;
}

#navbarOverlay_lt.show {
    left: 0;
}

/* Navbar container */
#navbarContainer_lt {  
    position: fixed;
    top: 0;
    right: -100%; 
    width: 300px;
    height: 100vh;
    background-color: #EEEEEE; 
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    z-index: 1500;
    padding: 20px;
} 

#navbarContainer_lt a {
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}

#navbarContainer_lt a:hover {
    color: #EC6608;
}

.small-text-link_lt {
    font-size: 12px;
}

#navbarContainer_lt.show {
    right: 0;
}

/* Navbar right container */
.navbar-right-container_lt {
    display: flex;
    gap: 30px;
    list-style-type: none;
}

/* Close button */
.navbar-close-container_lt {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.navbar-close-icon_lt {
    cursor: pointer;
}

/* Auth links */
.auth-links-container_lt {
    display: flex;
    flex-direction: column;
    gap: 16.5px;
    padding: 25px 0 15px 0;
    border-bottom: 2px solid rgb(254, 156, 99);
}

.auth-links-container_lt .dropdown-menu.show {
    margin-top: 24px !important;
}
 
.auth-link_lt {
    margin: 0;
    text-decoration: none;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#navbarContainer_lt i {
    font-size: 22px !important;
}

@media screen and (max-width: 375px) {
    #nav-link-register_lt {
        display: none;
    }

    .navbar-right-container_lt > div:nth-child(1) {
        gap: 0 !important;
    }

    .navbar-right-container_lt {
        gap: 25px;
    }

    .member-header-item_lt {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .auth-user-icon_lt {
        font-size: 22px;
    }

    .navbar-auth-username_lt {
        display: none;
    }

    .navbar-caret-down_lt {
        display: none;
    }

    #navbarContainer_lt {
        height: calc(100vh - 75px);
    }
}

/* Dropdown */
.custom-dropdown_lt {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.custom-dropdown-toggle_lt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #000;
}

.custom-dropdown-menu_lt {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px 0;
    min-width: 200px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    list-style-type: none;
    max-height: 250px;
    overflow-y: scroll;
}

.custom-dropdown-menu_lt.show {
    display: block;
}

.custom-dropdown-item_lt {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
    transition: background 0.3s;
}

.custom-dropdown-item_lt:hover {
    background: #f0f0f0;
}

.nav-header.menu-fixed {
    background: #3A237A !important;
}
.menu-fixed .navbar .nav-link {
    color: #fff !important;
}
.menu-fixed .navbar .icon-bar {
    background-color: #fff !important;
}
.menu-fixed .navbar .site-name, .menu-fixed .navbar .site-slogan {
    color: #fff !important;
}

/* Menu links */
.menu-container_lt {
    display: flex;
    flex-direction: column;
    gap: 16.5px;
    padding: 15px 0;
    border-bottom: 2px solid #EC6608;
}

.menu-link_lt {
    margin: 0;
    text-decoration: none;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Header menu */
.header-menu-container_lt {
    display: flex;
    flex-direction: column;
    gap: 16.5px;
    padding-top: 15px;
}

/* .header-menu-link_lt {
    margin: 0;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
} */

.language_lt.active {
    text-decoration: underline;
}

.logged-user-nav-item_lt {
    color: #000 !important;
}

.logged-user-nav-item_lt::after {
    display: none;
}


/* <============================ Event Banner ========================> */
/* Cover Section */
.cover-section_lt {
    width: 100%;
    max-height: 80vh;
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 50px -8px rgba(0, 0, 0, 0.5);
}

/* Background Container */
.cover-bg_lt {
    width: 100%;
    height: 80vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    /* display: flex;
    align-items: end; */ 
}

/* Foreground Image */
.cover-img_lt {
    display: block;
    height: 100%;
    width: 100%;
    /* max-width: 80vw; */
    object-fit: cover;
    position: relative;
    z-index: 2; /* Ensure the image is above the glossy effect */
    margin: 0 auto; /* Center the image horizontally */
    /* border-radius: 18px; */
    margin-bottom: 0.5rem;
}

/* Sponor banner */
.sponsor-banner-link_lt {
    height: 400px;
}

.sponsor-banner_lt {
    height: 400px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 58px;
    box-shadow: 0 2px 15px -5px lightgray;
}

.sponsor-content-container-parent_lt {
    position: absolute; 
    z-index: 2; 
    width: 100%;
    display: flex;
}

.sponsor-content-container_lt {
    display: flex; 
    flex-direction: column; 
    align-items: start; 
}

.page-banner_lt {
    height: 350px;
    position: relative;
    display: flex;
    align-items: center;
}
 
.slider-form-banner { 
    text-align: left !important;
    top: auto !important;
    right: auto !important;
    bottom: 30% !important;
}

.home-banner-content-container_lt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.home-banner-subtitle_lt {
    text-align: left;
    margin: 0.1rem 0 0.8rem !important;
    letter-spacing: 0.25px;
    font-size: 1.5rem !important;
    font-weight: 300 !important;
}

/* SINGLE EVENT PAGE */ 
.event-details-section_lt {
    position: sticky;
    z-index: 8;
}

.footer {
    position: sticky !important;
    z-index: 10 !important;
}

.event-title_lt { 
    font-weight: 700;
    color: #3A237A !important; 
}
.event-excerpt_lt {
    font-weight: bold;
}
.event-listing-detail_lt {
    display: flex; 
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}
.event-organizer-slug_lt {
    color: #EC6608 !important; 
    text-decoration: underline;
}
.event-category_lt {
    background: #3A237A !important; 
    border-radius: 5px !important;
}
.event-share-options-container_lt {
    display: flex; 
    justify-content: space-between
}
.event-share-badge_lt {
    background: #EC6608 !important;
}
.card-footer_lt {
    background: #35302D !important;
}
.get-tickets-title_lt, .select-dates-time-badge_lt {
    color: #3A237A !important; 
} 

@media screen and (max-width: 600px) {
    /* .nav-header_lt {
        background: rgba(0, 0, 0, 0.35) !important; 
    } */
    .nav-header.menu-fixed {
        background: #3A237A !important;
        backdrop-filter: none !important;
        box-shadow: none !important;
    }
    .menu-fixed .navbar .nav-link {
        color: #fff !important;
    }
    .menu-fixed .navbar .icon-bar {
        background-color: #fff !important;
    }
    .menu-fixed .navbar .site-name, .menu-fixed .navbar .site-slogan {
        color: #fff !important;
    }
    .cover-section_lt {
        box-shadow: none !important;
    }
    .cover-bg_lt {
        height: auto;
        min-height: 35vh !important;
    }
    .cover-img_lt {
        position: fixed;
        height: auto;
        min-height: 35vh !important;
        max-width: 100vw;
        width: 100vw;
        margin: 0 !important;
        border-radius: 0;
        object-fit: cover;
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.7);
        filter: brightness(0.85);
    }

    .home-banner-content-container_lt {
        right: auto;
        top: auto !important;
        bottom: 25% !important;
    }

    .home-banner-title_lt {
        font-size: 1.5rem !important;
        line-height: 1 !important;
        letter-spacing: 0.15px;
        text-align: left !important;
    }

    .home-banner-subtitle_lt {
        text-align: left;
        margin: 0.3rem 0 0.5rem !important;
        letter-spacing: 0.25px;
        font-size: 1.05rem !important;
        font-weight: 300 !important;

    }

    .home-banner-btn-container_lt {
        justify-content: flex-start !important;
        margin-top: 0 !important;
    }

    .homepage-filter-container_lt {
        margin-top: -30px;
    }

    .card.skeleton-box-banner.border-0.rounded-0 {
        margin: 0 !important;
    }
}

/* @media screen and (min-width: 1000px) { 
    .cover-img_lt {
        display: block;
        max-height: 62vh;
    }
} */

@media screen and (max-width: 600px) {
    #navbarContainer_lt {
        width: 90vw;
    }

    .event-title_lt { 
        font-weight: 700;
    }
    .event-excerpt_lt {
        font-weight: bold;
    }
    /* .event-listing-detail_lt {
        display: flex; 
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    } */
    .event-organizer-slug_lt {
        color: #EC6608 !important; 
        text-decoration: underline;
    }
    .event-category_lt {
        background: #3A237A !important; 
        border-radius: 5px !important;
        padding: 6px 12px;
    }
    .event-share-options-container_lt {
        display: flex; 
        justify-content: space-between
    }
    .event-share-badge_lt {
        background: #EC6608 !important;
    }
    /* .card-footer_lt {
        background: #3A237A !important;
    } */
    .get-tickets-title_lt {
        text-align: center !important;
    }
    /* color #3A237A */
    .event-title_lt, 
    .get-tickets-title_lt, 
    .select-dates-time-badge_lt, 
    .seating-chart-title_lt,
    .overview-title_lt,
    .event-faq-title_lt,
    .event-gallary-title_lt,
    .watch-trailer-title_lt,
    .rating-title_lt,
    .where-title_lt,
    .when-title_lt,
    .organizer-title_lt, .organizer-title_lt > i {
        color: #3A237A !important; 
    }

    .venue-cover-img_lt {
        width: 100% !important;
        height: auto !important;
        min-height: 30vh !important;
        object-fit: cover !important;
        border-radius: 0 !important;
    }
    .sponsor-banner-link_lt {
        height: 350px;
    }
    .sponsor-banner_lt {
        height: 350px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 58px;
    }
    .sponsor-content-container-parent_lt {
        position: absolute; 
        z-index: 2; 
        margin-top: 30px;
        width: 100%;
        padding-left: 12px;
    }
    .sponsor-content-container_lt {
        display: flex; 
        flex-direction: column; 
        align-items: flex-start; 
        max-width: 70%;
    }

    .page-banner_lt {
        height: 300px;
    }

    .page-banner_lt + .db-wrapper .container > .row {
        padding-top: 0 !important;
    }
}

/* Venues, blogs and events --main page */
@media screen and (max-width: 992px) {
    .page-banner_lt + .db-wrapper_lt {
        margin-top: 0 !important;
    }

    .blogs-section_lt, 
    .opened-blog_lt { 
        margin-top: 30px !important;
    }
}

/* Events listing */
.back-image {
    background-position: center !important;
}

/* Overflow issue at some page */
html {
    overflow-x: hidden !important;
}

/* navbar contact button */
.events-contact-btn_lt { 
    text-decoration: none;
    color: #fff !important;
    text-transform: uppercase;
    max-width: fit-content;
    padding: 3px 10px;
    align-self: end;
    margin-top: 8px;
    background: #EC6608;
    font-weight: 500;
    letter-spacing: 0.25px;
    border-radius: 8px;
}

.events-contact-btn_lt:hover {
    color: #fff !important;
    background: #B2391B;
}

/* Corporate Fonts */
h1 { 
    color: #3a237a !important;
    font-family: 'Oswald', 'sans-serif' !important;
    font-weight: 600 !important;
}

h2, h3, h4, h5, h6, p {
    color: #33302e;    
}

h2 {
    font-family: 'Oswald', 'sans-serif' !important;
    font-weight: 600 !important;
}

h3, h4, h5, h6, p, pre, .caption {
    font-family: 'Jost', 'sans-serif' !important;
    font-weight: 500 !important;
}

h5 a{
    color: #3a237a !important;
    font-family: 'Oswald', 'sans-serif' !important;
    font-weight: 600 !important;
}

h6 a {
    color: #3a237a !important;
}

/* Welcome Page */
.section-heading_lt {
    color: #3a237a !important;
}

/* New Style for navbar */
.nav-header_lt {
    background: rgba(0, 0, 0, 0.35) !important; 
}

/* Content Driven Banner Styles */
.content-driven-banner { 
    margin-bottom: 1.5rem;
    position: relative;
}

.content-driven-banner .banner-container {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
}

.content-driven-banner .banner-container:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.content-driven-banner .banner-image {
    width: 100%;
    height: auto;
    display: block;
    max-height: 500px;
    object-fit: cover;
}

.content-driven-banner .banner-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.content-driven-banner .content-label {
    font-size: 12px;
    color: #666;
    text-align: center;
    margin-top: 8px;
    cursor: pointer;
    transition: color 0.2s ease;
    margin-bottom: 0;
}

.content-driven-banner .content-label:hover {
    color: #007bff;
    text-decoration: underline;
}


/* Slick Slider glitch fix */

.slick-slide.slick-active.slick-current {
    height: auto !important;
    max-height: auto !important;
} 

.col-sm-12:has(.slick-slider.slick-initialized) {
    max-height: 70vh !important;
}

/* Add this new rule to fix the slick-track height */
.slick-slider.slick-initialized, 
.slick-track,
.slick-list {
    height: auto !important;
    max-height: 70vh !important;
}

@media screen and (max-width: 600px) {
    .col-sm-12:has(.slick-slider.slick-initialized) {
        max-height: 45vh !important;
    }
    
    /* Also apply to slick-track on mobile */
    .slick-slider.slick-initialized, 
    .slick-track, .slick-list {
        max-height: 45vh !important;
    }
}

/* Desktop filter options */
.desktop-filter-options {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 1rem;
}

.desktop-filter-options > div {
    width: 100%;
}

/* Universal Filter Styles (for all devices) */
.desktop-filter-options {
    display: none;
}

/* Universal Filter Overlay */
.mobile-filter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: block;
}

/* Universal Filter Sidebar */
.mobile-filter-sidebar {   
    position: fixed;
    top: 0;
    right: -100%;
    width: 100vw;
    max-width: 400px;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    z-index: 1001;
    transition: right 0.3s ease-in-out;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.mobile-filter-sidebar-open {
    right: 0;
}

.mobile-filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #eee;
    background-color: #f8f9fa;
    position: sticky;
    top: 0;
    z-index: 10;
}

.mobile-filter-header h5 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
}

.btn-close {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #666;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.btn-close:hover {
    color: #333;
    background-color: #e9ecef;
}

.mobile-filter-content {
    padding: 1rem;
    flex: 1;
    overflow-y: auto;
}

.mobile-filter-content .form-group {
    margin-bottom: 1.5rem;
}

.mobile-filter-content .form-label {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #333;
    font-size: 0.95rem;
}

.mobile-filter-content .form-control,
.mobile-filter-content .form-select {
    border-radius: 8px;
    padding: 0.75rem 1rem;
    border: 1px solid #ddd;
    font-size: 0.95rem;
    background-color: #fff;
}

.mobile-filter-content .form-control:focus,
.mobile-filter-content .form-select:focus {
    border-color: #EC6608;
    box-shadow: 0 0 0 0.25rem rgba(236, 102, 8, 0.25);
    outline: none;
}

.mobile-filter-content .form-check {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
}

.mobile-filter-content .form-check-input {
    width: 20px;
    height: 20px;
    margin: 0;
}

.mobile-filter-content .form-check-label {
    margin: 0;
    font-size: 0.95rem;
    color: #333;
}

.mobile-filter-actions {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #eee;
}

.mobile-filter-actions .btn,
.mobile-date-overlay-actions .btn {
    padding: 0.75rem 1rem;
    font-size: 1rem;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.mobile-filter-actions .btn-outline-secondary {
    border-color: #6c757d;
    color: #6c757d;
}

.mobile-filter-actions .btn-outline-secondary:hover {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
}

.mobile-filter-actions .btn-primary,
.mobile-date-overlay-actions .btn-primary {
    background-color: #EC6608;
    border-color: #EC6608;
    color: #fff;
}

.mobile-filter-actions .btn-primary:hover,
.mobile-date-overlay-actions .btn-primary:hover {
    background-color: #B2391B;
    border-color: #B2391B;
}

/* Active Filters Container */
.active-filters-container {
    margin: 1rem 0;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.active-filter-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.active-filter-badge {
    min-width: fit-content;
    flex: 1;
    max-width: 350px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background-color: #3A237A;
    color: #fff;
    padding: 0.4rem 0.8rem !important;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer; 
    transition: all 0.2s ease;
    border: none; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.active-filter-badge:hover {
    background-color: #B2391B;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.active-filter-badge i {
    margin-left: 0.5rem;
    font-size: 0.8rem;
    opacity: 0.8;
}

.active-filter-badge:hover i {
    opacity: 1;
}

/* Hide desktop filters on all devices */
.d-none.d-md-block {
    display: none !important;
}

/* Show filter badges on all devices */
.d-md-none {
    display: block !important;
}

/* Responsive improvements for larger screens */
@media (min-width: 768px) {
    .mobile-filter-sidebar {
        max-width: 500px;
    }
    
    .mobile-filter-content {
        padding: 1.5rem;
    }
    
    .mobile-filter-header {
        padding: 1.5rem;
    }
}

/* Additional mobile optimizations */
@media (max-width: 480px) {
    .mobile-filter-sidebar {
        width: 85%;
        max-width: none;
    }

    .mobile-filter-content {
        padding: 0.75rem;
    }

    .mobile-filter-header {
        padding: 0.75rem;
    }

    .active-filter-badge {
        font-size: 0.8rem;
        padding: 0.3rem 0.6rem;
    }
}