.expo-events-wrap-main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.expo-events-wrap-main.expo-event-list {
    grid-template-columns: 1fr;
    /*!important*/
}

.expo-event {
    display: flex;
    flex-direction: column;
}

.expo-events-wrap-main.expo-event-list .expo-event {
    width: 100%;
    flex-direction: row;
}


.expo-events-wrap-main.expo-event-list .expo-event-img {
    width: 25%;
    flex-grow: 0;
    flex-shrink: 0;
}

.expo-events-wrap-main.expo-event-list .expo-event-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.expo-events-wrap-main.expo-event-list .expo-event-content {
    flex-grow: 0;
    flex-shrink: 0;
    width: 70%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.expo-events-main {
    gap: 5%;
    display: flex;
}

.expo-events-filter {
    min-width: 300px;
}

.expo-events-wrap {}

.expo-search-text {
    border-radius: 5px;
    border: 1px solid #BFBFBF;
    font-size: 16px;
    color: #666;
    outline: none;
}

.expo-event-img img {
    width: 100%;
    height: 160px;
    display: block;
    object-fit: cover;
}

.expo-events-wrap-main.expo-event-list {}

.expo-events-wrap-main.expo-event-list img {
    width: 290px;
    height: 100%;
    object-fit: cover;
}

.expo-events-wrap-main.expo-event-list .r-wrap {
    background-color: #f8bf00;
    display: inline-flex;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    gap: 5px;
}

.expo-events-wrap-main.expo-event-list .r-wrap img {
    width: auto;
    object-fit: contain;
}

.expo-event-content {
    background-color: #fff;
    padding: 20px 16px 30px;
    border-radius: 0 0 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: space-between;
    height: 100%;
}

.expo-event-dark .expo-event-content {
    background-color: #000;
}

.expo-event-dark .expo-event-content h3 {
    color: #fff;
    margin-bottom: 0;
}

.expo-event-dark .expo-event-content p {
    color: #adadad;
}

.expo-event-content h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
    color: #0F0F0F;
}

.expo-events-sort {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 12px;
}

.expo-sort-btn,
.expo-sort-btn-2 {
    position: relative;
}

.expo-sort-btn.active,
.expo-sort-btn-2.active {
    color: #0F0F0F;
    border-color: #0F0F0F;
    font-weight: 700;
}

.expo-sort-btn.active::after,
.expo-sort-btn-2.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -13px;
    height: 3px;
    background-color: #eab313;
}

.expo-event-acf {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.expo-event-acf-wrap {
    display: flex;
    gap: 5px;
    align-items: center;
}

.expo-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.expo-icon .elementor-icon-list-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    line-height: 0;
}

.expo-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.expo-icon-label {
    line-height: 1.4;
}

.expo-icon-label>p {
    margin-block-end: 0;
}

.event-btn-primary {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0px 0px 0px 0px;
    width: 145px;
    padding: 8px 4px 8px 8px;
    background: linear-gradient(to left bottom, #4c33df 50%, #1f00d7 50%) !important;
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center;
    color: #fff !important;
    align-items: center;
}

.event-btn-primary .elementor-button-icon svg {
    fill: #eab313;
    position: relative;
    top: -1px;
}

.expo-filter-head h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4em;
    color: #0F0F0F;
    margin: 0;
}

.reset-filter {
    color: #adadad;
}

.expo-filter-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.expo-filter-head .plusminus:before,
.expo-filter-head .plusminus:after {
    background-color: #0F0F0F;
}

