.elementor-6555 .elementor-element.elementor-element-1a28850{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4db5e53 *//* Hard Reset & Full Viewport Force */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* Main Container - Forces full screen regardless of WP theme */
.app-container {
    position: fixed;
    inset: 0;
    width: 100vw !important;
    height: 100vh !important;
    display: flex;
    z-index: 9999;
}

/* Left Panel */
.left-panel {
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    border-right: 3px solid #01011A
}

.video-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* Top Left Compact Container */
.top-left-container {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Harmonized Badge Styles */
.brand-badge, .user-badge {
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
}

.brand-badge {
    padding: 8px 16px;
}

.mini-icon {
    font-size: 16px;
    display: flex;
    align-items: center;
}

.brand-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.1;
}

.brand-info h1 {
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.2px;
}

.brand-info p {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.85);
    margin-top: 2px;
    font-weight: 400;
}

.user-badge {
    gap: 6px;
    padding: 8px 16px;
}

.name {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.comma {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

.city {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 500;
}

.flag {
    font-size: 15px;
}

/* Right Panel - Textured Background */
.right-panel {
    width: 50%;
    height: 100%;
    background-color: #12122a;
    background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.right-inner {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 30px;
}

/* Main Title - Harmonized Pill Shape */
.main-title {
    margin-bottom: 40px;
    text-align: center;
}

.main-title h2 {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50px;
    padding: 14px 28px;
    display: inline-block;
    letter-spacing: 0.3px;
}

/* Online Status */
.online-status {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 45px;
}

.emojis {
    font-size: 26px;
    letter-spacing: 3px;
}

.count {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    font-weight: 500;
}

/* Filters */
.filters {
    width: 100%;
    margin-bottom: 35px;
}

.filter-pill {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50px;
    padding: 16px 28px;
    gap: 35px;
}

.filter-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.filter-label {
    color: rgba(255, 255, 255, 0.75);
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.filter-options {
    display: flex;
    align-items: center;
    gap: 8px;
}

.filter-icon {
    font-size: 20px;
}

.filter-btn {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    padding: 6px 14px;
    border-radius: 20px;
    transition: all 0.25s ease;
}

.filter-btn.active {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

.filter-btn:hover:not(.active) {
    color: #ffffff;
}

.divider {
    color: rgba(255, 255, 255, 0.25);
    font-size: 24px;
}

/* Fancy CTA Button - Synced & Faster Animation */
.start-chat-btn {
    width: 100%;
    max-width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(135deg, #fff740 0%, #ffdd00 100%);
    color: #000;
    font-size: 18px;
    font-weight: 700;
    border: none;
    border-radius: 50px;
    padding: 24px 35px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    animation: pulse-glow-zoom 1.6s ease-in-out infinite;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.start-chat-btn:hover {
    background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
    color: #ffffff;
    animation: none;
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 14px 38px rgba(30, 58, 138, 0.5);
}

.start-chat-btn:active {
    transform: translateY(0) scale(0.98);
    box-shadow: 0 6px 20px rgba(30, 58, 138, 0.4);
}

.btn-icon {
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.start-chat-btn:hover .btn-icon {
    transform: scale(1.1);
}

/* Synced Glow + Zoom Keyframes */
@keyframes pulse-glow-zoom {
    0%, 100% {
        box-shadow: 0 10px 30px rgba(255, 247, 64, 0.4);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 12px 42px rgba(255, 247, 64, 0.75);
        transform: scale(1.03);
    }
}

/* Responsive */
@media (max-width: 900px) {
    .app-container { flex-direction: column; }
    .left-panel, .right-panel { width: 100%; height: 50%; }
    .left-panel { 
        border-right: none; 
        border-bottom: 4px solid #000000;
    }
    .brand-info h1 { font-size: 12px; }
    .brand-info p { font-size: 9px; }
    .name { font-size: 13px; }
    .city { font-size: 12px; }
    .main-title h2 { font-size: 22px; padding: 12px 24px; }
    .filter-pill { max-width: 450px; padding: 14px 24px; gap: 28px; }
    .start-chat-btn { max-width: 450px; padding: 22px 32px; }
}

@media (max-width: 480px) {
    .main-title h2 { font-size: 20px; padding: 10px 20px; }
    .filter-pill { max-width: 100%; padding: 14px 20px; gap: 20px; }
    .filter-label { font-size: 10px; }
    .filter-btn { padding: 6px 12px; font-size: 14px; }
    .start-chat-btn { max-width: 100%; padding: 22px 30px; font-size: 17px; }
    .count { font-size: 15px; }
    .emojis { font-size: 24px; }
}/* End custom CSS */