@media (max-width: 991.98px) {
    .hero-mesh-spotlight,
    .page-header-mesh-spotlight .header-mesh-bg {
        display: none !important;
    }
    .hero-section {
        min-height: auto;
        padding-top: 6.5rem;
        padding-bottom: 3.5rem;
    }
}

/* Page Header Mesh Spotlight Styles */
.page-header-mesh-spotlight {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0b132b 0%, #0f172a 50%, #1e293b 100%);
}

.page-header-mesh-spotlight .header-mesh-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    mask-image: radial-gradient(circle 350px at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(0,0,0,1) 0%, rgba(0,0,0,0) 80%);
    -webkit-mask-image: radial-gradient(circle 350px at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(0,0,0,1) 0%, rgba(0,0,0,0) 80%);
    opacity: 0.85;
    transition: opacity 0.3s ease;
}

.page-header-mesh-spotlight .header-mesh-svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: invert(1) sepia(1) saturate(5) hue-rotate(175deg) brightness(1.5) drop-shadow(0 0 8px rgba(56, 189, 248, 0.8));
}
.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5rem;
    padding-bottom: 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0b132b 0%, #0f172a 50%, #1e293b 100%);
}

.hero-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

.hero-video-bg::-webkit-media-controls,
.hero-video-bg::-webkit-media-controls-start-playback-button,
.hero-video-bg::-webkit-media-controls-play-button,
.hero-video-bg::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none !important;
    opacity: 0 !important;
}

.hero-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(11, 19, 43, 0.80) 0%, rgba(15, 23, 42, 0.72) 50%, rgba(30, 41, 59, 0.80) 100%);
    z-index: 1;
    pointer-events: none;
}

.hero-mesh-spotlight {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
    mask-image: radial-gradient(circle 400px at var(--mouse-x, -500px) var(--mouse-y, -500px), rgba(0,0,0,1) 0%, rgba(0,0,0,0) 85%);
    -webkit-mask-image: radial-gradient(circle 400px at var(--mouse-x, -500px) var(--mouse-y, -500px), rgba(0,0,0,1) 0%, rgba(0,0,0,0) 85%);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.hero-section:hover .hero-mesh-spotlight {
    opacity: 1;
}

.hero-mesh-svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: invert(1) sepia(1) saturate(5) hue-rotate(175deg) brightness(1.5) drop-shadow(0 0 8px rgba(56, 189, 248, 0.8));
}

.hero-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 1rem;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #38bdf8;
    font-size: 0.825rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.hero-section .text-gradient-cyan {
    color: #38bdf8 !important;
    background: none !important;
    -webkit-text-fill-color: initial !important;
    display: inline-block;
    min-height: 1.2em;
}

@keyframes blinkCursor {
    50% { opacity: 0; }
}

.typed-cursor {
    animation: blinkCursor 0.8s infinite;
    color: #38bdf8;
    font-weight: 300;
}

.hero-btn-primary {
    background: #2563eb !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    transition: background-color 0.2s ease, transform 0.2s ease !important;
}

.hero-btn-primary:hover {
    background: #1d4ed8 !important;
    box-shadow: none !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
}

.hero-btn-glass {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    color: #ffffff !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.hero-btn-glass:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
    transform: translateY(-2px) !important;
    color: #ffffff !important;
}

.typed-cursor {
    color: #38bdf8;
    font-weight: 300;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

.hero-section .hover-scale {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hero-section .hover-scale:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2) !important;
}

.hero-section .hover-bg-light {
    transition: all 0.25s ease;
}

.hero-section .hover-bg-light:hover {
    background-color: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.8) !important;
    color: #ffffff !important;
    transform: translateY(-2px);
}

.letter-spacing-05 {
    letter-spacing: 0.05em;
}

.fw-black {
    font-weight: 900;
}

.text-white-80 {
    color: rgba(255, 255, 255, 0.88);
}

