.about-section {
  width: 100%;
  background: rgba(0,0,0,0.85);
  padding: 3rem 0;
  text-align: center;
}

html{
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}
.contact-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
}
.contact-section {
  width: 100%;
  background: rgba(0,0,0,0.85);
  padding: 5rem 0;
  text-align: center;
}
.about-section .image{
  padding: 0;
  height: 400px;
  margin-top: 20px;
}
.about-section .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.navbar-brand img {
  height: 80px;
  width: auto;
  margin-right: 0.5rem;

}

.about-container {
 width: 90%;
  display: inline-block;
  font-size: 0;
  background: rgba(0,0,0,0.85);
  border-radius: 1rem;
  box-shadow: 0 4px 24px rgba(0,0,0,0.2);
  padding: 2rem 0;
}

.about-content {
  display: inline-block;
  vertical-align: top;
  width: 58%;
  color: #fff;
  text-align: left;
  padding-left: 2rem;
  font-size: 1rem;
}

.about-content h2 {
  color: #ffc107;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.about-content p {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.about-image {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  text-align: right;
  padding-left: 2rem;
}

.about-image img {
  max-width: 350px;
  width: 90%;
  border-radius: 1rem;
  box-shadow: 0 4px 24px rgba(0,0,0,0.5);
}

.mission-container {
 width: 90%;
  display: inline-block;
  font-size: 0;
  background: rgba(0,0,0,0.85);
  border-radius: 1rem;
  box-shadow: 0 4px 24px rgba(0,0,0,0.2);
  padding: 2rem 0;
}

.mission-content {
  display: inline-block;
  vertical-align: top;
  width: 58%;
  color: #fff;
  text-align: left;
  padding-left: 2rem;
  font-size: 1rem;
}

.mission-content h3 {
  color: #ffc107;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.mission-content p {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.mission-image {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  text-align: right;
  padding-left: 2rem;
}

.mission-image img {
  max-width: 350px;
  width: 90%;
  border-radius: 1rem;
  box-shadow: 0 4px 24px rgba(0,0,0,0.5);
}

@media (max-width: 900px) {
  .about-container, .mission-container {
    display: block;
    font-size: 1rem;
    text-align: center;
    padding: 1rem 0.5rem;
  }
  .about-content, .about-image, .mission-content, .mission-image {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0;
    margin-bottom: 1rem;
  }
  .about-image img, .mission-image img {
    margin: 0 auto;
  }
}
.intro-container {
    width: 90%;
  display: inline-block;
  font-size: 0;
  background: rgba(0,0,0,0.85);
  border-radius: 1rem;
  box-shadow: 0 4px 24px rgba(0,0,0,0.2);
  padding: 2rem 1rem;
}
.card img{
  height: 150px;
}

.intro-content {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  text-align: left;
  font-size: 1rem;
}

.intro-content h2 {
  color: #ffc107;
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}

.intro-content p {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  text-align: center;
}

.intro-content ul {
  list-style: disc inside;
  color: #ffc107;
  font-size: 1rem;
}
.fas fa-phone{
  color: #FFFFFF;
}

.intro-image {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  text-align: right;
  padding-left: 2rem;
}

.intro-image img {
  max-width: 350px;
  width: 90%;
  border-radius: 1rem;
  box-shadow: 0 4px 24px rgba(0,0,0,0.5);
}

@media (max-width: 900px) {
  .intro-container {
    display: block;
    font-size: 1rem;
    text-align: center;
    padding: 1rem 0.5rem;
  }
  .intro-content, .intro-image {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0;
    margin-bottom: 1rem;
  }
  .intro-image img {
    margin: 0 auto;
  }
}
.intro-content {
  display: inline-block;
  vertical-align: top;
  width: 58%;
  color: #fff;
  text-align: left;
  font-size: 1rem;
}

.intro-content h2 {
  color: #ffc107;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.intro-content p {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.intro-content ul {
  list-style: disc inside;
  color: #ffc107;
  font-size: 1rem;
}
/* Home Section Styles */

.home-section {
  width: 100%;
  background: rgba(0,0,0,0.85);
  padding: 3rem 0;
  text-align: center;
  margin: 0 auto;
}

