@font-face {
    font-family: 'RB';
    src: url('../../frontend/fonts/RB-Bold.ttf') format('truetype');
    font-weight: 700; /* Bold */
}

@font-face {
    font-family: 'RB';
    src: url('../../frontend/fonts/RB-Light.ttf') format('truetype');
    font-weight: 300; /* Light */
}


@font-face {
    font-family: 'RB';
    src: url('../../frontend/fonts/RB-Regular.ttf') format('truetype');
    font-weight: 400; /* Regular */
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'RB', sans-serif !important;
}
body {
    background-color: #0F4572 !important;
}

.btn-primary {
    background: #0F4572 !important;    
    border-color: #0F4572 !important;
}
.btn-primary:hover {
    background: #006F93 !important;
    border-color: #006F93 !important;
}

.site-filled-btn {
    outline: 0 !important;
    border: 0 !important;
    text-decoration: none !important;
    padding: 8px 31px;
    border-radius: 34px;
    color: #00AAAC;
    background-color: #fff !important;
    font-size: 20px;
    text-transform: capitalize;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}
.site-filled-btn.white {
    background-color: #fff !important;
    color: #00AAAC !important;
}

.site-filled-btn:hover{
color: #fff !important;
 background-color: #00AAAC !important;
}


.site-text-btn {
    outline: 0 !important;
    border: 0 !important;
    text-decoration: none !important;
    color: #00AAAC !important;
    font-size:  18px;
    font-weight: bold;
    text-transform: capitalize;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.head-section {
    margin-bottom: 120px;
}
@media (max-width: 768px) {
    .head-section {
        margin-bottom: 20px;
    }
}
.section-contain {
    /* padding-top: 64px; */    
    /* padding-bottom: 64px; */    
    margin-bottom: 120px;
}
.section-contain .content {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2.5rem;
}
@media (max-width: 768px) {
    .section-contain {
        margin-bottom: 20px;
    }
}
.footer-contain {
    margin-bottom: 0;
}
.section-title-wrap {
    margin-bottom: 48px;
}
.section-title {
    color: #3F6A8E;
    text-transform: uppercase;
    font-weight: bold;
    /* font-size: 96px; */
    font-size: 6rem;
    margin-bottom: 32px;
}
.section-title.gray-color {
    color: #0F4572;
    opacity: .2;
}
.section-banner {
    max-width: 40%;
    opacity: .3;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 38px;
    }
    .section-contain {
        padding-top: 32px;
        padding-bottom: 32px;
    }
}
.swiper, .swiper-container, .swiper-wrapper {
    height: inherit;
}
.custom-swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.custom-swiper-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, .20);
    user-select: none;
}
.custom-swiper-btn .swiper-button-disabled {
    opacity: .5;
}
.custom-swiper-btn.black {
    background-color: #0F4572;
}
html:dir(rtl) .custom-swiper-btn {
    transform: scaleX(-1);
}


.page-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 48px;
}
.page-pagnation-action {
    background-color: #FFFFFF;
    color: #0F4572;
    font-size: 14px;
    font-weight: bold;
    border-radius: 34px;
    padding: 8px 16px;
    text-decoration: none !important;
}
.page-pagnation-action:hover {
    color: #0F4572;
}
.page-pagnation-action.disabled {
    pointer-events: none;
    opacity: 0.5;
}
.page-pagination-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.page-pagination-list li a {
    background-color: #FFFFFF;
    color: #0F4572;
    font-size: 14px;
    font-weight: bold;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}
.page-pagination-list li a.active {
    background-color: #006F93;
    color: #fff;
}
.pages-wrapper {
    margin-top: 110px;
}
@media (max-width: 768px) {
    
    .intro-contain {
        margin-top: 80px;
    }

}

.pages-head {
    padding-top: 64px;
    /* padding-bottom: 64px; */
    position: relative;
}

@media (max-width: 768px) {
    .pages-head {
        padding-top: 32px;
        padding-bottom: 32px;
        margin-bottom: 6px;
    }
}

.pages-head-shape {
    position: absolute;
    z-index: -1;
    inset-inline-end: 0;
    bottom: -16px;
    max-width: 80%;
    transform: scaleX(1);
}
html:dir(rtl) .pages-head-shape {
    transform: scaleX(-1);
}

