@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
 
 :root {
  /* =========================
     Primary Brand Colors
  ========================== */
  --primary-color: #045bad;
  --primary-dark: #0158A8;
  --secondary-color: #1e88e5;
  --accent-color: #155dfc;
  /* =========================
     Gradient Colors
  ========================== */
  --primary-gradient: linear-gradient(180deg, #011B64 0%, #0158A8 100%);
  --blue-gradient: linear-gradient(90deg, #0336c7 0%, #0a6ddb 100%);
  --light-gradient: linear-gradient(180deg, #f5f9ff 0%, #eaf3ff 100%);
  /* =========================
     Background Colors
  ========================== */
  --white-color: #ffffff;
  --body-bg: #f5f7fb;
  --section-bg: #eef2f7;
  --dark-bg: #002c8a;
  /* =========================
     Text Colors
  ========================== */
  --heading-color: #1b1b1b;
  --text-color: #5f6368;
  --text-light: #8a8a8a;
  --white-text: #ffffff;
}
body {
  font-family: Inter;
}
/* =========================
   Global Font Sizes
========================== */
h1 {
  font-size: 48px;
  line-height: 1.1;
  font-weight: 700;
}
h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
}
h3 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
}
h4 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}
h5 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
}
h6 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
}
p {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  font-weight: 400;
}
.pad {
  padding: 80px 0px;
}
.container {
  max-width: 1320px;
  padding: 0 20px;
}

/**Buttons**/
a.btn-globel.outline {
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
  transition-duration: .3s;
}
.btn-globel {
  text-decoration: none;
  border-radius: 64px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  padding: 8px 35px;
  border: 1px solid transparent
}
a.btn-globel.outline:hover {
  background: var(--accent-color);
  color: var(--white-color);
}
a.btn-globel.filled {
  background: var(--accent-color);
  color: var(--white-color);
}
a.btn-globel.filled:hover {
  border-color: 1px solid var(--accent-color);
  color: var(--accent-color);
  background: transparent;
}

section {
  overflow: hidden;
}

/* ═══════════════════════ TOP BAR ═══════════════════════  */
.topbar {
  background: var(--primary-gradient);
  text-align: center;
  padding: 10px 0px;
}
.topbar p {
  color: var(--white-text);
  font-size: 14px;
}
.announcement {
  display: flex;
  justify-content: center;
  align-items: center;
}
.announcement span {
  margin: 0 10px 0 20px;
  border-bottom: 1px solid;
}
.announcement a {
  background: transparent;
  color: #fff;
  font-size: 12px;
  border: 1px solid;
  border-radius: 64px;
  padding: 5px 12px;
  text-decoration: none;
  transition-duration: .3s;
}
.announcement a:hover {
  background: #fff;
  color: var(--accent-color);
  border-color: transparent;
}
/* ═══════════════════════ HEADER ═══════════════════════  */
.nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo-icon img {
  height: 40px;
}
.nav-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 32px;
}
.nav-menu ul li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-decoration: none;
  color: #364153;
  transition-duration: .3s
}
.nav-menu ul li a:hover {
  color: var(--primary-dark);
}
header {
  border-bottom: 1px solid #1f51ff33;
  padding: 15px 0;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 10;
}
.btn-globel {
  text-decoration: none;
  border-radius: 64px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  height: 44px;
  padding: 8px 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-cta {
  display: flex;
  gap: 12px;
}
.offcanvas {
  background: var(--primary-gradient);
}
.offcanvas h5.offcanvas-title {
  color: #fff;
}
.offcanvas .btn-close {
  opacity: 1;
}
.offcanvas ul li {
  width: 100%;
  display: inline-flex;
}
.offcanvas ul li a {
  color: #fff;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  width: 100%;
  text-decoration: none;
}
.offcanvas a.btn-globel.outline {
  border-color: rgba(255,255,255,0.2);
  color: #fff;
}
.offcanvas-header {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  margin: 0 0 60px 0;
  background: #fff;
}
/* ═══════════════════════ HERO ═══════════════════════  */


.home-hero-section {
    display: flex;
    align-items: center;
    padding: 60px 0 0 0;
    background: repeating-linear-gradient(90deg,
	 transparent,
	 transparent 39px,
	 rgba(255,255,255,0.12) 39px,
	 rgba(255,255,255,0.12) 40px
	 ),

	 repeating-linear-gradient(
	 0deg,
	 transparent,
	 transparent 37px,
	 rgba(255,255,255,0.12) 39px,
	 rgba(255,255,255,0.12) 40px
	 ),

	 radial-gradient(
	 ellipse 80% 70% at 95% 50%,
	 #002c8a 0%,
	 #0f3ea3 0%,
	 #4f7fe0 50%,
	 #b7cbf7 73%,
	 #FFFFFE 100%
	 );
    background-blend-mode: overlay, overlay, normal;
}


.swiper-slide-flex {
    display: flex;
    gap: 60px;
    align-items: center;
}

.swiper-left-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: -80px 0 0 0;
}