/* 3D Interactive Card Enhancements */
.interactive-3d-card {
    will-change: transform;
    transform-style: preserve-3d;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.interactive-3d-card:hover {
    box-shadow: 0 20px 35px rgba(15, 23, 42, 0.08) !important;
    border-color: rgba(226, 232, 240, 0.9) !important;
}

.tracking-tight {
    letter-spacing: -0.04em;
}

/* Real Estate Style Event Card */
.event-card-realestate {
    background: #ffffff;
    border-radius: 28px;
    padding: 0.6rem;
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.event-card-realestate:hover {
    transform: translateY(-4px);
    box-shadow: 0 25px 45px rgba(15, 23, 42, 0.15);
}

.event-card-media {
    position: relative;
    width: 100%;
    height: 240px;
    border-radius: 22px;
    overflow: hidden;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
}

.event-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-card-badge-container {
    position: absolute;
    top: 0.85rem;
    left: 0.85rem;
    display: flex;
    gap: 0.5rem;
    z-index: 2;
}

.event-badge-pill {
    background: #ffffff;
    border-radius: 50px;
    padding: 0.35rem 0.9rem;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.event-badge-pill.pill-primary {
    color: #d97706;
}

.event-badge-pill.pill-secondary {
    color: #65a30d;
}

.event-card-content-box {
    background: #ffffff;
    border-radius: 22px;
    padding: 1.25rem 1.35rem;
    margin-top: -3.5rem;
    position: relative;
    z-index: 3;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.event-card-price-range {
    font-size: 1.35rem;
    font-weight: 900;
    color: #0284c7;
    letter-spacing: -0.02em;
    margin-bottom: 0.35rem;
}

.event-card-location {
    font-size: 0.85rem;
    color: #64748b;
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.event-card-heading {
    font-size: 1.05rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.35;
    margin-bottom: 1rem;
}

.event-card-specs-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.825rem;
    font-weight: 700;
    color: #1e293b;
    padding-top: 0.75rem;
    margin-top: 0.75rem;
    border-top: 1px solid #f1f5f9;
}

.event-card-specs-row .divider {
    color: #cbd5e1;
    font-weight: 400;
}

.event-card-organizer-footer {
    font-size: 0.75rem;
    font-weight: 800;
    color: #64748b;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-top: 0.85rem;
    padding-top: 0.5rem;
}
.stat-card-title {
    font-size: 0.875rem;
    font-weight: 700;
    color: #1e293b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stat-card-footer {
    border-top: 1px solid #f1f5f9;
    padding-top: 0.75rem;
    margin-top: 0.75rem;
    width: 100%;
}

/* Stacking Cards Section */
.stacking-cards-container {
    position: relative;
    padding-bottom: 5rem;
}

.stacking-card-wrapper {
    position: sticky;
    top: 5rem;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.stacking-card {
    width: 100%;
    max-width: 960px;
    height: 400px;
    border-radius: 28px;
    padding: 2.5rem;
    color: #ffffff;
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    position: relative;
}

.card-mesh-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    opacity: 0.25;
}

.card-mesh-svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: invert(1) sepia(1) saturate(5) hue-rotate(175deg) brightness(1.5);
}

.stacking-card-badge {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
    font-weight: 700;
    padding: 0.4rem 1rem;
    border-radius: 50px;
    font-size: 0.85rem;
}

.stacking-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.stacking-card-title {
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: -0.03em;
    margin-bottom: 0.75rem;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.stacking-card-desc {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.6;
    max-width: 480px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.stacking-card-link {
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.85rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
    padding-bottom: 0.25rem;
    transition: all 0.25s ease;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.stacking-card-link:hover {
    color: #ffffff;
    border-color: #ffffff;
    transform: translateX(4px);
}

.stacking-card-img-box {
    width: 100%;
    height: 100%;
    min-height: 220px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.stacking-card-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.stacking-card:hover .stacking-card-img-box img {
    transform: scale(1.05);
}

@media (max-width: 767.98px) {
    .stacking-card-wrapper {
        height: auto;
        min-height: auto;
        position: relative;
        top: 0;
        margin-bottom: 1.5rem;
    }
    .stacking-card {
        height: auto;
        padding: 1.75rem;
    }
    .stacking-card-title {
        font-size: 1.4rem;
    }
}
.navbar-public-floating {
    background: #ffffff;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin: 1.5rem auto;
    max-width: 900px;
    padding: 0.5rem 1rem;
    top: 1.5rem;
    border: 1px solid rgba(0,0,0,0.05);
    z-index: 1030;
}
.navbar-public-floating .nav-link {
    color: #1a4273 !important;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
}
.navbar-public-floating .nav-link:hover {
    background: #f1f5fa;
    color: #0d6efd !important;
    transform: translateY(-1px);
}
.navbar-public-floating .nav-link.active {
    background: #eaf1fb;
    color: #0d6efd !important;
    box-shadow: 0 2px 4px rgba(13, 110, 253, 0.1);
}
.navbar-public-floating .btn-login-pill {
    border-color: #1a4273;
    color: #1a4273;
    border-radius: 50px;
    padding: 0.4rem 1.2rem;
    font-weight: 600;
    transition: all 0.25s ease;
}
.navbar-public-floating .btn-login-pill:hover {
    background: #f1f5fa;
    transform: translateY(-1px);
}

/* iOS Dark Mode Glassmorphism Card Styles */
.ios-glass-card {
    border-radius: 28px !important;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.2) !important;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease !important;
    will-change: transform, box-shadow;
}

.ios-glass-card:hover {
    transform: translateY(-5px) scale(1.01) !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.45), inset 0 1px 2px rgba(255, 255, 255, 0.35) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.ios-pill-badge {
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15), inset 0 1px 1px rgba(255, 255, 255, 0.4) !important;
    font-size: 0.78rem !important;
    letter-spacing: -0.01em;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.35rem !important;
}

.ios-graphic-box {
    filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.35));
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), filter 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.ios-glass-card:hover .ios-graphic-box {
    transform: scale(1.12) rotate(3deg) !important;
    filter: drop-shadow(0 20px 35px rgba(0, 0, 0, 0.5)) !important;
}
.navbar-public-floating .btn-signup-pill {
    background: #0d6efd;
    border-color: #0d6efd;
    color: white;
    border-radius: 50px;
    padding: 0.4rem 1.2rem;
    font-weight: 600;
    transition: all 0.25s ease;
}
.navbar-public-floating .btn-signup-pill:hover {
    background: #0b5ed7;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px rgba(13, 110, 253, 0.2);
}
.navbar-public-floating .navbar-brand img {
    max-height: 38px;
    width: auto;
    object-fit: contain;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .stat-card {
        padding: 0.85rem 0.65rem !important;
        border-radius: 16px !important;
    }
    .stat-card-title {
        font-size: 0.72rem !important;
        font-weight: 700 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        max-width: calc(100% - 20px) !important;
    }
    .stat-card .fs-2 {
        font-size: 1.25rem !important;
    }
    .stat-card .badge {
        font-size: 0.62rem !important;
        padding: 0.2rem 0.4rem !important;
    }
    .stat-card-footer {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.1rem !important;
        margin-top: 0.4rem !important;
        padding-top: 0.4rem !important;
        border-top: 1px solid #f1f5f9 !important;
    }
    .stat-card-footer span {
        font-size: 0.62rem !important;
        line-height: 1.2 !important;
        display: block !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        max-width: 100% !important;
    }
}

@media (max-width: 991.98px) {
    .navbar-public-floating {
        border-radius: 16px;
        margin: 1rem;
    }
    .eventsCoverflowSwiper .swiper-slide {
        width: 320px !important;
        max-width: 85vw !important;
    }
    .stat-card-title {
        font-size: 0.72rem !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
    .stat-card-footer span {
        font-size: 0.62rem !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
}

/* Search & Pill Bar Style (Clean Modern Floating Style) */
.public-search-pill-bar {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 50px;
    padding: 0.4rem 0.5rem 0.4rem 1.25rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.25s ease;
}
.public-search-pill-bar:focus-within {
    border-color: #94a3b8;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.public-search-pill-bar .form-select,
.public-search-pill-bar .form-control {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}
.public-search-pill-bar .form-select:focus,
.public-search-pill-bar .form-control:focus,
.public-search-pill-bar .form-select:hover,
.public-search-pill-bar .form-control:hover {
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}
.public-search-pill-bar .form-select {
    background-color: transparent;
    font-size: 0.95rem;
    font-weight: 500;
    color: #1e293b;
    padding-left: 0.5rem;
    padding-right: 2rem;
    cursor: pointer;
    border-radius: 50px !important;
}
.public-search-pill-bar .form-select option {
    background-color: #ffffff;
    color: #1e293b;
    padding: 0.5rem 1rem;
    font-size: 0.95rem;
}
.public-search-pill-bar .form-control {
    background-color: transparent;
    font-size: 0.95rem;
    color: #1e293b;
}
.public-search-pill-bar .input-group-text {
    border: none;
    background-color: transparent;
    color: #64748b;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.public-search-pill-bar .btn-search-pill {
    background: #1d4ed8;
    color: #ffffff;
    border-radius: 50px;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    font-size: 0.95rem;
    border: none;
    transition: all 0.2s ease;
}
.public-search-pill-bar .btn-search-pill:hover {
    background: #1e40af;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(29, 78, 216, 0.25);
}
.public-search-pill-bar .divider {
    width: 1px;
    height: 24px;
    background-color: #cbd5e1;
    margin: 0 0.5rem;
}

/* Swiper 3D Coverflow Styles for Upcoming Events */
.eventsCoverflowSwiper {
    width: 100%;
    padding-top: 1.5rem !important;
    padding-bottom: 3.5rem !important;
    perspective: 1200px;
    position: relative;
    overflow: hidden !important;
    -webkit-mask-image: linear-gradient(to right,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,0.15) 3%,
        rgba(0,0,0,0.6) 8%,
        rgba(0,0,0,1) 15%,
        rgba(0,0,0,1) 85%,
        rgba(0,0,0,0.6) 92%,
        rgba(0,0,0,0.15) 97%,
        rgba(0,0,0,0) 100%
    );
    mask-image: linear-gradient(to right,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,0.15) 3%,
        rgba(0,0,0,0.6) 8%,
        rgba(0,0,0,1) 15%,
        rgba(0,0,0,1) 85%,
        rgba(0,0,0,0.6) 92%,
        rgba(0,0,0,0.15) 97%,
        rgba(0,0,0,0) 100%
    );
}

@media (max-width: 991.98px) {
    .stat-card {
        padding: 0.75rem 0.65rem !important;
        border-radius: 16px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
    }
    .stat-card .card-3d-content {
        display: flex !important;
        flex-direction: column !important;
    }
    .stat-card .card-3d-content > .d-flex {
        margin-bottom: 0.25rem !important;
    }
    .stat-card .card-3d-content > .d-flex:first-child .text-muted {
        display: none !important;
    }
    .stat-card .card-3d-content > .d-flex:nth-child(2) {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.25rem !important;
    }
    .stat-card-title {
        font-size: 0.78rem !important;
        font-weight: 700 !important;
        color: #1e293b !important;
        white-space: normal !important;
        word-break: break-word !important;
        line-height: 1.2 !important;
    }
    .stat-card .fs-2 {
        font-size: 1.35rem !important;
        line-height: 1 !important;
    }
    .stat-card .badge {
        font-size: 0.62rem !important;
        padding: 0.2rem 0.45rem !important;
        white-space: nowrap !important;
    }
    .stat-card-footer {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.1rem !important;
        margin-top: 0.4rem !important;
        padding-top: 0.4rem !important;
        border-top: 1px solid #f1f5f9 !important;
        width: 100% !important;
        position: static !important;
        transform: none !important;
    }
    .stat-card-footer span {
        font-size: 0.65rem !important;
        line-height: 1.2 !important;
        display: block !important;
        white-space: normal !important;
        word-break: break-word !important;
    }
}

@media (max-width: 767.98px) {
    .public-page-hero {
        padding-top: 7rem !important;
        padding-bottom: 3.5rem !important;
    }
    .hero-title {
        font-size: 1.85rem !important;
        line-height: 1.2 !important;
        min-height: auto !important;
    }
    .hero-subtitle {
        font-size: 0.95rem !important;
    }
    .hero-section .btn {
        font-size: 0.9rem !important;
        padding: 0.6rem 1.25rem !important;
    }
    .eventsCoverflowSwiper {
        -webkit-mask-image: linear-gradient(to right,
            rgba(0,0,0,0) 0%,
            rgba(0,0,0,1) 8%,
            rgba(0,0,0,1) 92%,
            rgba(0,0,0,0) 100%
        ) !important;
        mask-image: linear-gradient(to right,
            rgba(0,0,0,0) 0%,
            rgba(0,0,0,1) 8%,
            rgba(0,0,0,1) 92%,
            rgba(0,0,0,0) 100%
        ) !important;
        overflow: hidden !important;
    }
    .eventsCoverflowSwiper .swiper-slide {
        width: 80vw !important;
    }

    /* Mobile Responsive Fixes for Search Pill Bar */
    .public-search-pill-bar {
        border-radius: 20px !important;
        padding: 0.5rem 0.75rem !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 0.5rem !important;
    }
    .public-search-pill-bar .category-select-wrapper {
        min-width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
    }
    .public-search-pill-bar .btn-search-pill,
    .public-search-pill-bar .btn-ios-preview {
        width: 100% !important;
        border-radius: 12px !important;
        margin-left: 0 !important;
        justify-content: center !important;
    }
    .public-search-pill-bar .divider {
        display: none !important;
    }

    /* Mobile UX Optimization for Event Cards */
    .event-card-realestate {
        border-radius: 20px !important;
        padding: 0.45rem !important;
        box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06) !important;
    }
    .event-card-media {
        height: 140px !important;
        border-radius: 16px !important;
    }
    .event-card-badge-container {
        top: 0.6rem !important;
        left: 0.6rem !important;
        gap: 0.35rem !important;
    }
    .event-badge-pill {
        padding: 0.25rem 0.65rem !important;
        font-size: 0.68rem !important;
    }
    .event-card-content-box {
        border-radius: 16px !important;
        padding: 0.9rem 1rem !important;
        margin-top: -2.25rem !important;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05) !important;
    }
    .event-card-price-range {
        font-size: 1.1rem !important;
        margin-bottom: 0.2rem !important;
    }
    .event-card-location {
        font-size: 0.8rem !important;
        margin-bottom: 0.35rem !important;
    }
    .event-card-heading {
        font-size: 0.95rem !important;
        margin-bottom: 0.65rem !important;
        white-space: normal !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
    .event-card-specs-row {
        font-size: 0.78rem !important;
        gap: 0.5rem !important;
    }

    /* Mobile UX Optimization for Booking Resource Cards */
    #bookingTabContent .card {
        border-radius: 18px !important;
    }
    #bookingTabContent .card .card-img-top {
        height: 125px !important;
    }
    #bookingTabContent .card-body {
        padding: 1rem !important;
    }
    #bookingTabContent .card-title {
        font-size: 1rem !important;
    }
    #bookingTabContent .card-body ul {
        margin-bottom: 0.85rem !important;
        margin-top: 0.5rem !important;
        gap: 0.35rem !important;
    }
    #bookingTabContent .btn {
        padding: 0.4rem 0.75rem !important;
        font-size: 0.85rem !important;
    }
}

