.listing-page {
    position: relative;
    background: url('../img/listing-background.webp');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 410px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 65px;
}

.dfn-addevent {
    background: -webkit-linear-gradient(40deg, #04d3e5, #1d4197);
    padding: 7px 5px !important;
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    color: #fff !important;
    margin-top: 5px;
}

/* .navigation-wrap {
    position: absolute !important;
} */

.listing-page .content {
    position: relative;
    z-index: 2;
}

.breadcrumb {
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
    padding-bottom: 0px;
}

.breadcrumb a {
    color: #ddd;
    text-decoration: none;
}

.listing-btn .btn {
    display: inline-block;
    margin: 0 8px;
    padding: 10px 20px;
    background-color: #ff5a5f;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}

.glass-card {
    height: 133px;
    opacity: 1;
    top: 144px;
    left: 867px;
    gap: 8px;
    border-radius: 12px;
    border-width: 1px;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    background: #FFFFFF1A;
}

.glass-card {
    border-radius: 15px;
    overflow: hidden;
    z-index: 1;
    color: white;
    text-align: left;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.glass-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 15px;
    padding: 1px;
    background: linear-gradient(360deg, #fff, rgba(255, 255, 255, 0));
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
}

.count-text {
    font-weight: 800;
    font-style: SemiBold;
    font-size: 34px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}

.glass-card p {
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    color: #fff;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top: 20px;
    margin-bottom: 5px;
}

.glass-card .divider {
    width: 60px;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    margin: 15px auto;
}

.right-first {
    gap: 10px;
    margin-bottom: 20px;
}

.search-bar {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding: 10px 25px;
    border: 1px solid #2563eb;
}

.search-bar input,
.search-bar select {
    border: none;
    background: transparent;
    width: 100%;
    padding: 8px;
    font-size: 14px;
    color: #0F172A;
    font-size: 15px;
}

.search-bar .form-control:focus {
    box-shadow: none;
}

.search-icon,
.filter-icon {
    color: #999;
    margin-right: 8px;
}

.submit-btn {
    background-color: #2563eb;
    color: #fff;
    border-radius: 10px;
    width: max-content;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.3);
    transition: 0.2s;
}

.submit-btn:hover {
    background-color: #1d4ed8;
}

.border-end-light-gray {
    border-right: 1px solid #2563eb;
}

.loading img {
    width: 100px;
    height: 100px;
}

.swiper-container {
    width: 100%;
    overflow-x: hidden;
}
.swiper-wrapper{
    gap: 10px;
}
.swiper-slide {
    padding: 10px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 5px;
    margin: 0px !important;
    margin-right: 0px !important;
}

.swiper-slide {
    cursor: pointer;
    width: 100px;
    margin-right: 10px;
    height: 80px;
    border-radius: 12px;
    border-width: 1px;
    angle: 0 deg;
    opacity: 1;
    gap: 10px;
    padding-top: 6px;
    padding-right: 4px;
    padding-bottom: 6px;
    background: #2563EB1A !important;
    padding-left: 4px;
    border: 1px solid #2563EB33 !important;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: #0F172A;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide.active-month-slide {
    border: 2px solid #007bff;
    font-weight: bold;
    background-color: #e7f1ff;
}

.month-tab {
    width: 100%;
    padding: 10px 0;
    margin: 0 5px;
    background: #f0f0f0;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 500;
    border: 1px solid #ccc;
    transition: all 0.3s ease;
}

.month-tab:hover {
    background-color: #e0e0e0;
}

.month-tab.active {
    background: #2563eb !important;
    color: white !important;
    border-color: #007bff;
}
.swiper-slide.month-tab.swiper-slide-active {
    color: #000 !important;
}
.swiper-slide.month-tab.active-month-slide.swiper-slide-next {
      background: #2563eb !important;
    color: white !important;
}


.swiper-button-next,
.swiper-button-prev {
    color: #007bff;
}

.swiper-slide {
    flex: 0 0 auto;
    width: auto;
}

@media (min-width: 768px) {
    .swiper-slide {
        width: calc(100% / 6);
    }
}

@media (max-width: 768px) {
    .topic-type{
        display: none !important;
    }
    .count-text{
        font-size: 26px;
    }
    .search-bar {
        background: #fff;
        border-radius: none;
        box-shadow: none;
        padding: 0px;
        border: none;
    }

    .border-end-light-gray,
    .border-end-light {
        border-right: none;
        border-bottom: 1px solid #2563eb;
        padding: 10px;
    }

    .modal .form-control {
        margin-bottom: 0px !important;
    }

    .mobile-row {
        align-items: flex-start !important;
        flex-direction: column;
    }

    .login-btn {
        background-color: #2964f2;
        color: #fff;
        padding: 14px 36px 14px 32px !important;
        border-top-left-radius: 29px !important;
        border-bottom-right-radius: 30px !important;
        border-radius: 8px;
        font-weight: 500;
        display: flex !important;
        height: 50px;
        width: 120px !important;
        color: #fff !important;
        align-items: center;
        justify-content: center;
    }

}

.swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
}

.swiper-button-prev:after {
    background: #2563EB;
    color: #fff;
    padding: 10px 12px;
    font-size: 16px !important;
    border-radius: 5px;
    font-weight: bold;
    top: -2px;
    position: absolute;
    left: -12px;
}

/* .swiper-slide.swiper-slide-active {
    font-weight: bold;
    background-color: #e7f1ff;
    background: #2563EB !important;
    border: 1px solid #2563EB33;
    color: #fff !important;
} */

.swiper-button-next:after {
    content: 'next';
    position: absolute;
    right: 3px;
    top: -2px;
    background: #2563EB;
    color: #fff;
    padding: 10px 12px;
    font-size: 16px !important;
    border-radius: 5px;
    font-weight: bold;
}

@media (max-width: 767.98px) {
    .scroll-x-wrapper {
        overflow-x: auto;
        display: flex;
        gap: 15px;
        padding: 1rem 0;
        -webkit-overflow-scrolling: touch;
                margin: 0px 15px;
    }

    .scroll-x-wrapper .glass-card {
        flex: 0 0 auto;
        max-width: 150px;
    }

    .search-hide {
        display: none;
    }

    .submit-btn {
        width: 200px !important;
        margin-top: 20px;
    }

    #feedback-form {
        bottom: 17% !important;
        display: none;
    }

    .desk-hide {
        display: block !important;
    }

    .c-loc {
        margin-bottom: 2px !important;
    }
       div#mobileSearchBar {
    position: absolute;
    top: 62px !important;

    width: 100%;
    justify-content: center;
    display: flex;
    z-index: 9999;
    background-color: #fff;
}
.search-overlay, .search-overlay-mobile{
    top: 30px !important;
}
.start-style {
   box-shadow: none !important;
}

    .view-btn-div {
        margin-top: 8px;
        position: absolute;
    }
}

