@media (max-width: 768px) {
    .banner-find-match {
        max-width: 60%;
    }
}

.banner-find-match {
    max-width: 80%;
}

.banner-find-match img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.banner-find-match img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

@media (max-width: 768px) {
    .banner-etf-logo {
        display: none!important;
    }
    .banner-etf-logo-mobile {
        display: block!important;
    }
}

    .banner-etf-logo {
        display: block;
    }
    .banner-etf-logo-mobile {
        display: none;
    }

/* Scrollbar */
::-webkit-scrollbar {
    width: 8px;
    height: 10px;
    background: #EBEDF0;
}

::-webkit-scrollbar-thumb {
    background: #CDD3DF;
    border-radius: 10px;
}

/* General */
p{
    margin-top: 0;
    margin-bottom: 0;
}

.web-view{
    display: block;
    @media screen and (max-width: 1025px) {
        display: none;
    }
}

.mobile-view{
    display: none;
    @media screen and (max-width: 1025px) {
        display: block;
    }
}

.d-flex{
    display: flex;
}

.justify-content-center{
    justify-content: center;
}

.justify-content-between{
    justify-content: space-between;
}

.justify-content-end{
    justify-content: end;
}

.align-items-start{
    align-items: flex-start
}

.align-items-center{
    align-items: center
}

.flex-column{
    flex-direction: column
}

.flex-row{
    flex-direction: row
}

.font-weight-bold{
    font-weight: 600 !important;
}

.underline{
    text-decoration: underline;
}

.text-decoration-none{
    text-decoration: none;
}

.bg-white{
    background-color: white;
}

.text-white{
    color: white;
}

.text-black{
    color: #000000;
}

.text-black-2{
    color: #F2F2F2;
}

.text-black-3{
    color: #3A3A3A;
}

.text-black-4{
    color: #484848;
}

.text-black-5{
    color: #191919;
}
.text-fsm {
    color: #BD2E26;
}

.text-left{
    text-align: left;
}

.text-right{
    text-align: right;
}

.text-center{
    text-align: center;
}

.text-justify{
    text-align: justify
}

.w-100{
    width: 100%;
}

/* Font Size */
.text-xs{
    font-size: 12px;
}

.text-sm{
    font-size: 14px;
    @media screen and (max-width: 993px) {
        font-size: 12px;
    }
}

.text-tw-sm{
    font-size: 14px;
}

.text-base{
    font-size: 16px;
    @media screen and (max-width: 993px) {
        font-size: 14px;
    }
}

.text-tw-base{
    font-size: 16px;
}

.text-18{
    font-size: 18px;
    @media screen and (max-width: 993px) {
        font-size: 16px;
    }
}

.text-tw-18{
    font-size: 18px;
}

.text-md{
    font-size: 19px;
    @media screen and (max-width: 993px) {
        font-size: 16px;
    }
}

.text-tw-20{
    font-size: 20px;
}

.text-22{
    font-size: 22px;
    @media screen and (max-width: 993px) {
        font-size: 19px;
    }
}

.text-lg{
    font-size: 24px;
    @media screen and (max-width: 993px) {
        font-size: 19px;
    }
}


.text-tw-28{
    font-size: 28px;
}

.text-28{
    font-size: 28px;
    @media screen and (max-width: 993px) {
        font-size: 24px;
    }
}

.text-tw-32{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
}

.text-xl{
    font-size: 32px;
    @media screen and (max-width: 993px) {
        font-size: 24px;
    }
}

.text-xxl{
    font-size: 36px;
    @media screen and (max-width: 993px) {
        font-size: 32px;
    }
}

.text-xxxl{
    font-size: 48px;
    @media screen and (max-width: 993px) {
    font-size: 36px;
    }
}


/* Padding */
.pt-0{
    padding-top: 0 !important;
}

.pt-4{
    padding-top: 16px;
}

.px-4{
    padding-left: 16px;
    padding-right: 16px;
}

.py-3{
    padding-top: 12px;
    padding-bottom: 12px;
}

.py-4{
    padding-top: 16px;
    padding-bottom: 16px;
}

.pl-4{
    padding-left: 16px;
}

.pl-6{
    padding-left: 24px;
}

.pb-3{
    padding-bottom: 12px;
}

.pb-4{
    padding-bottom: 16px;
}

.pb-6{
    padding-bottom: 24px
}

