 body {
     
      color: white;
      margin: 0;
      font-family: "Nunito Sans", sans-serif;
    }

       /* Hero Section */
    .hero {
      background: url('../img/free.jpg') no-repeat center center/cover;
      height: 100vh;
      position: relative;
      color: white;
    }
.text-warning {
  color: #c00 !important;
}
.btn-warning {
  background-color: #c00 !important;
}
    .hero::after {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background-color: rgba(0, 0, 0, 0.5);
    }

    .hero-content {
      position: relative;
      z-index: 2;
      text-align: center;
      top: 50%;
      transform: translateY(-50%);
    }

    .hero h1 {
      font-size: 3rem;
      font-weight: 700;
      animation: fadeInDown 2s ease-out;
    }

    .hero p {
      font-size: 1.25rem;
      animation: fadeInUp 2.5s ease-out;
    }

    .hero .btn {
      margin-top: 20px;
      animation: fadeIn 3s ease-in;
    }

    @keyframes fadeInDown {
      from { opacity: 0; transform: translateY(-40px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @keyframes fadeInUp {
      from { opacity: 0; transform: translateY(40px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @keyframes fadeIn {
      from { opacity: 0; }
      to { opacity: 1; }
    }

    /* Navbar Styling */
    .navbar {
      background-color: #c00;
    }

    .navbar-nav .nav-link {
      color: white !important;
      text-transform: uppercase;
      padding-right: 20px;
    }

    /* .navbar-toggler {
      background-color: white;
    } */

    .dropdown-menu {
      background-color: #fff;
    }
.nound {
  text-decoration: none;
}
    .dropdown-item:hover {
      background-color: #eee;
    }

    /* Circular Features Section */
    .features {
      background-color: #c00;
      padding: 30px 0;
      color: white;
      text-align: center;
    }

    .feature-circle {
      width: 150px;
      height: 150px;
      border-radius: 50%;
      background: white;
      color: #c00;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin: auto;
      font-weight: bold;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    }

    @media (max-width: 768px) {
      .hero h1 { font-size: 2rem; }
      .feature-circle { width: 80px; height: 80px; font-size: 14px; }
    }
    .video-section {
      position: relative;
      height: 100vh;
      overflow: hidden;
    }

    .video-section video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: -1;
      transform: translate(-50%, -50%);
      object-fit: cover;
      filter: grayscale(80%);
    }

    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.1);
    }

    .content-box {
      position: absolute;
      top: 50%;
      right: 10%;
      transform: translateY(-50%);
      background: rgba(207, 0, 0, 0.9);
      color: white;
      padding: 40px;
      max-width: 400px;
    }

    .content-box h2 {
      margin-top: 0;
      font-size: 2rem;
    }

    .content-box p {
      margin: 20px 0;
      line-height: 1.5;
    }

    .content-box a {
      display: block;
      margin-top: 10px;
      color: white;
      text-decoration: none;
      border-bottom: 1px solid rgba(255,255,255,0.5);
      padding-bottom: 5px;
      font-weight: bold;
      transition: 0.3s;
    }

    .content-box a:hover {
      color: #ffe;
      border-bottom-color: #fff;
    }

    @media (max-width: 768px) {
      .content-box {
        left: 10%;
        right: 10%;
        max-width: none;
        text-align: center;
      }
    }

    .task-section {
      background: linear-gradient(to right, #4e00c2, #8e2de2);
      color: white;
      text-align: center;
      padding: 80px 20px;
    }
    .task-section h1 {
      font-size: 2.5rem;
      font-weight: bold;
    }
    .task-section p {
      margin: 1rem 0;
      font-size: 1.1rem;
    }
    .task-search {
      margin-top: 30px;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
    }
    .task-search input[type="text"] {
      border: none;
      padding: 10px 15px;
      border-radius: 25px;
      flex: 2;
    }
    .task-search input[type="text"]:focus {
      outline: none;
    }
    .task-search input[type="text"].postcode {
      flex: 1;
    }
    .task-search .btn {
      border-radius: 25px;
    }
    .trusted-logos {
      margin-top: 40px;
      display: flex;
      justify-content: center;
      gap: 30px;
      flex-wrap: wrap;
      align-items: center;
    }
    .trusted-logos img {
      max-height: 40px;
    }
.btn {
  background-color: #c00;
  color: white;
}
     .car-category {
    max-width: 1200px;
    margin: auto;

    padding: 4rem 1rem;
  }
  .car-category h2 {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .car-card {
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: transform 0.3s ease;
  }
  .car-card img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  .car-card:hover {
    transform: scale(1.05);
  }
  .car-label {
    position: absolute;
    top: 1rem;
    left: 1rem;
    color: white;
    font-size: 1.3rem;
    font-weight: 600;
    text-shadow: 0 0 5px rgba(0,0,0,0.7);
    white-space: nowrap;
  }
  .arrow-circle {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgb(0 0 0 / 0.2);
    transition: background 0.3s ease;
  }
  .arrow-circle:hover {
    background: #007bff;
  }
  .arrow-circle svg {
    width: 20px;
    height: 20px;
    fill: #333;
    transition: fill 0.3s ease;
  }
  .arrow-circle:hover svg {
    fill: white;
  }

  
@media (max-width: 767px) {
  .flex-lg-row {
    flex-direction: column !important;
  }
}

    .benefits-bar {
      background-color: #111;
      padding: 1.5rem 0;
    }

    .benefit-icon {
      font-size: 2rem;
      margin-bottom: 0.5rem;
    }

    .promo-section {
  background: url('/img/blank-cargo-truck-road.jpg') no-repeat center center;
  background-size: cover;
  color: white;
  padding: 4rem 1rem;
  position: relative;
  z-index: 1;
}

.promo-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* dark overlay for contrast */
  z-index: -1;
}


    .promo-content h1 {
      font-size: 3rem;
      font-weight: 800;
    }

    .promo-content p {
      font-size: 1.2rem;
    }

    .btn-book {
      background: #6c9fff;
      border: none;
      padding: 0.75rem 1.5rem;
      color: #fff;
      border-radius: 30px;
      font-weight: 600;
      transition: 0.3s;
    }

    .btn-book:hover {
      background: #4a7fd1;
    }

    .discount-box {
      background: #6c9fff;
      color: white;
      text-align: center;
      padding: 2rem;
      font-weight: 600;
      font-size: 1.5rem;
      border-radius: 0.5rem;
    }

    .tesla-img {
      width: 100%;
      max-width: 700px;
    }

    @media (max-width: 768px) {
      .promo-content h1 {
        font-size: 2rem;
      }

      .discount-box {
        margin-top: 2rem;
      }
    }

    .footer-area li {
      margin-top: 15px;
      margin-bottom: 2px;
    }
    .footer-area {
      font-size: 18px;
    }
    .footer-area h6 {
      font-size: 19px;
      margin-bottom: 25px;
    }