body {
    font-family: Roboto, sans-serif;
    background-color: #f6faff;
}

.slider-ui .gallery-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    max-height: 195px;
    object-fit: cover;
}

.thumbs-overly {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #000000d1;
    color: #fff;
    padding: 7px 10px;
}

.left-txt h6 {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.right-txt p {
    margin: 2px 0 2px;
    font-size: 11px;
}

.right-txt span {
    color: #ffffff;
    font-weight: 600;
    background: #2c3f8d;
    padding: 3px;
    border-radius: 3px;
    font-size: 11px;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.slider-ui .gallery-thumbs {
    margin-top: 10px;
}

.slider-ui .gallery-thumbs-wrapper {
    position: relative;
}

.slider-ui .gallery-thumbs {
    width: 100%;
}

.slider-ui .thumbs-prev,
.slider-ui .thumbs-next {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 36px;
    background: #2c3f8d;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    box-shadow: 0px 0px 6px #ffffff;
}

.slider-ui .thumbs-prev {
    left: 10px;
}

.slider-ui .thumbs-next {
    right: 10px;
}

.slider-ui .gallery-thumbs .swiper-slide {
    border: 5px solid #ffffff;
    border-radius: 15px;
    overflow: hidden;
}

    .slider-ui .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
        border-color: #22458f;
    }

.slider-ui .thumbs-prev:after,
.slider-ui .thumbs-next:after {
    font-size: 14px;
    color: #fff;
    font-weight: 800;
}

.slider-ui .gallery-top {
    margin-top: 30px;
}

.slider-ui .thumbs-prev:hover,
.slider-ui .thumbs-next:hover {
    background: #82abdd;
}

.event-ui {
    /*border: 1px solid #a3a3a3;*/
    padding: 10px;
    border-radius: 5px;
}

.event-main {
    display: flex;
    gap: 20px;
    /**/
    border: 1px solid #a3a3a3;
    border-radius: 5px;
    padding: 9px;
    margin-bottom: 10px;
}

.event-img {
    width: 35%;
}

.event-txt {
    width: 65%;
}

    .event-txt h3 {
        margin-top: 0;
        font-weight: 600;
        color: #2c3f8d;
    }

.event-scroll {
    max-height: 500px;
    overflow-y: auto;
    margin-bottom: 15px;
}

.event-img img {
    width: 100%;
    border-radius: 8px;
}

.event-txt p {
    font-size: 15px;
}

.all-ticket {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 15px;
    margin-right: 15px;
}

.ticket-main {
    display: flex;
    align-items: center;
    background: #2c3f8d;
    width: 100%;
    border-radius: 5px;
    position: relative;
}

.date {
    color: #fff;
    text-align: center;
    padding: 10px 12px 5px;
    width: 100px;
}

    .date span:first-child {
        text-transform: uppercase;
        font-weight: 500;
        color: #fff;
        padding-top: 15px;
    }

    .date span:nth-child(2) {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 18px;
        color: #fff;
    }

    .date span:nth-child(3) {
        font-size: 30px;
        display: block
    }

/*.date span:last-child {
    color: #989898;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}*/

.card-cont {
    width: 100%;
    background: #dfe6ff;
    height: 100%;
    padding: 12px;
    position: relative;
    border-radius: 5px;
}

    .card-cont h4 {
        margin: 0 0 2px 0;
        color: #000;
        font-weight: 600;
    }

    .card-cont a {
        background: #2c3f8d;
        color: #fff;
        padding: 6px 10px;
        display: inline-block;
        border-radius: 6px;
        float: right;
        margin-top: 7px;
    }

    .card-cont:before,
    .card-cont:after {
        content: "";
        background: #fff;
        width: 20px;
        height: 20px;
        border-radius: 100px;
        position: absolute;
    }

    .card-cont:before {
        top: -8px;
        left: -10px;
    }

    .card-cont:after {
        bottom: -8px;
        left: -10px;
    }

/************** 28-01-2026 *****************/
.date-ticket {
    display: flex;
    gap: clamp(15px, 3vw, 25px);
}

.date-picker {
    max-width: 450px;
}

.ticket-details {
    margin-right: 15px;
}

    .ticket-details a {
        display: flex;
        align-items: center;
        margin-top: 20px;
        text-decoration: none;
        color: #2c3f8d;
        transition: all 0.3s ease;
        max-width: 100%;
        min-width: 230px;
        width: 100%;
    }

        .ticket-details a:hover {
            color: #000;
        }

    .ticket-details p {
        margin: 0;
        font-size: 28px;
        font-weight: 600;
        line-height: normal;
    }

    .ticket-details .glyphicon {
        font-size: 56px;
        margin-right: 2%;
        transition: all 0.3s ease;
    }

    .ticket-details a:hover span {
        transform: translate(-3px, 0px);
    }

/************** 28-01-2026 *****************/

.datepicker-ui .ui-datepicker {
    width: 100%;
    background: #22458f;
    color: #fff;
    padding: 10px;
    border: 0;
}

.datepicker-ui {
    padding-right: 15px;
    margin-top: 30px;
}

    .datepicker-ui .ui-datepicker-header {
        background: #82abdd;
        border: 0;
        border-radius: 5px;
        padding: 8px 0;
    }

        .datepicker-ui .ui-datepicker-header select {
            height: 38px;
            border: 1px solid #fff;
            border-radius: 8px;
            margin: 0 5px;
            padding: 5px;
        }

        .datepicker-ui .ui-datepicker-header .ui-corner-all {
            top: 14px;
            background: transparent !important;
            border: none !important;
            box-shadow: none !important;
        }

            .datepicker-ui .ui-datepicker-header .ui-corner-all .ui-icon {
                filter: brightness(0) invert(1);
            }

    .datepicker-ui .ui-datepicker-calendar .ui-state-default {
        background: #ffffff;
        color: black;
        padding: 10px;
        text-align: center;
        border-color: #89a7db8a;
    }

        .datepicker-ui .ui-datepicker-calendar .ui-state-default:hover {
            background: #89a7db;
        }

        .datepicker-ui .ui-datepicker-calendar .ui-state-default.ui-state-active {
            background: #89a7db;
        }

    .datepicker-ui .ui-datepicker table {
        margin: 0;
    }

.btn-design {
    background: #bf542a;
    padding: 10px 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.5s;
    margin-top: 8px;
}

    .btn-design:hover {
        background: #4892b6;
        color: #fff;
    }

@media only screen and (max-width: 1350px) {
    .ticket-details a {
        min-width: auto;
        width: auto;
    }

    .date-ticket {
        gap: clamp(15px, 3vw, 15px);
    }
}

@media only screen and (max-width: 1300px) {
    .all-ticket {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 1199px) {
    .date-ticket {
        flex-direction: column;
    }

    .ticket-details a {
        margin-top: 0;
        align-items: start;
    }

    .ticket-details .glyphicon {
        font-size: 52px;
        margin-right: 3%;
        transform: rotate(90deg);
        top: -8px;
    }

    .ticket-details a:hover span {
        transform: translateY(-5px) rotate(90deg);
    }
}

@media only screen and (max-width: 1024px) {
    .event-main {
        flex-direction: column;
    }

    .event-img,
    .event-txt {
        width: 100%;
    }

    .all-ticket {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 991px) {
    .datepicker-ui .ui-datepicker-header select {
        margin: 0 3px;
    }
}

@media only screen and (max-width: 767px) {
    .set-space {
        padding-right: 0px;
        margin-bottom: 20px;
    }

    .event-txt h3 {
        font-size: 18px;
    }

    .event-scroll {
        max-height: 300px;
        overflow-y: auto;
    }

    .swiper-wrapper {
        height: auto !important;
    }

    .slide-order {
        display: flex;
        flex-direction: column;
    }

    .set-space {
        order: 2;
    }

    .datepicker-ui {
        order: 1;
    }

    .slider-ui .gallery-top {
        margin-top: 0px;
    }

    .ticket-details, .all-ticket {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {

    .btn-design {
        padding: 10px 8px;
        font-size: 12px;
    }

    .slider-ui .thumbs-prev,
    .slider-ui .thumbs-next {
        width: 30px;
        height: 30px;
    }

    .ticket-details p {
        font-size: 22px;
    }
}

@media only screen and (max-width: 480px) {
    .all-ticket {
        grid-template-columns: 1fr;
    }

    .ticket-main {
        max-width: 100%;
    }
}


/*//header css*/

.header-top {
    background: linear-gradient(to bottom, #d8e4f1, #c6d9ed);
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    z-index: 99999;
}

    .header-top img {
        height: 58px;
        margin-right: 10px;
    }

    .header-top h1 {
        font-size: 1.6rem;
        color: #5bc0b6;
        margin: 0;
        letter-spacing: 1px;
    }
/* Navigation container */
.nav-container {
    background-color: #2d9cba;
    position: sticky;
    top: 78px;
    z-index: 99999;
}
/* Navigation bar */
.navbar {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items:center;
}

    .navbar a {
        color: white;
        text-decoration: none;
        padding: 1rem;
        display: block;
        font-weight: bold;
        transition: background-color 0.3s;
    }

        .navbar a:hover {
            background-color: #1d7a96;
        }

.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    right: 1rem;
    transform: translateY(0%);
    z-index: 1000;
}

    .menu-toggle span {
        height: 3px;
        width: 25px;
        background: white;
        margin: 3px 0;
        border-radius: 3px;
        transition: 0.3s;
    }

/* Responsive: Stack links on small screens */
@media (max-width: 768px) {
    .menu-toggle {
        display: flex;
    }

    .navbar {
        flex-direction: column;
        align-items: stretch;
        display: none;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
    }

        .navbar.active {
            display: flex;
            max-height: 300px;
        }

        .navbar a {
            text-align: center;
            border-top: 1px solid rgba(255, 255, 255, 0.2);
            padding: 0.8rem;
            opacity: 0;
            transform: translateY(-10px);
            transition: opacity 0.3s ease, transform 0.3s ease;
        }

        .navbar.active a {
            opacity: 1;
            transform: translateY(0);
        }

    .nav-container {
        padding: 0.5rem 0;
    }

    .menu-toggle {
        align-items: end;
        margin-right: 15px;
    }

        /* Hamburger animation */
        .menu-toggle.active span:nth-child(1) {
            transform: rotate(45deg) translate(7px, 5px);
        }

        .menu-toggle.active span:nth-child(2) {
            opacity: 0;
        }

        .menu-toggle.active span:nth-child(3) {
            transform: rotate(-45deg) translate(8px, -6px);
        }
}

/* Footer Styles */
.footer {
    background-color: #2d9cba;
    margin-top: auto;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999999;
}

.footer-content {
    padding: 0.8rem;
    text-align: right;
}

.footer-text {
    color: white;
    font-size: 1rem;
    line-height: 1.4;
    margin: 0 0 0.5rem 0;
}

.powered-by {
    color: white;
    font-size: 1.4rem;
    margin: 0;
    text-align: right;
}

.footer-link {
    color: #2c3f8d;
    text-decoration: none;
    font-weight: bold;
}

    .footer-link:hover {
        text-decoration: underline;
    }

/* Push footer to bottom */
.header-top, .nav-container {
    flex-shrink: 0;
}

/* Add main content area */
.main-content {
    flex: 1;
    padding: 2rem 1rem;
    max-width: 1200px;
    margin: 0 auto;
}

/* Responsive footer */
@media (max-width: 768px) {
    .footer-text {
        font-size: 0.7rem;
    }

    .powered-by {
        font-size: 0.7rem;
        text-align: center;
        margin-top: 0.5rem;
    }
}

.has-performance a {
    background-color: #2c3f8d !important;
    color: #ffffff !important;
}


/* Disabled dates in calendar */
.datepicker-ui .ui-datepicker-calendar .ui-state-disabled {
    opacity: 1;
    cursor: not-allowed !important;
}

    .datepicker-ui .ui-datepicker-calendar .ui-state-disabled .ui-state-default {
        background: #c5c5c5;
        color: black;
        padding: 10px;
        text-align: center;
        border-color: #89a7db8a;
    }

    .datepicker-ui .ui-datepicker-calendar .ui-state-disabled:hover {
        background: #e0e0e0 !important;
    }

/* No performance dates style */
.datepicker-ui .ui-datepicker-calendar .no-performance {
    /*opacity: 0.4;*/
}