.driver-hero h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.driver-hero p.lead {
  font-size: 1.2rem;
  color: #444;
}

.driver-hero .btn-danger {
  background: #e40000;
  font-weight: bold;
  border: none;
  padding: 15px 30px;
}

.carousel-caption {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: rgba(0,0,0,0.5);
  padding: 20px;
  border-radius: 6px;
  text-align: left;
}
.carousel-caption h4 {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 5px;
}
.carousel-caption p {
  font-size: 1rem;
  color: #ddd;
  margin: 0;
}
.slider-count {
  display: inline-block;
  background: rgba(255,255,255,0.2);
  padding: 4px 10px;
  margin-bottom: 10px;
  font-size: 0.9rem;
  color: #fff;
  border-left: 3px solid #ffcc00;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(100%);
  width: 40px;
  height: 40px;
}
.income-section {
  background: #f9f9f9;
}

.income-section h2 {
  font-size: 2.5rem;
  line-height: 1.2;
}

.income-section .lead {
  font-size: 1.2rem;
  color: #333;
}

.income-item {
  border-top: 2px solid #000;
  padding-top: 15px;
  position: relative;
}

.income-num {
  position: absolute;
  top: -15px;
  left: -10px;
  background: #f9f9f9;
  padding: 0 10px;
  color: #ffcc00;
  font-weight: bold;
}

.income-item h5 {
  margin-top: 20px;
  font-size: 1.2rem;
}

.income-item p {
  font-size: 0.95rem;
  color: #555;
}
.car-card {
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
  transition: all 0.3s ease;
  height: 100%;
}
.car-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transform: translateY(-5px);
}
.car-card h5 {
  font-size: 1.2rem;
  margin-top: 10px;
}
.nav-pills .nav-link.active {
  background: #000;
  color: #fff;
}
.nav-pills .nav-link {
  color: #555;
  margin: 0 5px;
}
.special-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.special-top {
  background: #000;
  color: #fff;
  padding: 30px 20px;
  flex: 1;
}

.special-top .dot {
  width: 8px;
  height: 8px;
  background: #ffcc00;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 10px;
}

.special-top h4 {
  color: #ffcc00;
  margin: 10px 0;
}

.special-bottom {
  display: flex;
  height: 80px;
}

.special-bottom .bottom-left {
  background: #e53935; /* Qizil */
  color: #fff;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.special-bottom .bottom-right {
  background: #ffcc00; /* Sariq */
  color: #000;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
}
.repair-section {
  background: #f8f9fa;
  padding: 60px 0;
}

.repair-section p {
  font-size: 1.2rem;
  line-height: 1.6;
}

.small-img img {
  max-width: 300px;
  display: block;
}
.tabs-section {
  background: #f9f9f9;
  padding: 50px;
  font-family: Arial, sans-serif;
}

.tabs-header {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.tab-btn {
  background: none;
  border: none;
  font-size: 18px;
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
}

.tab-btn.active {
  border-bottom: 3px solid red;
  font-weight: bold;
  color: #000;
}

.tabs-content {
  display: flex;
  flex-direction: column;
}

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

.tab-pane.active {
  display: grid;
}

.tab-left h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}

.tab-left .highlight {
  color: red;
}

.tab-left ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.tab-left ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.tab-left ul li::before {
  content: "•";
  color: red;
  font-size: 20px;
  position: absolute;
  left: 0;
}

.primary-btn {
  background: #000;
  color: #fff;
  padding: 12px 30px;
  border: none;
  font-weight: bold;
  cursor: pointer;
  margin-top: 20px;
}

.tab-right {
  text-align: center;
}

.tab-right img {
  max-width: 150px;
  margin-bottom: 15px;
}

.big-logo {
  font-size: 22px;
  font-weight: bold;
}
.rental-terms {
  padding: 60px 20px;
  background: #fff;
  font-family: Arial, sans-serif;
}

.section-title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
}

.terms-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.terms-box {
  background: #fff;
  padding: 20px;
}

.terms-box .icon {
  text-align: left;
  margin-bottom: 15px;
}

.terms-box h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.terms-box ul {
  list-style: none;
  padding: 0;
}

.terms-box ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.5;
}

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

.btn-yellow {
  background: #ffcc00;
  color: #000;
  border: none;
  padding: 12px 25px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 20px;
}

.btn-yellow:hover {
  background: #ffdb4d;
}

@media (max-width: 992px) {
  .terms-grid {
    grid-template-columns: 1fr;
  }
}
/* Umumiy bo‘lim uslubi */
section.py-5 {
  background: #f9f9f9;
}

.display-4 {
  text-transform: capitalize;
  letter-spacing: -0.5px;
}

/* Tanlash tugmalari */
.selector-btn {
  min-width: 50px;
  font-weight: bold;
  border-radius: 8px;
  transition: 0.2s ease;
}

.selector-btn:hover {
  background: #ffdd55;
  color: #000;
  transform: scale(1.05);
}

.active-btn {
  background: #ffcc00 !important;
  color: #000 !important;
  border-color: #ffcc00 !important;
  box-shadow: 0 0 8px rgba(255, 204, 0, 0.6);
}

/* Natija bloklari */
.col-md-6.d-flex .w-50 {
  border-radius: 8px;
  text-align: center;
}

.bg-warning.text-black {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.bg-black.text-white {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

/* Daromad summasi */
#eco-income,
#comfort-income {
  font-size: 28px;
  margin-top: 5px;
  color: #fff;
}

/* Kamfort sariq blokdagi daromad qora bo‘lishi kerak */
.bg-warning #eco-income {
  color: #000;
}

/* Kichik matn */
.text-muted.small {
  font-size: 13px;
  text-align: center;
  margin-top: 25px;
}

/* Kalkulyator tugmasi */
.btn-warning.fw-bold {
  font-size: 16px;
  border-radius: 8px;
  transition: 0.3s;
}

.btn-warning.fw-bold:hover {
  background: #ffdb4d;
  color: #000;
}

/* Mobil uchun moslashtirish */
@media (max-width: 768px) {
  .col-md-6.d-flex {
    flex-direction: column;
  }
  .col-md-6.d-flex .w-50 {
    width: 100% !important;
    border-radius: 12px !important;
    margin-bottom: 10px;
  }
}
