*{box-sizing:border-box}
:root{--maroon:#8b0023;--maroon2:#5b0014;--gold:#c48a29;--cream:#fffaf1;--bg:#f8f3ea;--text:#111}
html{scroll-behavior:smooth}
html,body{margin:0;overflow-x:hidden}
body{font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text)}
a{cursor:pointer}
.header{display:flex;align-items:center;gap:28px;padding:30px 32px 24px;background:var(--cream);border-bottom:1px solid #e6dccd;position:relative;z-index:5}
.brand{text-decoration:none;display:block;min-width:330px}
.brand-main{font-family:Georgia,serif;font-size:42px;font-weight:900;line-height:.95;letter-spacing:-1px;display:block}
.brand-main span{color:#770018}.brand-main strong{color:#b77a18}
.brand-sub{display:block;color:#b77a18;font-weight:700;font-size:18px;letter-spacing:5px;margin-top:8px}
.nav{display:flex;gap:14px;margin-left:auto}
.nav a{background:linear-gradient(#9d082b,#7f001e);border:3px solid var(--gold);border-radius:10px;color:#fff;text-decoration:none;padding:15px 24px;font-size:16px;font-weight:800;box-shadow:0 5px 12px #0001;white-space:nowrap}
.whatsapp{width:54px;height:54px;border-radius:50%;background:#25d366;color:#fff;text-decoration:none;display:grid;place-items:center;font-size:34px;font-weight:900;box-shadow:0 4px 14px #0002;flex:0 0 54px}

.hero{min-height:500px;background:linear-gradient(90deg,#fffaf1 0%,#fffaf1 19%,rgba(255,250,241,.82) 34%,rgba(255,250,241,0) 50%),url('assets/hero-london-taxis.jpg') center right/contain no-repeat;background-color:var(--cream);display:flex;align-items:center}
.hero-copy{padding:0 0 0 34px;max-width:570px}
.hero h1{font-family:Georgia,serif;font-size:58px;line-height:1.08;margin:0 0 32px;color:#080808}
.hero h1 span{color:var(--maroon)}
.line{width:82px;height:5px;background:var(--gold);margin-bottom:35px}
.hero p{font-size:22px;line-height:1.55;margin:0;max-width:440px}

.services{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:36px 24px 30px}
.card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.12);border:1px solid #eadfce}
.service-image{height:270px;background-size:cover;background-position:center;display:block;text-decoration:none}
.airport{background-image:url('https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=900&q=90')}
.tours{background-image:url('assets/hero.jpg')}
.groups{background-image:url('https://images.unsplash.com/photo-1517048676732-d65bc937f952?auto=format&fit=crop&w=900&q=90')}
.weddings{background-image:url('assets/wedding.jpg')}
.card-body{padding:24px 18px 20px}
.card h2{font-family:Georgia,serif;font-size:27px;line-height:1.15;color:var(--maroon);margin:0 0 18px}
.card p{font-size:15px;line-height:1.65;margin:0;min-height:122px}
.quote{margin-top:18px;display:flex;justify-content:space-between;align-items:center;border:1.8px solid var(--maroon);border-radius:4px;color:var(--maroon);text-decoration:none;font-size:18px;font-weight:900;padding:14px 24px}
.quote span{color:var(--gold);font-size:30px;line-height:1}

.trust{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:18px 42px 42px}
.trust div{display:grid;grid-template-columns:70px 1fr;column-gap:12px;align-items:center;border-right:1px solid #ded2bf;min-height:92px}
.trust div:last-child{border-right:0}
.trust span{grid-row:1/3;border:2px solid var(--gold);color:var(--gold);border-radius:50%;width:58px;height:58px;display:grid;place-items:center;font-size:31px}
.trust b{font-size:14px}.trust p{font-size:13px;line-height:1.45;margin:6px 0 0}

.quote-panel{margin:0 24px 42px;background:#fff;border:1px solid #eadfce;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.1);padding:28px}
.quote-panel h2{font-family:Georgia,serif;color:var(--maroon);font-size:34px;margin:0 0 18px}

.quote-info-message{
  grid-column:1/-1;
  background:#fffaf1;
  border:1px solid #eadfce;
  border-left:5px solid var(--gold);
  border-radius:8px;
  padding:13px 15px;
  margin:0 0 16px;
  color:#5b0014;
  font-weight:800;
  line-height:1.45;
}
.quote-success-message{
  background:linear-gradient(90deg,#520012,#7f001e);
  border:3px solid var(--gold);
  color:#fff;
  border-radius:10px;
  padding:18px;
  margin:0 0 18px;
  box-shadow:0 8px 24px rgba(0,0,0,.12);
}
.quote-success-message strong{display:block;font-family:Georgia,serif;font-size:24px;margin-bottom:8px;color:#fff}
.quote-success-message p{margin:0;font-size:15px;line-height:1.55;color:#fffaf1}
.quote-success-message a{color:#fff;font-weight:900}

#quoteForm{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
#quoteForm input,#quoteForm select,#quoteForm textarea{font:inherit;font-size:16px;padding:14px;border:1px solid #d9cdbb;border-radius:7px;background:#fff}
#quoteForm textarea{grid-column:1/-1;min-height:110px}
#quoteForm > button[type="submit"]{grid-column:1/-1;background:linear-gradient(#9d082b,#7f001e);border:3px solid var(--gold);border-radius:8px;color:#fff;font-size:19px;font-weight:900;padding:16px}

.footer{background:linear-gradient(90deg,#520012,#7f001e);color:#fff;display:grid;grid-template-columns:1.35fr 1fr 1fr 1.35fr;gap:42px;padding:34px 48px 20px}
.footer-logo{font-family:Georgia,serif;font-size:28px;font-weight:900}.footer-logo strong{color:var(--gold)}
.footer p{font-size:14px;line-height:1.55}.footer h3{font-size:18px;margin:0 0 14px}.footer a{display:block;color:#fff;text-decoration:none;margin:0 0 10px;font-size:14px}.socials{display:flex;gap:12px}.socials a{width:32px;height:32px;border:1px solid #fff;border-radius:50%;display:grid;place-items:center}
.legal{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.12);padding-top:18px;font-size:14px}.legal span{float:right}.legal a{display:inline;color:#fff;margin:0}

@media(max-width:900px){
.header{display:block;padding:22px 18px}.brand{min-width:0}.brand-main{font-size:31px}.brand-sub{font-size:12px;letter-spacing:4px}.nav{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:24px 0 0}.nav a{font-size:16px;text-align:center;padding:14px 8px;border-radius:14px}.whatsapp{position:absolute;right:18px;top:24px;width:46px;height:46px;font-size:28px}
.hero{display:block;min-height:0;background:linear-gradient(#fffaf1 0%,#fffaf1 42%,rgba(255,250,241,0) 62%),url('assets/hero-london-taxis.jpg') center bottom/contain no-repeat;background-color:var(--cream);padding-bottom:62vw}
.hero-copy{padding:34px 22px 0;max-width:100%}.hero h1{font-size:36px;margin-bottom:22px}.line{width:58px;height:4px;margin-bottom:26px}.hero p{font-size:17px;line-height:1.5}
.services{grid-template-columns:1fr;gap:24px;padding:24px 16px}.service-image{height:230px}.card h2{font-size:29px}.card p{font-size:17px;min-height:auto}.quote{font-size:19px;padding:15px 22px}
.trust{grid-template-columns:1fr 1fr;padding:22px 20px 38px}.trust div{border-right:0;grid-template-columns:56px 1fr}.trust span{width:48px;height:48px;font-size:25px}
.quote-panel{margin:0 16px 34px;padding:20px}#quoteForm{grid-template-columns:1fr}.quote-panel h2{font-size:29px}
.footer{grid-template-columns:1fr;padding:30px 26px;gap:20px}.legal span{float:none;display:block;margin-top:12px}
}


.tour-field{display:none}
body.show-tour-options .tour-field{display:block}

.group-field{display:none}
body.show-group-options .group-field{display:grid}
.group-extra{
  grid-column:1/-1;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}
.group-extra p{
  grid-column:1/-1;
  margin:0 0 2px;
  color:#7f001e;
  font-weight:800;
  font-size:14px;
}
@media(max-width:900px){
  .group-extra{grid-template-columns:1fr}
}


/* Private Tours detail section - added without changing existing layout */
.tour-details{
  margin:0 24px 42px;
  background:#fffaf1;
  border:1px solid #eadfce;
  border-radius:12px;
  box-shadow:0 8px 24px rgba(0,0,0,.08);
  padding:28px;
}

.tour-details-head h2{
  font-family:Georgia,serif;
  color:var(--maroon);
  font-size:34px;
  margin:0 0 10px;
}

.tour-details-head p{
  margin:0 0 24px;
  font-size:17px;
  line-height:1.5;
}

.tour-list{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.tour-box{
  background:#fff;
  border:1px solid #eadfce;
  border-radius:10px;
  padding:20px;
  box-shadow:0 4px 14px rgba(0,0,0,.06);
}

.tour-box h3{
  font-family:Georgia,serif;
  color:var(--maroon);
  font-size:23px;
  margin:0 0 8px;
}

.tour-meta{
  color:#9b6a1f;
  font-weight:800;
  margin:0 0 12px !important;
  font-size:14px !important;
}

.tour-box p{
  font-size:15px;
  line-height:1.5;
}

.tour-box ul{
  margin:12px 0 18px;
  padding-left:18px;
}

.tour-box li{
  margin-bottom:6px;
  font-size:14px;
  line-height:1.35;
}

.tour-book{
  display:flex;
  justify-content:center;
  align-items:center;
  border:1.8px solid var(--maroon);
  color:var(--maroon);
  text-decoration:none;
  border-radius:5px;
  padding:12px 14px;
  font-weight:900;
}

@media(max-width:900px){
  .tour-details{
    margin:0 16px 34px;
    padding:20px;
  }
  .tour-details-head h2{
    font-size:29px;
  }
  .tour-list{
    grid-template-columns:1fr;
  }
}


/* Tour details now live as an extension under the Private Tours dropdown */
.tour-details{display:none!important}

.tour-dropdown-details{
  display:none;
  grid-column:1/-1;
  background:#fffaf1;
  border:1px solid #eadfce;
  border-radius:8px;
  padding:14px;
  margin-top:-4px;
}

body.show-tour-options .tour-dropdown-details{
  display:block;
}

.tour-detail-box{
  display:none;
}

.tour-detail-box.active{
  display:block;
}

.tour-detail-box strong{
  display:block;
  font-family:Georgia,serif;
  color:var(--maroon);
  font-size:22px;
  margin-bottom:6px;
}

.tour-detail-box span{
  display:block;
  color:#9b6a1f;
  font-weight:800;
  margin-bottom:8px;
}

.tour-detail-box p{
  margin:0;
  font-size:15px;
  line-height:1.5;
}

@media(max-width:900px){
  .tour-dropdown-details{
    padding:14px;
  }
  .tour-detail-box strong{
    font-size:20px;
  }
}


/* Legal pages */
.legal-page{background:var(--bg);}
.legal-hero{background:linear-gradient(90deg,#520012,#7f001e);color:#fff;padding:56px 32px 44px;border-bottom:4px solid var(--gold)}
.legal-hero h1{font-family:Georgia,serif;font-size:44px;line-height:1.08;margin:0 0 12px}
.legal-hero p{font-size:18px;line-height:1.55;max-width:880px;margin:0;color:#fffaf1}
.legal-content{max-width:1000px;margin:34px auto 46px;background:#fff;border:1px solid #eadfce;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.08);padding:34px}
.legal-content h2{font-family:Georgia,serif;color:var(--maroon);font-size:27px;margin:26px 0 10px}
.legal-content h2:first-child{margin-top:0}
.legal-content p,.legal-content li{font-size:16px;line-height:1.7;color:#222}
.legal-content ul{padding-left:22px;margin-top:8px}
.legal-content .updated{font-weight:800;color:#6a0018;margin-bottom:22px}
.legal-content a{color:var(--maroon);font-weight:800}
@media(max-width:900px){.legal-hero{padding:38px 22px 30px}.legal-hero h1{font-size:34px}.legal-content{margin:22px 16px 34px;padding:22px}.legal-content h2{font-size:23px}.legal-content p,.legal-content li{font-size:15px}.legal .legal-links{display:block;margin-top:12px}}



/* LondonCabCo safe address autocomplete */
.lcc-autocomplete-list{
  background:#fff;
  border:1px solid #d9cdbb;
  border-radius:10px;
  box-shadow:0 10px 28px rgba(0,0,0,.14);
  margin:-6px 0 14px;
  overflow:hidden;
  position:relative;
  z-index:9999;
}
.lcc-autocomplete-option{
  
  
  background:#fff;
  border:0;
  border-bottom:1px solid #eee4d8;
  color:#111;
  cursor:pointer;
  display:block;
  font:inherit;
  line-height:1.35;
  padding:13px 14px;
  text-align:left;
  width:100%;
}
.lcc-autocomplete-option:last-child{border-bottom:0}
.lcc-autocomplete-option:active,.lcc-autocomplete-option:hover{background:#fff7ea}


/* Date & Time calendar picker - visible placeholder on all forms/mobile */
#quoteForm input.date-time-input{
  min-height:52px;
  color:#111;
  
  
}
#quoteForm input.date-time-input::placeholder{
  color:#9b9b9b;
  opacity:1;
}
#quoteForm input[type="datetime-local"].date-time-input:invalid{
  color:#9b9b9b;
}
#quoteForm input[type="datetime-local"].date-time-input::-webkit-calendar-picker-indicator{
  opacity:1;
  cursor:pointer;
}

/* six separate page buttons clean home */
.nav{display:grid!important;grid-template-columns:repeat(3,minmax(140px,1fr))!important;gap:9px!important;margin-left:auto!important;max-width:760px!important}
.nav a{display:flex!important;align-items:center!important;justify-content:center!important;min-height:44px!important;padding:9px 12px!important;font-size:14px!important;line-height:1.1!important;text-align:center!important;border-radius:12px!important}
.home-intro{background:#fffaf1;padding:34px 24px;border-top:1px solid #eadfce;border-bottom:1px solid #eadfce}
.home-intro-inner{max-width:900px;margin:0 auto;text-align:center}
.home-intro h2{font-family:Georgia,serif;color:var(--maroon);font-size:34px;line-height:1.1;margin:0 0 10px}
.home-intro p{font-size:17px;line-height:1.55;margin:0 auto 18px;max-width:780px;color:#27211d}
.home-quote-link{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(#9d082b,#7f001e);border:3px solid var(--gold);border-radius:12px;color:#fff;text-decoration:none;font-weight:900;padding:12px 22px}
@media(max-width:900px){.nav{grid-template-columns:1fr 1fr!important;gap:9px!important;margin:18px 0 0!important;max-width:none!important}.nav a{min-height:40px!important;padding:8px 7px!important;font-size:13px!important;border-radius:12px!important}.home-intro{padding:28px 18px}.home-intro h2{font-size:28px}.home-intro p{font-size:16px}}


/* FIX address dropdown like normal autocomplete */
#quoteForm .lcc-autocomplete-list{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  height:auto!important;
  max-height:260px!important;
  overflow-y:auto!important;
  background:#fff!important;
  border:1px solid #d9cdbb!important;
  border-radius:12px!important;
  box-shadow:0 8px 24px rgba(0,0,0,.14)!important;
  margin:-6px 0 14px!important;
  padding:0!important;
  position:relative!important;
  z-index:999999!important;
}
#quoteForm .lcc-autocomplete-option,
#quoteForm .lcc-autocomplete-list button,
.lcc-autocomplete-option{
  appearance:none!important;
  -webkit-appearance:none!important;
  background:#fff!important;
  background-image:none!important;
  border:0!important;
  border-bottom:1px solid #eee4d8!important;
  border-radius:0!important;
  box-shadow:none!important;
  color:#222!important;
  cursor:pointer!important;
  display:block!important;
  font-family:Arial, Helvetica, sans-serif!important;
  font-size:15px!important;
  font-weight:500!important;
  line-height:1.35!important;
  margin:0!important;
  min-height:0!important;
  padding:11px 13px!important;
  text-align:left!important;
  width:100%!important;
  white-space:normal!important;
}
#quoteForm .lcc-autocomplete-option:last-child,
#quoteForm .lcc-autocomplete-list button:last-child{
  border-bottom:0!important;
}
#quoteForm .lcc-autocomplete-option:hover,
#quoteForm .lcc-autocomplete-option:active,
#quoteForm .lcc-autocomplete-list button:hover,
#quoteForm .lcc-autocomplete-list button:active{
  background:#fff7ea!important;
  color:#111!important;
}
#quoteForm > button[type="submit"]{
  grid-column:1/-1;
  background:linear-gradient(#9d082b,#7f001e);
  border:3px solid var(--gold);
  border-radius:8px;
  color:#fff;
  font-size:19px;
  font-weight:900;
  padding:16px;
}

/* Professional booking date/time block */
.booking-datetime{
  grid-column:1/-1;
  display:block;
  margin:2px 0 0;
}
.booking-date-label{
  display:block;
  margin:0 0 8px;
  font-size:16px;
  font-weight:900;
  color:var(--maroon);
}
.booking-datetime-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
#quoteForm .booking-datetime-row input{
  width:100%;
  min-height:56px;
  color:#111;
  background:#fff;
  -webkit-appearance:auto;
  appearance:auto;
}
.date-error-message{
  margin-top:8px;
  color:#9b002f;
  font-size:14px;
  line-height:1.35;
}
@media(max-width:900px){
  .booking-datetime-row{grid-template-columns:1fr 1fr; gap:10px}
  #quoteForm .booking-datetime-row input{font-size:16px; min-height:54px; padding:12px 10px}
}

/* Google Places dropdown should sit above the form, without grey overlay blocks */
.pac-container{
  z-index:2147483647!important;
  border-radius:10px!important;
  box-shadow:0 10px 28px rgba(0,0,0,.18)!important;
  border:1px solid #d9cdbb!important;
  font-family:Arial,Helvetica,sans-serif!important;
}
.pac-item{
  padding:10px 12px!important;
  font-size:14px!important;
  line-height:1.35!important;
}
.pac-item-query{font-size:15px!important;color:#111!important}


/* FINAL: no custom grey address boxes. Only Google's default Places menu is allowed. */
.lcc-autocomplete-list,
.lcc-autocomplete-option{
  display:none!important;
  visibility:hidden!important;
}
.pac-container{
  z-index:2147483647!important;
  border-radius:12px!important;
  overflow:hidden!important;
  border:1px solid #d9cdbb!important;
  box-shadow:0 14px 34px rgba(0,0,0,.22)!important;
  font-family:Arial,Helvetica,sans-serif!important;
}
.pac-item{
  min-height:42px!important;
  padding:10px 14px!important;
  font-size:14px!important;
  line-height:1.35!important;
  background:#fff!important;
  cursor:pointer!important;
}
.pac-item:hover{background:#fff7ea!important;}
.pac-item-query{font-size:15px!important;color:#111!important;font-weight:700!important;}
.pac-matched{font-weight:900!important;color:#7f001e!important;}


/* Professional SEO landing pages */
.seo-hero{background:linear-gradient(135deg,#fffaf1,#f6ead8);padding:58px 32px 40px;border-bottom:1px solid #eadfce}
.seo-hero-inner{max-width:1120px;margin:0 auto}
.breadcrumbs{font-size:14px;margin-bottom:18px;color:#7f001e;font-weight:700}
.breadcrumbs a{color:#7f001e;text-decoration:none}
.seo-hero h1{font-family:Georgia,serif;font-size:52px;line-height:1.08;margin:0 0 18px;color:#111}
.seo-hero p{font-size:20px;line-height:1.55;max-width:780px;margin:0 0 24px}
.seo-cta-row{display:flex;gap:14px;flex-wrap:wrap}
.seo-btn{display:inline-block;background:linear-gradient(#9d082b,#7f001e);border:3px solid #c48a29;border-radius:10px;color:#fff;text-decoration:none;padding:14px 22px;font-weight:900}
.seo-btn.secondary{background:#fff;color:#7f001e}
.seo-content{max-width:1120px;margin:0 auto;padding:34px 32px 54px}
.seo-grid{display:grid;grid-template-columns:2fr 1fr;gap:26px;align-items:start}
.seo-card{background:#fff;border:1px solid #eadfce;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.08);padding:26px;margin-bottom:22px}
.seo-card h2{font-family:Georgia,serif;color:#7f001e;font-size:31px;margin:0 0 14px}
.seo-card h3{font-size:22px;color:#7f001e;margin:22px 0 10px}
.seo-card p,.seo-card li{font-size:17px;line-height:1.65}
.seo-card ul{padding-left:20px}
.seo-links{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:12px}
.seo-links a{display:block;border:1px solid #eadfce;border-radius:8px;padding:12px;text-decoration:none;color:#7f001e;font-weight:800;background:#fffaf1}
.faq-item{border-top:1px solid #eadfce;padding:16px 0}
.faq-item:first-child{border-top:0}
.faq-item h3{margin:0 0 8px;font-size:20px}
@media(max-width:900px){.seo-hero{padding:42px 22px 30px}.seo-hero h1{font-size:38px}.seo-hero p{font-size:18px}.seo-content{padding:24px 20px 42px}.seo-grid{grid-template-columns:1fr}.seo-links{grid-template-columns:1fr}.seo-card{padding:20px}.seo-card h2{font-size:27px}}


/* Robust address autocomplete */
.address-autocomplete-wrap{position:relative;width:100%;}
.address-autocomplete-wrap input{width:100%;box-sizing:border-box;}
.address-suggestion-box{display:none;position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:2147483647;background:#fff;border:1px solid #d9cdbb;border-radius:12px;box-shadow:0 14px 34px rgba(0,0,0,.22);max-height:300px;overflow-y:auto;}
.address-suggestion-box.open{display:block!important;}
.address-suggestion-item{appearance:none;-webkit-appearance:none;display:block;width:100%;margin:0;padding:12px 14px;border:0;border-bottom:1px solid #eee4d8;border-radius:0;background:#fff;color:#111;text-align:left;font:inherit;line-height:1.35;cursor:pointer;}
.address-suggestion-item:last-child{border-bottom:0;}
.address-suggestion-item:hover,.address-suggestion-item:active{background:#fff7ea;}
.address-suggestion-item strong{display:block;font-size:15px;color:#111;font-weight:800;}
.address-suggestion-item small{display:block;margin-top:3px;font-size:13px;color:#666;font-weight:500;}



/* Address autocomplete dropdown */
.address-field-wrap{
  position:relative;
  width:100%;
}
.address-suggestion-box{
  display:none;
  position:absolute;
  left:0;
  right:0;
  top:calc(100% + 6px);
  z-index:999999;
  background:#fff;
  border:1px solid #d9cdbb;
  border-radius:14px;
  box-shadow:0 14px 34px rgba(0,0,0,.22);
  overflow:hidden;
}
.address-suggestion-box.open{
  display:block;
}
.address-suggestion-item{
  display:block;
  width:100%;
  border:0;
  background:#fff;
  text-align:left;
  padding:12px 14px;
  cursor:pointer;
  font:inherit;
  color:#111;
  border-bottom:1px solid #f1e7d8;
}
.address-suggestion-item:last-child{
  border-bottom:0;
}
.address-suggestion-item:hover,
.address-suggestion-item:focus{
  background:#fff7ea;
  outline:none;
}
.address-suggestion-item strong{
  display:block;
  color:#7f001e;
  font-weight:800;
}
.address-suggestion-item small{
  display:block;
  color:#555;
  margin-top:3px;
  line-height:1.3;
}





/* Premium Trustpilot badge */
.trustpilot-banner{
  width:min(1180px,92%);
  margin:18px auto 26px;
}

.trustpilot-banner a{
  text-decoration:none;
}

.trustpilot-inner{
  background:#00b67a;
  border-radius:18px;
  padding:18px 20px;
  text-align:center;
  box-shadow:0 14px 34px rgba(0,0,0,.18);
  border:3px solid #ffffff;
}

.trustpilot-stars{
  color:#ffffff;
  font-size:28px;
  letter-spacing:4px;
  font-weight:900;
  line-height:1;
  margin-bottom:8px;
}

.trustpilot-title{
  color:#ffffff;
  font-size:20px;
  font-weight:800;
  line-height:1.2;
}

@media (max-width:768px){
  .trustpilot-inner{
    padding:16px 14px;
    border-radius:16px;
  }

  .trustpilot-stars{
    font-size:24px;
  }

  .trustpilot-title{
    font-size:18px;
  }
}


/* Facebook social icon */
.socials{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:14px;
}

.facebook-social-link{
  width:46px;
  height:46px;
  border-radius:50%;
  background:#1877f2;
  color:#ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  box-shadow:0 8px 20px rgba(0,0,0,.16);
  transition:transform .18s ease, opacity .18s ease;
}

.facebook-social-link:hover{
  transform:translateY(-2px);
  opacity:.92;
}


/* FINAL gallery with labels */
.real-gallery-grid{
  max-width:1200px;
  margin:40px auto 80px;
  padding:0 40px;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:22px;
}
.gallery-photo-card{
  margin:0;
  background:#fff;
  border:1px solid #eadfcd;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(0,0,0,.10);
}
.gallery-photo-card img{
  display:block;
  width:100%;
  height:270px;
  object-fit:cover;
}
.gallery-photo-card figcaption{
  padding:14px 16px 16px;
  color:#7f001e;
  font-weight:900;
  font-size:16px;
  line-height:1.3;
  background:#fff;
}

/* FINAL iPhone custom autocomplete: compact and closes on select */
.address-field-wrap{
  position:relative!important;
  width:100%!important;
}
.address-suggestion-box{
  display:none;
  position:absolute!important;
  left:0!important;
  right:0!important;
  top:calc(100% + 6px)!important;
  z-index:2147483647!important;
  background:#fff!important;
  border:1px solid #d9cdbb!important;
  border-radius:14px!important;
  box-shadow:0 14px 34px rgba(0,0,0,.22)!important;
  max-height:175px!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
}
.address-suggestion-box.open{
  display:block!important;
}
.address-suggestion-item{
  display:block!important;
  width:100%!important;
  border:0!important;
  border-bottom:1px solid #f1e7d8!important;
  background:#fff!important;
  text-align:left!important;
  padding:10px 13px!important;
  cursor:pointer!important;
  font:inherit!important;
  color:#111!important;
  line-height:1.3!important;
}
.address-suggestion-item strong{
  display:block!important;
  color:#7f001e!important;
  font-weight:900!important;
  font-size:15px!important;
}
.address-suggestion-item small{
  display:block!important;
  color:#555!important;
  margin-top:3px!important;
  font-size:13px!important;
}
#pickupInput,#dropoffInput{
  width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
}
@media(max-width:620px){
  .real-gallery-grid{padding:0 24px;gap:18px}
  .gallery-photo-card img{height:245px}
  .address-suggestion-box{max-height:155px!important}
}


/* Locked generated gallery - fast horizontal carousel */
.lcc-gallery-carousel-section{
  max-width:1240px;
  margin:42px auto 86px;
  padding:0 34px;
}
.lcc-gallery-head{
  margin-bottom:18px;
}
.lcc-gallery-head h2{
  font-family:Georgia,serif;
  font-size:46px;
  line-height:1.05;
  color:#7f001e;
  margin:0 0 8px;
}
.lcc-gallery-head p{
  margin:0;
  font-size:18px;
  color:#333;
}
.lcc-gallery-controls{
  display:flex;
  justify-content:flex-end;
  gap:12px;
  margin:0 0 14px;
}
.lcc-gallery-arrow{
  width:48px;
  height:48px;
  border-radius:999px;
  border:2px solid #b88a2a;
  background:#fff;
  color:#7f001e;
  font-size:34px;
  line-height:1;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 8px 18px rgba(0,0,0,.10);
}
.lcc-gallery-track{
  display:flex;
  gap:22px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;
  padding:4px 4px 18px;
}
.lcc-gallery-track::-webkit-scrollbar{
  height:8px;
}
.lcc-gallery-track::-webkit-scrollbar-thumb{
  background:#b88a2a;
  border-radius:999px;
}
.lcc-gallery-slide{
  flex:0 0 min(82vw, 380px);
  margin:0;
  background:#fff;
  border:1px solid #eadfcd;
  border-radius:20px;
  overflow:hidden;
  scroll-snap-align:start;
  box-shadow:0 12px 30px rgba(0,0,0,.11);
}
.lcc-gallery-slide img{
  display:block;
  width:100%;
  height:260px;
  object-fit:cover;
}
.lcc-gallery-slide figcaption{
  padding:14px 16px 16px;
  color:#7f001e;
  background:#fff;
  font-weight:900;
  font-size:16px;
  line-height:1.3;
}
@media(min-width:900px){
  .lcc-gallery-slide{
    flex-basis:360px;
  }
}
@media(max-width:620px){
  .lcc-gallery-carousel-section{
    padding:0 24px;
    margin-top:34px;
  }
  .lcc-gallery-head h2{
    font-size:34px;
  }
  .lcc-gallery-head p{
    font-size:16px;
  }
  .lcc-gallery-controls{
    justify-content:flex-start;
  }
  .lcc-gallery-arrow{
    width:44px;
    height:44px;
  }
  .lcc-gallery-slide{
    flex-basis:84vw;
  }
  .lcc-gallery-slide img{
    height:230px;
  }
}