.expo-search-btn,
.expo-search-btn-2 {

    background: linear-gradient(to left bottom, #4c33df 50%, #1f00d7 50%) !important;
    border-radius: 0px 0px 0px 0px;
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 3px;
    border: none;
}

.expo-filter i:before {
    color: #1f00d7;
}

.expo-search-btn svg,
.expo-search-btn-2 svg {
    fill: #eab313;
    width: 26px;
    height: 26px !important;
}

.expo-search-btn-label {
    color: #fff;
    font-weight: 700;
}

.expo-filter-search {
    display: flex;
    gap: 10px;
}

.expo-filter-btn-wrap {
    margin-top: 30px;
}

.expo-filter-btn-wrap .expo-search-btn,
.expo-filter-btn-wrap .expo-search-btn-2 {
    border: none;
    padding-left: 16px;
}

.expo-filter-btn-wrap .expo-search-btn svg,
.expo-filter-btn-wrap .expo-search-btn-2 svg {
    height: 20px !important;
}

.expo-filter h4 {
    font-size: 18px;
    margin: 0;
}

.expo-filter-main {
    margin-top: 20px;

}

.expo-filter-item {
    padding: 12px 12px 12px 35px;
    display: flex;
    justify-content: space-between;
    color: #000;
}

.expo-filter-nav-item {
    border-top: 1px solid #bfbfbf;

}

.expo-filter-nav-item:last-of-type {
    border-bottom: 1px solid #bfbfbf;
}

.expo-filter-nav {
    padding: 15px 12px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
}

/*
.expo-filter-nav:hover{
	background-color:#d4d4d4;
} */
.expo-filter-nav-1 {
    background-color: #000;
    color: #fff;
}

.expo-filter-nav-2 {
    background-color: #D4D4D4;
    color: #404040;
}

.expo-filter-nav-3 {
    color: #404040;
}

.expo-filter-nav-1 .plusminus:before,
.expo-filter-nav-1 .plusminus:after {
    background-color: #fff;
}

.expo-filter-nav-2 .plusminus:before,
.expo-filter-nav-2 .plusminus:after {
    background-color: #404040;
}

.expo-filter-nav-3 .plusminus:before,
.expo-filter-nav-3 .plusminus:after {
    background-color: #404040;
}

.expo-filter-nav.active-toggle svg path {
    fill: #EE41AC;
}

.expo-filter-nav.active-toggle .plusminus:before,
.expo-filter-nav.active-toggle .plusminus:after {
    background-color: #fff;
}

.expo-filter-item:hover {
    background-color: #d4d4d4;
}

.expo-filter-nav svg {
    width: 20px;
}

.expo-filter-sub {
    padding-bottom: 20px;
    display: none;
}

.expo-filter-nav-h {
    display: flex;
    align-items: center;
    gap: 10px;
}

.active-toggle.expo-filter-nav {
    background-color: #000;
}

.active-toggle.expo-filter-nav h4 {
    color: #fff;
}

.expo-filter-item:first-child {
    background-color: #333;
    color: #fff;
}

.active-toggle.expo-filter-nav svg {
    fill: #fff;
}

.expo-filter .active-toggle.expo-filter-nav i:before {
    color: #ee41ac;
}

.expo-filter-item label {
    width: 100%;
}


.expo-sort-btn,
.expo-sort-btn-2 {
    color: #aeaeae;
    background-color: transparent;
    border: 1px solid #aeaeae;
    border-radius: 8px;
    padding: 8px 14px;
    font-size: 14px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: auto;
    height: auto;
    box-sizing: border-box;
    flex-shrink: 0;
    white-space: nowrap;
}

.expo-sort-icon {
    display: block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.expo-sort-btn:hover,
.expo-sort-btn:active,
.expo-sort-btn:focus,
.expo-sort-btn-2:hover,
.expo-sort-btn-2:active,
.expo-sort-btn-2:focus {
    color: #6b6b6b;
    border-color: #6b6b6b;
    background-color: transparent;
    font-weight: 700;
}

.show-mobile {
    display: none;
}

.plusminus {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.plusminus.active:before {
    transform: translatey(-50%) rotate(-90deg);
    opacity: 0;
}

.plusminus.active:after {
    transform: translatey(-50%) rotate(0);
}

.plusminus:before,
.plusminus:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transition: 0.35s;
    width: 100%;
    height: 3px;
}

.plusminus:before {
    transform: translatey(-50%);
}

.plusminus:after {
    transform: translatey(-50%) rotate(90deg);
}

@media only screen and (max-width: 600px) {
    .expo-events-main {
        flex-direction: column;
    }

    .expo-events-wrap-main.expo-event-list .expo-event {
        width: 100%;
        /* flex-direction: column; */
        flex-direction: row;
    }

    .expo-events-wrap-main.expo-event-list .expo-event-img {
        width: 30%;
    }

    .expo-events-wrap-main.expo-event-list .expo-event-content {
        width: auto;
        height: auto;
        /* new */
        flex: 1;
    }

    .expo-events-wrap-main.expo-event-list {
        /* grid-template-columns: 1fr 1fr; */
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .show-mobile {
        display: block;
    }

    .hide-mobile {
        display: none;
    }

    .reset-filter {
        text-align: center;
        margin-bottom: 24px;
    }

    .expo-search-btn,
    .expo-search-btn-2 {
        /* width: 100%; */
        width: auto;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .expo-search-btn-2.label-with-text {
        width: 100%;
    }

    .expo-events-wrap {
        margin-top: 40px;
    }

    .expo-events-sort {
        justify-content: flex-start;
        overflow: auto;
        padding-bottom: 15px;
    }

    .expo-events-sort label {
        flex-grow: 0;
        flex-shrink: 0;
    }

    .expo-events-filter {
        border-bottom: 1px solid #BFBFBF;
        padding-bottom: 24px;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
    }

    .expo-filter-search {
        width: 100%;
    }

    .expo-filter-search .expo-search-text-2 {
        flex: 1;
        min-width: 0;
        width: 100%;
    }

    .expo-filter-head {
        cursor: pointer;
        align-items: center;
    }

    .expo-events-filter:not(.filters-expanded) .expo-filter-search,
    .expo-events-filter:not(.filters-expanded) .expo-filter-main {
        display: none;
    }

    .expo-event-content {
        padding: 10px 0 0;
        justify-content: end;
    }

    .expo-event-content-1 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .event-btn-primary {
        /* width: 100%; */
        border-radius: 0 0 40px;
        /* margin: 10px; */
        margin: 0 0 13px 10px;
    }

    .expo-event-content h3 {
        padding: 0 10px;
        margin: 5px 0;
    }

    .expo-event-content .expo-event-acf-wrap {
        padding: 0 10px;
        height: 40px;
    }

    .expo-event-acf {
        gap: 0;
    }
}

@media only screen and (max-width: 450px) {
    .expo-events-sort {
        flex-wrap: nowrap;
        justify-content: flex-start !important;
        align-items: center;
        overflow: auto;
    }

    .expo-events-sort label {
        flex-grow: 0;
        flex-shrink: 0;
        text-align: left;
        order: 0;
    }
}


/* Hotel description popup */
.hotel-popup-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.hotel-popup-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

body.hotel-popup-open {
    overflow: hidden;
}

.hotel-popup-card {
    position: relative;
    width: 100%;
    max-width: 960px;
    max-height: 85vh;
    color: #0F0F0F;
}

.hotel-popup-scroll {
    max-height: 85vh;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 16px;
    display: flex;
    align-items: stretch;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.hotel-popup-close {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    background: #fff;
    color: #666;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    z-index: 2;
}

.hotel-popup-close:hover {
    color: #0F0F0F;
}

.hotel-popup-media {
    flex: 0 0 35%;
    max-width: 35%;
    align-self: stretch;
    padding: 24px 0 24px 24px;
    box-sizing: border-box;
}

.hotel-popup-image {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    display: block;
    border-radius: 16px;
}

.hotel-popup-info {
    flex: 1;
    min-width: 0;
    padding: 28px 28px 28px 24px;
}

#hotel-popup-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #0F0F0F;
    margin: 0 0 6px;
}

.hotel-popup-address,
.hotel-popup-distance {
    font-size: 14px;
    color: #8a8a8a;
    line-height: 1.4;
    margin: 0;
}

.hotel-popup-distance {
    margin-bottom: 16px;
}

.hotel-popup-body {
    color: #5c5c5c;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 24px;
}

.hotel-popup-body p {
    margin: 0 0 1em;
}

.hotel-popup-body p:last-child {
    margin-bottom: 0;
}

.hotel-popup-body a {
    color: #1f00d7;
}

.hotel-popup-body a:hover {
    color: #1f00d7;
}

@media only screen and (max-width: 600px) {
    .hotel-popup-overlay {
        padding: 16px;
        align-items: flex-end;
    }

    .hotel-popup-card,
    .hotel-popup-scroll {
        max-height: 90vh;
    }

    .hotel-popup-scroll {
        border-radius: 24px 24px 0 0;
        flex-direction: column;
    }

    .hotel-popup-media {
        flex: 0 0 auto;
        max-width: 100%;
        padding: 16px 16px 0 16px;
    }

    .hotel-popup-image {
        min-height: 160px;
        border-radius: 16px;
    }

    .hotel-popup-info {
        padding: 20px 20px 24px;
    }
}

/* Hotel card grid (2 columns) */
.expo-events-wrap-main.hotel-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

.hotel-card {
    background-color: #fff;
    border-radius: 0 0 24px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.hotel-card-img img {
    width: 100%;
    height: 200px;
    display: block;
    object-fit: cover;
}

.hotel-card-content {
    padding: 16px 20px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    text-align: center;
    height: auto;
}

.hotel-card-title-wrap h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4em;
    color: #0F0F0F;
    margin: 4px 0 0;
}

.hotel-card-address {
    font-size: 13px;
    color: #8a8a8a;
    margin: 0;
}

.hotel-card-distance {
    font-size: 13px;
    color: #8a8a8a;
    margin: 0;
}

.hotel-card-stars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 4px 0 0;
}

.hotel-card-stars img,
.hotel-card-star-icon {
    width: 14px;
    height: 14px;
    object-fit: contain;
    flex-shrink: 0;
}

.hotel-card-star-icon {
    fill: #f8bf00;
}

.hotel-card-stars span {
    font-size: 13px;
    font-weight: 600;
    color: #0F0F0F;
}

.hotel-card-more-btn {
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    flex: 0 0 auto;
    margin: 10px auto 0;
    width: 36px !important;
    height: 36px !important;
    min-width: 0 !important;
    max-width: 36px;
    border-radius: 50% !important;
    border: 1px solid #1f00d7;
    background: transparent;
    color: #1f00d7;
    font-size: 20px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 !important;
}

.hotel-card-more-btn:hover {
    background: #1f00d7;
    color: #fff;
}

@media only screen and (max-width: 600px) {
    .expo-events-wrap-main.hotel-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
    .expo-events-main {
        gap: 3%;
    }

    .expo-events-filter {
        min-width: 240px;
    }

    .expo-events-sort {
        flex-wrap: nowrap;
    }

    .expo-events-sort label {
        white-space: nowrap;
        flex-shrink: 0;
    }


    .expo-events-wrap-main.hotel-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
}

/* ig feed carousel */
.ig-feed-carousel {
    position: relative;
    overflow: visible;
    /* Arrow position CSS variables */
    --ig-arrow-top-align: 50%;
    --ig-arrow-top-offset: 0px;
    --ig-arrow-h-offset: 0px;
    /* Pagination position CSS variables */
    --ig-pagination-h-align: 50%;
    --ig-pagination-h-transform: -50%;
    --ig-pagination-h-offset: 0px;
    --ig-pagination-v-align: 100%;
    --ig-pagination-v-transform: -100%;
    --ig-pagination-v-offset: 0px;
}

.ig-feed-carousel .swiper {
    overflow: hidden;
}

.ig-feed-carousel .swiper-slide {
    height: auto;
}

.ig-feed-item {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.ig-feed-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.ig-feed-item:hover img {
    transform: scale(1.05);
}

.ig-feed-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 13px;
    line-height: 1.4;
}

.ig-feed-item:hover .ig-feed-overlay {
    opacity: 1;
}

.ig-feed-overlay p {
    margin: 0;
}

/* Arrows — positioned absolutely relative to .ig-feed-carousel */
.ig-feed-carousel .elementor-swiper-button {
    position: absolute;
    top: calc(var(--ig-arrow-top-align) + var(--ig-arrow-top-offset));
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    color: #333;
    font-size: 18px;
    transition: background 0.2s ease, color 0.2s ease;
}

.ig-feed-carousel .elementor-swiper-button:hover {
    background: #fff;
    color: #000;
}

.ig-feed-carousel .elementor-swiper-button-prev {
    left: var(--ig-arrow-h-offset);
}

.ig-feed-carousel .elementor-swiper-button-next {
    right: var(--ig-arrow-h-offset);
}

.ig-feed-carousel .elementor-swiper-button.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* Pagination — positioned absolutely relative to .ig-feed-carousel */
.ig-feed-carousel .swiper-pagination {
    position: absolute !important;
    bottom: auto !important;
    left: calc(var(--ig-pagination-h-align) + var(--ig-pagination-h-offset)) !important;
    top: calc(var(--ig-pagination-v-align) + var(--ig-pagination-v-offset)) !important;
    transform: translate(var(--ig-pagination-h-transform), var(--ig-pagination-v-transform)) !important;
    width: max-content !important;
    z-index: 3;
}

.ig-feed-carousel .swiper-pagination-bullet-active {
    background: #333;
}

/* Pagination horizontal alignment — set via prefix_class on the widget wrapper */
.ig-pagination-h--left .ig-feed-carousel {
    --ig-pagination-h-align: 0%;
    --ig-pagination-h-transform: 0%;
}

.ig-pagination-h--center .ig-feed-carousel {
    --ig-pagination-h-align: 50%;
    --ig-pagination-h-transform: -50%;
}

.ig-pagination-h--right .ig-feed-carousel {
    --ig-pagination-h-align: 100%;
    --ig-pagination-h-transform: -100%;
}

/* Pagination vertical position — set via prefix_class on the widget wrapper */
.ig-pagination-v--top .ig-feed-carousel {
    --ig-pagination-v-align: 0%;
    --ig-pagination-v-transform: 0%;
}

.ig-pagination-v--center .ig-feed-carousel {
    --ig-pagination-v-align: 50%;
    --ig-pagination-v-transform: -50%;
}

.ig-pagination-v--bottom .ig-feed-carousel {
    --ig-pagination-v-align: 100%;
    --ig-pagination-v-transform: -100%;
}