.hero {
    position: relative;
    height: 664px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background:
  linear-gradient( rgba(0, 0, 0, 0.5)),

  url('../assets/images/images-gallery-ourfleet/fleet-hero.jpg') center/cover no-repeat;
  }
  
  .hero-content {
    max-width: 1110px;
    padding: 20px;
  }
  

  .hero h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 54.6px;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative;
    top: -27px; 
  }
  
  .divider-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 62px; 
    margin-bottom: 25px;
  }
  
  .divider {
    width: 80px;
    height: 0.8px;
    background-color: #fff;
    opacity: 0.8;
  }
  
  .hero p {
    font-size: 17px;
    font-weight: 400;
    opacity: 0.9;
    line-height: 28.9px;
    letter-spacing: 0%;
  }
  
.filter-tabs {
    padding: 1rem 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: nowrap; 
    background: transparent; 
    overflow-x: auto; 
    scrollbar-width: none; 
}

.filter-tabs::-webkit-scrollbar {
    display: none;
}

.filter-tabs button {
    background: transparent;
    border: none;
    color: #7287A2;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    padding: 0.3rem 0.8rem;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.filter-tabs button:hover,
.filter-tabs button.active {
    color: #00bcd4;
}


.fleet-grid {
    padding: 4rem 5%;
    width: 1290px;
    max-width: 1571px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, max-content));
    justify-content: center;
    gap: 2rem;
}


