.misk-btn-login, .misk-header-actions > p {
    background-color: white;
    color: var(--color-electric-indigo);
    border-color: var(--color-white)
}

svg.avatar_icon {
    display: none;
}

.earth_icon {
    display: none;
}

.misk-btn.misk-btn-lang {
    color: white;
    border-color: var(--color-white);
}

    .misk-btn.misk-btn-lang:hover {
        color: white;
        border-color: var(--color-electric-indigo);
        background-color: transparent;
    }

.misk-header-nav a {
    color: white;
}

.misk-header-logo {
    display: none;
}

.home-page-header {
    display: block;
}


svg.avatar_icon_white {
    display: unset;
}

.earth_icon_white {
    display: block;
}

.home-page-header {
    display: block;
}

.swiper-button-prev.hppresentation-microsite-swiper-button-prev {
    display: none;
}

.swiper-button-next.hppresentation-microsite-swiper-button-next {
    display: none;
}

.HPPresentationMicrositeMainDiv.showoneslide .hppresentation-microsite-swiper-slide {
    width: 100% !important;
}



.swiper-pagination-bullet {
    width: 9px !important;
    height: 9px !important;
    background: #999;
    border-radius: 2px;
    opacity: 1;
    transition: all 0.3s ease;
}


.swiper-pagination-bullet-active {
    width: 98px !important;
    height: 9px !important;
    background: #007aff;
    border-radius: 4px;
}

.swiper-pagination-bullet:hover {
    background-color: var(--color-electric-indigo) !important;
}

.swiper-pagination-bullet-active {
    background-color: var(--color-electric-indigo) !important;
}

.swiper-pagination {
    text-align: right;
}

.swiper-pagination-bullets {
    padding-left: 80px;
    padding-right: 80px;
}


.content-text {
    max-width: 650px;
    text-align: center;
    margin: auto;
    font-size: 20px;
    color: var(--color-white);
}

.starting-date {
    padding-top: 35px;
    padding-bottom: 45px;
    text-align: center;
    color: var(--color-white);
}

.action-cotainer {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 101;
}