.desk-hide {
    display: none;
}
.dropdown-menu-head {
        display: none;
        position: absolute;
        top: 57px;
        left: -114px;
        background-color: white;
        width: 176px;
        height: auto;
        gap: 0px;
        border-radius: 7px;
        border: 1px;
        border: 2px solid #F8F8F8;
        box-shadow: 0px 2px 22px 0px #0000000A;
    }
    .dropdown-item-head {
        font-family: Assistant;
        font-size: 14px;
        font-weight: 400;
        line-height: 18.31px;
        text-align: left;
        display: block;
        text-decoration: none;
        font-size: 14px;
        height: 45px;
        padding: 12px 22px 12px 22px;
        gap: 8px;
        display: flex;
        border: 0px 0px 1px 0px;
        border-bottom: 1px solid #2121211A;
        color: #000 !important;
    }

    .dropdown-item-head:hover {
        background-color: #f0f0f0;
    }
.search-btn {
    background-color: #2964f2;
    color: #fff;
    border-radius: 8px;
    padding: 8px 16px;
    font-weight: 500;
}

.search-btn i {
    margin-right: 6px;
}

.nav-link {
    width: max-content;
    gap: 10px;
    padding: 14px 26px 14px 32px !important;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background: #0F172A14;
    border-bottom: none !important;
}

.custom-toggler {
    background: none;
    border: none;
    padding: 0;
}

.navigation-wrap {
    padding: 10px 0px !important;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 260px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    transition: right 0.4s ease-in-out;
    padding: 20px;
}

.mobile-menu.active {
    right: 0;
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    display: none;
}

.menu-overlay.active {
    display: block;
}

.close-menu {
    font-size: 24px;
    color: #000;
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
}

@media (min-width: 768px) {
    .custom-toggler {
        display: none;
    }

    .list-unstyled>li {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .list-unstyled>li {
        margin-bottom: 10px;
    }

    .listing-logo {
        width: 125px !important;
    }
    nav.breadcrumb.bg-transparent{
        display: none;
    }
    .listing-page h1{
              margin-top: 50px;
        margin-bottom: 25px;
                line-height: 28px;
    }
    .listing-btn{
        margin-bottom: 10px;
    }
    #save-event{
        margin: 0 !important;
        padding: 0;
    }
}

