﻿@charset "UTF-8";
/*----------Tracking------------*/
/* =========================================================
   COLORS – BASE
========================================================= */
/* =========================================================
   COLORS – BRAND / UI
========================================================= */
/* =========================================================
   COLORS – NEUTRALS
========================================================= */
/* =========================================================
   TYPOGRAPHY & SIZES
========================================================= */
/* Font Sizes - Wrapped in unquote to prevent compiler crashes */
/* =========================================================
   UI COMPONENTS
========================================================= */
.margin-top30 {
  margin-top: 30px;
}

.margin-leftlet-neg {
  margin-left: -20%;
}

.tracking-box.bg-box {
  padding: 50px 0px;
  background: #fff;
  background-position: top center !important;
  background-size: 100% !important;
  position: relative;
  width: 100%;
  font-weight: normal;
  margin-top: 16px;
}

.tracking-bg .input-group > .form-control {
  border-radius: 8px !important;
}

.tracking-bg .txtAwbPrefix {
  width: 70px;
  margin-right: 5px;
  text-align: center;
}

.site-button.btn.default-btn {
  background-color: transparent;
  color: #fff;
  padding: 5px 20px;
  border: 2px solid #fff;
}

.tracking-bg .txtAwbNumber {
  width: 71%;
  margin-right: 5px;
}

.tracking-bg form {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tracking-box.bg-box h2 {
  font-size: 40px;
  text-align: center;
}

.tracking-box.bg-box h1 {
  text-align: center;
  font-size: 2rem;
  color: #041C2C;
  font-weight: 600;
  line-height: 35px;
  display: none;
}

.tracking-box.bg-box .input-group {
  border: 1px solid #0A0A0A;
  padding: 30px;
  border-radius: 10px;
}
.tracking-box.bg-box .input-group .form-control {
  border: 1px solid #0A0A0A;
}

.tracking-box .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-radius: 4px;
  margin-right: 10px;
  font-size: 13px;
}

.tracking-box.bg-box p {
  text-align: center;
  color: #041C2C;
}

.tracking-bg.tracking-bg2 {
  margin: 0 auto;
}

/* tracking */
.tracking-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding: 120px 0 90px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  left: 0;
  right: 0;
  overflow: hidden;
}
.tracking-banner:after {
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.2) 24%, rgba(0, 0, 0, 0.4) 56%, rgba(0, 0, 0, 0.8) 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  opacity: 0.2;
}
.tracking-banner .container {
  position: relative;
  z-index: 2;
}
.tracking-banner .tracking-flex-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
}
.tracking-banner .tracking-text {
  width: 100%;
  max-width: 520px;
  text-align: left;
}
.tracking-banner .tracking-text h1 {
  font-size: clamp(30px, 1.4rem + 2.5vw, 54px);
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
  margin: 0;
}
.tracking-banner .tracking-text p {
  font-size: clamp(18px, 1rem + 1.2vw, 26px);
  color: #fff;
  margin-top: 15px;
  margin-left: auto;
  line-height: 1.3;
}
.tracking-banner .hometracking {
  width: 100%;
  max-width: 520px;
}
.tracking-banner .hometracking .tracking-card {
  background: #fff !important;
  border-radius: 12px;
  padding: 35px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}
.tracking-banner .hometracking .tracking-card .alert-danger {
  font-size: clamp(12px, 0.75rem + 0.4vw, 14px);
  padding: 8px;
  margin-top: 10px;
}
.tracking-banner .hometracking .tracking-card .track-options {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-bottom: 25px;
  color: #0A0A0A;
}
.tracking-banner .hometracking .tracking-card .track-options .track-label {
  margin-right: auto;
}
.tracking-banner .hometracking .tracking-card .track-options label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin: 0;
}
.tracking-banner .hometracking .tracking-card .track-options label input[type=radio] {
  accent-color: #3781a2;
  width: 18px;
  height: 18px;
}
.tracking-banner .hometracking .tracking-card .input-group {
  display: flex;
  background: #f9fafb;
  border-radius: 8px;
  padding: 0px;
  border: 1px solid #f1f1f1;
}
.tracking-banner .hometracking .tracking-card .input-group .form-control {
  border: none !important;
  background: transparent !important;
  height: 50px;
  padding-left: 10px;
  box-shadow: none !important;
}
.tracking-banner .hometracking .tracking-card .input-group .input-group-btn .primary-btn {
  background-color: #46849C;
  color: #fff;
  border: 1px solid #46849C;
  border-radius: 5px;
  transition: all 0.3s ease;
  padding: 12px 40px;
}
.tracking-banner .hometracking .tracking-card .input-group .input-group-btn .primary-btn:hover, .tracking-banner .hometracking .tracking-card .input-group .input-group-btn .primary-btn:focus {
  background-color: rgb(62.1017699115, 117.1061946903, 138.3982300885);
  border-color: rgb(62.1017699115, 117.1061946903, 138.3982300885);
}

/*==============Tracking============*/
.tracking-bg .input-group-btn {
  margin-left: 0px !important;
}

.shipment-highlights .tab-pane {
  background: #fff !important;
}

tab-selection-tab .card-header {
  background-color: transparent;
  color: #0A0A0A;
  border: 0;
  margin: 0;
  padding: 0;
}

.tab-selection-tab .card-body {
  margin: 0;
  padding: 0;
}

.tab-selection-tab .nav-tabs-navigation {
  float: right;
}

.tab-selection-tab .card {
  border: 0;
}

.nav-tabs-wrapper .nav-tabs em {
  position: relative;
  width: 26px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 3px;
  font-size: 14px;
  vertical-align: middle;
  padding: 7px;
  border: 1px solid #242424;
  margin-right: 5px;
  top: -2px;
}

.nav-tabs-wrapper a.tab-text-menu {
  padding: 9px 28px 9px !important;
  font-size: 12pt;
  color: #242424;
  font-weight: 450;
  text-decoration: none;
}

.nav-tabs-wrapper a.tab-text-menu.active {
  background: #46849C;
  color: #fff;
}

.nav-tabs-wrapper a.tab-text-menu.active em {
  border: 1px solid #fff;
}

.nav-tabs-wrapper a.tab-text-menu.active::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -18px;
  right: 57px;
  transform: translateY(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #46849C;
}

.nav-tabs-wrapper .nav-tabs .nav-item {
  position: relative;
}

.card-header-inner {
  padding: 14px 5px 6px;
  background: #D9F3EE;
  width: 100%;
  min-height: 48px;
  border-radius: 10px 10px 0 0;
}
.card-header-inner .nav-item {
  padding-right: 8px;
}
.card-header-inner .nav-link {
  padding: 6px 8px;
  color: #46849C;
  font-size: clamp(12px, 0.75rem + 0.4vw, 14px);
}

.shipment-highlights .card-header {
  padding: 18px 5px 6px;
  background: #efefef;
}

.shipment-highlights .nav-tabs {
  border-bottom: 0;
}

.contact-address ul li .singel-address .cont .tracking-banner {
  margin-bottom: 0 !important;
}

.tracking {
  padding: 0 0px 0 27px;
  width: 98%;
}

.tracking table.display th:first-child {
  border-left: none;
}

.tracking table.display th:last-child {
  border-right: none;
}

.tracking table th {
  background: #3781a2;
  color: #fff;
  font-weight: normal;
}

.tracking-bg #txtAwbPrefix {
  width: 54px;
  margin-right: 5px;
  height: 37px;
  border: 2px solid #ccc;
}

.tracking-bg form {
  margin-top: 8px;
}

.tracking-bg p {
  text-align: center;
}

.tracking-bg .primary-btn {
  background-color: #46849C;
  font-size: 16px;
  font-weight: 450;
  color: #fff !important;
  letter-spacing: 0.25px;
  border-radius: 20px;
  padding: 4px 30px;
}

.tracking-bg .pb-3 {
  padding-bottom: 0.55rem !important;
  width: 60%;
  margin: 0 auto;
}

.tracking-bg .notice-text {
  padding-left: 32px;
}

.tracking-bg .notice-text p {
  font-size: 15px;
}

.tracking-bg .notice-text strong {
  font-weight: bold;
}

.estimated-box {
  line-height: 18px;
  font-size: 18px;
  color: #3781a2;
  text-align: center;
  padding-top: 30px !important;
  padding-bottom: 10px !important;
  font-weight: bold;
}

.estimated-box strong {
  width: 100%;
  display: block;
  font-size: 24px;
  margin-bottom: 12px;
  font-weight: bold;
}

.estimated-box small {
  font-size: 16px;
  font-weight: bold;
}

.tracking-form-search {
  max-width: 65% !important;
  border-right: 1px solid #DDD7D0;
  padding-right: 32px !important;
}

.awb-record-box {
  background: #f5f5f5 !important;
  padding: 15px;
  margin-bottom: 25px;
  border-bottom: 5px solid #fff;
}

.awb-record-box p {
  line-height: 26px;
}

.tracking-no-data {
  width: 85%;
  color: #003366;
  font-size: 2.5rem !important;
  padding: 0px 46px 15px;
  line-height: 42px !important;
  margin: 0px auto 0 auto;
  font-weight: bold;
}

p.error-detail {
  font-size: 15px !important;
  line-height: 33px !important;
  margin-top: -10px !important;
  word-break: break-word;
  text-align: center;
}

.tracking table th, .tracking table td {
  text-align: left;
}

.tracking table.layout {
  width: 100%;
  border-collapse: collapse;
}

.tracking table.display {
  margin: 0 0 1em 0;
}

.tracking table.display th, .tracking table.display td {
  border: 1px solid #B3BFAA;
  padding: 0.8em 1em;
  font-size: 13px;
}

.tracking-bg .notice-text strong font {
  font-size: 14pt;
}

.tracking-box {
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

#panel-button .tab-pane.pl-30 {
  padding-left: 0;
}

#panel-button .col-md-10 .tab-pane.pl-30 {
  padding-left: 30px !important;
}

/*----------------flight-tracking-tree----------*/
.table-responsive.flight-tracking-tree {
  width: 100%;
  display: block;
  margin-bottom: 18px;
}

.flight-tracking-body {
  padding: 10px 0;
  height: auto;
  padding-top: 0px;
}

.flight-tracking-tree h3 {
  font-size: 12px;
  margin-bottom: 5PX;
}

.flight-tracking-tree p {
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 18px;
}

.flight-tracking-tree ul {
  padding-top: 20px;
  position: relative;
  padding-left: 0px;
  display: flex;
  clear: both;
}

.flight-tracking-tree li {
  float: left;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 20px 0px 0 0px;
  width: 100%;
}

.flight-tracking-tree li::before,
.flight-tracking-tree li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 2px dashed #aaa;
  width: 50%;
  height: 18px;
}

.flight-tracking-tree li::after {
  right: auto;
  left: 50%;
  border-left: 2px dashed #aaa;
}

.flight-tracking-tree li:only-child::after,
.flight-tracking-tree li:only-child::before {
  display: none;
}

.flight-tracking-tree li:only-child {
  padding-top: 1px;
}

.flight-tracking-tree li:first-child::before,
.flight-tracking-tree li:last-child::after {
  border: 0 none;
}

.flight-tracking-tree li:last-child::before {
  border-right: 2px dashed #aaa;
  border-radius: 0 5px 0 0;
}

.flight-tracking-tree li:first-child::after {
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}

.flight-tracking-tree ul ul::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 50%;
  border-left: 2px dashed #aaa;
  width: 0;
  height: 20px;
}

.flight-tracking-tree li a {
  text-decoration: none;
  color: #fff;
  font-size: 11px;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.flight-tracking-tree li a:hover + ul li::after,
.flight-tracking-tree li a:hover + ul li::before,
.flight-tracking-tree li a:hover + ul::before,
.flight-tracking-tree li a:hover + ul ul::before {
  border-color: #fbba00;
}

.flight-tracking-tree ul.add-lines {
  position: relative;
}

.flight-tracking-tree ul.add-lines::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 50%;
  border-bottom: 2px dashed #aaa;
  width: 50%;
  height: 18px;
}

.flight-tracking-tree ul.add-lines::after {
  width: 50%;
  border-bottom: 2px dashed #aaa;
  right: 25%;
  left: auto;
  display: block;
  height: auto;
  bottom: -4px;
}

.flight-tracking-tree ul.add-lines-3 {
  position: relative;
}

.flight-tracking-tree ul.add-lines-3::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 50%;
  border-bottom: 2px dashed #aaa;
  width: 50%;
  height: 18px;
}

.flight-tracking-tree ul.add-lines-3::after {
  width: 62%;
  border-bottom: 2px dashed #aaa;
  right: 19%;
  left: auto;
  display: block;
  height: auto;
  bottom: -4px;
}

.add-horizontal {
  color: black;
  height: 279px;
  text-align: center;
  width: 1PX;
  border: 1px dashed #aaa;
  margin: 0 auto;
  left: 1px;
}

.add-horizontal2 {
  color: black;
  height: 278px;
  text-align: center;
  width: 1PX;
  border: 1px dashed #aaa;
  margin: 0 auto;
  left: 1px;
}

.add-horizontal3 {
  color: black;
  height: 417px;
  text-align: center;
  width: 1PX;
  border: 1px dashed #aaa;
  margin: 0 auto;
  left: 1px;
}

.flight-tracking-tree ul.add-lines-4 {
  position: relative;
}

