.padd-left-50 {
  margin-left: 50px;
}
.calc-border {
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 25px;
}

.calc-border h4 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .home-intro {
    position: relative;
  }
  .home-intro {
    display: none;
  }
  .slider-container {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 992px) {
  .overlay-cal {
    display: none;
  }

  .padd-left-50 {
    margin-left: 0px !important;
  }

  .blue-left-box {
    background: rgba(0, 136, 204, 0.8);
    text-align: center !important;
    border-bottom: 1px solid #15171e;
    padding: 20px;
    margin-bottom: 20px;
  }
  .cal-screen {
    display: table;
    width: 100%;
  }
  .calc-border {
    border: 1px solid #ccc;
    padding: 10px;
  }
}
section.call-to-action {
  position: relative;
  clear: both;
}
.overlay-cal.skew-part {
  -webkit-transform: skew(-25deg, 0deg);
  -moz-transform: skew(-25deg, 0deg);
  -ms-transform: skew(-25deg, 0deg);
  -o-transform: skew(-25deg, 0deg);
  transform: skew(-25deg, 0deg);
  z-index: 10;
}

.overlay-cal {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: -40%;
  background: #0066b2;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  border-right: 1px solid #15171e;
}

.cal-result h2 {
  font-size: 65px;
  float: right;
  font-family: "Orbitron", sans-serif;
  font-weight: 500;
  margin: 0;
  color: #000;
  margin-top: 0px;
  margin-bottom: 8px;
}

.cal-screen {
  border: 10px solid #fff;
  -webkit-border-radius: 10px 10px 10px 10px !important;
  border-radius: 10px 10px 10px 10px !important;

  padding: 10px 10px 0;
  margin-bottom: 10px;

  font-size: 20px;
  color: #ccc;
  font-family: "Orbitron", sans-serif;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #ffffff 0%,
    #e5e5e5 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #e5e5e5 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #e5e5e5 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  border: 1px solid #ccc;
}

.cal-body {
  margin-bottom: 10px;
}

.cal-dimesnion {
  background: url(/assets/site/img/dimesion.png) no-repeat;
  max-width: 207px;
  height: 131px;
  position: relative;
  margin: 20px auto;
  right: 74px;
}

