
/*
Theme Name: ATS Sheffield Clone
Theme URI: https://wolfiz.com/
Author: Wolfiz Solutions
Author URI: https://wolfiz.com/
Description: Custom homepage theme styled after Airport Transfers Sheffield with shortcode-ready booking hero.
Version: 1.0.0
Text Domain: atsheffield
*/

:root{
  --ats-blue:#00b6ff;
  --ats-dark:#1f252d;
  --ats-text:#23313f;
  --ats-muted:#6b7683;
  --ats-light:#f5f7fb;
  --ats-border:#dde4ed;
  --ats-container:1200px;
  --ats-radius:14px;
  --ats-shadow:0 14px 40px rgba(16, 45, 81, .12);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Roboto', Arial, sans-serif;
  color:var(--ats-text);
  background:#fff;
  line-height:1.6;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
ul{margin:0;padding:0;list-style:none}
.container{
  width:min(var(--ats-container), calc(100% - 32px));
  margin:0 auto;
}
.site-topbar{
  background:var(--ats-blue);
  color:#fff;
  font-size:14px;
}
.site-topbar .container{
  display:flex;
  align-items:center;
  gap:24px;
  min-height:42px;
}
.site-topbar i{margin-right:8px}
.site-header{
  background:#fff;
  border-bottom:1px solid #eef2f6;
  position:sticky;
  top:0;
  z-index:20;
}
.site-header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:92px;
  gap:24px;
}
.site-branding img{
  width:200px;
  height:auto;
}
.primary-nav{
  display:flex;
  align-items:center;
  gap:18px;
}
.primary-nav ul{
  display:flex;
  align-items:center;
  gap:22px;
  font-size:14px;
  font-weight:500;
}
.primary-nav ul,
.primary-nav li{
  list-style:none;
  margin:0;
  padding:0;
}
.primary-nav .menu-item{
  position:relative;
}
.primary-nav .menu-item-has-children > a{
  display:flex;
  align-items:center;
  gap:8px;
}
.primary-nav .menu-item-has-children > a::after{
  content:'';
  width:0;
  height:0;
  border-left:5px solid transparent;
  border-right:5px solid transparent;
  border-top:6px solid currentColor;
  opacity:.7;
}
.primary-nav .sub-menu{
  position:absolute;
  top:calc(100% + 10px);
  left:0;
  min-width:280px;
  background:#fff;
  border-radius:18px;
  padding:14px 0;
  box-shadow:0 18px 36px rgba(8,16,32,.16);
  display:none;
  z-index:20;
}
.primary-nav .sub-menu li{
  padding:0;
}
.primary-nav .sub-menu a{
  display:block;
  padding:12px 18px;
  font-weight:500;
  color:inherit;
}
.primary-nav .menu-item-has-children:hover > .sub-menu,
.primary-nav .menu-item-has-children:focus-within > .sub-menu{
  display:block;
}
.book-now-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:132px;
  min-height:42px;
  padding:0 22px;
  border-radius:999px;
  background:var(--ats-blue);
  color:#fff;
  font-weight:500;
  box-shadow:0 8px 22px rgba(0,182,255,.22);
}
.mobile-toggle{
  display:none;
  border:none;
  background:none;
  font-size:24px;
  cursor:pointer;
}