.eventsCoverflowSwiper .swiper-slide {
    width: clamp(290px, 30vw, 360px) !important;
    transition: all 0.4s ease;
    cursor: pointer;
}

.eventsCoverflowSwiper .swiper-slide-active {
    z-index: 100 !important;
}

.eventsCoverflowSwiper .swiper-button-prev,
.eventsCoverflowSwiper .swiper-button-next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.25s ease;
    z-index: 30;
}

.eventsCoverflowSwiper .swiper-button-prev {
    left: -5px !important;
}

.eventsCoverflowSwiper .swiper-button-next {
    right: -5px !important;
}

.eventsCoverflowSwiper .swiper-button-prev:after,
.eventsCoverflowSwiper .swiper-button-next:after {
    font-size: 1.15rem;
    font-weight: bold;
}

.eventsCoverflowSwiper .swiper-button-prev:hover,
.eventsCoverflowSwiper .swiper-button-next:hover {
    background: #0d6efd;
    border-color: #0d6efd;
    color: #ffffff;
    transform: scale(1.08);
}

.eventsCoverflowSwiper .swiper-pagination-bullet {
    background: #cbd5e1;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.eventsCoverflowSwiper .swiper-pagination-bullet-active {
    background: #0d6efd !important;
    width: 24px !important;
    border-radius: 12px !important;
    opacity: 1;
}