#radioBtn2 .notActive {
  color: #3276b1;
  background-color: #fff;
}
.dhead {
  position: absolute;
  top: 10px;
  left: 53px;
}
.dheight {
  right: -85px;
  top: 46px;
  width: 82px;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.dheight input {
  background: #99b3ff !important;
  color: #000 !important;
}

.dlenght {
  left: 80px;
  top: 126px;
  width: 92px;
  position: absolute;
  margin-top: 15px;
}
.dlenght input {
  background: #ff9999 !important;
  color: #000 !important;
}

.dwidht {
  left: -25px;
  top: 103px;
  position: absolute;
  -webkit-transform: rotate(39deg);
  -moz-transform: rotate(39deg);
  -o-transform: rotate(39deg);
  writing-mode: lr-tb;
}
.dwidhtinput {
  background: #ffdc73 !important;
  color: #000 !important;
  width: 92px;
  left: -50px;
  top: 118px;
  position: absolute;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
}

@media screen and (max-width: 400px) {
  .dheight {
    right: -15px;
  }
  .dheight span {
    text-shadow: 1px 1px 1px #000000;
    background: #000;
  }
  .dwidht {
    left: -25px;
    top: 53px;
    text-shadow: 1px 1px 1px #000000;
  }

  .dwidhtinput {
    width: 54px;
    left: -20px;
    top: 92px;
  }
}

.featured-cal {
  background: #f0f0ed;
  border-top: 5px solid #ecece8;
}

.blue-left-box {
  position: relative;
  text-align: left;
  z-index: 11;
}
.box-content {
  position: relative;
  z-index: 11;
}

.bg-videobox {
  background: url(/assets/site/img/1-Billion.jpg) no-repeat top center;
  background-size: cover;
  padding: 120px 0;
  width: 100%;
}

.product-thumb-info {
  padding-top: 0px;
  height: 262px;
}

@media (max-width: 767px) {
  .product-thumb-info .product-thumb-info-image {
    display: block;
    position: relative;
    display: inline-flex;
  }

  .product-thumb-info-image {
    vertical-align: middle;
    text-align: center;
    min-height: 170px;
  }

  .product-thumb-info .product-thumb-info-content {
    padding: 15px;
    text-align: center;
    display: block;
  }
}

.hide-default-botstarp-downarrow .dropdown-toggle::after {
  display: none !important;
}

/* Force full header body (including header-top) to stay sticky */
header.header-sticky-complete .header-body {
  position: sticky;
  top: 0;
  z-index: 1030; /* above everything else */
  background-color: #fff; /* or bg-color-primary, match your header */
}

/* Make header-top sticky with full header */
header.header-sticky-complete .header-top {
  display: block !important;
  opacity: 1 !important;
  z-index: 1031;
}

.header-body {
  min-height: 120px;
}

.section-parallax {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 1s ease-in-out;
}

.mark.mark-color-tertiary:before {
  background: #9ccae9;
}

/* Make the checkbox larger */
.containerBox input[type="checkbox"] {
  width: 13px;
  height: 13px;
  transform: scale(1.5); /* Optional: for even bigger scaling */
  margin-right: 10px; /* Add spacing between checkbox and label text */
  cursor: pointer;
  margin-left: 7px;
}

.containerBox {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.containerBox .checkmark {
  display: none; /* Hide default checkmark if not using custom */
}

#radioBtn2 .btn.btn-lg {
  padding: 1rem 2rem;
}

.bg-dashboard {
  background-color: #faedcb !important; 
  border-color: #faedcb !important;
  color: #151515 !important;
}

.bg-shopping {
  background-color: #fbe4e6 !important; 
  border-color: #fbe4e6 !important;
  color: #151515 !important;
}

.bg-shopped {
  background-color: #fff3cd !important; 
  border-color: #fff3cd !important;
  color: #151515 !important;
}

.bg-address {
  background-color: #e8f5e9 !important;
  border-color: #e8f5e9 !important;
  color: #151515 !important;
}

.bg-topup {
  background-color: #ddeafe !important; 
  border-color: #ddeafe !important;
  color: #151515 !important;
}

.bg-cost {
  background-color: #fae1e8 !important; 
  border-color: #fae1e8 !important;
  color: #151515 !important;
}

.bg-order {
  background-color: #f5e4fe !important;
  border-color: #f5e4fe !important;
  color: #151515 !important;
}

.bg-request {
  background-color: #ffe9f3 !important;
  border-color: #ffe9f3 !important;
  color: #151515 !important;
}

.bg-upload {
  background-color: #fff9e6 !important;
  border-color: #fff9e6 !important;
  color: #151515 !important;
}

/* Profile Content */
.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px;
}

.rad-info-box:hover * {
  color: #fff;
}

.rad-info-box {
  margin-bottom: 16px;
  box-shadow: 1px 1px 2px 0 #cccccc !important;
  padding: 20px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;

  width: 100%;
}

.rad-txt-success {
  color: #23ae89;
}

.rad-info-box i {
  display: block;
  background-clip: padding-box;
  margin-right: 15px;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  line-height: 60px;
  text-align: center;
  font-size: 4.4em;
  position: absolute;
}

.rad-info-box .heading {
  font-size: 1em;
  font-weight: 300;
  text-transform: uppercase;
}

.rad-info-box .value,
.rad-info-box .heading {
  display: block;
  position: relative;
  color: #515d6e;
  text-align: right;
  z-index: 10;
}

.rad-info-box .value {
  font-size: 2.1em;
  /*    font-weight: 600;*/
  margin-top: 5px;
}

.rad-info-box .value,
.rad-info-box .heading {
  display: block;
  position: relative;
  color: #333;
  text-align: right;
  z-index: 10;
}

/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fff;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #333;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}

.profile-usermenu {
  margin-top: 30px;
  padding: 0 20px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  font-size: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}

/* Profile Content */
.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px;
}

