/* ============================================================
   JX LOGISTIQ HEADER
   只給新版 Header Two 使用；css.blade.php 不需要改
============================================================ */

:root {
  --logistiq-font: "DM Sans", sans-serif;
  --logistiq-base: #054495;
  --logistiq-base-rgb: 5, 68, 149;
  --logistiq-black: #062E39;
  --logistiq-black-rgb: 6, 46, 57;
  --logistiq-white: #ffffff;
  --logistiq-white-rgb: 255, 255, 255;
  --logistiq-gray: #565969;
  --jx-accent: #1C97D5;
  --jx-shadow: #07356e;
}

.text-primary { color: var(--logistiq-base) !important; }
.bg-primary, .btn-primary { background: var(--logistiq-base) !important; border-color: var(--logistiq-base) !important; }
.btn-primary:hover { background: #07356e !important; border-color: #07356e !important; }

.main-header {
  position: relative;
  display: block;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header-two {
  position: relative;
  display: block;
  z-index: 4;
  font-family: var(--logistiq-font);
}

.main-header-two .container {
  max-width: 1830px;
  width: 100%;
}

.main-menu,
.main-menu__wrapper,
.main-menu__wrapper-inner {
  position: relative;
  display: block;
  z-index: 1;
}

.main-header-two__inner {
  position: relative;
  display: block;
  padding-left: 360px;
}

.logo-box-two {
  position: absolute;
  top: 0;
  left: 0;
  height: 168px;
  display: flex;
  align-items: center;
  padding-right: 110px;
  z-index: 2;
}

.logo-box-two::before {
  position: absolute;
  top: 0;
  left: -9999px;
  bottom: 0;
  right: 130px;
  background: var(--logistiq-base);
  content: "";
  z-index: -1;
}

.logo-box-two::after {
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  right: 0;
  background: var(--logistiq-base);
  clip-path: polygon(0% 0%, 100% 0, 85% 71%, 100% 100%, 0% 100%);
  content: "";
  z-index: -1;
}

.logo-box-two a {
  position: relative;
  display: inline-block;
}

.logo-box-two a img {
  display: block;
  width: auto;
  max-width: 250px;
  max-height: 80px;
  object-fit: contain;
}

.main-header-two__top {
  position: relative;
  display: block;
  min-height: 168px;
  padding: 0;
  z-index: 20;
}

.main-header-two__top::before {
  position: absolute;
  top: 0;
  left: -9999px;
  bottom: 0;
  right: -9999px;
  background: var(--logistiq-black);
  content: "";
  z-index: -1;
}

.main-header-two__top-inner,
.main-header-two__bottom-inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 100%;
}

.main-header-two__top-left,
.main-header-two__top-right,
.main-header-two__bottom-left,
.main-header-two__bottom-right,
.header-contact-style2,
.header-social-link-style2,
.main-header-two__menu,
.main-menu__main-menu-box {
  position: relative;
  display: block;
}

.main-header-two__top-left {
  flex: 1;
  display: flex;
  align-items: flex-start;
  min-width: 0;
  padding-top: 20px;
}

.main-header-two__top-right {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  padding-left: 20px;
  white-space: nowrap;
  padding-top: 20px;
}

.main-header-two__top-right .dropdown {
  margin: 0 15px;
}

.main-header-two__top-right .dropdown-toggle {
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
}


.header-contact-style2 ul {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-contact-style2 ul li {
  position: relative;
  display: flex;
  align-items: center;
}

.header-contact-style2 ul li+li { margin-left: 40px; }

.header-contact-style2 ul li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: var(--logistiq-white);
  border-radius: 1px;
  color: var(--logistiq-white);
  font-size: 17px;
  line-height: 17px;
}

.header-contact-style2 ul li .text-box {
  position: relative;
  display: block;
  margin-left: 10px;
  flex: 1;
}

.header-contact-style2 ul li .text-box .text1,
.header-contact-style2 ul li .text-box .text2 {
  color: var(--logistiq-white);
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}

.header-contact-style2 ul li .text-box .text1 { line-height: 24px; text-transform: capitalize; }
.header-contact-style2 ul li .text-box .text2 { line-height: 20px; }
.header-contact-style2 ul li .text-box .text2 a { color: var(--logistiq-white); }
.header-contact-style2 ul li .text-box .text2 a:hover { color: var(--jx-accent); }

.header-social-link-style2 .title-box {
  position: relative;
  display: block;
  margin-bottom: 8px;
}

.header-social-link-style2 .title-box p {
  color: var(--logistiq-white);
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
}

.header-social-link-style2 ul {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-social-link-style2 ul li { position: relative; display: inline-block; }
.header-social-link-style2 ul li+li { margin-left: 11px; }

.header-social-link-style2 ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--logistiq-white);
  width: 30px;
  height: 30px;
  background: rgba(var(--logistiq-white-rgb), .10);
  z-index: 1;
}