.pb-10{
    padding-bottom: 40px
}

.p-4{
    padding: 16px
}

.p-6{
    padding: 24px
}

.pl-0{
    padding-left: 0;
}

.p-12{
    padding: 48px
}

/* Margin */
.mt-0{
    margin-top: 0;
}

.mt-2{
    margin-top: 8px;
}

.mt-3{
    margin-top: 12px;
}

.mt-4{
    margin-top: 16px;
}

.mt-6{
    margin-top: 24px;
}

.mt-8{
    margin-top: 32px;
}

.mt-230-px{
    margin-top: 230px;
    @media screen and (min-width: 993px) and (max-width: 1025px) {
        margin-top: 100px;
    }
    @media screen and (max-width: 993px) {
        margin-top: 0;
    }
}

.mt-12{
    margin-top: 48px;
}

.mt-70-px{
    margin-top: 70px;
}

.mb-0{
    margin-bottom: 0 !important;
}

.mb-1{
    margin-bottom: 4px;
}

.mb-2{
    margin-bottom: 8px;
}

.mb-3{
    margin-bottom: 12px;
}

.mb-4{
    margin-bottom: 16px;
}

.mb-6{
    margin-bottom: 24px;
}

.mb-8{
    margin-bottom: 32px;
}

.mb-10{
    margin-bottom: 40px;
}

.mb-12{
    margin-bottom: 48px;
}

.mb-14{
    margin-bottom: 56px;
}

.mb-16{
    margin-bottom: 64px;
}

.mb-20{
    margin-bottom: 80px;
}

.mb-120-px{
    margin-bottom: 120px;
}

.ml-2{
    margin-left: 8px;
}

.ml-3{
    margin-left: 12px;
}

.ml-4{
    margin-left: 16px;
}

.ml-5{
    margin-left: 20px;
}


.mr-3{
    margin-right: 12px;
}

.mr-4{
    margin-right: 16px;
}

.mr-6{
    margin-right: 24px;
}

.mr-12{
   margin-right: 48px;
}

.my-2{
    margin-top: 8px;
    margin-bottom: 8px;
}

.mx-6{
    margin-left: 24px;
    margin-right: 24px;
}

.my-4{
    margin-top: 16px;
    margin-bottom: 16px;
}

.my-6{
    margin-top: 24px;
    margin-bottom: 24px;
}

.my-12{
    margin-top: 48px;
    margin-bottom: 48px;
}

.m-6{
    margin: 24px
}

.m-12{
    margin: 48px;
}

.gap-3{
    gap: 12px;
}

.gap-10-px{
    gap: 10px;
}

.gap-4{
    gap: 16px;
}

.gap-12{
    gap: 48px;
}

.gap-16{
    gap: 64px;
}

.h-42-px{
    height: 42px;
}

