/* ABC Taxi Hoogezand — statische nabouw van de Avada-site */

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/poppins-600.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/roboto-400.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/roboto-700.woff2") format("woff2");
}

:root {
  --yellow: #feba12;
  --yellow-dark: #e29b00;
  --black: #000;
  --text: #747474;
  --heading: #333;
  --muted: #bcbcbc;
  --border: #dee1e4;
  --input-border: #d2d2d2;
  --font-body: "Roboto", "Helvetica Neue", Arial, sans-serif;
  --font-heading: "Poppins", "Helvetica Neue", Arial, sans-serif;
  --container: 1140px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #fff;
  color: var(--text);
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.5;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3, h4 {
  font-family: var(--font-heading);
  font-weight: 600;
  margin: 0;
  color: var(--heading);
}

p {
  margin: 0 0 20px;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 30px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  background: var(--yellow);
  color: #000;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 9px 20px;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease;
}
.btn:hover {
  background: #000;
  color: var(--yellow);
}
.btn--large {
  font-size: 14px;
  line-height: 17px;
  padding: 13px 29px;
}

/* ---------- Header ---------- */
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  padding: 30px 0;
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.logo img {
  width: 121px;
  height: 65px;
}
.nav {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 14px;
}
.nav a {
  color: #fff;
  transition: color .2s ease;
}
.nav a:hover,
.nav li.active > a {
  color: var(--yellow);
}
.nav li.nav-btn a {
  color: #000;
}
.nav li.nav-btn a:hover {
  color: var(--yellow);
}
.nav-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 6px;
  cursor: pointer;
  color: #fff;
}
.nav-toggle svg {
  width: 32px;
  height: 32px;
  display: block;
}
.nav-toggle .icon-close { display: none; }
.nav-open .nav-toggle .icon-open { display: none; }
.nav-open .nav-toggle .icon-close { display: block; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background:
    linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%),
    url("../img/hero.jpg") center center / cover no-repeat;
  color: #fff;
  text-align: center;
}
.hero--home {
  padding: 240px 0 0;
}
.hero--page {
  padding: 150px 0 60px;
}
.hero h1 {
  font-size: 65px;
  line-height: 1;
  color: #fff;
  margin: 0 0 31px;
}
.hero h1 .accent {
  color: var(--yellow);
}
.hero--page h1 {
  color: var(--yellow);
  margin-bottom: 20px;
}
.hero .sub {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  margin: -10px 0 31px;
}
.hero--page .sub {
  margin: 0;
}

/* ---------- Card (formulier / prijzen) ---------- */
.card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 10px 23px 0 rgba(0, 0, 0, .05);
  overflow: hidden;
  color: var(--text);
  text-align: left;
}

/* Boekingskaart op de homepage: hangt over de hero heen */
.booking {
  position: relative;
  z-index: 2;
  margin-top: 40px;
  margin-bottom: -110px;
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.booking__aside {
  position: relative;
  background: var(--yellow) url("../img/book-now.jpg") center / cover no-repeat;
  background-blend-mode: multiply;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  padding: 40px 30px 60px;
  min-height: 420px;
}
.booking__aside::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(60deg, rgba(226, 155, 0, .85) 0%, rgba(254, 186, 18, .55) 84%);
}
.booking__aside h3 {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 20px;
}
.booking__form {
  padding: 40px 40px 30px;
}

