/* BOH Modern Logistics layer — extends existing theme without replacing it */
:root {
  --boh-ink: #0f1720;
  --boh-slate: #334155;
  --boh-muted: #64748b;
  --boh-line: #e2e8f0;
  --boh-surface: #f8fafc;
  --boh-white: #ffffff;
  --boh-gold: #c9960c;
  --boh-gold-dark: #a67a09;
  --boh-navy: #142033;
  --boh-success: #0f766e;
  --boh-danger: #b91c1c;
  --boh-radius: 12px;
  --boh-shadow: 0 12px 40px rgba(15, 23, 32, 0.08);
  --boh-font: "Source Sans 3", "Work Sans", "Segoe UI", sans-serif;
  --boh-display: "DM Sans", "Work Sans", "Segoe UI", sans-serif;
}

body {
  font-family: var(--boh-font);
  color: var(--boh-slate);
  background: var(--boh-white);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.nav__item-link:focus-visible,
.btn:focus-visible {
  outline: 2px solid var(--boh-gold) !important;
  outline-offset: 2px !important;
}

.boh-skip {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--boh-ink);
  color: #fff;
  padding: 8px 12px;
  z-index: 9999;
}
.boh-skip:focus {
  left: 12px;
  top: 12px;
}

/* Header / navbar — override theme two-tier layout (margin-top:70px / height:135px) */
.header.header-full .navbar.boh-navbar,
.header.header-full .navbar.boh-navbar > .container,
.header.header-full .navbar.boh-navbar > .container-fluid {
  height: 80px !important;
  max-height: 80px !important;
  min-height: 80px !important;
  line-height: normal !important;
}
.header.header-full .navbar.boh-navbar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 1px solid var(--boh-line);
}
.header.header-full .navbar.boh-navbar .navbar-brand {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 80px !important;
  display: flex;
  align-items: center;
}
.header.header-full .navbar.boh-navbar .navbar-brand img {
  display: block;
}