.flight-tracking-tree ul.add-lines-4::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 50%;
  border-bottom: 2px dashed #aaa;
  width: 50%;
  height: 18px;
}

.flight-tracking-tree ul.add-lines-4::after {
  width: 70%;
  border-bottom: 2px dashed #aaa;
  right: 15%;
  left: auto;
  display: block;
  height: auto;
  bottom: -4px;
}

.flight-tracking-tree ul.add-lines-5 {
  position: relative;
}

.flight-tracking-tree ul.add-lines-5::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 50%;
  border-bottom: 2px dashed #aaa;
  width: 50%;
  height: 18px;
}

.flight-tracking-tree ul.add-lines-5::after {
  width: 78%;
  border-bottom: 2px dashed #aaa;
  right: 11%;
  left: auto;
  display: block;
  height: auto;
  bottom: -4px;
}

.flight-tracking-tree ul.add-lines-7 {
  position: relative;
}

.flight-tracking-tree ul.add-lines-7::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 50%;
  border-bottom: 2px dashed #aaa;
  width: 50%;
  height: 18px;
}

.flight-tracking-tree ul.add-lines-7::after {
  width: 85%;
  border-bottom: 2px dashed #aaa;
  right: 7%;
  left: auto;
  display: block;
  height: auto;
  bottom: -4px;
}

/*--------------flight-card-design----------*/
.flight-view-box {
  padding: 0px 5px;
  text-align: center;
  border-radius: 4px;
  position: relative;
  color: #242424;
  cursor: default;
}

.rotate-icon .la-truck {
  transform: rotate(0deg);
  font-size: 22px;
}

.rotate-icon em {
  transform: rotate(-40deg);
  display: inline-block;
  position: relative;
  top: -2px;
}

.icon-outer-blue span {
  display: table-cell;
  vertical-align: middle;
  background-color: #6cadde;
  font-size: 28px;
  text-align: center;
  padding: 14px 10px;
  border-radius: 6px 0 0 6px;
  color: #fff;
  margin-right: 8px;
}

.icon-outer-blue {
  line-height: 20px;
  border: 1px solid #aaa;
  border-radius: 6px;
  display: table;
  padding-right: 10px;
  text-align: left;
  width: 100%;
  text-align: left;
}

.icon-outer-green span {
  display: table-cell;
  vertical-align: middle;
  background-color: #8dc63f;
  font-size: 28px;
  text-align: center;
  padding: 14px 10px;
  border-radius: 6px 0 0 6px;
  color: #fff;
  margin-right: 8px;
}

.icon-outer-green {
  line-height: 20px;
  border: 1px solid #aaa;
  border-radius: 6px;
  padding-right: 10px;
  width: 100%;
  display: table;
  text-align: left;
}

.icon-outer-green-dark span {
  display: table-cell;
  vertical-align: middle;
  background-color: #304cb2;
  font-size: 28px;
  text-align: center;
  padding: 14px 10px;
  border-radius: 6px 0 0 6px;
  color: #fff;
  margin-right: 8px;
}

.icon-outer-green-dark {
  line-height: 20px;
  border: 1px solid #aaa;
  border-radius: 6px;
  padding-right: 10px;
  display: table;
  width: 100%;
  text-align: left;
}

.rotate-icon .icon-truck2 {
  transform: rotate(0deg);
  font-size: 22px;
}

.rotate-icon .icon-truck2:before {
  content: "�" !important;
}

.icon-outer-green .icon-truck2:before {
  content: "�" !important;
  font-size: 22px;
}

.icon-outer-blue .icon-truck2:before {
  content: "�" !important;
  font-size: 22px;
}

.icon-outer-green-dark .icon-truck2:before {
  content: "�" !important;
  font-size: 22px;
}

.flight-image .icon-outer-green {
  display: table;
  text-align: left;
}

.flight-image .detail-flight {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
  line-height: 23px;
  position: relative;
  top: 1px;
  padding-left: 6px;
  white-space: nowrap;
  width: 100%;
}

.flight-image .detail-flight strong {
  font-size: 14px;
  font-weight: 450;
}

.flight-details {
  clear: both;
}

.flight-image {
  position: relative;
  text-align: center;
}

.pcs-detail strong {
  color: #330000;
  font-size: 13px;
  border-bottom: 1px solid #330000;
  padding-bottom: 6px;
  margin-top: 10px;
}

.pcs-detail-table th {
  background-color: #fff;
  font-weight: normal;
}

.pcs-detail-table .table {
  border: 1px solid #aaa;
}

.pcs-detail-table th {
  background: #00857D;
  color: #fff;
  padding: 8px;
}

/*==================Tracking Left panel===================*/
.float-btn {
  padding-right: 0 !important;
}

.float-btn .btn {
  float: right;
}

.shipment-highlights .nav-link2 {
  background: rgba(255, 255, 255, 0.4);
  color: #000;
  text-align: center;
  font-size: 0.8rem;
  border-bottom: 1px solid rgba(224, 224, 224, 0.6);
  padding: 0.8rem 1rem;
}

.shipment-highlights .nav-link2.active, .shipment-highlights .show > .nav-link2 {
  border: 2px solid #304cb2;
  color: #304cb2;
  background: #fff;
  margin-bottom: 3px;
}

.shipment-highlights .nav-link2.active p {
  color: #304cb2;
}

.shipment-highlights .nav-link2 p {
  margin-bottom: 0px;
  color: #AAAAAA;
}

.shipment-highlights .nav-link2 {
  border: 2px solid #F2F2F2;
  color: #AAAAAA;
  text-align: center;
  padding: 0.8rem 1rem;
  background: #fff;
  margin-bottom: -2px;
}

.shipment-highlights .nav-link2 p.awbnumber {
  font-size: 1.25rem !important;
  margin-bottom: 6px;
}

.shipment-highlights .nav-link2 {
  width: 100%;
  display: block;
}

.verticalCarouselHeader:after {
  content: "";
  display: block;
  clear: both;
}

.verticalCarouselHeader h3 {
  float: left;
  margin: 0px;
}

.verticalCarouselHeader .vc_goUp, .verticalCarouselHeader .vc_goDown {
  float: right;
  display: block;
  width: 30px;
  height: 25px;
  background: #F2F2F2;
  text-align: center;
  color: #000;
  margin-left: 5px;
  border: 1px solid #aaa;
}

.verticalCarouselGroup.vc_list > li p {
  margin: 0px 0px 0px;
}

.vc_goUp, .vc_goDown {
  display: block;
}

.vc_goUp.isDisabled, .vc_goDown.isDisabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.vc_container {
  overflow: hidden;
  -moz-transition: height 0.2s ease-in;
  -o-transition: height 0.2s ease-in;
  -webkit-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in;
}

.vc_list {
  margin: 0;
  padding: 0;
  list-style: none;
  transition: transform 0.2s ease-in;
}

/****Tracking Vertical box adjustment css start****/
.add-Vertical {
  color: black;
  height: 296px;
  text-align: center;
  width: 1PX;
  border: 1px dashed #aaa;
  margin: 0 auto;
  left: 1px;
}

.add-Vertical2 {
  color: black;
  height: 589px;
  text-align: center;
  width: 1PX;
  border: 1px dashed #aaa;
  margin: 0 auto;
  left: 1px;
}

.add-Vertical3 {
  color: black;
  height: 757px;
  text-align: center;
  width: 1PX;
  border: 1px dashed #aaa;
  margin: 0 auto;
  left: 1px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .flight-tracking-tree .add-lines-5 li {
    width: auto;
  }
}
.flight-tracking-body {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}

/****Tracking Vertical box adjustment css end****/
.error-page {
  padding: 40px 0;
}

/*AXB*/
.tracking-outer-panel .light-gray em {
  font-size: 40px;
  color: #fff;
  top: 4px;
  padding-right: 10px;
  position: relative;
}

.tracking-bg #txtAwbNumber {
  width: 71%;
  margin-right: 0px;
  height: calc(1.95em + 0.75rem + 2px);
  border-radius: 0.25rem !important;
}

.site-button.btn.primary-btn {
  background-color: #46849C;
  color: #fff;
  padding: 6px 30px;
  border-radius: 5px;
  border: 2px solid #46849C;
  font-weight: 600;
  font-size: 14px;
}

.tracking-bg h3 {
  font-size: 1.45rem;
  margin-bottom: 10px;
}

.tracking-bg .input-group-btn {
  margin-left: 10px !important;
}

.tracking-outer-box {
  margin: 0 auto;
  width: 75%;
  position: relative;
}
.tracking-outer-box .alert-danger {
  font-size: clamp(12px, 0.75rem + 0.4vw, 14px);
  padding: 8px !important;
  margin-top: 10px;
  margin-bottom: 5px;
}

.tracking-outer-panel .nav-pills-custom .nav-link {
  color: #aaa;
  background: #fff;
  position: relative;
  border: 2px solid #b1b1bb;
}

.tracking-outer-panel .nav-pills-custom .nav-link.active {
  color: #e05b26;
  background: #fff;
}

.tracking-outer-panel .nav-pills .nav-link {
  text-align: center;
}

.tracking-outer-panel .nav-pills .nav-link.active {
  background-color: #fff;
  color: #46849C;
  border: 2px solid #46849C;
}

#v-pills-tabContent .tab-pane {
  background-color: #f5f5f5 !important;
  margin-bottom: 20px;
  padding-bottom: 20px !important;
  padding-top: 0px !important;
  border-radius: 15px !important;
}

tracking-outer-panel .tab-pane {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.tracking-outer-panel .nav-pills-custom .nav-link.active:before {
  border-left: 12px solid #46849C;
}

/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
  .tracking-outer-panel .nav-pills-custom .nav-link::before {
    content: "";
    display: block;
    border-top: 12px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 12px solid transparent;
    position: absolute;
    top: 50%;
    right: -13px;
    transform: translateY(-50%);
    opacity: 0;
  }
}
/*.tracking-outer-panel .tab-content {border:1px solid rgba(0,0,0,.125)}*/
/*.tracking-outer-panel .nav-pills-custom .nav-link.active::before {
    opacity: 1;
}*/
.title-awb {
  font-size: 18px;
  font-weight: bold;
}

.timeline {
  margin: 30px 0 40px 0;
  padding: 0;
  list-style: none;
  position: relative;
}

/* The line */
.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  /*width: 6px;*/
  border: 1px dashed #c8c9d6;
  left: 0%;
  margin-left: -19px;
}

.date-wrapper {
  background: #f7f7f7;
  color: #000;
  padding: 9px 10px;
  font-weight: bold;
}

/* The date/time */
.timeline > li {
  position: relative;
}

.timeline > li .time-box {
  display: block;
  text-align: left;
  padding: 10px 1.1em;
}

.timeline > li .time-box span {
  display: block;
  text-align: left;
}

.timeline > li .time-box span:first-child {
  font-size: 0.9em;
}

.timeline > li .time-box span:last-child {
  font-size: 2em;
  color: #46849C;
  padding: 2px 0;
  font-weight: 700;
}

.timeline > li:nth-child(odd) .time-box span:last-child {
  color: #46849C;
}

/* Right content */
.timeline > li .time-label {
  margin: 0 0 25px 6%;
  background: #fff;
  color: #000;
  padding: 0;
  font-size: 0.9em;
  line-height: 1.4;
  position: relative;
  border-radius: 5px;
  border-left: 6px solid #46849C;
  box-shadow: 0 0 4px #ccc;
}

.timeline > li .time-label p {
  margin-bottom: 0;
}

.timeline > li:nth-child(odd) .time-label {
  background: #fff;
  border-left: 6px solid #46849C;
}

.timeline > li .time-label h2 {
  margin-top: 0px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

/* The triangle */
.timeline > li .time-label:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #46849C;
  border-width: 15px;
  top: 3px;
}

.timeline > li:nth-child(odd) .time-label:after {
  border-right-color: #46849C;
}

/* The icons */
.timeline > li .circle-icon {
  width: 32px;
  height: 32px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1em;
  line-height: 32px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #46849C;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #46849C;
  text-align: center;
  left: -2%;
  top: 0px;
  margin: 0 0 0 -22px;
}

/* Media Queries */
@media screen and (max-width: 65.375em) {
  .timeline > li .time-box span:last-child {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 47.2em) {
  .timeline:before {
    display: none;
  }
  .timeline > li .time-box {
    width: 100%;
    position: relative;
    padding: 0 0 20px 0;
  }
  .timeline > li .time-box span {
    text-align: left;
  }
  .timeline > li .time-label {
    margin: 0 0 30px 0;
    padding: 1em;
    font-weight: 400;
    font-size: 95%;
  }
  .timeline > li .time-label:after {
    right: auto;
    left: 20px;
    border-right-color: transparent;
    border-bottom-color: #f7f7f7;
    top: -20px;
    display: none;
  }
  .timeline > li:nth-child(odd) .time-label:after {
    border-right-color: transparent;
    border-bottom-color: #46849C;
  }
  .timeline > li .circle-icon {
    left: -8%;
  }
  /*.timeline > li .circle-icon {
  	position: relative;
  	float: right;
  	left: auto;
  	margin: -55px 5px 0 0px;
  }*/
}
.btn-danger:disabled, .btn-danger.disabled {
  background-color: #46849C;
  border-color: #46849C;
}

.big-font {
  font-size: 16px;
}

.time-font {
  color: #54a742;
  font-size: 20px;
  margin-bottom: 0;
}

.light-gray {
  background-color: #041c2c;
  color: #fff;
  border-radius: 10px;
  font-size: 12px;
  padding: 8px;
  margin-bottom: 10px;
}

.tracking-outer-panel .card {
  border-radius: 0;
  border: 0;
}

.tracking-outer-panel .nav-tabs {
  border-bottom: none;
}

#TrackHeader {
  margin-bottom: 10px;
}

