@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  overflow-x: hidden;
  font-family: 'Inter', sans-serif;
  background-color: rgb(10, 25, 47, 1) !important;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

/* body:before {
   content: "";
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-image: url('../assets/images/bg-image.avif') !important;
   background-size: cover;
   background-position: center center;
   background-attachment: fixed;
   z-index: -1;
   will-change: transform;
 } */

:root {
  --background-rgb: 10, 25, 47;
  --foreground-rgb: 225, 225, 225;
  --background: 10 25 47;
  --foreground: 225 225 225;
  --card-rgb: 20, 35, 60;
  --card-foreground-rgb: 225, 225, 225;
  --popover-rgb: 15, 30, 50;
  --popover-foreground-rgb: 225, 225, 225;
  --primary-rgb: 0, 180, 220;
  --primary-foreground-rgb: 10, 25, 47;
  --secondary-rgb: 110, 0, 220;
  --secondary-foreground-rgb: 225, 225, 225;
  --muted-rgb: 50, 65, 90;
  --muted-foreground-rgb: 170, 180, 190;
  --accent-rgb: 0, 180, 220;
  --accent-foreground-rgb: 10, 25, 47;
  --destructive-rgb: 220, 40, 80;
  --destructive-foreground-rgb: 225, 225, 225;
  --border-rgb: 60, 90, 130;
  --input-rgb: 30, 45, 70;
  --ring-rgb: 0, 180, 220;
  --radius: 0.5rem;
  --dashboard-primary-bg: 15, 30, 55;
  --dashboard-secondary-bg: 25, 40, 70;
  --dashboard-accent-blue: 0, 150, 255;
  --dashboard-accent-green: 0, 200, 150;
  --dashboard-accent-purple: 150, 50, 255;
  --dashboard-text-primary: 230, 230, 240;
  --dashboard-text-secondary: 180, 190, 200;
  --scrollbar-track-rgb: 30, 45, 70;
  --scrollbar-thumb-rgb: 0, 180, 220;
  --scrollbar-thumb-hover-rgb: 110, 0, 220;
}
/* Fix Chrome autofill styles */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {

  -webkit-text-fill-color: white !important; /* Your text color */
  box-shadow: 0 0 0px 1000px rgba(var(--input-rgb), .55) inset !important; /* Your bg color */
  transition: background-color 5000s ease-in-out 0s;
}
.max-w-3xl {
  max-width: 768px;
}

.max-w-4xl {
  max-width: 56rem !important;
}

.max-w-5xl {
  max-width: 1024px;
}