.header-social-link-style2 ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--logistiq-base);
  transform: scale(0.5);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.header-social-link-style2 ul li a:hover::before {
  transform: scale(1.0);
  opacity: 1;
}

.main-header-two__bottom {
  position: relative;
  display: block;
  background: var(--logistiq-white);
  min-height: 70px !important;
  height: 70px !important;
  z-index: 1;
}

.main-header-two__bottom::before {
  position: absolute;
  inset: 0 -9999px 0 -9999px;
  z-index: -1;
  background: var(--logistiq-white);
  content: "";
}

.main-header-two__bottom-inner {
  height: 70px;
  min-height: 70px;
  align-items: center;
}

.main-header-two__bottom-left,
.main-header-two__bottom-right {
  height: 100%;
  align-items: center;
}

.main-header-two__bottom .shape1 {
  position: absolute;
  top: 0;
  left: -80px;
  bottom: 0;
  width: 70px;
  background: var(--jx-shadow);
  clip-path: polygon(0% 0%, 45% 0, 29% 32%, 100% 100%, 0% 100%);
}

.main-menu .main-menu__list,
.main-menu .main-menu__list>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list>li>ul {
    display: flex;
  }
}

.main-header-two .main-menu .main-menu__list>li {
  padding-top: 22px;
  padding-bottom: 22px;
  position: relative;
}

.main-menu .main-menu__list>li+li { margin-left: 48px; }

.main-header-two .main-menu .main-menu__list>li>a {
  position: relative;
  color: var(--logistiq-black);
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  transition: all 500ms ease;
  text-decoration: none;
}

.main-header-two .main-menu .main-menu__list>li.current>a,
.main-header-two .main-menu .main-menu__list>li:hover>a {
  color: var(--logistiq-base);
}

.main-menu .main-menu__list>li.dropdown>a { padding-right: 15px; }

.main-menu .main-menu__list>li.dropdown>a:after {
  position: absolute;
  top: 56%;
  right: 0;
  font-family: "Font Awesome 6 Free";
  content: "\f107";
  font-size: 12px;
  color: currentColor;
  transform: translateY(-50%);
  font-weight: 900;
  z-index: 1;
}

.main-menu .main-menu__list>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--logistiq-white);
  min-width: 280px;
  padding: 20px 30px 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transform: perspective(500px) rotatex(-20deg);
  transform-origin: 50% 0%;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  transition: all 200ms linear 0ms;
  border-top: 5px solid var(--logistiq-base);
}

.main-menu .main-menu__list>li:hover>ul {
  opacity: 1;
  visibility: visible;
  transform: perspective(500px) rotatex(0);
}

.main-menu .main-menu__list>li>ul>li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list>li>ul>li+li {
  border-top: 1px solid rgba(var(--logistiq-black-rgb), 0.10);
  margin-top: 0px;
}

.main-menu .main-menu__list>li>ul>li>a {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--logistiq-black);
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  padding: 17px 0px 17px;
  transition: all 200ms linear 0ms;
  text-decoration: none;
}

.main-menu .main-menu__list>li>ul>li:hover>a {
  color: var(--logistiq-base);
  padding-left: 5px;
}

.main-header-two__bottom-right {
  position: relative;
  display: flex;
  align-items: center;
}

.header-search-box-two {
  position: relative;
  display: block;
  margin-right: 40px;
  line-height: 0px;
}