.services-page{
  background:#f7f8fa;
}
.services-hero{
  padding:80px 0 60px;
  background:#fff;
}
.services-hero-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:40px;
  align-items:center;
}
.services-hero-copy h1{
  margin:8px 0 14px;
  font-size:40px;
}
.services-hero-copy p{
  margin:0 0 14px;
  color:#445266;
}
.services-hero-list{
  display:flex;
  flex-wrap:wrap;
  gap:16px 24px;
  margin:18px 0 0;
  padding:0;
  list-style:none;
}
.services-hero-list li{
  position:relative;
  padding-left:22px;
  font-weight:500;
}
.services-hero-list li::before{
  content:'';
  position:absolute;
  left:0;
  top:8px;
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--ats-blue);
}
.services-hero-media{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
}
.services-hero-image img{
  width:100%;
  border-radius:18px;
  box-shadow:0 18px 40px rgba(11,22,40,.18);
}
.services-hero-card{
  position:absolute;
  right:-10px;
  bottom:-24px;
  width:52%;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 14px 30px rgba(11,22,40,.2);
}
.services-hero-card img{
  width:100%;
  display:block;
}
.services-offers{
  padding:70px 0 80px;
}
.services-grid{
  margin-top:30px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.services-card{
  background:#fff;
  padding:22px 22px 24px;
  border-radius:16px;
  box-shadow:0 14px 30px rgba(10,18,35,.08);
}
.services-card h3{
  margin:10px 0 8px;
  font-size:18px;
}
.services-card p{
  margin:0;
  color:#445266;
  font-size:14px;
  line-height:1.6;
}
.services-icon{
  width:40px;
  height:40px;
  border-radius:10px;
  background:#eef5ff;
  color:var(--ats-blue);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
}
.services-faq{
  padding:20px 0 80px;
}
.services-faq h2{
  margin:0 0 18px;
}
.ats-accordion{
  background:#fff;
  border-radius:12px;
  box-shadow:0 12px 26px rgba(10,18,35,.08);
  overflow:hidden;
}
.ats-accordion-item + .ats-accordion-item{
  border-top:1px solid #eef1f6;
}
.ats-accordion-trigger{
  width:100%;
  text-align:left;
  padding:18px 20px;
  background:#fff;
  border:0;
  font-weight:600;
  cursor:pointer;
}
.ats-accordion-trigger::before{
  content:'+';
  display:inline-block;
  width:18px;
  margin-right:10px;
  color:var(--ats-blue);
  font-weight:700;
}
.ats-accordion-trigger[aria-expanded="true"]::before{
  content:'-';
}
.ats-accordion-panel{
  padding:0 20px 18px 48px;
  color:#445266;
}

.fleet-page{
  background:#f5f6f8;
}
.fleet-collection{
  padding:80px 0 60px;
}
.fleet-collection h1{
  margin:0 0 28px;
  font-size:36px;
}
.fleet-collection-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
}
.fleet-card{
  background:#fff;
  border-radius:16px;
  padding:18px 18px 20px;
  box-shadow:0 14px 30px rgba(10,18,35,.1);
}
.fleet-image{
  background:white;
  border-radius:12px;
  padding:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:180px;
}
.fleet-image img{
  max-width:100%;
  height:auto;
}
.fleet-specs{
  margin:14px 0 8px;
  padding:0;
  list-style:none;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:8px 14px;
  font-size:13px;
  color:#566276;
}
.fleet-specs i{
  color:var(--ats-blue);
  margin-right:8px;
}
.fleet-card p{
  margin:0 0 14px;
  font-size:13px;
  color:#4b596d;
  line-height:1.6;
}
.fleet-book{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:110px;
  padding:8px 18px;
  background:var(--ats-blue);
  color:#fff;
  border-radius:999px;
  font-size:13px;
  font-weight:600;
}
.fleet-benefits{
  padding:10px 0 80px;
}
.fleet-benefits-list{
  margin-top:14px;
  background:#fff;
  border-radius:14px;
  box-shadow:0 12px 26px rgba(10,18,35,.08);
  padding:18px;
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}
.fleet-benefits-list article{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:10px 6px;
}
.benefit-icon{
  width:40px;
  height:40px;
  border-radius:50%;
  background:#eef5ff;
  color:var(--ats-blue);
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}
.fleet-benefits h3{
  margin:0 0 6px;
  font-size:16px;
}
.fleet-benefits p{
  margin:0;
  color:#4b596d;
  font-size:13px;
  line-height:1.6;
}