@media (min-width: 992px) {
  .header.header-full .boh-navbar__inner {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    width: 100%;
  }
  .header.header-full .navbar.boh-navbar .navbar-collapse {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-grow: 1;
    flex-basis: auto;
    width: auto !important;
    position: static !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .header.header-full .navbar.boh-navbar .navbar-nav {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    margin: 0 0 0 auto !important;
    margin-top: 0 !important;
  }
  .header.header-full .navbar.boh-navbar .nav__item {
    display: flex;
    align-items: center;
    margin-right: 1.1rem;
  }
  .header.header-full .navbar.boh-navbar .nav__item .nav__item-link {
    display: inline-flex !important;
    align-items: center !important;
    line-height: 1 !important;
    height: auto !important;
    padding: 0 !important;
    position: relative;
  }
  .header.header-full .navbar.boh-navbar .nav__item .nav__item-link:before {
    bottom: -10px;
  }
  .header.header-full .boh-nav-actions {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    margin: 0 0 0 1rem !important;
    gap: 0.6rem;
  }

  /* Keep single-line when theme adds .fixed-navbar on scroll */
  .header.header-full .navbar.boh-navbar.fixed-navbar,
  .header.header-full .navbar.boh-navbar.fixed-navbar > .container {
    height: 72px !important;
    max-height: 72px !important;
    min-height: 72px !important;
  }
  .header.header-full .navbar.boh-navbar.fixed-navbar .navbar-brand {
    line-height: 72px !important;
  }
  .header.header-full .navbar.boh-navbar.fixed-navbar .navbar-nav {
    margin-top: 0 !important;
  }
  .header.header-full .navbar.boh-navbar.fixed-navbar .nav__item .nav__item-link {
    line-height: 1 !important;
  }
}

/* Prevent wrap on mid-size desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .boh-nav-phone {
    display: none !important;
  }
  .header.header-full .navbar.boh-navbar .nav__item {
    margin-right: 0.75rem;
  }
  .boh-nav-btn {
    padding: 0 0.75rem !important;
    font-size: 0.8rem !important;
  }
}

.boh-nav-actions {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.65rem;
}

.boh-nav-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-right: 0.15rem;
  color: var(--boh-ink) !important;
  font-size: 0.85rem;
  font-weight: 600;
  white-space: nowrap;
  line-height: 1;
  height: 40px;
  text-decoration: none !important;
}
.boh-nav-phone:hover {
  color: var(--boh-gold-dark) !important;
}

/* Equal-height CTAs */
.boh-nav-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  min-width: 0;
  padding: 0 1rem !important;
  margin: 0 !important;
  border-radius: 8px !important;
  border-width: 1px !important;
  border-style: solid !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-decoration: none !important;
  white-space: nowrap;
  vertical-align: middle;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.boh-nav-btn--outline {
  border-color: var(--boh-ink) !important;
  color: var(--boh-ink) !important;
  background: transparent !important;
}
.boh-nav-btn--outline:hover {
  background: var(--boh-ink) !important;
  color: #fff !important;
}
.boh-nav-btn--primary {
  border-color: var(--boh-gold) !important;
  background: var(--boh-gold) !important;
  color: #fff !important;
}
.boh-nav-btn--primary:hover {
  border-color: var(--boh-gold-dark) !important;
  background: var(--boh-gold-dark) !important;
  color: #fff !important;
}
.boh-nav-btn--light {
  border-color: #fff !important;
  background: #fff !important;
  color: var(--boh-ink) !important;
}
.boh-nav-btn--light:hover {
  background: var(--boh-surface) !important;
  color: var(--boh-ink) !important;
}

.btn.boh-btn-outline {
  border: 1px solid var(--boh-ink);
  color: var(--boh-ink);
  background: transparent;
}
.btn.boh-btn-outline:hover {
  background: var(--boh-ink);
  color: #fff;
}
.btn.boh-btn-primary,
.btn__primary {
  background: var(--boh-gold) !important;
  border-color: var(--boh-gold) !important;
  color: #fff !important;
}
.btn.boh-btn-primary:hover,
.btn__primary:hover {
  background: var(--boh-gold-dark) !important;
  border-color: var(--boh-gold-dark) !important;
}

/* Hero */
.boh-hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  padding: 120px 0 80px;
  background: var(--boh-navy);
  color: #fff;
  overflow: hidden;
}
.boh-hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(15, 23, 32, 0.92) 0%, rgba(20, 32, 51, 0.78) 55%, rgba(20, 32, 51, 0.55) 100%),
    url("../images/sliders/2.jpg") center/cover no-repeat;
}
.boh-hero__inner {
  position: relative;
  z-index: 2;
}
.boh-hero__eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--boh-gold);
  margin-bottom: 1rem;
}
.boh-hero h1 {
  font-family: var(--boh-display);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 1rem;
  max-width: 16ch;
}
.boh-hero__lead {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.82);
  max-width: 38ch;
  margin-bottom: 1.75rem;
}
.boh-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.boh-track-card {
  background: var(--boh-white);
  color: var(--boh-slate);
  border-radius: 16px;
  padding: 1.75rem;
  box-shadow: var(--boh-shadow);
}
.boh-track-card h2 {
  font-family: var(--boh-display);
  font-size: 1.35rem;
  color: var(--boh-ink);
  margin-bottom: 0.35rem;
}
.boh-track-card p {
  color: var(--boh-muted);
  font-size: 0.95rem;
  margin-bottom: 1.25rem;
}
.boh-track-card .form-control {
  height: 48px;
  border: 1px solid var(--boh-line);
  border-radius: 8px;
  background: var(--boh-surface);
  color: var(--boh-ink);
}
.boh-track-card .btn {
  width: 100%;
  height: 48px;
  margin-top: 0.75rem;
  border-radius: 8px;
  font-weight: 600;
}

/* Sections */
.boh-section {
  padding: 80px 0;
}
.boh-section--surface {
  background: var(--boh-surface);
}
.boh-section__label {
  display: block;
  color: var(--boh-gold);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.boh-section__title {
  font-family: var(--boh-display);
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  color: var(--boh-ink);
  font-weight: 700;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}
.boh-section__desc {
  color: var(--boh-muted);
  max-width: 56ch;
  margin-bottom: 2rem;
}

.boh-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: -48px;
  position: relative;
  z-index: 3;
}
.boh-stat {
  background: #fff;
  border: 1px solid var(--boh-line);
  border-radius: var(--boh-radius);
  padding: 1.5rem 1.25rem;
  text-align: center;
  box-shadow: var(--boh-shadow);
}
.boh-stat__value {
  display: block;
  font-family: var(--boh-display);
  font-size: 1.85rem;
  font-weight: 700;
  color: var(--boh-ink);
}
.boh-stat__label {
  color: var(--boh-muted);
  font-size: 0.9rem;
}

