:root {
  --navy: #10243e;
  --teal: #0f8b8d;
  --mint: #dff7f3;
  --gold: #f4b942;
  --cream: #fffaf2;
  --ink: #172033;
  --muted: #64748b;
  --white: #fff;
  --shadow: 0 18px 50px rgba(16, 36, 62, .12);
  --radius: 22px;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.65
}

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

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

.container {
  width: min(1160px, 92%);
  margin: auto
}

.topbar {
  background: var(--navy);
  color: #dbeafe;
  font-size: .9rem
}

.topbar .container {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 8px 0
}

header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #e9eef5
}

.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px
}

.logo {
  display: flex;
  align-items: center;
  gap: 11px;
  font-weight: 900;
  color: var(--navy);
  font-size: 1.1rem
}

.logo-mark {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--teal), var(--navy));
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.3rem
}

nav ul {
  display: flex;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center
}

nav a {
  font-weight: 700;
  color: #344054;
  font-size: .94rem
}

nav a:hover,
nav a.active {
  color: var(--teal)
}

.nav-cta {
  background: var(--teal);
  color: #fff !important;
  padding: 11px 17px;
  border-radius: 12px
}

.menu {
  display: none;
  background: none;
  border: 0;
  font-size: 1.7rem;
  color: var(--navy)
}

.hero {
  background: radial-gradient(circle at 85% 20%, #b8f0e9 0, transparent 28%), linear-gradient(135deg, #f6fffd, #eef5ff);
  padding: 72px 0 78px;
  overflow: hidden
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 42px;
  align-items: center
}

.eyebrow {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  background: var(--mint);
  color: #08777a;
  border-radius: 999px;
  padding: 7px 12px;
  font-weight: 800;
  font-size: .82rem
}

h1 {
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  line-height: 1.04;
  margin: 17px 0;
  color: var(--navy);
  letter-spacing: -.05em
}

h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.15;
  color: var(--navy);
  margin: 0 0 14px
}

h3 {
  color: var(--navy)
}

.hero p {
  font-size: 1.08rem;
  color: #526175;
  max-width: 650px
}

.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 25px
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 13px;
  padding: 13px 19px;
  font-weight: 800;
  cursor: pointer
}

.btn-primary {
  background: var(--teal);
  color: #fff;
  box-shadow: 0 10px 25px rgba(15, 139, 141, .25)
}

.btn-dark {
  background: var(--navy);
  color: #fff
}

.btn-light {
  background: #fff;
  border: 1px solid #dce4ee;
  color: var(--navy)
}

.hero-card {
  background: #fff;
  border: 1px solid #e6edf4;
  border-radius: 28px;
  padding: 24px;
  box-shadow: var(--shadow)
}

.hero-photo {
  height: 260px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(15, 139, 141, .8), rgba(16, 36, 62, .9)), url('https://images.unsplash.com/photo-1517400508447-f8dd518b86db?auto=format&fit=crop&w=1200&q=80') center/cover
}

.booking {
  margin-top: -38px;
  position: relative;
  z-index: 5
}

.booking-box {
  background: #fff;
  border: 1px solid #e5eaf1;
  border-radius: 22px;
  padding: 24px;
  box-shadow: var(--shadow)
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px
}

.field label {
  display: block;
  font-size: .78rem;
  font-weight: 800;
  color: #526175;
  margin-bottom: 6px
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 12px 13px;
  border: 1px solid #d9e1ea;
  border-radius: 11px;
  background: #fff;
  color: var(--ink);
  font: inherit
}

.field textarea {
  min-height: 120px;
  resize: vertical
}

.form-wide {
  grid-column: 1/-1
}

.booking-box h3 {
  margin: 0 0 15px
}

.section {
  padding: 82px 0
}

.section.alt {
  background: var(--cream)
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: end;
  margin-bottom: 30px
}

.section-head p {
  max-width: 620px;
  color: var(--muted);
  margin: 0
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.card {
  background: #fff;
  border: 1px solid #e5eaf1;
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 8px 25px rgba(16, 36, 62, .05)
}

.icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--mint);
  color: var(--teal);
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  font-weight: 900;
  margin-bottom: 16px
}