.header-search-box-two button {
  color: var(--logistiq-black);
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  transition: all 500ms ease;
  border: 0;
  background: transparent;
  padding: 0;
}

.header-search-box-two button:hover { color: var(--logistiq-base); }

.main-header-two__bottom-right .sidebar-icon {
  position: relative;
  display: block;
  margin-right: 40px;
}

.main-header-two__bottom-right .sidebar-icon a {
  position: relative;
  display: block;
}

.main-header-two__bottom-right .sidebar-icon a span+span { margin-top: 5px; }

.main-header-two__bottom-right .sidebar-icon a span {
  position: relative;
  display: block;
  height: 2px;
  background-color: var(--logistiq-black);
  transition: all 500ms ease;
}

.nav-sidebar-menu-1 { width: 20px; }
.nav-sidebar-menu-2 { width: 30px; }
.nav-sidebar-menu-3 { width: 25px; }

.main-header-two__bottom-right .sidebar-icon a:hover .nav-sidebar-menu-1 { width: 30px; background: var(--logistiq-base); }
.main-header-two__bottom-right .sidebar-icon a:hover .nav-sidebar-menu-2 { width: 20px; background: var(--logistiq-base); }
.main-header-two__bottom-right .sidebar-icon a:hover .nav-sidebar-menu-3 { width: 30px; background: var(--logistiq-base); }

.main-header-two__bottom-right .btn-box {
  position: relative;
  display: block;
  line-height: 0px;
}

.thm-btn {
  position: relative;
  display: inline-block;
  color: var(--logistiq-white);
  font-size: 16px;
  line-height: 50px;
  font-weight: 700;
  background: var(--logistiq-base);
  border-radius: 7px;
  padding: 1px 35px 0px;
  overflow: hidden;
  font-family: var(--logistiq-font);
  text-transform: capitalize;
  transition: all 0.3s linear;
  z-index: 1;
  text-decoration: none;
}

.thm-btn:hover { color: var(--logistiq-white); background: #07356e; }
.thm-btn i { font-size: 15px; margin-left: 5px; }

.mobile-nav__toggler {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--logistiq-black);
  cursor: pointer;
  transition: 500ms;
}

@media (min-width: 1200px) {
  .mobile-nav__toggler { display: none !important; }
}

.jx-header-search-box {
  min-width: 330px;
  padding: 16px;
  border: 0;
  border-top: 5px solid var(--logistiq-base);
  box-shadow: 0 18px 45px rgba(3,30,42,.16);
}

.jx-header-track-form {
  display: flex;
  border: 1px solid #d8e3ea;
  border-radius: 6px;
  overflow: hidden;
}

.jx-header-track-form input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 12px 14px;
  font-size: 14px;
}

.jx-header-track-form button {
  width: 46px;
  border: 0;
  background: var(--logistiq-base);
  color: #fff;
}

/* sticky：沿用你原本 header-sticky/sticky-on 機制 */
.header-sticky.sticky-on {
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 14px 20px rgba(0, 4, 94, 0.04);
  z-index: 999;
  animation: 1s fadeInDown;
}
.header-sticky.sticky-on .main-header-two__top { display: none !important; }
.header-sticky.sticky-on .logo-box-two { height: 72px; }
.header-sticky.sticky-on .logo-box-two::after { clip-path: none; }
.header-sticky.sticky-on .main-header-two__bottom .shape1 { display: none; }
.header-sticky.sticky-on .main-menu .main-menu__list>li { padding-top: 22px; padding-bottom: 22px; }

@media only screen and (min-width: 1200px) and (max-width: 1450px) {
  .main-header-two__bottom-right .btn-box { display: none; }
  .main-header-two__bottom-right .sidebar-icon { margin-right: 0px; }
  .header-contact-style2 ul li+li { margin-left: 30px; }
  .header-social-link-style2 ul li+li { margin-left: 6px; }
  .header-search-box-two { margin-right: 20px; }
}