@media (max-width: 768px) {
    .pages-head-shape {
        bottom: 74px;
        max-width: 70%;
    }
}
@media (max-width: 576px) {
    .pages-head-shape {
        bottom: 86px;
    }
}

.pages-breadcrumb {
    margin-bottom: 32px;
}
.pages-breadcrumb ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.pages-breadcrumb ul a,
.pages-breadcrumb ul span {
    background-color: #fff;
    color: #0F4572;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none !important;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 34px;

}
.pages-breadcrumb ul span {
    opacity: .5;
}
.pages-title-wrap {
    position: relative;
    margin-top: 132px;
    margin-bottom: 132px;    ;
}
.pages-title {    
    display: block;
    position: relative;
    z-index: 2;
    font-size: 4rem;
    color: #fff;
    font-weight: 900;
    line-height: 4rem;
    margin-inline-start: 5rem
}
.pages-title-shape {
    position: absolute;
    top: -95px;
    inset-inline-start: -50px;
    transform: scaleX(-1);
}
html:dir(rtl) .pages-title-shape {
    transform: scaleX(1);
}

@media (max-width: 768px) {
    .pages-title-shape {
        width: 16%;
        top: -35px;
        inset-inline-start: -15px;
    }
    .pages-title-wrap {
        margin-top: 48px;
        margin-bottom: 48px;
    }
    .pages-title {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-inline-start: 2rem;        
    } 
}
.dynamic-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
    font-size: 15px;
    color: #fff !important;
}
.dynamic-content p, .dynamic-content span, .dynamic-content strong {
    margin-bottom: 0;
}
.dynamic-content p {
    font-size: 22px;
    color: #FFFFFF;
}
.dynamic-content p img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.dynamic-content strong {
    font-weight: bold;
}
.dynamic-content ul {
    list-style-position: outside;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.dynamic-content h2 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 40px;
    margin-bottom: 30px;
    color: #fff !important;
    /* text-align: center; */
}

.s_accordion {
    width: 100%;    
}

.accordion-item {
    /* border-bottom: 1px solid #ddd; */
    background-color: rgba(255, 255, 255, .20) !important;
    margin-bottom: 20px;
    border-radius: 30px !important;
}

.accordion-header {
    padding: 15px;
    cursor: pointer;    
    font-size: 16px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
}

.accordion-header .icon {
    font-size: 18px;
    font-weight: bold;
    background: rgba(255, 255, 255, .20);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 65px;
    
}

.accordion-content p {
    margin: 0 0 15px;
}


.article-item {
    position: relative;
    align-items: center;
    margin-bottom: 120px;
}
.article-item::after {
    content: "";
    background-image: url("../../web/images/section-title-banner.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 100%;
    height: 50px;
    position: absolute;
    inset-inline-start: 0;
    bottom: -90px;
}
.article-item:last-child::after {
    display: none;
}

.article-item img {
    border-radius: 40px;
    max-width: 100%;
}

.article-item h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    color: #FFFFFF;
}

.article-item p {
    
}

.article-item a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* width: 130px; */
    object-fit: contain;
    width: fit-content;
    height: 50px;
    background: #FFFFFF;
    border-radius: 30px;
    margin-top: 20px;
    padding: 0 1.3rem;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #0F4572;
}
.article-item a:hover {
    text-decoration: none;
}

