/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@layer properties;
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.container {
  width: 100%;
}
.mx-auto {
  margin-inline: auto;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-flex {
  display: inline-flex;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.flex-1 {
  flex: 1;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-b-2 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 2px;
}
.border-l-4 {
  border-left-style: var(--tw-border-style);
  border-left-width: 4px;
}
.border-transparent {
  border-color: transparent;
}
.bg-gradient-to-r {
  --tw-gradient-position: to right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.text-center {
  text-align: center;
}
.italic {
  font-style: italic;
}
.opacity-50 {
  opacity: 50%;
}
.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.duration-200 {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.focus\:ring-2 {
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
.focus\:ring-offset-2 {
  &:focus {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
}
.focus\:outline-none {
  &:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
}
.hero-section {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 600px;
}
.hero-section {
  overflow: hidden;
}
.hero-section > .container {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 767px) {
  .hero-section {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    min-height: 420px;
  }
  .hero-section .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 420px) {
  .hero-section .bg-white\/10 {
    width: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .hero-section .bg-white\/10 form {
    display: block;
  }
  .hero-section .bg-white\/10 input {
    width: 100%;
    box-sizing: border-box;
  }
  .hero-section .bg-white\/10 button {
    width: 100%;
    margin-top: .5rem;
  }
}
.hero-section .bg-white\/10 {
  background-color: rgba(255,122,0,0.14) !important;
  border: 1px solid rgba(255,122,0,0.10) !important;
  color: rgba(255,255,255,0.95) !important;
}
.hero-section .bg-white\/10 h3,
.hero-section .bg-white\/10 p {
  color: rgba(255,255,255,0.95) !important;
}
.nav-link {
  position: relative;
  display: inline-block;
  color: inherit;
  transition: color .18s ease, transform .12s ease;
}
.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 3px;
  background: var(--brand-orange);
  border-radius: 3px;
  transition: width .28s cubic-bezier(.2,.8,.2,1);
}
.nav-link:hover,
.nav-link:focus {
  color: var(--brand-orange);
  transform: translateY(-2px);
}
.nav-link:hover::after,
.nav-link:focus::after {
  width: 100%;
}
@media (max-width: 767px) {
  #mobileMenu {
    width: 100%;
  }
  #mobileMenu .nav-link {
    display: block !important;
    width: 100%;
    padding: 0.6rem 0 !important;
  }
  #mobileMenu .nav-link::after {
    bottom: 6px;
  }
}
.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(rgba(11,11,11,0.92), rgba(11,11,11,0.92)),
            linear-gradient(rgba(255,122,0,0.15), rgba(255,122,0,0.15)),
            url('../assets/images/heroimage.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .hero-section::before {
    background-position: center top;
  }
}
#about {
  position: relative;
  z-index: 5;
  background: #fff;
  margin-top: 0.5rem;
}
:root {
  --brand-orange: #ff7a00;
  --brand-orange-600: #f97316;
  --brand-black: #0b0b0b;
}
.text-brand-orange {
  color: var(--brand-orange);
}
.bg-brand-orange {
  background-color: var(--brand-orange);
}
.border-brand-black {
  border-color: var(--brand-black);
}
.text-primary-600 {
  color: var(--brand-orange);
}
.bg-primary-500 {
  background-color: var(--brand-orange);
}
.bg-primary-600 {
  background-color: var(--brand-orange-600);
}
.bg-primary-700 {
  background-color: var(--brand-black);
}
.hover\:bg-primary-600:hover {
  background-color: var(--brand-orange-600);
}
.focus\:ring-primary-500:focus {
  box-shadow: 0 0 0 4px rgba(249,115,22,0.15);
}
.focus\:border-primary-500:focus {
  border-color: var(--brand-orange-600);
}
.nav-link {
  position: relative;
  display: inline-block;
}
.nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 3px;
  background: var(--brand-orange);
  border-radius: 3px;
  transition: width .28s cubic-bezier(.2,.8,.2,1);
}
.nav-link:hover, .nav-link:focus {
  color: var(--brand-orange);
  transform: translateY(-2px);
}
.nav-link:hover::after, .nav-link:focus::after {
  width: 100%;
}
.btn-primary {
  background-color: var(--brand-orange);
  color: #fff;
  padding: .5rem 1.25rem;
  border-radius: .5rem;
  display: inline-block;
}
.btn-primary:hover {
  background-color: var(--brand-orange-600);
}
.hero-section {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 600px;
}
.feature-card {
  background-color: var(--brand-orange);
  color: #fff;
  backdrop-filter: blur(6px);
  padding: 1.5rem;
  border-radius: .5rem;
  transition: transform .3s ease, box-shadow .2s ease;
  box-shadow: 0 8px 30px rgba(255,122,0,0.12);
}
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 42px rgba(255,122,0,0.16);
}
.feature-card ul {
  color: rgba(255,255,255,0.92);
}
.feature-card li {
  color: rgba(255,255,255,0.92);
}
.card {
  background: #fff;
  padding: 1.5rem;
  border-radius: .5rem;
  box-shadow: 0 6px 18px rgba(15,23,42,0.08);
}
.heading-3 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #374151;
}
.tracking-status {
  padding: 1rem;
  border-radius: .5rem;
  border-width: 2px;
  margin-bottom: 1rem;
}
.status-pending {
  border-color: #f59e0b;
  background: #fffbeb;
}
.status-picked-up {
  border-color: var(--brand-orange);
  background: rgba(255,122,0,0.04);
}
.status-in-transit {
  border-color: #64748b;
  background: rgba(100,116,139,0.04);
}
.status-delivered {
  border-color: #16a34a;
  background: rgba(16,163,127,0.04);
}
.form-input {
  width: 100%;
  padding: .5rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: .375rem;
}
html, body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
main {
  flex: 1 0 auto;
}
footer {
  flex-shrink: 0;
}
:root {
  --nav-blur: 6px;
  --nav-bg-light: rgba(255,255,255,0.85);
  --nav-bg-light-hero: rgba(255,255,255,0.65);
  --nav-bg-dark-hero: rgba(11,11,11,0.45);
  --nav-bg-scrolled: rgba(255,255,255,0.98);
  --nav-shadow-color: 2,6,23;
  --nav-shadow-alpha: 0;
}
nav {
  position: sticky !important;
  top: 0 !important;
  z-index: 9999;
  backdrop-filter: blur(var(--nav-blur));
  background-color: var(--nav-bg-light);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  transition: background-color 220ms ease, box-shadow 220ms ease, backdrop-filter 220ms ease;
}
nav.scrolled {
  background-color: var(--nav-bg-scrolled);
  --nav-shadow-alpha: 0.12;
}
.hero-section nav {
  background-color: var(--nav-bg-dark-hero);
  color: #fff;
}
@media (max-width: 767px) {
  nav {
    background-color: rgba(255,255,255,1) !important;
    backdrop-filter: none;
  }
  .hero-section nav {
    background-color: rgba(11,11,11,0.9) !important;
  }
}
@media (max-width: 767px) {
  :root {
    --mobile-nav-height: 64px;
  }
  .hero-section {
    margin-top: 0;
  }
}
.hero-inner {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .hero-inner {
    padding-top: calc(var(--mobile-nav-height) + 8px);
  }
}
.fixed-nav {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  z-index: 9999 !important;
}
.fixed-nav.scrolled {
  --nav-shadow-alpha: 0.12;
  background-color: var(--nav-bg-scrolled);
}
nav, .fixed-nav {
  box-shadow: 0 10px 30px rgba(var(--nav-shadow-color), var(--nav-shadow-alpha));
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-duration: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}
