:root {
  --primary-color: #f69432;
  --second-color: #2356a6;
  --three-color: #;
  --main-transition: 0.3s;
  --second-white: #;
  --success: #2356a6;
  --warning: #f72585;
  --light: #f8f9fa;
  --dark: #212529;
  font-family: "Poppins", sans-serif !important;
}

body {
  color: #768390;
  background: #fff !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

::selection {
  color: #fff;
  background: #f69432;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

/* Start Main */

.yallow-color {
  color: var(--primary-color) !important;
}

.bg-yallow-color {
  background-color: var(--primary-color) !important;
}

.blue-color {
  color: var(--second-color) !important;
}

.bg-blue-color {
  background-color: var(--second-color) !important;
}

.bold-400 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.bold-500 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.bold-600 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.bold-700 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.bold-800 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.bold-900 {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.border-radius-tr {
  border-radius: 0 50px 0 50px !important;
}

.pr-3 {
  padding-right: 0.3rem !important;
}

.mr-3 {
  margin-right: 0.5rem !important;
}

/* End Main */
/* Start Preloader */
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/* End Preloader */
/* Start back-to-top */
.back-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--primary-color);
  width: 40px;
  height: 40px;
  border-radius: 1px;
  transition: all 0.4s;
  color: #fff !important;
  animation: action 1s infinite alternate;
}

.back-to-top i {
  font-size: 20px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: var(--second-color);
  color: #fff !important;
}

.back-to-top.actived {
  visibility: visible;
  opacity: 1;
}

.datepicker-dropdown {
  padding: 20px !important;
}

@keyframes action {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-15px);
  }
}

/* End back to top */
/* Start Navbar */
/* Start Navbar */
.navbar {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #2356a6;
}

.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link:hover {
  color: #f69432;
  font-size: 17px;
}

.navbar .navbar-nav .nav-link {
  color: #fff;
  font-size: 17px;
  font-family: "Poppins", sans-serif !important;
}

.navbar .search {
  border-left: 2px solid var(--primary-color);
}

.navbar .navbar-toggler {
  color: var(--primary-color);
  font-size: 25px;
  border-color: none;
}

.navbar .navbar-toggler:focus {
  box-shadow: none;
}

.navbar .navbar-toggler[aria-expanded="true"] {
  border-color: none;
}

/* End Navbar */

/* Start btn More */
.more {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border-radius: 1px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.more:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 1px;
  z-index: -2;
}

.more:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #5081cf;
  transition: all 0.3s;
  border-radius: 1px;
  z-index: -1;
  color: #fff;
}

.more:hover::before {
  color: #fff;
  width: 100%;
}

@keyframes animation-1 {
  0% {
    transform: scale(1);
    ;
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

/* End btn More */

/* The element to apply the animation to */

/* Start Hero Header */
.hero-header {
  overflow: hidden;
  background-image: url(../imgs/pattern-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-hero {
  animation: animation-1 3s linear infinite;
}

/* End Hero Header */

/* Start Services */

.img-twice::before {
  position: absolute;
  content: "";
  width: 60%;
  height: 80%;
  top: 10%;
  left: 20%;
  border: 1rem solid var(--primary-color);
  z-index: 1;
}

.team-img::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  border: 30px solid;
  border-color: transparent transparent #FFFFFF transparent;
}

@media (min-width: 576px) {

  .flex-sm-row .team-img::after,
  .flex-lg-row-reverse .team-img::after {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    border-color: transparent #FFFFFF transparent transparent;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .flex-sm-row-reverse .team-img::after {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateY(-50%);
    border-color: transparent transparent transparent #FFFFFF;
  }
}

@media (min-width: 992px) {

  .flex-lg-row-reverse .team-img::after,
  .flex-sm-row-reverse .team-img::after {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateY(-50%);
    border-color: transparent transparent transparent #FFFFFF;
  }

  .flex-sm-row-reverse.flex-lg-row .team-img::after {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    border-color: transparent #FFFFFF transparent transparent;
  }
}

/* End Services */
/* Start Banner  */
.banner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../imgs/pattern.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9;
  border-bottom: 5px solid var(--primary-color);
  border-top: 5px solid var(--second-color);
}

/* End Banner  */
/* Start Input Tracking */

.input-group {
  position: relative;
  margin: 1rem 0;
  height: 55px;
}

.input-group .input-elem {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  width: 80%;
  height: 100%;
  background-color: #fff;
  border: 1px solid var(--primary-color);
  border-radius: 0px;
  padding: 0 1.5rem;
  font-size: 0.875rem;
  outline: none;
  color: var(--primary-color);
}

@media (max-width: 767px) {
  .input-group .input-elem {
    width: 100%;
  }
}

.input-group label {
  position: absolute;
  top: 0;
  font-size: 0.8rem;
  transform: translateY(-50%);
  left: 1rem;
  padding: 0 0.5rem;
  transition: all 0.2s ease-in-out;
  user-select: none;
  background-color: #fff;
  pointer-events: none;
  color: var(--primary-color);
}

.input-group .input-elem:focus {
  border: 2px solid var(--second-color);
  color: var(--second-color);
}

.input-group .input-elem:not(:placeholder-shown)+label {
  top: 0;
}

::placeholder {
  color: #152558;
}

.input-group .input-elem:focus+label {
  top: 0;
  background-color: #fff;
  color: var(--second-color);
}

.btn-track:hover {
  color: #fff !important;
}

.p-note {
  margin-bottom: 0 !important;
  padding: 5px;
  color: black;
  background-color: #ffa62f;
}

/* End Input Tracking */
/* Start TimeLine */
/* Info Cards Grid */
.info-grid {
  padding: 30px;
  background: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
}

.info-card {
  background: white;
  border-radius: 15px;
  padding: 25px;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.info-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--primary-color), var(--second-color));
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.3em;
  margin-bottom: 15px;
}

