@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,500;0,600;0,700;1,200&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  scroll-behavior: smooth;
}
html,
body {
  overflow-x: hidden;
}
body {
  font-family: "Poppins", sans-serif;
background-color: #000;
}
a {
  text-decoration: none;
}

section {
  padding: 30px 5%;
}
header {
  transition: 0.3s;
}
header {
  height: 75px;
  position: fixed;
  padding: 15px 8%;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
   background: #0000003b; 
  z-index: 100;
  transition: 0.3s;
   /*border-bottom: 1px solid black; */
}

header .logo {
  filter: brightness(50);
  position: relative;
  font-size: 1.7rem;
  font-weight: 700;
  /* color:#ff991c; */
}

header .logo img {
  top: 6px;
  position: relative;
  height: 100px;
  /*width: 200px;*/
  padding: 5px 5px;
  font-weight: 500;
  transition: all 0.3s ease;
}

header .navlist {
  display: flex;
}
.navlist li {
  margin: 0 1rem;
}
.navlist li a {
  font-size: 15px;
  display: inline-flex;
  font-weight: 600;
  color: white;
}
.navlist li a:hover {
  color: white;
}
.right-header {
  display: flex;
  align-items: center;
  justify-content: end;
  grid-gap: 0.8rem;
}
header .btn {
  background: black;
  color: rgb(255, 255, 255);
  padding: 8px 10px;
  border-radius: 6px;
  font-weight: 500;
  font-size:16px;
  transition: all 0.3s ease;
}
header .btn i {
  padding-left: 10px;
}
.menu-icon {
  position: relative;
  display: block;
  height: 30px;
  width: 30px;
  cursor: pointer;
}

.menu-icon .bar,
.menu-icon::after,
.menu-icon::before {
  content: "";
  display: none;
  width: 100%;
  height: 4px;
  border-radius: 3px;
  background: #ffffff;
  margin: 6px 0;
  transition: 0.4s;
}
.menu-icon.active::before {
  transform: rotate(-45deg) translate(-6px, 6px);
}
.menu-icon.active::after {
  transform: rotate(45deg) translate(-8px, -8px);
}
.menu-icon.active .bar {
  opacity: 0;
}
/* ==================== Hero Section ==================== */
.hero-section {
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
  background: url("image/cargo-delivery-vehicle.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6); /* full-screen dark overlay */
  z-index: 0;
}

.left,
.right {
  flex: 1;
  min-width: 300px;
  padding: 40px;
  z-index: 1;
}

.left {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.left-content h1 {
  color: white;
  font-size: 38px;
  line-height: 1.4;
}

.left-content span {
  color: #26c9ea;
}

.left-content p {
  margin-top: 20px;
  font-size: 25px;
  color: #ddd;
}

.right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tracking-card {
  width: 100%;
  max-width: 620px;
  background: #fff;
  border-radius: 15px;
  padding: 30px 25px;
  color: #000;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.15);
}

.tabs {
  display: flex;
  border-bottom: 1px solid #e0e0e0;
}

.tab {
  flex: 1;
  padding: 12px 8px;
  font-weight: 600;
  font-size: 16px;
  border: none;
  background: none;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}

.tab.active {
  border-bottom: 3px solid #26c9ea;
  color: #26c9ea;
}

.form-section {
  margin-top: 20px;
}

.form-section p {
  font-size: 16px;
  margin-bottom: 8px;
  color: #000;
}

input[type="text"] {
  width: 100%;
  padding: 14px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 15px;
}

button[type="submit"] {
  width: 100%;
  padding: 16px;
  background: #000;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.apps {
  margin-top: 25px;
  font-size: 14px;
  color: #666;
  text-align: center;
}

.app-links {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.app-links img {
  height: 38px;
}

@media (max-width: 768px) {
  .hero-section {
    flex-direction: column;
  }

  .left-content h1 {
    font-size: 28px;
  }
  .left-content {
  margin-top: 80px;
}
}
/* ======================= Logistic patner ========================= */

.chain-stats {
  position: relative;
  padding: 60px 5%;
  background: #0d0d0d;
  text-align: center;
  overflow: hidden;
  z-index: 0;
}

.stats-heading h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.stats-heading p {
  font-size: 16px;
  color: #ccc;
}

.stats-heading span {
  color: #26c9ea;
  border-bottom: 2px solid #26c9ea;
}

.chain-container {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.chain-box {
  background: #111;
  border: 2px solid #333;
  border-radius: 16px;
  padding: 30px 25px;
  width: 180px;
  box-shadow: 0 10px 20px rgba(30, 179, 228, 0.57);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  perspective: 1000px;
}

.chain-box:hover {
  transform: translateY(-10px) rotateX(4deg) rotateY(2deg);
  box-shadow: 0 20px 35px  rgba(30, 179, 228, 0.57);
}

.chain-icon {
  height: 60px;
  margin-bottom: 15px;
}

.chain-icon img {
  height: 100%;
  filter: brightness(1.2);
}

.chain-box h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.chain-box p {
  font-size: 16px;
  color: #bbb;
  margin-top: 6px;
}

.chain-link {
  background:  #26c9ea;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: relative;
  margin: 12px 0;
}

/* Desktop Horizontal Chain */
@media (min-width: 992px) {
  .chain-container {
    flex-direction: row;
  }

  .chain-link {
    margin: 0 18px;
  }

  .chain-link::before,
  .chain-link::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 22px;
    height: 2px;
    background: #26c9ea;
    transform: translateY(-50%);
  }

  .chain-link::before {
    left: -22px;
  }

  .chain-link::after {
    right: -22px;
  }
}

/* Mobile Vertical Chain */
@media (max-width: 768px) {
  .chain-container {
    flex-direction: column;
  }

  .chain-box {
    width: 90vw;
  }

  .chain-link {
    margin: 18px 0;
  }

  .chain-link::before,
  .chain-link::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 24px;
    background:  #26c9ea;
    left: 50%;
    transform: translateX(-50%);
  }

  .chain-link::before {
    top: -24px;
  }

  .chain-link::after {
    bottom: -24px;
  }
}

/* === NEON Animated Background === */
.chain-stats::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
      circle at 20% 30%,
       rgba(30, 179, 228, 0.57),
      transparent 60%
    ),
    radial-gradient(circle at 80% 70%, rgba(0, 200, 255, 0.1), transparent 60%),
    radial-gradient(circle at 50% 50%, rgba(0, 255, 180, 0.15), transparent 70%);
  animation: pulseBg 10s infinite ease-in-out;
  z-index: -2;
}