.book-fly-container {
    
}
.book-fly-container .book-fly {
    background-color: #FFFFFF;
    border-radius: 40px;
    padding: .8rem 0;
    display: flex;
    
    
    align-items: center;
    
}
.book-fly-container .book-fly img {
    max-width: 100%;
    border-radius: 30px;
}
.book-fly-container .book-fly h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    color: #0F4572;
}
.book-fly-container .book-fly p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #0F4572;
}
.book-fly-container .book-fly-actions {
    margin-top: 30px;
}
.book-fly-container .book-fly-actions strong {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #0F4572;
}
.book-fly-container .book-fly-actions .airlines {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.book-fly-container .book-fly-actions .airlines img {
    max-width: 80%;
    border-radius: 0;
}

.about-cards {
    margin-top: 50px !important;
}
.about-cards .card {
    border-radius: 30px;
}
.about-cards .card {

}
.about-cards .card .card-body {

}
.about-cards .card .card-body .card-title {
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}
.about-cards .card .card-body p {
    text-align: justify;
    margin-top: 10px;
}
.about-cards .card .card-body a {        
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    border: none;
    margin-top: 20px;
    padding: 0 1.3rem;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;    
    background: rgba(0, 111, 147, .40);
    border-radius: 15px;
    transition: all .2s ease-in-out
}
.about-cards .card .card-body a:hover {
    text-decoration: none;
    background: rgba(0, 111, 147, 1);
}


.about-cards .card .card-desc {
    color: inherit !important;
    font-size: 16px !important;
    text-align: start !important;
}

.details-desc p {
    color: #ffffff !important;
    font-size: 18px !important;
}


.flip {
    animation: flip 0.5s ease-in-out;
}

@keyframes flip {
    0% {
        transform: rotateX(0);
    }
    50% {
        transform: rotateX(90deg);
    }
    100% {
        transform: rotateX(0);
    }
}

.lang-switcher_b {
    display: flex;
    align-items: center;
    gap: 5px;    

    
}
.lang-switcher_b a strong{
    color: #0F4572;
    font-weight: bold;
    font-size: 14px;
    text-transform: capitalize;        
    text-decoration: none;
}

.nav_cta_holder {
    position: absolute;
    top: 0;
    right: -30px;
    visibility: hidden;  /* Hidden initially but still takes up space */
    opacity: 0;          /* Invisible */
    transform: translateY(-20px); /* Shifted up slightly */
    transition: all 0.2s ease-in-out;
    height: 0;
    overflow: hidden; /* Hide content when height is 0 */
}

.nav_cta_holder.show {
    position: relative;
    right: 0;
    visibility: visible; /* Make it visible */
    opacity: 1;          /* Fully visible */
    transform: translateY(0); /* Back to normal position */
    transition-delay: 0s; /* Reset delay */
    height: auto;
}

.nav_cta_holder .nav_cta {
    outline: 0 !important;
    border: 0 !important;
    text-decoration: none !important;
    padding: 10px 4rem;
    border-radius: 34px;
    background-color: #00AAAC;
    color: #fff !important;
    font-size: 12px;
    font-weight: bold;
    text-transform: capitalize;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 768px) {
    .nav_cta_holder .nav_cta {
        padding: 10px 2rem;
    }
 }


 .asset-wrap {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    gap: 8px;
 }
 /* .asset-wrap span {
    padding-inline-start: 8px;
 } */
/*Listing*/
.listing-wrap {
    display: flex;
}
.listing-sidebar {
    width: 300px;
}
.listing-sidebar .sidebar-accordion{
    padding: 1rem;
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 1rem;
}
/* .listing-sidebar-clone {
    display: none;
}
.listing-sidebar-clone .listing-sidebar {
    display: none;
}
@media (max-width: 768px) {
    .listing-sidebar {
        display: none;
    }
    .listing-sidebar-clone {
        display: block;
        width: 100%;
    }
    .listing-sidebar-clone .listing-sidebar {
        display: block;
        width: 100%;
    }
} */
.listing-content {
    width: calc(100% - 300px);
    padding-inline-start: 32px;
}
.listing-content .listing-content-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.listing-content .listing-content-head .reset-selected-filter .reset-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem;
    border-radius: .5rem;
    border: 1px solid #FFFFFF24;
    background: #2C2A2680;
    text-decoration: none;
    height: 2rem;
    width: 2rem;
}
.listing-content-body-wrap .news-card {
    margin-bottom: 0;
}
.listing-content-body-wrap.grid-style {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    align-items: stretch;
}
.listing-content-body-wrap.block-style {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
}
.listing-content-body-wrap .empty-state {
    display: none;
}
.listing-content-body-wrap #exhibitor-pagination {
    grid-column: 1 / -1;
}

.sidebar-accordion-item-head:not(.collapsed) .sidebar-accordion-item-head-icon svg {
    transform: rotate(-90deg);
}
.sidebar-accordion-item:not(:last-child) {
    border-bottom: 1px solid #fff;
}
.sidebar-accordion-item-body {
    margin-top: 1rem;
}
.sidebar-accordion-item-head strong {
    color: #fff;
    font-size: 22px;
}

html:dir(ltr) .sidebar-accordion-item-head .sidebar-accordion-item-head-icon svg {
    transform: rotateZ(90deg);
}
html:dir(ltr) .sidebar-accordion-item-head.collapsed .sidebar-accordion-item-head-icon svg {
    transform: rotateZ(0);
}