.card p {
  color: var(--muted);
  margin-bottom: 0
}

.price {
  font-size: 1.55rem;
  font-weight: 900;
  color: var(--teal)
}

.muted {
  color: var(--muted)
}

.fleet-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.car {
  overflow: hidden;
  padding: 0
}

.car-img {
  height: 190px;
  background: #eaf3f4 center/cover
}

.car-body {
  padding: 21px
}

.car-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--muted);
  font-size: .88rem;
  margin: 8px 0 14px
}

.tags {
  display: flex;
  gap: 7px;
  flex-wrap: wrap
}

.tag {
  background: #f1f5f9;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: .75rem;
  font-weight: 700
}

.page-hero {
  padding: 62px 0;
  background: linear-gradient(135deg, #effbf9, #eef3fb)
}

.page-hero p {
  color: var(--muted);
  max-width: 750px
}

.list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 0;
  list-style: none
}

.list li {
  background: #fff;
  border: 1px solid #e5eaf1;
  padding: 14px 16px;
  border-radius: 13px;
  font-weight: 700
}

.list li:before {
  content: "✓";
  color: var(--teal);
  margin-right: 9px
}

.table-wrap {
  overflow: auto;
  border: 1px solid #e4eaf1;
  border-radius: 18px
}

.table {
  width: 100%;
  border-collapse: collapse;
  background: #fff
}

.table th,
.table td {
  text-align: left;
  padding: 15px;
  border-bottom: 1px solid #e9eef4
}

.table th {
  background: #f4f8fa;
  color: var(--navy)
}

.table tr:last-child td {
  border-bottom: 0
}

.cta {
  background: linear-gradient(135deg, var(--navy), #173e59);
  color: #fff;
  border-radius: 28px;
  padding: 42px
}

.cta h2 {
  color: #fff
}

.cta p {
  color: #d7e2ed
}

.contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 25px
}

.contact-item {
  display: flex;
  gap: 14px;
  padding: 17px 0;
  border-bottom: 1px solid #e8edf3
}

.contact-item:last-child {
  border: 0
}

footer {
  background: #0b1a2c;
  color: #b8c5d4;
  padding: 52px 0 20px
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 30px
}

.footer-title {
  color: #fff;
  font-weight: 900;
  margin-bottom: 13px
}

.footer-links {
  display: grid;
  gap: 8px
}

.footer-links a:hover {
  color: #fff
}

.credit {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, .1);
  margin-top: 30px;
  padding-top: 18px;
  font-size: .86rem
}

.float-actions {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 80;
  display: grid;
  gap: 10px
}

.float-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18)
}

.float-call {
  background: var(--navy)
}

.float-wa {
  background: #20b96a
}

.notice {
  background: #fff6dd;
  border: 1px solid #f5df9b;
  padding: 13px 16px;
  border-radius: 13px;
  color: #6c561c
}

.small {
  font-size: .88rem
}

@media(max-width:900px) {
  nav ul {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 18px 4%;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .08);
    flex-direction: column;
    align-items: flex-start
  }

  .nav.open nav ul {
    display: flex
  }

  .menu {
    display: block
  }

  .form-grid {
    grid-template-columns: 1fr 1fr
  }

  .hero-grid,
  .contact-grid {
    grid-template-columns: 1fr
  }

  .cards,
  .fleet-grid {
    grid-template-columns: 1fr 1fr
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr
  }
}

@media(max-width:600px) {
  .topbar .container {
    font-size: .76rem
  }

  .topbar .container span:last-child {
    display: none
  }

  .hero {
    padding: 50px 0
  }

  .section {
    padding: 62px 0
  }

  .form-grid,
  .cards,
  .fleet-grid,
  .list {
    grid-template-columns: 1fr
  }

  .booking {
    margin-top: -20px
  }

  .float-actions {
    right: 12px
  }

  .float-btn {
    width: 48px;
    height: 48px
  }

  .section-head {
    display: block
  }

  .hero-photo {
    height: 210px
  }
}