/* ───────── Wizard → “Process” look ───────── */
.wizard-inner {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.wizard-inner .connecting-line {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  top: 30px;
  background: #dee2e6;
  z-index: 1;
}

/* remove Bootstrap’s tab borders */
.wizard-inner .nav-tabs {
  border: none;
}
.wizard-inner .nav-tabs > li {
  width: 25%;
  text-align: center;
  list-style: none;
  position: relative;
  z-index: 2;
}
.wizard-inner .nav-tabs > li > a {
  border: none;
  background: transparent;
  padding: 0;
  cursor: default;
}

/* round circles */
.wizard-inner .round-tab {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  transition: all 0.25s;
  background: #1c7fba;
}

/* colour states */
.wizard-inner .nav-tabs > li.disabled .round-tab {
  background: #adb5bd;
}
.wizard-inner .nav-tabs > li.active .round-tab {
  background: #0dcaf0;
}
.wizard-inner .nav-tabs > li.completed .round-tab {
  background: #198754;
}

/* hide original icons, replace with numbers */
.wizard-inner .round-tab i {
}

/* inject step numbers */
/* .wizard-inner .nav-tabs>li:nth-child(1) .round-tab::after{content:"01"}
.wizard-inner .nav-tabs>li:nth-child(2) .round-tab::after{content:"02"}
.wizard-inner .nav-tabs>li:nth-child(3) .round-tab::after{content:"03"}
.wizard-inner .nav-tabs>li:nth-child(4) .round-tab::after{content:"04"} */

/* pointer behaviour */
.wizard-inner .nav-tabs > li.disabled a {
  pointer-events: none;
}
/* Highlight the entire field container with red border or background */
.has-error {
  border-left: 3px solid #dc3545; /* Bootstrap's danger color */
  padding-left: 10px;
  background-color: #fff5f5;
}

/* Style the label in red if there's an error */
.has-error .control-label {
  color: #dc3545;
  font-weight: 600;
}

/* Style the input field with red border */
.has-error .form-control {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.1rem rgba(220, 53, 69, 0.25);
}
.has-error,
.has-error .form-control {
  transition: all 0.2s ease-in-out;
}
/* Reset common styles */
.shippingfromdiv {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.2s ease-in-out;
}

/* Apply active border when selected */
.shippingfromdiv.selected {
}

/* Tick container (styled circle with check) */
.shippingfromdiv .checkboxleft {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  background-color: #007bff;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  display: none; /* Hide by default */
}

/* Only show when selected */
.shippingfromdiv.selected .checkboxleft {
  display: block;
}

/* Image & text styling */
.shippingfromdiv .checkboxright {
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 10px;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

/* Hide native radio */
.shippingfromdiv input[type="radio"] {
  display: none;
}

.value_currency_code {
  background: #f8f9fa;
  border: 1px solid #e8e8e8;
  padding: 5px;
  border-radius: 5px;
}

#datetimepicker1 .default {
  background: #f8f9fa;
  border: 1px solid #e8e8e8;
  padding: 5px;
  border-radius: 5px;
}

.tripple-list .ul-tripple {
  width: 100%;
}
.tripple-list .ul-tripple li {
  flex: 0 0 33.333%;
  box-sizing: border-box;
  padding: 0 10px; /* optional spacing between items */
}

.ul-tripple li {
  width: 33.333%;
  float: left;
  display: inline;
}

.ul-double {
  width: 100%;
}
.ul-double li {
  width: 50%;
  float: left;
  display: inline;
}
.ul-double .fa {
  margin-right: 10px;
}
#contury-shipment-page .featured-box {
  text-align: left;
}

#bigge-how-it-works .text-how-works-heading {
  margin-top: 60%;
  text-align: center;
}

#bigge-how-it-works .text-how-works-heading img {
  margin-bottom: 20px;
}

#bigge-how-it-works .how-it-works-new-bx {
  position: relative;
}

#bigge-how-it-works .step1 {
  position: absolute;
  left: 171px;
  top: 59px;
  text-align: left;
}

#bigge-how-it-works .step2 {
  position: absolute;
  left: 211px;
  top: 192px;
  text-align: left;
}