html:dir(rtl) .sidebar-accordion-item-head.collapsed .sidebar-accordion-item-head-icon svg {
    transform: scaleX(-1);
}
.sidebar-accordion-item-body-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;

}
.sidebar-accordion-item-body-list li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    cursor: pointer;
}
.sidebar-accordion-item-body-list li .asset-wrap label {
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    color: #fff;
}
.sidebar-accordion-item-body-list li .asset-wrap label input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 2px;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
}
.sidebar-accordion-item-body-list li .asset-wrap label input[type="checkbox"]:checked {
    background-color: #fca311;
    border-color: #fca311;
}
.sidebar-accordion-item-body-list li .asset-wrap label input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 5px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.sidebar-accordion-item-body-list li .asset-wrap span {
    font-size: 14px;
}
.sidebar-accordion-item-body-list li.selected .asset-wrap span {
    color: #FFFFFF;  
}
.selected-filters {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.selected-filters li {
    padding: 8px;
    border-radius: 8px;
    background-color: #00AAAC;
    border: 1px solid #FFFFFF24;
    color: #fff;
}
.selected-filters li svg {
    cursor: pointer;
}
.sidebar-search {
    position: relative;
}
.sidebar-search input {
    background-color: rgba(255, 255, 255, .3);
    color: #fff;
    height: 60px;
    padding-inline-start: 40px;
    padding-inline-end: 84px;
    border-radius: 20px;
    border: 0;
    outline: 0;
    width: 100%;
}
.sidebar-search-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    inset-inline-start: 16px;

}
.sidebar-search ::placeholder {
    color: rgba(255, 255, 255, .4);
}
.sidebar-search-btn {
    background-color: #fff;
    border: 0;
    border-radius: 34px;
    padding: 6px 12px;
    color: #0F4572;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    inset-inline-end: 16px;
}

@media (max-width: 992px) {
    .listing-content-body-wrap.grid-style {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 768px) {
    .listing-content-body-wrap.grid-style {
        grid-template-columns: repeat(1, 1fr);
    }
    .listing-wrap {
        flex-wrap: wrap;
    }
    .listing-sidebar {
        width: 100%;
    }
    .listing-content {
        width: 100%;
        padding-inline-start: 0;
    }
    .listing-content-styles.d-flex {
        display: none !important;
    }
}
@media (max-width: 576px) {
    .listing-content-body-wrap.grid-style {
        grid-template-columns: repeat(1, 1fr);
    }
}
.inline-tags-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.inline-tags-list li {
    padding: 6px 16px;
    border-radius: 10px;
    color: #fff;
    background-color: rgba(255, 255, 255, .15);
}
.last-chance {
    padding: 24px;
    border-radius: 40px;
    background-color: rgba(0, 111, 147, .18);
    color: #fff;
}
.last-chance-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 32px;
}
.last-chance-head > div {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 4px;
}
.last-chance-head strong {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    display: block;
}
.last-chance-head h3 {
    font-size: 22px;
    color: #fff;
}
.last-chance-head a {
    color: #fff;
    font-size: 15px;
}
.last-chance .site-filled-btn {
    width: 100%;
    margin-top: 32px;
    color: #0F4572 !important;
}
.listing-content-head-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 60px;
}
.listing-content-head-sorter {

}
.listing-content-head-view {

}
.content .head-banner-img {
    width: 400px;
    height: 400px;
    min-width: 400px;
    min-height: 400px;
    border-radius: 1rem;
    background-color: #FFFFFF;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
    .content .head-banner-img {
        width: 100%;
        min-width: 100%;
        height: auto;
        min-height: 300px;
    }
}

.head-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.listing-content-full {

}
.listing-content-full .listing-content-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
}
.listing-content-full .listing-content-head .search {
    flex-basis: 50%;
}
.listing-content-full .listing-content-head .search input{
    width: 100%;
    height: 37.8px;
    border-radius: 30px;
    border: none;
    padding-inline-start: 20px;
}
.spe-card {

}
.spe-card .news-card-content {

}
.spe-card .news-card-content .news-card-img{
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 15px;
    min-height: 275px !important;
    max-height: 275px !important;
}
.filter-list {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.filter-list li {
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, .20);
    border-radius: 30px;    
    cursor: pointer;
    background-color: rgba(255, 255, 255, .15);
    color: #FFFFFF;
    transition: background-color 0.3s ease, color 0.3s ease;    
}