.hero-carousel {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  height: 300px;
  background: #dce9ea
}

.carousel-track {
  display: flex;
  height: 100%;
  transition: transform .55s ease
}

.carousel-slide {
  min-width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative
}

.carousel-slide:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(16, 36, 62, .58), rgba(16, 36, 62, .05))
}

.carousel-caption {
  position: absolute;
  z-index: 2;
  left: 22px;
  bottom: 20px;
  color: #fff
}

.carousel-caption strong {
  font-size: 1.15rem
}

.carousel-caption span {
  display: block;
  font-size: .85rem
}

.carousel-dots {
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 18px;
  display: flex;
  gap: 6px
}

.carousel-dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  background: #fff8;
  cursor: pointer
}

.carousel-dot.active {
  background: #fff
}

.place-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px
}

.place-card {
  overflow: hidden;
  padding: 0
}

.place-img {
  height: 155px;
  background-size: cover;
  background-position: center
}

.place-body {
  padding: 16px
}

.place-body h3 {
  font-size: 1.02rem;
  margin: 0 0 6px
}

.place-body p {
  font-size: .87rem;
  color: var(--muted);
  margin: 0
}

.booking-box.compact {
  padding: 17px 18px
}

.booking-box.compact .field input,
.booking-box.compact .field select {
  padding: 9px 10px;
  font-size: .88rem
}

.float-actions .float-btn {
  font-size: 0
}

.float-actions .float-btn:before {
  font-size: 1.15rem
}

.float-call:before {
  content: "☎"
}

.float-wa:before {
  content: "✆"
}

@media(max-width:1100px) {
  .place-grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media(max-width:800px) {
  .place-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .hero-carousel {
    height: 245px
  }
}

@media(max-width:560px) {
  .place-grid {
    grid-template-columns: 1fr
  }

  .place-img {
    height: 180px
  }

  .hero-carousel {
    height: 210px
  }

  .booking-box.compact {
    padding: 13px
  }
}

/* Banaras Tour & Travel - final responsive polish */
.brand-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: -.02em;
  color: var(--ink)
}

.brand-logo .brand-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #0d7c86, #12365b);
  color: #fff;
  box-shadow: 0 8px 22px rgba(13, 124, 134, .25);
  font-size: 20px
}

.home-hero {
  padding: 76px 0 92px;
  background: radial-gradient(circle at 85% 15%, rgba(238, 176, 68, .20), transparent 28%), linear-gradient(135deg, #f7fbfa 0%, #eef6f5 52%, #e9f0f5 100%);
  position: relative;
  overflow: hidden
}

.home-hero .eyebrow {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #d9e6e7;
  color: #0d7c86;
  font-weight: 800;
  font-size: .78rem;
  margin-bottom: 15px
}

.home-hero h1 {
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 1.02;
  max-width: 720px;
  margin: 0 0 18px
}

.home-hero p {
  max-width: 650px;
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--muted)
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 25px
}

.trust-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px
}

.trust-chip {
  background: #fff;
  border: 1px solid #dce7e8;
  border-radius: 12px;
  padding: 9px 12px;
  font-size: .82rem;
  font-weight: 700
}

.places-intro {
  max-width: 700px
}

.place-card {
  border: 1px solid #e3ebec;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(20, 48, 65, .07);
  transition: transform .2s, box-shadow .2s
}

.place-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 34px rgba(20, 48, 65, .12)
}

.place-img {
  height: 185px
}

.place-body {
  padding: 17px 18px
}

.place-meta {
  font-size: .72rem;
  color: #0d7c86;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 7px
}

.section.alt {
  background: #f5f9f8
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}

.why-card {
  padding: 24px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e2eaeb
}

.why-icon {
  font-size: 1.7rem;
  margin-bottom: 12px
}

@media(max-width:800px) {
  .home-hero {
    padding: 55px 0 65px
  }

  .why-grid {
    grid-template-columns: 1fr 1fr
  }
}

