/* ===========================================================
   Dune Buggy Dubai — static site stylesheet
   Palette: dark/black cards, red-orange CTA/promo accents,
   Polaris blue for Polaris-branded buttons, sand/gold desert
   tones, white section backgrounds for contrast.
   =========================================================== */

:root {
  --color-dark: #16181c;
  --color-dark-2: #1f2226;
  --color-accent: #ff5a1f;
  --color-accent-2: #ff7a3d;
  --color-polaris: #0b5ed7;
  --color-polaris-dark: #084298;
  --color-canam: #1a5cff;
  --color-canam-dark: #0d2a6b;
  --color-sand: #d9a256;
  --color-sand-light: #f4e3c8;
  --color-gold: #c99a3d;
  --color-white: #ffffff;
  --color-off-white: #f8f6f2;
  --color-text: #232323;
  --color-muted: #6c7178;
  --radius: 14px;
  --shadow-card: 0 10px 30px rgba(0, 0, 0, 0.18);
  --font-heading: "Poppins", "Segoe UI", Roboto, Arial, sans-serif;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--color-text);
  background: var(--color-white);
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

a.brand-link,
a.brand-link:hover,
a.brand-link:focus,
a.brand-link:active,
a.brand-link:visited {
  color: var(--color-gold) !important;
  font-weight: 700;
  cursor: default !important;
}

img {
  max-width: 100%;
}

.container-narrow {
  max-width: 1140px;
  margin: 0 auto;
}

/* ---------- Buttons ---------- */
.btn-accent {
  background: linear-gradient(135deg, var(--color-accent), var(--color-accent-2));
  color: #fff;
  border: none;
  font-weight: 600;
  border-radius: 50px;
  padding: 0.65rem 1.6rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.btn-accent:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(255, 90, 31, 0.35);
}

.btn-polaris {
  background: linear-gradient(135deg, var(--color-polaris), var(--color-polaris-dark));
  color: #fff;
  border: none;
  font-weight: 600;
  border-radius: 50px;
  padding: 0.6rem 1.4rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.btn-polaris:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(11, 94, 215, 0.35);
}

.btn-whatsapp {
  background: #25d366;
  color: #fff;
  border: none;
  font-weight: 600;
  border-radius: 50px;
  padding: 0.6rem 1.4rem;
}
.btn-whatsapp:hover {
  color: #fff;
  filter: brightness(1.08);
}

.btn-outline-sand {
  border: 2px solid var(--color-sand);
  color: var(--color-sand);
  font-weight: 600;
  border-radius: 50px;
  padding: 0.55rem 1.4rem;
  background: transparent;
}
.btn-outline-sand:hover {
  background: var(--color-sand);
  color: #fff;
}