.about-page{
  background:#f6f7f9;
}
.about-hero{
  background:#fff;
  padding-bottom:40px;
}
.about-hero-image{
  max-height:360px;
  overflow:hidden;
}
.about-hero-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.about-hero-content{
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:30px;
  padding:40px 0 10px;
}
.about-hero-left h1{
  margin:10px 0 12px;
  font-size:34px;
}
.about-hero-right p{
  margin:0 0 12px;
  color:#4b596d;
}
.about-panels{
  padding:30px 0 50px;
}
.about-panels-grid{
  display:grid;
  grid-template-columns:1.2fr .9fr .9fr;
  gap:18px;
}
.about-panel{
  background:#fff;
  border-radius:14px;
  padding:20px;
  box-shadow:0 12px 24px rgba(10,18,35,.08);
}
.about-panel h3{
  margin:0 0 10px;
  font-size:16px;
}
.about-panel p{
  margin:0 0 10px;
  color:#4b596d;
  font-size:13px;
  line-height:1.6;
}
.about-split{
  padding:20px 0 30px;
  background:
    radial-gradient(circle at 10% 90%, rgba(31,86,155,.08), transparent 55%),
    radial-gradient(circle at 90% 10%, rgba(31,86,155,.06), transparent 50%);
}
.about-split-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px;
  align-items:center;
}
.about-split-copy h2{
  margin:0 0 12px;
  font-size:22px;
}
.about-split-copy p{
  margin:0 0 12px;
  color:#4b596d;
  font-size:13px;
  line-height:1.6;
}
.about-split-media{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.about-split-media img{
  width:100%;
  border-radius:16px;
  box-shadow:0 14px 30px rgba(10,18,35,.14);
}
.about-bottom{
  padding:50px 0 80px;
  background:#fff url('https://airporttransferssheffield.com/wp-content/uploads/2022/12/right_ear.png') right bottom / 280px no-repeat;
}
.about-bottom-panel{
  background:#1f2933;
  color:#fff;
  border-radius:14px;
  padding:28px;
  max-width:520px;
  box-shadow:0 18px 40px rgba(10,18,35,.28);
}
.about-bottom-panel p{
  color:rgba(255,255,255,.78);
  margin:10px 0 18px;
}
.about-bottom-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 20px;
  background:#fff;
  color:#1f2933;
  border-radius:999px;
  font-weight:600;
  font-size:13px;
}

.hero{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(rgba(8, 22, 39, .62), rgba(8, 22, 39, .62)),
    url('http://localhost:10063/wp-content/uploads/2026/03/herosection.webp') center/cover no-repeat;
}
.hero::after{
  content:'';
  position:absolute;
  inset:0;
  /* background:url('https://airporttransferssheffield.com/wp-content/uploads/2022/12/map_bg.png') center/cover no-repeat; */
  opacity:.11;
  mix-blend-mode:screen;
  pointer-events:none;
}
.hero .container{
  position:relative;
  z-index:1;
  min-height:760px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:40px;
  align-items:center;
  padding:70px 0 170px;
}
.hero-copy{
  color:#fff;
  max-width:560px;
}
.hero-copy h1{
  font-size:56px;
  line-height:1.08;
  margin:0 0 20px;
  font-weight:700;
}
.hero-copy ul{
  display:grid;
  gap:12px;
  margin-bottom:30px;
}
.hero-copy li{
  display:flex;
  align-items:flex-start;
  gap:12px;
  font-size:18px;
}
.hero-copy li i{
  margin-top:4px;
  color:#fff;
}
.hero-copy .cta-row{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
.hero-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 24px;
  border-radius:8px;
  background:var(--ats-blue);
  color:#fff;
  font-weight:500;
}
.hero-cta-outline{
  background:transparent;
  color:var(--ats-blue);
  border:2px solid var(--ats-blue);
}
.hero-booking{
  justify-self:end;
  /* width:min(100%, 520px); */
}
.hero-booking .wtqb-plugin-scope .booking-widget{
  background:rgba(255,255,255,.92);
  border:1px solid rgba(255,255,255,.7);
}