@media(max-width:560px) {
  .brand-logo .brand-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px
  }

  .home-hero {
    padding: 42px 0 52px
  }

  .home-hero h1 {
    font-size: 2.45rem
  }

  .home-hero p {
    font-size: .95rem
  }

  .hero-actions .btn {
    width: 100%;
    text-align: center
  }

  .why-grid {
    grid-template-columns: 1fr
  }

  .place-img {
    height: 190px
  }
}

.footer-logo {
  margin-bottom: 12px
}

.footer-logo .brand-icon {
  background: linear-gradient(135deg, #0d7c86, #28506f)
}

.btn:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(15, 139, 141, .35);
  outline-offset: 2px
}

@media(max-width:900px) {
  header .nav {
    min-height: 68px
  }

  nav ul {
    top: 68px
  }

  .brand-logo span:last-child {
    font-size: .98rem
  }
}

/* Varanasi Tour Taxi production branding + booking hero */
.brand-logo {
  gap: 10px !important
}

.brand-logo img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 5px 18px rgba(15, 42, 65, .16)
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff !important;
  font-weight: 900
}

.footer-brand img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 10px
}

.nav-cta {
  display: inline-flex !important;
  align-items: center;
  gap: 7px
}

.nav-cta:before {
  content: '☎';
  font-size: .9em
}

.full-hero {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #10243e
}

.full-hero .hero-bg {
  position: absolute;
  inset: 0
}

.full-hero .hero-bg .carousel-track,
.full-hero .hero-bg .carousel-slide {
  height: 100%;
  min-height: 650px
}

.full-hero .hero-bg .carousel-slide {
  background-position: center;
  background-size: cover
}

.full-hero .hero-bg:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 25, 43, .78), rgba(7, 25, 43, .28) 52%, rgba(7, 25, 43, .55))
}

.full-hero .container {
  position: relative;
  z-index: 3;
  width: 100%
}

.hero-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 430px);
  gap: 45px;
  align-items: center
}

.full-hero .eyebrow {
  background: rgba(255, 255, 255, .13);
  border: 1px solid rgba(255, 255, 255, .25);
  color: #fff
}

.full-hero h1 {
  color: #fff;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  line-height: 1.02;
  margin: 0 0 18px;
  max-width: 720px
}

.full-hero .hero-copy {
  color: #eef5f7;
  max-width: 670px;
  font-size: 1.05rem;
  line-height: 1.75
}

.booking-card {
  background: rgba(255, 255, 255, .97);
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, .24);
  backdrop-filter: blur(8px);
  transform: translateX(-30px);
}
.booking-card h2 {
  margin: 0 0 5px
}

.booking-card .booking-sub {
  margin: 0 0 16px;
  color: #65747c;
  font-size: .88rem
}

.booking-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px
}

.booking-grid .full {
  grid-column: 1/-1
}

.booking-grid label {
  display: block;
  font-size: .75rem;
  font-weight: 800;
  margin: 0 0 5px;
  color: #29404c
}

.booking-grid input,
.booking-grid select,
.booking-grid textarea {
  width: 100%;
  border: 1px solid #d8e2e5;
  border-radius: 10px;
  padding: 10px 11px;
  font: inherit;
  font-size: .88rem;
  background: #fff;
  outline: none
}

.booking-grid textarea {
  min-height: 70px;
  resize: vertical
}

.booking-grid input:focus,
.booking-grid select:focus,
.booking-grid textarea:focus {
  border-color: #0d7c86;
  box-shadow: 0 0 0 3px rgba(13, 124, 134, .10)
}

.booking-submit {
  width: 100%;
  margin-top: 13px
}

.carousel-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: rgba(255, 255, 255, .2);
  z-index: 5
}

.carousel-progress i {
  display: block;
  height: 100%;
  width: 33.333%;
  background: #f0b64a;
  transition: transform .45s ease
}

.tour-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 14px
}

.tour-actions .btn {
  padding: 8px 11px;
  font-size: .78rem
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}

.review-card {
  padding: 20px;
  border: 1px solid #e0e9eb;
  border-radius: 18px;
  background: #fff
}

.stars {
  letter-spacing: 2px;
  font-size: .85rem
}

