/*
Theme Name: Riyaan Taxi V22
Description: Professional responsive taxi theme for riyaantaxi.nl
Version: 22.0
*/
:root{--black:#050607;--navy:#081824;--gold:#e6b32d;--gold2:#f5ca55;--white:#fff;--ink:#171717;--line:#e8e8e5}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);line-height:1.5;overflow-x:hidden}
a{text-decoration:none;color:inherit}
.wrap{max-width:1260px;margin:0 auto;padding:0 28px}

/* HEADER */
.top{height:42px;background:#050505;color:#eee;font-size:12px}
.top .wrap{height:42px;display:flex;align-items:center;justify-content:space-between}
.gold{color:var(--gold)}
header{height:94px;background:linear-gradient(90deg,#070b0e,#0a1b27);color:#fff;border-bottom:1px solid #263541;position:relative;z-index:50}
.nav{height:94px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:12px;font-weight:900;line-height:1}
.brandmark{width:58px;height:58px;border:2px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold);font-size:27px}
.brandtext{font-size:20px;letter-spacing:.5px}
.brandtext span{display:block;color:var(--gold);font-size:25px;margin-top:3px}
.brandtext small{display:block;color:#ddd;font-size:11px;margin-top:5px}
nav{display:flex;gap:30px;font-weight:800;font-size:13px}
nav a:hover,nav a.active{color:var(--gold)}
.call{border:1px solid var(--gold);border-radius:7px;padding:11px 17px;color:#fff;font-weight:900;text-align:center}
.call b{color:var(--gold);display:block;font-size:17px;margin-top:2px}

/* HERO */
.hero{
 min-height:710px;
 color:#fff;
 position:relative;
 overflow:hidden;
 background-image:linear-gradient(90deg,rgba(5,8,10,.64) 0%,rgba(5,8,10,.22) 48%,rgba(5,8,10,.06) 100%),url("assets/hero-reference.jpg");
 background-repeat:no-repeat;
 background-size:cover;
 background-position:right center;
}
.hero .wrap{min-height:710px;display:flex;align-items:center;gap:42px}
.hero .headline{width:470px;flex:0 0 470px}
.eyebrow{font-size:14px;font-weight:900;letter-spacing:1.5px;color:var(--gold);text-transform:uppercase}
.headline h1{font-size:50px;line-height:1.03;margin:9px 0 14px;text-shadow:0 3px 15px #000}
.headline h1 span{color:var(--gold)}
.headline p{font-size:17px;font-weight:600;margin:0;max-width:470px}

/* BOOKING */
.booking{
 width:430px;flex:0 0 430px;
 background:rgba(5,5,5,.94);
 border:1px solid var(--gold);
 border-radius:9px;
 padding:18px 22px;
 box-shadow:0 15px 35px #0008;
}
.booking h2{font-size:17px;margin:0 0 12px;color:var(--gold)}
.grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.field.full{grid-column:1/-1}
.field label{display:block;font-size:11px;font-weight:800;margin-bottom:4px}
.field input,.field select,.field textarea{width:100%;border:0;border-radius:4px;padding:10px;font-size:14px;background:#fff;color:#222}
.field textarea{min-height:54px;resize:vertical}
.submit{width:100%;border:0;background:var(--gold);color:#111;border-radius:5px;padding:12px;font-weight:900;font-size:13px;cursor:pointer}
.submit:hover{background:var(--gold2)}

/* BENEFITS */
.benefits{background:#080a0b;color:#fff}
.benefits .wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:0;padding-top:15px;padding-bottom:15px}
.benefit{display:flex;align-items:center;gap:9px;padding:0 17px;border-right:1px solid #333}
.benefit:last-child{border:0}
.benefit .ico{color:var(--gold);font-size:26px}
.benefit strong{display:block;font-size:12px}
.benefit small{display:block;color:#bbb;font-size:10px}

/* SERVICES */
section{padding:58px 0}
.services{background:#fff}
.section-head{text-align:center;max-width:900px;margin:0 auto 28px}
.section-head h2{font-size:33px;margin:6px 0}
.cards{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.card{border:1px solid var(--line);border-radius:8px;padding:20px 12px;text-align:center;box-shadow:0 4px 15px #0000000a;min-height:170px}
.card .ico{font-size:34px;color:#d6a020}
.card h3{font-size:13px;margin:9px 0 6px}
.card p{font-size:11px;color:#666;margin:0}

/* OTHER SECTIONS */
.cta{background:linear-gradient(110deg,#090909,#17212a);color:#fff;text-align:center}
.cta h2{font-size:34px;margin:0 0 8px}
.btn{display:inline-block;padding:13px 23px;border-radius:7px;font-weight:900;margin:7px}
.btn-gold{background:var(--gold);color:#111}.btn-wa{background:#178c4d;color:#fff}
footer{background:#050505;color:#ccc;padding:42px 0}
.foot{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}
.foot h3{color:#fff}
.mobile{display:none}

/* TABLET */
@media(max-width:1100px){
 nav{gap:18px;font-size:12px}
 .hero .wrap{gap:25px}
 .hero .headline{width:43%;flex-basis:43%}
 .booking{width:400px;flex-basis:400px}
 .headline h1{font-size:43px}
 .cards{grid-template-columns:repeat(3,1fr)}
}

/* MOBILE */
@media(max-width:950px){
 .top{height:auto;padding:8px 0}
 .top .wrap{height:auto;gap:12px;white-space:nowrap;overflow:hidden}
 header{height:80px}
 .nav{height:80px;padding:0 16px}
 nav{display:none}
 .brandmark{width:45px;height:45px;font-size:21px}
 .brandtext{font-size:14px}
 .brandtext span{font-size:19px}
 .brandtext small{font-size:9px}
 .call{padding:8px 10px}
 .call b{font-size:14px}
 .hero{min-height:0;background-position:72% center}
 .hero .wrap{min-height:0;display:flex;flex-direction:column;align-items:stretch;gap:0;padding:0 16px 20px}
 .hero .headline{width:auto;flex:auto;padding:42px 0 18px}
 .headline h1{font-size:35px;line-height:1.03}
 .headline p{font-size:15px}
 .booking{width:100%;flex:auto;padding:15px 14px}
 .benefits .wrap{grid-template-columns:1fr 1fr;padding:9px 12px}
 .benefit{border:0;padding:6px 8px}
 .benefit .ico{font-size:21px}
 .benefit strong{font-size:10px}
 .benefit small{font-size:8px}
 .cards{grid-template-columns:1fr 1fr}
 section{padding:46px 0}
 .section-head h2{font-size:26px}
 .mobile{display:flex;position:fixed;left:0;right:0;bottom:0;background:#080808;padding:8px;z-index:100;gap:8px}
 .mobile a{flex:1;text-align:center;padding:12px;border-radius:6px;font-weight:900}
 .mobile .mcall{background:var(--gold);color:#111}
 .mobile .mwa{background:#178c4d;color:#fff}
 body{padding-bottom:68px}
}

/* COMPACT MOBILE BOOKING */
@media(max-width:600px){
 .top .wrap span{font-size:10px}
 .top .wrap span:last-child{display:none}
 .hero{background-position:72% center;background-size:cover}
 .hero .headline{padding-top:35px;padding-bottom:16px}
 .headline h1{font-size:31px;margin:7px 0 11px}
 .headline p{font-size:14px;line-height:1.4}
 .booking h2{font-size:15px;margin-bottom:11px}
 .booking .grid{grid-template-columns:1fr 1fr;gap:8px}
 .booking .field.full{grid-column:1/-1}
 .field label{font-size:10px;margin-bottom:3px}
 .field input,.field select{height:43px;min-height:43px;padding:9px 10px;font-size:15px}
 .field textarea{min-height:55px;padding:9px 10px;font-size:14px}
 .submit{min-height:46px;padding:10px;font-size:12px}
 .services{padding-top:30px;padding-bottom:50px}
 .section-head{margin-bottom:18px}
 .section-head h2{font-size:23px}
 .card{min-height:150px;padding:15px 8px}
 .card .ico{font-size:29px}
 .card h3{font-size:11px}
 .card p{font-size:10px}
}
@media(max-width:390px){
 .hero .headline h1{font-size:29px}
 .booking{padding:13px 11px}
 .field input,.field select{font-size:14px}
}

/* V18 — exact reference composition */
@media(min-width:1101px){
  .wrap{max-width:1360px;padding-left:32px;padding-right:32px}
  .hero{height:710px;min-height:710px;background-position:center center}
  .hero .wrap{height:710px;min-height:710px;display:grid;grid-template-columns:430px 1fr;align-items:start;gap:28px;padding-top:48px}
  .hero .headline{width:430px;max-width:430px;padding-top:0}
  .headline h1{font-size:52px;line-height:1.01;margin:8px 0 14px}
  .headline p{font-size:17px;line-height:1.45}
  .booking{width:410px;max-width:410px;justify-self:start;margin-top:18px;padding:18px 21px}
  .booking h2{font-size:17px}
  .benefits .wrap{max-width:1360px;padding-top:13px;padding-bottom:13px}
  .services{padding-top:18px;padding-bottom:38px}
  .services .section-head{margin-bottom:18px}
  .section-head h2{font-size:31px}
}

/* V19 — reference correction: left booking + zoomed-out full hero */
@media(min-width:1101px){
  .hero{
    min-height:710px;
    height:710px;
    background-size:cover;
    background-position:center center;
  }
  .hero .wrap{
    min-height:710px;
    height:710px;
    display:block;
    position:relative;
    padding:0 32px;
  }
  .hero .headline{
    position:absolute;
    left:32px;
    top:52px;
    width:500px;
    max-width:500px;
    z-index:3;
  }
  .headline h1{font-size:50px;line-height:1.03}
  .hero .booking{
    position:absolute;
    left:32px;
    top:232px;
    width:410px;
    max-width:410px;
    z-index:4;
    margin:0;
  }
  .hero:after{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:linear-gradient(90deg,rgba(0,0,0,.34) 0%,rgba(0,0,0,.10) 38%,rgba(0,0,0,.02) 68%);
  }
  .hero .wrap>*{position:absolute}
  .hero .headline,.hero .booking{z-index:5}
}

/* Use a deliberately wider image field on very wide screens so the taxi and
   Dordrecht skyline do not look cropped by an overly tight focal point. */
@media(min-width:1400px){
  .hero{background-size:100% auto;background-position:center center}
}

/* V20 — slightly wider / less zoomed hero framing */
@media(min-width:1101px){
  .hero{
    background-size:100% 100%;
    background-position:center center;
  }
}
@media(min-width:1400px){
  .hero{
    background-size:100% 100%;
  }
}

/* V21 FINAL — PC + MOBILE balanced */
@media(min-width:1101px){
  .hero{
    height:710px;
    min-height:710px;
    background-size:100% 100%;
    background-position:center center;
  }
  .hero .wrap{
    height:710px;
    min-height:710px;
    padding-left:32px;
    padding-right:32px;
  }
  .hero .headline{
    left:32px;
    top:52px;
    width:500px;
  }
  .hero .booking{
    left:32px;
    top:232px;
    width:410px;
  }
}
@media(max-width:1100px) and (min-width:701px){
  .hero{min-height:680px;background-size:cover;background-position:center center}
  .hero .wrap{min-height:680px;display:flex;align-items:center;gap:24px;padding:35px 24px}
  .hero .headline{width:44%;flex-basis:44%}
  .hero .booking{width:400px;flex-basis:400px}
  .headline h1{font-size:40px}
}
@media(max-width:700px){
  .top .wrap{padding:0 12px}
  header{height:78px}
  .nav{height:78px;padding:0 13px}
  .hero{
    height:auto;
    min-height:0;
    background-size:auto 100%;
    background-position:66% center;
  }
  .hero .wrap{
    min-height:0;
    height:auto;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:0 13px 18px;
  }
  .hero .headline{
    position:static;
    width:auto;
    max-width:none;
    padding:34px 4px 17px;
  }
  .headline h1{font-size:31px;line-height:1.04;margin:7px 0 11px}
  .headline p{font-size:14px;line-height:1.4}
  .hero .booking{
    position:static;
    width:100%;
    max-width:none;
    margin:0;
    padding:14px 12px;
  }
  .booking .grid{grid-template-columns:1fr 1fr;gap:8px}
  .booking .field.full{grid-column:1/-1}
  .field label{font-size:10px}
  .field input,.field select{height:43px;min-height:43px;font-size:14px;padding:8px 9px}
  .field textarea{min-height:54px}
  .submit{min-height:45px;font-size:12px}
  .benefits .wrap{grid-template-columns:1fr 1fr;padding:8px 10px}
  .benefit{padding:5px 6px}
  .benefit .ico{font-size:20px}
  .benefit strong{font-size:9.5px}
  .benefit small{font-size:8px}
  .services{padding:30px 0 48px}
  .section-head h2{font-size:22px}
  .cards{grid-template-columns:1fr 1fr;gap:9px}
  .card{min-height:145px;padding:14px 7px}
  .card .ico{font-size:28px}
  .card h3{font-size:10.5px}
  .card p{font-size:9.5px}
}
@media(max-width:390px){
  .brandtext{font-size:13px}
  .brandtext span{font-size:18px}
  .call{padding:7px 8px}
  .call b{font-size:12px}
  .hero .headline{padding-top:28px}
  .headline h1{font-size:28px}
  .booking{border-radius:8px}
  .field input,.field select{font-size:13px}
}

/* V22 — LOCKED REFERENCE HERO IMAGE */
.hero{
  background-image:
    linear-gradient(90deg,rgba(5,8,10,.64) 0%,rgba(5,8,10,.22) 48%,rgba(5,8,10,.06) 100%),
    url("assets/hero-reference.jpg") !important;
}
@media(min-width:1101px){
  .hero{
    background-size:100% 100% !important;
    background-position:center center !important;
  }
}