.HP-Presentation-Group-Overlay {
    position: absolute;
    height: 35%;
    width: 100%;
    top: 65%;
    left: 0;
    background: transparent linear-gradient(0deg, #1C1E42 0%, #1C1E429F 86%, #1C1E4200 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}

.get-ticket-buttun {
    padding: 13px 19px;
    background: var(--color-electric-indigo);
    display: flex;
    border-radius: 16px;
    gap: 10px;
    align-items: center;
    transition: all 0.4s ease-in-out;
    border: 1px solid transparent;
    cursor: pointer;
    overflow: hidden;
    color: var(--color-white);
}

.get-ticket-errow {
    height: 24px;
}

.know-more-container {
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding-bottom: 4px;
    transition: border-color 0.3s ease, border-bottom 0.3s ease;
    cursor: pointer;
    color: var(--color-white);
}

.event-program-text {
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
    text-align: center;
    width: 100vw;
}

.misk-header {
    opacity: 1;
}

.get-ticket-buttun:hover {
    background-color: #1C1E42;
    border: 1px solid #0083c4;
}


.get-ticket-text,
.get-ticket-errow {
    transition: transform 0.4s ease-in-out;
}


.get-ticket-errow {
    transform: translateX(88px);
}

.get-ticket-text {
    transform: translateX(-35px);
}


@media (max-width: 992px) {
    .get-ticket-text {
        transform: unset;
    }
}

.get-ticket-buttun:hover .get-ticket-errow,
.get-ticket-buttun:hover .get-ticket-text {
    transform: translateX(0);
}

.know-more-container:hover {
    border-bottom: 2px solid #0083c4;
}







.u-tableCell {
    display: flex;
    justify-content: center;
    align-items: stretch;
}


.catStyle {
    flex: 1;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    background: white;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    transition: all 0.3s ease;
    border-top: 1px solid #0083c4;
    border-bottom: 1px solid #0083c4;
    border-right: none;
    width: unset;
}


    .catStyle:first-child {
        border-radius: 20px 0 0 20px;
        border-left: 1px solid #0083c4;
    }

    .catStyle:last-child {
        border-right: 1px solid #0083c4;
        border-radius: 0 20px 20px 0;
    }



    .catStyle:not(:last-child)::after {
        content: "";
        position: absolute;
        right: -1px;
        top: 20%;
        bottom: 20%;
        width: 1px;
        background: #99A9B5;
        z-index: 2;
        border-radius: 1px;
    }



    .catStyle .marginBox {
        background: none !important;
        display: flex;
        justify-content: center;
        width: 100%;
        align-content: center;
        align-items: center;
    }

    .catStyle .AbsoColor,
    .catStyle .MyArrowCat {
        display: none !important;
    }

    .catStyle .EvCatTitle {
        position: static !important;
        background: none !important;
        color: inherit !important;
        font-weight: inherit;
    }


    .catStyle.active,
    .catStyle:hover {
        background: #ffffff;
        color: #fff;
        font-weight: bold;
    }


    .catStyle.active,
    .catStyle:hover {
        color: #fff;
        font-weight: bold;
        position: relative;
    }


        .catStyle.active::before,
        .catStyle:hover::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0px;
            right: 0px;
            bottom: 0;
            background: #0083c4;
            border-radius: 16px;
            z-index: 1;
        }


    .catStyle span,
    .catStyle .EvCatTitle {
        position: relative;
        z-index: 2;
        margin-top: 20px;
    }


.EvCatTitle {
    font-family: var(--font-main);
    font-size: 22px;
}






.add-custom-events {
    display: flex;
    flex-wrap: wrap;
    /* gap: 2rem; */
    padding: 1rem;
    margin-top: 50px !important;
    padding: 0 60px;
    justify-content: center;
}



.customeventitem {
    display: flex;
    background-color: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    width: 100%;
    padding: 15px;
    justify-content: center;
}





.customeventpic {
    flex: 0 0 40%;
    overflow: hidden;
    border-radius: var(--border-radius-20);
}

.customevent-bgimage {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: var(--border-radius-20);
    transition: all 0.2s;
}



.customeventdetails {
    flex: 1;
    padding: 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #F5F5FC;
    border-radius: var(--border-radius-16);
}

    .customeventdetails .row {
        display: flex;
        flex-direction: column;
        height: 100%;
        margin: 0;
    }

    .customeventdetails .col-md-9,
    .customeventdetails .col-md-3 {
        width: 100%;
        padding: 0;
        float: none;
    }

    .customeventdetails .col-md-9 {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }



    .customeventdetails::before {
        content: '';
        position: absolute;
        top: 24px;
        left: 24px;
        padding: 4px 12px;
        border-radius: 6px;
        font-size: 12px;
        font-weight: 600;
        font-family: var(--font-main-bold);
        font-size: 12px;
    }




.customeventname {
    order: 1;
    margin-top: 15px;
}

    .customeventname a {
        font-size: 1.25rem;
        font-weight: 700;
        color: #212529;
        text-decoration: none;
        font-family: var(--font-main-bold);
        font-size: 16px;
    }

        .customeventname a:hover {
            color: #6f42c1;
        }

.customeventdate {
    order: 2;
    font-size: 0.9rem;
    color: #6c757d;
    margin-top: 12px;
    position: relative;
    padding-left: 24px;
    font-family: var(--font-main);
    font-size: 14px;
}

    .customeventdate::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f073";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

.customeventdesc {
    order: 3;
    font-size: 0.9rem;
    color: #6c757d;
    margin-top: 8px;
    position: relative;
    padding-left: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-family: var(--font-main);
}

    .customeventdesc::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f3c5";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }



.customeventbuttonmoreinfo {
    display: none;
}

.customeventdetails .col-md-3 {
    margin-top: auto;
    padding-top: 20px;
}

.customeventbuttonbuy {
    background-color: #0083c4;
    color: #ffffff;
    border-radius: 8px;
    padding: 8px 18px;
    font-weight: 600;
    font-size: 0.85rem;
    text-align: center;
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.2s ease;
    font-family: var(--font-main);
    font-size: 16px;
    border-radius: 16px;
    border: solid 1px #0083c4;
}

.customeventitem:hover .customeventbuttonbuy {
    background-color: transparent;
    color: #0083c4;
    border: solid 1px #0083c4;
}

.customeventbuttonbuy a.u-imgLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}