#bigge-how-it-works .step3 {
  position: absolute;
  left: 211px;
  top: 321px;
  text-align: left;
}

#bigge-how-it-works .step4 {
  position: absolute;
  left: 175px;
  top: 457px;
  text-align: left;
}

@media (max-width: 767px) {
  .text-how-works-heading {
    margin-top: 5%;
    text-align: center;
  }

  .country-image-box h1 {
    font-size: 2.5em;
  }

  ul.history li .thumb {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  ul.history li .featured-box {
    margin-left: 0 !important;
  }
}

@media (max-width: 545px) {
  .country-image-box h1 {
    font-size: 0.6em;
    font-size: 1.6em;
    line-height: 24px;
  }

  .h1text {
    top: 27% !important;
  }

  .ul-tripple li {
    width: 100%;
  }
}

#small-how-it-works .step1 {
  padding: 20px 0;
}

#small-how-it-works .step2 {
  padding: 20px 0;
}

#small-how-it-works .step3 {
  padding: 20px 0;
}

#small-how-it-works .step4 {
  padding: 20px 0;
}

.padding-top-bottom-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.featured-box {
  text-align: left;
}

.virtual-address-map-box {
  background: #f9f9f9;
  margin-right: 35px;
  padding: 15px;
  margin-top: 15px;
}

.virtual-address-map-box h1 {
  margin-bottom: 0;
}

.virtual-address-map-box h3 {
  margin-bottom: 5px;
}

#small-devices-process .country-process {
  background: url(../img/country-page-small-deivics.png) no-repeat;
  width: 187px;
  height: 790px;
  position: relative;
  margin: 20px auto;
}

#bigger-devics .country-process {
  background: url(../img/countr-image-back-process.png) no-repeat;
  width: 788px;
  height: 182px;
  position: relative;
  margin: 20px auto;
}

#bigger-devics .country-dispatch {
  position: absolute;
  top: 60px;
  left: 59px;
}

#bigger-devics .country-Arivial {
  position: absolute;
  top: 60px;
  left: 659px;
}

#bigger-devics .in-partner-country {
  position: absolute;
  top: 120px;
  left: 339px;
  text-align: center;
}

#small-devices-process .country-process {
  background: url(../img/country-page-small-deivics.png) no-repeat;
  width: 187px;
  height: 790px;
  position: relative;
  margin: 20px auto;
}

#small-devices-process .country-dispatch {
  position: absolute;
  top: 60px;
  left: 59px;
}

#small-devices-process .country-Arivial {
  position: absolute;
  top: 668px;
  left: 59px;
}

#small-devices-process .in-partner-country {
  position: absolute;
  top: 444px;
  left: 39px;
  text-align: center;
}

#contury-shipment-page .featured-box {
  text-align: left;
}

#bigge-how-it-works .text-how-works-heading {
  margin-top: 60%;
  text-align: center;
}

#bigge-how-it-works .text-how-works-heading img {
  margin-bottom: 20px;
}

#bigge-how-it-works .how-it-works-new-bx {
  position: relative;
}

#bigge-how-it-works .step1 {
  position: absolute;
  left: 171px;
  top: 59px;
  text-align: left;
}

#bigge-how-it-works .step2 {
  position: absolute;
  left: 211px;
  top: 192px;
  text-align: left;
}

#bigge-how-it-works .step3 {
  position: absolute;
  left: 211px;
  top: 321px;
  text-align: left;
}

#bigge-how-it-works .step4 {
  position: absolute;
  left: 175px;
  top: 457px;
  text-align: left;
}

@media (max-width: 767px) {
  .text-how-works-heading {
    margin-top: 5%;
    text-align: center;
  }

  .country-image-box h1 {
    font-size: 2.5em;
  }

  ul.history li .thumb {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  ul.history li .featured-box {
    margin-left: 0 !important;
  }
}

@media (max-width: 545px) {
  .country-image-box h1 {
    font-size: 0.6em;
    font-size: 1.6em;
    line-height: 24px;
  }

  .h1text {
    top: 27% !important;
  }

  .ul-tripple li {
    width: 100%;
  }
}

#small-how-it-works .step1 {
  padding: 20px 0;
}