@keyframes pulseBg {
  0%,
  100% {
    filter: blur(30px);
    opacity: 0.5;
  }
  50% {
    filter: blur(50px);
    opacity: 1;
  }
}

.chain-stats::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(
      2px 2px at 10% 20%,
      rgba(255, 255, 255, 0.1)
    ),
    radial-gradient(2px 2px at 90% 60%, rgba(255, 255, 255, 0.08)),
    radial-gradient(1.5px 1.5px at 30% 80%, rgba(255, 255, 255, 0.07)),
    radial-gradient(2px 2px at 70% 30%, rgba(255, 255, 255, 0.1));
  animation: floatDots 12s linear infinite;
  z-index: -1;
}

@keyframes floatDots {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0.4;
  }
  50% {
    transform: translateY(-20px) scale(1.05);
    opacity: 0.8;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 0.4;
  }
}
/* =================== service setion  ==================== */
.service-section {
  overflow: hidden;
  position: relative;
  padding: 80px 5%;
  z-index: 1;
  background-image: url("/image/cargo-delivery-vehicle.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section-title {
  font-size: 34px;
  color: #000000;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: relative;
  z-index: 2;
}

.service-card {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid  rgba(30, 179, 228, 0.57);
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  backdrop-filter: blur(10px);
  box-shadow: 0 0 20px  rgba(30, 179, 228, 0.57);
}

.service-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 0 25px rgba(27, 27, 27, 0.4), 0 0 15px rgba(25, 142, 206, 0.3);
}

.service-card img {
  width: 100%;
  height: 200px;
  max-height:50%; /* Optional: limit image height */
  object-fit: cover; /* Ensures good cropping if needed */
  border-radius: 10px; /* Optional: adds smooth rounded corners */
  margin-bottom: 10px;
}

.service-card h3 {
  font-size: 20px;
  color: #26c9ea;
  margin-bottom: 10px;
}

