:root {
  --bs-body-font-family: "Manrope", sans-serif;
  --primary-color: #2563EB;
  --primary-color-light: #60A5FA;
  --secondary-color: #121A2E;
  --secondary-color-dark: #0B1023;
  --accent1: #E0F2FE;
  --accent2: #F3F6FA;
  --accent3: #004EE5;
}
.bg-light {
  background-color: var(--accent2) !important;
}
.bg-dark, .text-bg-dark, .footer {
  background-color: var(--secondary-color) !important;
}
.accordion-button, .btn {
  font-weight: 500;
}
.accordion-button:not(.collapsed) {
  background-color: var(--accent1);
  color: var(--primary-color);
}
.btn-primary {
  --bs-btn-bg: var(--primary-color);
  --bs-btn-border-color: var(--primary-color);
  --bs-btn-hover-bg: var(--primary-color);
  --bs-btn-hover-border-color: var(--primary-color);
  --bs-btn-active-bg: var(--primary-color);
  --bs-btn-active-border-color: var(--primary-color);
  --bs-btn-disabled-bg: var(--primary-color-light);
  --bs-btn-disabled-border-color: var(--primary-color-light);
}
.btn-outline-primary {
  --bs-btn-color: var(--primary-color);
  --bs-btn-border-color: var(--primary-color);
  --bs-btn-hover-bg: var(--primary-color);
  --bs-btn-hover-border-color: var(--primary-color);
  --bs-btn-active-bg: var(--primary-color);
  --bs-btn-active-border-color: var(--primary-color);
  --bs-btn-disabled-color: var(--primary-color-light);
  --bs-btn-disabled-border-color: var(--primary-color-light);
  background-color: #fff;
}
.card .table {
  margin-bottom: 0;
  border-color: #dee2e6;
}
.card .table thead th {
  background: var(--primary-color);
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-color: var(--primary-color);
  padding: 16px;
  vertical-align: middle;
}
/* .card .table thead th:hover,
.card .table thead tr:hover th {
    background: var(--accent2)!important;
   color: #000;
    border-color: var(--accent2);
} */
.card .table tbody td {
  padding: 14px 16px;
  vertical-align: middle;
}
.card .table tbody td:first-child {
  font-weight: 600;
  background: #f8f9fa;
}
.card .table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.card .table td:not(:first-child), .card .table th:not(:first-child) {
  text-align: center;
}
.card .table tbody tr td {
  border-color: #e9ecef;
}
.card {
  border: 0;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  overflow: hidden;
}
.table-responsive {
  border-radius: 12px;
}
.table + p {
  font-size: 0.875rem;
  color: #6c757d;
  margin: 1rem;
  text-align: center;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.card .table {
  min-width: 700px;
}
.card .table th, .card .table td {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .card .table {
    min-width: 600px;
  }
  .card .table th, .card .table td {
    padding: 10px;
    font-size: 14px;
  }
}
.text-primary {
  color: var(--primary-color) !important;
}
.text-bg-dark a {
  color: var(--primary-color) !important;
}
.text-bg-dark .btn-primary {
  color: #fff !important;
}
body {
  font-family: var(--bs-body-font-family);
}
a {
  color: var(--primary-color);
  text-decoration: none;
}
h1, h2, h3, .h3 {
  font-weight: 800;
}
h3, .h3 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 4px;
}
.form-control, .form-select {
  font-size: 14px;
}
.card-title {
  margin-bottom: 4px;
}
.lead {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.section, .hero, .footer {
  padding: 72px 8px;
}
.navbar {
  padding: 16px 0;
  font-size: 14px;
  background: #2B0E63;
  background: linear-gradient(90deg, rgba(11, 16, 35, 1) 50%, rgba(37, 99, 235, 1) 100%);
  color: #fff;
}
.navbar-brand img {
  height: 40px;
}
.navbar .nav-link, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #fff;
}
.navbar-collapse {
  padding-top: 8px;
}
.dropdown-item-text {
  font-size: 12px;
  font-weight: bold;
}
.dropdown-item {
  font-size: 14px;
}
.icon-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.icon-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}
.icon-list li i {
  color: var(--primary-color);
  font-size: 16px;
}
.list-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-nav li {
  margin: 8px 0;
}
.lines-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 8px;
}
.line-card {
  border-radius: 8px;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #E5EAF4;
  box-shadow: 0 6px 18px rgba(16, 24, 40, .04);
}
.line-card i {
  color: var(--primary-color);
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 12px;
}
.line-card span {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  min-height: 32px;
}
.footer {
  color: #fff;
  font-size: 14px;
}
.footer .h6 {
  font-weight: 800;
}
.footer a {
  color: rgba(255, 255, 255, .7) !important;
  padding: 4px 0;
  display: inline-block;
}
.footer a:hover {
  color: rgba(255, 255, 255, 1) !important;
}
.footer .footer-heading {
  font-weight: 800;
}
.footer .footer-logo img {
  max-height: 40px;
  margin-bottom: 16px;
}
.hero, .cta-section, .text-bg-dark {
  background: #2B0E63;
  background: linear-gradient(90deg, rgba(11, 16, 35, 1) 50%, rgba(37, 99, 235, 1) 100%);
  color: #fff;
}
.cta-section {
  text-align: center;
}
.logos-section {
  background: linear-gradient(180deg, rgba(7, 21, 45, 0.75) 0%, rgba(4, 17, 37, 0.75) 100%);
  border: 1px solid rgba(77, 148, 255, 0.2);
  border-radius: 16px;
  padding: 16px;
}
.logos-main {
  display: flex;
  align-items: center;
  gap: 30px;
}
.logo-text {
  min-width: 200px;
  color: var(--white);
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}
.logos-scroll {
  overflow: hidden;
  flex: 1;
  position: relative;
  width: 100%;
}
.logos-wrapper {
  display: flex;
  align-items: center;
  width: max-content;
  animation: scrollLogos 60s linear infinite;
}
.logo-item {
  width: 140px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
}
.logo-item img {
  max-width: 100px;
  max-height: 32px;
  object-fit: contain;
  opacity: .80;
  transition: .25s ease;
}
.logo-item img:hover {
  opacity: 1;
  transform: translateY(-1px);
}
@keyframes scrollLogos {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.logos-scroll:hover .logos-wrapper {
  animation-play-state: paused;
}
.top-strip {
  font-size: 14px;
}
.icon-box i {
  color: var(--primary-color);
  font-size: 24px;
  line-height: 24px;
}
.company-list {
  list-style: none;
  margin: 0 0 16px 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(144px, 1fr));
  gap: 8px;
}
.company-list li {
  border-radius: 8px;
  min-height: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  border: 1px solid #E5EAF4;
  box-shadow: 0 6px 18px rgba(16, 24, 40, .04);
  background-color: #fff;
  padding: 4px;
}
.company-list img {
  max-height: 28px;
  max-width: 144px;
}
.stats-wrapper {
  display: flex;
}
.stats-item {
  width: 25%;
  font-size: 14px;
}
.stats-item .h3 {
  font-weight: 800;
}
.glossary-nav a {
  padding: 8px;
}
.nav-carriers .nav-link {
  text-align: left;
  border-radius: 8px;
}
.nav-carriers .nav-link.active {
  background-color: var(--secondary-color);
  color: #fff;
  border-radius: 8px;
}
.nav-carriers .nav-link span {
  display: none;
}
.gradient-background {
  background-image: linear-gradient(170deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(240, 245, 255, 1) 40%, rgba(230, 245, 255, 1) 45%, rgba(240, 220, 255, 1) 55%, rgba(240, 230, 255, 1) 60%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* height: 100vh;
  width: 100vw; */
}
/* Mobile */
@media(max-width:767px) {
  .logos-main {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .logo-text {
    min-width: 100%;
  }
  .logo-item {
    width: 100px;
    height: 50px;
  }
  .logo-item img {
    max-width: 64px;
    max-height: 24px;
  }
}
/* Large */
@media screen and (min-width: 768px) {
  .columns-md-2 {
    columns: 2;
    column-gap: 16px;
  }
}
/* Large */
@media screen and (min-width: 992px) {
  .columns-lg-3 {
    columns: 3;
    column-gap: 16px;
  }
  .columns-lg-4 {
    columns: 4;
    column-gap: 16px;
  }
  .columns-lg-2 {
    columns: 2;
    column-gap: 16px;
  }
}
/* Extra large */
@media screen and (min-width: 1200px) {
  .mega-menu {
    width: 560px;
  }
  .mega-menu .dropdown-item {
    white-space: normal;
  }
}
/* Extra extra large */
@media screen and (min-width: 1400px) {
  .mega-menu {
    width: 700px;
  }
}
.header-wrapper {
  position: sticky;
  top: 0;
  z-index: 1050;
}
.card-link i {
  vertical-align: middle;
}
.steps-flow .card {
  overflow: inherit;
}
.steps-flow .badge {
  position: absolute;
  top: -9px;
}
.steps-flow .card-body {
  padding-top: 30px;
}
.steps-flow .bg-primary {
  --bs-bg-opacity: 1;
  background-color: var(--primary-color) !important;
}
.steps-flow .h4 {
  font-size: 16px;
  font-weight: 600;
}
.plan-price {
  font-size: 28px;
  font-weight: bold;
  margin-top: 6px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 18px;
    padding-left: 18px;
  }
}
/* Pricing Card Badge */
.pricing-card {
  overflow: visible !important;
}
.pricing-badge {
  position: absolute;
  top: -12px;
  right: 18px;
  z-index: 1000;
  padding: 6px 14px;
  border-radius: 20px;
}
.pricing-price-block {
  height: 106px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sitemap-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sitemap-links li {
  margin: 8px 0px;
}
.sitemap-links a {
  text-decoration: none;
  color: #333;
  padding: 2px 6px;
}
.sitemap-links a:hover {
  background-color: #f0f0f0;
}
.sitemap-links > li > a {
  font-weight: 500;
  display: inline-block;
}
.sitemap-links > li > ul {
  list-style: square;
}