.max-w-7xl {
  max-width: 1280px;
}
.fs-10 {
  font-size: 10px !important;
}
.w-lg-100 {
  width: 100%;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-12 {
  font-size: 12px !important;
}
.fs-15 {
  font-size: 15px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-36 {
  font-size: 36px;
}

.fs-48 {
  font-size: 48px;
}
.fs-60 {
  font-size: 60px;
}
.fw-600 {
  font-weight: 600;
}
.mb-12 {
  margin-bottom: 12px;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.p-32 {
  padding: 32px 32px !important;
}
.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.pa-24 {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}
.px-80 {
  padding: 0px 80px;
}

.py-80 {
  padding: 80px 0px;
}

.py-128 {
  padding: 128px 0px 0px 0px;
}
/* Line Height Utilities */
.lh1 {
  line-height: 1px !important;
}
.lh2 {
  line-height: 2px !important;
}
.lh3 {
  line-height: 3px !important;
}
.lh4 {
  line-height: 4px !important;
}
.lh5 {
  line-height: 5px !important;
}
.lh6 {
  line-height: 6px !important;
}
.lh7 {
  line-height: 7px !important;
}
.lh8 {
  line-height: 8px !important;
}
.lh9 {
  line-height: 9px !important;
}
.lh10 {
  line-height: 10px !important;
}
.lh11 {
  line-height: 11px !important;
}
.lh12 {
  line-height: 12px !important;
}
.lh13 {
  line-height: 13px !important;
}
.lh14 {
  line-height: 14px !important;
}
.lh15 {
  line-height: 15px !important;
}
.lh16 {
  line-height: 16px !important;
}
.lh17 {
  line-height: 17px !important;
}
.lh18 {
  line-height: 18px !important;
}
.lh19 {
  line-height: 19px !important;
}
.lh20 {
  line-height: 20px !important;
}
.lh21 {
  line-height: 21px !important;
}
.lh22 {
  line-height: 22px !important;
}
.lh23 {
  line-height: 23px !important;
}
.lh24 {
  line-height: 24px !important;
}
.lh25 {
  line-height: 25px !important;
}
.lh26 {
  line-height: 26px !important;
}
.lh27 {
  line-height: 27px !important;
}
.lh28 {
  line-height: 28px !important;
}
.lh29 {
  line-height: 29px !important;
}
.lh30 {
  line-height: 30px !important;
}
.lh31 {
  line-height: 31px !important;
}
.lh32 {
  line-height: 32px !important;
}
.lh33 {
  line-height: 33px !important;
}
.lh34 {
  line-height: 34px !important;
}
.lh35 {
  line-height: 35px !important;
}
.lh36 {
  line-height: 36px !important;
}
.lh37 {
  line-height: 37px !important;
}
.lh38 {
  line-height: 38px !important;
}
.lh39 {
  line-height: 39px !important;
}
.lh40 {
  line-height: 40px !important;
}
.lh41 {
  line-height: 41px !important;
}
.lh42 {
  line-height: 42px !important;
}
.lh43 {
  line-height: 43px !important;
}
.lh44 {
  line-height: 44px !important;
}
.lh45 {
  line-height: 45px !important;
}
.lh46 {
  line-height: 46px !important;
}
.lh47 {
  line-height: 47px !important;
}
.lh48 {
  line-height: 48px !important;
}
.lh49 {
  line-height: 49px !important;
}
.lh50 {
  line-height: 50px !important;
}
.lh51 {
  line-height: 51px !important;
}
.lh52 {
  line-height: 52px !important;
}
.lh53 {
  line-height: 53px !important;
}
.lh54 {
  line-height: 54px !important;
}
.lh55 {
  line-height: 55px !important;
}
.lh56 {
  line-height: 56px !important;
}
.lh57 {
  line-height: 57px !important;
}
.lh58 {
  line-height: 58px !important;
}
.lh59 {
  line-height: 59px !important;
}
.lh60 {
  line-height: 60px !important;
}
.lh72 {
  line-height: 72px !important;
}

.fw100 {
  font-weight: 100 !important;
}
.fw200 {
  font-weight: 200 !important;
}
.fw300 {
  font-weight: 300 !important;
}
.fw400 {
  font-weight: 400 !important;
}
.fw500 {
  font-weight: 500 !important;
}
.fw600 {
  font-weight: 600 !important;
}
.fw700 {
  font-weight: 700 !important;
}
.fw800 {
  font-weight: 800 !important;
}
.fw900 {
  font-weight: 900 !important;
}
.f1-family {
  font-family: 'poppins', 'Inter', sans-serif !important;
}

.f2-family {
  font-family: 'Inter', sans-serif !important;
}

.text-color1 {
  color: rgb(170, 180, 190) !important;
}

.text-color2 {
  color: rgb(203, 213, 225) !important;
}

.heading-color1 {
  color: var(--secondary-rgb) !important;
}

.heading-color {
  color: rgba(var(--primary-rgb), 1) !important;
}
input,
textarea,
select {
  background-color: rgba(var(--input-rgb), 0.55) !important;
  border-color: rgba(var(--border-rgb), 0.35) !important;
  color: rgb(var(--foreground-rgb)) !important;
}
#role-select button {
  height: 45px;
  font-size: 14px !important;
  color: white !important;
  background-color: transparent !important;
}
.text-gray-300 {
  color: #d1d5db;
}
.text-green-400 {
  color: #4ade80;
}
.text-cyan-400 {
  color: #22d3ee;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}
.custom-link:hover {
  color: rgb(var(--primary-rgb)) !important;
  text-decoration: none !important;
  transform: translateY(-3px);
}
.roadmap-circle {
  width: 32px;
  height: 32px;
  left: -45px !important;
  background: #0a192f;
  border: 2px solid #06b6d4;
}
.form-select {
  color: white !important;
  border-color: var(60, 90, 130, 0.35) !important;
}
.form-control {
  height: 45px;
  font-size: 12px !important;
  color: white !important;
  background-color: rgba(var(--input-rgb), 0.55) !important;
  border: 1px solid rgba(60, 90, 130, 0.35) !important;
}
.form-control:focus {
  background-color: rgba(var(--input-rgb), 0.55) !important;
  outline: none;
  box-shadow: none;
  border-color: #00b4dca6 !important;
  color: white !important;
}
.form-select {
  height: 45px !important;
  font-size: 14px !important;
}

.form-control:focus {
  /* border-color: 1px solid var(--primary-color) !important; */
  outline: 0;
  box-shadow: none !important;
}

.form-select {
  height: 35px;
  font-size: 14px !important;
}

.form-select:focus {
  /* border-color: 1px solid var(--primary-color) !important; */
  outline: 0;
  box-shadow: none !important;
}
.form-label {
  color: rgb(170, 180, 190) !important;
}
input[type='file'].form-control {
  padding-top: 5px;
  padding-bottom: 40px;
  height: calc(2.25rem + 2px);
  line-height: 1.5;
}

input[type='file']::file-selector-button {
  height: 45px;
  border: none;
  background-color: #f8f9fa;
  padding: 0 1rem;
  cursor: pointer;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.hover-card {
  transition:
    transform 0.24s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.24s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.24s cubic-bezier(0.22, 1, 0.36, 1);
}

.hover-card:hover {
  border: 1px solid #00dcffcc !important;
  transform: translateY(-10px);
  box-shadow: 0 0 10 20px white !important;
}

/* Navbar Styling */
.custom-navbar {
  background-color: rgba(var(--primary-foreground-rgb), 0.5) !important;
  backdrop-filter: blur(10px) !important;
  border-bottom: 1px solid rgba(var(--border-rgb), 0.2) !important;
  transition:
    background-color 0.24s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.24s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.24s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.24s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

/* Custom button style for Vanly */
.btn-vanly {
  transition:
    transform 0.3s ease,
    opacity 0.3s ease,
    color 0.3s ease;
  text-decoration: none;
  position: relative;
  opacity: 1;
}

.btn-vanly:hover {
  transform: translateY(-2px) !important;
  opacity: 0.8;
}

.btn-vanly:hover p {
  border-bottom: 3px solid;
}

/* Reset on click */
.btn-vanly:active {
  transform: translateY(0) !important;
}

.btn-vanly:hover::after {
  transform: scaleX(1) !important;
  transform-origin: left !important;
}

/* Logo */
.logo-img {
  height: 6.2rem !important;
  width: 8rem !important;
  object-fit: contain !important;
}

/* Brand Text */
.brand-title {
  font-size: 2.4rem;
  font-weight: 900;
  color: rgb(var(--foreground-rgb));
  font-family: Poppins, Inter, sans-serif !important;
}

.brand-highlight {
  color: rgb(var(--secondary-rgb));
}

.brand-subtitle {
  font-size: 1.5rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: sans-serif;
  font-weight: 600;
}

/* Nav Links */
.custom-link {
  color: rgb(var(--muted-foreground-rgb)) !important;
  font-weight: 500 !important;
  transition:
    color 0.22s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.22s cubic-bezier(0.22, 1, 0.36, 1),
    text-decoration-color 0.22s cubic-bezier(0.22, 1, 0.36, 1);
  font-family: Inter, sans-serif;
  font-size: 16px !important;
  line-height: 24px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.custom-link:hover {
  color: rgb(var(--primary-rgb)) !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* Login Button */
.login-btn {
  background-color: rgba(var(--secondary-rgb), 0.8) !important;
  color: rgb(var(--secondary-foreground-rgb)) !important;
  border: 1px solid rgba(var(--secondary-rgb), 0.5) !important;
  backdrop-filter: blur(5px) !important;
  padding: 10px 24px !important;
  transition:
    transform 0.22s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.22s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.22s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.22s cubic-bezier(0.22, 1, 0.36, 1) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.login-btn:hover {
  background-color: rgb(var(--secondary-rgb)) !important;
  box-shadow: 0 0 20px rgba(var(--secondary-rgb), 0.6) !important;
}

/*Main Section*/
.main-section {
  background-color: rgba(var(--background-rgb), 0.75);
  position: relative;
  isolation: isolate;
  overflow: clip;
}

.hero-section {
  padding-top: 8rem;
  padding-bottom: 4rem;
  min-height: calc(100vh - 80px);
}

@keyframes vanly-fade-up {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes vanly-fade-down {
  from {
    opacity: 0;
    transform: translate3d(0, -18px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes vanly-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -8px, 0);
  }
}

@keyframes vanly-shimmer {
  from {
    transform: translateX(-120%);
  }

  to {
    transform: translateX(120%);
  }
}

.main-section::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 20%, rgba(var(--primary-rgb), 0.12), transparent 24%),
    radial-gradient(circle at 85% 10%, rgba(var(--secondary-rgb), 0.10), transparent 22%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.02) 0%, transparent 55%);
  opacity: 0.9;
}

.main-section > * {
  position: relative;
  z-index: 1;
}

.btn-vanly {
  overflow: hidden;
}

.btn-vanly::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.12) 50%, transparent 100%);
  transform: translateX(-120%);
  opacity: 0;
  pointer-events: none;
}

.btn-vanly:hover::after {
  opacity: 1;
  animation: vanly-shimmer 0.85s ease;
}

.glassmorphic-card,
.content-overlay,
.service-detail,
.service-card,
.btn-cta,
.btn-custom,
.login-btn {
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.glassmorphic-card:hover,
.content-overlay:hover,
.service-detail:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.service-card:hover {
  transform: translateY(-6px);
}

.reveal,
.slider-reveal {
  --reveal-y: 16px;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

html.motion-ready .reveal,
html.motion-ready .slider-reveal {
  opacity: 0;
  transform: translate3d(0, var(--reveal-y, 16px), 0);
  transition:
    opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}

html.motion-ready .reveal.is-visible,
html.motion-ready .slider-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.reveal--hero,
.slider-reveal.slider-feature {
  --reveal-y: 12px;
}

.reveal--section,
.slider-reveal.slider-large {
  --reveal-y: 18px;
}

.reveal--card,
.slider-reveal.slider-medium,
.slider-reveal.slider-small {
  --reveal-y: 14px;
}

/* Title with shadow */
.hero-title {
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  font-size: 72px !important;
  font-weight: 800;
  line-height: 72px;
  font-family: 'poppins', 'Inter', sans-serif;
}
.banner-title {
  font-size: 48px;
}
/* Marketplace link color */
.marketplace-link {
  color: rgb(var(--foreground-rgb));
}

.marketplace-link .highlight {
  color: rgb(var(--secondary-rgb));
}

.lead-text {
  margin-left: 90px;
  margin-right: 90px;
}

.feature-list li i {
  color: rgba(var(--primary-rgb));
}

.service-svg {
  width: 32px;
  height: 32px;
}
.shiper-svg {
  width: 54px;
  height: 54px;
}

.service-card {
  /* height: 170px; */
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  color: white;
  overflow: hidden;
  border: 1px solid var(--primary-rgb);
  backdrop-filter: blur(10px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition:
    transform 0.24s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.24s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.24s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.24s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: var(--primary-rgb);
  border: 1px solid var(--primary-rgb);
  box-shadow: 0 0 20px 0px rgba(var(--primary-rgb), 1);
}
.service-1 {
  background-image: linear-gradient(rgba(10, 25, 47, 0.6), rgba(10, 25, 47, 0.6)), url('../img/01.png');
}
.service-2 {
  background-image: linear-gradient(rgba(10, 25, 47, 0.6), rgba(10, 25, 47, 0.6)), url('../img/02.png');
}
.service-3 {
  background-image: linear-gradient(rgba(10, 25, 47, 0.6), rgba(10, 25, 47, 0.6)), url('../img/03.png');
}
.service-4 {
  background-image: linear-gradient(rgba(10, 25, 47, 0.6), rgba(10, 25, 47, 0.6)), url('../img/04.png');
}
.service-5 {
  background-image: linear-gradient(rgba(10, 25, 47, 0.6), rgba(10, 25, 47, 0.6)), url('../img/05.jpg');
}
.service-6 {
  background-image: linear-gradient(rgba(10, 25, 47, 0.6), rgba(10, 25, 47, 0.6)), url('../img/06.png');
}
.icon-wrapper {
  background-color: rgba(var(--primary-rgb), 0.1);
  border-radius: 50%;
  padding: 0.75rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s ease;
}

.service-card:hover .icon-wrapper {
  background-color: rgba(var(--primary-rgb), 0.3);
}

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

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

  .reveal,
  .slider-reveal,
  .custom-navbar,
  .logo-img,
  .main-section::before {
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
  }
}
.custom-bullets {
  list-style: none;
  padding-left: 0;
}

.custom-bullets li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  color: #0a192f;
  font-size: 1rem;
}

/* custom bullet */
.custom-bullets li::before {
  content: '•';
  position: absolute;
  left: 0;
  top: 5px;
  color: white;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
}
/* Primary style */
.btn-custom-primary {
  background: rgba(0, 220, 255, 0.8) !important;
  color: rgb(10, 25, 47) !important;
  border: 1px solid rgba(0, 220, 255, 0.5) !important;
  backdrop-filter: blur(6px) !important;
  transition:
    transform 0.22s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.22s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.22s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.22s cubic-bezier(0.22, 1, 0.36, 1);
}

.btn-custom-primary:hover {
  background: rgb(0, 220, 255) !important;
  box-shadow: 0 0 20px rgba(0, 220, 255, 0.6) !important;
  transform: translateY(-2px) !important;
}

/* .btn-custom-primary:active {
  transform: translateY(0) !important;
} */

/* Secondary style */
.btn-custom-secondary {
  background: rgba(130, 0, 255, 0.8) !important;
  color: rgb(225, 225, 225) !important;
  border: 1px solid rgba(130, 0, 255, 0.5) !important;
  backdrop-filter: blur(6px) !important;
  transition:
    transform 0.22s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.22s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.22s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.22s cubic-bezier(0.22, 1, 0.36, 1);
}

.btn-custom-secondary:hover {
  background: rgb(130, 0, 255) !important;
  box-shadow: 0 0 20px rgba(130, 0, 255, 0.6) !important;
  transform: translateY(-2px) !important;
}

.btn-custom-secondary:active {
  transform: translateY(0) !important;
}

/* Outline style */
.btn-custom-outline {
  background: transparent !important;
  border: 1px solid rgb(0, 220, 255) !important;
  color: rgb(0, 220, 255) !important;
  box-shadow: 0 0 10px rgba(50, 80, 120, 0.3) !important;
}

.btn-custom-outline:hover {
  background: rgba(0, 220, 255, 0.1) !important;
  /* color: white !important; */
  box-shadow: 0 0 15px rgba(50, 80, 120, 0.5) !important;
  transform: translateY(-2px) !important;
}

.btn-custom-outline:active {
  transform: translateY(0) !important;
}
.network-heading {
  background: linear-gradient(to right, #38bdf8, #67e8f9, #14b8a6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 2px 10px rgba(56, 189, 248, 0.3);
}
.market-heading {
  font-size: 60px;
  font-family: 'poppins', 'Inter', sans-serif;
  font-weight: 700;
  line-height: 60px;
}

/* 🔹 Custom utilities */
.cursor-pointer {
  cursor: pointer;
}

.hover-underline:hover {
  text-decoration: underline;
}

/* .card-hover-effect:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
} */

.shipper-info {
  padding-left: 32px;
  padding-right: 32px;
}

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

/* Custom colors (replace with your own CSS vars if using) */
.text-primary-custom {
  color: rgb(var(--primary-rgb));
}
.text-white-custom {
  color: rgb(var(--foreground-rgb));
}
.gradient-text-subtle {
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.9) 0%, rgba(var(--secondary-rgb), 0.9) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.content-overlay {
  background-color: rgba(var(--background-rgb), 0.75);
}
.text-secondary-custom {
  color: rgb(var(--secondary-rgb));
}

.text-muted-custom {
  color: rgb(var(--muted-foreground-rgb));
}

.text-card-custom {
  color: rgb(var(--card-foreground-rgb));
}

.text-foreground-custom {
  color: rgb(var(--foreground-rgb));
}

/* Tailwind-like utilities */
.hover-underline:hover {
  text-decoration: underline;
}

.cursor-pointer {
  cursor: pointer;
}

.text-shadow-subtle {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

/* Glassmorphic card style */
/* .glassmorphic-card {
   background: rgba(255, 255, 255, 0.05);
   border: 1px solid rgba(255, 255, 255, 0.2);
   backdrop-filter: blur(12px);
 } */

.glassmorphic-card {
  background: rgba(30, 50, 85, 0.7) !important;
  backdrop-filter: blur(8px) saturate(130%) !important;
  -webkit-backdrop-filter: blur(8px) saturate(130%) !important;
  border: 1px solid rgba(60, 90, 130, 0.5) !important;
  border-radius: 0.5rem !important;
  /* box-shadow: 0px 0px 3px 0px #f0f0f5 !important; */
  padding: 32px;
}
.glassmorphic-card.bg-danger {
  background: linear-gradient(135deg, rgba(220, 53, 69, 0.9), rgba(220, 53, 69, 0.75)) !important;
  backdrop-filter: blur(6px);
}

.service-detail {
  background: rgba(30, 50, 85, 0.7) !important;
  backdrop-filter: blur(8px) saturate(130%) !important;
  -webkit-backdrop-filter: blur(8px) saturate(130%) !important;
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  border: 1px solid transparent; /* prepare for border change */
}

.service-detail:hover {
  transform: translateY(-4px);
  border-color: rgb(var(--primary-rgb));
  box-shadow: 0 14px 30px rgba(var(--primary-rgb), 0.22);
}

.h-lg-100 {
  height: 100% !important;
}
.section-bg-transparent {
  background-color: rgba(var(--background-rgb), 0.75);
}

.step-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bg-cyan-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
  color: white;
}

.bg-slate {
  background-color: #1e293b80 !important;
}

.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}

.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}

.from-gray-900 {
  background-image: linear-gradient(
    to bottom right,
    rgb(17, 24, 39, 0.5) 0%,
    rgba(30, 58, 138, 0.8) 50%,
    rgba(88, 28, 135, 0.7) 100%
  ) !important;
}

.bg-pattern {
  background-image: url('../img/bg-image.avif');
  background-size: cover;
  opacity: 0.1;
}

/* Text colors */
.text-gray-300 {
  color: #d1d5db;
}

/* Shadows */
.text-shadow {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.text-shadow-subtle {
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

/* CTA Buttons */
.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 2.5rem;
  font-weight: bold;
  font-size: 1.125rem;
  /* ~text-lg */
  border-radius: 0.5rem;
  border: 1px solid transparent;
  transition:
    transform 0.24s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.24s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.24s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.24s cubic-bezier(0.22, 1, 0.36, 1);
  backdrop-filter: blur(6px);
}

.btn-cta:hover {
  transform: translateY(-2px);
}

/* Primary Button */
.primary-btn {
  background: rgba(0, 220, 255, 0.8);
  color: rgb(10, 25, 47);
  border-color: rgba(0, 220, 255, 0.5);
}

.primary-btn:hover {
  background: rgb(0, 220, 255);
  box-shadow: 0 0 20px rgba(0, 220, 255, 0.6);
}

/* Secondary Button */
.secondary-btn {
  background: rgba(130, 0, 255, 0.8);
  color: rgb(225, 225, 225);
  border-color: rgba(130, 0, 255, 0.5);
}

.secondary-btn:hover {
  background: rgb(130, 0, 255);
  box-shadow: 0 0 20px rgba(130, 0, 255, 0.6);
}

.btn-custom {
  padding: 1rem;
  background-color: var(--primary);
  color: white;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease-in-out;
}

.btn-custom:hover {
  background-color: rgba(var(--primary-rgb), 0.8);
  /* hover:bg-primary/80 */
}

/*Footer Css*/
/* Footer background & text */
.custom-footer {
  background: rgba(var(--background-rgb), 0.85);
  backdrop-filter: blur(6px);
  color: rgb(var(--muted-foreground-rgb));
  padding-top: 36px !important;
  padding-bottom: 24px !important;
  position: relative;
  overflow: hidden;
}

.custom-footer::before {
  content: '';
  position: absolute;
  inset: -20% 0 auto 0;
  height: 220px;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 20%, rgba(var(--primary-rgb), 0.12), transparent 34%),
    radial-gradient(circle at 80% 0%, rgba(var(--secondary-rgb), 0.1), transparent 30%);
  opacity: 0.85;
}

.footer-row,
.custom-footer .border-top {
  position: relative;
  z-index: 1;
}

.footer-row {
  margin-bottom: 28px !important;
}

/*input file css for registration form*/
.upload-area {
  width: 100%;
  min-height: 130px;
  border: 2px dashed rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.05);
  transition: border-color 0.24s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.24s cubic-bezier(0.22, 1, 0.36, 1);
}

.upload-area:hover {
  border-color: #4a90e2;
}

.upload-preview {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 10px;
}

.remove-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* Section container */
.consent-section {
  border-color: rgba(50, 80, 120, 0.3);
}

/* Section title */
.section-title {
  font-weight: 600;
  font-size: 1.25rem;
  color: rgb(10, 25, 47);
}

/* Checkbox styling */
.form-check-input {
  border: 1.5px solid rgb(0, 220, 255);
  width: 1.1rem;
  height: 1.1rem;
  cursor: pointer;
  transition:
    transform 0.18s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.18s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.18s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.18s cubic-bezier(0.22, 1, 0.36, 1);
  background-color: transparent !important;
}

.form-check-input:checked {
  background-color: rgb(0, 220, 255) !important;
  border-color: rgb(0, 220, 255);
}

/* Labels */
.form-check-label {
  font-size: 0.95rem;
  color: rgba(170, 180, 190, 1) !important;
  line-height: 1.5;
  cursor: pointer;
}
/* Base checkbox style */
.custom-checkbox {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #00bfff !important;
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  transition:
    transform 0.2s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.2s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.2s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.2s cubic-bezier(0.22, 1, 0.36, 1);
  outline: none;
}

/* On hover - light glow */
.custom-checkbox:hover {
  box-shadow: 0 0 6px #00bfff;
}

/* When checked */
.custom-checkbox:checked {
  background-color: #00bfff;
  border-color: #00bfff !important;
  box-shadow: 0 0 8px #00bfff;
}

.custom-checkbox:checked::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-checkboxinvalid {
  border-color: #00bfff !important;
}
label {
  font-weight: 500 !important;
  font-size: 14px;
  color: rgba(170, 180, 190, 1) !important;
}
/* Links inside labels */
.consent-link {
  color: rgb(0, 220, 255);
  text-decoration: none;
  font-weight: 500;
  transition:
    color 0.2s,
    transform 0.2s;
}

.consent-link:hover {
  text-decoration: underline;
  transform: translateY(-1px);
}

/* SVG icon color match */
.icon-check {
  color: rgb(0, 220, 255);
}
.hybrid-model-box {
  background-color: rgba(var(--primary-rgb), 0.05);
  border-color: rgb(var(--primary-rgb)) !important;
  border-left: 4px solid;
  border-radius: 0 0.5rem 0.5rem 0;
  font-size: 0.875rem;
}
.custom-placeholder::placeholder {
  color: #fff !important;
  opacity: 1;
}
::placeholder {
  color: var(--foreground-rgb) !important;
}
.text-primary1 {
  color: rgb(var(--primary-rgb)) !important;
}

.text-dark {
  color: rgb(var(--foreground-rgb)) !important;
}

.text-muted {
  color: rgb(var(--muted-foreground-rgb)) !important;
}

.border-4 {
  border-width: 4px !important;
}

.text-shadow-glow {
  text-shadow: 0 0 10px rgba(13, 110, 253, 0.4);
}

.timeline-section {
  position: relative;
  border-left: 2px solid rgb(var(--primary-rgb));
}

.timeline-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  background-color: var(--bs-primary);
}

/* Logo & Branding */
.footer-logo {
  height: 4.2rem !important;
  width: 6rem !important;
  object-fit: contain;
}

.footer-heading {
  font-size: 1.5rem;
  font-weight: 800;
  color: rgb(var(--foreground-rgb));
  display: block;
  line-height: 1.2;
}

.footer-subtitle {
  font-size: 0.9rem;
  opacity: 0.9;
  margin-top: -4px;
  color: rgba(255, 255, 255, 0.9);
}

.footer-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: .65rem;
  color: rgb(var(--foreground-rgb));
  font-family: 'Poppins', 'Inter', sans-serif;
}