.boh-service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
.boh-service-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--boh-line);
  border-radius: var(--boh-radius);
  overflow: hidden;
  transition: border-color 0.2s ease, transform 0.2s ease;
  height: 100%;
  text-decoration: none !important;
  color: inherit;
}
.boh-service-card:hover {
  border-color: var(--boh-gold);
  transform: translateY(-2px);
  color: inherit;
}
.boh-service-card__img {
  height: 180px;
  background-size: cover;
  background-position: center;
}
.boh-service-card__body {
  padding: 1.35rem 1.5rem 1.5rem;
  flex: 1;
}
.boh-service-card__body h3 {
  font-family: var(--boh-display);
  font-size: 1.25rem;
  color: var(--boh-ink);
  margin-bottom: 0.5rem;
}
.boh-service-card__body p {
  color: var(--boh-muted);
  margin-bottom: 0.75rem;
}
.boh-service-card__link {
  color: var(--boh-gold-dark);
  font-weight: 600;
  font-size: 0.9rem;
}

.boh-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.boh-process__item {
  padding: 1.5rem;
  border-top: 3px solid var(--boh-gold);
  background: #fff;
  border-radius: 0 0 var(--boh-radius) var(--boh-radius);
  border-right: 1px solid var(--boh-line);
  border-bottom: 1px solid var(--boh-line);
  border-left: 1px solid var(--boh-line);
}
.boh-process__num {
  font-family: var(--boh-display);
  font-weight: 700;
  color: var(--boh-gold);
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.boh-process__item h3 {
  font-size: 1.1rem;
  color: var(--boh-ink);
  margin-bottom: 0.5rem;
}

.boh-logo-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  opacity: 0.7;
}
.boh-logo-row img {
  max-height: 42px;
  width: auto;
  filter: grayscale(1);
}

.boh-testimonial {
  background: #fff;
  border: 1px solid var(--boh-line);
  border-radius: var(--boh-radius);
  padding: 1.75rem;
  height: 100%;
}
.boh-testimonial p {
  color: var(--boh-slate);
  font-size: 1.05rem;
  margin-bottom: 1.25rem;
}
.boh-testimonial__who {
  font-weight: 700;
  color: var(--boh-ink);
}
.boh-testimonial__role {
  color: var(--boh-muted);
  font-size: 0.9rem;
}

.boh-cta-banner {
  background: var(--boh-navy);
  color: #fff;
  border-radius: 20px;
  padding: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.boh-cta-banner h2 {
  font-family: var(--boh-display);
  color: #fff;
  font-size: 1.75rem;
  margin-bottom: 0.4rem;
}
.boh-cta-banner p {
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  max-width: 42ch;
}

/* Page shell */
.boh-page-hero {
  background: var(--boh-navy);
  color: #fff;
  padding: 110px 0 56px;
  position: relative;
}
.boh-page-hero h1 {
  font-family: var(--boh-display);
  color: #fff;
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  margin-bottom: 0.5rem;
}
.boh-page-hero .breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 0.75rem;
}
.boh-page-hero .breadcrumb-item,
.boh-page-hero .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.7);
}
.boh-page-hero .breadcrumb-item.active {
  color: var(--boh-gold);
}

.boh-form-card {
  background: #fff;
  border: 1px solid var(--boh-line);
  border-radius: var(--boh-radius);
  padding: 1.75rem;
  box-shadow: var(--boh-shadow);
}
.boh-form-card label {
  font-weight: 600;
  color: var(--boh-ink);
  font-size: 0.9rem;
}
.boh-form-card .form-control,
.boh-form-card select.form-control {
  border: 1px solid var(--boh-line);
  border-radius: 8px;
  height: 46px;
  background: var(--boh-surface);
}
.boh-form-card textarea.form-control {
  height: auto;
  min-height: 120px;
}
.boh-alert {
  border-radius: 8px;
  padding: 0.9rem 1rem;
  margin-bottom: 1rem;
}
.boh-alert-success {
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}
.boh-alert-danger {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}
.boh-alert-warning {
  background: #fffbeb;
  color: #92400e;
  border: 1px solid #fde68a;
}