.section-eyebrow {
  color: var(--color-accent);
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.section-title {
  font-family: var(--font-heading);
  font-weight: 800;
  color: var(--color-dark);
}

/* ---------- Navbar ---------- */
.navbar-dunebuggy {
  background: var(--color-dark);
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.navbar-dunebuggy .navbar-brand img {
  height: 52px;
  width: auto;
}
.navbar-dunebuggy .navbar-nav {
  flex-wrap: nowrap;
}
.navbar-dunebuggy .nav-item {
  flex-shrink: 0;
}
.navbar-dunebuggy .nav-link,
.navbar-dunebuggy .dropdown-toggle {
  white-space: nowrap;
  color: #eceff1 !important;
  font-weight: 600;
  font-size: 0.95rem;
  padding-left: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.navbar-dunebuggy .nav-link.active,
.navbar-dunebuggy .nav-link:hover {
  color: var(--color-accent-2) !important;
}
.navbar-dunebuggy .btn-accent {
  white-space: nowrap;
  margin-left: 0.5rem;
  padding: 0.55rem 1.3rem;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .navbar-dunebuggy .nav-link,
  .navbar-dunebuggy .dropdown-toggle {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 0.9rem;
  }
}
.navbar-dunebuggy .dropdown-menu {
  background: var(--color-dark-2);
  border: none;
  border-radius: 10px;
  padding: 0.6rem;
  box-shadow: var(--shadow-card);
  min-width: 260px;
}
.navbar-dunebuggy .dropdown-item {
  color: #eceff1;
  border-radius: 6px;
  padding: 0.5rem 0.9rem;
  font-size: 0.9rem;
}
.navbar-dunebuggy .dropdown-item:hover,
.navbar-dunebuggy .dropdown-item:focus {
  background: var(--color-accent);
  color: #fff;
}
.navbar-dunebuggy .dropdown-divider {
  border-color: rgba(255, 255, 255, 0.1);
  margin: 0.35rem 0;
}
.navbar-dunebuggy .dropdown-toggle::after {
  vertical-align: 0.15em;
}
@media (max-width: 1199.98px) {
  .navbar-dunebuggy .navbar-nav {
    flex-wrap: wrap;
  }
  .navbar-dunebuggy .nav-link,
  .navbar-dunebuggy .dropdown-toggle {
    white-space: normal;
    padding-top: 0.55rem !important;
    padding-bottom: 0.55rem !important;
  }
  .navbar-dunebuggy .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: none;
    margin-left: 0.75rem;
    min-width: 0;
  }
  .navbar-dunebuggy .btn-accent {
    margin-left: 0;
    margin-top: 0.5rem;
    display: inline-block;
  }
}

.top-bar {
  background: #0c0d0f;
  color: #cfd3d8;
  font-size: 0.85rem;
  padding: 6px 0;
}
.top-bar a {
  color: #cfd3d8;
}
.top-bar a:hover {
  color: var(--color-accent-2);
}
.top-bar .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  margin-left: 6px;
  color: #fff;
  font-size: 0.8rem;
}
.top-bar .social-icons a:hover {
  background: var(--color-accent);
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: linear-gradient(120deg, rgba(10, 10, 12, 0.85), rgba(10, 10, 12, 0.55)),
    url("../images/hero-banner-2.jpg") center/cover no-repeat;
  color: #fff;
  padding: 90px 0 70px;
}
.hero .badge-license {
  background: var(--color-gold);
  color: #1a1a1a;
  font-weight: 700;
  border-radius: 50px;
  padding: 0.4rem 0.9rem;
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
}
.hero h1 {
  font-weight: 800;
  font-size: 2.6rem;
  line-height: 1.2;
}
.hero .lead {
  color: #e4e6ea;
  font-size: 1.15rem;
}
.hero .promo-chip {
  background: var(--color-accent);
  color: #fff;
  border-radius: 10px;
  padding: 0.9rem 1.2rem;
  display: inline-block;
  font-weight: 700;
}
.hero .promo-chip small {
  display: block;
  font-weight: 500;
  opacity: 0.9;
}

.page-header {
  background: linear-gradient(120deg, rgba(10, 10, 12, 0.88), rgba(10, 10, 12, 0.6)),
    url("../images/hero-banner-1.jpg") center/cover no-repeat;
  color: #fff;
  padding: 70px 0 50px;
}
.page-header h1 {
  font-family: var(--font-heading);
  font-weight: 800;
}
.page-header .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}
.page-header .breadcrumb a {
  color: #d9dce1;
}
.page-header .breadcrumb .active {
  color: var(--color-accent-2);
}

/* ---------- Trust badges ---------- */
.trust-strip {
  background: var(--color-off-white);
  padding: 22px 0;
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(90deg, var(--color-canam), var(--color-gold), var(--color-accent)) 1;
}
.trust-strip img {
  height: 46px;
  width: auto;
}
.trust-strip .rating-box {
  font-weight: 700;
  color: var(--color-dark);
}
.trust-strip .rating-box .stars {
  color: var(--color-gold);
}