.footer-links li a {
  font-size: 0.9rem;
  color: rgb(var(--muted-foreground-rgb));
  text-decoration: none;
  transition: color 0.3s ease;
  font-family: 'Inter', sans-serif;
}

.footer-links li {
  margin-bottom: 0.4rem !important;
}

.footer-links li a:hover {
  color: rgb(var(--primary-rgb));
}

.footer-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

.social-link {
  font-size: 24px;
  color: rgb(var(--muted-foreground-rgb));
  transition: color 0.3s ease;
}

.social-link:hover {
  color: rgb(var(--primary-rgb));
}

.sub-footer {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

.text-secondary-custom {
  color: rgb(var(--secondary-rgb));
}

.footer-brand {
  cursor: pointer;
}

.footer-brand:hover {
  text-decoration: underline;
}

footer .social-link {
  transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

footer .social-link:hover {
  transform: translateY(-4px) scale(1.04);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .main-section::before,
  .custom-footer::before,
  .logo-img {
    animation: none !important;
  }
}

@media (min-width: 1024px) {
  .brand-title {
    font-size: 2.4rem;
    line-height: 2.5rem;
  }

  .brand-subtitle {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .hero-section {
    padding-top: 14rem;
    padding-bottom: 8rem;
  }

  .action-btn {
    width: 28rem;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .navbar-collapse {
    position: static !important;
    opacity: 1 !important;
    max-height: none !important;
    width: auto !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin-top: 0 !important;
  }
  .custom-link {
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 12px !important;
  }
  .dropdown-menu.show {
    background-color: rgba(15, 30, 50, 0.9) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
    transition:
      opacity 0.22s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.22s cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 0.22s cubic-bezier(0.22, 1, 0.36, 1) !important;
    border-color: rgba(60, 90, 130, 0.4) !important;
    border: 1px solid;
  }

  .dropdown-item {
    color: white !important;
    font-size: 14px !important;
  }

  .dropdown-menu li:hover {
    background-color: rgba(15, 30, 50, 0.4);
  }

  .dropdown-item,
  .dropdown-item:hover,
  .dropdown-item:focus,
  .dropdown-item:active {
    color: white !important;
    background-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .fs-sm-14 {
    font-size: 14px !important;
  }
  .fs-md-16 {
    font-size: 16px !important;
  }
  .fs-md-18 {
    font-size: 18px !important;
  }
  .fs-sm-20 {
    font-size: 20px !important;
  }
  .fs-md-24 {
    font-size: 24px !important;
  }
  .fs-md-36 {
    font-size: 36px !important;
  }
  .btn-cta {
    padding: 1.5rem !important;
  }
  .shipper-info {
    padding-left: 10px;
    padding-right: 10px;
  }
  .roadmap-circle {
    width: 32px;
    height: 32px;
    left: -55px !important;
    background: #0a192f;
    border: 2px solid #06b6d4;
  }
}
@media (max-width: 768px) {
  .navbar-collapse {
    background-color: rgba(15, 30, 50, 0.9);
    border: 1px solid rgba(60, 90, 130, 0.4);
    border-radius: 0.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    padding: 1rem;
    margin-top: 0.5rem;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition:
      max-height 0.24s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.24s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.24s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    top: 75%;
    z-index: 999;
    width: 250px;
    right: 0;
    left: auto;
  }

  .navbar-collapse.show {
    max-height: 500px;
    opacity: 1;
    width: 250px;
    position: absolute;
    right: 20px;
    left: auto;
  }

  .dropdown-menu.show {
    background-color: rgba(15, 30, 50, 0.9) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
    transition:
      opacity 0.22s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.22s cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 0.22s cubic-bezier(0.22, 1, 0.36, 1) !important;
    border: 1px solid;
    position: absolute !important;
    right: 100% !important;
    left: auto !important;
    top: 0 !important;
  }

  .dropdown-menu li:hover {
    background-color: rgba(15, 30, 50, 0.4);
  }

  .dropdown-item {
    color: white !important;
    font-size: 14px !important;
  }

  .dropdown-item,
  .dropdown-item:hover,
  .dropdown-item:focus,
  .dropdown-item:active {
    color: white !important;
    background-color: transparent !important;
    box-shadow: none !important;
  }

  .custom-link {
    font-size: 12px !important;
    line-height: 20px;
    color: white !important;
    font-weight: 400 !important;
    padding-left: 8px !important;
    padding-right: 5px !important;
  }
  .brand-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .brand-subtitle {
    font-size: 1.275rem;
    line-height: 2.25rem;
  }

  .hero-section {
    padding-top: 12rem;
    padding-bottom: 6rem;
  }

  .action-btn {
    width: 24rem;
  }

  .hero-title {
    font-size: 60px !important;
  }
  .shipper-info {
    padding-left: 0px;
    padding-right: 0px;
  }
  .px-80 {
    padding: 0px 6px;
  }
  .market-heading {
    font-size: 36px !important;
    line-height: 1;
  }
  .fs-sm-48 {
    font-size: 48px;
  }
  .logo-img {
    height: 6.2rem !important;
    width: 6.2rem !important;
    object-fit: contain !important;
  }
  .fs-sm-16 {
    font-size: 16px !important;
  }
}

@media (max-width: 640px) {
  .brand-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .brand-subtitle {
    font-size: 1.2rem;
    line-height: 1rem;
  }
}

@media (max-width: 475px) {
  .logo-img {
    height: 5.2rem !important;
    width: 6rem !important;
    object-fit: contain !important;
  }
  .brand-title {
    font-size: 1rem;
    line-height: 1.75rem;
  }
  .fs-sm-12 {
    font-size: 12px !important;
  }
  .fs-sm-14 {
    font-size: 14px !important;
  }
  .fs-sm-16 {
    font-size: 16px !important;
  }
  .fs-sm-18 {
    font-size: 18px !important;
  }
  .fs-sm-20 {
    font-size: 20px !important;
  }
  .fs-sm-24 {
    font-size: 24px !important;
  }
  .fs-28 {
    font-size: 28px !important;
  }
  .fs-sm-30 {
    font-size: 30px !important;
  }
  .fs-sm-36 {
    font-size: 36px !important;
  }

  .custom-heading {
    font-size: 18px !important;
  }

  .glassmorphic-card {
    padding: 20px !important;
  }
  .brand-subtitle {
    font-size: 1rem;
    line-height: 1.75rem;
  }
  .hero-title {
    font-size: 36px !important;
  }
  .banner-title {
    font-size: 36px;
  }
  .hero-section {
    padding-top: 10rem;
    padding-bottom: 5rem;
    min-height: 100vh;
  }

  .shipper-info {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .px-80 {
    padding: 0px 10px !important;
  }
  .dropdown-menu.show {
    background-color: rgba(15, 30, 50, 0.9) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
    transition:
      opacity 0.22s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.22s cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 0.22s cubic-bezier(0.22, 1, 0.36, 1) !important;
    border: 1px solid;
    position: absolute !important;
    right: 80% !important;
    left: auto !important;
    top: 0 !important;
  }

  .lead-text {
    margin-left: 0px;
    margin-right: 0px;
  }
  .service-img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 256px !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .service-svg {
    width: 32px;
    height: 32px;
  }
  .shiper-sm-svg {
    width: 40px;
    height: 40px;
  }
  .pa-sm-14 {
    padding: 14px;
  }
  .pa-sm-17 {
    padding: 17px;
  }
  .pa-sm-24 {
    padding: 24px;
  }
  .py-sm-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .custom-link {
    font-size: 14px !important;
  }
}

/* ── Table horizontal scroll ─────────────────────────────────── */
.table-responsive,
.dataTables_scrollBody,
.dataTables_scrollHead {
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
}

/* Always-visible, styled scrollbar for Webkit browsers */
.table-responsive::-webkit-scrollbar,
.dataTables_scrollBody::-webkit-scrollbar {
  height: 6px;
}
.table-responsive::-webkit-scrollbar-track,
.dataTables_scrollBody::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 4px;
}
.table-responsive::-webkit-scrollbar-thumb,
.dataTables_scrollBody::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.35);
  border-radius: 4px;
}
.table-responsive::-webkit-scrollbar-thumb:hover,
.dataTables_scrollBody::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.6);
}

/* DataTables scrollX wrapper alignment */
.dataTables_wrapper .dataTables_scroll {
  overflow: hidden;
}
.dataTables_wrapper .dataTables_scrollBody {
  border-left: none !important;
}

/* Remove the DataTables responsive control column entirely */
table.dataTable > thead > tr > th.control,
table.dataTable > tbody > tr > td.control {
  display: none !important;
}