#small-how-it-works .step2 {
  padding: 20px 0;
}

#small-how-it-works .step3 {
  padding: 20px 0;
}

#small-how-it-works .step4 {
  padding: 20px 0;
}

.padding-top-bottom-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.featured-box {
  text-align: left;
}

.virtual-address-map-box {
  background: #f9f9f9;
  margin-right: 35px;
  padding: 15px;
  margin-top: 15px;
}

.virtual-address-map-box h1 {
  margin-bottom: 0;
}

.virtual-address-map-box h3 {
  margin-bottom: 5px;
}

/* Legacy Bootstrap 3/4 visibility helpers for Bootstrap 5+ */
/* Legacy visibility support for Bootstrap 5 and Porto */

.visible-xs, .visible-xs-block {
  display: none !important;
}
@media (max-width: 575.98px) {
  .visible-xs, .visible-xs-block {
    display: block !important;
  }
}

.hidden-xs {
  display: none !important;
}
@media (max-width: 575.98px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-xs {
    display: block !important;
  }
}

.visible-sm, .visible-sm-block {
  display: none !important;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .visible-sm, .visible-sm-block {
    display: block !important;
  }
}

.hidden-sm {
  display: none !important;
}
@media (max-width: 767.98px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-sm {
    display: block !important;
  }
}

.visible-md, .visible-md-block {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .visible-md, .visible-md-block {
    display: block !important;
  }
}

.hidden-md {
  display: none !important;
}
@media (max-width: 991.98px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-md {
    display: block !important;
  }
}

.visible-lg, .visible-lg-block {
  display: none !important;
}
@media (min-width: 992px) {
  .visible-lg, .visible-lg-block {
    display: block !important;
  }
}

.hidden-lg {
  display: none !important;
}
@media (min-width: 992px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .hidden-lg {
    display: block !important;
  }
}


#screen_from_to { font-size: 12px; font-weight: normal; margin-bottom: 10px; text-align: right;}

/* Track Parcel Page Styles */
.card-style-1 {
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.card-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.card-body {
    padding: 20px;
}

.form-label {
    font-weight: bold;
}

.table-bordered th,
.table-bordered td {
    border-color: #dee2e6;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.list-group-item {
    border-color: #e9ecef;
}

.list-group-item strong {
    color: #007bff;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
#screen_duty { font-size: 12px; font-weight: normal; margin-bottom: 10px; text-align:left;}
.word-rotator-title { font-weight: 700;}

.home-concept strong {
  font-family: 'Roboto', sans-serif !important;
}


.pricing-table .plan .plan-price {
  display: flex
;
  flex-direction: column;
  background: var(--grey-100);
  border-top: 0;
  border-bottom: 0;
  padding: 32px 12.8px;
  padding: 2rem 0.8rem;
  text-align: center;
}



/* Timeline Styling */
.timeline-tracking {
    position: relative;
    padding-left: 40px;
    margin-bottom: 50px;
}

.timeline-tracking:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    height: 100%;
    width: 2px;
    background: #e9ecef;
}

.timeline-date {
    position: relative;
    margin-bottom: 15px;

}

.timeline-date span {

    padding: 5px 10px;
    font-weight: bold;
    display: inline-block;
    
   --hover: var(--primary--200);
    background-color: var(--primary);
    border-color: var(--primary) var(--primary) var(--primary-300);
    color: var(--primary-inverse);
}

.timeline-item {
    position: relative;
    margin-bottom: 25px;
}

.timeline-marker {
    position: absolute;
    left: -40px;
    top: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f8f9fa;
    border: 2px solid #dee2e6;
}

.timeline-time {
    font-weight: bold;
        color: var(--primary);
    margin-bottom: 5px;
}

.timeline-title {
    font-weight: bold;
    color: #495057;
    margin-bottom: 5px;
}

.timeline-location {
    color: #6c757d;
    font-size: 0.85rem;
    margin-bottom: 5px;
}

.timeline-signatory {
    color: #6c757d;
    font-size: 0.85rem;
}