.container{
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 7.5px;
    padding-left: 7.5px;
    @media screen and (min-width: 994px)  and (max-width: 1025px) {
        padding-right: 100px;
        padding-left: 100px;
    }
    @media screen and (max-width: 993px) {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.top-container{
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    @media screen and (min-width: 1500px) {
        max-width: 1500px;
    }
    @media screen and (max-width: 993px) {
        padding-left: 16px;
        padding-right: 16px;
    }
}


/* Navigation */
.header-logo {
    max-width: 190px;
    float: left;
    margin-right: 10px;
    height: 32px;
    margin-left: 0px;
}

.float-left{
    padding: 0 !important;
    float: left;
    @media screen and (min-width: 993px) and (max-width: 1025px) {
        padding-left: 20px
    }
}

.navbar-nav {
    text-align: right;
    vertical-align: middle;
    line-height: 38px;
    padding: 0;
    box-shadow: none;
    max-width: 1250px;
    margin-left: auto;
    margin-top: 30px;
    margin-right: auto;
    @media screen and (max-width: 546px) {
        margin-top: 0;
        margin-bottom: 0;
    }
    @media screen and (max-width: 1025px) {
        padding-left: 20px;
    }
    @media screen and (min-width: 1500px) {
        max-width: 1500px;
    }
}

.nav-item {
    vertical-align: middle;
    height: auto;
    transition: 0.3s;
    color: #3C4043 !important;
    margin: 0;
    padding: 0 20px;
    white-space: nowrap;
    cursor: pointer;
    position: relative !important;
    top: 1px !important;
    display: inline-grid !important;
    @media screen and (max-width: 993px) {
        display: contents !important;
    }
}

.nav-link {
    color: #3C4043;
    font-size: 16px;
    font-weight: 600;
    border: transparent;
    transition: all 0.3s ease;
    text-decoration: none;
    @media screen and (max-width: 993px) {
        font-weight: 400;
        font-size: 14px;
    }
}

.nav-link-disabled{
    color: #3C4043;
    font-size: 16px;
    font-weight: 600;
    border: transparent;
    transition: all 0.3s ease;
    text-decoration: none;
    @media screen and (max-width: 993px) {
        font-weight: 400;
        font-size: 14px;
    }
}

.btn1 {
    color: white;
    background: #BD2E26;
    border: none;
    border-radius: 100px;
    font-size: 16px;
    height: 36px;
    line-height: 0 !important;
    padding: 8px 12px;
    cursor: pointer;
}

.btn2 {
    color: white;
    background: #BD2E26;
    border: none;
    border-radius: 100px;
    font-size: 16px;
    line-height: 0 !important;
    padding: 12px 24px;
    cursor: pointer;
    height: 43px;
    width: max-content;
    font-weight: 600;
    cursor: pointer;
}

.find-out-more{
    color: white;
    background: #BD2E26;
    border: none;
    border-radius: 100px;
    font-size: 18px;
    line-height: 0 !important;
    padding: 12px 24px;
    cursor: pointer;
    height: 43px;
    width: fit-content;
    font-weight: 600;
    cursor: pointer;
}

/* Hover Styles */
.nav-link:hover {
    color: #BD2E26;
}

.btn1:hover {
    color: #fff;
    box-shadow: 0 3px 10px 0 #bd2e26;
}

/* Active Styles */
.nav-item.active .nav-link {
    color: #bd2e26 !important;
    border-bottom: 3px solid #bd2e26 !important;
    padding-bottom: 0px;
    display: inline-block;
}

/* Mobile Navigation */
.navbar-xs{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.6);
    text-align: right;
    vertical-align: middle;
    backdrop-filter: blur(8px);
    box-shadow: none;
    display: block;
    padding-left: 16px;
    padding-right: 16px;
    @media screen and (min-width: 993px) {
       display: none;
    }
}
.fsmone-icon-mobile-web{
    margin: 12px 16px;
    height: 24px;
}

.dropdown {
    font-size: 14px;
    height: 48px !important;
    line-height: 48px !important;
    padding-right: 16px;
}

.dropdown-content {
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    margin-left: -36px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    padding: 0 20px;
    margin-top: 64px;
    display: none;
}

.dropdown-content a {
    float: none;
    color: black;
    text-decoration: none;
    display: block;
    text-align: left;
    border-bottom: 1px solid #dddddd;
}

.dropdown-content a:hover {
    font-weight: 600;
}

.menu-item{
    color: #191919;
}

.dropdown-icon{
    font-size: 12px;
    margin-left: 5px;
    color: black
}

.dropdown-container {
    display: flex;
    align-items: center;
    float: right;
}

.dropdown-container .font-weight-bold {
    margin-top: 1px;
}

.dropdown-container .dropdown-icon svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}