@media only screen and (max-width: 1199px) {
  .main-header-two__bottom::before {
    display: none;
  }

  .main-header-two__bottom .shape1,
  .main-header-two__top,
  .logo-box-two::after,
  .logo-box-two::before,
  .main-header-two__bottom-right {
    display: none !important;
  }

  .main-header-two {
    background: var(--logistiq-base);
    padding: 18px 0;
  }

  .logo-box-two {
    position: relative;
    height: auto;
    padding-right: 0px;
  }

  .main-header-two__inner {
    padding-left: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .logo-box-two a img {
    max-width: 170px;
    max-height: 56px;
  }

  .main-header-two__bottom {
    width: 48px;
    min-width: 48px;
    min-height: 48px !important;
    height: 48px !important;
    flex: 0 0 48px;
    background: transparent;
  }

  .main-header-two__bottom-inner,
  .main-header-two__bottom-left,
  .main-header-two__menu,
  .main-menu__main-menu-box {
    width: 48px;
    min-height: 48px !important;
    height: 48px !important;
  }

  .main-header-two .main-menu .mobile-nav__toggler {
    width: 48px;
    height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: var(--logistiq-white);
    color: var(--logistiq-base);
    box-shadow: 0 8px 24px rgba(3, 30, 42, 0.18);
    text-decoration: none;
    outline: none;
  }

  .main-header-two .main-menu .mobile-nav__toggler span {
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 3px;
    background: currentColor;
  }

  .main-header-two .main-menu .mobile-nav__toggler:hover {
    color: var(--logistiq-black);
    transform: translateY(-1px);
  }

  .main-header-two .main-menu .mobile-nav__toggler:focus-visible {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.45), 0 8px 24px rgba(3, 30, 42, 0.18);
  }
}

/* ============================================================
   JX OPEN SCREEN FIX
   避免 preloader / body locked 造成首頁看起來沒有畫面
============================================================ */
html,
body,
.page-wrapper {
  visibility: visible !important;
  opacity: 1 !important;
}

body.locked,
html.locked {
  overflow: auto !important;
}

.handle-preloader,
.preloader-close {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* ============================================================
   HOME BANNER TWO + PARCEL TRACKING
============================================================ */
.banner-two {
  position: relative;
  overflow: hidden;
  padding: 105px 0 115px;
  background:
    radial-gradient(circle at 72% 42%, rgba(28, 151, 213, 0.2), transparent 28%),
    linear-gradient(120deg, #031e2a 0%, #063548 58%, #054495 100%);
  color: var(--logistiq-white);
  font-family: var(--logistiq-font);
}

.banner-two::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  pointer-events: none;
}

.banner-two .container {
  position: relative;
  z-index: 2;
}

.banner-two__shape {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  pointer-events: none;
}

.banner-two__shape--one {
  width: 460px;
  height: 460px;
  right: -160px;
  top: -210px;
}

.banner-two__shape--two {
  width: 250px;
  height: 250px;
  left: -110px;
  bottom: -150px;
}

.banner-two__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #75cef5;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.banner-two__eyebrow::before {
  width: 38px;
  height: 3px;
  border-radius: 3px;
  background: var(--jx-accent);
  content: "";
}

.banner-two .title-box h1 {
  margin: 0;
  color: var(--logistiq-white);
  font-size: clamp(42px, 5.1vw, 76px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.banner-two .title-box h1 span {
  color: var(--jx-accent);
}

.banner-two__content-bottom {
  max-width: 680px;
  margin-top: 30px;
}

.banner-two__content-bottom .text-box p {
  max-width: 590px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.8;
}

.banner-two__tracking-box {
  max-width: 650px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
}

.banner-two__tracking-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--logistiq-white);
  font-size: 15px;
  font-weight: 700;
}

.banner-two__tracking-title i {
  color: #75cef5;
}

.banner-two__tracking-form {
  display: flex;
  min-height: 62px;
  padding: 5px;
  border-radius: 10px;
  background: var(--logistiq-white);
}

.banner-two__tracking-form input[type="text"] {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0 18px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--logistiq-black);
  font-size: 15px;
}

.banner-two__tracking-form input[type="text"]::placeholder {
  color: #8a9298;
}