.review-card p {
  color: #566870;
  line-height: 1.65;
  font-size: .9rem
}

.review-name {
  font-weight: 900;
  margin-top: 12px
}

.review-note {
  font-size: .72rem;
  color: #8a989d;
  margin-top: 4px
}

.expand-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px
}

.expand-item {
  padding: 16px;
  border: 1px solid #e0e9eb;
  border-radius: 14px;
  background: #fff
}

.expand-item h3 {
  font-size: 1rem;
  margin: 0 0 5px
}

.expand-item p {
  margin: 0;
  color: #617178;
  font-size: .88rem;
  line-height: 1.55
}

@media(max-width:900px) {
  .hero-content-grid {
    grid-template-columns: 1fr;
    gap: 25px
  }

  .full-hero {
    min-height: auto;
    padding: 75px 0
  }

  .full-hero .hero-bg .carousel-track,
  .full-hero .hero-bg .carousel-slide {
    min-height: 100%;
    height: 100%
  }

  .booking-card {
    max-width: 650px
  }

  .review-grid {
    grid-template-columns: 1fr 1fr
  }

  .expand-list {
    grid-template-columns: 1fr 1fr
  }
}

@media(max-width:600px) {
  .brand-logo img {
    width: 40px;
    height: 40px
  }

  .brand-logo span:last-child {
    font-size: .92rem
  }

  .full-hero {
    padding: 48px 0
  }

  .full-hero h1 {
    font-size: 2.55rem
  }

  .hero-content-grid {
    gap: 20px
  }

  .booking-grid {
    grid-template-columns: 1fr
  }

  .booking-grid .full {
    grid-column: auto
  }

  .booking-card {
    padding: 16px;
    border-radius: 18px
  }

  .review-grid {
    grid-template-columns: 1fr
  }

  .expand-list {
    grid-template-columns: 1fr
  }

  .tour-actions .btn {
    flex: 1;
    text-align: center
  }

  .full-hero .hero-bg .carousel-slide {
    min-height: 100%
  }
}
/* =========================================================
   FINAL RESPONSIVE OVERRIDES
   Varanasi Tour Taxi / Banaras Tour & Travel
   - keeps desktop booking-card left shift
   - prevents mobile edge-sticking/overflow
   - gives hero content comfortable side spacing
   - moves floating Call/WhatsApp buttons slightly lower
   ========================================================= */

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

/* Full-screen hero should still respect the site's content width. */
.full-hero .container {
  width: min(1160px, 92%);
  margin-inline: auto;
  padding-inline: 0;
}

/* Hero content: a little breathing room from the left edge. */
.full-hero .hero-content-grid {
  width: 100%;
  padding-left: clamp(8px, 1.8vw, 28px);
  padding-right: clamp(8px, 1.2vw, 18px);
}

/* Desktop: keep the booking card slightly to the left as requested. */
@media (min-width: 901px) {
  .full-hero .hero-copy {
    padding-left: clamp(6px, 1vw, 14px);
  }

  .booking-card {
    width: 100%;
    max-width: 430px;
    margin-left: auto;
    transform: translateX(-30px);
  }

  /* Slightly lower than exact vertical center. */
  .float-actions {
    top: 61%;
  }
}