.purple-gray {
  background-color: #e05b26;
  color: #fff;
}

.bg-faded {
  background-color: #f5f5f5 !important;
}

.flight-tracking-tree {
  width: 100%;
  display: block;
}

.big-font16 {
  font-size: 16px;
}

.track_tbl td.track_dot {
  width: 50px;
  position: relative;
  padding: 0;
  text-align: center;
}

.card .text-medium.big-font20 {
  color: #fff;
  font-size: 22px;
  position: relative;
  top: 3px;
}

.track_tbl td.track_dot:after {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  margin-left: -5px;
  top: 11px;
}

.track-note {
  text-align: left;
}

.track_tbl td.track_dot span.track_line {
  background: #000;
  width: 3px;
  min-height: 50px;
  position: absolute;
  height: 101%;
}

.track_tbl tbody tr:first-child td.track_dot span.track_line {
  top: 30px;
  min-height: 25px;
}

.track_tbl tbody tr:last-child td.track_dot span.track_line {
  top: 0;
  min-height: 25px;
  height: 10%;
}

.tracking-outer-panel .font-weight-bold {
  font-size: 17px;
}

.title-awb label {
  margin-bottom: 0rem !important;
  display: block;
}

.timeline > li .time-label .date-wrapper {
  display: none;
}

.timeline > li .time-label p.pt-1 {
  line-height: 21px;
}

.tracking-outer-panel .tab-content > .tab-pane {
  border: 0px solid rgba(0, 0, 0, 0.125);
}

.tracking-box.bg-box .pb-3 {
  width: 60%;
  margin: 0 auto;
}

.tracking-outer-panel .tab-pane .card-header {
  background: #E0E0EF;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .tracking-banner .tracking-flex-wrapper {
    align-items: center;
  }
  .tracking-banner .tracking-text {
    text-align: center;
  }
  .tracking-banner .tracking-text p {
    margin: 15px auto;
  }
}
@media (max-width: 767px) {
  .margin-leftlet-neg {
    margin-left: 0;
  }
}
/* =========================================================
   COLORS – BASE
========================================================= */
/* =========================================================
   COLORS – BRAND / UI
========================================================= */
/* =========================================================
   COLORS – NEUTRALS
========================================================= */
/* =========================================================
   TYPOGRAPHY & SIZES
========================================================= */
/* Font Sizes - Wrapped in unquote to prevent compiler crashes */
/* =========================================================
   UI COMPONENTS
========================================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

/* =========================================================
   COLORS – BASE
========================================================= */
/* =========================================================
   COLORS – BRAND / UI
========================================================= */
/* =========================================================
   COLORS – NEUTRALS
========================================================= */
/* =========================================================
   TYPOGRAPHY & SIZES
========================================================= */
/* Font Sizes - Wrapped in unquote to prevent compiler crashes */
/* =========================================================
   UI COMPONENTS
========================================================= */
.icon-quote, .icon-track, .icon-search {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-color: #fff;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  margin: 0 auto;
}

.icon-search {
  mask-image: url("/media/Icons/search-icon.svg");
}

.icon-track {
  mask-image: url("/media/Icons/track-icon.svg");
}

.icon-quote {
  mask-image: url("/media/Icons/get-quote.svg");
}

@font-face {
  font-family: "Circular Std Book";
  src: url("fonts/CircularStd-Book.eot");
  src: url("fonts/CircularStd-Book.eot?#iefix") format("embedded-opentype"), url("fonts/CircularStd-Book.woff2") format("woff2"), url("fonts/CircularStd-Book.woff") format("woff"), url("fonts/CircularStd-Book.ttf") format("truetype"), url("fonts/CircularStd-Book.svg#CircularStd-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular Std";
  src: url("fonts/CircularStd-Black.eot");
  src: url("fonts/CircularStd-Black.eot?#iefix") format("embedded-opentype"), url("fonts/CircularStd-Black.woff2") format("woff2"), url("fonts/CircularStd-Black.woff") format("woff"), url("fonts/CircularStd-Black.ttf") format("truetype"), url("fonts/CircularStd-Black.svg#CircularStd-Black") format("svg");
  font-style: normal;
  font-display: swap;
}
/* ANIMATIONS (Merged & Fixed Duplicates) */
@keyframes pulse-border {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomout {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.67);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(0, 0, -100%);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translatey(-10px);
  }
  to {
    opacity: 1;
    transform: translatey(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Helper classes */
.fadeInLeft {
  animation-name: fadeInLeft;
}

.fadeInRight {
  animation-name: fadeInRight;
}

.fadeInUp {
  animation-name: fadeInUp;
}

.slideInLeft {
  animation-name: slideInLeft;
}

.slideInRight {
  animation-name: slideInRight;
}

.fade-in {
  animation: fadeIn ease-in 7s;
}

.in-down {
  animation: fadeInDown both 1s;
}

/* GLOBAL STYLES */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Circular Std Book", sans-serif;
  background: #fff !important;
  color: #4A5565;
  font-size: clamp(14px, 0.85rem + 0.7vw, 18px);
  line-height: 1.4;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Circular Std Book", sans-serif;
  font-weight: bold;
}

b, strong {
  font-weight: 450;
}

a {
  color: #46849C;
}
a:hover {
  color: #46849C;
}

.bg-dark {
  background-color: #3781a2 !important;
}

.relative-box {
  position: relative;
}

main header h1 {
  display: none;
}

.navbar-brand {
  padding-top: 0;
}
.navbar-brand figure {
  margin-bottom: 0;
}
.navbar-brand figure img {
  margin-bottom: 0;
}
.navbar-brand .widget-container {
  padding: 0;
}

.light-teal-bg {
  color: #40C1AC;
}

.mobile-nav-links {
  display: none;
}

.search-container {
  background: #46849C;
  border-radius: 12px;
  margin: -100px auto 60px;
  position: relative;
  padding: 30px 0px;
  width: 80%;
  z-index: 11;
}
.search-container .home-actions {
  display: flex;
  padding: 15px 20px 20px 20px;
  color: #fff;
  text-align: center;
}
.search-container .home-actions .action-item {
  flex: 1;
  text-align: center;
  cursor: pointer;
}
.search-container .home-actions .action-item i {
  font-size: 26px;
  display: block;
  margin-bottom: 15px;
}
.search-container .home-actions .action-item span {
  display: block;
  letter-spacing: 2px;
  font-size: 14px;
}
.search-container .home-actions .action-item.active, .search-container .home-actions .action-item:hover {
  opacity: 1;
}
.search-container .home-actions .divider {
  width: 1px;
  background: rgba(255, 255, 255, 0.4);
}
.search-container .hometracking {
  margin-top: 25px;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}
.search-container .hometracking .alert-danger {
  font-size: clamp(12px, 0.75rem + 0.4vw, 14px);
  padding: 8px;
  margin-top: 10px;
}
.search-container .hometracking .input-group {
  background: #c9dde5;
  border-radius: 8px;
  padding: 8px;
}
.search-container .hometracking .input-group .form-control {
  background: transparent;
  border: 0;
  box-shadow: none;
  font-size: 15px;
  padding-left: 15px;
  color: #46849C;
}
.search-container .hometracking .input-group .form-control:focus {
  box-shadow: none;
}
.search-container .hometracking .input-group .input-group-btn .primary-btn {
  background: #fff;
  color: #46849C;
  border-radius: 6px;
  padding: 10px 28px;
  font-weight: 450;
  border: none;
}
.search-container .hometracking .input-group .input-group-btn .primary-btn:hover {
  background: #eaf3f7;
}
.search-container .hometracking p {
  margin-top: 8px;
  font-size: 13px;
  color: #fff;
  margin-bottom: 0 !important;
}

/* inner banner*/
.inner-banner {
  padding: 70px 0 10px;
  background-size: cover !important;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  font-size: 20px;
  position: relative;
}
.inner-banner h1 {
  font-size: clamp(32px, 1.5rem + 3vw, 68px);
  font-weight: bold;
  color: #fff;
}
.inner-banner:after {
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.1) 24%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.8) 66%, rgba(0, 0, 0, 0.8) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.inner-banner .container {
  padding: 0 0 0 8px;
  position: relative;
  z-index: 1;
}
.inner-banner p {
  font-size: clamp(18px, 1rem + 1.2vw, 28px);
  font-weight: normal;
  color: #fff;
  padding-top: 40px;
}
.inner-banner .small {
  font-size: clamp(14px, 0.8rem + 0.5vw, 16px);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  background-size: 24px;
}

.navbar-toggler {
  border-color: transparent !important;
}

/* top banner */
.relative-box2 {
  position: relative;
  padding: 0;
}

.slider-box {
  position: relative;
  padding: 0;
}

#homepager {
  background-color: #003366;
  width: 100%;
}

.hero-banner-section {
  font-size: 22px;
  line-height: 1.5;
  color: #fff;
  background-size: cover !important;
  width: 100%;
  min-height: 114vh;
  display: flex;
  align-items: center;
  position: relative;
}
.hero-banner-section h1 {
  font-size: 80px;
  margin-top: 170px;
}
.hero-banner-section .right-side {
  font-size: 28px;
  line-height: clamp(1.3, 1.6vw, 1.6);
}
.hero-banner-section .container {
  position: relative;
  z-index: 1;
}
.hero-banner-section:after {
  background: #000;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.2) 24%, rgba(0, 0, 0, 0.4) 56%, rgba(0, 0, 0, 0.8) 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#homepager img {
  width: auto;
  margin: 0 auto;
  height: auto;
  min-width: auto;
  max-width: none;
}

#homepager .banner-title {
  display: none;
}

#homepager:after {
  background: transparent !important;
}

.hometracking hr {
  margin: 0.5rem 0;
}

.h-95 {
  height: 95% !important;
}

.h-100 {
  height: 100vh !important;
}

.h-82 {
  height: 82vh !important;
}

.h-450 {
  height: 450px !important;
}

.hero-area {
  text-align: left;
  z-index: 99;
  animation-name: fadeInLeft;
}
.hero-area .block {
  text-align: left;
  z-index: 99;
}
.hero-area .block .video-play-button {
  position: relative;
  transform: translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  padding: 18px 20px 18px 28px;
  border-radius: 50%;
  cursor: pointer;
}
.hero-area .block .video-play-button::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  background: #c8dad4;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse-border 1500ms ease-out infinite;
}
.hero-area .block .video-play-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  background: #00602C;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 200ms ease;
}
.hero-area .block .video-play-button:hover::after {
  background-color: rgb(218.2754237288, 4.7245762712, 39.686440678);
}
.hero-area .block .video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  height: auto;
}
.hero-area .block .video-play-button span {
  position: relative;
  z-index: 3;
  display: block;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}
.hero-area .block .video-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  z-index: -1;
  transition: opacity 500ms ease;
}
.hero-area .block .video-overlay.open {
  z-index: 1000;
  opacity: 1;
}
.hero-area .block .video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}
.hero-area .block .video-overlay-close {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 1000;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  transition: color 200ms ease;
}
.hero-area .block .video-overlay-close:hover {
  color: #fa183d;
}
.hero-area .banner-small {
  position: relative;
  font-size: clamp(18px, 1rem + 1.2vw, 26px);
  line-height: 1.3;
}
.hero-area .banner-title {
  font-size: clamp(32px, 1.5rem + 3vw, 68px);
  line-height: 1.08;
  padding-top: 18px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.22);
}

.hs-content {
  text-align: center;
  padding: 179px 0 102px;
  background: url("../assets/hero-overlay.png") no-repeat center/cover;
  position: absolute;
  bottom: 189px;
  width: 100%;
  opacity: 0.6;
  z-index: -1;
}

.detail-contact .figure {
  margin-bottom: 0;
}
.detail-contact .figure .figure-img {
  margin-bottom: 0;
}

.videoSliderBackground {
  object-fit: cover;
}

.carousel .carousel-item .mask {
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  width: 100%;
}

.Grow-reach-box h1 {
  color: #0A0A0A;
}
.Grow-reach-box .hero-image {
  text-align: right;
}

#customer-carousel .carousel-item .mask {
  position: absolute;
  top: 0;
  left: 0px;
  height: 100% !important;
  width: 100%;
}

#customerdoor .carousel-caption {
  top: 160%;
}

#main-carousel .carousel-control-prev {
  background: #fff;
  bottom: 58px;
  top: auto;
  width: 50px;
  padding: 15px;
  right: 66px;
  left: auto;
  border-radius: 50%;
}

#main-carousel .carousel-control-next {
  background: #fff;
  bottom: 58px;
  top: auto;
  right: 0px;
  width: 51px;
  padding: 15px;
  border-radius: 50%;
}

.relative-box2 .carousel .carousel-item .hero-area {
  animation-name: fadeInLeft;
}

