/*
Theme Name: Bangalore Escorts
Theme URI: https://yoursite.com
Author: Your Name
Description: Independent escorts website theme – fungirlbangalore style. VIP Bangalore Escorts, late night girls, elite escort service. SEO-optimized for Bangalore Escorts, escort service Bangalore, locations, categories. Full Elementor widgets for every section.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: bangalore-escorts
Tags: custom-menu, featured-images, threaded-comments, translation-ready, full-width-template, elementor

Bangalore Escorts – luxury escort agency theme with Elementor widgets for hero, elite escorts grid, content blocks, features, profile cards, CTA, categories, services, footer. Built for SEO (Bangalore Escorts keyword).
*/

/* ============================================
   CSS Variables – FungirlBangalore Style
   ============================================ */
:root {
    --primary: #8b1538;
    --primary-light: #c41e5a;
    --primary-dark: #5c0e26;
    --accent: #d4a574;
    --accent-pink: #ff6b9d;
    --bg-dark: #1a0a12;
    --bg-section: #220e18;
    --bg-card: #2d151f;
    --text-light: #f5e6ec;
    --text-muted: #c9a8b8;
    --border-subtle: rgba(212, 165, 116, 0.2);
    --shadow: 0 4px 20px rgba(0,0,0,0.3);
    --radius: 8px;
    --transition: all 0.3s ease;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
body, html { overflow-x: hidden; width: 100%; }
body {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-light);
    background: var(--bg-dark);
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent-pink); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--accent); }

/* ========== Header ========== */
.be-header {
    background: rgba(26, 10, 18, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-subtle);
    position: sticky;
    top: 0;
    z-index: 1000;
}
.be-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}
.be-logo a { font-size: 1.5rem; font-weight: 700; color: var(--text-light); }
.be-logo a:hover { color: var(--accent-pink); }
.be-nav ul { list-style: none; display: flex; gap: 8px; flex-wrap: wrap; }
.be-nav a {
    padding: 8px 14px;
    color: var(--text-muted);
    border-radius: var(--radius);
}
.be-nav a:hover { color: var(--text-light); background: rgba(196, 30, 90, 0.2); }
.be-cta-header {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    background: var(--primary-light);
    color: #fff;
    border-radius: var(--radius);
    font-weight: 600;
}
.be-cta-header:hover { background: var(--primary); color: #fff; }
.be-mobile-toggle { display: none; background: none; border: none; color: var(--text-light); font-size: 1.5rem; cursor: pointer; padding: 8px; }

@media (max-width: 768px) {
    .be-mobile-toggle { display: block; }
    .be-nav { display: none; width: 100%; }
    .be-nav.open { display: block; }
    .be-nav ul { flex-direction: column; }
}

/* ========== Hero Escorts Section ========== */
.be-hero {
    background: linear-gradient(135deg, var(--bg-dark) 0%, var(--bg-section) 50%, var(--primary-dark) 100%);
    padding: 60px 20px 50px;
    text-align: center;
}
.be-hero-title { font-size: clamp(1.8rem, 4vw, 2.8rem); margin-bottom: 12px; color: #fff; }
.be-hero-subtitle { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 24px; }
.be-hero-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 28px; }
.be-hero-badge {
    padding: 8px 16px;
    background: rgba(196, 30, 90, 0.3);
    border: 1px solid var(--border-subtle);
    border-radius: 999px;
    font-size: 0.9rem;
    color: var(--text-light);
}
.be-hero-cta {
    display: inline-block;
    padding: 14px 32px;
    background: var(--primary-light);
    color: #fff;
    border-radius: var(--radius);
    font-weight: 600;
    font-size: 1.1rem;
}
.be-hero-cta:hover { background: var(--primary); color: #fff; }

/* ========== Section Common ========== */
.be-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
}
.be-section-title { font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: 16px; text-align: center; color: #fff; }
.be-section-desc { text-align: center; color: var(--text-muted); max-width: 700px; margin: 0 auto 32px; }

/* ========== Elite Escorts Grid ========== */
.be-escorts-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.be-escort-card {
    background: var(--bg-card);
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--border-subtle);
    transition: var(--transition);
}
.be-escort-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.be-escort-img { aspect-ratio: 1; object-fit: cover; width: 100%; }
.be-escort-body { padding: 16px; }
.be-escort-name { font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; }
.be-escort-meta { font-size: 0.9rem; color: var(--text-muted); margin-bottom: 6px; }
.be-escort-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    padding: 8px 14px;
    background: #25d366;
    color: #fff;
    border-radius: var(--radius);
    font-size: 0.9rem;
}
.be-escort-cta:hover { opacity: 0.9; color: #fff; }

/* ========== Content Block ========== */
.be-content-block { max-width: 800px; margin: 0 auto; }
.be-content-block p { margin-bottom: 1rem; color: var(--text-muted); }

/* ========== Features 3 / Why Trusted ========== */
.be-features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.be-feature-box {
    background: var(--bg-card);
    padding: 24px;
    border-radius: var(--radius);
    border: 1px solid var(--border-subtle);
    text-align: center;
}
.be-feature-box h4 { margin-bottom: 10px; color: #fff; font-size: 1.15rem; }
.be-feature-box p { color: var(--text-muted); font-size: 0.95rem; }

/* ========== Profile Cards (Flip) ========== */
.be-profiles-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 20px; }
.be-profile-card {
    aspect-ratio: 3/4;
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
}
.be-profile-card img { width: 100%; height: 100%; object-fit: cover; }
.be-profile-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: #fff;
    font-weight: 600;
}

