/*
Theme Name: Dordrecht Riyaan Taxi BOOKING SEO SOFT GOLD (PHONE BUTTON)
Theme URI: https://riyaantaxi.nl
Author: Riyaan Taxi
Description: Taxi booking theme with phone-number call button, SEO text and WhatsApp booking.
Version: 7.0
*/

body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  background:#f7f3e8;
  color:#111;
}

.hero{
  background:#f3e6b3;
  color:#111;
  padding:80px 20px;
  text-align:center;
}

.hero h1{
  font-size:36px;
  margin-bottom:10px;
}

.hero p{
  font-size:18px;
  margin-bottom:20px;
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
}

.btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:16px 28px;
  border-radius:40px;
  text-decoration:none;
  font-weight:bold;
  font-size:18px;
  margin:6px;
}

.call{
  background:#e07445;
  color:#fff;
}

.whatsapp{
  background:#25D366;
  color:#fff;
}

.section{
  padding:40px 20px;
}

.section h2{
  text-align:center;
  margin-bottom:20px;
}

form{
  max-width:520px;
  margin:auto;
}

label{
  display:block;
  margin:10px 0 5px;
  font-weight:bold;
}

input, textarea{
  width:100%;
  padding:14px;
  border:1px solid #999;
  border-radius:6px;
  margin-bottom:14px;
  font-size:16px;
  background:#fff;
}

input[type="date"],
input[type="time"]{
  appearance:auto;
  -webkit-appearance:auto;
  min-height:50px;
}

textarea{min-height:90px}

.submit{
  background:#d4af37;
  border:none;
  width:100%;
  padding:16px;
  font-size:17px;
  font-weight:bold;
  cursor:pointer;
}

.services ul{
  max-width:800px;
  margin:auto;
}

.services li{
  margin:10px 0;
  line-height:1.6;
}

footer{
  background:#111;
  color:#fff;
  text-align:center;
  padding:15px;
}