.filter-list li.active {
    background-color: #006F93;
    border: 1px solid #006F93;
    color: white;
}

.filter-list li:hover {
    background-color: #006F93;
    border: 1px solid #006F93;
    color: white;
}
@media (max-width: 768px) {
    .listing-content-full .listing-content-head {
        flex-wrap: wrap;
    }
    .listing-content-full .listing-content-head .search {
        flex-basis: 100%;
        margin-bottom: 1rem;
    }
    .filter-list li {
        padding: 4px 8px;
    }
}
.scan_qr_btn .btn {
    width: 100%;
    background-color: #FFFFFF;
    height: 60px;
    font-size: 18px;
    font-weight: bold;
    color: #0F4572;
    transition: all 0.2s ease;
}
.scan_qr_btn .btn:hover {
    background-color: #006F93;
    color: #fff;
}

.exhibitor_list_img {
    min-height: 300px;
    object-fit: contain;
}
.block_text_img {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 24px;
    border-radius: 40px;
    background-color: rgba(0, 111, 147, .18);
    color: #fff; 
    margin-bottom: 30px;   
}
.block_text_img_img {
    flex-basis: 30%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: normal;
    gap: 10px;
}
.block_text_img_img span {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    font-style: italic;
}
.block_text_img .block_text_img_img img {    
    border-radius: 30px;
    max-height: 220px;
    object-fit: cover;
}
.block_text_img_text {
    flex-basis: 70%;
}
.block_text_img .block_text_img_text p {    
    font-size: 18px;
    font-weight: bold;
}
@media (max-width: 768px) {
    .block_text_img {
        display: flex;
        flex-direction: column;
    }
}


.price-slider-holder {

}
.price-slider-holder strong {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    display: block;
}

#price-slider-paragraph {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    display: block;
    margin-bottom: 0;
    text-align: justify;
}


.price-slider {
    position: relative;
    width: 100%;
    margin: 20px auto 20px;
    height: 35px;
    text-align: center;
  }
  .price-slider .price-slider-range {
    pointer-events: none;
    position: absolute;
    appearance: none;
    background: transparent;
    left: -5px;
    top: 40px;
    width: 100%;
    z-index: 10;
    -webkit-appearance: none;
  }
  .price-slider .price-slider-range:focus {
    outline: 0;
  }
  .price-slider .price-slider-range:hover {
    cursor: pointer;
  }
  .price-slider .price-slider-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    position: relative;
    height: 24px;
    width: 24px;
    border-radius: 12px;
    background: #006F93;
  }
  .price-slider .price-slider-range::-moz-range-thumb {
    -moz-appearance: none;
    pointer-events: all;
    position: relative;
    height: 24px;
    width: 24px;
    border-radius: 12px;
    border: none;
    background: #006F93;
  }
  
  .price-progress {
    position: absolute;
    display: flex;
    top: 50px;
    width: 100%;
    height: 5px;
    border: 1px solid #006F93;
    --max: 0;
    --min: 0;
    --full: 50000;
    background-color: #006F93;
    border-radius: 30px;
  }
  .price-progress::before {
    content: "";
    width: calc((var(--min)/var(--full)) * 100%);
    background-color: #006F93;
  }
  .price-progress::after {
    content: "";
    width: calc((var(--max) - var(--min)) / var(--full) * 100%);
    background-color: #006F93;
  }

  .price-slider-holder .btn-price-filter-btn {
    background-color: #FFFFFF;
    outline: none;
    border: none;
    width: 100%;
    border-radius: 10px;
    height: 50px;
    margin-top: 20px;
    color: #0F4572;
    font-size: 14px;
    font-weight: bold;
}

.empty-state {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
    padding: 2.5rem 0;
    width: 100%;
}

.empty-state .icon-container {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF1A;
}
.empty-state .empty-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0;
}

.empty-state .empty-desc {
    font-size: 18px;
    color: #FFFFFF;
    margin: 0;
}

#door-exhb-list .spe-card .news-card-content .news-card-img{
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 15px;;
    min-height: 275px !important;
    max-height: 275px !important;
}

