body {
  font-family: 'Poppins', sans-serif;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

.card {
  border-radius: 6px;
  border: 1px solid #dee2e6;
}

.badge {
  font-size: 0.9rem;
  padding: 0.4em 0.6em;
}

.list-group-item {
  font-size: 0.95rem;
} 

.list-group-item.active {
  font-weight: 600;
  border-color: #198754;
}

.card h6 {
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.shipment-progress {
  position: relative;
  padding-left: 30px;
  margin-top: 20px;
}

.timeline {
  position: relative;
  margin: 0;
  padding: 0;
  border-left: 3px solid #dee2e6;
}

.timeline li {
  position: relative;
  margin-bottom: 25px;
  padding-left: 20px;
}

.timeline .dot {
  position: absolute;
  left: -13px;
  top: 4px;
  width: 24px;
  height: 24px;
  background-color: #adb5bd; /* gray by default */
  border-radius: 50%;
  border: 3px solid white;
  z-index: 1;
}

.timeline li.completed .dot {
  background-color: #198754; /* green for completed */
}

.timeline li.active .dot {
  background-color: #0d6efd; /* blue for current */
}

.timeline .content {
  font-size: 0.95rem;
  color: #333;
}
.shipboxx {
    background: #f0f2ff;
    padding: 20px;
}






















 

.tracking-box {
  /* width: 400px; */
  /* background-color: #fff; */
}
/* Navbar */
.navbar {
  font-size: 16px;
}

.navbar-brand {
  font-size: 1.5rem;
}

.nav-link {
  color: #333;
  margin-left: 1rem;
}

.nav-link:hover {
  color: #ff6600;
}

/* Hero Section */
.hero-section {
  background: url(images/carrier.png);
  background-size:cover;
  background-repeat:no-repeat;
  background-position: center;
  color: white;
  /* height: 100vh; */
  padding: 90px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero-content h1 {
  font-weight: 700;
  font-size: 2.8rem;
}

.hero-content p {
  font-size: 1.1rem;
  max-width: 500px;
}

.hero-content ul li {
  font-size: 0.95rem;
  margin-bottom: 0.3rem;
}

/* Tracking Box */
.tracking-box {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 1.25rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  width: 100%;
  transition: all 0.3s ease-in-out;
  text-align: center;
  padding: 60px !important;
}

.tracking-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.tracking-box h4 {
  font-size: 41px;
  font-weight: 700;
}

.tracking-box p {
  font-size: 18px;
  color: #555;
}

.input-group {
  border: 1px solid #9e9e9e;
  border-radius: 100px;
  overflow: hidden;
  transition: box-shadow 0.2s ease-in-out;
  height: 60px;
  box-shadow: 0px 0px 20px #ccc;
  margin: 27px 0px !important;
  position: relative;
}

.input-group:hover {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.2);
}

.input-group input {
  border: none;
  padding: 0.75rem 1rem;
  border-radius: 50px 0 0 50px;
  font-size: 1rem;
  outline: none;
  box-shadow: none;
}

.input-group .btn {
  border-radius: 0 50px 50px 0;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  background: linear-gradient(to right, #007bff, #0056b3);
  border: none;
  color: white;
  transition: background 0.3s ease-in-out;
}

.input-group .btn:hover {
  background: linear-gradient(to right, #0056b3, #003f7f);
}

.demo-text {
  font-size: 0.85rem;
  color: #777;
  margin-top: 1rem;
}

/* Stats */
.stats {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  border-top: 1px solid #ddd;
  padding-top: 1rem;
}

.stats div h5 {
  margin: 0;
  font-size: 1.4rem;
}

.stats div small {
  font-size: 0.8rem;
  color: #666;
}
.sornumber {
    margin-top: 40px !important;
}
.sornumber h5{
    font-size: 40px;
}
.sornumber small{}

.about-company-section {
  /* background-color: #f9f9f9; */
  padding: 80px 0px !important;
}

.about-company-section h2 {
  line-height: 1.3;
}

.about-company-section .btn {
  background-color: #007bff;
  border: none;
  border-radius: 0.25rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.about-company-section .btn:hover {
  background-color: #0056b3;
}
.about-company-section p{
    /* color: red !important; */
}
.about-company-section h2{}
.about-company-section h3{
    font-size: 48px;
    color: red !important;
}
.section-label {
    color: red !important;
}
.service-card {
  background: #fff;
  border-top: 4px solid transparent;
  border-image: linear-gradient(to right, #fa314a, #000000);
  border-image-slice: 1;
  transition: transform 0.3s ease;
  border-radius: 20px !important;
  padding: 40px !important;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.icon-box img {
  width: 70px;
  height: 70px;
  /* background: #fe2424; */
  border-radius: 10px;
  padding: 10px;
  /* font-size: 60px !important; */
}
.logisto-map-section {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
}

.logisto-container {
  max-width: 1200px;
  margin: 0 auto;
}

.logisto-heading h2 {
  font-size: 43px;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
}

.logisto-heading .highlight {
  color: #ff0000;
}

.logisto-map-wrapper {
  position: relative;
  margin: 40px 0;
}

.logisto-map-image {
  width: 100%;
  max-height: 400px;
  object-fit: contain;
}

.logisto-pin {
  width: 20px;
  height: 20px;
  background: #0055ff;
  border: 4px solid #ffdd00;
  border-radius: 50%;
  position: absolute;
}

/* Position pins (example only — adjust based on your map image) */
.pin1 { top: 25%; left: 20%; }
.pin2 { top: 10%; left: 50%; }
.pin3 { top: 30%; left: 40%; }
.pin4 { top: 40%; left: 60%; }
.pin5 { top: 60%; left: 30%; }
.pin6 { top: 70%; left: 80%; }

.logisto-stats-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.logisto-stat-card {
  flex: 1 1 300px;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
  text-align: left;
}

.white-card {
  background: #fff;
  border-top: 4px solid #0055ff;
}

.yellow-card {
  background: #ffdd00;
  border-top: 4px solid #0055ff;
}

.logisto-stat-card .icon {
  font-size: 30px;
  margin-bottom: 10px;
}

.logisto-stat-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.logisto-stat-card p {
  font-size: 14px;
  color: #333;
}
.nfhj h2{
    font-size: 41px;
    color: black !important;
}
.service-card h5{
    font-size: 25px;
    padding: 10px 0px;
}
.service-card p{
    font-size: 18px;
}
.service-card ul{
    margin-top: 30px;
}
.service-card li{
    color: #5c5c5c;
    font-size: 18px;
    padding-bottom: 21px;
}
/* Footer Styling */
.custom-footer {
  background-color: #000;
  color: #fff;
  padding: 40px 20px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}

.footer-logo-area {
  flex: 1 1 300px;
}

.footer-logo {
  max-width: 180px;
  margin-bottom: 15px;
}

.footer-description {
  font-size: 18px;
  line-height: 1.6;
  color: #e4e4e4;
  font-family: poppins;
}

.track-order-form {
  flex: 1 1 300px;
}

.track-order-form h4 {
  font-size: 21px;
  margin-bottom: 15px;
  color: #fff;
  font-family: poppins;
  font-weight: 700;
}

.track-order-form form {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  font-family: poppins;
}

.track-order-form input[type="text"] {
  flex: 1;
  padding: 10px;
  border: none;
  border-radius: 4px;
  outline: none;
}

.track-order-form button {
  background-color: #ffdd00;
  color: #000;
  border: none;
  padding: 10px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s ease;
}

.track-order-form button:hover {
  background-color: #e0c200;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #222;
  margin-top: 40px;
  padding-top: 15px;
  font-size: 14px;
  color: #fff; font-family: poppins;
}
.popular {padding:90px 0px;}
.bannertetx li{font-size:18px;}
.nety input{}
.nety button{}
.nety {}
.trackingformm {
    margin-top: 20px !important;
}
.trackingformm input{
    height: 50px;
    border: 1px solid #565656;
    font-size: 17px;
    margin-bottom: 6px;
}
.trackingformm button{
    width: 100%;
    background: #000;
    margin-top: 10px;
    padding: 10px;
}
.trackingformm button:hover{background:#000}
/* Card Container */
.tracking-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    font-family: Arial, sans-serif;
    margin-bottom: 38px;
}

/* Header */
.tracking-header {
    background: #dc3545;
    color: #fff;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tracking-number {
    font-size: 19px;
    font-weight: 600;
    font-family: 'Poppins';
}

.tracking-service {
    font-size: 15px;
    /* opacity: 0.9; */
    font-family: 'Poppins';
}

/* Status Badge */
.tracking-badge {
    background: #ffcc32;
    padding: 5px 22px;
    border-radius: 20px;
    font-size: 17px;
    font-family: 'Poppins';
    color: #000;
    font-weight: 600;
}

/* Alert Box */
.tracking-alert {
    background: #f0f7ff;
    border: 1px solid #d1e6ff;
    padding: 22px 15px;
    margin: 30px 15px;
    border-radius: 8px;
    display: flex;
    gap: 10px;
    font-size: 17px;
    font-family: 'Poppins';
}

.alert-icon {
    font-size: 26px;
    color: #3578e5;
    flex-shrink: 0;
    font-family: 'Poppins';
}

/* Address */
.tracking-address {
    padding: 10px 20px 28px 20px;
    font-size: 16px;
    color: #333;
    font-family: 'Poppins';
}

.address-icon {
    color: #3578e5;
    margin-right: 6px;
}
.shippmentytu .tracking-header{
    border-radius: 10px 10px 0px 0px;
    /* background: #ffcc32; */
}
.shippmentytu {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    padding-bottom: 19px;
    margin-bottom: 40px;
}


/* Responsive */
@media (max-width: 992px) {
  .hero-section {
            flex-direction: column;
        text-align: center;
        height: auto;
        padding: 9px;
  }

     .tracking-box {
        margin-top: 2rem;
        padding: 30px !important;
    }
    .tracking-box h4 {
    font-size: 29px;}
    .tracking-box p {
    font-size: 15px;}
    .lead {
    font-size: 15px;}
    .bannertetx li {
    font-size: 16px;
}
.about-company-section h3 {
    font-size: 32px;
    color: red !important;
}
.logisto-heading h2 {
    font-size: 27px;}
    
    
}
   