/* ============================================
   BARWHERE - Complete Styles
   Client ki requirements ke mutabiq
   ============================================ */

/* ===== BASE ===== */
/* ===== SECTION HEADERS ===== */
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px;.header-menu-toggle
    border-bottom: 1px solid #1a1a1a;
}

.section-header h2 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    color: #fff;
}

.section-header .clear-time {
    font-size: 12px;
    color: #999;
    background: #1a1a1a;
    padding: 4px 12px;
    border-radius: 20px;
}

.section-footer {
    padding: 15px;
    text-align: right;
}

.section-footer .see-all {
    color: #00ff88;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}
/* ============================================
   SEARCH OVERLAY - FIX
   ============================================ */

/* Search overlay ko default hide rakhein */
.barwhere-search-overlay {
    display: none !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(12, 12, 22, 0.97);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

/* Jab active ho tab show ho */
.barwhere-search-overlay.active {
    display: flex !important;
}

/* Search toggle button style */
.barwhere-search-toggle {
    background: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s;
}

.barwhere-search-toggle:hover {
    color: #00ff88;
}
.header_signin_shortcode svg{color:#fff;}
.header_signin_shortcode span{letter-spacing:0.3px;font-weight:500;font-size: 12px;line-height: 1.3;font-family: "Bebas Neue", Sans-serif;color:#fff;}
.header_signin_shortcode svg{color:#fff;}
.header_signin_shortcode a{display:flex;align-items:end;}
.barwhere-search-toggle svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
}

/* Search overlay content */
.search-overlay-content {
    width: 100%;
    max-width: 600px;
}

.search-overlay-content form {
    display: flex;
    gap: 12px;
    border-bottom: 2px solid #2e2e3f;
    padding-bottom: 12px;
}

.search-input {
    flex: 1;
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 22px;
    padding: 10px 0;
    outline: none;
}

.search-input::placeholder {
    color: #555;
    font-size: 18px;
}

.search-submit {
    background: #00ff88;
    border: none;
    color: #0c0c16;
    padding: 10px 28px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
    white-space: nowrap;
}

.search-submit:hover {
    background: #00cc66;
}

.search-close {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 28px;
    cursor: pointer;
    padding: 0 10px;
    transition: color 0.3s;
}

.search-close:hover {
    color: #ff4444;
}

.search-suggestions {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.search-suggestions span {
    background: #1a1a2a;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid #2e2e3f;
}

.search-suggestions span:hover {
    background: #2a2a3a;
    color: #00ff88;
    border-color: #00ff88;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .search-input {
        font-size: 18px;
    }
    .search-input::placeholder {
        font-size: 15px;
    }
    .search-submit {
        font-size: 14px;
        padding: 8px 18px;
    }
}
/* ===== HERO SECTION ===== */
.hero {
    padding: 40px 20px 30px;
    text-align: center;
    border-bottom: 1px solid #1a1a1a;
}

.hero h1 {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 4px;
    margin: 0;
    color: #fff;
}

.hero .tagline {
    font-size: 18px;
    color: #888;
    margin: 5px 0 15px;
}

.hero h2 {
    font-size: 22px;
    font-weight: 700;
    color: #00ff88;
    margin: 0 0 10px;
}

.hero .sub {
    font-size: 14px;
    color: #666;
    max-width: 500px;
    margin: 0 auto 20px;
}

.hero-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary, .btn-secondary {
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s;
}

.btn-primary {
    background: #00ff88;
    color: #0a0a0a;
}

.btn-primary:hover {
    background: #00cc66;
}

.btn-secondary {
    background: transparent;
    color: #fff;
    border: 2px solid #333;
}

.btn-secondary:hover {
    border-color: #00ff88;
    color: #00ff88;
}

/* ===== EVENTS & JOBS ===== */
.events-list, .jobs-list {
    padding: 10px 15px;
}

.event-item, .job-item {
    padding: 15px 0;
    border-bottom: 1px solid #1a1a1a;
}

.event-item:last-child, .job-item:last-child {
    border-bottom: none;
}

.who {
    font-size: 16px;
    font-weight: 700;
    color: #00ff88;
    margin-bottom: 4px;
}

.what {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 2px;
}

.where {
    font-size: 13px;
    color: #888;
}

.who a {
    color: #00ff88;
    text-decoration: none;
}

.who a:hover {
    text-decoration: underline;
}

.promo {
    color: #ffaa00;
    font-weight: 600;
}

.no-content {
    padding: 20px 15px;
    color: #666;
    text-align: center;
}

/* ===== BOOK CAROUSEL ===== */
.books-carousel {
    display: flex;
    overflow-x: auto;
    padding: 20px 15px;
    gap: 20px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.books-carousel::-webkit-scrollbar {
    height: 6px;
}

.books-carousel::-webkit-scrollbar-track {
    background: #1a1a1a;
}

.books-carousel::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 10px;
}

.book-item {
    flex: 0 0 200px;
    background: #1a1a1a;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s;
}

.book-item:hover {
    transform: translateY(-5px);
}

.book-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.book-placeholder {
    width: 100%;
    height: 250px;
    background: #2a2a2a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #666;
}

.book-info {
    padding: 12px 15px;
}

.book-info h3 {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 4px 0;
    color: #fff;
}

.book-info p {
    font-size: 12px;
    color: #888;
    margin: 0;
}

.book-link {
    display: block;
    padding: 10px 15px;
    background: #00ff88;
    color: #0a0a0a;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    transition: background 0.2s;
}

.book-link:hover {
    background: #00cc66;
}

/* ===== BAR DIRECTORY ===== */
.bars-directory {
    padding: 15px;
}

.search-bar {
    margin-bottom: 20px;
}

.search-bar input {
    width: 100%;
    padding: 12px 16px;
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
}

.search-bar input::placeholder {
    color: #555;
}

.bars-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.bar-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: #1a1a1a;
    border-radius: 10px;
    transition: background 0.2s;
}

.bar-item:hover {
    background: #2a2a2a;
}

.bar-item img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.bar-info {
    flex: 1;
}

.bar-info h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 2px 0;
    color: #fff;
}

.bar-info p {
    font-size: 13px;
    color: #888;
    margin: 0;
}

.bar-details {
    font-size: 12px;
    color: #666;
    margin-top: 4px;
}

.bar-details span {
    display: inline-block;
    margin-right: 12px;
}

.bar-details a {
    color: #00ff88;
    text-decoration: none;
}

.bar-link {
    padding: 8px 16px;
    background: transparent;
    border: 1px solid #333;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.2s;
}

.bar-link:hover {
    background: #00ff88;
    color: #0a0a0a;
    border-color: #00ff88;
}

/* ===== MERCH CAROUSEL ===== */
.merch-carousel {
    display: flex;
    overflow-x: auto;
    padding: 20px 15px;
    gap: 20px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.merch-item {
    flex: 0 0 180px;
    background: #1a1a1a;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 15px;
}

.merch-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.merch-item h4 {
    font-size: 14px;
    margin: 10px 0 4px 0;
    color: #fff;
}

.merch-item .price {
    font-size: 16px;
    font-weight: 700;
    color: #00ff88;
    margin: 0 0 10px 0;
}

.merch-link {
    display: inline-block;
    padding: 6px 20px;
    background: #00ff88;
    color: #0a0a0a;
    text-decoration: none;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    transition: background 0.2s;
}

.merch-link:hover {
    background: #00cc66;
}

/* ===== ADD BAR SECTION ===== */
.add-bar-section {
    padding: 40px 20px;
    text-align: center;
    border-top: 1px solid #1a1a1a;
    margin-top: 20px;
}

.add-bar-section h3 {
    font-size: 24px;
    margin: 0 0 10px;
    color: #fff;
}

.add-bar-section p {
    color: #888;
    max-width: 500px;
    margin: 0 auto 20px;
    font-size: 14px;
    line-height: 1.6;
}

/* ===== RESPONSIVE ===== */
@media (min-width: 768px) {
    .book-item {
        flex: 0 0 250px;
    }
    .merch-item {
        flex: 0 0 220px;
    }
    .bars-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .hero h1 {
        font-size: 48px;
    }
    .hero h2 {
        font-size: 28px;
    }
}

@media (min-width: 1024px) {
    .book-item {
        flex: 0 0 280px;
    }
    .bars-list {
        grid-template-columns: repeat(3, 1fr);
    }
    .hero h1 {
        font-size: 64px;
    }
    .event-item, .job-item {
        display: flex;
        align-items: center;
        gap: 40px;
        padding: 12px 0;
    }
    .who {
        flex: 0 0 200px;
        margin: 0;
    }
    .what {
        flex: 1;
        margin: 0;
    }
    .where {
        flex: 0 0 200px;
        margin: 0;
        text-align: right;
    }
}

.swipe-hint {
    font-size: 12px;
    color: #555;
    text-align: center;
    padding: 5px 0 15px;
    margin: 0;
}