/* ---------- Tour / pricing cards ---------- */
.tour-card {
  background: var(--color-dark);
  border-radius: var(--radius);
  overflow: hidden;
  color: #fff;
  box-shadow: var(--shadow-card);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease;
}
.tour-card:hover {
  transform: translateY(-6px);
}
.tour-card .tour-img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}
.tour-card .tour-body {
  padding: 1.1rem 1.2rem 1.3rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.tour-card .tour-title {
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 0.4rem;
}
.tour-card .tour-meta {
  font-size: 0.85rem;
  color: #b8bcc2;
  margin-bottom: 0.8rem;
}
.tour-card .tour-meta span {
  display: inline-block;
  margin-right: 10px;
}
.tour-card .tour-price {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--color-accent-2);
  margin-bottom: 0.9rem;
}
.tour-card .tour-price small {
  font-size: 0.75rem;
  color: #b8bcc2;
  font-weight: 500;
}
.tour-card .tour-actions {
  margin-top: auto;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.tour-card .tour-actions .btn {
  flex: 1;
  font-size: 0.85rem;
  white-space: nowrap;
}
.tour-card.brand-polaris .tour-price {
  color: #6fa8ff;
}
.tour-card .brand-tag {
  position: absolute;
  margin: 10px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 50px;
  letter-spacing: 0.5px;
}
.tour-card .tour-img-wrap {
  position: relative;
}
.promo-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--color-accent);
  color: #fff;
  font-weight: 700;
  font-size: 0.75rem;
  border-radius: 50px;
  padding: 4px 12px;
  z-index: 2;
}

/* ---------- Tour cards v2 (white, icon-row style) ---------- */
.tcv2 {
  background: var(--color-white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 1px solid #eee;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease;
}
.tcv2:hover {
  transform: translateY(-4px);
}
.tcv2-img-wrap {
  position: relative;
}
.tcv2-img-wrap img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}
.tcv2-body {
  padding: 1.25rem 1.4rem 1.5rem;
  flex: 1;
}
.tcv2-title {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--color-dark);
  margin-bottom: 1.1rem;
}
.tcv2-row {
  display: flex;
  gap: 1.1rem;
}
.tcv2-info {
  flex: 1 1 56%;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.tcv2-info-item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}
.tcv2-info-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 10px;
  background: var(--color-sand-light);
  color: var(--color-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
}
.tcv2-info-item strong {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--color-dark);
  line-height: 1.3;
}
.tcv2-info-item .val {
  font-size: 0.84rem;
  color: var(--color-muted);
}
.tcv2-side {
  flex: 1 1 44%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.5rem;
}
.tcv2-price {
  font-size: 1.55rem;
  font-weight: 800;
  color: var(--color-gold);
  text-align: right;
  margin-bottom: 0.35rem;
}
.tcv2-price small {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--color-muted);
}
.btn-v2 {
  display: block;
  text-align: center;
  padding: 0.55rem 0.5rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.4px;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-transform: uppercase;
  border: none;
}
.btn-book-v2 {
  background: var(--color-sand);
  color: #2b1c0d;
}
.btn-book-v2:hover {
  background: #c98f3f;
  color: #2b1c0d;
}
.btn-details-v2 {
  background: #2b1c10;
  color: var(--color-sand-light);
}
.btn-details-v2:hover {
  background: #3a2717;
  color: #fff;
}
.tcv2-promo {
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--color-accent);
  color: #fff;
  font-weight: 700;
  font-size: 0.75rem;
  border-radius: 50px;
  padding: 4px 12px;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .tcv2-row {
    flex-direction: column;
  }
  .tcv2-price {
    text-align: left;
  }
  .tcv2-side {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .tcv2-side .tcv2-price {
    flex: 1 1 100%;
  }
  .tcv2-side .btn-v2 {
    flex: 1 1 auto;
  }
}

/* ---------- Why choose us ---------- */
.why-item {
  background: #fff;
  border-radius: var(--radius);
  padding: 1.4rem;
  height: 100%;
  border: 1px solid #eee;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.why-item:hover {
  box-shadow: var(--shadow-card);
  transform: translateY(-4px);
}
.why-item .why-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-canam), var(--color-gold));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 0.9rem;
}
.why-item h3 {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
}
.why-item p {
  color: var(--color-muted);
  font-size: 0.92rem;
  margin: 0;
}