.home-container,.about-container,.mission-container {
  width: 90%;
  display: inline-block;
  font-size: 0;
  background: rgba(0,0,0,0.85);
  border-radius: 1rem;
  box-shadow: 0 4px 24px rgba(0,0,0,0.2);
  padding: 2rem 1rem;
}

.home-image {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  text-align: left;
}

.home-image img {
  max-width: 350px;
  width: 90%;
  border-radius: 1rem;
  box-shadow: 0 4px 24px rgba(0,0,0,0.5);
}

.home-content {
  display: inline-block;
  vertical-align: top;
  width: 58%;
  color: #fff;
  text-align: left;
  padding-left: 2rem;
  font-size: 1rem;
}

.home-content h2 {
  color: #ffc107;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.home-content p {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.home-content ul {
  list-style: disc inside;
  color: #ffc107;
  font-size: 1rem;
}

@media (max-width: 900px) {
  .home-container {
    display: block;
    font-size: 1rem;
  }
  .intro-content{
    width: 100% !important;
  }
  .home-image, .home-content {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .home-image {
    margin-bottom: 1rem;
  }
  .home-content {
    text-align: center;
  }
  .home-section{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;

  }
}
      * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Chakra Petch', sans-serif;
    }

    body {
      background-color: #000;
      color: #fff;
      background-image: url('/mnt/data/1000297094.jpg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      min-height: 100vh;
      display: flex;
      flex-direction: column;
    }
    body ,html {
      overflow-x: hidden;
    }

    header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1rem 2rem;
      background-color: rgba(0, 0, 0, 0.8);
    }

    .logo img {
      width: 90px;
      height: 50px;
    }

    nav a {
      margin: 0 3rem;
      text-decoration: none;
      color: #ccc;
      font-weight: 500;
      transition: color 0.3s;
    }

    nav a:hover {
      color: #ffc107;
    }

    .main {
      text-align: center;
      padding: 4rem 2rem;
      flex-grow: 1;
    }

    .main h2 {
      font-size: 1.2rem;
      color: #ffc107;
      letter-spacing: 0.2rem;
      margin-bottom: 1rem;
    }

    .main h1 {
      font-size: 4rem;
      font-weight: 700;
      color: #ddd;
    }

    .main h3 {
      color: #ffc107;
      margin-top: 0.5rem;
      font-size: 1rem;
      letter-spacing: 0.3rem;
    }

    .car-image {
      margin: 3rem auto;
      max-width: 500px;
      width: 100%;
    }

    .chevrons {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 1rem;
    }

    .chevrons span {
      display: inline-block;
      width: 40px;
      height: 40px;
      background-color: #ffc107;
      clip-path: polygon(0 0, 100% 50%, 0 100%);
      animation: chevron-animation 1s infinite alternate;
    }

    .footer-text {
      color: #ffc107;
      font-size: 1rem;
      padding: 1rem;
      text-align: center;
    }

    @media (max-width: 768px) {
      .main h1 {
        font-size: 2.5rem;
      }
      .main h2, .main h3 {
        font-size: 1rem;
      }
      nav a {
        margin: 0 0.5rem;
        font-size: 0.9rem;
      }
    }

    /* Services Section Styles */

.services-section {
  text-align: center;
  padding: 5rem 2rem;
  background-size: cover;
  color: #fff;
}

.services-section h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #ddd;
}

.services-section p {
  color: #ccc;
  margin-top: 1rem;
  font-size: 1rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  align-items: stretch;
  margin-top: 32px;
}

.card {
  background: #222;
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  width: 220px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card img {
  max-width: 100%;
  height: auto;
  margin-bottom: 12px;
}

.card-info {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 8px;
}

.info-item {
  padding: 4px 10px;
  font-size: 0.95em;
}

.info-item::before {
  content: '\26FD';
}

.info-item.manual::before {
  content: '\1F6E0';
}

.info-item.price::before {
  content: '\20B9';
}

.info-item.seater::before {
  content: '\1F697';
}
.social-icons {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  justify-content: center;
}