/* ========== Trusted Bar ========== */
.be-trusted { background: var(--bg-section); padding: 24px 20px; text-align: center; border-top: 1px solid var(--border-subtle); }
.be-trusted p { color: var(--text-muted); font-size: 1rem; }

/* ========== Book CTA ========== */
.be-book-cta {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    padding: 40px 20px;
    text-align: center;
    border-radius: var(--radius);
    margin: 0 20px 40px;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}
.be-book-cta h3 { margin-bottom: 12px; color: #fff; }
.be-book-cta p { color: var(--text-muted); margin-bottom: 20px; }
.be-book-btns { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.be-book-btns a {
    padding: 12px 24px;
    border-radius: var(--radius);
    font-weight: 600;
}
.be-book-call { background: #fff; color: var(--primary); }
.be-book-wa { background: #25d366; color: #fff; }
.be-book-call:hover { opacity: 0.9; color: var(--primary); }
.be-book-wa:hover { color: #fff; opacity: 0.9; }

/* ========== Category Cards ========== */
.be-categories-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; }
.be-cat-card {
    background: var(--bg-card);
    padding: 24px;
    border-radius: var(--radius);
    text-align: center;
    border: 1px solid var(--border-subtle);
    transition: var(--transition);
}
.be-cat-card:hover { border-color: var(--primary-light); }
.be-cat-card h4 { color: #fff; margin-bottom: 6px; }

/* ========== Services List ========== */
.be-services-list { max-width: 700px; margin: 0 auto; list-style: none; }
.be-services-list li {
    padding: 12px 0;
    border-bottom: 1px solid var(--border-subtle);
    color: var(--text-muted);
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.be-services-list li:last-child { border-bottom: none; }

/* ========== Footer ========== */
.be-footer {
    background: var(--bg-section);
    border-top: 1px solid var(--border-subtle);
    padding: 40px 20px 24px;
}
.be-footer-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 32px; margin-bottom: 28px; }
.be-footer h4 { color: #fff; font-size: 1rem; margin-bottom: 12px; }
.be-footer p, .be-footer ul { color: var(--text-muted); font-size: 0.95rem; }
.be-footer ul { list-style: none; }
.be-footer ul li { margin-bottom: 6px; }
.be-footer ul a { color: var(--text-muted); }
.be-footer ul a:hover { color: var(--accent-pink); }
.be-footer-bottom { text-align: center; padding-top: 20px; border-top: 1px solid var(--border-subtle); color: var(--text-muted); font-size: 0.9rem; }

/* ========== Stats/Badges Strip ========== */
.be-badges-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; padding: 16px; }
.be-badges-strip span { padding: 6px 14px; background: rgba(196, 30, 90, 0.25); border-radius: 999px; font-size: 0.85rem; color: var(--text-muted); }