.relative-box2 .carousel .carousel-item {
  position: relative;
  min-height: 92vh;
  height: 100%;
}
.relative-box2 .carousel .carousel-item .carousel-caption {
  z-index: 11;
  left: 0;
}
.relative-box2 .carousel .carousel-item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.1) 24%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.2) 100%);
}
.relative-box2 .carousel .carousel-item .mask img {
  animation-name: fadeInZoom;
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  line-height: 1;
  position: relative;
  z-index: 0;
  transform: translateY(-120px);
}
.relative-box2 .carousel .carousel-indicators {
  position: absolute;
  bottom: 120px;
  margin: auto;
  height: 20px;
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.relative-box2 .carousel .carousel-indicators button {
  display: inline-block;
  margin-bottom: 5px;
  border: 1px solid #46849C;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #D1D5DC;
  margin: 5px;
}
.relative-box2 .carousel .carousel-indicators .active {
  margin-bottom: 5px;
  background: #46849C !important;
  border: 1px solid #fff;
}
.relative-box2 .carousel .carousel-item {
  height: 100%;
  min-height: 95vh;
}
.relative-box2 .carousel .carousel-item a {
  animation-name: fadeInUp;
}
.relative-box2 #seamless .mask img {
  transform: translateY(-104px);
}

.carousel .hero-area,
.carousel .mask img {
  animation-duration: 1.2s;
  animation-fill-mode: both;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  opacity: 1;
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-right.active {
  opacity: 0;
}

.carousel-fade .active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev {
  transform: translate3d(0, 0, 0);
}

#main-carousel {
  background: #fff;
  background-size: cover;
  height: auto;
  overflow: hidden;
}
#main-carousel .h-82 {
  height: 67vh !important;
}

.num-relative {
  position: relative;
  top: -65px;
}

.num-relative2 {
  position: relative;
}

/*-------------------Advantage-box--------------------*/
.commontitle h1 {
  font-size: 42px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 40px;
  font-weight: 600;
  color: #46849C;
}
.commontitle h2 {
  font-size: 35px;
  position: relative;
  margin-top: 60px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #46849C;
}
.commontitle span {
  color: #209326;
}

.advantage-box {
  margin-bottom: 10px;
}
.advantage-box .border-box-inner {
  background: #f5f5f5;
  border: 5px solid #fff;
  border-radius: 10px;
  min-height: 565px;
  margin-bottom: 20px;
}
.advantage-box .border-box-inner h2 {
  font-size: 20px;
  padding: 25px 0 0 20px;
  color: #0A0A0A;
}
.advantage-box .border-box-inner img {
  border-radius: 10px 10px 0 0;
}
.advantage-box .border-box-inner p {
  padding: 5px 10px 0 20px;
  font-size: 16px;
}

.carousel-item:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

/*------------------Footer------------------------*/
footer {
  position: relative !important;
  background: #46849C !important;
  height: auto !important;
  overflow: hidden;
}
footer .footer-container {
  color: #fff;
  position: relative;
  z-index: 999;
  padding-top: 1.4rem;
}
footer .footer-container .footer-title {
  color: #B5CED7;
  font-weight: bold;
}
footer .footer-container ul {
  margin-bottom: 8px !important;
  list-style: none;
  padding-left: 0;
  margin: 0;
  line-height: 18px;
  padding: 0;
  text-transform: capitalize;
  display: block !important;
}
footer .footer-container ul li {
  display: block !important;
  padding: 0 20px 5px 0 !important;
}
footer .footer-container ul li:last-child {
  padding-bottom: 5px !important;
  margin-bottom: 0 !important;
}
footer .footer-container ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 450;
  margin-bottom: 0;
  text-decoration: none;
}
footer .footer-container ul li .figure img {
  vertical-align: top;
}
footer .footer-container ul li .footer-container svg {
  height: 11px !important;
}
footer .footer-container ul li .list-inline a svg {
  height: 20px !important;
  width: 20px;
}
footer .footer-container .footer-logo .figure {
  margin-bottom: -25px;
  display: block;
}
footer .footer-container .footer-by-logo .figure {
  width: 148px;
}
footer .footer-container .widget-container-widget-title-footer-inner .widget-image .figure img {
  height: 32px;
}
footer .footer-container .followup a {
  color: #fff;
  text-decoration: none;
}
footer .footer-container .followup a i {
  background: #40C1AC;
  border-radius: 50%;
  padding: 8px 10px;
  width: 34px;
}
footer .footer-container .bottom-footer {
  border-top: 1px solid #6B9DB0;
  padding: 12px 0;
  font-size: clamp(12px, 0.75rem + 0.4vw, 14px);
}
footer .footer-container .bottom-footer p {
  margin: 0;
  padding: 0;
}
footer .footer-container .bottom-footer a {
  color: #fff;
  padding: 0 10px;
  text-decoration: none;
}

.footer-cta {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
  display: flex;
  align-items: center;
  padding: 80px 0;
  margin-bottom: 50px;
}
.footer-cta .footer-cta-inner {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 50px;
  border-radius: 10px;
  max-width: 500px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.footer-cta .footer-cta-inner .start-shipping-title {
  font-size: clamp(28px, 1.2rem + 2.5vw, 52px);
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 58px;
  color: #0A0A0A;
}
.footer-cta .footer-cta-inner .btn-primary {
  background-color: #46849C;
  color: #fff;
  border: 1px solid #46849C;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.footer-cta .footer-cta-inner .btn-primary:hover, .footer-cta .footer-cta-inner .btn-primary:focus {
  background-color: rgb(62.1017699115, 117.1061946903, 138.3982300885);
  border-color: rgb(62.1017699115, 117.1061946903, 138.3982300885);
}
.footer-cta .footer-cta-inner .btn-primary:hover {
  background-color: #40C1AC;
  border-color: #40C1AC;
}

.lightgreen {
  background: #d9f3ee;
}

.mobile-logistice {
  display: block !important;
}

.desktop-logistice {
  display: none !important;
}

.iag-velocity {
  background: #46849C;
  padding: 0;
}
.iag-velocity h2 {
  font-size: 45px;
  line-height: 52px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #fff;
}
.iag-velocity .figure {
  margin-bottom: 0;
}
.iag-velocity .figure img {
  margin-bottom: 0;
  border-radius: 0 !important;
}
.iag-velocity .widget-unlock-btn a {
  background: #fff;
  color: #0A0A0A;
}

.logistics-widget-container {
  background: #fff;
  border-radius: 8px;
  padding: 1.5rem;
  max-width: 1390px;
  margin: 0 auto 15px;
}
.logistics-widget-container .logistics-tab-headers {
  display: flex;
  width: 500px;
  margin: 0 auto 2rem;
  border: 1px solid #b5e1db;
  border-radius: 50px;
  padding: 5px;
}
.logistics-widget-container .logistics-tab-headers .tab-header {
  flex: 1;
  text-align: center;
  cursor: pointer;
  color: #666;
  padding: 0.5rem;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.logistics-widget-container .logistics-tab-headers .tab-header.active {
  background: #b5e1db;
  color: #0A0A0A;
  font-weight: 500;
  text-transform: uppercase;
}
.logistics-widget-container .logistics-tab-headers .tab-header.disabled {
  opacity: 0.5;
}
.logistics-widget-container .logistics-tab-headers .tab-header .title {
  font-size: 1rem;
}

.logistics-tab-bodies {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 30px;
}
.logistics-tab-bodies .tab-body {
  width: 33.33%;
  text-align: center;
  opacity: 0.4;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.logistics-tab-bodies .tab-body.show {
  opacity: 1;
  pointer-events: auto;
}
.logistics-tab-bodies .tab-body .step-image {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logistics-tab-bodies .tab-body .step-image img {
  height: 160px;
  object-fit: contain;
  border-radius: 6px;
}
.logistics-tab-bodies .tab-body .dot-line-wrapper {
  margin: 16px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.logistics-tab-bodies .tab-body .dot-line-wrapper .dot {
  width: 16px;
  height: 16px;
  background-color: #ccc;
  border-radius: 50%;
  z-index: 2;
}
.logistics-tab-bodies .tab-body .dot-line-wrapper .dot.active {
  background-color: #46849C;
}
.logistics-tab-bodies .tab-body .dot-line-wrapper .line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 50px);
  height: 1px;
  background-color: #b5e1db;
  z-index: 1;
}
.logistics-tab-bodies .tab-body .step-text {
  margin-top: 1rem;
  padding: 10px 30px;
}
.logistics-tab-bodies .tab-body .step-text h4 {
  font-size: 1.2rem;
  font-weight: 600;
}
.logistics-tab-bodies .tab-body .step-text .description {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #0A0A0A;
  margin-top: 0.5rem;
}

.logistice-box h2 {
  font-size: 48px;
  line-height: 57px;
  margin-bottom: 20px;
  font-weight: 500;
}

.footer-box {
  margin-top: 40px !important;
}
.footer-box img {
  height: 50px;
}

/* form */
.fillup-form {
  margin: 0 auto;
}
.fillup-form h2 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 500;
}
.fillup-form .form-inner {
  margin: 0 auto;
}
.fillup-form .form-inner form {
  border: 1px solid #201446;
  padding: 40px;
  border-radius: 10px;
  background: #fff;
}
.fillup-form .form-inner.border-remove {
  border: 0 solid #201446;
  padding: 20px 30px;
}
.fillup-form .form-inner label {
  font-weight: 600;
  margin-bottom: 10px;
}
.fillup-form .form-inner .form-control,
.fillup-form .form-inner .form-select {
  border: 1px solid #201446;
  margin-bottom: 15px;
  border-radius: 5px;
  padding: 0.675rem 0.75rem;
}

#dvCaptcha2 div, #dvCaptcha div {
  margin: 20px 0 0;
}

.tracking-banner-box .inner-banner {
  min-height: 400px;
}

/*faq */
.accordion {
  width: 100%;
  padding: 0px 0 40px;
}

.faq h2 {
  font-size: clamp(26px, 1.2rem + 2.2vw, 48px);
  color: #0A0A0A;
}
.faq .accordion-item {
  border: none !important;
  border-bottom: 1px solid #D1D5DC !important;
}
.faq .accordion-button {
  padding: 20px 10px !important;
  font-size: clamp(14px, 0.85rem + 0.7vw, 18px);
}
.faq .accordion-button:focus {
  box-shadow: none !important;
}
.faq .accordion-button::after {
  background-image: none !important;
  content: "\f067"; /* plus */
  font-size: clamp(18px, 1rem + 1.2vw, 22px);
  font-weight: 450;
  font-family: FontAwesome;
  color: #0A0A0A;
}
.faq .accordion-button:not(.collapsed)::after {
  content: "\f068"; /* minus */
}
.faq .accordion-button:not(.collapsed) {
  background: #fff !important;
  color: #0A0A0A;
}
.faq .accordion-body {
  font-size: clamp(14px, 0.8rem + 0.5vw, 16px);
  padding: 30px 40px 30px 10px;
}
.faq .accordion-body p {
  text-align: left;
  padding-left: 40px;
}

.btn-primary {
  background-color: #46849C;
  color: #fff;
  border: 1px solid #46849C;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-size: clamp(14px, 0.8rem + 0.5vw, 16px);
  padding: 11px 20px;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: rgb(62.1017699115, 117.1061946903, 138.3982300885);
  border-color: rgb(62.1017699115, 117.1061946903, 138.3982300885);
}
.btn-primary:hover {
  background-color: #40C1AC;
  border-color: #40C1AC;
}

.btn-secondary {
  background-color: #fff;
  color: #46849C;
  border: 1px solid #fff;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: rgb(242.25, 242.25, 242.25);
  border-color: rgb(242.25, 242.25, 242.25);
}
.btn-secondary:hover {
  background-color: #40C1AC;
  border-color: #40C1AC;
  color: #fff;
}

.navbar-brand {
  margin-right: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: left;
}
.navbar-brand img {
  height: 25px;
}
.navbar-brand .rounded {
  border-radius: 0 !important;
}

.powredby-logo img {
  height: 32px !important;
}
.powredby-logo .rounded {
  border-radius: 0 !important;
  height: 40px;
}

.navbar-expand-lg {
  padding: 14px 0;
}
.navbar-expand-lg .navbar-nav li {
  padding: 0 1rem !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
  position: relative;
  padding: 6px 0;
  cursor: pointer;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  transition: color 0.3s ease-in-out;
}
.navbar-expand-lg .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  margin: auto;
  height: 2px;
  width: 0;
  background-color: #40C1AC;
  transition: width 0.4s ease-in-out;
}
.navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-link:focus, .navbar-expand-lg .navbar-nav .nav-link.active {
  color: #fff !important;
}
.navbar-expand-lg .navbar-nav .nav-link:hover::before, .navbar-expand-lg .navbar-nav .nav-link:focus::before, .navbar-expand-lg .navbar-nav .nav-link.active::before {
  width: 100%;
}
.navbar-expand-lg .btn-secondary {
  padding: 2px 8px;
  margin-left: 20px;
}

.curved-path-mobile {
  display: none;
}

.hero-card {
  position: relative;
  padding: 60px;
  background: #fff;
  border-radius: 20px;
}

.dot {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #2ec4b6;
  border-radius: 50%;
}
.dot.dot-top {
  top: 20px;
  left: 20px;
}
.dot.dot-bottom {
  top: 150px;
  right: 30px;
}

.line {
  position: absolute;
  background: #e5e5e5;
}

.line-top {
  height: 2px;
  width: 75%;
  top: 27px;
  left: 34px;
}