.services-strip{
  position:relative;
  margin-top:-94px;
  z-index:3;
}
.services-strip .panel{
  background:#fff;
  border-radius:24px 24px 0 0;
  box-shadow:var(--ats-shadow);
  padding:26px 26px 34px;
}
.section-title{
  text-align:center;
  margin:0 0 26px;
  font-size:34px;
  line-height:1.18;
  font-weight:700;
}
.section-subtitle{
  text-align:center;
  color:var(--ats-muted);
  max-width:760px;
  margin:0 auto 24px;
}
.features-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.feature-card{
  background:linear-gradient(180deg,#fff,#f8fbff);
  border:1px solid var(--ats-border);
  border-radius:18px;
  padding:26px 22px;
  box-shadow:0 10px 26px rgba(24,54,90,.06);
}
.feature-icon{
  width:58px;
  height:58px;
  border-radius:50%;
  background:#eaf5ff;
  display:grid;
  place-items:center;
  color:var(--ats-blue);
  margin-bottom:18px;
}
.feature-icon svg{
  width:28px;
  height:28px;
  fill:currentColor;
}
.feature-card h3{
  margin:0 0 10px;
  font-size:22px;
}
.feature-card p{
  margin:0;
  color:var(--ats-muted);
  font-size:15px;
}

.about{
  padding:80px 0;
}
.about-grid{
  display:grid;
  grid-template-columns:1fr 520px;
  gap:40px;
  align-items:center;
}
.about-copy h2{
  margin:0 0 18px;
  font-size:42px;
  line-height:1.15;
}
.about-copy p{
  color:var(--ats-muted);
  margin:0 0 16px;
}
.about-card{
  border-radius:26px;
  overflow:hidden;
  box-shadow:var(--ats-shadow);
}

.fleet{
  padding:24px 0 80px;
  background:linear-gradient(180deg,#eef5fd 0%, #f8fbff 100%);
}
.fleet-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:16px;
  margin-top:28px;
}
.fleet-card{
  background:#fff;
  border:1px solid var(--ats-border);
  border-radius:18px;
  padding:18px;
  text-align:center;
  box-shadow:0 10px 26px rgba(24,54,90,.05);
}
.fleet-card img{
  width:100%;
  height:118px;
  object-fit:contain;
  margin-bottom:16px;
}
.fleet-card h3{
  margin:0 0 10px;
  font-size:22px;
}
.fleet-meta{
  display:grid;
  gap:6px;
  color:var(--ats-muted);
  font-size:14px;
}

.content-band{
  padding:84px 0;
}
.content-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:44px;
  align-items:start;
}
.content-grid h2{
  margin:0 0 18px;
  font-size:40px;
}
.content-grid h3{
  margin:26px 0 12px;
  font-size:25px;
}
.content-grid p{
  margin:0 0 14px;
  color:var(--ats-muted);
}
.bullets{
  display:grid;
  gap:14px;
  margin-top:18px;
}
.bullets li{
  display:flex;
  gap:14px;
  align-items:flex-start;
}
.bullets i{
  margin-top:4px;
  color:var(--ats-blue);
}

.map-contact{
  padding:0 0 84px;
}
.map-card{
  background:#fff;
  border:1px solid var(--ats-border);
  border-radius:24px;
  box-shadow:var(--ats-shadow);
  padding:26px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:24px;
  align-items:center;
}
.map-info p{
  margin:6px 0;
  color:var(--ats-muted);
}
.contact-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin:16px 0 10px;
}
.cta-call{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 20px;
  border-radius:10px;
  background:var(--ats-blue);
  color:#fff;
  font-weight:600;
}
.cta-outline{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px;
  border-radius:10px;
  border:2px solid var(--ats-blue);
  color:var(--ats-blue);
  font-weight:600;
  background:#f5fbff;
}
.map-embed iframe{
  width:100%;
  height:360px;
  border:0;
  border-radius:18px;
  box-shadow:0 10px 30px rgba(16,45,81,.12);
}

.cta-band{
  padding:0 0 84px;
}
.cta-panel{
  background:linear-gradient(135deg, rgba(0,182,255,.12), rgba(0,182,255,.32));
  border:1px solid #cbefff;
  border-radius:22px;
  padding:26px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  box-shadow:0 16px 40px rgba(16,45,81,.12);
}
.cta-panel h3{
  margin:0 0 8px;
  font-size:26px;
}
.cta-panel p{
  margin:0;
  color:var(--ats-muted);
}
.cta-buttons{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.promises{
  padding:0 0 84px;
}
.promise-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.promise-card{
  background:#fff;
  border:1px solid var(--ats-border);
  border-radius:18px;
  padding:20px;
  box-shadow:0 10px 26px rgba(24,54,90,.06);
}
.promise-card h4{
  margin:0 0 8px;
  font-size:20px;
}
.promise-card p{
  margin:0;
  color:var(--ats-muted);
}

.testimonials{
  padding:0 0 90px;
}
.testimonial-wrap{
  background:#f9fbff;
  border:1px solid var(--ats-border);
  border-radius:24px;
  padding:34px 30px;
  box-shadow:var(--ats-shadow);
  background-image:linear-gradient(135deg, rgba(0,182,255,0.08), rgba(0,182,255,0.02));
}
.testimonial-slider{
  position:relative;
  overflow:hidden;
}
.testimonial-track{
  display:flex;
  gap:16px;
  transition:transform .6s ease;
}
.testimonial-card{
  background:rgba(255,255,255,.94);
  border:1px solid #edf1f7;
  border-radius:16px;
  padding:22px;
  flex:0 0 100%;
  box-sizing:border-box;
}
.testimonial-card h4{
  margin:0 0 4px;
  font-size:18px;
}
.testimonial-card small{
  display:block;
  margin-bottom:12px;
  color:var(--ats-muted);
}
.testimonial-card p{
  margin:0;
  color:var(--ats-muted);
}
.testimonial-dots{
  display:flex;
  gap:8px;
  justify-content:center;
  margin-top:16px;
}
.testimonial-dots button{
  width:10px;
  height:10px;
  border-radius:50%;
  border:none;
  background:rgba(0,0,0,.15);
  padding:0;
  cursor:pointer;
  transition:.2s ease;
}
.testimonial-dots button.is-active{
  background:var(--ats-blue);
  transform:scale(1.1);
}

@media (min-width: 960px){
  .testimonial-card{
    flex:0 0 50%;
  }
}

.site-footer{
  background:#20262d;
  color:#fff;
  padding:70px 0 18px;
}
.footer-grid{
  display:grid;
  grid-template-columns:1fr 1fr 1fr 1.25fr;
  gap:30px;
}
.site-footer h3{
  margin:0 0 18px;
  font-size:20px;
}
.site-footer li{
  margin-bottom:10px;
  color:rgba(255,255,255,.78);
}
.site-footer p{
  margin:0 0 10px;
  color:rgba(255,255,255,.78);
}
.footer-bottom{
  margin-top:28px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.08);
  text-align:center;
  color:rgba(255,255,255,.7);
  font-size:14px;
}