.banner-two__tracking-btn {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 126px;
  padding: 0 20px;
  border: 0;
  border-radius: 8px;
  background: var(--jx-accent);
  color: var(--logistiq-white);
  font-size: 15px;
  font-weight: 700;
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.banner-two__tracking-btn:hover {
  background: var(--logistiq-base);
  transform: translateY(-1px);
}

.banner-two__tracking-hint {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.banner-two__visual {
  position: relative;
  min-height: 510px;
  margin-left: 10px;
}

.banner-two__img1 {
  position: absolute;
  inset: 10px 0 45px 52px;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.12);
  border-radius: 48% 48% 16px 16px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.32);
}

.banner-two__img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-two__img-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, rgba(28, 151, 213, 0.5), rgba(5, 68, 149, 0.7));
}

.banner-two__img-placeholder i {
  color: rgba(255, 255, 255, 0.75);
  font-size: 96px;
}

.banner-two__img2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 190px;
  height: 138px;
  overflow: hidden;
  border: 6px solid var(--logistiq-white);
  border-radius: 12px;
  background: var(--logistiq-white);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35);
  animation: bannerFloatY 4s ease-in-out infinite;
}

.banner-two__img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-two__visual-badge {
  position: absolute;
  top: 36px;
  right: -8px;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 180px;
  padding: 13px 16px;
  border-radius: 10px;
  background: var(--logistiq-white);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
  color: var(--logistiq-black);
  font-size: 13px;
  font-weight: 700;
}

.banner-two__visual-badge i {
  color: var(--jx-accent);
  font-size: 24px;
}

@keyframes bannerFloatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@media (max-width: 1199px) {
  .banner-two {
    padding: 82px 0 90px;
  }

  .banner-two__visual {
    min-height: 445px;
  }

  .banner-two__img1 {
    left: 28px;
  }
}

@media (max-width: 991px) {
  .banner-two {
    padding: 72px 0 78px;
  }

  .banner-two__content,
  .banner-two__content-bottom {
    max-width: 760px;
  }
}

@media (max-width: 575px) {
  .banner-two {
    padding: 58px 0 64px;
  }

  .banner-two .title-box h1 {
    font-size: 38px;
    line-height: 1.04;
  }

  .banner-two__content-bottom {
    margin-top: 24px;
  }

  .banner-two__tracking-box {
    padding: 18px;
    border-radius: 13px;
  }

  .banner-two__tracking-form {
    display: block;
    padding: 6px;
  }

  .banner-two__tracking-form input[type="text"] {
    width: 100%;
    height: 52px;
  }

  .banner-two__tracking-btn {
    width: 100%;
    min-height: 48px;
  }
}

/* Logistiq index2 banner: original composition with JX tracking behavior. */
.banner-two--logistiq {
  position: relative;
  display: block;
  overflow: visible;
  padding: 83px 0 100px;
  background: #062e39;
  color: #fff;
  z-index: 3;
}

.banner-two--logistiq::before {
  position: absolute;
  inset: 0;
  opacity: 0.8;
  background: linear-gradient(-90deg, rgba(14, 18, 29, 0.9) 40%, rgba(253, 85, 35, 0.7) 100%);
  content: "";
}

.banner-two--logistiq .container {
  position: relative;
  z-index: 2;
}

.banner-two--logistiq .banner-two__img1 {
  position: absolute;
  inset: 30px -45px auto auto;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  z-index: 1;
}

.banner-two--logistiq .banner-two__img1::before {
  position: absolute;
  inset: 15px 0 -20px -23px;
  border: 1px solid #fff;
  border-radius: 122px 122px 0 0;
  content: "";
  z-index: -1;
}

.banner-two--logistiq .banner-two__img1 .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 122px 122px 0 0;
}

.banner-two--logistiq .banner-two__img1 .inner img {
  display: block;
  width: 245px;
  height: auto;
  object-fit: initial;
}

.banner-two--logistiq .banner-two__img2 {
  position: absolute;
  left: 0;
  bottom: -215px;
  width: auto;
  height: auto;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  animation: logistiqFloatX 5s ease-in-out infinite;
  z-index: 1;
}

.banner-two--logistiq .banner-two__img2 img {
  width: auto;
  max-width: 815px;
  height: auto;
  object-fit: initial;
}