.footer-card {
    background-color: #101c2c;
    color: #e2e8f0;
    border-radius: 24px;
    padding: 4rem 3rem 2rem;
    margin: 0 auto 2rem;
    max-width: 1200px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.footer-card h5 {
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1.5rem;
}
.footer-card p, .footer-card a, .footer-card li {
    font-size: 0.85rem;
    color: #cbd5e1;
    line-height: 1.6;
    margin-bottom: 0.8rem;
}
.footer-card a {
    text-decoration: none;
    transition: color 0.2s ease;
}
.footer-card a:hover {
    color: #ffffff;
}
.footer-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-card .highlight-title {
    color: #ffffff;
    font-weight: 700;
}
.footer-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 3rem 0 1.5rem;
}
.social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    transition: all 0.2s ease;
    text-decoration: none;
}
.social-btn i {
    font-size: 1.15rem;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.4);
    color: #ffffff;
}
.footer-logo {
    display: block;
    width: 220px;
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
}
.footer-brand-copy {
    margin: 0;
    max-width: 300px;
}
@media (max-width: 991.98px) {
    .footer-logo { width: 190px; }
    .footer-card { padding: 3rem 2rem 2rem; margin: 0 1rem 2rem; border-radius: 20px; }
}
@media (max-width: 767.98px) {
    .footer-logo { width: 190px; }
}