.line-curve {
  width: 80px;
  height: 80px;
  border: 2px solid #e5e5e5;
  border-left: none;
  border-radius: 0 80px 80px 0;
  top: 27px;
  right: 30px;
}

.line-bottom {
  height: 2px;
  width: 45%;
  top: 105px;
  left: 120px;
}

.hero .hero-decor h1 {
  font-weight: 450;
  font-size: clamp(30px, 1.4rem + 2.5vw, 54px);
}
.hero .curved-path {
  position: absolute;
  top: 0;
  left: -32px;
  width: 60%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.stats-wrapper {
  border-top: 0px solid #e2e8f0;
  border-bottom: 1px solid #dfdfdf;
  background: #fff;
}
.stats-wrapper .stats-item {
  position: relative;
  padding: 28px 12px;
  text-align: center;
}
.stats-wrapper .stats-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, rgba(226, 232, 240, 0), rgba(226, 232, 240, 0.5), rgb(223, 223, 223));
}
.stats-wrapper .stats-item:last-of-type::after {
  display: none;
}
.stats-wrapper .stats-number {
  font-size: clamp(30px, 1.4rem + 2.5vw, 54px);
  font-weight: bold;
  line-height: 60px;
  transition: all 0.3s ease-out;
  color: #46849C;
}
.stats-wrapper .stats-label {
  font-size: clamp(14px, 0.8rem + 0.5vw, 16px);
  margin-top: 6px;
  color: #0A0A0A;
  line-height: 1.4;
}

.choose-h2 h2 {
  font-family: "Circular Std Book", sans-serif;
  font-size: clamp(26px, 1.2rem + 2.2vw, 48px);
  color: #0A0A0A;
}

/* global scroll */
.global-scroll-pin {
  position: relative;
  width: 100%;
}

.global-scroll-hero {
  position: relative;
  min-height: 100svh;
  width: 100%;
  overflow: hidden;
  background-color: #3781a2;
  color: #fff;
  display: flex;
  align-items: center;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.global-scroll-hero .story-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.global-scroll-hero .story-bg .bg-layer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
}
.global-scroll-hero .story-bg .cinematic-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(135deg, rgba(30, 111, 143, 0.65) 0%, rgba(15, 60, 80, 0.9) 100%);
}
.global-scroll-hero .story-bg .grid-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  opacity: 0.15;
  background-image: radial-gradient(#2dd4bf 0.5px, transparent 0.7px);
  background-size: 40px 40px;
}
.global-scroll-hero .story-content {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 0 6%;
}
.global-scroll-hero .story-content .row {
  display: flex;
  align-items: center;
}
.global-scroll-hero .heading-stack {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}
.global-scroll-hero .heading-stack .story-heading {
  display: flex;
  align-items: baseline;
  margin: 0;
  font-size: clamp(32px, 5vw, 60px) !important;
  line-height: 1.1 !important;
  font-weight: bold !important;
  letter-spacing: -0.02em;
  white-space: nowrap;
  opacity: 0.12;
}
.global-scroll-hero .heading-stack .story-heading.is-active .prefix {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.global-scroll-hero .heading-stack .story-heading .prefix {
  font-size: inherit;
  margin-right: 15px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-20px);
}
.global-scroll-hero .right-ui-block {
  width: 100%;
  max-width: 440px;
  margin-left: auto;
  padding-bottom: 5vh;
}
.global-scroll-hero .right-ui-block .progress-wrapper {
  position: relative;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 8.5rem;
}
.global-scroll-hero .right-ui-block .progress-wrapper .progress-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #2dd4bf;
  box-shadow: 0 0 15px #2dd4bf;
}
.global-scroll-hero .right-ui-block .progress-wrapper .progress-dot {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 20px;
  height: 20px;
  background: #2dd4bf;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 20px #2dd4bf;
  z-index: 5;
}
.global-scroll-hero .right-ui-block .text-stack-wrapper {
  position: relative;
  display: grid;
}
.global-scroll-hero .right-ui-block .text-stack-wrapper .story-text {
  grid-area: 1/1;
  opacity: 0;
  pointer-events: none;
}
.global-scroll-hero .right-ui-block .text-stack-wrapper .story-text .text-content {
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.85);
}
.global-scroll-hero .right-ui-block .text-stack-wrapper .story-text .text-content p {
  margin-bottom: 1rem;
}
.global-scroll-hero .right-ui-block .text-stack-wrapper .story-text .text-content p:last-child {
  margin-bottom: 0;
}