.banner-two--logistiq .shape1 {
  position: absolute;
  top: 100px;
  right: 170px;
  animation: logistiqFloatY 4s ease-in-out infinite;
  z-index: 0;
}

.banner-two--logistiq .shape2 {
  position: absolute;
  top: 105px;
  right: 25px;
  opacity: 0.15;
  z-index: 0;
}

.banner-two--logistiq .banner-two__content {
  position: relative;
  display: block;
}

.banner-two--logistiq .banner-two__content-top .title-box {
  position: relative;
  display: block;
  width: 100%;
  max-width: 900px;
}

.banner-two--logistiq .banner-two__content-top .title-box h1 {
  margin: 0;
  color: #fff;
  font-size: 74px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-align: right;
  text-transform: uppercase;
}

.banner-two--logistiq .banner-two__content-top .title-box h1 span {
  color: transparent;
  font-size: 95px;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.4);
}

.banner-two--logistiq .banner-two__content-bottom {
  position: relative;
  display: block;
  float: right;
  width: 100%;
  max-width: 690px;
  margin-top: 69px;
}

.banner-two--logistiq .banner-two__content-bottom .text-box p {
  max-width: none;
  margin: 0;
  color: #e4e4e4;
  font-size: 17px;
  line-height: 28px;
}

.banner-two--logistiq .banner-two__tracking-box {
  max-width: none;
  margin-top: 42px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.banner-two--logistiq .banner-two__tracking-label {
  position: relative;
  display: inline-block;
  padding: 8px 20px 7px;
  background: #fd5523;
}

.banner-two--logistiq .banner-two__tracking-label p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.banner-two--logistiq .banner-two__tab-form {
  position: relative;
  display: block;
  margin-top: 10px;
}

.banner-two--logistiq .banner-two__tab-form-input-box {
  position: relative;
  display: block;
}

.banner-two--logistiq .banner-two__tab-form-input-box input[type="text"] {
  width: 100%;
  height: 50px;
  padding: 0 90px 0 20px;
  border: 1px solid #fd5523;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.banner-two--logistiq .banner-two__tab-form-input-box input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.78);
}

.banner-two--logistiq .banner-two__tab-form-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 50px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #fd5523;
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
  color: #fff;
  font-size: 16px;
  transition: color 0.4s ease, background-color 0.4s ease;
}

.banner-two--logistiq .banner-two__tab-form-btn:hover {
  background: #fff;
  color: #fd5523;
  transform: none;
}

@keyframes logistiqFloatX {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(18px); }
}

@keyframes logistiqFloatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@media only screen and (min-width: 1200px) and (max-width: 1700px) {
  .banner-two--logistiq .shape1 {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1560px) {
  .banner-two--logistiq .banner-two__img2 {
    display: none;
  }

  .banner-two--logistiq .banner-two__content-bottom {
    float: left;
    margin-top: 35px;
  }

  .banner-two--logistiq {
    padding: 103px 0 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .banner-two--logistiq {
    padding: 103px 0 120px;
  }

  .banner-two--logistiq .banner-two__img2,
  .banner-two--logistiq .shape1 {
    display: none;
  }

  .banner-two--logistiq .banner-two__content-bottom {
    float: left;
    margin-top: 35px;
  }

  .banner-two--logistiq .banner-two__content-top .title-box h1 {
    font-size: 60px;
    text-align: left;
  }

  .banner-two--logistiq .banner-two__content-top .title-box h1 span {
    font-size: 75px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-two--logistiq .banner-two__img1 {
    display: none;
  }

  .banner-two--logistiq .banner-two__content-top .title-box h1 {
    font-size: 55px;
  }

  .banner-two--logistiq .banner-two__content-top .title-box h1 span {
    font-size: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-two--logistiq {
    overflow: hidden;
  }

  .banner-two--logistiq .shape2 {
    display: none;
  }

  .banner-two--logistiq .banner-two__content-top .title-box h1 {
    font-size: 35px;
    line-height: 1.3;
  }

  .banner-two--logistiq .banner-two__content-top .title-box h1 span {
    font-size: 45px;
  }

  .banner-two--logistiq .banner-two__tracking-box {
    margin-top: 30px;
  }
}