.service-card p {
  font-size: 14px;
  color: #000000;
  line-height: 1.6;
  font-weight: 600;
}
.service-card button {
  background: #000000;
  color: #ffffff;
  border: none;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px rgba(64, 64, 64, 0.4);
  margin-top: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.service-card button:hover {
  background: #3cddfa;
  color: #fff;
  box-shadow: 0 0 20px rgba(7, 206, 246, 0.6);
}

.center-btn {
  margin: 60px auto 0;
  text-align: center;
  position: relative;
  z-index: 2;
}

.center-btn button {
  background: #000000;
  color: #ffffff;
  border: none;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 0 15px rgba(85, 85, 85, 0.4);
}

.center-btn button:hover {
  background: #3cddfa;
  color: #fff;
  box-shadow: 0 0 25pxrgba(7, 206, 246, 0.6);
}
/* Responsive */
@media (max-width: 992px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .section-title {
    font-size: 26px;
  }

  .service-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .service-card {
    padding: 25px 20px;
  }

  .center-btn button {
    padding: 12px 30px;
    font-size: 15px;
  }

  .flight,
  .truck {
    display: none;
  }
}
/* =====================  Benift Section =================== */
     .benefits-section {
      position: relative;
      padding: 100px 20px;
      overflow: hidden;
    }

    .benefits-section::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url('/image/benfit.jpg') no-repeat center center / cover;
      filter: brightness(0.2); /* darker */
      z-index: -1;
    }

    .container {
      max-width: 1300px;
      margin: auto;
      text-align: center;
    }

    .main-heading {
      color: silver;
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 12px;
    }

    .main-heading span {
      color:#3cddfa;
    }

    .sub-heading {
      font-size: 16px;
      color: #ccc;
      margin-bottom: 50px;
    }

    .benefits-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
    }

    .benefit-box {
      display: flex;
      align-items: center;
      background: rgba(255, 255, 255, 0.05);
      backdrop-filter: blur(12px);
      padding: 25px;
      border-radius: 16px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      min-height: 140px;
      transition: all 0.3s ease;
    }

    .benefit-box:hover {
      transform: translateY(-6px);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
    }

    .icon-box {
      background: rgba(255, 255, 255, 0.1);
      width: 64px;
      height: 64px;
      border-radius: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 20px;
    }

    .icon-box i {
      font-size: 28px;
      color: #3cddfa;
    }

    .benefit-box h4 {
      color: silver;
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 6px;
    }

    .benefit-box p {
      font-size: 14px;
      color: #ccc;
    }

    @media (max-width: 992px) {
      .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 600px) {
      .benefits-grid {
        grid-template-columns: 1fr;
      }

      .benefit-box {
        flex-direction: column;
        text-align: center;
      }

      .icon-box {
        margin: 0 0 15px 0;
      }
    }

/* ========================= Patner ==================== */
.franchise-section {
      background: url('/image/franchise.jpeg') no-repeat center center;
      background-size: cover;
      background-attachment: fixed;
      width: 100%;
      min-height: 100vh;
      padding: 100px 20px 60px;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: start;
    }

      .franchise-title {
        font-size: 2.8rem;
        color: #3cddfa;
        margin: 80px 0 30px; /* ✅ Cleaner spacing */
        font-weight: 900;
      }

    .franchise-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 40px;
      width: 100%;
      max-width: 1600px;
      margin: 0 auto;
      padding: 30px;
      border-radius: 20px;
    }

    .franchise-card {
    
      border: 2px solid #ffffff;
      border-radius: 20px;
      padding: 20px;
      cursor: pointer;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-shadow: 0 0 20px rgba(60, 225, 250, 0.3);
    }

    .franchise-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 0 30px rgba(7, 206, 246, 0.6);
}

    .franchise-card img {
      width: 100%;
      height: 280px;
      object-fit: cover;
      border-radius: 15px;
      margin-bottom: 20px;
    }

    .franchise-card h3 {
      font-size: 1.4rem;
      color: #ffffff;
      margin-bottom: 10px;
    }

    .franchise-card p {
      font-size: 0.95rem;
      color: #ffffff;
    }

    .franchise-details {
      background: #1c1c20;
      border: 1px solid #3cddfa;
      padding: 30px;
      margin-top: 50px;
      border-radius: 15px;
      display: none;
      animation: fadeIn 0.5s ease forwards;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
    }

    .franchise-details img {
      max-width: 280px;
      border-radius: 10px;
      margin-bottom: 20px;
    }

    .franchise-details h3 {
      color: #3cddfa;
      font-size: 2rem;
      margin-bottom: 15px;
    }

    .franchise-details p {
      color: #ffffff;
      font-size: 1rem;
      line-height: 1.6;
      max-width: 750px;
      margin: 0 auto;
    }

    .franchise-details .buttons {
      margin-top: 30px;
    }

    .franchise-details .buttons a {
      background:#3cddfa;
      color: #fff;
      padding: 12px 28px;
      margin: 10px;
      text-decoration: none;
      border-radius: 30px;
      font-weight: bold;
      display: inline-block;
      box-shadow: 0 0 15px rgba(60, 225, 250, 0.3);
      transition: background 0.3s ease, color 0.3s ease;
    }

    .franchise-details .buttons a:hover {
      background: #fff;
      color:#3cddfa;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(20px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    @media (max-width: 768px) {
      .franchise-title {
        font-size: 2rem;
        margin-bottom: 30px;
      }

      .franchise-grid {
        padding: 15px;
        gap: 20px;
      }

      .franchise-card img {
        height: 160px;
      }

      .franchise-details {
        padding: 20px;
      }

      .franchise-details h3 {
        font-size: 1.6rem;
      }

      .franchise-details p {
        font-size: 0.95rem;
        padding: 0 10px;
      }
    }

    @media (max-width: 480px) {
      .franchise-title {
        font-size: 1.6rem;
      }

      .franchise-card h3 {
        font-size: 1.2rem;
      }

      .franchise-card p {
        font-size: 0.9rem;
      }
    }
 