/* ---------- Formulieren ---------- */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
}
.field {
  margin-bottom: 25px;
}
.field label {
  display: block;
  font-size: 14px;
  color: var(--text);
  margin-bottom: 9px;
}
.field abbr {
  text-decoration: none;
  color: #ce3e3e;
  border: 0;
}
.field input,
.field textarea,
.field select {
  width: 100%;
  font: inherit;
  font-size: 13px;
  color: #333;
  background: #fff;
  border: 1px solid var(--input-border);
  border-radius: 6px;
  height: 60px;
  padding: 0 13px;
  outline: none;
  transition: border-color .2s ease;
}
.field textarea {
  height: 120px;
  padding: 13px;
  resize: vertical;
}
.field input::placeholder,
.field textarea::placeholder {
  color: #c9c7c7;
}
.field input:focus,
.field textarea:focus {
  border-color: var(--yellow);
}
.field input[type="date"],
.field input[type="time"] {
  -webkit-appearance: none;
  appearance: none;
}
.form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.form-footer .note {
  margin: 0;
}
.form-message {
  display: none;
  margin: 0 0 20px;
  padding: 14px 20px;
  border: 1px solid;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
}
.form-message.is-visible { display: block; }
.form-message--success {
  background: #dff0d8;
  color: #5ca340;
  border-color: #5ca340;
}
.form-message--error {
  background: #f2dede;
  color: #a64242;
  border-color: #a64242;
}
.honey {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

/* ---------- Prijzen (homepage) ---------- */
.section {
  padding: 80px 0;
}
.section--pricing {
  padding-top: 190px; /* ruimte voor de overhangende boekingskaart */
}
.pricing {
  padding: 40px 40px 30px;
  text-align: center;
}
.pricing .icon-taxi {
  width: 130px;
  height: 130px;
  margin: 0 auto 20px;
  color: var(--yellow);
}
.pricing h2 {
  font-size: 30px;
  line-height: 1;
  color: #000;
  margin: 0 0 5px;
}
.pricing .subtitle {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  color: var(--muted);
  margin: 0 0 31px;
}
.pricing .intro {
  margin-bottom: 30px;
}
.pricing .kost {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 25px;
}
.price {
  font-family: var(--font-heading);
  font-weight: 600;
  color: var(--yellow);
  font-size: 60px;
  line-height: 1;
  margin: 0 0 30px;
}
.price small {
  font-size: 16px;
  margin-left: 8px;
}
.pricing .afspraak {
  font-weight: 700;
  font-size: 13px;
  color: #333;
  margin: 10px 0 0;
}

/* ---------- Contactpagina ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 40px;
  align-items: start;
}
.contact-card {
  padding: 50px 50px 20px;
}
.contact-card h2 {
  font-size: 50px;
  line-height: 1.5;
  color: var(--heading);
  margin: 0 0 10px;
}
.contact-card .field {
  margin-bottom: 20px;
}
.info-box {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  background: #000 url("../img/footer.jpg") center / cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 30px 20px 10px;
  margin-bottom: 20px;
}
.info-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .72);
}
.info-box > * {
  position: relative;
}
.info-box img {
  width: 60px;
  margin: 0 auto 10px;
}
.info-box h2 {
  font-size: 30px;
  line-height: 1;
  color: #fff;
  margin: 20px 0 15px;
}
.info-box p {
  font-weight: 700;
  color: #fff;
}
.info-box a:hover {
  color: var(--yellow);
}

/* ---------- Reserverenpagina ---------- */
.reserve-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: start;
}
.reserve-card {
  padding: 50px 50px 20px;
}
.reserve-card h2 {
  font-size: 50px;
  line-height: 1.5;
  color: var(--heading);
  margin: 0 0 20px;
}
.reserve-aside {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  background: var(--yellow) url("../img/book-now.jpg") center / cover no-repeat;
  background-blend-mode: multiply;
  color: #fff;
  text-align: center;
  padding: 40px 40px 20px;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.reserve-aside::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(60deg, rgba(226, 155, 0, .85) 0%, rgba(254, 186, 18, .55) 84%);
}
.reserve-aside h3 {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 20px;
}

/* ---------- Footer ---------- */
.site-footer {
  position: relative;
  background: #000 url("../img/footer.jpg") center / cover no-repeat;
  color: #bebdbd;
  text-align: center;
  padding: 84px 0;
}
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .78);
}
.site-footer .container {
  position: relative;
}
.footer-sep {
  display: flex;
  align-items: center;
  margin: 60px 0 40px;
}
.footer-sep::before,
.footer-sep::after {
  content: "";
  flex: 1;
  border-top: 1px solid var(--yellow);
}
.footer-sep .icon-wrap {
  width: 79px;
  height: 79px;
  border: 1px solid var(--yellow);
  border-radius: 50%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}
.footer-sep .icon-taxi {
  width: 45px;
  height: 45px;
  color: var(--yellow);
}
.footer-logo {
  width: 120px;
  margin: 0 auto 40px;
}
.copyright {
  font-size: 13px;
  margin: 0;
}
.copyright a {
  color: #fff;
  transition: color .2s ease;
}
.copyright a:hover {
  color: var(--yellow);
}

/* ---------- Iconen ---------- */
.icon-taxi {
  display: block;
  fill: currentColor;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .hero h1 {
    font-size: 48px;
  }
  .hero .sub {
    font-size: 24px;
  }
  .hero--home {
    padding-top: 200px;
  }
  .booking {
    margin-bottom: 0;
  }
  .section--pricing {
    padding-top: 80px;
  }
  .contact-grid,
  .reserve-grid {
    grid-template-columns: 1fr;
  }
  .reserve-aside {
    min-height: 260px;
  }
}

@media (max-width: 878px) {
  .nav-toggle {
    display: block;
  }
  .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: rgba(0, 0, 0, .95);
    padding: 10px 0;
  }
  .nav-open .nav {
    display: flex;
  }
  .nav li a {
    display: block;
    padding: 14px 30px;
    color: #fff;
  }
  .nav li.nav-btn {
    padding: 14px 30px;
  }
  .nav li.nav-btn a {
    display: inline-block;
    padding: 9px 20px;
    color: #000;
  }
  .site-header {
    padding: 20px 0;
  }
}

@media (max-width: 640px) {
  .container {
    padding: 0 16px;
  }
  .hero h1 {
    font-size: 38px;
  }
  .hero .sub {
    font-size: 20px;
  }
  .hero--home {
    padding-top: 150px;
  }
  .hero--page {
    padding: 130px 0 50px;
  }
  .booking {
    grid-template-columns: 1fr;
  }
  .booking__aside {
    min-height: 220px;
    padding-bottom: 30px;
  }
  .booking__form,
  .contact-card,
  .reserve-card,
  .pricing {
    padding: 30px 20px 20px;
  }
  .form-grid {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
  .contact-card h2,
  .reserve-card h2 {
    font-size: 36px;
  }
  .price {
    font-size: 44px;
  }
  .section {
    padding: 50px 0;
  }
  .site-footer {
    padding: 40px 0;
  }
  .footer-sep {
    margin: 20px 0 30px;
  }
}