.mid-year-review-2024{
    background: #f3f5f6;

    .h3-title {
        font-size: 36px !important;
        margin-top: 0px;
        margin-bottom: 12px;
        @media screen and (max-width: 993px) {
            font-size: 22px !important;
            margin-top: 0;
        }
    }

    /* Navigation */
    .navigation-bar{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        background: rgba(255, 255, 255, 0.6);
        text-align: right;
        height: 96px;
        vertical-align: middle;
        backdrop-filter: blur(8px);
        display: block;
        padding-left:16px;
        padding-right:16px;
        @media screen and (max-width: 993px) {
            display: none;
        }
    }

    /* Section Gapping */
    .section-gap{
        /* padding-top: 16px;
        padding-bottom: 60px;
        @media screen and (max-width: 993px) {
            padding-bottom: 30px;
        } */
        padding-top: 90px;
        /* padding-bottom: 60px; */
        @media screen and (max-width: 993px) {
            padding-top: 50px;
        }
    }

    /* Top */
    .btn-register-now-stay-ahead{
        background: #BD2E26;
        border-radius: 100px;
        color: #FFFFFF;
        border: transparent;
        padding: 20px 24px;
        cursor: pointer;
    }

    .btn-register-now-outline{
        color: #BD2E26;
        background: #F3F5F6;
        border: 1px solid #BD2E26;
        border-radius: 100px;
        padding: 20px 24px;
        margin-left: 24px;
        cursor: pointer;
    }

    .top-image-container{
        margin-left: 120px;
        margin-left: 0;
        @media screen and (min-width: 1025px) {
            margin-left: 50px;
        }
        @media screen and (min-width: 1500px) {
            margin-left: 120px;
        }
    }

    .top-image{
        border-radius: 20px;
        width: 620px;
        @media screen and (max-width: 1025px) {
            height: 446px;
            width: 100%;
        }
    }

    .top-page{
        display: block;
        @media screen and (max-width: 1025px) {
            display: none;
        }
    }

    .top-page-mobile{
        display: none;
        @media screen and (max-width: 1025px) {
            margin-top: 95px;
            display: block;
            padding-left: 16px;
            padding-right: 16px;
        }
    }

    .fsm-logo-size{
        width: 15%;
    }


    /* Highlights */
    .highlight-container{
        display: grid;
        grid-template-columns: auto auto auto auto;
        gap: 48px;
        @media screen and (max-width: 993px) {
            grid-template-columns: auto;
            gap: 16px;
        }
    }

    .top-container{
        gap: 24px !important;
    }

    .highlight-content-bottom{
        min-width: 200px;
        padding: 24px;
        border-radius: 20px;
        @media screen and (max-width: 993px) {
            min-width: auto;
            padding: 24px;
        }
    }

    .highlight-content {
        position: relative;
        background-color: rgba(0, 0, 0, 0.4); /* Adjust opacity (0.4 is 40% opaque black) */
        min-width: 200px;
        padding: 32px 24px;
        border-radius: 20px;
        @media screen and (max-width: 993px) {
            min-width: auto;
            padding: 24px;
        }
    }

    .highlight-content > div {
        position: relative; /* Ensure content stays on top of the background layer */
        z-index: 1; /* Ensure content is above the background layer */
    }

    .highlight-content::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 20px;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 0;
    }

    .highlight-content-mobile{
        min-width: auto;
        padding: 24px;
        border-radius: 20px;
        height: 250px;
        @media screen and (min-width: 993px) {
            height: 295px;
        }
    }

    .right-arrow{
        background-color: #FFFFFF;
        border-radius: 50%;
        padding: 10px
        display: flex;
    }

    .last-item{
        background: transparent linear-gradient(180deg, #BD2E26 0%, #FA626C 100%) 0% 0% no-repeat padding-box;
    }

    .middle-highlight-top-container{
        background-color: #FEF1E0;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        margin-top: -5px;
        margin-bottom: 48px;
        @media screen and (max-width: 576px) {
            margin-bottom: 28px;
        }
    }

    .middle-highlight-container{
        background: transparent linear-gradient(107deg, #DBD5E1 0%, #F3F5F6 100%);
        border-radius: 0px 20px 20px 0px;
        height: 330px;
        margin-top: 0;
        @media screen and (max-width: 1025px) {
            height: auto;
            margin-top: -5px;
            border-radius: 0px 0px 20px 20px;
        }
    }

    .middle-highlight-bottom-container{
        background: transparent linear-gradient(254deg, #E8E4E3 0%, #F3F5F6 100%);
        border-radius: 20px 0px 0px 20px;
        height: 330px;
        margin-top: 0;
        @media screen and (max-width: 1025px) {
            height: auto;
            margin-top: -5px;
            border-radius: 0px 0px 20px 20px;
        }
    }

    .middle-highlight-content{
        padding: 24px;
        @media screen and (max-width: 576px) {
            padding: 16px;
        }
    }

    .lucky-draw-img{
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        width: 100%;
    }

    .early-bird-perks-img{
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        height: 330px;
        @media screen and (max-width: 1025px) {
            width: 100%;
            height: auto;
            border-top-right-radius: 20px;
            border-bottom-left-radius: 0;
        }
    }

    .acct-opening-img{
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        height: 330px;
        @media screen and (max-width: 1025px) {
            width: 100%;
            height: auto;
            border-top-left-radius: 20px;
            border-bottom-right-radius: 0;
        }
    }

    .btn-register-now{
        padding: 20px 24px;
        border-radius: 100px;
        background-color: #FFFFFF;
        margin-bottom: 49px;
        border: transparent;
        @media screen and (max-width: 993px) {
            padding: 12px 44px;
        }
    }


    .highlight-section-content{
        display: block;
        @media screen and (max-width: 1025px) {
            display: none;
        }
    }

    .highlight-section-content-mobile{
        display: none;
        @media screen and (max-width: 1025px) {
            display: block;
        }
    }

    /* About the event */
    .about-title{
        font-size: 36px;
        font-weight: 600;
        margin-bottom: 12px;
        margin-top: 40px;
        @media screen and (max-width: 993px) {
            font-size: 28px;
            margin-bottom: 8px;
            margin-top: 20px;
        }
    }
    .bg-about {
        background-image: url(https://connect.fsmone.com.my/media/images/myr2025/1080x400-BG.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding-bottom: 16px;
    }
    .about-subtitle{
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 12px;
        margin-top: 40px;
        @media screen and (max-width: 993px) {
            font-size: 22px;
            margin-bottom: 8px;
        }
    }

    .line-height {
        line-height: 1.5rem;
    }


    .about-event{
        display: block;
        @media screen and (max-width: 1025px) {
            display: none;
        }
    }

    .about-event-mobile{
        display: none;
        @media screen and (max-width: 1025px) {
            display: block;
        }
    }

    /* Join us on-site to explore a dynamic hub of investment opportunities */
    .join-us-content{
        line-height: 1.5rem;
        display: grid;
        grid-template-columns: auto auto auto;
        gap: 24px;
        @media screen and (max-width: 576px) {
            grid-template-columns: auto;
            gap: 16px;
        }
    }

    .join-us-content-2{
        line-height: 1.5rem;
        display: grid;
        margin-top: 16px;
        /* grid-template-columns: auto auto; */

        grid-template-columns: 0.4fr 1fr 1fr 0.4fr;
        gap: 24px;
        @media screen and (max-width: 576px) {
            grid-template-columns: auto;
            gap: 16px;
            margin-top: 0;
        }
    }

    .join-us-content-mobile{
        display: none;
        @media screen and (max-width: 993px) {
            display: block;
        }
    }

    .lucky-draw{
        color: #bd2e26;
    }

    .join-us{
        border-radius: 20px;
        opacity: 1;
        padding: 24px;
        width: -webkit-fill-available;
        @media screen and (max-width: 993px) {
            padding: 24px;
        }
    }

    .pick-lucky-draw{
        background: transparent linear-gradient(118deg, #FCECD3 0%, #FFADAD 100%) 0% 0% no-repeat padding-box;
    }

    .money-prize{
        color: #0073CF
    }

    .negate-40-bottom{
        bottom: -40px;
    }

    .margin-bottom{
        margin-bottom: 16px !important;
    }

    .first-row{
        margin-top: 24px;
    }

    .second-row {
        margin-top: 24px;
    }


    @media only screen and (min-width: 768px) {
        .first-row{
            margin-top: 0;
        }

        .second-row{
            margin-top: 48px;
        }

        /*.join-us{*/
        /*    height: 375px*/
        /*}*/
    }

    /*@media only screen and (min-width: 920px) and (max-width: 990px){*/
    /*    .join-us{*/
    /*        height: 250px*/
    /*    }*/
    /*}*/


    @media only screen and (min-width: 992px){
        .margin-bottom{
            margin-bottom: 24px !important;
        }

        .h3-title {
            font-size: 36px !important;
            margin-top: 0px;
            margin-bottom: 12px;
        }

    }

    /*@media only screen and (min-width: 1200px) {*/
    /*    .join-us{*/
    /*        height: 320px;*/
    /*    }*/
    /*}*/

    /*@media only screen and (min-width: 992px) and (max-width: 1159px) {*/
    /*    .join-us{*/
    /*        height: 420px;*/
    /*        padding: 48px;*/
    /*    }*/
    /*}*/

    /* Win amazing prizes and participate in fun activities */
    .lucky-draw-content{
        display: flex;
        @media screen and (max-width: 993px) {
            display: none;
        }
    }

    .lucky-draw-content-mobile{
        display: none;
        @media screen and (max-width: 993px) {
            display: flex;
        }
    }

    .scroll-card-web{
        flex: 0 0 auto;
        padding-left: 0px !important;
        padding-right: 0px !important;
        width: 356px;
        @media only screen and (min-width: 1600px) {
            width: 389px;
        }
    }

    .margin-top-bottom-zero{
        margin-top: 0!important;
        margin-bottom: 0!important;
    }

    .investor-type-web {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border-radius: 20px;
        opacity: 1;
        padding-left: 0 !important;
        padding-right: 0 !important;
        height: 335px !important;
    }

    .investor-type-web .h4 {
        font-size: 20px !important;
    }

    .investor-type-web img {
        margin-left: auto;
        margin-right: auto;
        height: 90px;
        width: auto;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    @media only screen and (max-width: 1599px) {
        .investor-type-web {
            width: 389px;
        }
    }

    .mr-24{
        margin-right: 24px;
        @media only screen and (max-width: 1199px) {
            margin-right: 16px;
        }
        @media only screen and (min-width: 1200px) and (max-width: 1599px) {
            margin-right: 18px;
        }
    }

    .investor-type-prize {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border-radius: 20px;
        opacity: 1;
        width: 295px;
        height: 300px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .investor-type-prize .h4 {
        font-size: 20px !important;
    }

    .investor-type-prize img {
        margin-left: auto;
        margin-right: auto;
        height: 90px !important;
        width: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    @media only screen and (max-width: 992px) {
        .investor-type-prize {
            width: 278px;
            height: 300px;
        }

        .investor-type-prize img {
            bottom: 20px !important;
        }
    }

    @media only screen and (min-width: 993px) and (max-width: 1199px) {
        .investor-type-prize {
            height: 360px;
        }
    }


    /* Event */
    .map-container{
        border-radius: 20px;
        width: 40%;
        margin-right: 72px;
    }

    .event-white-container{
        padding: 16px;
        border-radius: 12px;
        background-color: #FFFFFF;
    }

    .event-detail-container{
        display: block;
        @media screen and (max-width: 1025px) {
            display: none;
        }
    }

    .event-detail-container-mobile{
        display: none;
        @media screen and (max-width: 1025px) {
            display: block;
        }
    }

    .event-details-get-direction{
        margin-top: -5px;
        padding: 12px 21px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    /* Agenda  */
    .agenda-options-container {
        display: flex;
        flex-direction: row;
        padding-bottom: 16px;
        max-width: 1000px;
        height: 48px;
        overflow-x: auto;
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }

    /* Hide scrollbar for Chrome, Safari and Opera */
    .agenda-options-container::-webkit-scrollbar {
        display: none;
    }

    .title-only {
        margin-bottom: 12px !important;
    }

    .agenda-option {
        border-radius: 100px;
        padding: 8px 16px;
        font-size: 14px;
        background: white;
        color: black;
        border: 1px solid #D3D3D3;
        cursor: pointer;
        white-space: nowrap;
    }

    .selected {
        background: black;
        color: #FFFFFFDE;
        border: none;
    }

    .white-container {
        background: white;
        border-radius: 16px;
        padding: 24px 16px;
    }

    .white-container .h3-title {
        font-size: 20px !important;
        line-height: 30px !important;
        margin-bottom: 24px !important;
    }

    .timeline-container {
        display: flex;
        flex-direction: row;
        margin-bottom: 16px;
    }

    .time {
        width: 45px;
        line-height: 13px !important;
        font-size: 10px !important;
        text-align: right;
        margin-top: 4px;
    }

    .timeline-bg {
        background: white;
        border-color: #BD2E26;
        width: 16px;
        height: 16px;
        border-radius: 50px;
        border-width: 1px;
        border-style: solid;
    }

    .timeline-red-dot {
        background: #BD2E26;
        width: 8px;
        height: 8px;
        border-radius: 50px;
        margin: 4px;
    }

    .timeline-grey-line {
        background: #D3D3D3;
        width: 1px;
        height: 100%;
        margin-left: 7.5px;
    }

    .timeline-content {
        font-size: 14px !important;
        line-height: 18px !important;
    }

    .speakers-container {
        margin-top: 16px;
        display: flex;
        @media screen and (max-width: 993px) {
            display: none;
        }
    }

    .speakers-container-mobile{
        margin-top: 16px;
        display: none;
        @media screen and (max-width: 993px) {
            display: flex;
        }
    }

    .speakers-container-last {
        margin-bottom: 0 !important;
    }

    .speaker-container {
        padding-right: 0;
    }

    .speakers-container img {
        border-radius: 50px;
        height: 64px;
        width: 64px;
        margin-bottom: 8px;
    }

    .speaker-name {
        line-height: 20px !important;
        font-size: 12px !important;
        color: #3A3A3A;
        margin-bottom: 4px !important;
    }

    .speaker-image{
        width: 48px;
        height: 48px;
        border-radius: 50px;
    }

    .speaker-detail {
        line-height: 16px !important;
        font-size: 12px !important;
        color: #7A7A7A
    }

    @media screen and (min-width: 992px) {
        .white-container {
            padding: 24px;
        }

        .time {
            width: 64px;
            line-height: 13px !important;
            font-size: 14px !important;
            text-align: right;
        }

        .timeline-content {
            font-size: 18px !important;
            line-height: 26px !important;
        }

        .timeline-content.empty {
            width: 700px;
        }
    }

    @media screen and (min-width: 768px) {
        .speaker-content {
            width: 350px;
        }

        .speaker-content.auto {
            width: auto;
        }

        .speakers-container {
            margin-top: 24px;
            margin-bottom: 32px;
        }

        .speakers-container img {
            height: 48px;
            width: 48px;
        }

        .speaker-name {
            font-size: 16px !important;
            margin-bottom: 8px !important;
            margin-top: 0;
        }

        .speaker-name.subtitle {
            margin-bottom: 4px !important;
        }

        .speaker-detail {
            line-height: 18px !important;
            font-size: 14px !important;
        }

        .speaker-container {
            padding-right: 24px;
        }

        .title-only {
            margin-bottom: 46px !important;
        }
    }


    /* Footer */
    .bg-footer-mobile{
        background-color: #000000;
        display: block;
        @media screen and (min-width: 993px) {
            display: none;
        }
    }

    .bg-footer {
        background-color: #000000;
        display: block;
        @media screen and (max-width: 993px) {
            display: none;
        }
    }

    .b2c-footer {
        padding: 20px 0;
        border-top: 1px solid #3a3a3a;
    }

    .b2c-footer .b2c-footer-content a {
        color: #FFF;
        font-size: 12px;
        padding: 0 14px;
        text-decoration: none;
    }

    .b2c-footer .b2c-footer-content a:hover {
        text-decoration: underline;
    }

    .b2c-footer .b2c-footer-content a:first-child {
        padding-left: 0;
    }

    .b2c-footer .b2c-footer-content a:last-child {
        padding-right: 0;
    }

    .b2c-footer .b2c-copyright {
        color: #ADADAD;
        font-size: 12px;
        padding-top: 1rem;
        padding-bottom: 0;
        @media screen and (max-width: 993px) {
            padding-top: 0;
            padding-bottom: 75px;
        }
    }

    .b2c-footer .social-media-wrap h5 {
        font-size: 12px;
        padding-top: 0;
        color: #d3d3d3;
    }

    .b2c-footer .social-media-wrap .social-media-section {
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
    }

    .b2c-footer .social-media-wrap .social-media-section img {
        width: 32px;
        height: 32px;
    }

    .footer-logo-icon {
        text-align: center;
        margin-bottom: 20px;
        @media screen and (min-width: 993px) {
            margin-bottom: 12px;
        }
    }
}

/* Bottom Floating */
.bottom-container{
    display: block;
    position: fixed;
    bottom: -4px;
    width: 100%;
    z-index: 1000;
    box-shadow: 0px -1px 5px #00000014;
    @media screen and (min-width: 993px) {
        display: none;
    }
}

.bottom-container-content{
    padding: 12px 15px;
}

.bottom-content-width{
    justify-content: space-evenly;
    @media screen and (min-width: 597px) {
        width: 100%;
    }
}


.swiper-slide {
    border-radius: 16px;
    word-break: break-word;
    transition: margin-top 0s;
    margin-top: 0;
}

.tooltip {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    display: none;
    top: 50px;
}

.tooltip::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}

.video-container{
    width: 100%;
    height: auto;
    border-radius: 20px;
    @media screen and (min-width: 1025px) {
        width: 500px;
    }
    @media screen and (min-width: 1200px) {
        width: 600px;
    }
}