.hero-buttons {
    display: inline-flex;
    gap: 20px;
}

.swiper-right-image {
    width: 50%;
    text-align: right;
}
.swiper-right-image img {
    width: 100%;
}


.car-button-arrow {
    position: absolute;
    bottom: 85px;
    z-index: 100;
    display: flex;
    align-items: center;
    gap: 20px;
}
.swiper .dots, .dots {
  display: flex;
  gap: 10px;
  align-items: center;
}
.swiper .dot, .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #cbd5e1;
  cursor: pointer;
  transition: all 0.4s ease;
}
.swiper .dot.active, .dot.active {
  width: 40px;
  border-radius: 20px;
  background: var(--accent-color);
}
.swiper .arrow{
    background: linear-gradient(180deg, #1F51FF 0%, #999999 100%) !important;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
}
.arrow.disabled {
    opacity: 0.4;
    pointer-events: none;
    cursor: not-allowed;
}

/* ═══════════════════════ SIGN-UP-HERO ═══════════════════════  */


.blue-text {
  color: var(--primary-dark);
}
.feature-list {
  display: flex;
  gap: 28px;
  margin-top: 25px;
  flex-wrap: wrap;
}
.feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #5b6475;
  font-size: 15px;
  font-weight: 500;
}
.feature-item i {
  color: #2563eb;
  font-size: 18px;
}
.hero-image {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 50px 0 10px 0;
}
.hero-image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.tracking-btn {
  background: var(--accent-color);
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 10px;
  font-size: 13px;
  width: 100%;
  margin-top: 10px;
}
.chart-bars {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 40px;
  margin-top: 10px;
}
.chart-bars span {
  width: 10px;
  background: #2563eb;
  border-radius: 3px 3px 0 0;
}
.form-box {
  background: #fff;
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0px 16px 35px 0px #0000001A, 0px 63px 63px 0px #00000017;
  max-width: 485px;
  margin: auto;
  position: relative;
  z-index: 2;
  border: 1px solid rgba(0,0,0,0.1);
}
.form-title {
  font-size: 28px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 18px;
}
.custom-input {
  height: 46px;
  border-radius: 64px;
  border: 1px solid #e5e7eb;
  padding-left: 16px;
  font-size: 15px;
}
.custom-input:focus {
  outline: none !important;
  border-color: unset !important;
  box-shadow: none !important;
}
.btn-blue {
  margin-top: 15px;
  width: 100%;
}
.terms {
  text-align: center;
  font-size: 12px;
  color: #9ca3af;
  margin: 15px 0;
}
.terms span {
  color: var(--primary-color);
}
.form-divider {
  text-align: center;
  position: relative;
  margin: 18px 0;
  color: #9ca3af;
  font-size: 14px;
}
.form-divider::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #e5e7eb;
  transform: translateY(-50%);
  left:0;
  right:0
}
.form-divider span {
  padding: 0 10px;
  position: relative;
  z-index: 2;
  background: #fff;
}
.social-btns {
  display: flex;
  gap: 12px;
}
.social-btn {
    flex: 1;
    border: 1px solid #e5e7eb;
    border-radius: 64px;
    height: 44px;
    background: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    gap: 2px;
}
.social-btn img {
  max-width: 25px;
}

.track-wrapper {
    margin: 30px 0 0;
}
.track-btn {
    display: flex;
    gap: 40px;
    margin: 0 0 10px 0;
}
.track-btn .tab-btns {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 50%;
} 
.track-right {
    width: 50%;
}
.track-right  .truck-img {
    width: 100%;
    margin: 0;
}
.tab-content-main .tab-pane {
    display: none;
}
.tab-content-main .tab-pane.active {
    display: block;
}
.track-btn .tab-btns .tracktab-btn {
    padding: 8px 16px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    background: #fff;
    font-weight: 600;
    font-size: 14px;
    color: #000;
}
.track-btn .tab-btns .tracktab-btn.active {
    background: #f3e8ff;
    color: #9333ea;
    border: none;
}