/* Tracking result */
.boh-track-wrap {
  padding: 40px 0 80px;
  background: var(--boh-surface);
}
.boh-track-summary {
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--boh-line);
  padding: 1.75rem;
  margin-bottom: 1.25rem;
  box-shadow: var(--boh-shadow);
}
.boh-track-summary__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  margin-top: 1rem;
}
.boh-badge {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  background: #fef3c7;
  color: #92400e;
}
.boh-badge--delivered {
  background: #d1fae5;
  color: #065f46;
}
.boh-badge--transit {
  background: #dbeafe;
  color: #1e40af;
}
.boh-progress {
  height: 8px;
  background: var(--boh-line);
  border-radius: 999px;
  overflow: hidden;
  margin: 1.25rem 0 0.5rem;
}
.boh-progress__bar {
  height: 100%;
  background: var(--boh-gold);
  border-radius: 999px;
}
.boh-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
}
.boh-timeline li {
  position: relative;
  padding: 0 0 1.5rem 1.75rem;
  border-left: 2px solid var(--boh-line);
  margin-left: 0.5rem;
}
.boh-timeline li:last-child {
  border-left-color: transparent;
  padding-bottom: 0;
}
.boh-timeline li::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--boh-gold);
  box-shadow: 0 0 0 3px #fff;
}
.boh-timeline__status {
  font-weight: 700;
  color: var(--boh-ink);
}
.boh-timeline__meta {
  color: var(--boh-muted);
  font-size: 0.9rem;
}
.boh-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.boh-info-box {
  background: #fff;
  border: 1px solid var(--boh-line);
  border-radius: var(--boh-radius);
  padding: 1.25rem;
}
.boh-info-box h3 {
  font-size: 1rem;
  color: var(--boh-ink);
  margin-bottom: 0.75rem;
}

/* FAQ */
.boh-faq details {
  background: #fff;
  border: 1px solid var(--boh-line);
  border-radius: 10px;
  padding: 1rem 1.25rem;
  margin-bottom: 0.75rem;
}
.boh-faq summary {
  font-weight: 700;
  color: var(--boh-ink);
  cursor: pointer;
}
.boh-faq details[open] summary {
  margin-bottom: 0.5rem;
  color: var(--boh-gold-dark);
}

/* Footer CTA strip + footer */
.boh-footer-cta {
  background: var(--boh-ink);
  color: #fff;
  padding: 2.5rem 0;
}
.boh-footer-cta__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.boh-footer-cta__copy {
  flex: 1 1 280px;
  min-width: 0;
}
.boh-footer-cta__copy h2 {
  color: #fff;
  font-family: var(--boh-display);
  font-size: 1.6rem;
  margin-bottom: 0.35rem;
}
.boh-footer-cta__copy p {
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  max-width: 48ch;
}
.boh-footer-cta__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.75rem;
  flex: 0 0 auto;
}
.boh-footer-cta__actions .boh-nav-btn {
  width: auto;
  min-width: 150px;
}
.footer {
  background: #0b1220 !important;
}
.footer a {
  color: rgba(255, 255, 255, 0.72);
}
.footer a:hover {
  color: var(--boh-gold);
}
.footer__widget-title {
  color: #fff !important;
}
.boh-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 999;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  text-decoration: none !important;
}
.boh-whatsapp:hover {
  color: #fff !important;
  filter: brightness(1.05);
}

@media (max-width: 991px) {
  .boh-stats,
  .boh-process {
    grid-template-columns: repeat(2, 1fr);
  }
  .boh-service-grid,
  .boh-info-grid {
    grid-template-columns: 1fr;
  }
  .header.header-full .navbar.boh-navbar,
  .header.header-full .navbar.boh-navbar > .container {
    height: 70px !important;
    max-height: 70px !important;
    min-height: 70px !important;
  }
  .header.header-full .navbar.boh-navbar .navbar-brand {
    line-height: 70px !important;
  }
  .header.header-full .navbar.boh-navbar .navbar-nav {
    margin-top: 0 !important;
    align-items: flex-start;
    width: 100%;
  }
  .boh-nav-actions {
    margin: 1rem 0 0 !important;
    width: 100%;
    flex-wrap: wrap;
  }
  .boh-nav-actions .boh-nav-btn {
    flex: 1 1 auto;
  }
  .boh-footer-cta__actions {
    width: 100%;
  }
  .boh-footer-cta__actions .boh-nav-btn {
    flex: 1 1 auto;
    min-width: 0;
  }
  .boh-hero {
    min-height: auto;
    padding: 100px 0 48px;
  }
  .boh-hero h1 {
    max-width: none;
  }
  .boh-track-card {
    margin-top: 1.5rem;
  }
}
@media (max-width: 575px) {
  .boh-stats,
  .boh-process {
    grid-template-columns: 1fr;
  }
  .boh-stats {
    margin-top: 24px;
  }
}
