.logistics-banner {
  position: relative;
  width: 100%;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 8%;
  overflow: hidden;
}

/* Background Image */
.logistics-bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 0;
}

/* Dark Overlay */
.logistics-banner-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 1;
}

/* Content */
.logistics-banner-content {
  position: relative;
  z-index: 2;
  text-align: left;
  color: #fff;
  max-width: 650px;
}

.logistics-banner-content h1 {
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.logistics-banner-content p {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.logistics-btn {
  display: inline-block;
  padding: 14px 40px;
  background: #ff6600;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  transition: 0.3s ease;
}

.logistics-btn:hover {
  background: #e05500;
}

/* ========== TABLET ========= */
@media (max-width: 992px) {
  .logistics-banner {
    padding: 0 5%;
    min-height: 80vh;
  }

  .logistics-banner-content h1 {
    font-size: 40px;
  }

  .logistics-banner-content p {
    font-size: 16px;
  }
}

/* ========== MOBILE ========= */
@media (max-width: 768px) {
  .logistics-banner {
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    min-height: 75vh;
  }

  .logistics-banner-content {
    text-align: center;
  }

  .logistics-banner-content h1 {
    font-size: 30px;
  }

  .logistics-banner-content p {
    font-size: 14px;
  }

  .logistics-btn {
    padding: 12px 30px;
  }
}

/* ===============================
   CLIENT REVIEW SECTION
================================= */

.client-review {
  /* padding: 100px 0; */
  background: #1c1f5a;
  position: relative;
  color: #fff;
}

.container {
  width: 100%;
  max-width: 2400px;
  margin: auto;
}

/* ===============================
   HEADING
================================= */

.review-heading {
  text-align: center;
  margin-bottom: 70px;
}

.sec-title__tagline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 15px;
}

.sec-title__tagline .line {
  width: 40px;
  height: 2px;
  background: #ff5e14;
}

.sec-title__tagline h4 {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ff5e14;
}

.sec-title__title {
  font-size: 38px;
  font-weight: 700;
}

.sec-title__title span {
  color: #ff5e14;
}

/* ===============================
   REVIEW GRID
================================= */

.review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

/* ===============================
   REVIEW CARD
================================= */

/* ===============================
   about us section
================================= */

.about-section {
  padding: 80px 20px;
  background: #2e3192;
  font-family: "Poppins", sans-serif;
}

.about-container {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
  align-items: center;
}

/* LEFT TEXT */
.about-text h5 {
  color: #ff5a1f;
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.about-text h2 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #ffffff;
}

.about-text p {
  font-size: 15px;
  color: #e0e0ff;
  margin-bottom: 15px;
  line-height: 1.7;
}

.about-text strong {
  color: #ffffff;
}

/* BUTTON */
.about-btn {
  display: inline-block;
  padding: 12px 25px;
  background: #ff5a1f;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  margin-top: 10px;
  transition: 0.3s;
}

.about-btn:hover {
  background: #c2187a;
}

/* RIGHT CARDS */
.about-card {
  display: grid;
  gap: 20px;
}

.about-highlight {
  background: rgba(255, 255, 255, 0.08);
  padding: 25px;
  border-radius: 15px;
  text-align: center;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: 0.3s;
}

.about-highlight:hover {
  transform: translateY(-5px);
  border-color: #c2187a;
}

.about-highlight h3 {
  font-size: 28px;
  color: #ffffff;
}

.about-highlight p {
  color: #d0d0ff;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .about-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .about-text h2 {
    font-size: 28px;
  }
}

/* ===============================
   WHY CHOOSE US SECTION
================================= */

.why-choose {
  padding: 100px 0;
  background: #2e3192;
  width: 100%;
  position: relative;
}

.why-container {
  margin: 0 auto;
  padding: 0 20px;
}

/* ===============================
   HEADING
================================= */

.why-choose-one__content {
  text-align: center;
  margin-bottom: 70px;
}

.sec-title__tagline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.sec-title__tagline .line {
  width: 40px;
  height: 2px;
  background: #ff5a1f;
}

.sec-title__tagline h4 {
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 16px;
}

.sec-title__title {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  margin-top: 20px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.sec-title__title span {
  color: #ff5a1f;
}

/* ===============================
   GRID
================================= */

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

/* ===============================
   CARD
================================= */

.why-card {
  background: rgba(255, 255, 255, 0.05);
  padding: 45px 35px;
  border-radius: 20px;
  transition: all 0.4s ease;
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
}

.why-card:hover {
  transform: translateY(-10px);
  border-color: #c2187a;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

/* ===============================
   ICON
================================= */

.why-icon {
  width: 70px;
  height: 70px;
  background: white;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: 0.3s ease;
}

.why-card:hover .why-icon {
  transform: rotate(8deg) scale(1.1);
}

/* IMAGE ICON */
.why-icon img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

/* ===============================
   TEXT
================================= */

.why-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
  color: #ffffff;
}

.why-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #cfd8dc;
}

/* ===============================
   RESPONSIVE
================================= */

