/* جياد الموريات — معاينة مطابقة لقالب Transpo الأصلي */
:root {
  --dark: #17223A;        /* Dark */
  --blue: #1346A8;        /* Secondary */
  --text: #788399;        /* Text */
  --orange: #FE7A30;      /* Accent */
  --grey: #F7F9FD;        /* Grey bg */
  --border: #DBE4F4;      /* Border Grey */
  --white: #fff;
  --radius: 10px;
  --shadow: 0 14px 40px rgba(23,34,58,.10);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: "Cairo", "Segoe UI", Tahoma, Arial, sans-serif;
  direction: rtl; color: var(--text); background: #fff; line-height: 1.9; font-size: 15px;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1,h2,h3,h4 { color: var(--dark); font-weight: 800; line-height: 1.5; }
.container { max-width: 1170px; margin: 0 auto; padding: 0 20px; }

/* ---------- top bar ---------- */
.topbar { background: var(--dark); color: #cdd5e4; font-size: 12.5px; padding: 8px 0; }
.topbar .container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 6px; }
.topbar b { color: #fff; font-weight: 600; }

/* ---------- header ---------- */
header.site { background: #fff; box-shadow: 0 2px 14px rgba(23,34,58,.07); position: sticky; top: 0; z-index: 100; }
header.site .container { display: flex; align-items: center; justify-content: space-between; padding: 15px 20px; gap: 18px; }
.logo { display: flex; align-items: center; gap: 10px; font-size: 22px; font-weight: 900; color: var(--dark); }
.logo img { height: 54px; width: auto; }
.logo span { color: #C08A2D; }
nav.main { display: flex; gap: 24px; font-size: 14.5px; font-weight: 600; color: var(--dark); flex-wrap: wrap; }
nav.main a:hover, nav.main a.active { color: var(--orange); }
.head-phone { display: flex; align-items: center; gap: 8px; font-weight: 700; color: var(--dark); font-size: 14px; }
.head-phone svg { width: 18px; height: 18px; fill: var(--orange); }
.nav-toggle { display: none; }
.nav-burger { display: none; font-size: 24px; color: var(--dark); cursor: pointer; user-select: none; line-height: 1; }
.btn { display: inline-block; background: var(--orange); color: #fff; padding: 11px 26px; border-radius: 6px; font-weight: 700; font-size: 14.5px; border: none; cursor: pointer; transition: .2s; font-family: inherit; }
.btn:hover { filter: brightness(.93); }
.btn.blue { background: var(--blue); }
.btn.ghost { background: transparent; border: 2px solid #fff; color: #fff; padding: 9px 24px; }
.btn.ghost-blue { background: transparent; border: 2px solid var(--blue); color: var(--blue); padding: 9px 24px; }

/* ---------- hero ---------- */
.hero {
  background: linear-gradient(90deg, rgba(10,20,45,.92), rgba(10,20,45,.55)),
              url("images/van-front.avif") center/cover no-repeat;
  color: #fff; padding: 90px 0 130px;
}
.hero .container { display: grid; grid-template-columns: 1.25fr 1fr; gap: 50px; align-items: center; }
.kicker { color: var(--orange); font-weight: 800; font-size: 13px; margin-bottom: 10px; }
.hero h1 { color: #fff; font-size: 44px; line-height: 1.35; margin-bottom: 18px; }
.hero p.lead { color: #d9e0ee; margin-bottom: 26px; max-width: 32em; }
.hero .meta { font-size: 13px; color: #aab7d0; margin-top: 20px; }

/* booking/calc card */
.calc { background: #fff; border-radius: var(--radius); padding: 28px; box-shadow: 0 30px 70px rgba(0,10,40,.45); color: var(--text); }
.calc h3 { font-size: 20px; margin-bottom: 2px; }
.calc .sub { font-size: 13px; margin-bottom: 14px; }
.calc label { display: block; font-size: 13px; font-weight: 700; color: var(--dark); margin: 10px 0 4px; }
.calc select { width: 100%; padding: 10px 12px; border: 1.5px solid var(--border); border-radius: 6px; font-family: inherit; font-size: 14px; color: var(--dark); background: var(--grey); }
.calc .result { background: var(--grey); border: 1px dashed var(--border); border-radius: 8px; padding: 12px 16px; margin-top: 16px; text-align: center; }
.calc .result .amount { font-size: 32px; font-weight: 900; color: var(--blue); }
.calc .result .note { font-size: 12px; }
.calc .save { color: #27AE60; font-size: 13px; font-weight: 700; margin-top: 3px; display: none; }
.calc .btn { width: 100%; margin-top: 14px; text-align: center; }
.calc .fine { font-size: 11.5px; margin-top: 10px; text-align: center; }

/* ---------- trust cards (overlap hero) ---------- */
.trust { margin-top: -70px; position: relative; z-index: 5; padding-bottom: 40px; }
.trust .grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tcard { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 26px 22px; text-align: center; }
.tcard .ic { width: 54px; height: 54px; margin: 0 auto 12px; border-radius: 50%; background: var(--grey); display: flex; align-items: center; justify-content: center; }
.tcard .ic img { width: auto; height: 26px; }
.tcard h3 { font-size: 16.5px; margin-bottom: 6px; }
.tcard p { font-size: 13px; margin-bottom: 10px; }
.tcard a { color: var(--orange); font-weight: 700; font-size: 13px; }
.tcard.blue {
  background: linear-gradient(150deg, #1346A8, #17223A),
              url("https://templatekits.themewarrior.com/transpo/wp-content/uploads/sites/64/2022/08/bg-card4.jpg") center/cover;
  background-blend-mode: multiply; color: #fff; display: flex; flex-direction: column; justify-content: center;
}
.tcard.blue h3 { color: #fff; font-size: 17px; margin-bottom: 14px; }

/* ---------- section heads ---------- */
section { padding: 70px 0; }
section.grey, section.alt { background: var(--grey); }
.sec-head { text-align: center; max-width: 700px; margin: 0 auto 44px; }
.sec-head .kick { color: var(--orange); font-weight: 800; font-size: 13px; }
.sec-head h2 { font-size: 32px; margin: 4px 0 10px; }
.sec-head .divider { width: 56px; height: 3px; background: var(--orange); margin: 0 auto 14px; border-radius: 2px; }
.sec-head p { font-size: 14.5px; }

/* ---------- services photo cards ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.svc { position: relative; border-radius: var(--radius); overflow: hidden; height: 250px; }
.svc img.bg { width: 100%; height: 100%; object-fit: cover; transition: .4s; }
.svc:hover img.bg { transform: scale(1.06); }
.svc .overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(0,15,45,.85)); display: flex; flex-direction: column; align-items: center; justify-content: flex-end; padding: 20px; text-align: center; }
.svc .arrow { width: 44px; height: 44px; border-radius: 50%; background: var(--orange); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 10px; }
.svc h3 { color: #fff; font-size: 17.5px; margin-bottom: 2px; }
.svc p { color: #d5dcea; font-size: 13px; line-height: 1.7; }

/* ---------- why (dark) ---------- */
.why {
  background: linear-gradient(90deg, rgba(23,34,58,.96), rgba(19,70,168,.88)),
              url("https://templatekits.themewarrior.com/transpo/wp-content/uploads/sites/64/2022/08/why-bg.jpg") center/cover;
  color: #c9d2e2;
}
.why .container { display: grid; grid-template-columns: 1.1fr 1fr; gap: 50px; align-items: center; }
.why .kick { color: var(--orange); font-weight: 800; font-size: 13px; }
.why h2 { color: #fff; font-size: 32px; margin: 4px 0 14px; }
.why .divider { width: 56px; height: 3px; background: var(--orange); margin-bottom: 16px; border-radius: 2px; }
.why .qa { margin-top: 18px; font-size: 15px; }
.why .qa div { margin-bottom: 10px; }
.why .qa b { color: #fff; }
.why .qa span { color: #3DD0FF; font-weight: 700; }
.why .stats { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.why .stat { background: #fff; border-radius: var(--radius); padding: 24px 18px; text-align: center; }
.why .stat .ic { width: 48px; height: 48px; margin: 0 auto 10px; border-radius: 50%; background: var(--grey); display: flex; align-items: center; justify-content: center; }
.why .stat .ic img { width: auto; height: 24px; }
.why .stat .ic svg { width: 24px; height: 24px; fill: var(--blue); }
.why .stat b { display: block; font-size: 24px; color: var(--dark); }
.why .stat span { font-size: 12.5px; color: var(--text); }

/* ---------- about ---------- */
.about .container { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.about .kick { color: var(--orange); font-weight: 800; font-size: 13px; }
.about h2 { font-size: 30px; margin: 4px 0 12px; }
.about .divider { width: 56px; height: 3px; background: var(--orange); margin-bottom: 14px; border-radius: 2px; }
.about img { border-radius: var(--radius); box-shadow: var(--shadow); }
.about p { margin-bottom: 18px; }

/* ---------- partners ---------- */
.partners-strip { background: var(--grey); padding: 26px 0; }
.partners-strip .row { display: flex; justify-content: center; gap: 44px; align-items: center; flex-wrap: wrap; opacity: .7; }
.partners-strip img { height: 30px; width: auto; }

/* ---------- pricing (bus cards) ---------- */
.bus-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.bus-card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 22px 18px; text-align: center; position: relative; }
.bus-card.featured { outline: 2px solid var(--orange); }
.bus-card .tag { position: absolute; top: -12px; right: 50%; transform: translateX(50%); background: var(--orange); color: #fff; font-size: 11.5px; font-weight: 800; padding: 2px 14px; border-radius: 999px; }
.bus-card h3 { font-size: 16px; min-height: 48px; display: flex; align-items: center; justify-content: center; }
.bus-card .price { color: var(--blue); font-weight: 900; font-size: 28px; }
.bus-card .unit { font-size: 12px; margin-bottom: 8px; min-height: 34px; }
.bus-card p { min-height: 62px; line-height: 1.7; }
.bus-card img { margin: 10px auto; }
.van-side {
  background: url("images/van-branded.png") left bottom / 200% auto no-repeat;
  aspect-ratio: 16 / 8.5; border-radius: 8px; margin: 10px 0;
}
.bus-card p { font-size: 12.5px; margin-bottom: 12px; }

/* ---------- premium band (safety) ---------- */
.premium {
  background: linear-gradient(90deg, rgba(19,70,168,.94), rgba(23,34,58,.94)),
              url("https://templatekits.themewarrior.com/transpo/wp-content/uploads/sites/64/2022/08/bg-premiumbus.png") center/cover;
  color: #c9d2e2; padding: 60px 0;
}
.premium .container { display: grid; grid-template-columns: 1fr 1.1fr; gap: 46px; align-items: center; }
.premium .kick { color: var(--orange); font-weight: 800; font-size: 13px; }
.premium h2 { color: #fff; font-size: 30px; margin: 4px 0 12px; }
.premium .divider { width: 56px; height: 3px; background: var(--orange); margin-bottom: 14px; border-radius: 2px; }
.premium .feat { color: #fff; font-weight: 700; margin: 10px 0 18px; }
.premium .btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------- destinations (pickup areas) ---------- */
.dest-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.dest { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.dest img { height: 210px; width: 100%; object-fit: cover; }
.dest .body { padding: 18px 18px 22px; text-align: right; }
.dest h3 { font-size: 17px; margin-bottom: 6px; }
.dest p { font-size: 13px; margin-bottom: 12px; line-height: 1.7; }
.dest a { color: var(--orange); font-weight: 700; font-size: 13px; }

/* ---------- testimonials (commitments, dark) ---------- */
.testi {
  background: linear-gradient(90deg, rgba(23,34,58,.96), rgba(19,70,168,.9)),
              url("https://templatekits.themewarrior.com/transpo/wp-content/uploads/sites/64/2022/08/bg-testi.jpg") center/cover;
  color: #c9d2e2;
}
.testi .container { display: grid; grid-template-columns: 1fr 1.4fr; gap: 46px; align-items: center; }
.testi .kick { color: var(--orange); font-weight: 800; font-size: 13px; }
.testi h2 { color: #fff; font-size: 30px; margin: 4px 0 12px; }
.testi .divider { width: 56px; height: 3px; background: var(--orange); margin-bottom: 14px; border-radius: 2px; }
.testi .cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.testi .tcard2 { background: #fff; border-radius: var(--radius); padding: 26px 20px; text-align: center; color: var(--text); }
.testi .avatar { width: 56px; height: 56px; border-radius: 50%; background: var(--grey); color: var(--blue); font-size: 24px; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; }
.testi .tcard2 p { font-size: 13px; margin-bottom: 12px; }
.testi .tcard2 b { color: var(--dark); display: block; }
.testi .tcard2 span { font-size: 12px; }

/* ---------- blog ---------- */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.post { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.post img { height: 180px; width: 100%; object-fit: cover; }
.post .body { padding: 16px 18px 20px; }
.post .meta { font-size: 12px; margin-bottom: 4px; }
.post h3 { font-size: 15.5px; margin-bottom: 8px; }
.post a.more { color: var(--orange); font-weight: 700; font-size: 13px; }

/* ---------- faq ---------- */
details.faq { background: #fff; border: 1px solid var(--border); border-radius: 8px; margin-bottom: 12px; padding: 0 20px; transition: .2s; }
details.faq:hover { border-color: var(--orange); }
details.faq summary { cursor: pointer; font-weight: 700; color: var(--dark); padding: 15px 0; font-size: 15px; list-style: none; position: relative; padding-left: 28px; line-height: 1.7; }
details.faq summary::after { content: "+"; position: absolute; left: 0; top: 12px; font-size: 20px; color: var(--orange); }
details.faq[open] summary::after { content: "−"; }
details.faq[open] summary { color: var(--blue); }
details.faq p { padding: 0 0 16px; font-size: 14px; line-height: 1.9; }

/* ---------- forms (register page) ---------- */
form.reg { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 30px; }
form.reg fieldset { border: none; margin-bottom: 22px; }
form.reg legend { font-weight: 800; font-size: 16px; color: var(--blue); margin-bottom: 10px; }
.frow { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
form.reg label { display: block; font-size: 13px; font-weight: 700; color: var(--dark); margin-bottom: 4px; }
form.reg label .req { color: #dc2626; }
form.reg input, form.reg select, form.reg textarea {
  width: 100%; padding: 10px 12px; border: 1.5px solid var(--border); border-radius: 6px;
  font-family: inherit; font-size: 14px; margin-bottom: 12px; background: var(--grey); color: var(--dark);
}
form.reg .consent { display: flex; gap: 8px; align-items: flex-start; font-size: 13px; margin: 8px 0 16px; }
form.reg .consent input { width: auto; margin-top: 6px; }
.form-msg { font-size: 12.5px; text-align: center; margin-top: 10px; }

/* ---------- page hero (inner pages) ---------- */
.page-hero {
  background: linear-gradient(90deg, rgba(10,20,45,.9), rgba(10,20,45,.6)),
              url("images/van-front.avif") center/cover;
  color: #fff; padding: 56px 0; text-align: center;
}
.page-hero h1 { color: #fff; font-size: 34px; }
.page-hero .crumb { font-size: 13px; color: #aab7d0; margin-top: 6px; }

/* ---------- footer ---------- */
footer.site { background: var(--dark); color: #93a0b8; font-size: 13.5px; padding: 56px 0 0; }
footer.site .cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 30px; padding-bottom: 38px; }
footer.site h4 { color: #fff; font-size: 15px; margin-bottom: 14px; }
footer.site ul { list-style: none; }
footer.site li { margin-bottom: 8px; }
footer.site a:hover { color: var(--orange); }
footer.site .news input { width: 100%; padding: 10px 12px; border-radius: 6px; border: none; font-family: inherit; margin: 10px 0; }
footer.site .bottom { border-top: 1px solid #26324e; padding: 16px 0; text-align: center; font-size: 12px; color: #6c7893; }

.notice { background: #fff7ed; border: 1px solid #fed7aa; color: #9a3412; border-radius: 8px; padding: 12px 16px; font-size: 13px; margin-top: 18px; }
.card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 24px; }
.card h3 { font-size: 16.5px; margin-bottom: 6px; }
.card p { font-size: 13.5px; }
.num { width: 40px; height: 40px; border-radius: 50%; background: var(--blue); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; margin-bottom: 12px; }
.grid { display: grid; gap: 20px; }
.cta-band { background: linear-gradient(90deg, var(--blue), var(--dark)); color: #fff; text-align: center; padding: 48px 20px; }
.cta-band h2 { color: #fff; font-size: 26px; margin-bottom: 10px; }
.cta-band p { color: #c9d2e2; margin-bottom: 20px; }
.card-plain { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 24px; }
.num-badge { width: 40px; height: 40px; border-radius: 50%; background: var(--blue); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; margin-bottom: 12px; }
.g3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.table-wrap { overflow-x: auto; border-radius: var(--radius); border: 1px solid var(--border); }
table.compare { width: 100%; border-collapse: collapse; background: #fff; font-size: 13.5px; }
table.compare th, table.compare td { padding: 12px 14px; border-bottom: 1px solid var(--border); text-align: right; }
table.compare th { background: var(--blue); color: #fff; }
table.compare td { color: var(--dark); }
.table-note { font-size: 12.5px; margin-top: 10px; }

@media (max-width: 960px) {
  .hero .container, .why .container, .about .container, .premium .container, .testi .container { grid-template-columns: 1fr; }
  .trust .grid, .bus-grid, .dest-grid { grid-template-columns: repeat(2,1fr); }
  .svc-grid, .blog-grid, .g3, .frow { grid-template-columns: 1fr; }
  footer.site .cols { grid-template-columns: 1fr 1fr; }
  .hero { padding: 60px 0 110px; }
  .hero h1 { font-size: 30px; }
  .sec-head h2, .why h2 { font-size: 26px; }
  section { padding: 52px 0; }
  .head-phone { display: none; }
  /* mobile nav */
  .nav-burger { display: block; order: 3; }
  nav.main {
    display: none; position: absolute; top: 100%; right: 0; left: 0;
    background: #fff; flex-direction: column; gap: 0; padding: 8px 20px 14px;
    box-shadow: 0 16px 30px rgba(23,34,58,.12); border-top: 1px solid var(--border);
  }
  nav.main a { padding: 10px 0; border-bottom: 1px solid var(--grey); }
  .nav-toggle:checked ~ nav.main { display: flex; }
  header.site .container { position: relative; flex-wrap: nowrap; padding: 12px 16px; }
  header.site .btn { padding: 9px 16px; font-size: 13px; white-space: nowrap; }
  .logo { font-size: 20px; white-space: nowrap; }
  .testi .cards { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .trust .grid, .bus-grid, .dest-grid { grid-template-columns: 1fr; }
  .why .stats { grid-template-columns: 1fr; }
  footer.site .cols { grid-template-columns: 1fr; }
  .topbar .container { justify-content: center; text-align: center; }
  .hero h1 { font-size: 26px; }
  .btn { padding: 10px 20px; font-size: 13.5px; }
  .trust { margin-top: -50px; }
  .calc { padding: 20px; }
}
