.taxopark-section {
  background: #fff;
}

.branch-list .branch-item:hover {
  background: #f8f9fa;
  transition: 0.3s ease;
  cursor: pointer;
}

.branch-item h5 {
  margin-bottom: 4px;
}

.branch-item button {
  width: 35px;
  height: 35px;
  font-weight: bold;
  border-radius: 50%;
  border: 1px solid #ddd;
}
.map-container iframe {
  border-radius: 10px;
}
.history-section {
  background: #f9f9f9;
}

.history-section h2 {
  font-size: 2.5rem;
  color: #000;
}

.history-section p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
}
.drivers-feedback h2 {
  font-size: 2.2rem;
  text-align: left;
}

.video-thumb {
  position: relative;
  width: 150px;
  height: 90px;
  overflow: hidden;
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.video-time {
  position: absolute;
  bottom: 5px;
  right: 8px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
}

.quote {
  font-size: 1.1rem;
  font-style: italic;
  color: #222;
}

.rating-box {
  text-align: center;
  margin-top: 40px;
}

.rating-box h4 {
  font-size: 2rem;
  color: #ff9800;
  font-weight: bold;
}

.rating-box p {
  color: #555;
}