.section-sand {
  background: linear-gradient(180deg, var(--color-sand-light), #fff);
}

/* ---------- Safety info box ---------- */
.safety-box {
  background: var(--color-dark);
  color: #fff;
  border-radius: var(--radius);
  padding: 2rem;
  border-left: 6px solid var(--color-accent);
}
.safety-box h3 {
  font-family: var(--font-heading);
  color: var(--color-accent-2);
  font-weight: 800;
}
.safety-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.safety-box ul li {
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.safety-box ul li:last-child {
  border-bottom: none;
}
.safety-box ul li i {
  color: var(--color-accent-2);
  margin-right: 8px;
  width: 18px;
}

/* ---------- Reviews ---------- */
.review-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: var(--radius);
  padding: 1.4rem;
  height: 100%;
}
.review-card .stars {
  color: var(--color-gold);
  margin-bottom: 0.5rem;
}
.review-card .reviewer {
  font-weight: 700;
  margin-top: 0.8rem;
}
.review-card .review-source {
  font-size: 0.78rem;
  color: var(--color-muted);
}

/* ---------- FAQ accordion ---------- */
.accordion-dunebuggy .accordion-button {
  font-weight: 700;
  color: var(--color-dark);
}
.accordion-dunebuggy .accordion-button:not(.collapsed) {
  background: var(--color-sand-light);
  color: var(--color-dark);
  box-shadow: inset 4px 0 0 var(--color-canam);
}
.accordion-dunebuggy .accordion-button:focus {
  box-shadow: none;
}
.accordion-dunebuggy .accordion-item {
  border-radius: 10px !important;
  overflow: hidden;
  margin-bottom: 0.6rem;
  border: 1px solid #eee;
}

/* ---------- Gallery ---------- */
.gallery-thumb {
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  height: 220px;
}
.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.gallery-thumb:hover img {
  transform: scale(1.08);
}

/* ---------- Footer ---------- */
.site-footer {
  position: relative;
  background: linear-gradient(180deg, var(--color-dark) 0%, var(--color-canam-dark) 160%);
  color: #c7cad0;
  padding: 60px 0 0;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--color-canam), var(--color-gold), var(--color-accent));
}
.site-footer h5 {
  font-family: var(--font-heading);
  color: #fff;
  font-weight: 700;
  margin-bottom: 1.1rem;
}
.site-footer a {
  color: #c7cad0;
}
.site-footer a:hover {
  color: var(--color-accent-2);
}
.site-footer ul {
  list-style: none;
  padding: 0;
}
.site-footer ul li {
  margin-bottom: 0.55rem;
}
.site-footer .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  margin-right: 8px;
}
.site-footer .social-icons a:hover {
  background: var(--color-canam);
  color: #fff;
}
.site-footer .payment-strip {
  background: #fff;
  border-radius: 8px;
  padding: 10px;
  display: inline-block;
}
.site-footer .payment-strip img {
  height: 28px;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 40px;
  padding: 18px 0;
  font-size: 0.85rem;
}

/* ---------- WhatsApp float ---------- */
.whatsapp-float {
  position: fixed;
  bottom: 22px;
  right: 22px;
  width: 60px;
  height: 60px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  z-index: 1050;
  transition: transform 0.2s ease;
}
.whatsapp-float:hover {
  color: #fff;
  transform: scale(1.08);
}

/* ---------- Map ---------- */
.map-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.map-wrap iframe {
  width: 100%;
  height: 380px;
  border: 0;
  display: block;
}

/* ---------- Misc ---------- */
.stat-box {
  text-align: center;
  padding: 1.2rem;
}
.stat-box .num {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--color-canam);
}
.stat-box .label {
  color: var(--color-muted);
  font-size: 0.9rem;
}

.cta-strip {
  background: linear-gradient(120deg, var(--color-dark), var(--color-canam-dark));
  color: #fff;
  border-radius: var(--radius);
  padding: 2.2rem;
  box-shadow: 0 20px 50px rgba(26, 92, 255, 0.2);
}
.cta-strip h2 {
  font-family: var(--font-heading);
}

@media (max-width: 767.98px) {
  .hero {
    padding: 60px 0 45px;
    text-align: center;
  }
  .hero h1 {
    font-size: 1.9rem;
  }
  .hero .lead {
    font-size: 1rem;
  }
  .hero .text-lg-end {
    text-align: center !important;
  }
  .page-header {
    padding: 50px 0 35px;
    text-align: center;
  }
  .whatsapp-float {
    width: 52px;
    height: 52px;
    font-size: 1.5rem;
    bottom: 16px;
    right: 16px;
  }
  .safety-box {
    padding: 1.4rem;
  }
  .cta-strip {
    padding: 1.6rem 1.2rem;
  }
  section.py-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .map-wrap iframe {
    height: 280px;
  }
  .display-5 {
    font-size: 1.9rem;
  }
}