/* Checkout quote summary */
.checkout-quote-summary{
  background:#f8fbff;
  border:1px solid #dfe8f3;
  border-radius:16px;
  padding:18px 18px 14px;
  margin-bottom:18px;
  box-shadow:0 12px 30px rgba(12,46,84,.08);
}
.checkout-quote-summary h3{
  margin:0 0 12px;
  font-size:20px;
}
.cqs-row{
  display:flex;
  gap:18px;
  justify-content:space-between;
  flex-wrap:wrap;
  margin-bottom:10px;
}
.checkout-quote-summary p{
  margin:2px 0 4px;
}
.checkout-quote-summary small{
  color:var(--ats-muted);
}
.cqs-amount p{
  font-size:20px;
  font-weight:700;
  color:var(--ats-blue);
}

/* Checkout layout */
.checkout-shell{
  margin-top:16px;
}
.checkout-grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(0,0.85fr);
  gap:22px;
  align-items:stretch;
}
.checkout-panel{
  background:#fff;
  border:1px solid #dfe8f3;
  border-radius:16px;
  padding:18px;
  box-shadow:0 12px 30px rgba(12,46,84,.08);
  display:flex;
  flex-direction:column;
  height:100%;
}
.checkout-panel h3{
  margin:0 0 12px;
  font-size:18px;
}
.checkout-panel label{
  font-weight:600;
  color:#0f2033;
}
.checkout-panel .form-row{
  margin-bottom:12px;
}
.checkout-panel input.input-text{
  width:100%;
  height:48px;
  border:1px solid #d6e1ee;
  border-radius:10px;
  padding:0 14px;
  background:#f9fbff;
  transition:border-color .2s ease, box-shadow .2s ease;
}
.checkout-panel input.input-text:focus{
  border-color:var(--ats-blue);
  box-shadow:0 0 0 3px rgba(0,182,255,.18);
  background:#fff;
}
.checkout-panel--details .woocommerce-billing-fields__field-wrapper{
  display:grid;
  gap:12px;
}
.checkout-panel--payment #payment{
  flex:1;
  display:flex;
  flex-direction:column;
  gap:14px;
}
.woocommerce-checkout #payment{
  background:transparent;
  border:none;
}
.woocommerce-checkout #payment ul.payment_methods{
  border:none;
  padding:0;
}
.woocommerce-checkout #payment ul.payment_methods li{
  border:1px solid #dfe8f3;
  border-radius:12px;
  padding:10px 12px;
  margin-bottom:8px;
  background:#f9fbff;
}
.woocommerce-checkout #payment ul.payment_methods li label{
  font-weight:700;
  color:#0f2033;
}
.woocommerce-checkout #payment div.form-row{
  margin-top:12px;
}
.woocommerce-checkout #payment #place_order{
  width:100%;
  height:52px;
  border:none;
  border-radius:12px;
  background:linear-gradient(135deg, var(--ats-blue), #00a3e6);
  color:#fff;
  font-weight:700;
  font-size:16px;
  box-shadow:0 14px 30px rgba(0,182,255,.28);
  cursor:pointer;
  transition:transform .15s ease, box-shadow .2s ease;
}
.woocommerce-checkout #payment #place_order:hover{
  transform:translateY(-1px);
  box-shadow:0 18px 34px rgba(0,182,255,.32);
}