/* Tablet */
@media (min-width: 601px) and (max-width: 900px) {
  .full-hero .hero-content-grid {
    padding-left: 8px;
    padding-right: 8px;
  }

  .booking-card {
    width: min(100%, 650px);
    margin-inline: auto;
    transform: translateX(-12px);
  }

  .float-actions {
    right: 14px;
    top: 61%;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .container {
    width: calc(100% - 30px);
    max-width: none;
  }

  .full-hero .container {
    width: calc(100% - 30px);
    margin-inline: auto;
  }

  .full-hero .hero-content-grid {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    gap: 22px;
  }

  /* Hero text no longer sticks to the left edge. */
  .full-hero .hero-copy,
  .full-hero .eyebrow,
  .full-hero h1,
  .full-hero .actions {
    margin-left: 6px;
  }

  .full-hero .hero-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .full-hero h1 {
    max-width: 100%;
    font-size: clamp(2.15rem, 10vw, 2.55rem);
    line-height: 1.06;
    overflow-wrap: anywhere;
  }

  .full-hero .hero-copy {
    max-width: 100%;
    font-size: .98rem;
    line-height: 1.6;
  }

  .booking-card {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 16px;
    border-radius: 18px;
    transform: none;
    box-sizing: border-box;
  }

  .booking-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .booking-grid .full {
    grid-column: auto;
  }

  .booking-grid input,
  .booking-grid select,
  .booking-grid textarea {
    max-width: 100%;
    min-width: 0;
  }

  .booking-submit {
    width: 100%;
  }

  /* Floating buttons: slightly lower, but always visible above the bottom UI. */
  .float-actions {
    right: 12px;
    top: auto;
    bottom: 88px;
    transform: none;
    gap: 9px;
  }

  .float-btn {
    width: 46px;
    height: 46px;
  }
}

/* Very small phones */
@media (max-width: 380px) {
  .full-hero .container {
    width: calc(100% - 24px);
  }

  .full-hero .hero-content-grid {
    gap: 18px;
  }

  .full-hero .hero-copy,
  .full-hero .eyebrow,
  .full-hero h1,
  .full-hero .actions {
    margin-left: 4px;
  }

  .booking-card {
    padding: 14px;
  }

  .float-actions {
    right: 9px;
    bottom: 78px;
  }

  .float-btn {
    width: 44px;
    height: 44px;
  }
}

/* Accessibility / usability: keyboard focus and reduced motion. */
:focus-visible {
  outline: 3px solid rgba(15, 139, 141, .45);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

/* FINAL RESPONSIVE OVERRIDES */

/* Desktop: hero breathing room + booking card left shift */
@media (min-width: 769px) {
  .full-hero .container {
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
    box-sizing: border-box;
  }

  .full-hero .hero-copy,
  .full-hero .hero-content,
  .hero-copy,
  .hero-content {
    padding-left: 18px;
    box-sizing: border-box;
  }

  .booking-card {
    transform: translateX(-30px);
    box-sizing: border-box;
  }

  /* Move floating buttons DOWN */
  .float-call,
  .float-whatsapp,
  .floating-actions {
    top: auto !important;
    bottom: 60px !important;
  }
}

/* Tablet */
@media (min-width: 769px) and (max-width: 1100px) {
  .full-hero .container {
    padding-left: 22px;
    padding-right: 22px;
  }

  .full-hero .hero-copy,
  .full-hero .hero-content,
  .hero-copy,
  .hero-content {
    padding-left: 10px;
  }

  .booking-card {
    transform: translateX(-12px);
  }

  .float-call,
  .float-whatsapp,
  .floating-actions {
    top: auto !important;
    bottom: 50px !important;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .full-hero .container {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .full-hero .hero-copy,
  .full-hero .hero-content,
  .hero-copy,
  .hero-content {
    width: 100%;
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }

  .booking-card {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
    transform: none !important;
  }

  .booking-grid {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .booking-grid .full {
    grid-column: 1;
  }

  /* Floating Call + WhatsApp: lower position */
  .float-call,
  .float-whatsapp,
  .floating-actions {
    top: auto !important;
    bottom: 28px !important;
  }

  .float-call,
  .float-whatsapp {
    right: 15px !important;
  }

  .floating-actions {
    right: 15px !important;
  }
}

/* Small phones */
@media (max-width: 480px) {
  .full-hero .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .full-hero .hero-copy,
  .full-hero .hero-content,
  .hero-copy,
  .hero-content {
    padding-left: 5px;
    padding-right: 5px;
  }

  .booking-card {
    padding: 18px;
    border-radius: 18px;
  }

  .booking-grid input,
  .booking-grid select,
  .booking-grid textarea {
    box-sizing: border-box;
    max-width: 100%;
  }

  .float-call,
  .float-whatsapp,
  .floating-actions {
    bottom: 24px !important;
  }
}

/* Very small phones */
@media (max-width: 380px) {
  .full-hero .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .booking-card {
    padding: 16px;
  }

  .float-call,
  .float-whatsapp,
  .floating-actions {
    right: 12px !important;
    bottom: 20px !important;
  }
}


/* Final responsive safeguard */
html { overflow-x: hidden; }
img, svg, video, iframe { max-width: 100%; height: auto; }
input, select, textarea, button { max-width: 100%; }

/* THREE REQUESTED UPDATES */

/* Call Now action inside every fleet/car card */
.car-card-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}

.car-call-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 38px;
  padding: 8px 15px;
  border-radius: 11px;
  background: var(--navy);
  color: #fff;
  text-decoration: none;
  font-size: .82rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 6px 16px rgba(16, 36, 62, .14);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.car-call-btn:hover {
  background: var(--teal);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 9px 20px rgba(16, 36, 62, .20);
}

.car-call-icon {
  font-size: 1rem;
  line-height: 1;
}

/* More polished floating Call + WhatsApp buttons */
.float-actions {
  right: 20px;
  top: auto;
  bottom: 60px;
  transform: none;
  gap: 11px;
}

.float-btn {
  width: 54px;
  height: 54px;
  border: 3px solid rgba(255, 255, 255, .92);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 9px 24px rgba(0, 0, 0, .20);
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.float-call {
  background: linear-gradient(145deg, #173e59, #10243e);
}

.float-wa {
  background: linear-gradient(145deg, #2bd66f, #18a957);
}

.float-btn:hover {
  color: #fff;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .26);
}

.float-icon {
  font-size: 1.35rem;
  line-height: 1;
  transform: translateY(-1px);
}

.float-wa-icon {
  width: 27px;
  height: 27px;
  display: block;
}

/* Footer social icons */
.footer-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}

.footer-social a {
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
  background: rgba(255, 255, 255, .07);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: .95rem;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.footer-social a:hover {
  color: #fff;
  background: rgba(255, 255, 255, .16);
  border-color: rgba(255, 255, 255, .30);
  transform: translateY(-2px);
}

@media (max-width: 600px) {
  .car-card-actions {
    margin-top: 14px;
  }

  .car-call-btn {
    width: auto;
    min-height: 37px;
    padding: 8px 13px;
  }

  .float-actions {
    right: 12px;
    bottom: 28px;
    gap: 9px;
  }

  .float-btn {
    width: 50px;
    height: 50px;
  }

  .footer-social {
    margin-top: 14px;
  }
}

@media (max-width: 380px) {
  .float-actions {
    right: 10px;
    bottom: 22px;
  }

  .float-btn {
    width: 48px;
    height: 48px;
  }
}


/* FINAL FLOATING CONTACT BUTTON FIX - remove duplicate icons */
.float-actions .float-btn::before,
.float-actions .float-btn::after {
  content: none !important;
  display: none !important;
}
.float-actions {
  position: fixed;
  right: 22px;
  top: auto !important;
  bottom: 52px !important;
  transform: none !important;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.float-btn {
  width: 52px;
  height: 52px;
  min-width: 52px;
  min-height: 52px;
  padding: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 3px solid rgba(255,255,255,.96);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(0,0,0,.20);
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}
.float-call { background: linear-gradient(145deg, #173e59, #10243e); }
.float-wa { background: linear-gradient(145deg, #25d366, #16a957); }
.float-icon { display: block; font-size: 23px; line-height: 1; transform: none; }
.float-wa-icon { width: 25px; height: 25px; display: block; }
.float-btn:hover { color: #fff; transform: translateY(-2px) scale(1.04); box-shadow: 0 11px 27px rgba(0,0,0,.26); }
@media (max-width: 600px) {
  .float-actions { right: 14px; bottom: 28px !important; gap: 8px; }
  .float-btn { width: 48px; height: 48px; min-width: 48px; min-height: 48px; }
  .float-icon { font-size: 21px; }
  .float-wa-icon { width: 23px; height: 23px; }
}
@media (max-width: 380px) {
  .float-actions { right: 10px; bottom: 22px !important; }
  .float-btn { width: 46px; height: 46px; min-width: 46px; min-height: 46px; }
}