@media (max-width: 992px) {

    .add-custom-events {
        grid-template-columns: 1fr;
        padding: 15px;
    }

    .customeventitem {
        flex-direction: column;
    }

    .customeventpic {
        flex-basis: 220px;
    }
}

@media (min-width:576px) {

    .customeventitem {
        width: 50%;
    }
}

.row:before {
    display: none;
}



.customeventdate::before {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'><path d='M9.75,4a.627.627,0,0,1,.625.625V5.25h2.5V4.625a.625.625,0,0,1,1.25,0V5.25H16A1.25,1.25,0,0,1,17.25,6.5v8.125A1.25,1.25,0,0,1,16,15.875H7.25A1.25,1.25,0,0,1,6,14.625V6.5A1.25,1.25,0,0,1,7.25,5.25H9.125V4.625A.627.627,0,0,1,9.75,4ZM9.125,6.5H7.25V8.375H16V6.5H14.125v.625a.625.625,0,0,1-1.25,0V6.5h-2.5v.625a.625.625,0,1,1-1.25,0ZM16,9.625H7.25v5H16Z' transform='translate(-4.125 -2.75)' fill='%23f34b2d'/><path d='M0,0H15V15H0Z' fill='none'/></svg>");
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 34px;
}

.customeventdesc::before {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'><path d='M5.427,12.6l.45-.509q.769-.877,1.381-1.669L7.6,9.974Q9.71,7.124,9.712,5.449a4.286,4.286,0,1,0-8.572,0q0,1.673,2.116,4.525l.341.447Q4.384,11.438,5.427,12.6Z' transform='translate(2.073 0.645)' fill='none' stroke='%23f34b2d' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/><path d='M12.712,10.928A1.786,1.786,0,1,1,10.928,9.14,1.786,1.786,0,0,1,12.712,10.928Z' transform='translate(-3.427 -4.855)' fill='none' stroke='%23f34b2d' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/><path d='M0,0H15V15H0Z' fill='none'/></svg>");
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 6px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


.custom-select-wrapper {
    display: block;
}

.catContainer {
    display: none;
}


@media (min-width: 768px) {
    .custom-select-wrapper {
        display: none !important;
    }

    .catContainer {
        display: block;
    }
}





.custom-select-wrapper {
    position: relative;
    user-select: none;
    font-family: var(--font-main-bold);
    font-size: 18px;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}


    .custom-select-wrapper select {
        display: none;
    }

.select-styled {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    width: 200px;
    text-align: center;
    background-color: #6A00F4;
    color: #fff;
    padding: 12px 40px 12px 20px;
    border-radius: 8px;
    font-weight: 500;
    position: relative;
}

    .select-styled::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #fff;
    }

    .select-styled.active::after {
        border-top: 0;
        border-bottom: 6px solid #fff;
    }

.select-options {
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #f8f8f8;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 200px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

    .select-options li {
        color: #333;
        padding: 12px 20px;
        cursor: pointer;
        transition: background-color 0.2s ease;
    }

        .select-options li:hover {
            background-color: #e9e9e9;
        }


.custom-select-wrapper {
    text-align: center;
}


.HPPresentationMicrositeMainDiv .hppresentation-microsite-swiper {
    padding: 0;
}




/* Mobile styles only (up to 767px width) */
@media (max-width: 767px) {

    .swiper-slide {
        background-color: #161733;
        height: 100vh;
    }

    .hppresentation-microsite-swiper {
        height: 100vh;
    }

    .hppresentation-microsite-swiper-slide img {
        object-fit: cover;
        height: 59%;
        width: 100%;
        top: 32%;
    }

    .hppresentation-microsite-swiper-slide {
        height: 100%;
    }

    .content-text {
        font-family: var(--font-main);
        font-size: 20px;
        color: var(--color-white);
    }

    .starting-date {
        font-family: var(--font-main-bold);
        font-size: 16px;
        color: var(--color-white);
    }

    #arrow_right {
        display: none;
    }

    .swiper-pagination {
        text-align: center;
        padding-bottom: 20px;
    }

    .swiper-slide {
        height: 100vh;
    }
}