@media (max-width: 980px){
  .checkout-grid{
    grid-template-columns:1fr;
    gap:16px;
  }
}

/* Thank you page */
.thankyou-hero{
  padding:20px 0 60px;
}
.thankyou-head{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  flex-wrap:wrap;
  margin-bottom:16px;
}
.thankyou-head h2{
  margin:0;
}
.thankyou-actions{
  display:flex;
  gap:10px;
}
.thankyou-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.thankyou-grid--two{
  grid-template-columns:repeat(2, minmax(0,1fr));
  margin-top:16px;
}
.thankyou-card{
  background:#fff;
  border:1px solid #dfe8f3;
  border-radius:16px;
  padding:16px;
  box-shadow:0 12px 30px rgba(12,46,84,.08);
}
.thankyou-card h3{
  margin:0 0 10px;
}
.journey-row{
  display:flex;
  gap:14px;
  align-items:flex-start;
  flex-wrap:wrap;
  justify-content:space-between;
}
.journey-row p{
  margin:2px 0 4px;
}
.journey-meta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:10px;
  color:#445266;
  font-size:14px;
}
.thankyou-amount{
  text-align:right;
}
.thankyou-amount p{
  margin:4px 0;
  font-size:18px;
  font-weight:700;
  color:var(--ats-blue);
}
.map-embed iframe{
  width:100%;
  height:260px;
  border:0;
  border-radius:12px;
  box-shadow:0 10px 24px rgba(16,45,81,.1);
}
@media (max-width: 960px){
  .thankyou-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 1100px){
  .hero .container,
  .about-grid,
  .content-grid{
    grid-template-columns:1fr;
  }
  .hero-booking{
    justify-self:start;
    width:100%;
  }
  .map-card{
    grid-template-columns:1fr;
  }
  .promise-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .features-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .fleet-grid{
    grid-template-columns:repeat(3,1fr);
  }
  .testimonial-grid{
    grid-template-columns:1fr;
  }
  .footer-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .services-hero-grid{
    grid-template-columns:1fr;
  }
  .services-hero-card{
    right:10px;
    bottom:-20px;
  }
  .services-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .fleet-collection-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .about-hero-content{
    grid-template-columns:1fr;
  }
  .about-panels-grid{
    grid-template-columns:1fr;
  }
  .about-split-grid{
    grid-template-columns:1fr;
  }
}
@media (max-width: 860px){
  .mobile-toggle{display:block}
  .primary-nav{
    position:absolute;
    left:0; right:0; top:100%;
    background:#fff;
    border-bottom:1px solid #eef2f6;
    padding:16px;
    display:none;
    flex-direction:column;
    align-items:flex-start;
  }
  .primary-nav.is-open{display:flex}
  .primary-nav ul{
    flex-direction:column;
    align-items:flex-start;
    width:100%;
    gap:14px;
  }
  .primary-nav .sub-menu{
    position:static;
    display:block;
    min-width:0;
    width:100%;
    box-shadow:none;
    border-radius:0;
    padding:6px 0 0;
    margin-left:12px;
    background:transparent;
  }
  .primary-nav .sub-menu a{
    padding:8px 0;
  }
  .primary-nav .menu-item-has-children > a::after{
    margin-left:6px;
  }
  .site-header{position:relative}
  .hero .container{
    min-height:auto;
    padding:56px 0 120px;
  }
  .hero-copy h1{font-size:40px}
  .map-embed iframe{
    height:280px;
  }
  .promise-grid{
    grid-template-columns:1fr;
  }
  .features-grid,
  .fleet-grid,
  .footer-grid{
    grid-template-columns:1fr;
  }
  .services-hero{
    padding:60px 0 40px;
  }
  .services-hero-card{
    position:static;
    width:100%;
    margin-top:16px;
  }
  .services-grid{
    grid-template-columns:1fr;
  }
  .fleet-collection-grid{
    grid-template-columns:1fr;
  }
}