.listing-logo {
    width: 180px;
}

.nav-item {
    margin-right: 10px;
}

.event-detail.highlight .event-name,
.event-detail.highlight .c-loc {
    color: white;
}

.conf-list.highlight .event-name,
.conf-list.highlight .c-loc {
    color: white;
}

.topic-type {
    width: max-content;
    height: 33px;
    border-radius: 30px;
    border-width: 1px;
    opacity: 1;
    gap: 10px;
    padding-top: 6px;
    padding-right: 14px;
    padding-bottom: 6px;
    padding-left: 14px;
    background: #2563EB0A;
    border: 1px solid #2563EB1A;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
}

.topic-type>span {
    font-family: Kanit;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;

}

.listing-date {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1E3A8A;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.c-loc {
    /* font-family: Kanit; */
    font-weight: 500;
    font-style: Regular;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #393838;
    display: flex;
    align-items: center;
    gap: 5px;

}

.view-details {
    border: 1px solid #2563EB !important;
    background: #fff;
    color: #2563EB;
}

.view-btn-div {
    text-align: right;
}

.filter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    /* dark background */
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter-main-div {
    background: #fff;
    width: 90%;
    max-width: 900px;
    border-radius: 8px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    padding: 20px;
    overflow-y: auto;
    max-height: 90vh;
}

/* Search icon inside input */
.search-div {
    position: relative;
}

.search-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #4c4c4c;
    font-size: 14px;
    pointer-events: none;
}

.list-search {
    padding-left: 30px;
    /* space for search icon */
}

/* Close icon pointer cursor */
.filter-top p {
    cursor: pointer;
    margin: 0;
}

.toggle-header {
    cursor: pointer;
    background-color: #f8f9fa;
    padding: 10px 15px;
    border: 1px solid #ddd;
    margin-bottom: 0;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toggle-content {
    overflow: hidden;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    transition: max-height 0.4s ease, padding 0.3s ease;
    border: 1px solid #ddd;
    border-top: none;
}
.add-link{
       background: -webkit-linear-gradient(40deg, #759dff, #2964f2);
        color: #fff !important;
}
a#share-btn>img{
    width: 24px;
}
a#share-btn{
        border: 1px solid #0048f6;
}
.toggle-section.closed .search-div i {
    z-index: -1;
}

.toggle-section:not(.closed) .toggle-content {
    max-height: 999px;
    padding: 15px;
}

.toggle-header i.fa {
    transition: transform 0.3s ease;
}

.toggle-section.closed .toggle-header i.fa {
    transform: rotate(-90deg);
}

.toggle-header i.fa {
    font-size: 0.9rem;
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.toggle-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toggle-header span {
    flex-grow: 1;
}

.login-btn {
    background-color: #2964f2;
    color: #fff;
    border-radius: 8px;
    padding: 8px 16px !important;
    font-weight: 500;
    margin-left: 10px;
    color: #fff !important;
}

.icon-image {
    width: 53px;
    height: 53px;
    gap: 0px;
    border: 2px;
    border: 2px solid transparent;
    background-image: linear-gradient(90deg, #FF9766 0%, #FF5F62 100%);
    border-radius: 50%;
}
.align-desk{
    width: 101%;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 57px;
    left: -114px;
    background-color: white;
    width: 176px;
    height: auto;
    gap: 0px;
    border-radius: 7px;
    border: 1px;
    border: 2px solid #F8F8F8;
    box-shadow: 0px 2px 22px 0px #0000000A;
}

.country-p h3 {
    line-height: 30px !important;
}

.t-scroll {
    overflow-y: auto;
    /* enable vertical scroll if needed */
    scrollbar-width: thin;
    /* For Firefox */
    scrollbar-color: #1e90ff #e0e0e0;
    /* thumb (blue) and track (light grey) */
}

/* For Chrome, Edge, and Safari */
.t-scroll::-webkit-scrollbar {
    width: 8px;
}

.t-scroll::-webkit-scrollbar-track {
    background: #e0e0e0;
    border-radius: 10px;
}

.t-scroll::-webkit-scrollbar-thumb {
    background-color: #1e90ff;
    /* blue thumb */
    border-radius: 10px;
    border: 2px solid #e0e0e0;
}

.t-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #0066cc;
    /* darker blue on hover */
}
.rounded.rounded-pill.shadow-sm.desk-hide{
 border: 1px solid #2964f2;
    background-color: #ecf1f5 !important;
    width: 290px;
    height: 43px;
    position: absolute;
    top: 58px;
    left: 47px;}
    .navigation-wrap {
    height: 110px;
}

