section {
  background: #fff;
}

h1 {
  font-size: 48px;
  line-height: 1.2;
}

.text-warning {
  color: #ffcc00 !important;
}

.btn-danger {
  background: #d9534f;
  border: none;
  padding: 15px 30px;
  font-size: 18px;
  transition: 0.3s ease-in-out;
}

.btn-danger:hover {
  background: #c9302c;
}

img {
  max-width: 90%;
  height: auto;
}
.driver-reviews {
  width: 100%;
  padding: 60px;
  background: #f7f7f7;
  font-family: Arial, sans-serif;
}

.slider-container {
  position: relative;
  overflow: hidden;
}

.slide {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.slide.active {
  display: grid;
}

.review-text h2 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
}

.review-text p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.author {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #777;
}

.slide-number {
  font-size: 32px;
  color: #ffcc00;
  margin-top: 20px;
}

.nav-buttons {
  margin-top: 15px;
}

.nav-buttons button {
  padding: 10px 15px;
  font-size: 18px;
  border
}
.faq-section {
  width: 80%;
  margin: 50px auto;
  font-family: Arial, sans-serif;
}

.faq-section h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 10px 0;
}

.faq-icon {
  font-size: 24px;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  font-size: 18px;
  color: #444;
  line-height: 1.6;
  padding: 0;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 10px 0;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}
/* Asosiy bo‘lim */
.promo-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background: #f8c71c; /* sariq fon */
  color: #000;
  gap: 20px;
}

/* Chap tarafdagi matn */
.promo-content {
  flex: 1;
}

.promo-content h1 {
  font-size: 64px;
  line-height: 1.1;
  margin-bottom: 20px;
  font-weight: bold;
}

.promo-content p {
  font-size: 22px;
  margin-bottom: 30px;
}

/* Tugma */
.promo-btn {
  background: #000;
  color: #fff;
  padding: 15px 30px;
  font-size: 18px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.promo-btn:hover {
  background: #222;
}

/* O'ng tarafdagi mashina rasmi */
.promo-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.promo-image img {
  width: 100%;
  max-width: 600px;
}

/* Mobilga moslashuv */
@media (max-width: 992px) {
  .promo-section {
    flex-direction: column;
    text-align: center;
  }

  .promo-content h1 {
    font-size: 42px;
  }

  .promo-image img {
    max-width: 400px;
  }
}
.conditions-section {
  background: #fff; /* oq fon */
  padding: 80px 10%;
}

.conditions-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

/* Chap tarafdagi sarlavha */
.conditions-left h1 {
  font-size: 64px;
  line-height: 1.2;
  font-weight: bold;
  max-width: 600px;
}

/* O'ng tarafdagi matn */
.conditions-right p {
  font-size: 20px;
  line-height: 1.6;
  max-width: 400px;
}

/* Responsiv */
@media (max-width: 992px) {
  .conditions-container {
    flex-direction: column;
  }
  .conditions-left h1 {
    font-size: 42px;
  }
  .conditions-right p {
    font-size: 18px;
  }
}
.requirements-section {
  background: #fff;
}

.requirements-section h3 {
  font-size: 26px;
}

.requirements-section ul li {
  position: relative;
  padding-left: 20px;
  color: #000;
}

.requirements-section ul li::before {
  content: "•";
  color: red;
  font-weight: bold;
  position: absolute;
  left: 0;
}