.continent-section {
  background-color: #46849C;
  padding-bottom: 80px;
  color: #fff;
  overflow: hidden;
}
.continent-section .teal-divider2 {
  position: relative;
  height: 2px;
  background-color: #D1D5DC;
  margin-bottom: 2rem;
  width: 100vw;
  margin-left: 0;
  margin-right: calc(-1 * (50vw - 50%));
}
.continent-section .teal-divider2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  background-color: #40C1AC;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.continent-section .map-image-container {
  padding-top: 30px;
}
.continent-section .continent-tabs {
  gap: 10px;
}
.continent-section .continent-tabs .nav-link {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  padding: 8px 22px;
  font-size: 0.85rem;
  transition: all 0.3s ease;
}
.continent-section .continent-tabs .nav-link.active {
  background-color: #fff !important;
  color: #46849C !important;
  border-color: #fff;
  font-weight: 600;
}
.continent-section .map-legend {
  display: flex;
  gap: 30px;
  color: #fff;
  font-size: 0.85rem;
}
.continent-section .map-legend .legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.continent-section .map-legend .legend-item .teal-dot {
  color: #2dd4bf;
  font-size: 1.2rem;
}
.continent-section .map-wrapper {
  position: relative;
  text-align: center;
}
.continent-section .map-wrapper .main-map {
  max-width: 100%;
  margin-top: 0px;
  opacity: 0.8;
}
.continent-section .map-wrapper .insight-card-wrapper {
  position: absolute;
  right: 20px;
  top: 50px;
  width: 520px;
  text-align: left;
  z-index: 10;
  opacity: 0;
  transform: translateX(100px);
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.6s ease;
}
.continent-section .map-wrapper .insight-card-wrapper .insight-card {
  background: #46849C;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}
.continent-section .map-wrapper .insight-card-wrapper .insight-card h3 {
  font-size: clamp(22px, 1.1rem + 1.8vw, 36px);
  line-height: 40px;
  margin-bottom: 25px;
  font-weight: 450;
}
.continent-section .map-wrapper .insight-card-wrapper .insight-card .content-body {
  line-height: 28px;
  font-size: clamp(14px, 0.85rem + 0.7vw, 18px);
  opacity: 0.9;
  margin-bottom: 30px;
}
.continent-section .map-wrapper .insight-card-wrapper .insight-card .buttons {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: clamp(14px, 0.85rem + 0.7vw, 18px);
}
.continent-section .map-wrapper .insight-card-wrapper .insight-card .buttons .btn-whitepaper {
  background: #fff;
  color: #46849C;
  padding: 12px 24px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 450;
  transition: 0.3s;
}
.continent-section .map-wrapper .insight-card-wrapper .insight-card .buttons .btn-quote {
  background: #2dd4bf;
  color: #1a3a44;
  padding: 12px 24px;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.3s;
}
.continent-section .map-wrapper .insight-card-wrapper .insight-card .buttons .btn-quote:hover {
  transform: translateY(-3px);
  background: rgb(66.1660079051, 216.3339920949, 197.4505928854);
}
.continent-section .map-wrapper .did-you-know-wrapper {
  position: absolute;
  left: 5%;
  bottom: 0;
  width: 240px;
  z-index: 10;
  opacity: 0;
  transform: translateY(80px);
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.6s ease;
  transition-delay: 0.3s;
}
.continent-section .map-wrapper .did-you-know-wrapper .info-box {
  background: #fff;
  color: #222;
  padding: 18px;
  border-radius: 15px;
  text-align: left;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}
.continent-section .map-wrapper .did-you-know-wrapper .info-box h6 {
  font-weight: 800;
  margin-bottom: 10px;
}
.continent-section .map-wrapper .did-you-know-wrapper .info-box p {
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}
.continent-section .tab-pane.active .insight-card-wrapper {
  animation: slideInRight 0.8s cubic-bezier(0.2, 1, 0.3, 1) forwards;
}
.continent-section .tab-pane.active .did-you-know-wrapper {
  animation: slideInUp 0.8s cubic-bezier(0.2, 1, 0.3, 1) forwards;
  animation-delay: 0.2s;
}
.continent-section h2 {
  color: #fff !important;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(150px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.detail-box p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 6px;
}
.detail-box .field-name-unlock-btn-link a {
  border-radius: 0.25rem;
  background: #46849C;
  border: 1px solid #46849C;
  font-weight: 450;
  font-size: 14px;
  padding: 14px 20px;
  color: #fff;
  text-decoration: none;
}
.detail-box .field-name-unlock-btn-link a:hover {
  background: #40C1AC;
}

.feature-reveal-container {
  position: relative;
  width: 100%;
  height: 406px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  /* ===================================== */
  /*  ADDITIONAL: Desktop One-by-One Fade */
  /* ===================================== */
}
.feature-reveal-container .feature-overlay-grid {
  display: flex;
  height: 100%;
  width: 100%;
}
.feature-reveal-container .feature-column {
  border-right: 5px solid #fff;
  cursor: pointer;
  flex: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
  /* Small hover pop */
}
.feature-reveal-container .feature-column .feature-plus-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 36px;
  height: 36px;
  background: rgba(70, 132, 156, 0.9);
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.feature-reveal-container .feature-column:hover .feature-plus-icon {
  transform: scale(1.1);
}
.feature-reveal-container .feature-column:last-child {
  border-right: none;
}
.feature-reveal-container .feature-column .feature-content-box {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translateY(100%);
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.feature-reveal-container .feature-column .feature-inner {
  opacity: 0;
  transition: opacity 0.4s ease;
  transition-delay: 0.2s;
}
.feature-reveal-container .feature-column .feature-icon-wrapper {
  width: 50px;
  margin-bottom: 30px;
}
.feature-reveal-container .feature-column .feature-icon-wrapper img {
  width: 100%;
  height: auto;
}
.feature-reveal-container .feature-column .feature-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #0A0A0A;
}
.feature-reveal-container .feature-column .feature-description {
  line-height: 1.6;
  font-size: 1rem;
}
.feature-reveal-container .feature-column:hover .feature-content-box, .feature-reveal-container .feature-column:focus .feature-content-box {
  transform: translateY(0);
  border: 1px solid #D1D5DC;
}
.feature-reveal-container .feature-column:hover .feature-inner, .feature-reveal-container .feature-column:focus .feature-inner {
  opacity: 1;
}
@media (min-width: 768px) {
  .feature-reveal-container {
    /* Delay each box */
    /* Keyframes */
  }
  .feature-reveal-container .feature-column {
    opacity: 0;
    animation: fadeColumn 0.9s ease forwards;
  }
  .feature-reveal-container .feature-column:nth-child(1) {
    animation-delay: 0.2s;
  }
  .feature-reveal-container .feature-column:nth-child(2) {
    animation-delay: 0.5s;
  }
  .feature-reveal-container .feature-column:nth-child(3) {
    animation-delay: 0.8s;
  }
  @keyframes fadeColumn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}

.crossborder-slider {
  background-color: #46849C;
  position: relative;
  padding: 60px 0px;
  overflow: hidden;
}
.crossborder-slider .crossborder-slider-section {
  padding: 50px 0px 0;
}
.crossborder-slider .display-4 {
  font-size: clamp(26px, 3.5vw, 36px);
  line-height: 40px;
  font-weight: bold;
}
.crossborder-slider .decorative-path-line {
  position: absolute;
  top: 28%;
  left: 0;
  width: 100%;
  height: 220px;
  z-index: 1;
  pointer-events: none;
}
.crossborder-slider .carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.crossborder-slider .carousel-fade .carousel-item.active {
  opacity: 1;
  position: relative;
  z-index: 2;
}
.crossborder-slider .carousel-item .lead {
  font-size: clamp(14px, 0.85rem + 0.7vw, 18px);
}
.crossborder-slider .carousel-item .oval-expansion-mask {
  width: 300px;
  height: 400px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 150px;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 5;
  cursor: pointer;
}
.crossborder-slider .carousel-item .oval-expansion-mask video, .crossborder-slider .carousel-item .oval-expansion-mask .img-fill {
  width: 100%;
  height: 108% !important;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  zoom: 55%;
}
.crossborder-slider .carousel-item .oval-expansion-mask:hover {
  width: 400px;
  border-radius: 80px;
  transform: scale(1.03);
}
.crossborder-slider .carousel-item .decor-dot {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #40C1AC;
  border-radius: 50%;
  z-index: 10;
  box-shadow: 0 0 15px rgba(64, 193, 172, 0.4);
}
.crossborder-slider .carousel-item .decor-dot.left {
  left: 4%;
  top: 35%;
  transform: translateY(-50%);
}
.crossborder-slider .carousel-item .decor-dot.right {
  left: 56%;
  top: calc(35% + 220px);
  transform: translateY(-50%);
}
.crossborder-slider .bottom-nav-overlay {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 20;
}
.crossborder-slider .bottom-nav-overlay .step-nav-container {
  display: flex;
  gap: 40px;
}
.crossborder-slider .bottom-nav-overlay .step-nav-container .step-nav {
  flex: 1;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
.crossborder-slider .bottom-nav-overlay .step-nav-container .step-nav .step-number {
  font-weight: 450;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.crossborder-slider .bottom-nav-overlay .step-nav-container .step-nav .step-title {
  font-size: 1rem;
  font-weight: 450;
  margin-top: 5px;
}
.crossborder-slider .bottom-nav-overlay .step-nav-container .step-nav .underline {
  height: 2px;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.crossborder-slider .bottom-nav-overlay .step-nav-container .step-nav .swiper__label__bar {
  width: 0%;
  height: 100%;
  display: block;
  background: #fff;
  border-radius: 20px;
}
.crossborder-slider .bottom-nav-overlay .step-nav-container .step-nav.active {
  color: #fff;
}
.crossborder-slider .choose-h2 h2 {
  font-family: "Circular Std Book", sans-serif;
  font-size: clamp(26px, 1.2rem + 2.2vw, 48px);
  color: #fff !important;
  margin-bottom: 0;
}
.crossborder-slider .choose-h2 .field-name-unlock-btn-link {
  margin-top: 15px;
}
.crossborder-slider .choose-h2 .field-name-unlock-btn-link a {
  background-color: #fff;
  color: #46849C;
  border: 1px solid #fff;
  border-radius: 5px;
  transition: all 0.3s ease;
  text-decoration: none;
  font-size: 14px;
  padding: 14px 20px;
}
.crossborder-slider .choose-h2 .field-name-unlock-btn-link a:hover, .crossborder-slider .choose-h2 .field-name-unlock-btn-link a:focus {
  background-color: rgb(242.25, 242.25, 242.25);
  border-color: rgb(242.25, 242.25, 242.25);
}
.crossborder-slider .choose-h2 .field-name-unlock-btn-link a:hover {
  background: #40C1AC;
  color: #fff;
  border: 1px solid #40C1AC;
}
.crossborder-slider .carousel-control-prev,
.crossborder-slider .carousel-control-next {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #40C1AC;
  border: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 1;
  margin: 0 15px 0 0;
  padding: 6px;
}
.crossborder-slider .carousel-control-prev:hover,
.crossborder-slider .carousel-control-next:hover {
  background: #40C1AC;
  border-color: #40C1AC;
}

/* new letter */
.newsletter-section {
  padding: 20px 0;
}
.newsletter-section .newsletter-text {
  color: #fff;
  font-size: clamp(16px, 0.9rem + 0.8vw, 20px);
  margin-bottom: 20px;
  max-width: 300px;
  line-height: 1.4;
  font-weight: bold;
}
.newsletter-section .success-message {
  color: #fff;
  font-size: clamp(12px, 0.75rem + 0.4vw, 14px);
  margin-top: 5px;
  max-width: 300px;
  line-height: 1.4;
}
.newsletter-section .newsletter-group {
  display: flex;
  gap: 10px;
  max-width: 400px;
}
.newsletter-section .newsletter-group .newsletter-input {
  flex: 1;
  background-color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 14px;
  color: #0A0A0A;
  outline: none;
}
.newsletter-section .newsletter-group .newsletter-input::placeholder {
  color: #0A0A0A;
}
.newsletter-section .newsletter-group .newsletter-submit {
  background-color: #fff;
  border: none;
  border-radius: 8px;
  width: 50px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.newsletter-section .newsletter-group .newsletter-submit:hover {
  opacity: 0.9;
  background-color: #f8f8f8;
}
.newsletter-section .newsletter-group .newsletter-submit svg {
  stroke: #46849C;
}

/* Fixed */
.fixed-side-button {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  background-color: #40C1AC;
  color: #fff;
  padding: 25px 12px;
  text-decoration: none;
  font-weight: 450;
  font-size: clamp(14px, 0.8rem + 0.5vw, 16px);
  letter-spacing: 0.5px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: translateY(-50%) rotate(180deg);
  border-radius: 0px 8px 8px 0px;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: -2px 0 15px rgba(0, 0, 0, 0.1);
}
.fixed-side-button:hover {
  background-color: #40C1AC;
  color: #fff;
}

.contact-section {
  padding: 2rem 0;
}
.contact-section .widget-size-66 {
  padding-right: 80px;
}
.contact-section .form-group {
  position: relative;
  margin-bottom: 1.8rem;
}
.contact-section .form-group select.form-select {
  border: none !important;
  border-bottom: 1px solid #ced4da !important;
  border-radius: 0 !important;
  padding: 0.5rem 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  color: #0A0A0A;
  font-size: 1rem;
}
.contact-section .form-group select.form-select:focus {
  border-bottom: 1px solid #46849C !important;
}
.contact-section .form-group label.sr-only {
  position: relative !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 0 10px 0 !important;
  overflow: visible !important;
  clip: auto !important;
  display: block !important;
  font-weight: 450;
  font-size: 0.9rem;
  color: #0A0A0A;
  transition: color 0.3s ease;
}
.contact-section .form-group .form-control {
  border: none !important;
  border-bottom: 1px solid #ced4da !important;
  border-radius: 0 !important;
  padding: 0.5rem 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  color: #0A0A0A;
  font-size: 1rem;
}
.contact-section .form-group .form-control::placeholder {
  color: #adb5bd;
  font-size: 0.9rem;
  opacity: 1;
}
.contact-section .form-group .form-control:focus {
  border-bottom: 1px solid #46849C !important;
}
.contact-section .form-group:focus-within label.sr-only {
  color: #46849C;
}
.contact-section textarea.form-control {
  min-height: 60px !important;
}
.contact-section .nav-toggle, .contact-section .btn-primary.rounded-pill, .contact-section .btn-outline-primary.rounded-pill {
  border-radius: 50px !important;
  padding: 10px 30px !important;
  font-weight: 450;
  border-width: 1.5px;
  transition: 0.3s;
  border: 1px solid #46849C;
  color: #46849C;
  font-size: 1rem;
}
.contact-section .nav-toggle.active, .contact-section .nav-toggle.btn-primary, .contact-section .btn-primary.rounded-pill.active, .contact-section .btn-primary.rounded-pill.btn-primary, .contact-section .btn-outline-primary.rounded-pill.active, .contact-section .btn-outline-primary.rounded-pill.btn-primary {
  background-color: #46849C !important;
  border-color: #46849C !important;
  color: #fff !important;
}
.contact-section .btn-outline-primary.rounded-pill:hover {
  background: #46849C;
  color: #fff;
}
.contact-section .btn-primary:not(.rounded-pill) {
  background-color: #46849C !important;
  border-color: #46849C !important;
  border-radius: 8px !important;
  padding: 12px 40px !important;
  font-weight: 450;
  text-transform: none;
}
.contact-section .btn-primary:not(.rounded-pill):hover {
  background-color: rgb(54.203539823, 102.2123893805, 120.796460177) !important;
}
.contact-section .form-check {
  margin-top: 1rem;
}
.contact-section .form-check .form-check-input:checked {
  background-color: #46849C;
  border-color: #46849C;
}
.contact-section .form-check .form-check-label {
  font-size: 0.85rem;
  color: #666;
  padding-left: 5px;
}
.contact-section .contact-info-card {
  background-color: #F7F7F7;
  border-radius: 10px;
  padding: 2rem 2rem 0rem;
  font-size: clamp(12px, 0.75rem + 0.4vw, 14px);
}
.contact-section .contact-info-card h2 {
  font-weight: 450;
  margin-bottom: 1.5rem;
}
.contact-section .contact-info-card .figure {
  margin-bottom: 0;
}
.contact-section .contact-info-card .figure .figure-img {
  margin-bottom: 0;
}
.contact-section .contact-info-card .contact-link {
  font-weight: 450;
  color: #0A0A0A;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1rem;
}
.contact-section .contact-info-card .contact-link:hover {
  color: #46849C;
}

/* Full with image */
.full-image {
  width: 100%;
}
.full-image .widget-body,
.full-image .flow,
.full-image article,
.full-image figure {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: none !important;
}
.full-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0 !important;
}

/* who we are*/
.journey-widget {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  background-color: #fff;
}
.journey-widget .journey-background {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  top: 130px;
}
.journey-widget .journey-background svg {
  width: 100%;
  height: 100%;
  display: block;
}
.journey-widget .journey-container {
  position: relative;
  z-index: 2;
}
.journey-widget .journey-container .pe-md-5 {
  padding-right: 6rem !important;
}
.journey-widget .journey-title {
  font-size: clamp(28px, 1.2rem + 2.5vw, 52px);
  margin-bottom: 30px;
  color: #0A0A0A;
}

/* 
MAIN ACCORDION  */
.main-accordion {
  text-align: left;
  border-top: 1px solid #D1D5DC !important;
  border-bottom: 1px solid #D1D5DC;
  padding-bottom: 0 !important;
}
.main-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #D1D5DC;
}
.main-accordion .accordion-header {
  font-size: clamp(28px, 1.2rem + 2.5vw, 52px) !important;
  font-weight: 450;
}
.main-accordion .accordion-button {
  background: transparent !important;
  color: #0A0A0A;
  font-weight: 450;
  font-size: clamp(30px, 1.4rem + 2.5vw, 54px);
  padding: 2.25rem 10px;
  box-shadow: none !important;
  position: relative;
}
.main-accordion .accordion-button:focus {
  box-shadow: none !important;
  background: transparent !important;
}
.main-accordion .accordion-button:not(.collapsed) {
  background: transparent !important;
  color: #0A0A0A;
}
.main-accordion .accordion-button::after {
  background-image: none !important;
  background: none !important;
  content: "\f068"; /* minus */
  font-family: FontAwesome;
  font-size: clamp(18px, 1rem + 1.2vw, 28px);
  color: #0A0A0A;
  width: auto;
  height: auto;
  transform: none;
}
.main-accordion .accordion-button.collapsed::after {
  content: "\f067"; /* plus */
}
.main-accordion .accordion-body {
  margin: 1rem 0 1.5rem;
}
.main-accordion img {
  border-radius: 1rem;
  object-fit: cover;
}

.accordion-headline {
  font-size: clamp(22px, 1.1rem + 1.8vw, 36px);
  font-weight: 450;
  margin-bottom: 1rem;
}

/*  TEAL DIVIDER */
.teal-divider {
  position: relative;
  margin-top: 3.5rem;
  padding-top: 1rem;
  border-top: 2px solid #D1D5DC;
}
.teal-divider::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: #40C1AC;
  border-radius: 50%;
  transform: translateY(-50%);
}

.feature-grid {
  margin-top: 2rem;
  margin-bottom: 2px;
  border-top: 0;
  border-bottom: 1px solid #D1D5DC;
}
.feature-grid .feature-item {
  padding: 1.75rem 1.5rem;
  position: relative;
}
.feature-grid .feature-item::before, .feature-grid .feature-item::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, rgba(226, 232, 240, 0), rgba(226, 232, 240, 0.5), rgb(226, 232, 240));
}
.feature-grid .feature-item::before {
  left: 0;
}
.feature-grid .feature-item::after {
  right: 0;
}
.feature-grid .feature-item .feature-title {
  font-size: clamp(18px, 1rem + 1.2vw, 22px);
  font-weight: bold;
  margin-bottom: 1rem;
}
.feature-grid .feature-item p {
  font-size: clamp(14px, 0.8rem + 0.5vw, 16px);
  color: #717182;
  margin-bottom: 0;
  max-width: 260px;
}

/* blog*/
.hero .hero-image img {
  border-radius: 10px !important;
}

.blog-box {
  background: #f5f5f5;
  padding: 80px 0;
}

