/*
Theme Name: Berlin City Transfer
Theme URI: https://berlincitytransfer.de
Author: Berlin City Transfer
Author URI: https://berlincitytransfer.de
Description: Premium chauffeur service landing page theme for Berlin City Transfer. Elegant, fast, mobile-responsive one-page theme with booking widget, fleet showcase, testimonials, and Google Maps integration.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bct
*/

/* ===== RESET & BASE ===== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --bg:#ffffff;--fg:#0d0d0d;
  --primary:#000000;--primary-fg:#ffffff;
  --secondary:#f5f5f5;--secondary-fg:#1a1a1a;
  --muted:#f5f5f5;--muted-fg:#737373;
  --border:#e5e5e5;
  --gold:#d4a017;--gold-fg:#ffffff;
}
html{scroll-behavior:smooth}
body{
  font-family:'Montserrat',sans-serif;
  color:var(--fg);background:var(--bg);
  line-height:1.6;-webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4,h5,h6{font-family:'Playfair Display',serif;line-height:1.2}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.bct-container{max-width:1400px;margin:0 auto;padding:0 1.5rem}

/* ===== NAVBAR ===== */
.bct-navbar{position:fixed;top:0;left:0;right:0;z-index:50;transition:all .3s ease;background:#000}
.bct-navbar.scrolled{background:#000;backdrop-filter:none;box-shadow:0 1px 3px rgba(0,0,0,.3)}
.bct-navbar-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem}
.bct-nav-logo{font-family:'Playfair Display',serif;font-size:1.25rem;font-weight:700;letter-spacing:-0.02em;color:#fff;display:flex;align-items:center}
.bct-logo-img{height:40px;width:auto;display:block}
.bct-nav-links{display:none;align-items:center;gap:2rem}
.bct-nav-links a{font-size:.875rem;font-weight:500;letter-spacing:.05em;color:rgba(255,255,255,.7);transition:color .2s}
.bct-nav-links a:hover,.bct-nav-links a:active,.bct-nav-links a:focus{color:#D4A018}
.bct-nav-cta{display:inline-block;padding:.5rem 1.5rem;background:var(--gold);color:#fff!important;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;transition:opacity .2s}
.bct-nav-cta:hover,.bct-nav-cta:active{opacity:.9;color:#fff!important}
.bct-mobile-toggle{display:block;background:none;border:none;cursor:pointer;color:#fff}
.bct-mobile-menu{display:none;border-top:1px solid rgba(255,255,255,.1);background:#000;padding:1.5rem}
.bct-mobile-menu.open{display:flex;flex-direction:column;gap:1rem}
.bct-mobile-menu a{font-size:.875rem;font-weight:500;color:rgba(255,255,255,.7)}
.bct-mobile-menu a:hover,.bct-mobile-menu a:active,.bct-mobile-menu a:focus{color:#D4A018}
.bct-mobile-menu .bct-nav-cta{text-align:center;margin-top:.5rem}
/* Dropdown */
.bct-nav-dropdown-wrap{position:relative}
.bct-nav-parent{display:flex;align-items:center;gap:.25rem;cursor:pointer}
.bct-nav-parent svg{transition:transform .2s;color:rgba(255,255,255,.7)}
.bct-nav-dropdown-wrap:hover .bct-nav-parent,.bct-nav-dropdown-wrap:hover .bct-nav-parent svg{color:#D4A018}
.bct-nav-links .bct-dropdown{display:none!important;position:absolute;top:100%;left:50%;transform:translateX(-50%);min-width:14rem;padding:.75rem 0;background:#111;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 30px -12px rgba(0,0,0,.5);z-index:60;margin-top:0;padding-top:1.5rem;border-radius:.5rem}
.bct-nav-dropdown-wrap::after{content:'';position:absolute;top:100%;left:0;right:0;height:1.5rem}
.bct-dropdown a{display:block;padding:.5rem 1.25rem;font-size:.8125rem;font-weight:500;color:rgba(255,255,255,.7);transition:background .2s,color .2s}
.bct-dropdown a:hover,.bct-dropdown a:active{background:rgba(255,255,255,.05);color:#D4A018}
.bct-nav-dropdown-wrap:hover .bct-dropdown{display:block!important}
.bct-nav-dropdown-wrap:hover .bct-nav-parent svg{transform:rotate(180deg)}
@media(min-width:768px){.bct-nav-links{display:flex}.bct-mobile-toggle,.bct-mobile-menu{display:none!important}}

/* ===== HERO ===== */
.bct-hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}
.bct-hero-bg{position:absolute;inset:0}
.bct-hero-bg img{width:100%;height:100%;object-fit:cover}
.bct-hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(0,0,0,.8),rgba(0,0,0,.5),rgba(0,0,0,.3))}
.bct-hero-content{position:relative;z-index:10;display:grid;gap:3rem;padding:8rem 0 4rem}
.bct-hero-left{display:flex;flex-direction:column;justify-content:center}
.bct-hero-label{margin-bottom:.75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.3em;color:var(--gold)}
.bct-hero h1{margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;letter-spacing:-.02em;color:#fff}
.bct-hero-desc{max-width:28rem;font-size:1.125rem;line-height:1.7;color:rgba(255,255,255,.8)}
@media(min-width:1024px){.bct-hero-content{grid-template-columns:1fr 1fr;padding:10rem 0 4rem}.bct-hero h1{font-size:3.75rem}.bct-hero-right{display:flex;align-items:center;justify-content:flex-end}}

/* ===== BOOKING WIDGET ===== */
.bct-bw{width:100%;max-width:28rem;background:var(--bg);border-radius:1rem;padding:2rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}
.bct-bw-title{font-family:'Playfair Display',serif;font-size:1.5rem;font-weight:700;margin-bottom:.25rem}
.bct-bw-sub{font-size:.875rem;color:var(--muted-fg);margin-bottom:1.5rem}
.bct-bw-tabs{display:flex;background:var(--secondary);border-radius:9999px;padding:4px;margin-bottom:1.5rem}
.bct-bw-tab{flex:1;text-align:center;padding:.6rem;font-size:.875rem;font-weight:500;border-radius:9999px;cursor:pointer;transition:all .2s;border:none;background:none;font-family:'Montserrat',sans-serif}
.bct-bw-tab.active{background:var(--primary);color:var(--primary-fg)}
.bct-bw-field{margin-bottom:1.25rem}
.bct-bw-field label{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--fg)}
.bct-bw-field label svg{width:14px;height:14px}
.bct-bw-field input,.bct-bw-field select{width:100%;height:3rem;padding:0 1rem;border:1px solid rgba(0,0,0,.1);border-radius:.5rem;background:rgba(0,0,0,.02);font-size:.875rem;font-family:'Montserrat',sans-serif}
.bct-bw-field input:focus,.bct-bw-field select:focus{outline:2px solid var(--primary);outline-offset:-1px}
.bct-bw-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.bct-bw-submit{width:100%;height:3.5rem;margin-top:1.5rem;border:none;border-radius:9999px;cursor:pointer;background:var(--primary);color:var(--primary-fg);font-size:1rem;font-weight:600;font-family:'Montserrat',sans-serif;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:opacity .2s}
.bct-bw-submit:hover{opacity:.9}
.bct-bw-note{margin-top:1rem;text-align:center;font-size:.75rem;color:var(--muted-fg);display:flex;align-items:center;justify-content:center;gap:.5rem}
.bct-bw-note svg{width:14px;height:14px}
.bct-hourly-fields{display:none}

/* WhatsApp Button — inherits .bct-bw-submit, just green */
.bct-bw-submit.bct-bw-whatsapp{background:#25D366;margin-top:.75rem}
.bct-bw-submit.bct-bw-whatsapp:hover{opacity:.9}
.bct-bw-submit.bct-bw-whatsapp svg{flex-shrink:0}

/* Counter */
.bct-bw-counter{display:flex;align-items:center;gap:0;border:1px solid rgba(0,0,0,.1);border-radius:.5rem;overflow:hidden;height:3rem}
.bct-counter-btn{width:2.5rem;height:100%;border:none;background:rgba(0,0,0,.02);cursor:pointer;font-size:1.25rem;font-weight:600;color:var(--fg);transition:background .2s;font-family:'Montserrat',sans-serif}
.bct-counter-btn:hover{background:rgba(0,0,0,.06)}
.bct-bw-counter input[type="number"]{flex:1;height:100%;border:none;border-left:1px solid rgba(0,0,0,.1);border-right:1px solid rgba(0,0,0,.1);text-align:center;font-size:.875rem;font-weight:600;font-family:'Montserrat',sans-serif;background:transparent;-moz-appearance:textfield;width:2rem}
.bct-bw-counter input::-webkit-outer-spin-button,.bct-bw-counter input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}

/* Vehicle Carousel Wrapper */
.bct-vehicle-wrap{position:relative;display:flex;align-items:center}
.bct-vc-arrow{position:absolute;z-index:2;width:1.75rem;height:1.75rem;border-radius:50%;border:1px solid var(--border);background:var(--bg);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.25rem;line-height:1;color:var(--fg);box-shadow:0 2px 6px rgba(0,0,0,.1);transition:all .2s}
.bct-vc-arrow:hover{background:var(--secondary)}
.bct-vc-left{left:-0.5rem}
.bct-vc-right{right:-0.5rem}

/* Vehicle Grid */
.bct-vehicle-grid{display:flex;gap:.5rem;overflow-x:auto;padding:.25rem .5rem .5rem;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex:1}
.bct-vehicle-grid::-webkit-scrollbar{display:none}
.bct-vehicle-card{flex:0 0 6rem;border:2px solid var(--border);border-radius:.5rem;padding:.375rem;text-align:center;cursor:pointer;transition:all .2s;background:var(--bg)}
.bct-vehicle-card:hover{border-color:rgba(0,0,0,.3)}
.bct-vehicle-card.active{border-color:var(--primary);background:rgba(0,0,0,.02)}
.bct-vehicle-card img{width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:.25rem;margin-bottom:.25rem}
.bct-vc-name{display:block;font-size:.65rem;font-weight:700;margin-bottom:.125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.bct-vc-meta{display:flex;align-items:center;justify-content:center;gap:.375rem;font-size:.6rem;color:var(--muted-fg)}
.bct-vc-meta svg{width:12px;height:12px;flex-shrink:0}

/* Toggle Switches */
.bct-bw-toggles{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem;margin-top:.5rem}
.bct-bw-toggle{display:flex;align-items:center;gap:.75rem}
.bct-toggle-label{font-size:.8rem;color:var(--fg)}
.bct-toggle-switch{position:relative;display:inline-block;width:2.75rem;height:1.5rem;flex-shrink:0}
.bct-toggle-switch input{opacity:0;width:0;height:0}
.bct-toggle-slider{position:absolute;cursor:pointer;inset:0;background:var(--border);border-radius:9999px;transition:.3s}
.bct-toggle-slider::before{content:'';position:absolute;height:1.125rem;width:1.125rem;left:.1875rem;bottom:.1875rem;background:#fff;border-radius:50%;transition:.3s;box-shadow:0 1px 3px rgba(0,0,0,.15)}
.bct-toggle-switch input:checked+.bct-toggle-slider{background:var(--primary)}
.bct-toggle-switch input:checked+.bct-toggle-slider::before{transform:translateX(1.25rem)}

/* Textarea in form */
.bct-bw-field textarea{width:100%;padding:.75rem 1rem;border:1px solid rgba(0,0,0,.1);border-radius:.5rem;background:rgba(0,0,0,.02);font-size:.875rem;font-family:'Montserrat',sans-serif;resize:vertical}

/* ===== TRUST BAR ===== */
.bct-trust{border-bottom:1px solid var(--border);padding:2.5rem 0}
.bct-trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}
.bct-trust-item{display:flex;align-items:center;gap:1rem}
.bct-trust-icon{width:3rem;height:3rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:.5rem;background:var(--secondary)}
.bct-trust-icon svg{width:20px;height:20px;color:var(--fg)}
.bct-ti-title{font-size:.875rem;font-weight:700;margin:0}
.bct-ti-desc{font-size:.75rem;color:var(--muted-fg);margin:0}
@media(min-width:1024px){.bct-trust-grid{grid-template-columns:repeat(4,1fr)}}

/* ===== SECTION COMMON ===== */
.bct-section-label{margin-bottom:.5rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.3em;color:var(--gold);text-align:center}
.bct-section-title{font-size:2rem;font-weight:700;letter-spacing:-.02em;text-align:center;margin-bottom:4rem}

/* ===== SERVICES ===== */
.bct-services{padding:6rem 0}
.bct-services-grid{display:grid;gap:2rem}
.bct-service-card{cursor:pointer}
.bct-img-wrap{overflow:hidden;margin-bottom:1rem}
.bct-service-card img{aspect-ratio:4/3;width:100%;object-fit:cover;transition:transform .5s}
.bct-service-card:hover img{transform:scale(1.05)}
.bct-service-card h3{font-family:'Playfair Display',serif;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}
.bct-service-card p{font-size:.875rem;line-height:1.7;color:var(--muted-fg)}
@media(min-width:640px){.bct-services-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.bct-services-grid{grid-template-columns:repeat(4,1fr)}}

/* ===== FLEET ===== */
.bct-fleet{background:var(--primary);color:var(--primary-fg);padding:6rem 0}
.bct-fleet .bct-section-label{text-align:left}
.bct-fleet .bct-section-title{text-align:left}
.bct-fleet-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:4rem}
.bct-fleet-nav{display:none;gap:.5rem}
.bct-fleet-nav button{width:2.5rem;height:2.5rem;border:1px solid rgba(255,255,255,.3);background:transparent;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}
.bct-fleet-nav button:hover{background:rgba(255,255,255,.1)}
.bct-fleet-nav button:disabled{opacity:.3;cursor:default}
.bct-fleet-nav button svg{width:16px;height:16px}
.bct-fleet-grid{display:grid;gap:1.5rem}
.bct-fleet-card{border:1px solid rgba(255,255,255,.1);overflow:hidden}
.bct-fleet-card img{aspect-ratio:4/3;width:100%;object-fit:cover}
.bct-fleet-card-body{padding:1.5rem}
.bct-fleet-card h3{font-family:'Playfair Display',serif;font-size:1.25rem;font-weight:600;margin-bottom:.25rem}
.bct-fc-desc{font-size:.875rem;color:rgba(255,255,255,.6);margin-bottom:1.5rem}
.bct-fleet-meta{display:flex;gap:1.5rem}
.bct-fleet-meta span{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:rgba(255,255,255,.8)}
.bct-fleet-meta svg{width:16px;height:16px}
@media(min-width:640px){.bct-fleet-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:768px){.bct-fleet-nav{display:flex}}
@media(min-width:1024px){.bct-fleet-grid{grid-template-columns:repeat(4,1fr)}}

/* ===== WHY US ===== */
.bct-why{padding:6rem 0}
.bct-why-header{text-align:center;margin-bottom:5rem}
.bct-why-divider{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem}
.bct-why-divider span{height:1px;width:2rem;background:var(--gold)}
.bct-why-subtitle{max-width:32rem;margin:1.25rem auto 0;font-size:.875rem;line-height:1.7;color:var(--muted-fg)}
.bct-why-grid{display:grid;gap:2rem}
.bct-why-card{position:relative;border:1px solid var(--border);border-radius:1rem;padding:2rem;text-align:center;transition:all .3s;overflow:hidden}
.bct-why-card:hover{border-color:rgba(212,160,23,.4);box-shadow:0 8px 30px -12px rgba(212,160,23,.15)}
.bct-why-card::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:var(--gold);transform:scaleX(0);transition:transform .3s;border-radius:1rem 1rem 0 0}
.bct-why-card:hover::before{transform:scaleX(1)}
.bct-why-icon{width:3.5rem;height:3.5rem;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(212,160,23,.1);transition:background .3s}
.bct-why-card:hover .bct-why-icon{background:rgba(212,160,23,.2)}
.bct-why-icon svg{width:24px;height:24px;color:var(--gold)}
.bct-why-card h3{font-family:'Playfair Display',serif;font-size:1.125rem;font-weight:700;margin-bottom:.75rem}
.bct-why-card p{font-size:.875rem;line-height:1.7;color:var(--muted-fg)}
@media(min-width:640px){.bct-why-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.bct-why-grid{grid-template-columns:repeat(4,1fr)}}

/* ===== TESTIMONIALS ===== */
.bct-testimonials{background:var(--secondary);padding:6rem 0}
.bct-test-grid{display:grid;gap:2rem}
.bct-test-card{background:var(--bg);border-radius:1rem;padding:2rem}
.bct-stars{display:flex;gap:.25rem;margin-bottom:1rem}
.bct-stars svg{width:16px;height:16px;color:var(--gold);fill:var(--gold)}
.bct-test-card blockquote{font-size:.875rem;line-height:1.7;color:var(--muted-fg);margin-bottom:1.5rem;font-style:normal}
.bct-test-author{display:flex;align-items:center;gap:.75rem}
.bct-test-author img{width:2.75rem;height:2.75rem;border-radius:50%;object-fit:cover;outline:2px solid rgba(212,160,23,.2);outline-offset:2px}
.bct-ta-name{font-size:.875rem;font-weight:600;margin:0}
.bct-ta-ctx{font-size:.75rem;color:var(--muted-fg);margin:0}
@media(min-width:768px){.bct-test-grid{grid-template-columns:repeat(3,1fr)}}

/* ===== CTA ===== */
.bct-cta{background:#141414;padding:6rem 0}
.bct-cta-inner{max-width:48rem;margin:0 auto;text-align:center}
.bct-cta-inner h2{font-family:'Playfair Display',serif;font-style:italic;font-size:2.5rem;font-weight:700;letter-spacing:-.02em;color:#fff;margin-bottom:1.5rem}
.bct-cta-inner>p{font-size:.875rem;line-height:1.7;color:rgba(255,255,255,.6);max-width:28rem;margin:0 auto 2.5rem}
.bct-cta-btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:9999px;background:var(--gold);color:var(--gold-fg);font-size:.875rem;font-weight:600;transition:opacity .2s;border:none;cursor:pointer;font-family:'Montserrat',sans-serif}
.bct-cta-btn:hover{opacity:.9}
.bct-cta-btn svg{width:16px;height:16px}
.bct-cta-contacts{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:3.5rem}
.bct-cta-contacts a{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:rgba(255,255,255,.7);transition:color .2s}
.bct-cta-contacts a:hover{color:#fff}
.bct-cta-contacts svg{width:16px;height:16px}
@media(min-width:640px){.bct-cta-inner h2{font-size:3.5rem}}

/* ===== FOOTER ===== */
.bct-footer{background:var(--primary);color:var(--primary-fg);padding:4rem 0}
.bct-footer-grid{display:grid;gap:3rem}
.bct-footer-brand h3{font-family:'Playfair Display',serif;font-size:1.125rem;font-weight:700;margin-bottom:1rem}
.bct-footer-brand>p{font-size:.875rem;line-height:1.7;color:rgba(255,255,255,.6);margin-bottom:1.5rem}
.bct-footer-contact{display:flex;flex-direction:column;gap:.5rem}
.bct-footer-contact div{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:rgba(255,255,255,.6)}
.bct-footer-contact svg{width:16px;height:16px}
.bct-footer-links h4,.bct-footer-social h4{font-size:.75rem;text-transform:uppercase;letter-spacing:.3em;color:rgba(255,255,255,.4);margin-bottom:1rem;font-family:'Montserrat',sans-serif}
.bct-footer-links nav{display:flex;flex-direction:column;gap:.5rem}
.bct-footer-links a{font-size:.875rem;color:rgba(255,255,255,.6);transition:color .2s}
.bct-footer-links a:hover{color:#fff}
.bct-footer-socials{display:flex;gap:1rem}
.bct-footer-socials a{font-size:.875rem;color:rgba(255,255,255,.6);transition:color .2s}
.bct-footer-socials a:hover{color:#fff}
.bct-footer-bottom{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;font-size:.75rem;color:rgba(255,255,255,.4)}
.bct-footer-grid-4{grid-template-columns:1fr}
@media(min-width:640px){.bct-footer-grid-4{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.bct-footer-grid-4{grid-template-columns:repeat(4,1fr)}}
@media(min-width:768px){.bct-footer-grid{grid-template-columns:repeat(3,1fr)}}

/* Google Places dropdown fix */
.pac-container{z-index:100000!important}