/* ===================== informtion  type ============= */
.courier-hero {
  position: relative;
  padding: 80px 20px;
  background: #0d0d10;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.courier-bg {
  position: absolute;
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
  background: radial-gradient(circle at center,  #3cf0fa78, transparent 70%);
  animation: courierGlow 12s linear infinite;
  z-index: 0;
  filter: blur(60px);
}

@keyframes courierGlow {
  50% {
    transform: translate(20px, 20px);
  }
}

.courier-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: auto;
}

.courier-content h1 {
  font-size: 2rem;
  margin-bottom: 15px;
}

.courier-content p {
  font-size: 1.1rem;
  color: #ccc;
  margin-bottom: 30px;
}

.courier-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.courier-btn {
  background: #fff;
  color: #000;
  padding: 10px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.courier-btn:hover {
  background: #3ce7fa;
  color: #fff;
  box-shadow: 0 0 15px #3cf0fa78;
}
/* ===================== Footerv ====================== */
  footer {
    position: relative;
    background: #0a0a0d;
    color: #fff;
    font-family: "Poppins", sans-serif;
    overflow: hidden;
    padding: 60px 20px 30px;
  }

  .footer-glow {
    position: absolute;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: auto;
    background: radial-gradient(circle, rgba(0, 255, 221, 0.3), transparent 70%);
    filter: blur(80px);
    pointer-events: none;
    z-index: 0;
  }

  .footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    position: relative;
    z-index: 2;
  }

  .footer-col h3 {
    color: #3cddfa;
    margin-bottom: 15px;
    font-size: 1.2rem;
  }

  .footer-col p,
  .footer-col h4 {
    margin: 8px 0;
    color: #ccc;
    line-height: 1.6;
    font-size: 0.95rem;
  }

  .footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .footer-col ul li {
    margin: 6px 0;
  }

  .footer-col ul li a {
    text-decoration: none;
    color: #eee;
    transition: color 0.3s ease;
  }

  .footer-col ul li a:hover {
    color:#3cddfa;
    text-shadow: 0 0 5px #3cddfa
  }

  .footer-col .icons {
    display: flex;
    gap: 15px;
    margin: 15px 0;
    flex-wrap: wrap;
  }

  /* Social Button Style */
  .icon-btn {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border: 2px solid transparent;
    border-radius: 50%;
    color: white;
    font-size: 1.4rem;
    transition: 0.4s ease-in-out;
    position: relative;
    background: #111;
    z-index: 1;
  }

  .icon-btn::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 50%;
    background: linear-gradient(45deg, #26c9ea, #7b7b7b, #000000);
    z-index: -1;
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.4s ease;
  }

  .icon-btn:hover::before {
    opacity: 1;
    transform: scale(1.1);
    animation: glowSpin 1s linear infinite;
  }

  .icon-btn:hover {
    color: #3cddfa;
    transform: scale(1.1);
  }

  @keyframes glowSpin {
    0% {
      filter: hue-rotate(0deg);
    }
    100% {
      filter: hue-rotate(360deg);
    }
  }

  .footer-bottom {
    text-align: center;
    margin-top: 40px;
    border-top: 1px solid #222;
    padding-top: 20px;
    font-size: 0.85rem;
    color: #aaa;
    z-index: 2;
    position: relative;
  }

  .footer-bottom a {
    color: #3cddfa;
    text-decoration: none;
  }

  .footer-bottom a:hover {
    text-decoration: underline;
  }

  @media (max-width: 768px) {
    .footer-container {
      grid-template-columns: 1fr;
      text-align: center;
    }

    .footer-col .icons {
      justify-content: center;
    }
  }