.recent-posts-widget .section-title {
  font-size: clamp(26px, 1.2rem + 2.2vw, 42px);
  font-weight: 450;
  color: #0A0A0A;
}
.recent-posts-widget .small-blog-img {
  width: 100%;
  height: 230px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.recent-posts-widget .small-blog-img:hover {
  transform: scale(1.02);
}
.recent-posts-widget .title-date {
  font-size: 14px;
  font-weight: 500;
}
.recent-posts-widget a {
  text-decoration: none;
}
.recent-posts-widget .title-small {
  font-size: clamp(16px, 0.9rem + 0.8vw, 20px);
  font-weight: 450;
  line-height: 1.4;
  color: #0A0A0A;
  transition: color 0.2s;
}
.recent-posts-widget .title-small:hover {
  color: #0A0A0A;
}
.recent-posts-widget .btn-primary {
  background-color: #46849C;
  color: #fff;
  border: 1px solid #46849C;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.recent-posts-widget .btn-primary:hover, .recent-posts-widget .btn-primary:focus {
  background-color: rgb(62.1017699115, 117.1061946903, 138.3982300885);
  border-color: rgb(62.1017699115, 117.1061946903, 138.3982300885);
}
.recent-posts-widget .btn-primary:hover {
  background-color: #40C1AC;
  border-color: #40C1AC;
}
.recent-posts-widget .nav-tabs {
  border-bottom: none;
  gap: 15px;
}
.recent-posts-widget .nav-tabs .nav-link {
  border: 1px solid #46849C;
  border-radius: 50px;
  color: #46849C;
  padding: 8px 25px;
  font-size: 14px;
  font-weight: 500;
  background: transparent;
  transition: 0.5s;
}
.recent-posts-widget .nav-tabs .nav-link:hover {
  background-color: rgba(70, 132, 156, 0.1);
}
.recent-posts-widget .nav-tabs .nav-link.active {
  background-color: #46849C;
  color: #fff;
  border-color: #46849C;
}
.recent-posts-widget .whoweare-button .btn {
  border: 1px solid #46849C;
  border-radius: 50px;
  padding: 10px 30px;
  font-weight: 600;
  color: #46849C;
  transition: 0.5s;
}
.recent-posts-widget .whoweare-button .btn .arrow-rotate {
  margin-left: 8px;
  transition: transform 0.3s;
}
.recent-posts-widget .whoweare-button .btn:hover {
  background-color: #40C1AC;
  color: #fff;
}
.recent-posts-widget .whoweare-button .btn:hover .arrow-rotate {
  transform: translateX(5px);
}
.recent-posts-widget .post-meta {
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recent-box {
  background: #F7F7F7;
  padding: 10px;
  border-radius: 10px;
}
.recent-box h2 {
  background: #40C1AC;
  color: #fff;
  font-size: clamp(16px, 0.9rem + 0.8vw, 20px);
  padding: 10px 10px 5px;
  margin-bottom: 10px !important;
  border-radius: 10px;
}
.recent-box a:hover {
  color: #40C1AC;
}
.recent-box .title-small {
  font-size: clamp(14px, 0.8rem + 0.5vw, 16px);
}
.recent-box .title-date {
  font-size: 12px;
}
.recent-box .title-author {
  font-size: 12px;
}

/* Refining box */
.refining-delivery-widget {
  background-color: #46849C;
  padding: 3rem 0;
  color: #fff;
}
.refining-delivery-widget .content-col {
  position: relative;
  padding-left: 4rem;
}
.refining-delivery-widget .teal-divider2 {
  position: relative;
  height: 2px;
  background-color: #D1D5DC;
  margin-bottom: 2rem;
  width: 100vw;
  margin-left: 0;
  margin-right: calc(-1 * (50vw - 50%));
}
.refining-delivery-widget .teal-divider2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  background-color: #40C1AC;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.refining-delivery-widget h2 {
  font-size: clamp(28px, 1.2rem + 2.5vw, 52px);
  font-weight: bold;
}
.refining-delivery-widget p {
  font-size: clamp(14px, 0.85rem + 0.7vw, 18px);
}

/*How It Work */
.howItWorks {
  position: relative;
}
.howItWorks .oval-expansion-mask {
  width: 300px;
  height: 400px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 150px;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 5;
  cursor: pointer;
}
.howItWorks .oval-expansion-mask video, .howItWorks .oval-expansion-mask .img-fill, .howItWorks .oval-expansion-mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  zoom: 40% !important;
}
.howItWorks .oval-expansion-mask:hover {
  width: 400px;
  border-radius: 80px;
  transform: scale(1.03);
}
.howItWorks .display-6 {
  color: #0A0A0A;
  font-weight: bold;
}

/* Why Us */
.hero-heading .hero-decor-title h2 {
  font-weight: 450;
  font-size: clamp(30px, 1.4rem + 2.5vw, 54px);
  color: #0A0A0A;
}
.hero-heading .hero-decor-title h2 span {
  background: #fff;
  padding: 10px 60px;
}
.hero-heading .hero-decor-title h2 em {
  font-weight: bold;
}
.hero-heading .curved-path-whyus {
  position: absolute;
  top: -37px;
  left: -32px;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.hero-heading .curved-path-whyus .line-path {
  fill: #d1d5dc; /* line color */
}
.hero-heading .curved-path-whyus .circle-dot {
  fill: #40c1ac; /* circle color */
}

.whyus-accordion {
  width: 100%;
  padding: 0px 0 40px;
}
.whyus-accordion .accordion-item {
  border: none !important;
  border-bottom: 1px solid #D1D5DC !important;
}
.whyus-accordion .accordion-button {
  padding: 40px 10px !important;
  font-size: clamp(22px, 1.1rem + 1.8vw, 36px);
}
.whyus-accordion .accordion-button .text-success {
  color: #46849C !important;
}
.whyus-accordion .accordion-button::after {
  background-image: none !important;
  content: "\f067"; /* plus */
  font-size: clamp(18px, 1rem + 1.2vw, 22px);
  font-weight: 450;
  font-family: FontAwesome;
  color: #46849C;
}
.whyus-accordion .accordion-button:not(.collapsed)::after {
  content: "\f068"; /* minus */
}
.whyus-accordion .accordion-button::before {
  background-image: none !important;
  content: ""; /* plus */
  font-size: clamp(18px, 1rem + 1.2vw, 22px);
  font-weight: 450;
  font-family: FontAwesome;
  color: #46849C;
}
.whyus-accordion .accordion-button:not(.collapsed)::before {
  content: "\f111"; /* minus */
  padding: 0 22px 0 0 !important;
}
.whyus-accordion .accordion-button:not(.collapsed) {
  background: #fff !important;
  color: #0A0A0A;
}
.whyus-accordion .accordion-button:not(.collapsed) .text-success {
  display: none;
}
.whyus-accordion .accordion-body {
  font-size: clamp(14px, 0.8rem + 0.5vw, 16px);
  padding: 0px 55px 40px;
}
.whyus-accordion .accordion-body p {
  text-align: left;
  padding-left: 40px;
}

.whyus h2 {
  font-size: clamp(30px, 1.4rem + 2.5vw, 54px);
  color: #0A0A0A;
}

.Competitive-bottom-title h3 {
  color: #0A0A0A;
}

/*Search result*/
.search-result-fcolor {
  background-color: #fff;
  padding-top: 10px;
  font-size: clamp(14px, 0.8rem + 0.5vw, 16px);
}
.search-result-fcolor h2 {
  font-size: clamp(16px, 0.9rem + 0.8vw, 20px);
}

.search-result-page {
  margin-top: 60px;
  padding-top: 40px;
  background-color: #f5f5f5;
}
.search-result-page form {
  margin-top: -20px;
}
.search-result-page .search-page-title {
  font-size: clamp(22px, 1.1rem + 1.8vw, 36px);
  color: #0A0A0A;
  font-weight: 600;
}
.search-result-page .input-group {
  width: 50%;
  margin: 0 auto;
  padding-bottom: 20px;
}

.blog-link-class {
  color: #3781a2; /* Blue */
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-link-class:hover {
  color: #46849C; /* Red */
  text-decoration: underline;
}

.btn-secondary:focus {
  background-color: #47beab !important;
}

.alert-warning {
  font-size: clamp(12px, 0.75rem + 0.4vw, 14px);
}

/* video*/
.full-image article.widget-video {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  max-width: 100vw !important;
  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  /* ✅ Overlay for readability */
  /* ✅ Sound Button */
  /* ✅ Mobile */
}
.full-image article.widget-video .video-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #46849C;
}
.full-image article.widget-video .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 10;
}
.full-image article.widget-video .video-wrapper .container,
.full-image article.widget-video .video-wrapper .widget-content {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 20px; /* Safe padding top/bottom */
  text-align: center;
  color: #fff;
}
.full-image article.widget-video .video-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.full-image article.widget-video .video-sound-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}
@media (max-width: 768px) {
  .full-image article.widget-video .video-wrapper {
    height: 70vh;
    min-height: 350px;
  }
  .full-image article.widget-video .video-wrapper .container {
    padding: 50px 15px;
  }
}