.info-title {
  font-size: 0.9em;
  color: #6c757d;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.info-value {
  font-size: 1.3em;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 5px;
}

.info-subtext {
  font-size: 0.85em;
  color: #6c757d;
  line-height: 1.4;
}

/* Live Location Animation */
.live-location {
  position: relative;
  overflow: hidden;
}

.pulse-dot {
  width: 12px;
  height: 12px;
  background: var(--success);
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  position: relative;
}

.pulse-dot::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--success);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  70% {
    transform: scale(2.5);
    opacity: 0;
  }

  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

.live-badge {
  background: linear-gradient(135deg, var(--success), #38b000);
  color: white;
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 0.75em;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
}

/* Container ID Section */
.container-header {
  background: white;
  padding: 25px 30px;
  border-bottom: 1px solid #e9ecef;
}

.container-id {
  font-size: 2em;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.container-desc {
  color: #6c757d;
  font-size: 1.1em;
  max-width: 600px;
  line-height: 1.6;
}

.tracker-container {
  max-width: 1000px;
  margin: 0 auto;
  background: white;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* Header Styles */
.tracker-header {
  background: linear-gradient(135deg, var(--primary-color), var(--second-color));
  color: white;
  padding: 30px;
  position: relative;
}

.tracking-number {
  background: rgba(255, 255, 255, 0.2);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.9em;
}

/* Modern Timeline */
.modern-timeline {
  padding: 40px 30px;
  position: relative;
}

.timeline-progress {
  position: absolute;
  left: 52px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--second-color);
  transform: translateX(50%);
}


/* Timeline Items */
.timeline-item {
  display: flex;
  margin-bottom: 40px;
  position: relative;
  opacity: 0;
  animation: slideIn 0.6s ease forwards;
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.timeline-marker {
  width: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
  font-size: 17px;
  font-weight: bold;
  margin-right: 3px !important;
}

.marker-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: white;
  border: 3px solid #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  color: #6c757d;
  transition: all 0.3s ease;
}


.timeline-item.completed .marker-icon {
  border-color: var(--success);
  background: var(--success);
  color: white;
}

.timeline-content {
  flex: 1;
  background: var(--light);
  margin-left: 20px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

/* Point Header */
.point-header {
  background: white;
  padding: 20px 25px;
  border-bottom: 1px solid #eee;
}

.point-title {
  font-size: 1.3em;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 5px;
}

.point-subtitle {
  color: #6c757d;
  font-size: 0.9em;
}

/* Actions Grid */
.actions-grid {
  display: grid;
  gap: 1px;
  background: #dee2e6;
}

.action-item {
  background: white;
  padding: 20px 25px;
  display: flex;
  align-items: flex-start;
  transition: all 0.3s ease;
  border-left: 4px solid #98accc;
}

.action-item:hover {
  background: #f8f9fa;

}

.action-item.completed {
  border-left: 4px solid var(--success);
}

.action-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background-color: #98accc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 1.1em;
  flex-shrink: 0;
  color: #fff;
}

.action-item.completed .action-icon {
  background: var(--success);
  color: white;
}

.action-item.completed .action-date {
  background: var(--success);
  color: white;
}

.action-content {
  flex: 1;
}

.action-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
}

.action-name {
  font-weight: 600;
  color: var(--dark);
  margin: 0;
}

.action-date {
  color: #6c757d;
  font-size: 0.85em;
  background: #98accc;
  color: #fff;
  padding: 4px 10px;
  border-radius: 0;
}

.action-note {
  color: #495057;
  margin: 0;
  line-height: 1.5;
}

/* Map Link */
.map-link {
  background: white;
  padding: 15px 25px;
  border-top: 1px solid #eee;
  text-align: center;
  align-items: center;
}

.location-btn {
  background: linear-gradient(135deg, var(--success), #38b000);
  color: white;
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease;
  justify-content: center
}

.location-btn:hover {

  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(67, 97, 238, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
  .modern-timeline {
    padding: 20px 15px;
  }

  .timeline-progress {
    left: 27px;
  }

  .timeline-marker {
    width: 30px;
  }

  .marker-icon {
    width: 40px;
    height: 40px;
    font-size: 1em;
  }

  .timeline-content {
    margin-left: 15px;
  }

  .point-header,
  .action-item {
    padding: 15px 20px;
  }

  .action-header {
    flex-direction: column;
    gap: 5px;
  }

  .action-date {
    align-self: flex-start;
  }
}


/* End TimeLine */