/* Tablet */
@media (max-width: 991px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sec-title__title {
    font-size: 36px;
  }

  .why-card {
    padding: 35px 25px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .why-choose {
    padding: 80px 0;
  }

  .why-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .sec-title__title {
    font-size: 28px;
  }

  .why-card {
    text-align: center;
    padding: 30px 20px;
  }

  .why-icon {
    margin: 0 auto 20px auto;
  }

  .why-card h3 {
    font-size: 18px;
  }

  .why-card p {
    font-size: 14px;
  }
}

/* =========================
   PREMIUM COUNTER SECTION
========================= */
.counter-section {
  background: #2e3192;
  padding: 80px 20px;
  font-family: "Poppins", sans-serif;
}

.counter-wrapper {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
}

.counter-card {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  transition: 0.4s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.counter-card:hover {
  transform: translateY(-10px) scale(1.02);
  border-color: #ff5a1f;
}

.counter-icon {
  font-size: 40px;
  color: #c2187a;
  margin-bottom: 15px;
}

.count {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}

.counter-card h4 {
  color: #fff;
  margin-bottom: 10px;
}

.counter-card p {
  font-size: 14px;
  color: #ddd;
}

/* Mobile */
@media (max-width: 768px) {
  .count {
    font-size: 32px;
  }

  .counter-card {
    padding: 25px 15px;
  }
}

/* ===============================
   ULTRA PREMIUM SERVICES
================================ */

.premium-services {
  padding: 120px 0;
  background: #2e3192;
  position: relative;
  overflow: hidden;
}

.container1 {
  width: 90%;
  max-width: 1300px;
  margin: auto;
}

/* Header */

.premium-header {
  text-align: center;
  margin-bottom: 80px;
}

.premium-header h5 {
  color: #fd5523;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 15px;
}

.premium-header h2 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
}

.premium-header span {
  color: #fd5523;
}

/* ===============================
   GRID SYSTEM (FIXED 3 PER ROW)
================================ */

.premium-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* EXACTLY 3 */
  gap: 40px;
}

/* ===============================
   CARD
================================ */

.premium-card {
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  overflow: hidden;
  transition: 0.5s ease;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Gradient Border Effect */

.premium-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(135deg, #c2187a, transparent, #c2187a);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

/* Hover */

.premium-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

/* ===============================
   IMAGE
================================ */

.premium-img {
  height: 220px;
  overflow: hidden;
}

.premium-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s ease;
}

.premium-card:hover .premium-img img {
  transform: scale(1.1);
}

/* ===============================
   CONTENT
================================ */

.premium-content {
  padding: 30px;
  text-align: center;
}

.premium-content h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #ffffff;
}

.premium-content p {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.6;
}

/* ===============================
   RESPONSIVE
================================ */

/* Tablet */
@media (max-width: 992px) {
  .premium-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .premium-header h2 {
    font-size: 34px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .premium-grid {
    grid-template-columns: 1fr;
  }

  .premium-header h2 {
    font-size: 28px;
  }

  .premium-services {
    padding: 80px 0;
  }
}

/* =========================
   PREMIUM PROCESS (CUSTOM COLORS)
========================= */

/* powerd bye */

.footer-one__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-powered {
  text-align: center;
}

.footer-powered p {
  margin: 0;
  font-size: 14px;
  color: #ffffff;
}

.footer-powered .neo {
  color: #ffc107; /* Yellow like first image */
  font-weight: 600;
  text-decoration: none;
}

.footer-powered .neo:hover {
  text-decoration: underline;
}

/* =========================
   TRACK BOX - FINAL UI
========================= */
.track-box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 14px;

  /* Glass Effect */
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);

  /* Border Setup */
  border: 2px solid transparent;
  background-clip: padding-box;

  position: relative;
  transition: all 0.3s ease;
}

/* 🔥 Gradient Border Layer */
.track-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  padding: 2px;

  background: #c2187a; /* Solid color for better visibility */

  -webkit-mask:
    linear-gradient(#c2187a 0 0) content-box,
    linear-gradient(#c2187a 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none; /* ✅ FIX CLICK ISSUE */
}

/* Hover Effect */
.track-box:hover {
  box-shadow: 0 0 20px rgba(253, 85, 35, 0.35);
}

/* Focus Effect */
.track-box:focus-within {
  box-shadow: 0 0 0 2px rgba(253, 85, 35, 0.3);
}

/* =========================
   ICON
========================= */
.track-icon {
  display: flex;
  align-items: center;
}

/* =========================
   INPUT
========================= */
.track-box input {
  border: none;
  outline: none;
  background: transparent;

  color: #ffffff;
  font-size: 15px;
  width: 180px;
}

/* Placeholder */
.track-box input::placeholder {
  color: white;
}

/* =========================
   BUTTON
========================= */
.track-box button {
  display: flex;
  align-items: center;
  gap: 6px;

  background: #c2187a;
  color: #ffffff;

  border: none;
  padding: 7px 16px;
  border-radius: 10px;

  cursor: pointer;
  font-size: 13px;
  font-weight: 500;

  transition: all 0.3s ease;
}

/* Button Hover */
.track-box button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 14px rgba(188, 64, 64, 0.3);
}

/* Button Click */
.track-box button:active {
  transform: scale(0.95);
}

/* =========================
   SAFETY (CLICK FIX)
========================= */
.main-header-one__bottom-right {
  position: relative;
  z-index: 10;
}

.track-box {
  z-index: 10;
}

.track-box button {
  z-index: 11;
  pointer-events: auto;
}

/* =========================
   RESPONSIVE
========================= */

/* Tablet */
@media (max-width: 992px) {
  .track-box input {
    width: 140px;
  }
}

/* Mobile Hide */
@media (max-width: 768px) {
  .track-box {
    display: none;
  }
}