@media (min-width: 992px) {
  .howItWorks {
    background: url("../images/Connecting-Line.svg") no-repeat;
    background-size: contain;
    background-position: 50% 38%;
  }
}
@media (max-width: 991px) {
  .howItWorks {
    background: none;
  }
}
/* =========================================================
   COLORS – BASE
========================================================= */
/* =========================================================
   COLORS – BRAND / UI
========================================================= */
/* =========================================================
   COLORS – NEUTRALS
========================================================= */
/* =========================================================
   TYPOGRAPHY & SIZES
========================================================= */
/* Font Sizes - Wrapped in unquote to prevent compiler crashes */
/* =========================================================
   UI COMPONENTS
========================================================= */
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px !important;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px !important;
  }
  .col-md-2,
  .widget .widget-size-20 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px !important;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px !important;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px !important;
  }
}
@media (max-width: 2200px) {
  #main-carousel .h-82 {
    height: 66vh !important;
  }
}
@media (max-width: 1990px) {
  #main-carousel .h-82 {
    height: 78vh !important;
  }
}
@media (max-width: 1281px) {
  .crossborder-slider .decorative-path-line {
    top: 35%;
  }
  .journey-widget .journey-background {
    top: 134px;
  }
  .journey-widget .journey-container .pe-md-5 {
    padding-right: 2rem !important;
  }
}
@media (max-width: 1190px) {
  .hero-area .banner-title {
    font-size: clamp(32px, 1.5rem + 3vw, 55px);
  }
  .howItWorks .oval-expansion-mask {
    width: 300px;
    height: 330px;
    border-radius: 100px;
  }
}
/* TABLET & MOBILE (991px and below) */
@media (max-width: 991.98px) {
  .hero-area .banner-title {
    font-size: clamp(32px, 1.5rem + 3vw, 40px);
  }
  #navbarResponsive {
    position: fixed;
    top: 0;
    right: 0;
    width: 85%;
    max-width: 320px;
    height: 100vh;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    background-color: #212529;
    z-index: 1045;
    display: block !important;
  }
  #navbarResponsive.show {
    transform: translateX(0);
  }
  #navbarResponsive .offcanvas-body {
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
    align-items: flex-start !important;
  }
  #navbarResponsive .offcanvas-body .btn-secondary {
    width: 100%;
    margin-top: 1rem;
    margin-left: 0 !important;
  }
  #navbarResponsive .menu ul {
    list-style: none;
    padding-left: 0;
  }
  #navbarResponsive .menu ul li {
    margin-bottom: 14px;
  }
  #navbarResponsive .menu ul li a {
    color: #fff;
    font-size: 1.1rem;
  }
  .navbar-expand-lg .navbar-nav li {
    padding: 5px 1rem !important;
  }
  .global-scroll-hero .story-content .row {
    flex-direction: column;
    padding: 15vh 0 5vh;
  }
  .global-scroll-hero .heading-stack {
    margin-bottom: 2rem;
  }
  .global-scroll-hero .heading-stack .story-heading {
    white-space: normal;
    font-size: 36px !important;
  }
  .global-scroll-hero .right-ui-block {
    margin-left: 0;
    max-width: 100%;
    height: auto;
    gap: 40px;
  }
  .mobile-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .powredby-logo {
    display: none;
  }
  .navbar-toggler {
    position: absolute;
    right: 20px;
  }
  .continent-section .tab-pane.active .insight-card-wrapper {
    position: relative;
    width: 100%;
    box-shadow: none;
    right: auto;
  }
  .continent-section .tab-pane.active .insight-card-wrapper .insight-card .buttons {
    display: block;
  }
  .continent-section .tab-pane.active .insight-card-wrapper .insight-card .buttons .btn-whitepaper {
    width: 100%;
    display: block;
    text-align: center;
  }
  .continent-section .tab-pane.active .insight-card-wrapper .insight-card .buttons .btn-quote {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .continent-section .map-wrapper .did-you-know-wrapper {
    position: relative;
    left: auto;
    bottom: 0;
    width: 80%;
    margin: 0 auto;
  }
  .global-scroll-hero .right-ui-block .progress-wrapper {
    margin-bottom: 2rem;
  }
  .journey-background {
    display: none;
  }
  .relative-box2 .carousel .carousel-item .mask img {
    transform: translateY(47px);
  }
  .relative-box2 #seamless .mask img {
    transform: translateY(47px);
  }
  .relative-box2 .carousel .carousel-item::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.2) 24%, rgba(0, 0, 0, 0.3) 56%, rgba(0, 0, 0, 0.5) 100%);
    height: 100vh;
  }
  .inner-banner::after {
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.2) 24%, rgba(0, 0, 0, 0.3) 56%, rgba(0, 0, 0, 0.5) 100%);
  }
  /* how it work  */
  /* Each Step Row */
  .howItWorks .row {
    position: relative;
    flex-direction: column !important;
    padding-left: 25px;
    padding-bottom: 26px;
    margin-bottom: 0 !important;
  }
  .howItWorks .oval-expansion-mask {
    width: 300px;
    height: 348px;
    border-radius: 105px;
  }
  .howItWorks .row::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #e0e0e0;
  }
  .howItWorks .row::after {
    content: "";
    position: absolute;
    left: 9px;
    top: 375px;
    width: 20px;
    height: 20px;
    background: #46849C;
    border-radius: 50%;
    z-index: 10;
  }
  .crossborder-slider .oval-expansion-mask:hover {
    width: 300px;
    border-radius: 40px;
    transform: scale(1.03);
  }
  .crossborder-slider .decorative-path-line {
    display: none;
  }
}
@media (max-width: 768px) {
  .hero-area .banner-title {
    font-size: clamp(32px, 1.5rem + 3vw, 40px);
  }
  .advantage-box .image-circle-box .img-fluid {
    width: 100%;
  }
  .Qicklink {
    max-width: 40% !important;
  }
  .support-box {
    max-width: 60% !important;
  }
  .advantage-box .border-box-inner {
    min-height: auto;
    padding-bottom: 20px;
    border-radius: 15px;
  }
  .mobile-feature-stack {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 20px 15px;
  }
  /* Each Card */
  .mobile-feature-card {
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  }
  /* Image Section Top */
  .mobile-feature-image {
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  /* Content Section */
  .mobile-feature-content {
    padding: 22px;
  }
  /* Title */
  .mobile-feature-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #0A0A0A;
  }
  /* Description */
  .mobile-feature-description {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
  }
  /* Hide Plus Icon on Mobile */
  .feature-plus-icon {
    display: none !important;
  }
  .mobile-logistice {
    display: block !important;
  }
  .desktop-logistice {
    display: none !important;
  }
  .relative-box2 .carousel .carousel-item .mask img {
    height: 100vh;
    object-fit: cover;
    transform: translateY(0);
  }
  .relative-box2 #seamless .mask img {
    transform: translateY(0);
  }
  .search-container {
    border-radius: 12px;
    padding: 10px 0;
    margin: 50px;
  }
  .search-container .home-actions {
    flex-direction: column;
    padding: 0;
  }
  .search-container .home-actions .divider {
    width: 90%;
    height: 1px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.2);
  }
  .search-container .home-actions .action-item {
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 25px;
    width: 100%;
  }
  .search-container .home-actions .action-item .item-label {
    display: flex;
    align-items: center;
  }
  .search-container .home-actions .action-item .item-label i {
    margin-bottom: 0;
    margin-right: 15px;
    font-size: 20px;
  }
  .search-container .home-actions .action-item .mobile-chevron {
    display: block;
    opacity: 0.8;
    font-size: 14px;
  }
  .search-container .home-actions .action-item.active .mobile-chevron {
    transform: rotate(180deg);
  }
  .search-container .hometracking {
    padding: 10px 25px 20px;
    margin-top: 0;
    background: rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 767px) {
  .hero-area .banner-title {
    font-size: clamp(32px, 1.5rem + 3vw, 44px);
  }
  .relative-box2 .carousel .carousel-indicators {
    bottom: 30px;
  }
  .curved-path {
    display: none;
  }
  .curved-path-whyus {
    display: none;
  }
  .hero-heading .hero-decor-title h2 span {
    padding: 0;
  }
  .curved-path-mobile {
    display: block;
    margin-bottom: 20px;
  }
  .crossborder-slider .widget-unlock-btn {
    display: none;
  }
  .crossborder-slider .choose-h2 h2 {
    text-align: center;
    margin-bottom: 40px;
  }
  .crossborder-master-wrapper .mobile-main-title {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 500;
    text-align: center;
  }
  .crossborder-master-wrapper .mobile-list-container {
    position: relative;
    padding-left: 20px;
  }
  .crossborder-master-wrapper .mobile-list-container .vertical-connector-line {
    position: absolute;
    left: 35px;
    top: 120px;
    bottom: 200px;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
  }
  .crossborder-master-wrapper .mobile-section-step {
    margin-bottom: 60px;
    position: relative;
  }
  .crossborder-master-wrapper .mobile-section-step .mobile-media-box {
    width: 100%;
    height: 350px;
    border-radius: 120px;
    overflow: hidden;
    margin-bottom: 25px;
  }
  .crossborder-master-wrapper .mobile-section-step .mobile-media-box video, .crossborder-master-wrapper .mobile-section-step .mobile-media-box .img-fill {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
  }
  .crossborder-master-wrapper .mobile-section-step .mobile-text-box {
    padding-left: 28px;
  }
  .crossborder-master-wrapper .mobile-section-step .mobile-text-box .step-indicator {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
    position: relative;
    left: -35px;
    z-index: 5;
  }
  .crossborder-master-wrapper .mobile-section-step .mobile-text-box .step-indicator .teal-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #40C1AC;
    box-shadow: 0 0 10px rgba(64, 193, 172, 0.4);
  }
  .crossborder-master-wrapper .mobile-section-step .mobile-text-box .step-indicator .step-name {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
  }
  .crossborder-master-wrapper .mobile-section-step .mobile-text-box .step-heading {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .crossborder-master-wrapper .mobile-section-step .mobile-text-box .step-desc {
    font-size: 14px;
    line-height: 1.6;
  }
  .crossborder-master-wrapper .btn-light-how-it-works {
    background: #fff;
    color: #4a8699;
    padding: 12px 30px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
  }
  .mobile-feature-stack {
    background-color: #fff;
  }
  .mobile-feature-stack .mobile-feature-item {
    padding: 40px 25px;
    border-bottom: 1px solid #f0f0f0;
  }
  .mobile-feature-stack .mobile-feature-item .feature-icon-wrapper {
    width: 45px;
    margin-bottom: 20px;
  }
  .mobile-feature-stack .mobile-feature-item .feature-icon-wrapper img {
    width: 100%;
  }
  .mobile-feature-stack .mobile-feature-item .mobile-feature-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
  }
  .mobile-feature-stack .mobile-feature-item .feature-description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #444;
  }
  .mobile-feature-stack .mobile-bottom-image {
    width: 100%;
    height: 280px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .feature-reveal-master {
    padding: 0;
  }
  footer .footer-cta {
    margin-bottom: 24px;
  }
  footer .footer-container {
    padding-top: 0;
  }
  footer .footer-container .figure {
    margin-bottom: 0rem;
  }
  footer .footer-container .figure .figure-img {
    margin-bottom: 0rem;
  }
  footer .footer-container .bottom-footer p {
    text-align: center;
  }
  footer .footer-container .widget-size-50 {
    line-height: 28px;
  }
  .main-accordion .accordion-button {
    font-size: 1.5rem;
    padding: 1.75rem 0;
  }
  .main-accordion .accordion-body {
    padding: 2rem 0;
  }
  .accordion-subtext {
    max-width: 100%;
  }
  .feature-grid {
    border-top: none;
  }
  .feature-item {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .feature-item:last-child {
    border-bottom: none;
  }
  .feature-item p {
    max-width: 100%;
  }
  .feature-item::after {
    display: none;
  }
  .contact-section .widget-size-66 {
    padding-right: 15px;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .contact-section .widget-size-33 {
    padding-right: 0px;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .contact-section .contact-info-card {
    padding: 2rem;
  }
  .widget-container-widget-title-stats-outer {
    margin-top: 10px !important;
  }
  .mobile-nav-links {
    display: flex;
    width: 100%;
    background-color: #46849C;
  }
  .mobile-nav-links .nav-btn {
    flex: 1;
    text-decoration: none;
    text-align: center;
    padding: 18px 5px;
    font-size: clamp(14px, 0.8rem + 0.5vw, 16px);
    font-weight: 500;
    color: #fff;
    display: block;
    transition: 0.3s ease;
  }
  .mobile-nav-links .nav-btn.active {
    background-color: #fff;
    color: #46849C;
    border-bottom: 1px solid #f5f5f5;
  }
  .mobile-nav-links .nav-btn:hover {
    opacity: 0.9;
  }
  .global-scroll-hero .story-content {
    padding-bottom: 118px;
  }
  .journey-widget .journey-container .pe-md-5 {
    padding-right: 1rem !important;
  }
  .inner-banner h1 {
    font-size: 36px;
  }
  .inner-banner p {
    font-size: 18px;
    padding-top: 20px;
  }
}
@media (max-width: 578px) {
  .tracking-banner {
    background-image: var(--mobile-banner) !important;
    min-height: 541px;
  }
  .inner-banner {
    background-image: var(--mobile-banner) !important;
    min-height: 514px;
    height: 514px;
    padding: 90px 0 20px;
  }
  .inner-banner {
    align-items: start;
  }
  .inner-banner::after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0) 100%);
  }
  .whyus-accordion .accordion-body {
    padding-right: 0px !important;
  }
  .optimised-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .blog-container.recent-posts-widget {
    padding: 0px;
  }
  .widget-container-widget-title-stats-outer {
    margin-top: 0px !important;
  }
  .blog-box {
    padding-top: 30px;
  }
  footer .footer-container ul .list-group-item.mb-2 {
    margin-bottom: 0.85rem !important;
  }
  .contact-section {
    padding: 2rem 1rem;
  }
  .contact-section .btn-primary.rounded-pill {
    padding: 10px 16px !important;
  }
  .contact-section .btn-outline-primary.rounded-pill {
    padding: 10px 16px !important;
  }
  .footer-cta .footer-cta-inner .start-shipping-title {
    line-height: 40px;
    margin-bottom: 15px;
  }
  .main-carousel .col-md-5 {
    width: 65%;
  }
  .navbar-expand-lg .container {
    padding: 0 15px !important;
  }
  .footer-container {
    padding-left: 20px !important;
  }
  #main-carousel .carousel-caption {
    z-index: 11;
    left: 19px;
    width: 72%;
  }
  #main-carousel .h-82 {
    height: 62vh !important;
  }
  .relative-box2 .carousel .carousel-item::after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
  }
  .fixed-side-button {
    display: none;
  }
  .search-container {
    width: 92%;
    margin: 20px auto;
    padding: 5px 0;
    border-radius: 12px;
  }
  .search-container .home-actions {
    flex-direction: column;
    padding: 10px 20px;
  }
  .search-container .home-actions .action-item {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 22px 5px;
    position: relative;
  }
  .search-container .home-actions .action-item i {
    margin-bottom: 0;
    margin-right: 18px;
    font-size: 24px;
    width: 30px;
    text-align: center;
  }
  .search-container .home-actions .action-item span {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: capitalize;
    flex-grow: 1;
  }
  .search-container .home-actions .action-item::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    margin-right: 5px;
    opacity: 0.8;
    transition: transform 0.3s ease;
  }
  .search-container .home-actions .action-item[data-type=quote]::after {
    transform: rotate(-45deg);
  }
  .search-container .home-actions .action-item.active::after {
    transform: rotate(-135deg);
    margin-top: 5px;
  }
  .search-container .home-actions .divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.25);
  }
  .search-container .hometracking {
    padding: 0 20px 20px 20px;
    margin-top: 0;
  }
  .search-container .hometracking p {
    text-align: left;
    padding: 5px;
  }
  #main-carousel {
    height: auto;
  }
  .inner-banner .container {
    padding: 0 20px;
  }
  .inner-banner .container p {
    padding-top: 10px;
  }
  .contact-section .widget-size-66 {
    padding-right: 0px;
  }
  .contact-section .contact-info-card .figure {
    margin-bottom: 35px;
  }
  .tracking-banner .hometracking .tracking-card .input-group {
    background: transparent;
    border: 0;
  }
  .tracking-banner .hometracking .tracking-card .input-group .form-control {
    width: 100%;
    background: #f9fafb !important;
    border-radius: 8px !important;
    padding: 0 8px !important;
    border: 1px solid #f1f1f1 !important;
    margin-bottom: 10px;
  }
  .tracking-banner .hometracking .tracking-card .input-group .input-group-btn {
    display: block;
    width: 100%;
  }
  .tracking-banner .hometracking .tracking-card .input-group .input-group-btn .primary-btn {
    width: 100%;
  }
  .recent-posts-widget {
    padding: 20px;
  }
  .recent-posts-widget .small-blog-img {
    margin-top: 15px;
  }
  .main-accordion {
    padding: 0 20px;
  }
  .main-accordion .accordion-button {
    font-size: 1.8rem;
  }
  .main-accordion .accordion-body {
    padding: 0rem 0;
  }
  .main-accordion .accordion-body .teal-divider {
    display: none;
  }
  .refining-delivery-widget {
    padding: 20px;
  }
  .refining-delivery-widget .content-col {
    padding-left: 0;
  }
  .refining-delivery-widget .teal-divider2 {
    right: -60px;
    margin-top: 30px;
    width: 94%;
  }
  .widget-container-widget-title-cargo-plan {
    margin-top: 0 !important;
  }
  .relative-box2 .carousel .carousel-item {
    height: 54vh !important;
  }
  .footer-cta .footer-cta-inner {
    padding: 38px;
  }
  .global-scroll-hero .heading-stack .story-heading .prefix {
    margin-right: 6px;
  }
}
@media (max-width: 520px) {
  #main-carousel .carousel-caption {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .hero-area .banner-title {
    font-size: clamp(32px, 1.5rem + 3vw, 37px);
  }
  #main-carousel .carousel-caption {
    width: 58%;
  }
  .track-options {
    font-size: clamp(12px, 0.75rem + 0.4vw, 14px);
  }
  .global-scroll-pin {
    padding: 0;
  }
  .newsletter-section .newsletter-group {
    flex-wrap: nowrap;
  }
  .stats-wrapper {
    margin-right: 0;
    padding: 0;
  }
  .stats-wrapper .col {
    flex: none;
  }
  .stats-wrapper .stats-item {
    width: 50%;
    border-bottom: 1px solid #e2e8f0;
  }
  .stats-wrapper .stats-item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0px;
    height: 100%;
    background: linear-gradient(to bottom, rgba(226, 232, 240, 0), rgba(226, 232, 240, 0.5), rgb(226, 232, 240));
  }
  .stats-wrapper .stats-item:last-child {
    margin-left: auto;
    margin-right: auto;
  }
  .global-scroll-hero .heading-stack .story-heading {
    font-size: 31px !important;
  }
  .full-image article.widget-video .video-wrapper {
    height: 21vh;
    min-height: 268px;
  }
  .relative-box2 .carousel .carousel-item .carousel-caption {
    bottom: 0.5rem;
  }
}
@media (max-width: 412px) {
  .contact-section .btn-outline-primary.rounded-pill {
    padding: 10px 16px !important;
  }
  #main-carousel .carousel-caption {
    width: 60%;
  }
}
