/* ==========================================================================
   Base styles
   ========================================================================== */

/* Import Droid Serif Pro WGL Bold font */
@import url('https://fonts.cdnfonts.com/css/droid-serif-pro-wgl');

:root {
    --primary-color: #1c9ebd;
    --primary-color-dark: #157a99;
    --primary-color-rgb: 28, 158, 189;
    --primary-color-rgb-dark: 21, 122, 153;
    --shakespeare-color: #659bb4;
    --shakespeare-color-rgb: 101, 155, 180;
    --regent-st-blue-color: #99c6db;
    --regent-st-blue-color-rgb: 153, 198, 219;
    --nero-color: #1e1e1e;
    --nero-color-rgb: 30, 30, 30;

    /* Bootstrap Variables */
    --bs-primary: var(--primary-color);
    --bs-primary-rgb: var(--primary-color-rgb);
    --bs-link-color-rgb: var(--primary-color-rgb);
    --bs-font-sans-serif: "Inter", sans-serif;
}

.btn,
.pg-button-primary,
.pg-button-secondary {
    --bs-btn-border-radius: 2rem;
    --bs-btn-font-weight: 500;

    transition: background 0.2s;
}

.btn-primary,
.pg-button-primary {
    --bs-btn-bg: var(--primary-color);
    --bs-btn-border-color: var(--primary-color);
    --bs-btn-hover-bg: var(--primary-color-dark);
    --bs-btn-hover-border-color: var(--primary-color-dark);
    --bs-btn-active-bg: var(--primary-color-dark);
    --bs-btn-active-border-color: var(--primary-color-dark);
}

.btn-outline-primary,
.pg-button-secondary {
    --bs-btn-color: var(--primary-color);
    --bs-btn-border-color: var(--primary-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--primary-color);
    --bs-btn-hover-border-color: var(--primary-color);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--primary-color);
    --bs-btn-active-border-color: var(--primary-color);
}

.nav-link {
    --bs-nav-link-color: var(--primary-color);
    --bs-nav-link-hover-color: var(--primary-color-dark);
}

.alert-success {
    --bs-alert-bg: var(--regent-st-blue-color);
    --bs-alert-border-color: var(--shakespeare-color);
    --bs-alert-color: var(--nero-color);
    --bs-alert-link-color: var(--nero-color);
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    height: 100%;
    line-height: 1.5;
    letter-spacing: -0.02em;
    overflow-x: hidden;
    background: 
        linear-gradient(to bottom, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 1) 95%), 
        linear-gradient(to right, rgba(0, 0, 0, 1) 3%, rgba(0, 0, 0, 0) 10%),
        url('../images/bg-otra-3.png') no-repeat center center fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

/* Main Grid Layout */
#top-base {
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-areas: 
        "header"
        "main"
        "footer";
    height: 100%;
    width: 100%;
}

#top_nav_wrapper {
    grid-area: header;
    z-index: 8;
}

.main-header {
    padding: 16px 0;
}

#body_wrapper {
    grid-area: main;
    overflow-y: auto;
    padding: 0;
}

.main-footer {
    grid-area: footer;
    width: 100%;
    background: #000;
    z-index: 8;
}

.clear {
    clear: both;
    float: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}

* {
    outline: none !important;
}

/* .container {
    max-width: 1352px;
    padding-left: 16px;
    padding-right: 16px;
} */

a {
    transition: all .3s;
}