.vehicle-image {
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.vehicle-image img {
    width: 345px;
    height: 250px;
    object-fit: cover;
}

.vehicle-info {
    padding: 1.5rem;
}

.vehicle-info h3 {
    font-size: 21px;
    margin-bottom: 1rem;
    color: #545454;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 27.3px;
}

.vehicle-details {
    margin-bottom: 1.5rem;
}

.vehicle-details p {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    line-height: 23.8px;
    margin-bottom: 0.5rem;
}

.view-details-btn {
    width: 100%;
    height: 50px;
    background: #1EACC7;
    color: #fff;
    border: none;
    padding: 0.8rem;
    font-size: 14px;
     text-transform: capitalize;
    cursor: pointer;
    transition: background 0.3s;
    border-radius: 10px;
}

.load-more-container {
    text-align: center;
    padding: 2rem 5% 4rem;
}

.load-more-btn {
    background: #1EACC7;
    color: #fff;
    border: none;
    padding: 1rem 3rem;
    font-size: 1rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s;
    border-radius: 10px;
    width: 1100px;
}

.load-more-btn:hover {
    background: #0097a7;
}

.empty-category-text {
  text-align: center;
  font-size: 1.2rem;
  padding: 2rem 0;
  color: #555;
}


.contact-section {
    display: flex;
    justify-content: center;
    margin-bottom: 75px;
  }
  
  .contact-container {
    width: 100%;
    max-width: 1140px;
    padding: 0 20px;
    text-align: center;
  }
  
  .contact-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #292929;
  }
  
  .contact-title-underline {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 38px;
    margin: 20px 0 70px;
  }
  
  .contact-title-underline span {
    width: 80px;
    height: 1px;
    background-color: #ddd;
  }
  
  .contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: stretch;
  }
  
  .contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  
  .contact-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .contact-form input {
    width: 100%;
    height: 50px;
    padding: 14px 16px;
    border: none;
    background-color: #F6F6F8;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
    font-family: inherit;
    transition: box-shadow 0.3s ease;
    margin: 0; 
    box-sizing: border-box;
  }
  
  .contact-form textarea {
    width: 100%;
    height: 300px;
    padding: 14px 16px;
    border: none;
    background-color: #F6F6F8;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
    resize: vertical;
    font-family: inherit;
    transition: box-shadow 0.3s ease;
    margin: 0; 
    box-sizing: border-box;
    margin-bottom: 6px;
  }
  
  .contact-form input:focus,
  .contact-form textarea:focus {
    outline: none;
    box-shadow: 0 0 0 2px #1EACC7;
  }
  
  .btn-send {
    background-color: #1EACC7;
    width: 100%;
    height: 50px;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .btn-send:hover {
    background-color: #159db4;
  }
  
@media (max-width: 1300px) {
      .fleet-grid {
      padding: 3rem 4%;
      width: 80%;
      gap: 1.5rem;

    }
}
@media (max-width: 1024px) {
    .hero {
      height: 550px;
      background-position: center center;
    }
  
    .hero h1 {
      font-size: 36px;
      line-height: 48px;
    }
  
    .divider-group {
      gap: 40px;
    }
  
    .fleet-grid {
      grid-template-columns: 1fr 1fr;
      padding: 3rem 4%;
      width: 90%;
      gap: 1.5rem;
    }
  
    .load-more-btn {
      width: 75% !important;
      font-size: 15px;
      padding: 0.9rem 2rem;
      min-width: 640px;
    }
  
    .contact-content {
      gap: 30px;
    }
  }
  
  @media (max-width: 768px) {
    .hero {
      height: 480px;
      padding: 0 5%;
    }
  
    .hero h1 {
      font-size: 30px;
      line-height: 42px;
      top: 0;
    }
  
    .hero p {
      font-size: 15px;
      line-height: 24px;
    }
  
    .filter-tabs {
      flex-wrap: wrap;
      gap: 1rem;
      justify-content: center;
      padding: 0.8rem 5%;
    }
  
    .fleet-grid {
      grid-template-columns: 1fr ;
      width: 100%;
      padding: 0rem 0%;
    }
  
    .vehicle-image img {
      width: 100%;
      height: 200px;
    }
  
    .vehicle-info h3 {
      font-size: 18px;
    }
  
    .contact-content {
      grid-template-columns: 1fr;
      text-align: center;
      gap: 30px;
    }
  
    .contact-image img {
      width: 100%;
      height: auto;
      max-height: 400px;
      object-fit: cover;
    }
  
    .contact-form {
      width: 100%;
      max-width: 450px;
      margin: 0 auto;
      min-width: none !important;
    }
  
    .btn-send {
      width: 100%;
    }
    .load-more-btn {
      width: 70% ;
      font-size: 15px;
      padding: 0.9rem 2rem;
      min-width: 400px;
    }
  
  }
  
  @media (max-width: 480px) {
    .hero {
      height: 420px;
      padding: 0 20px;
    }
  
    .hero h1 {
      font-size: 24px;
      line-height: 36px;
    }
  
    .divider-group {
      gap: 20px;
    }
  
    .fleet-grid {
      grid-template-columns: 1fr;
      padding: 2rem 5%;
    }
  
    .vehicle-info {
      padding: 1rem;
    }
  
    .view-details-btn {
      height: 45px;
      font-size: 14px;
    }
  
    .load-more-btn {
      width: 100%;
      font-size: 14px;
      padding: 0.8rem;
      min-width: 60px;
    }
  
    .contact-container {
      padding: 0 15px;
    }
  
    .contact-title {
      font-size: 18px;
    }
  
    .contact-title-underline {
      margin-bottom: 40px;
      gap: 25px;
    }
  
    .contact-image img {
      border-radius: 10px;
    }
  
    .contact-form input,
    .contact-form textarea {
      font-size: 14px;
    }
  
    .contact-form textarea {
      height: 250px;
    }
  
    .btn-send {
      font-size: 15px;
      padding: 12px;
    }

    .filter-tabs {
        gap: 0.7rem;
        padding: 0.7rem 5%;
      }
    
      .filter-tabs button {
        font-size: 16px;
        padding: 0.35rem 0.7rem;
      }
  }
  
  @media (max-width: 375px) {
    .hero h1 {
      font-size: 20px;
      line-height: 30px;
    }
  
    .fleet-grid {
      gap: 1.2rem;
    }
  
    .contact-title {
      font-size: 16px;
    }
  
    .contact-form input,
    .contact-form textarea {
      font-size: 13px;
    }
  
    .btn-send {
      font-size: 14px;
    }
  }
  
  
  @media (max-width: 320px) {
    .hero {
      height: 360px;
    }
  
    .hero h1 {
      font-size: 18px;
    }
  
    .contact-form input,
    .contact-form textarea {
      font-size: 12px;
      padding: 10px 12px;
    }
  
    .btn-send {
      font-size: 13px;
      padding: 10px;
    }
  }
  @media (max-width: 768px) {
  .fleet-grid {
    grid-template-columns: 1fr;
    width: 90%;
    padding: 1.5rem 5%;
  }

  .fleet-grid > div {
    width: 90%;
  }

  .vehicle-image {
    height: auto;
  }

  .vehicle-image img {
    width: 90%;
    height: auto;
  }
}