.bus-main {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.form-box-grad {
  position: absolute;
  left: -50px;
  top: -100px;
  bottom: 0;
  height: 100%;
  z-index: 0;
}
.form-box-grad img {
  width: 100%;
  height: 100%;
}

/* ═══════════════════════ BRAND SECTION ═══════════════════════  */
.brand-main {
  background-color: var(--dark-bg);
  overflow: hidden;
  padding: 60px 0px;
}
.brand-title {
  overflow: hidden
}
.brand-crousel {
  width: 100%;
  overflow: hidden;
  padding: 20px 0 0;
  position: relative;
  background: transparent;
}
.brand-track {
  display: flex;
  align-items: center;
  gap: 60px;
  width: max-content;
  will-change: transform;
  animation: scroll 25s linear infinite;
}
.brand-track img {
  height: 38px;
  width: auto;
  object-fit: cover;
  flex-shrink: 0;
  user-select: none;
  pointer-events: none;
}
@keyframes scroll {
  0% {
  transform: translateX(0);
}
100% {
  transform: translateX(-50%);
}
}
.brand-crousel:hover .brand-track {
  animation-play-state: paused;
}
.brand-title {
  text-align: center;
  color: #fff;
}
/* ═══════════════════════ SHIP-LIMITS ═══════════════════════  */
.section-header h2 {
  color: var(--heading-color);
  text-align: center;
}
h2 span {
  color: var(--primary-color);
}
.ship-limits .ship-box-main {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 40px;
}
.ship-limits .col-md-4 {
  width: 33.3333%;
  padding: 15px;
  box-sizing: border-box;
}
.ship-block {
  height: 100%;
}
.sblock-bg.color-one {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sblock-bg.color-one h4 {
  margin: 0px;
}
.sblock-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ship-limits .col-md-4:nth-child(1) .sblock-icon {
  background: #e74c3c;
}
.ship-limits .col-md-4:nth-child(2) .sblock-icon {
  background: #2ecc71;
}
.ship-limits .col-md-4:nth-child(3) .sblock-icon {
  background: #f39c12;
}
.ship-limits .col-md-4:nth-child(4) .sblock-icon {
  background: #9b59b6;
}
.ship-limits .col-md-4:nth-child(5) .sblock-icon {
  background: #1abc9c;
}
.ship-limits .col-md-4:nth-child(6) .sblock-icon {
  background: #1abc9c;
}
.sblock-bg {
  padding: 25px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #ddd;
  transition: 0.3s ease;
  height: 100%;
}
.ship-limits .col-md-4:nth-child(1) .sblock-bg {
  border-color: #ff6b6b;
}
.ship-limits .col-md-4:nth-child(2) .sblock-bg {
  border-color: #4dabf7;
}
.ship-limits .col-md-4:nth-child(3) .sblock-bg {
  border-color: #51cf66;
}
.ship-limits .col-md-4:nth-child(4) .sblock-bg {
  border-color: #f59f00;
}
.ship-limits .col-md-4:nth-child(5) .sblock-bg {
  border-color: #845ef7;
}
.ship-limits .col-md-4:nth-child(6) .sblock-bg {
  border-color: #22b8cf;
}
.sblock-bg:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
/* ═══════════════════════ SHIPMENT STAGES  ═══════════════════════  */
.shipment-stages-section {
  background: #f3f4fa;
}
.shipment-block {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-top: 50px;
}
.shipment-block::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 9%;
  width: 82%;
  border-top: 2px dotted #0a5eb7;
  z-index: 0;
}
.shipment-stage {
  width: 20%;
  text-align: center;
  position: relative;
  z-index: 2;
}
.shipment-icon {
  width: 78px;
  height: 78px;
  background: #D0DDEA;
  border-radius: 50%;
  margin: 0 auto 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shipment-icon svg {
  width: 34px;
  height: 34px;
}
.shipment-content h4 {
  font-weight: 700;
  color: #1d2433;
  margin-bottom: 12px;
}
.shipment-content p {
  line-height: 1.6;
  color: #596273;
  max-width: 240px;
  margin: auto;
}
/* ═══════════════════════ Top Courier Partners  ═══════════════════════  */
.courier-partners-main .brand-track img {
  height: 70px;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 14px;
  padding: 5px 10px
}
.courier-partners-main .brand-crousel {
  margin: 20px 0 0;
}
/* ═══════════════════════ AI-AUTOMATION  ═══════════════════════  */
.ai-automation-section {
  background:var(--primary-gradient);
  padding: 90px 0;
  overflow: hidden;
}
.ai-automation-section .ai-automation-boxes:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ai-automation-boxes {
  margin-top: 30px;
}
.ai-automation-block {
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  padding: 24px;
  height: 100%;
  min-height: 215px;
  backdrop-filter: blur(6px);
  transition: 0.3s ease;
  position: relative;
}
.ai-automation-block:hover {
  transform: translateY(-5px);
}
.ai-automation-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}
.ai-automation-icon svg {
  width: 26px;
  height: 26px;
}
.ai-automation-content h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
}
.ai-automation-content p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
  max-width: 290px;
}
/* Robot */
.ai-automation-image {
  text-align: center;
}
.ai-automation-image img {
  width: 100%;
  max-width: 320px;
  object-fit: contain;
  animation: floatRobot 3s ease-in-out infinite;
}
@keyframes floatRobot {
  0% {
  transform: translateY(0px);
}
50% {
  transform: translateY(-12px);
}
100% {
  transform: translateY(0px);
}
}
/* ═══════════════════════ Testimonial-section  ═══════════════════════  */
.testimonial-section {
  background: linear-gradient(135deg, rgba(215, 214, 216, 0.5) 0%, #E3E6EC 51.44%, rgba(215, 214, 216, 0.5) 100%);
}
.testimonial-card {
  background: #fff;
  padding: 35px;
  border-radius: 16px;
  transition: 0.3s;
  height: 100%;
  box-shadow: 0px 10px 15px -3px #0000001A;
  margin: 20px 0;
}
.testimonial-card:hover {
  transform: translateY(-5px);
}
.stars {
  color: #fbbf24;
  font-size: 18px;
  margin-bottom: 10px;
}
.testimonial-block {
  margin-top: 20px;
}
.testimonial-card p {
  color: #364153;
  margin-bottom: 20px;
  font-weight: 600;
}
/* User */
.user {
  display: flex;
  align-items: center;
  gap: 12px;
}
.user img {
  width: 45px !important;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}
.user h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
.user span {
  font-size: 12px;
  color: #777;
}
/* Owl Nav */
.owl-nav button {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background: linear-gradient(180deg, #1F51FF 0%, #999999 100%) !important;
  color: #fff !important;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.owl-nav .owl-prev {
  left: -40px;
}
.owl-nav .owl-next {
  right: -40px;
}
.owl-dots {
  display: none;
}
.owl-dot span {
  width: 10px;
  height: 10px;
  background: #ccc;
  display: block;
  border-radius: 50%;
  margin: 5px;
}
.owl-dot.active span {
  background: #0d6efd;
}
/* ═══════════════════════ STATUS  ═══════════════════════  */
.status-section {
  padding: 60px 0;
}
.status-section {
  background: var(--primary-gradient);
}
.status-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
}
.status-content {
  color: var(--body-bg);
}
/**Solutions For Every Business**/
.business-solution-block {
  padding: 25px;
  border-radius: 25px;
  margin-bottom: 24px;
  transition: 0.3s ease;
}
.business-solution-block:hover {
  transform: translateY(-5px);
}
.business-solution-section  .row {
  position: relative;
}
.gradiant-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  z-index: -1;
  height: 100%;
}
.gradiant-bg img {
  height: 100%;
  width: auto;
}
.bs-content {
  max-width: 260px;
}
.bg1 {
  background: linear-gradient(135deg, rgba(194, 122, 255, 0.2) 0%, #FFFFFF 100%);
}
.bg2 {
  background: linear-gradient(135deg, rgba(38, 90, 244, 0.2) 0%, #FFFFFF 100%);
}
.bg3 {
  background: linear-gradient(135deg, #FDDADF 0%, #FFFFFF 100%);
}
.bg4 {
  background: linear-gradient(135deg, rgba(219, 145, 70, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
}
.bg5 {
  background: linear-gradient(135deg, #D1EFCD 0%, #FFFFFF 100%);
}
.bg6 {
  background: linear-gradient(135deg, #B8B2AD 0%, #FFFFFF 71.15%);
}
.bg7 {
  background: linear-gradient(135deg, #9FBED1 0%, #FFFFFF 100%);
}
.bs-icon {
  background: linear-gradient(135deg, #1F51FF 0%, #2B7FFF 100%);
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin: 0 0 16px 0;
}
.bs-image {
  display: flex;
  justify-content: flex-end;
  max-width: 300px;
  margin-left: auto;
  margin-right: -25px;
  margin-bottom: -25px;
}
.bs-image img {
  width: 300px;
  height: 250px;
  object-fit: contain;
  object-position: bottom right;
}
/***Product Tabs CSS**/
.product-demo-section {
  background: #F5F5F5;
}
.tabs {
  display: flex;
  background: #155ea8;
  border-radius: 50px;
  padding: 6px;
  margin: 0 auto 35px;
}
.product-tabs {
  max-width: 767px;
  margin: 0 auto;
}
.tab-btn {
  padding: 10px 28px;
  color: #fff;
  cursor: pointer;
  border-radius: 30px;
  font-size: 14px;
  transition: 0.3s;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.tab-btn.active {
  background: #fff;
  color: #155ea8;
  font-weight: 600;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.demo-box {
  background: #fff;
  padding: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border: 1px solid rgba(0,0,0,0.2);
  flex-wrap: wrap;
  border-radius: 50px;
}
.demo-text {
  flex: 1;
  min-width: 250px;
}
.demo-text h3 {
  margin-top: 0;
  font-size: 22px;
}
.demo-text p {
  color: #364153;
  margin: 25px 0;
}
.demo-box  .btn-globel.filled {
  width: max-content;
}
.demo-img {
  flex: 1;
  text-align: center;
  min-width: 250px;
}
.demo-img img {
  max-width: 100%;
  border-radius: 12px;
}
/* FAQ SECTION */
.faq-section {
  background: #E1E5E9;
}
.faq-block {
  position: relative;
}
.faq-grd {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 0;
}
.faq-grd img {
  height: 100%;
}
.faq-block .accordion {
  max-width: 890px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 1;
  position: relative;
}
.faq-block .accordion {
  max-width: 890px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq-block .accordion .accordion-item {
  border-radius: 14px;
  overflow: hidden;
  padding: 25px;
}
.faq-block .accordion-button {
  background-color: transparent !important;
}
.faq-block .accordion-body {
  padding: 0 !important;
}
.faq-block .accordion-button {
  background-color: transparent !important;
  padding: 0 !important;
  box-shadow: none;
  color: #1E2939;
  font-weight: bold;
}
.faq-block .accordion-body {
  padding: 0 !important;
  margin-top: 10px;
  font-size: 16px;
  color: #4A5565;
}
.faq-block  .accordion-button::after {
  opacity: 0.5;
  background-size: 17px;
}
/* Shipping SECTION */
.shipping-operations-section {
  background: var(--primary-gradient);
}
.shipping-operations-section .header-cta {
  margin: 40px 0 0;
}
.shipping-operations-section a.btn-globel.outline {
  border-color: #fff;
  color: #fff;
}
.shipping-operations-section a.btn-globel.filled {
  color: var(--accent-color);
  background: var(--white-color);
}
.so-image {
  text-align: right;
}
/**FOOTER**/
.footer-section {
  padding-top: 80px;
}
.footer-links {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.copyright-links {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}
.footer-links a, .footer-address a, .copyright-links a {
  color: #000000;
  text-decoration: none;
  transition-duration: .3s;
}
.footer-address {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-links a:hover, .footer-address a:hover, .copyright-links a:hover {
  color: var(--primary-dark);
}
.footer-block h4 {
  margin: 0 0 15px 0;
}
.footer-block a.logo-icon {
  margin: 0 0 20px 0;
  display: inline-block;
}
ul.cstm_listed_anc {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
ul.cstm_listed_anc li {
  display: flex;
  gap: 8px;
}
.cstm_email {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
ul.cstm_listed_anc li i.fa.fa-envelope {
  position: relative;
  top: 4px;
}