a:hover {
    text-decoration: none;
    color: #1C9EBD;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

h1,
.h1 {
    font-size: 44px;
}

h2,
.h2 {
    font-size: 34px;
}

p {
    margin-bottom: 13px;
}

p:last-child {
    margin-bottom: 0;
}

b,
strong {
    font-weight: 700;
}

.font-thin {
    font-weight: 100 !important;
}

.font-light {
    font-weight: 300 !important;
}

.font-regular {
    font-weight: 400 !important;
}

.font-medium {
    font-weight: 500 !important;
}

.font-semibold {
    font-weight: 600 !important;
}

.font-bold {
    font-weight: 700 !important;
}

.font-extrabold {
    font-weight: 800 !important;
}

.font-black {
    font-weight: 900 !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-25 {
    font-size: 25px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-28 {
    font-size: 28px !important;
}

.font-32 {
    font-size: 32px !important;
}

.font-40 {
    font-size: 40px !important;
}

.font-44 {
    font-size: 44px !important;
}

.font-70 {
    font-size: 70px !important;
}

.lh-1650 {
    line-height: 1.65 !important;
}

.lh-1750 {
    line-height: 1.75 !important;
}

.color-1 {
    color: #1C9EBD !important;
}

.color-fff {
    color: #fff !important;
}

.bg-color-1 {
    background-color: #0F748C !important;
}

.letter-spacing--002 {
    letter-spacing: -0.02em;
}

.text-uppercase {
    text-transform: uppercase;
}

.br-d-none br {
    display: none !important;
}

.border-bottom-1-63737b {
    border-bottom: 2px solid #63737b !important;
}

.border-radius-24 {
    border-radius: 24px !important;
}

.border-radius-40 {
    border-radius: 40px !important;
}

.top-50pc {
    top: 50% !important;
}

.left-50pc {
    left: 50% !important;
}

.translate--50pc--50pc {
    transform: translate(-50%, -50%);
}

.width--100pc {
    width: 100% !important;
}

.width-540 {
    max-width: 540px !important;
}

.width-902 {
    max-width: 902px !important;
}

.row-gap-20 {
    margin-left: -10px;
    margin-right: -10px;
}

.row-gap-20 > div {
    padding-left: 10px;
    padding-right: 10px;
}

.row-gap-24 {
    margin-left: -12px;
    margin-right: -12px;
}

.row-gap-24 > div {
    padding-left: 12px;
    padding-right: 12px;
}

.row-gap-32 {
    margin-left: -16px;
    margin-right: -16px;
}

.row-gap-32 > div {
    padding-left: 16px;
    padding-right: 16px;
}

.col-43 {
    -ms-flex: 0 0 43%;
    flex: 0 0 43%;
    max-width: 43%;
}

.col-57 {
    -ms-flex: 0 0 57%;
    flex: 0 0 57%;
    max-width: 57%;
}

.mt-38 {
    margin-top: 38px !important;
}

.mt-74 {
    margin-top: 74px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.ml-16 {
    margin-left: 16px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-21 {
    margin-left: 21px !important;
}

.ml-24 {
    margin-left: 24px !important;
}

.ml-26 {
    margin-left: 26px !important;
}

.ml-44 {
    margin-left: 44px !important;
}

.mr-8 {
    margin-right: 8px !important;
}

.mr-12 {
    margin-right: 12px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-16 {
    margin-right: 16px !important;
}

.mr-32 {
    margin-right: 32px !important;
}

.pt-4 {
    padding-top: 4px !important
}

.pt-8 {
    padding-top: 8px !important
}

.pt-11 {
    padding-top: 11px !important
}

.pt-12 {
    padding-top: 12px !important
}

.pt-13 {
    padding-top: 13px !important
}

.pt-15 {
    padding-top: 15px !important
}

.pt-16 {
    padding-top: 16px !important
}

.pt-18 {
    padding-top: 18px !important
}

.pt-22 {
    padding-top: 22px !important
}

.pt-23 {
    padding-top: 23px !important
}

.pt-24 {
    padding-top: 24px !important
}

.pt-25 {
    padding-top: 25px !important
}

.pt-28 {
    padding-top: 28px !important
}

.pt-31 {
    padding-top: 31px !important
}

.pt-37 {
    padding-top: 37px !important
}

.pt-38 {
    padding-top: 38px !important
}

.pt-47 {
    padding-top: 47px !important
}

.pt-48 {
    padding-top: 48px !important
}

.pt-52 {
    padding-top: 52px !important
}

.pt-63 {
    padding-top: 63px !important
}

.pb-16 {
    padding-bottom: 16px !important;
}

.pb-24 {
    padding-bottom: 24px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pl-9 {
    padding-left: 9px !important
}

.w-50 {
    width: 50% !important;
}

/* ==========================================================================
 Header
 ========================================================================== */
.toggle-menu {
    flex: 0 0 32px;
    margin-right: 16px;
    cursor: pointer;
}

.main-nav ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.main-nav li {
    list-style: none;
}

.main-nav li a {
    display: block;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.02em;
    color: #fff;
    padding: 0 16px;
}

.pb-sidebar-menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    max-width: 320px;
    height: 100%;
    background: #000;
    color: #fff;
    padding: 10px 0 10px 0;
    transform: translateX(-100%);
    transition: all .3s;
}

.pb-sidebar-menu.active {
    transform: translateX(0);
}

.pb-sidebar-menu .btn-close {
    background: transparent;
    color: #fff;
    display: inline-block;
    padding: 5px;
    margin-right: 15px;
    font-size: 30px;
    cursor: pointer;
}

.pb-sidebar-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pb-sidebar-menu li a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: block;
    padding: 10px 20px;
}

.pb-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
}

.pb-profile-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 9;
    background: #000000;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    color: white;
    width: max-content;
    text-align: left;
    padding: 10px 0;
    font-size: 15px;
    display: none;
}

.pb-profile-menu a {
    display: block;
    padding: 8px 15px;
    color: inherit;
    text-decoration: none;
}

.pb-profile-menu a.active {
    font-weight: 500;
}

.pb-profile-menu hr {
    margin: 8px 0;
}

.pb-language-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 9;
    background: var(--primary-color);
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    color: #fff;
    width: max-content;
    text-align: left;
    padding: 10px 0;
    font-size: 15px;
    display: none;
}

.pb-language-menu a {
    display: block;
    padding: 8px 15px;
    color: inherit;
    text-decoration: none;
}

.pb-language-menu a:hover {
    cursor: pointer;
}

.pb-language-menu a.active {
    font-weight: 500;
}

.pb-language-menu hr {
    margin: 8px 0;
}

input.filter-element.search-input {
    display: none;
    width: 200px;
    padding: 10px;
    margin-left: 10px;
    border: 1px solid #ccc;
}

/* category item responsive grid layout  */
/* Default for small screens (col-sm-12) */
.category-item {
    width: 100%; /* Full width */
    box-sizing: border-box;
}

/* Medium screens (col-md-6): 50% width for 2 columns */
@media (min-width: 768px) {
    .category-item {
        width: 50%; /* 2 columns */
    }
}

/* Large screens (col-lg-4): 33.33% width for 3 columns */
@media (min-width: 992px) {
    .category-item {
        width: 33.33%; /* 3 columns */
    }
}

/* Extra Large screens (col-xxl-3): 25% width for 4 columns */
@media (min-width: 2000px) {
    .category-item {
        width: 25%; /* 4 columns */
    }
}

.home-container {
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    max-width: 2000px;
    width: 100%;
}

.category-container {
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
}

.search-back-button {
    margin-top: 50px;
    color: white;
}

.search-back-button a {
    color: white;
}

.search-back-button a:hover {
    color: #00707e;
}

.category-item .inner {
    aspect-ratio: 3.6 / 1;
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
    background-color: #fff;
}

.event-item .inner {
    width: 312px;
    height: 221px;
    border-radius: 10px;
}


/* Event date styling */
.event-date-container {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    min-width: 60px;
    text-align: center;
}

.event-date {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.event-date-range {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.event-date-separator {
    font-weight: bold;
    color: white;
    margin: 0 2px;
    line-height: 1;
}

.event-day {
    font-family: 'Droid Serif Pro WGL', serif;
    font-size: 24px;
    font-weight: bold;
    color: white;
    line-height: 1;
}

.event-month {
    font-family: 'Droid Serif Pro WGL', serif;
    font-size: 16px;
    color: white;
    text-transform: uppercase;
}

/* Event card content styling */
.event-item .content {
    padding: 10px;
}

.event-item .content .title {
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.3;
}

.event-item .content .description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.4;
}

.event-item .event-date-small {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    padding: 8px;
    text-align: center;
    margin: 10px;
    width: fit-content;
}

.event-item .event-date-small .day {
    font-family: 'Droid Serif Pro WGL', serif;
    font-size: 24px;
    font-weight: bold;
    color: white;
    line-height: 1;
}

.event-item .event-date-small .month {
    font-family: 'Droid Serif Pro WGL', serif;
    font-size: 16px;
    color: white;
    text-transform: uppercase;
}

.category-item .inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Event detail css designs  */
.event-detail-container {
    padding-right: 60px;
    padding-left: 60px;
    margin: 0 auto;
    width: 100%;
    max-width: 1500px;
}

.rectangular-image {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 1;
    object-fit: cover;
    border-radius: 40px;
    display: block;
    margin: 0 auto;
}

.event-detail-category {
    color: #5c9ea7;
}

/* Container styling */
.category-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 10px;
}

.top-nav-container {
    padding-right: 20px;
    padding-left: 20px;
}

/* Back and forward button styling */
.nav-button {
    background: none;
    border: none;    
    color: #5c9ea7;
    font-size: 18px;
    display: flex;
    align-items: center;
    cursor: pointer;
    white-space: nowrap;
}

.nav-button i {
    margin-right: 5px;
}

.forward-btn i {
    margin-left: 5px;
    margin-right: 0;
}

.nav-button:hover {
    color: #fff; /* Change to white on hover */
}


/* Wrapper to control visibility */
.category-links-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.category-links {
    display: flex;
    transition: transform 0.5s ease; /* Smooth transition for sliding */

}

.category-link {
    flex: 0 0 auto; /* Prevent items from growing or shrinking */
    color: #99bfc7;
    font-size: 16px;
    font-weight: 600;
    min-width: 80px;
    padding: 10px;
    text-decoration: none;
    border-radius: 30px;
    white-space: nowrap;
    text-align: center;
}

.category-link.active {
    background-color: #2d7697;
    color: #fff;
}


.category-link:hover {
    background-color: #2d7697;
    color: #fff;
}

.sub-category-link {
    flex: 0 0 auto; /* Prevent items from growing or shrinking */
    width: calc(100% / 6); /* Ensure only 6 links are visible */
    color: #99bfc7;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    text-decoration: none;
    border-radius: 30px;
    white-space: nowrap;
    text-align: center;
}

.sub-category-link.active {
    background-color: #2d7697;
    color: #fff;
}


.sub-category-link:hover {
    background-color: #2d7697;
    color: #fff;
}

/* Scroll buttons */
.back-btn,
.forward-btn {
    font-size: 16px;
    color: #99bfc7;
    cursor: pointer;
}

.back-btn:hover,
.forward-btn:hover {
    color: #fff;
}


/* New box designs!  */
.box-body {
    margin: 0;
    padding: 0;
    padding-right: 25px;
    padding-left: 25px;
}

@media (min-width: 768px) {
    .box-body {
        padding-right: 35px;
        padding-left: 35px;
    }
}

.box-container {
    display: grid;
    gap: 20px;
    max-width: 100%;
    box-sizing: border-box;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.box {
    aspect-ratio: 3.6 / 1;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.box a {
    display: flex;
    height: 100%;
    text-decoration: none;
    color: white;
}

.box .inner {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 15px;
    background: rgba(0, 0, 0, 0.9);
    border: 1px solid #1C9EBD;
    border-radius: 18.9791px;
    box-sizing: border-box;
    transition: all .3s;
}

.happening-now .inner {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 10px;
    background: #0F748C;
    border: 1px solid #1C9EBD;
    border-radius: 18.9791px;
    box-sizing: border-box;
    transition: all .3s;
}

.happening-now .inner:hover {
    border: 1px solid #FFFFFF;
}


.box .inner:hover {
    background: #0F748C;
    border: 1px solid #FFFFFF;
}

.box-image-container {
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40%;
}

.card-image {
    .card-image__img {
        border-radius: 15.82px;
    }
}

.box-images {
    width: 90%;
    height: 0;
    padding-bottom: calc(90% / 1.86);
    position: relative;
    overflow: hidden;
    border-radius: 15.82px;
}

.box-images img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-text {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 0 30px 0 15px;
}

.box-text h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}

.box-icon {
    position: absolute;
    top: 24px;
    right: 13px;
    transform: translateY(-50%);
    font-size: 24px;
    color: #1C9EBD;
}

/* Single column for small screens */
@media (max-width: 768px) {
    .box-container {
        padding: 10px 0;
    }
    .image-container {
        width: 30%;
    }
    .text {
        padding: 0 30px 0 10px;
    }
    .text h3 {
        font-size: 18px;
    }
    .icon {
        font-size: 18px;
    }
}




/* Responsive adjustments */
@media (max-width: 768px) {
    .category-navigation {
        flex-wrap: wrap;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .category-links {
        flex-wrap: wrap;
        justify-content: center;
    }
    .category-link {
        padding: 5px 10px;
        font-size: 14px;
    }
}

@media (min-width: 2000px) {
    .event-detail-container {
        padding-right: 120px;
        padding-left: 120px;
        margin: 0 auto;
        width: 100%;
    }
}

/* Responsive adjustments for smaller screens */
@media (min-width: 768px) {
    @media (max-width: 1400px) {
        .event-item .inner {
            width: 350px;
            height: 248px;
        }
    }

    @media (max-width: 1300px) {
        .event-item .inner {
            width: 330px;
            height: 234px;
        }
    }

    @media (max-width: 1200px) {
        .event-item .inner {
            width: 310px;
            height: 219px;
        }
    }

    @media (max-width: 1100px) {
        .event-item .inner {
            width: 300px;
            height: 212px;
        }
    }

    @media (max-width: 992px) {
        .event-item .inner {
            width: 330px;
            height: 234px;
        }
    }
}

@media (max-width: 1400px) {
    .category-item .inner {
        max-width: 100%;
    }

    .category-container {
        padding-right: 100px;
        padding-left: 100px;
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 1300px) {
    .category-container {
        padding-right: 100px;
        padding-left: 100px;
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .category-container {
        padding-right: 70px;
        padding-left: 70px;
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 1100px) {
    .category-container {
        padding-right: 40px;
        padding-left: 40px;
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 992px) {
    .category-container {
        padding-right: 80px;
        padding-left: 80px;
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 847px) {
    .category-container {
        padding-right: 40px;
        padding-left: 40px;
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .category-container {
        padding-right: 20px;
        padding-left: 20px;
        margin: 0 auto;
        width: 100%;
    }

    .content {
        margin-top: 0;
    }
}

@media (max-width: 650px) {
    .category-container {
        padding-right: 30px;
        padding-left: 30px;
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 555px) {
    .category-container {
        padding-right: 20px;
        padding-left: 20px;
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 460px) {
    .category-container {
        padding-right: 25px;
        padding-left: 25px;
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 400px) {
    .category-container {
        padding-right: 25px;
        padding-left: 25px;
        margin: 0 auto;
        width: 100%;
    }
}

.language-option {
    cursor: pointer;
    text-transform: capitalize;
}

.language-option:hover {
    text-decoration: underline;
}

.language-option.active {
    text-decoration: underline;
}

.toggle-profile-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    border-radius: 9999px;
    padding: 8px 10px 8px 15px;
    font-size: 18px;
}

.toggle-profile-menu img {
    max-width: 32px;
    margin-left: 15px;
}

.toggle-language-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.toggle-language-menu img {
    max-width: 32px;
    margin-left: 15px;
}


/* Premium page carousel content  */
.content-carousel-wrapper {
    display: flex;
    gap: 30px;
    align-items: stretch;
    margin: 0 auto;
    max-width: 100%;
}

/* Enhanced carousel container */
.carousel {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    max-height: 100%;
    border-radius: 40px;
    background: rgba(0, 0, 0, 0.1);
}

/* Better focus styles for accessibility */
.carousel:focus {
    outline: 2px solid #1C9EBD;
    outline-offset: 4px;
}

/* Smooth transitions for slides */
.slide {
    transition: opacity 0.3s ease-in-out;
}

.slide:not([data-active]) {
    opacity: 0;
}

.slide[data-active] {
    opacity: 1;
}

.content {
    flex: 1;
    padding: 0px 10px 10px 10px;
    margin-top: -18px;
    overflow: auto;
    position: relative;
}

/* This style was replaced by the enhanced carousel container above */

.carousel > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    width: 100%;
    height: 100%;
}

.slide {
    display: none; /* Hide all slides by default */
}
.slide[data-active] {
    display: block; /* Show only the active slide */
    align-items: center;
    justify-content: center;
}

.slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.slide img:hover {
    cursor: pointer;
}

.expandable-image {
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.expanded-image {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    max-width: 90vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    z-index: 1001;
    opacity: 1;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.image-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
}

.image-overlay.active {
    opacity: 1;
    pointer-events: auto; /* Allow clicks to close */
}

.shrinking {
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transform: translate(0, 0) scale(0.5);
    opacity: 0;
}

.event-image img {
    display: block;
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.heart-icon {
    position: absolute;
    z-index: 3;
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid transparent;
    border-radius: 50%;
    font-size: 1.5rem;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a1c4d8;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.heart-icon:hover {
    color: #fff;
    border-color: #1C9EBD;
    transform: scale(1.1);
    background: rgba(28, 158, 189, 0.9);
}

/* Hide navigation arrows when only one image */
.carousel[data-single-image] .carousel-button {
    display: none;
}

.carousel-button {
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid #1C9EBD;
    font-size: 1.8rem;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.carousel-button:hover {
    transform: translateY(-50%) scale(1.2);
    background: rgba(28, 158, 189, 0.9);
    border-color: #fff;
    box-shadow: 0 0 20px rgba(28, 158, 189, 0.5);
}

.carousel-button:active {
    transform: translateY(-50%) scale(1.1);
}

.carousel-button.prev {
    left: 15px;
}

.carousel-button.next {
    right: 15px;
}

/* Thumbnail navigation styles */
.carousel-thumbnails {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
    padding: 0 20px;
    flex-wrap: wrap;
}

.thumbnail-button {
    width: 60px;
    height: 40px;
    border: 2px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    background: rgba(0, 0, 0, 0.3);
}

.thumbnail-button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.thumbnail-button:hover {
    border-color: #1C9EBD;
    transform: scale(1.1);
}

.thumbnail-button:hover img {
    transform: scale(1.1);
}

.thumbnail-button.active {
    border-color: #fff;
    box-shadow: 0 0 10px rgba(28, 158, 189, 0.5);
}

.thumbnail-button.active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(28, 158, 189, 0.3);
    pointer-events: none;
}

/* Responsive thumbnail adjustments */
@media (max-width: 768px) {
    .carousel-button {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
    
    .carousel-button.prev {
        left: 10px;
    }
    
    .carousel-button.next {
        right: 10px;
    }
    
    .heart-icon {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
        top: 12px;
        right: 12px;
    }
    
    .carousel-thumbnails {
        gap: 6px;
        margin-top: 10px;
        padding: 0 10px;
    }
    
    .thumbnail-button {
        width: 50px;
        height: 35px;
    }
}

@media (max-width: 480px) {
    .carousel-button {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
    }
    
    .heart-icon {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
        top: 10px;
        right: 10px;
    }
    
    .carousel-thumbnails {
        gap: 4px;
        margin-top: 8px;
    }
}


/* Read more functionality on premium event-detail page; implemented in part with javascript on event-detail page  */
#event-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: var(--line-clamp-default, 6);
    -webkit-line-clamp: var(--line-clamp-default, 6);
}

/* Number of visible lines should change with size of viewing screen  */
@media (max-width: 1450px) {
    #event-content {
        line-clamp: var(--line-clamp-1450, 6);
        -webkit-line-clamp: var(--line-clamp-1450, 6);
    }
}

@media (max-width: 1350px) {
    #event-content {
        line-clamp: var(--line-clamp-1350, 5);
        -webkit-line-clamp: var(--line-clamp-1350, 5);
    }
}

@media (max-width: 1250px) {
    #event-content {
        line-clamp: var(--line-clamp-1250, 4);
        -webkit-line-clamp: var(--line-clamp-1250, 4);
    }
}

@media (max-width: 1150px) {
    #event-content {
        line-clamp: var(--line-clamp-1150, 3);
        -webkit-line-clamp: var(--line-clamp-1150, 3);
    }
}

#event-content.expanded {
    display: block;
    max-height: none;
    -webkit-line-clamp: unset;
}


.toggle-text {
    display: inline-block;
    color: #5c9ea7;
    font-size: 14px;
    text-decoration: underline;
    margin-top: 10px;
}

.evenly {
    display: flex;
    justify-content: space-between;
}

.evenly div {
    white-space: nowrap;
}

.event-container__description {
    display: grid;
    grid-template-rows: auto 1fr;
}

/* Message from owners section  */
.owner-message-container {
    background-color: #2d7697;
    border-radius: 30px;
    padding: 10px 20px;
    text-align: center;
    width: 85%;
    transition: background-color 0.2s ease;
}

.owner-message-container[style*="cursor: pointer"]:hover {
    background-color: #3687ac;
}

.owner-message-header {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    user-select: none;
}

.owner-message-header .expand-indicator {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.owner-message-header .expand-indicator i {
    transition: transform 0.3s ease;
}

.owner-message-header .expand-indicator i.fa-chevron-up {
    transform: rotate(180deg);
}

.owner-message-content {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.5px;
}

.message-content-limited {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
  
.message-content-limited.expanded {
    display: block;
    -webkit-line-clamp: unset;
}

.owner-message-expanded .owner-message-container {
    position: static; /* Reset the absolute positioning */
    transform: none;
    width: 100%;
    text-align: center;
    transition: width 0.3s ease;
}



/* ==========================================================================
 Main content
 ========================================================================== */
.btn-style-1 {
    display: inline-block;
    border-radius: 100px;
    background-color: #0F748C;
    -webkit-backdrop-filter: blur(32.4867px);
    backdrop-filter: blur(32.4867px);
    padding: 13px 32px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.02em;
    color: #fff;
}

.btn-style-1:hover {
    color: #fff;
}

/* Center the swiper container */
.swiper-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
}

/* Basic styling for both buttons */
.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 60%;
    transform: translateY(-40%);
    width: 0;
    height: 0;
    border-style: solid;
    cursor: pointer;
    z-index: 10;
    background: none;
}

/* Styling for the "previous" button (left triangle) */
.swiper-button-prev {
    left: 20px;
    border-width: 20px 30px 20px 0;
    border-color: transparent #5A9FC8 transparent transparent;
}

/* Styling for the "next" button (right triangle) */
.swiper-button-next {
    right: 20px;
    border-width: 20px 0 20px 30px;
    border-color: transparent transparent transparent #5A9FC8;
}

.swiper-button-next::after, .swiper-button-prev::after {
    display: none;
}

/* Optional transition for smoothness */
.swiper-button-prev, .swiper-button-next {
    transition: border-color 0.3s ease;
}

.swiper-carousel {
    max-width: 945px;
}
.swiper-carousel .swiper-slide {
    width: 380px;
    height: 269px;
    text-align: center;
    background-color: rgba(0, 0, 0, 1);
    border: 1px solid #1C9EBD;
    -webkit-backdrop-filter: blur(33.6018px);
    -moz-backdrop-filter: blur(33.6018px);
    -ms-backdrop-filter: blur(33.6018px);
    -o-backdrop-filter: blur(33.6018px);
    backdrop-filter: blur(33.6018px);
    border-radius: 40px;
    padding: 20px 20px 17px 20px;
}
.swiper-carousel .swiper-carousel-animate-opacity {
    height: 100%;
}
.swiper-carousel .swiper-pagination-bullets {
    bottom: 0;
}
.swiper-carousel img {
    display: block;
    width: 100%;
    border-radius: 32px;
}
.swiper-carousel .slider-text {
    font-weight: 550;
    font-size: 19px;
    letter-spacing: -0.02em;
    color: #fff;
    margin: 10px 0 0 0;
}
.time-slider {
    font-size: 13px;
    color: rgb(110, 105, 105);
}

.note-text {
    color: rgb(197, 189, 189);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
}

.heading-title {
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    text-transform: capitalize;
}

/* .story-swiper-carousel .swiper-slide {
    width: 380px;
    height: 369px;
    text-align: center;
    background-color: rgba(0, 0, 0, 1);
    border: 1px solid #1C9EBD;
    -webkit-backdrop-filter: blur(33.6018px);
    backdrop-filter: blur(33.6018px);
    border-radius: 20px;
    padding: 20px 20px 17px 20px;
}

.story-swiper-carousel .swiper-slide .slider-text {
    font-weight: 550;
    font-size: 22px;
    letter-spacing: -0.02em;
    color: #fff;
    margin: 10px 0 0 0;
}

.profile-header {
    display: none;
} */

.story-swiper-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.story-swiper-carousel {
    display: block; /* Changes flex layout to block to stack slides */
}

.story-swiper-container {
    display: block;
    margin-bottom: 50px;
    margin-top: 20px;
}

.story-swiper-container .swiper {
    all: unset;
}

.story-swiper-container .swiper-button-prev {
    display: none;
}

.story-swiper-container .swiper-button-next {
    display: none;
}

.story-swiper-carousel .swiper-slide {
    width: 90%;
    height: auto;
    text-align: left;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 1);
    border: 1px solid #1C9EBD;
    -webkit-backdrop-filter: blur(33.6018px);
    -moz-backdrop-filter: blur(33.6018px);
    -ms-backdrop-filter: blur(33.6018px);
    -o-backdrop-filter: blur(33.6018px);
    backdrop-filter: blur(33.6018px);
    border-radius: 40px;
    margin-bottom: 30px;
    padding-bottom: 50px;
}

.profile-header {
    width: 90% !important;
    display: flex;        
    align-items: center;
    margin: 0 auto;
    margin-bottom: 10px;
}

.profile-image {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover;
}

.profile-name {
    font-size: 18px;
    color: #fff;
}


@media (max-width: 992px) {
    /* On smaller screens, stack the slides vertically */
    
    .story-swiper-carousel {
      display: block; /* Changes flex layout to block to stack slides */
    }

    .story-swiper-container {
        display: block;
        margin-bottom: 50px;
        margin-top: 60px;
    }

    .story-swiper-container .swiper {
        all: unset;
    }

    .story-swiper-container .swiper-button-prev {
        display: none;
    }

    .story-swiper-container .swiper-button-next {
        display: none;
    }

    .story-swiper-carousel .swiper-slide {
        width: 90%;
        height: auto;
        text-align: left;
        margin: 0 auto;
        background-color: rgba(0, 0, 0, 1);
        border: 1px solid #1C9EBD;
        -webkit-backdrop-filter: blur(33.6018px);
        -moz-backdrop-filter: blur(33.6018px);
        -ms-backdrop-filter: blur(33.6018px);
        -o-backdrop-filter: blur(33.6018px);
        backdrop-filter: blur(33.6018px);
        border-radius: 40px;
        margin-bottom: 30px;
        padding-bottom: 50px;
    }

    .profile-header {
        width: 90% !important;
        display: flex;        
        align-items: center;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .profile-image {
        width: 50px !important;
        height: 50px !important;
        border-radius: 50%;
        margin-right: 10px;
        object-fit: cover;
    }
      
    .profile-name {
        font-size: 18px;
        color: #fff;
    }

    input.filter-element.search-input {
        display: none;
        width: 150px;
        padding: 7px;
        margin-left: 10px;
        border: 1px solid #ccc;
    }
}

.pb-category-grid .item {
    margin-bottom: 24px;
}

.pb-category-grid .item .inner {
    background: rgba(0, 0, 0, 0.9);
    border: 1px solid #1C9EBD;
    border-radius: 18.9791px;
    padding: 16px;
    transition: all .3s;
    display: flex;
    align-items: center;
    position: relative;
}

.pb-category-grid .happening-now .inner {
    background: #0F748C;
    border: 1px solid #1C9EBD;
    border-radius: 18.9791px;
    padding: 16px;
    transition: all .3s;
    display: flex;
    align-items: center;
    position: relative;
}

.pb-category-grid .happening-now .inner:hover {
    border: 1px solid #FFFFFF;
}


.pb-category-grid .item .inner:hover {
    background: #0F748C;
    border: 1px solid #FFFFFF;
}

.pb-category-grid .image img {
    width: 100%p;
    border-radius: 15.82px;
}

.pb-category-grid .text {
    flex: 0 0 calc(100% - 160px);
    max-width: calc(100% - 160px);
    text-align: center;
    padding-right: 16px;
}

.pb-category-grid h3 {
    font-weight: 500;
    font-size: 18.98px;
    letter-spacing: -0.02em;
    line-height: 1.25;
    color: #fff;
    max-width: 160px;
    margin: auto;
    word-wrap: break-word;
}

.pb-category-grid .icon {
    color: #1C9EBD;
    position: absolute;
    top: 7px;
    right: 12px;
    font-size: 25px;
}

.pb-category-grid .inner:hover .icon {
    color: #fff;
}

.pb-slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #75929F;
    display: inline-block;
    padding: 5px 10px;
    font-size: 18px;
}

.pb-slick-prev {
    left: 0;
}

.pb-slick-next {
    right: 0;
}

.pb-btn-slider {
    max-width: 580px;
    margin: auto;
    padding: 0 37px;
}

.pb-btn-slider .slick-track {
    display: flex;
}

.pb-btn-slider .item {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: inherit;
    padding: 0 16px;
}

.pb-btn-slider a {
    font-weight: 600;
    font-size: 17px;
    color: #75929F;
    letter-spacing: -0.02em;
    display: inline-block;
}

.pb-btn-slider a:hover {
    color: white;
}

.pb-btn-slider a.active {
    background: rgba(29, 167, 186, 0.35);
    border: 1px solid #FFFFFF;
    -webkit-backdrop-filter: blur(32.4867px);
    backdrop-filter: blur(32.4867px);
    border-radius: 100px;
    color: #fff;
    padding: 12.25px 32px;
}

.pb-restaurant-grid .item {
    margin-bottom: 24px
}

.pb-restaurant-grid .inner {
    background: rgba(0, 0, 0, 0.9);
    border: 1px solid #1C9EBD;
    -webkit-backdrop-filter: blur(24.7237px);
    backdrop-filter: blur(24.7237px);
    border-radius: 32px;
    text-align: center;
    padding: 15px 15px 16px 15px;
}

.pb-restaurant-grid .wrap-image {
    position: relative;
}

.pb-restaurant-grid .image img {
    width: 100%;
    border-radius: 24px;
}

.pb-restaurant-grid .icon {
    position: absolute;
    top: 11px;
    right: 11px;
    cursor: pointer;
}

.pb-restaurant-grid h3 {
    font-weight: 600;
    font-size: 17px;
    letter-spacing: -0.02em;
    color: #fff;
    margin: 14px 0 0 0;
}

.pb-restaurant-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.75) 71.22%, rgba(0, 0, 0, 0.55) 100%);
    padding: 0 16px;
}

.pb-restaurant-popup .btn-close {
    position: absolute;
    cursor: pointer;
    padding: 0 5px;
    top: 14px;
    right: 19px;
    font-size: 29px;
    background: transparent;
    z-index: 1;
}

.pb-restaurant-popup .content-box {
    background: rgba(0, 0, 0, 0.9);
    border: 1px solid #1C9EBD;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-radius: 32px;
    position: absolute;
    max-width: 1096px;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 37px 28px 27px 28px;
    width: calc(100% - 32px);
}

.pb-restaurant-popup .wrap-image {
    position: relative;
}

.pb-restaurant-popup .image img {
    width: 100%;
    border-radius: 24px;
}

.pb-restaurant-popup .wrap-image .icon {
    position: absolute;
    top: 16px;
    right: 16px;
}

body.compensate-for-scrollbar {
    margin-right: 0;
}

.restaurant-single-box {
    background: rgba(0, 0, 0, 0.9);
    border: 5px solid var(--primary-color);
    border-radius: 32px;
    padding: 35px clamp(24px, 3.778vw, 45px) 46px clamp(24px, 7.778vw, 45px);
}

.restaurant-single-box .quote-box {
    background: rgba(28, 158, 189, 0.24);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 27px 43px 27px 48px;
}

.restaurant-single-box .quote-title {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.02em;
    flex: 0 0 32%;
    max-width: 32%;
}

.restaurant-single-box .quote-text {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: -0.02em;
    flex: 0 0 68%;
    max-width: 68%;
    position: relative;
    padding-left: 22px;
}

.restaurant-single-box .quote-box .left-icon {
    position: absolute;
    top: -7px;
    left: 6px;
}

.restaurant-single-box .quote-box .right-icon {
    position: absolute;
    right: -1px;
    bottom: -1px;
}

.mailing-single-box {
    background: rgba(0, 0, 0, 0.9);
    border: 1px solid #3f70b1;
    border-radius: 32px;
    padding: 35px clamp(24px, 3.778vw, 45px) 46px clamp(24px, 7.778vw, 45px);

    label {
        color: white;
    }
}

.mailing-list-container {
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
}

.login-container {
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
}

.login-single-box {
    background: rgba(0, 0, 0, 0.9);
    border: 5px solid var(--primary-color);
    border-radius: 32px;
    padding: 25px 20px;
}

/* Search page designs  */
.search-category-links {
    display: flex;
    transition: transform 0.5s ease;
}

.search-category-link {
    flex: 0 0 auto;
    width: calc(100% / 5); /* Ensure only 5 links are visible */
    padding: 10px;
}

.search-category-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}

@media (max-width: 992px) {
    .search-category-link {
        width: calc(100% / 4); /* Ensure only 4 links are visible */
    }
}

@media (max-width: 800px) {
    .search-category-link {
        flex: 0 0 auto;
        width: calc(100% / 3); /* Ensure only 5 links are visible */
        padding: 5px;
    }
}

@media (max-width: 560px) {
    .search-category-navigation {
        padding: 5px 5px;
    }
}

@media (max-width: 530px) {
    .search-category-link {
        flex: 0 0 auto;
        width: calc(100% / 2);
        padding: 5px;
    }
}

.filter-text {
    color: white;
    font-weight: 600;
}

.filter-text:hover {
    cursor: pointer;
}

.filter-text.active {
    color: #00707e;
}

.search-button {
    padding: 8px 20px;
    border-radius: 20px;
    border: 1px solid #fff;
    background: transparent;
    color: #30B8E3;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s;
}

.search-button:hover {
    background-color: #2d7697;
}

.main-search-container {
    max-width: 1200px;
    margin: 0 auto;
    background: #000;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px;
  }

  .top-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
  }

  .search-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    gap: 20px;
  }

  .search-divider {
    height: 2px;
    background: #13738b;
    margin: 20px 0;
    width: 100%;
  }

  .search-container {
    width: 100%;
    position: relative;
  }

  .search-box {
    width: 100%;
    padding: 12px 40px;
    border-radius: 25px;
    border: none;
    background: white;
    font-size: 16px;
    padding-right: 40px;
    box-sizing: border-box;
  }

  .search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
  }

  .clear-search {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #666;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 50%;
    background: #eee;
    z-index: 1;
  }

  .header-buttons {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
  }  

  .search-title {
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0 20px;
  }

  .search-filters {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

  .filter-item {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .checkbox {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
  }

  .checkbox.checked {
    border-color: #30B8E3;
    background: #30B8E3;
  }

  .selected-tags {
    display: flex;
    gap: 10px; /* Space between each tag */
  }
  
  .tag-pill {
    display: inline-flex;
    align-items: center;
    padding: 5px 15px;
    border: 1px solid #ccc; /* Border color */
    border-radius: 20px; /* Rounded corners */
    background-color: transparent; /* Background color */
    color: #00bcd4; /* Text color */
    font-weight: bold;
    cursor: pointer;
  }
  
  .tag-pill:hover {
    background-color: #111; /* Darker background on hover */
    color: #00bcd4; /* Text color remains the same */
  }

.search-results-title {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* New styles for search category grid */
.search-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 15px;
  width: 100%;
  margin-top: 10px;
}

.search-category-grid .search-category-link {
  width: auto;
}



/* ==========================================================================
 Main Footer
 ========================================================================== */
.footer-menu ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.footer-menu li {
    list-style: none;
}

.footer-menu li a {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    padding: 0 16px;
}

.footer-social-media {
    display: flex;
    justify-content: right;
}

.footer-social-media a {
    display: inline-block;
    font-size: 28px;
    padding: 0 16px;
}

.footer-social-media a:first-child {
    padding-left: 0;
}

.footer-social-media a:last-child {
    padding-right: 0;
}

.footer-mobile-menu {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-mobile-menu a {
    display: block;
    margin: 0 14px;
}

.footer-mobile-menu a:first-child {
    margin-left: 0;
}

.footer-mobile-menu a:last-child {
    margin-right: 0;
}

/* ==========================================================================
 Helper classes
 ========================================================================== */
.hidden {
    display: none !important;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
 Responsive
 ========================================================================== */
@media (max-width: 1279px) {
    .xl-font-16 {
        font-size: 16px !important;
    }

    .xl-ml-25 {
        margin-left: 25px !important;
    }

    .footer-menu li a {
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    .lg-flex-wrap {
        flex-wrap: wrap !important;
    }

    .lg-justify-content-center {
        justify-content: center !important;
    }

    .lg-mt-10 {
        margin-top: 10px !important;
    }

    .main-nav li a {
        font-size: 15px;
        padding: 0 14px;
    }

    .pb-category-grid .text {
        padding: 0 16px;
    }

    .pb-category-grid h3 {
        font-size: 16px;
    }

    .pb-category-grid .icon {
        font-size: 22px;
    }

    .restaurant-single-box {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 991px) {
    .md-d-inline-block {
        display: inline-block !important;
    }

    .md-d-block {
        display: block !important;
    }

    .md-d-none {
        display: none !important;
    }

    .md-font-13 {
        font-size: 13px !important;
    }

    .md-font-14 {
        font-size: 14px !important;
    }

    .md-font-35 {
        font-size: 35px !important;
    }

    .md-font-60 {
        font-size: 60px !important;
    }

    .md-align-items-center {
        align-items: center !important;
    }

    .md-width-100pc {
        max-width: 100% !important;
    }

    .md-width-28 {
        max-width: 28px !important;
    }

    .md-col-100 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .md-mt-15 {
        margin-top: 15px !important;
    }

    .md-mt-60 {
        margin-top: 60px !important;
    }

    .md-ml-0 {
        margin-left: 0px !important;
    }

    .md-ml-5 {
        margin-left: 5px !important;
    }

    .md-ml-6 {
        margin-left: 6px !important;
    }

    .md-ml-8 {
        margin-left: 8px !important;
    }

    .md-ml-10 {
        margin-left: 10px !important;
    }

    .md-mr-3 {
        margin-right: 3px !important;
    }

    .md-mr-4 {
        margin-right: 4px !important;
    }

    .md-mr-5 {
        margin-right: 5px !important;
    }

    .md-mr-10 {
        margin-right: 10px !important;
    }

    .md-pt-0 {
        padding-top: 0 !important;
    }

    .md-pt-23 {
        padding-top: 23px !important;
    }

    .md-pt-30 {
        padding-top: 30px !important;
    }

    .md-pb-30 {
        padding-bottom: 30px !important;
    }

    .md-pl-5 {
        padding-left: 5px !important;
    }

    .btn-style-1 {
        font-size: 16px;
        padding: 13px 20px;
    }

    .main-header .logo {
        max-width: 120px;
        margin: auto;
    }

    .footer-menu li a {
        font-size: 14px;
        padding: 0 10px;
    }

    .pb-btn-slider {
        padding: 0 30px;
    }

    .pb-btn-slider .item {
        padding: 0 14px;
    }

    .pb-restaurant-popup .content-box {
        padding-top: 60px;
    }

    .restaurant-single-box,
    .restaurant-single-box .quote-box {
        padding-left: 30px;
        padding-right: 30px;
    }

}

@media (max-width: 767px) {
    html,
    body {
        background: 
        linear-gradient(to bottom, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 1) 95%), 
        linear-gradient(to right, rgba(0, 0, 0, 1) 3%, rgba(0, 0, 0, 0) 10%),
        url('../images/bg-otra-3.png') no-repeat center center fixed;
        background-attachment: fixed;
    }

    h2, .h2 {
        font-size: 25px;
    }

    .event-detail-container {
        padding-right: 15px;
        padding-left: 15px;
        margin: 0 auto;
        width: 100%;
        max-width: 1500px;
    }

    .restaurant-single-box {
        background: rgba(0, 0, 0, 0.9);
        border: 1px solid #3f70b1;
        border-radius: 20px;
        padding: 35px clamp(24px, 3.778vw, 45px) 46px clamp(24px, 7.778vw, 45px);
    }

    .content-carousel-wrapper {
        display: grid;
        align-items: stretch;
        max-width: 100%;
    }
    
    .carousel {
        border-radius: 20px;
    }

    .owner-message-container {
        background-color: #2d7697;
        border-radius: 20px;
        padding: 10px 5px;
        text-align: center;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }

    .toggle-text {
        display: inline-block;
        color: #5c9ea7;
        font-size: 14px;
        text-decoration: underline;
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .sm-w-100 {
        width: 100% !important;  /* use 100% width for mobile event detail images  */
    }

    .sm-d-block,
    .sm-br-d-block br {
        display: block !important;
    }

    .sm--d-none {
        display: none;
    }

    .sm-d-none {
        display: none !important;
    }

    .sm-d-flex {
        display: flex !important;
    }

    .sm-font-13 {
        font-size: 13px !important;
    }

    .sm-font-14 {
        font-size: 14px !important;
    }

    .sm-font-15 {
        font-size: 15px !important;
    }

    .sm-font-17 {
        font-size: 17px !important;
    }

    .sm-font-20 {
        font-size: 20px !important;
    }

    .sm-font-25 {
        font-size: 25px !important;
    }

    .sm-font-30 {
        font-size: 30px !important;
    }

    .sm-font-32 {
        font-size: 32px !important;
    }

    .sm-lh-normal {
        line-height: normal !important;
    }

    .sm-lh-150 {
        line-height: 1.50 !important;
    }

    .sm-lh-1550 {
        line-height: 1.55 !important;
    }

    .sm-flex-wrap {
        flex-wrap: wrap !important;
    }

    .sm-align-items-initial {
        align-items: initial !important;
    }

    .sm-justify-content-between {
        justify-content: space-between !important;
    }

    .sm-justify-content-center {
        justify-content: center !important;
    }

    .sm-flex-100pc {
        flex: 0 0 100% !important;
    }

    .sm-order-0 {
        order: 0 !important;
    }

    .sm-order-1 {
        order: 1 !important;
    }

    .sm-order-2 {
        order: 2 !important;
    }

    .sm-order-3 {
        order: 3 !important;
    }

    .sm-order-4 {
        order: 4 !important;
    }

    .sm-order-5 {
        order: 5 !important;
    }

    .sm-text-center {
        text-align: center !important;
    }

    .sm-text-uppercase {
        text-transform: uppercase;
    }

    .sm-border-none {
        border: none !important;
    }

    .sm-border-bottom-1-#63737b {
        border-top: 1px solid #63737b !important;
    }

    .sm-border-radius-20 {
        border-radius: 20px !important;
    }

    .sm-top-2 {
        top: 2px !important;
    }

    .sm-width-32 {
        max-width: 32px !important;
    }

    .sm-width-400 {
        max-width: 400px !important;
    }

    .sm-mt-20 {
        margin-top: 20px !important;
    }

    .sm-mt-30 {
        margin-top: 30px !important;
    }

    .sm-mt-32 {
        margin-top: 32px !important;
    }

    .sm-mb-5 {
        margin-bottom: 5px !important;
    }

    .sm-mb-12 {
        margin-bottom: 12px !important;
    }

    .sm-mb-15 {
        margin-bottom: 15px !important;
    }

    .sm-mb-30 {
        margin-bottom: 30px !important;
    }

    .sm-ml-0 {
        margin-left: 0 !important;
    }

    .sm-mr-6 {
        margin-right: 6px !important;
    }

    .sm-mr-8 {
        margin-right: 8px !important;
    }

    .sm-mr-12 {
        margin-right: 12px !important;
    }

    .sm-pt-0 {
        padding-top: 0px !important;
    }

    .sm-pt-8 {
        padding-top: 8px !important;
    }

    .sm-pt-10 {
        padding-top: 10px !important;
    }

    .sm-pt-12 {
        padding-top: 12px !important;
    }

    .sm-pt-13 {
        padding-top: 13px !important;
    }

    .sm-pt-14 {
        padding-top: 14px !important;
    }

    .sm-pt-15 {
        padding-top: 15px !important;
    }

    .sm-pt-18 {
        padding-top: 18px !important;
    }

    .sm-pt-20 {
        padding-top: 20px !important;
    }

    .sm-pt-21 {
        padding-top: 21px !important;
    }

    .sm-pt-24 {
        padding-top: 24px !important;
    }

    .sm-pt-26 {
        padding-top: 26px !important;
    }

    .sm-pt-30 {
        padding-top: 30px !important;
    }

    .sm-pt-32 {
        padding-top: 32px !important;
    }

    .sm-pt-35 {
        padding-top: 35px !important;
    }

    .sm-pt-48 {
        padding-top: 48px !important;
    }

    .sm-pb-0 {
        padding-bottom: 0 !important;
    }

    .sm-pb-2 {
        padding-bottom: 2px !important;
    }

    .sm-pb-14 {
        padding-bottom: 14px !important;
    }

    .sm-pb-16 {
        padding-bottom: 16px !important;
    }

    .sm-pb-20 {
        padding-bottom: 20px !important;
    }

    .sm-pb-32 {
        padding-bottom: 32px !important;
    }

    .sm-pl-32 {
        padding-left: 32px !important;
    }

    .sm-pr-32 {
        padding-right: 32px !important;
    }

    .pb-category-grid .item {
        margin-bottom: 16px;
    }

    .pb-category-grid .item:last-child {
        margin-bottom: 0;
    }

    .pb-category-grid .item .inner {
        border-radius: 18.98px;
        padding: 12px;
    }

    .pb-category-grid .text {
        padding: 0 12px;
    }

    .pb-category-grid h3 {
        font-size: 18px;
    }

    .pb-category-grid .icon {
        top: 6px;
        right: 11px;
    }

    .pb-btn-slider {
        width: calc(100% + 64px);
        max-width: calc(100% + 64px);
        padding: 0;
        margin-left: -32px;
    }

    .pb-btn-slider .item {
        padding: 0 16px;
    }

    .pb-restaurant-grid .inner {
        border-radius: 20px;
        padding: 10px 10px 12px 10px;
    }

    .pb-restaurant-grid .image img {
        border-radius: 16px
    }

    .pb-restaurant-grid .icon {
        max-width: 22px;
        top: 8px;
        right: 8px;
    }

    .pb-restaurant-grid h3 {
        font-size: 12px;
        margin-top: 10px
    }

    .pb-restaurant-popup .content-box {
        padding: 48px 20px 32px 20px;
    }

    .pb-restaurant-popup .btn-close {
        top: 8px;
        right: 15px;
        font-size: 24px;
    }

    .restaurant-single-box {
        padding: 35px 24px 46px 24px;
    }

    .restaurant-single-box .quote-box {
        flex-wrap: wrap;
    }

    .restaurant-single-box .quote-title,
    .restaurant-single-box .quote-text {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .restaurant-single-box .quote-text {
        padding: 10px 0 0 0;
    }

    .restaurant-single-box .quote-box .left-icon {
        top: 7px;
        left: -12px;
    }

    .restaurant-single-box .quote-box .right-icon {
        right: 0;
        bottom: 0
    }

    .footer-social-media a {
        padding: 0 10.5px;
        font-size: 20px;
    }

    input.filter-element.search-input {
        display: none;
        width: 100px;
        padding: 5px;
        margin-left: 10px;
        border: 1px solid #ccc;
        border-radius: 3px;
    }
    
    .search-input.active {
        display: block;
    }
}

/* Avatar image styling */
.avatar {
    max-width: 100%; /* Allow the image to scale down with the container */
    max-height: 100%; /* Prevent the image from exceeding the height of the container */
    height: auto; /* Maintain the aspect ratio */
    width: auto; /* Maintain the aspect ratio */
    border-radius: 50%; /* Make the image circular */
    object-fit: cover; /* Ensure the image covers the area without stretching */
}

.app-card {
    margin-bottom: 1em;
    margin-top: 60px;
    padding: 2em;
    width: 100%;
    border-radius: 2rem;
    background-color: black;
}
.app-card:not(.notification) {
    background-color: black;
    border: 5px solid var(--bs-primary);
}

.story-create-section {
    margin-top: 70px;
}

.swiper-carousel video.swiper-carousel-media {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

.expanded-image-close-button {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1002; /* Above the image and overlay */
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 36px; /* Adjust for vertical centering */
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.expanded-image-close-button:hover {
    background: #fff;
    color: #000;
    border-color: #000;
    transform: scale(1.1);
}

.shrinking {
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transform: translate(0, 0) scale(0.5);
    opacity: 0;
}