* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  background-color: #fff;
}

/* 🔲 NAVIGATION BAR */
.navbar {
  background-color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
}

.logo img {
  width: 100px;
  height: auto;
  margin-right: 20px;
}

.nav-links {
  display: flex;
  gap: 48px;
}

.nav-links a {
  color: #fff;
  text-decoration: none;
  font-size: 25px;
  font-weight: 600;
}

.nav-links a.active {
  position: relative;
}

.nav-links a.active::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #d4c185;
}


/* 🖼️ CARS SECTION */
.cars-section {
  text-align: center;
  background-color: #f9f8f4;
  padding: 50px 20px;
}

.cars img {
  width: 100%;
  max-width: 1212px;
  height: auto;
  margin-bottom: 30px;
}

/* 🔤 MAIN TITLE */
.main-title {
  font-size: 80px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #000;
  position: relative;
}

.main-title {
  font-size: 80px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #000;
  text-shadow: -5px 5px 0 rgba(50, 52, 59, 0.8);
}

/* CTA Section */
.cta-section {
  background: url('../images/traffic.jpg') no-repeat center center/cover;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: 'Poppins', sans-serif;
  color: white;
}

.cta-overlay {
  background-color: rgba(212, 193, 133, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-content {
  text-align: center;
  padding: 20px;
}

.cta-title {
  font-size: 64px;
  font-family: 'Canva Sans', sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}

.cta-subtext {
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.6;
}

.brand-name {
  font-weight: bold;
}

.cta-buttons {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-btn {
  display: inline-block;
  background-color: #32343b;
  color: #d4c185;
  padding: 40px 60px;
  font-size: 32px;
  font-family: 'Poppins', sans-serif;
  border-radius: 40px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.cta-btn:hover {
  background-color: #44454c;
}

/* WHY NICETRES SECTION */
.why-nicetres {
  background-color: white;
  padding: 100px 50px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.why-title {
  font-size: 80px;
  font-weight: bold;
  color: #000;
  text-shadow: -3px 3px 2px rgba(50, 52, 59, 0.8); 
  margin-bottom: 10px;
}

.why-subtitle {
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
  color: #000;
  text-shadow: -3px 3px 2px  rgba(50, 52, 59, 0.6);
  margin-bottom: 60px;
}

.why-cards {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.why-card {
  width: 402px;
  height: 474px;
  background-color: #ffffff;
  border: 2px solid #000000;
  padding: 40px 20px;
  box-sizing: border-box;
  border-radius: 20px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.why-card:hover {
  transform: translateY(-10px);
}

.card-icon {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}

.card-title {
  font-size: 30px;
  color: #32343b;
  font-weight: bold;
  margin-bottom: 20px;
}

.card-text {
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
}

/* 🔲 CHOOSE YOUR RIDE SECTION */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  background-color: #d9d9d9;
  color: #111;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 20px;
  text-align: center;
  background-color: #d9d9d9;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Heading */
.main-title {
  font-size: 80px;
  font-weight: bold;
  color: #000;
  text-shadow: -3px 3px 2px rgba(50, 52, 59, 0.8);
  margin-bottom: 10px;
}

/* Subtext */
.subtitle {
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
  color: #000;
  text-shadow: -3px 3px 2px rgba(50, 52, 59, 0.6);
  margin-bottom: 60px;
}

/* Cards */
.card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.card {
  background-color: #fff;
  border: 3px solid black;
  border-radius: 10px;
  padding: 20px;
  width: 430px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.card img {
  width: 400px;
  height: 232px;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 15px;
}

.card h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.card p {
  font-size: 20px;
  margin-bottom: 20px;
}

.btn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 999px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: #333;
}

/* Responsive */
@media (max-width: 768px) {
  .main-title {
    font-size: 48px;
  }

  .subtitle {
    font-size: 22px;
  }

  .card-wrapper {
    flex-direction: column;
    align-items: center;
  }
}

/* HOW IT WORKS SECTION */
.how-it-works {
  background-color: #32343b;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.how-title {
  font-family: 'Poppins', sans-serif;
  font-size: 80px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 60px;
}

/* Cards Grid */
.how-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1400px;
  width: 100%;
  padding: 0 20px;
}

/* Card Styling */
.how-card {
  border: 3px solid black;
  border-radius: 12px;
  padding: 30px 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.how-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.bg-white {
  background-color: #ffffff;
}

.bg-gray {
  background-color: #d9d9d9;
}

/* Card Content */
.how-icon {
  width: 108px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 20px;
}

.how-heading {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-bottom: 12px;
}

.how-text {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #000;
  line-height: 1.4;
}

/* Responsive */
@media (max-width: 992px) {
  .how-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .how-title {
    font-size: 60px;
  }
}

@media (max-width: 576px) {
  .how-cards {
    grid-template-columns: 1fr;
  }

  .how-title {
    font-size: 42px;
  }
}

/* ==== CAR BANNER (above footer) ==== */
.car-banner {
  background-color: #fff;
  padding: 40px 0 20px 0;
  text-align: center;
}

.car-image {
  width: 450px;
  height: 310px;
  max-width: 90vw;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* ==== FOOTER SECTION ==== */
.footer-section {
  font-family: 'Poppins', sans-serif;
}

/* Footer styling */
.footer {
  background-color: #000;
  color: #fff;
  padding: 40px 20px 20px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
}

/* Left Section */
.footer-left {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
}

.footer-logo {
  width: 269px;
  height: 269px;
  object-fit: contain;
}

.footer-details {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 10px;
}

.footer-name {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon-32 {
  width: 32px;
  height: 32px;
}

.info-text {
  font-family: 'Canva Sans', Arial, sans-serif;
  font-size: 22px;
}

/* Right Section */
.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  gap: 10px;
}

.footer-links-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-link {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-link:hover {
  color: #ccc;
}

/* Bottom copyright */
.footer-bottom {
  text-align: center;
  margin-top: 30px;
}

.footer-bottom p {
  font-size: 15px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-left {
    flex-direction: column;
    align-items: center;
  }

  .footer-right {
    align-items: center;
    margin-top: 30px;
  }

  .footer-logo {
    width: 200px;
    height: auto;
  }

  .footer-name {
    font-size: 26px;
  }

  .info-text {
    font-size: 20px;
  }

  .footer-links-title {
    font-size: 18px;
  }
}