.Category-listing-main-container::before {
    content: "Event program";
    display: block;
    text-align: center;
    font-family: var(--font-main-bold);
    font-size: 28px;
    color: black;
    padding-top: 65px;
    letter-spacing: 2px;
    padding-bottom: 6px;
    margin-bottom: 20px;
}

.catContainer {
    padding-bottom: 50px
}

.MyMainDiv1430 {
    max-width: 1771px !important;
    width: 100% !important;
    margin: 0 auto !important;
}




.catStyle {
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    background: white;
    color: #222;
    transition: color 0.3s ease-in-out;
    flex-grow: 1 !important;
    max-width: unset;
}

    .catStyle::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #0083c4;
        border-radius: 16px;
        z-index: 1;
        opacity: 0;
        transform: scale(0.95);
        transition: all 0.3s ease-in-out;
    }

    .catStyle.active::before,
    .catStyle:hover::before {
        opacity: 1;
        transform: scale(1);
    }


    .catStyle.active,
    .catStyle:hover {
        color: #fff;
        font-weight: bold;
    }


    .catStyle .EvCatTitle {
        position: relative;
        z-index: 2;
    }


.misk-burger-open .misk-header {
    z-index: 3;
}

.misk-burger-menu {
    z-index: 2;
}


.misk-burger-menu-svg {
    display: none;
}

.misk-burger-menu-svg-black {
    display: block;
}








.about-us-section {
    text-align: center;
    padding: 80px 20px;
    background-color: #ffffff;
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-us-title {
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 30px;
}

.about-us-description {
    max-width: 800px;
    margin: 0 auto 50px auto;
    font-size: 18px;
    line-height: 1.6;
    color: #666666;
    font-family: var(--font-main);
    font-size: 18px;
}

@media (max-width: 992px) {
    .about-us-description {
        font-size: 16px;
    }
}

.contact-us-button {
    BACKGROUND-COLOR: var(--color-electric-indigo);
    min-height: 50px;
    min-width: 130px;
    border-radius: var(--border-radius-10);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-electric-indigo);
    MAX-WIDTH: 241px;
    color: var(--color-white);
}


    .contact-us-button:hover {
        background-color: transparent;
        color: var(--color-electric-indigo);
    }







.contact-us-button {
    transition: transform 0.3s ease;
}

    .contact-us-button svg {
        transform: translateX(5px);
        /* Moves the arrow 5px to the right */
    }

.misk-burger-open .misk-header {
    background: transparent;
}

.misk-burger-open .earth_icon_white {
    display: none;
}

.misk-burger-open .earth_icon {
    display: block;
}

.misk-burger-open .home-page-header {
    display: none !important;
}

.misk-burger-open .home-page-header {
    display: none !important;
}

.misk-burger-open .misk-header-logo {
    display: block;
}

.misk-burger-open .misk-btn-lang {
    color: var(--color-electric-indigo) !important;
}

.customeventcategory {
    color: black;
    border: 1px solid #f34b2d;
    border-radius: 16px;
    width: fit-content;
    padding: 3px 8px;
}



.col-sm-12:has(> .Category-listing-main-container) {
    width: 100% !important;
}

.HPPresentationMicrositeMainDiv .hppresentation-microsite-swiper-slide img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.swiper-wrapper {
    height: 100vh !important;
}



.contact-us-buttun .get-ticket-errow {
    transform: translateX(0px);
}

.contact-us-buttun .get-ticket-text {
    transform: translateX(3px);
}

.contact-us-buttun:hover {
    background-color: white;
    border: 1px solid #8c7ba7;
    color: var(--color-electric-indigo);
}

    .contact-us-buttun:hover #Path_68 {
        fill: var(--color-electric-indigo);
    }


.misk-header-nav a.active {
    color: white;
    font-weight: bold;
}


.misk-header-actions {
    border-color: var(--color-white)
}
.header-container {
    
    background: linear-gradient(180deg, #1C1E42 0%, rgba(28, 30, 66, 4.62) 64%, rgba(28, 30, 66, 0) 100%) no-repeat padding-box;
}

.get-ticket-errow {
    display: none !important;
}

@media (min-width:992px) {
    .get-ticket-errow {
        display: block !important;
    }
}

.customeventitem:hover .customevent-bgimage{
transform: scale(1.3);
}