/* ===== RESET ===== */
body {
  font-family: 'Poppins', sans-serif;
}

/* ===== TOP BAR ===== */
.top-bar {
  background: #f7c600;
  color: #000;
  font-size: 14px;
}

.top-bar a {
  color: #000;
  margin-left: 10px;
}

/* ===== MAIN HEADER ===== */
.main-header {
  background: #000;
  padding: 12px 0;
}

.navbar-brand span {
  color: #f7c600;
}

.nav-link {
  color: #fff !important;
  font-weight: 500;
  margin: 0 8px;
}

.nav-link:hover,
.nav-link.active {
  color: #f7c600 !important;
}

/* ===== BOOK BUTTON ===== */
.book-btn {
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 30px;
}
.hero-slider {
  position: relative;
}

.hero-slider img {
  height: 85vh;
  object-fit: cover;
}

.carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  text-align: left;
}

.carousel-caption h6 {
  color: #ffc107;
  letter-spacing: 2px;
  font-weight: 600;
}

.carousel-caption h1 {
  font-size: 48px;
  font-weight: 700;
}

.carousel-caption h1 span {
  color: #ffc107;
}

.carousel-caption p {
  font-size: 18px;
  margin: 15px 0 25px;
}

.hero-btns .btn {
  padding: 12px 25px;
  margin-right: 10px;
  border-radius: 30px;
}

/* MOBILE */
@media (max-width: 768px) {
  .carousel-caption {
    text-align: center;
  }
  .carousel-caption h1 {
    font-size: 32px;
  }
  .hero-slider img {
    height: 60vh;
  }
}
.search-taxi {
  background: #f7f7f7;
  padding: 40px 0;
}

.search-box {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
}

.search-box h4 {
  font-weight: 600;
}

.search-box input {
  height: 50px;
  font-size: 15px;
}

.search-box .btn {
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
}
.booking-form {
  padding: 60px 0;
  background: #f7f7f7;
}

.form-box {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
}

.form-control {
  height: 48px;
}

.btn-warning {
  font-weight: 600;
  border-radius: 30px;
}
.about-section {
  background: #fff;
}

.sub-title {
  color: #f7c600;
  font-weight: 600;
  letter-spacing: 2px;
}

.about-section h2 {
  font-size: 36px;
  font-weight: 700;
}

.about-section h2 span {
  color: #f7c600;
}

.about-section p {
  color: #555;
  line-height: 1.7;
}

.about-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.about-list li {
  margin-bottom: 10px;
  font-weight: 500;
}

/* IMAGE + BADGE */
.about-img {
  position: relative;
  text-align: center;
}

.about-img img {
  max-width: 100%;
  border-radius: 15px;
}

.experience-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #000;
  color: #fff;
  padding: 15px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.experience-badge {
  border: 5px solid #f7c600;
}
.why-choose-us h2 span { color:#f7c600; }
.why-box {
  background:#fff;
  padding:30px;
  border-radius:12px;
  text-align:center;
  box-shadow:0 5px 20px rgba(0,0,0,.08);
}
.why-box i {
  font-size:40px;
  color:#f7c600;
  margin-bottom:15px;
}
.services-section h2 span { color:#f7c600; }
.service-card {
  background:#fff;
  padding:25px;
  border-radius:12px;
  text-align:center;
}
.service-card i {
  font-size:36px;
  color:#000;
  margin-bottom:15px;
}
.taxi-price-section {
  background:#f8f8f8;
  border-top:6px dashed #000;
}

.price-subtitle {
  color:#f7c600;
  font-weight:600;
  letter-spacing:2px;
}

.price-card {
  background:#fff;
  border-radius:15px;
  text-align:center;
  padding-top:20px;
  box-shadow:0 10px 30px rgba(0,0,0,.1);
  transition:.3s;
}

.price-card.active {
  transform: scale(1.05);
  border:2px solid #f7c600;
}

.price-img {
  max-width:160px;
  margin-bottom:15px;
}

.price-card h5 {
  font-weight:700;
  margin-bottom:15px;
}

.price-body {
  background:#111;
  color:#fff;
  padding:25px;
  border-radius:0 0 15px 15px;
}

.price-body ul {
  list-style:none;
  padding:0;
  margin-bottom:20px;
}

.price-body ul li {
  display:flex;
  justify-content:space-between;
  margin-bottom:10px;
  font-size:14px;
}

.price-body ul li span {
  color:#f7c600;
  font-weight:600;
}
.stats-section {
  padding: 60px 0;
  background: #111;
}

.stats-box {
  background: linear-gradient(135deg, #1c1c1c, #000);
  border-radius: 20px;
  padding: 40px 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,.5);
}

.stat-item {
  color: #fff;
}

.icon-circle {
  width: 70px;
  height: 70px;
  background: #f7c600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.icon-circle i {
  font-size: 28px;
  color: #000;
}

.stat-item h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 5px;
}

.stat-item p {
  font-size: 15px;
  color: #ddd;
}

/* Mobile */
@media(max-width:768px){
  .stat-item {
    margin-bottom: 25px;
  }
}
.faq-section {
  background: #f9f9f9;
}

.faq-tag {
  color: #f7c600;
  font-weight: 600;
  letter-spacing: 2px;
}

.faq-section h2 span {
  color: #f7c600;
}

.accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}

.accordion-button {
  font-weight: 600;
  background: #fff;
}

.accordion-button:not(.collapsed) {
  background: #f7c600;
  color: #000;
}

.accordion-body {
  background: #fff;
  color: #555;
}
/* MAIN FOOTER */
.taxi-footer-modern{
  background: linear-gradient(180deg,#111,#000);
  color:#cfcfcf;
  font-size:14px;
}

/* CHECKER STRIP */
.checker-strip-modern{
  height:12px;
  background: repeating-linear-gradient(
    90deg,
    #f7c600 0,
    #f7c600 14px,
    #000 14px,
    #000 28px
  );
}

/* CONTENT */
.footer-content{
  padding:70px 0 50px;
}

.footer-logo{
  color:#fff;
  font-weight:800;
}
.footer-logo span{
  color:#f7c600;
}

.footer-title{
  color:#fff;
  font-weight:600;
  margin-bottom:15px;
  position:relative;
}
.footer-title::after{
  content:'';
  width:35px;
  height:3px;
  background:#f7c600;
  position:absolute;
  bottom:-6px;
  left:0;
}

.footer-desc{
  margin:15px 0;
  line-height:1.7;
}
.footer-desc-sm{
  font-size:13px;
  margin-bottom:12px;
}

/* LINKS */
.footer-links{
  list-style:none;
  padding:0;
}
.footer-links li{
  margin-bottom:8px;
}
.footer-links a{
  color:#cfcfcf;
  text-decoration:none;
  transition:.3s;
}
.footer-links a:hover{
  color:#f7c600;
  padding-left:5px;
}

/* CONTACT */
.footer-contact{
  list-style:none;
  padding:0;
}
.footer-contact li{
  margin-bottom:8px;
}

/* NEWSLETTER */
.newsletter-modern input{
  width:100%;
  padding:12px 14px;
  border:none;
  border-radius:30px;
  margin-bottom:10px;
}
.newsletter-modern button{
  width:100%;
  background:#f7c600;
  border:none;
  padding:12px;
  border-radius:30px;
  font-weight:700;
  transition:.3s;
}
.newsletter-modern button:hover{
  background:#ffd633;
}

/* BOTTOM */
.footer-bottom-modern{
  border-top:1px solid #222;
  padding:20px 0 10px;
}

.bottom-flex{
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
}

/* SOCIAL */
.footer-social-modern a{
  width:36px;
  height:36px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#111;
  border:1px solid #f7c600;
  border-radius:50%;
  color:#f7c600;
  margin-left:8px;
  transition:.3s;
}
.footer-social-modern a:hover{
  background:#f7c600;
  color:#000;
}

/* JOBOO CREDIT */
.joboo-credit{
  text-align:center;
  font-size:13px;
  margin-top:8px;
}
.joboo-credit a{
  color:#f7c600;
  font-weight:600;
  text-decoration:none;
}
/* Desktop Floating */
.floating-actions{
  position:fixed; right:20px; bottom:20px; z-index:9999;
}
.floating-actions a{
  width:52px; height:52px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  margin-top:10px; color:#fff; font-size:24px;
  box-shadow:0 10px 30px rgba(0,0,0,.4);
}
.floating-actions .wa{ background:#25D366; }
.floating-actions .call{ background:#f7c600; color:#000; }

/* Mobile Bottom Bar */
.mobile-bar{
  display:none;
  position:fixed; bottom:0; left:0; width:100%;
  background:#000; z-index:9999;
  border-top:3px solid #f7c600;
}
.mobile-bar a{
  width:50%; padding:14px 0; text-align:center;
  color:#fff; font-weight:700; text-decoration:none;
}
.mobile-bar a:first-child{ background:#111; }
.mobile-bar a:last-child{ background:#25D366; }

/* Responsive */
@media(max-width:768px){
  .floating-actions{ display:none; }
  .mobile-bar{ display:flex; }
}
.about-hero{
  background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),
  url('../images/contact-banner.jpg') center/cover no-repeat;
  padding:90px 0;
  color:#fff;
}
.about-hero span{ color:#f7c600; }
.mv-box{
  background:#fff;
  padding:30px;
  border-radius:15px;
  box-shadow:0 10px 30px rgba(0,0,0,.1);
}
.mv-box i{
  font-size:36px;
  color:#f7c600;
  margin-bottom:10px;
}
.about-cta{
  background:#f7c600;
  padding:60px 0;
}
.about-cta h2{ font-weight:800; }
.service-hero{
  background:linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)),
  url('../images/contact-banner.jpg') center/cover no-repeat;
  padding:90px 0;
  color:#fff;
}
.service-hero span{ color:#f7c600; }
.service-box{
  background:#fff;
  padding:30px;
  text-align:center;
  border-radius:15px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  transition:.3s;
}
.service-box:hover{
  transform:translateY(-8px);
}
.service-box i{
  font-size:40px;
  color:#f7c600;
  margin-bottom:15px;
}
.work-step{
  background:#111;
  color:#fff;
  padding:25px;
  border-radius:15px;
}
.work-step span{
  display:inline-block;
  background:#f7c600;
  color:#000;
  font-weight:800;
  width:40px;
  height:40px;
  line-height:40px;
  border-radius:50%;
  margin-bottom:10px;
}
.service-cta{
  background:#f7c600;
  padding:60px 0;
}
.cabs-hero{
  background:linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)),
  url('../images/contact-banner.jpg') center/cover no-repeat;
  padding:90px 0;
  color:#fff;
}
.cabs-hero span{ color:#f7c600; }
.cab-card{
  background:#fff;
  border-radius:18px;
  padding:25px;
  text-align:center;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  transition:.3s;
}
.cab-card:hover{
  transform:translateY(-8px);
}
.cab-card img{
  max-width:100%;
  height:160px;
  object-fit:contain;
  margin-bottom:15px;
}
.cab-card h5{
  font-weight:700;
}
.cab-card ul{
  list-style:none;
  padding:0;
  margin:15px 0;
}
.cab-card ul li{
  font-size:14px;
  margin-bottom:6px;
}
.cab-card.featured{
  border:2px solid #f7c600;
}
.contact-hero{
  background:linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)),
  url('../images/contact-banner.jpg') center/cover no-repeat;
  padding:90px 0;
  color:#fff;
}
.contact-hero span{ color:#f7c600; }
.info-box{
  background:#fff;
  padding:30px;
  border-radius:15px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
}
.info-box i{
  font-size:36px;
  color:#f7c600;
  margin-bottom:10px;
}
.info-box a{
  color:#000;
  text-decoration:none;
  font-weight:600;
}
.contact-form-box{
  background:#fff;
  padding:30px;
  border-radius:15px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
}
.contact-form-box h3{
  margin-bottom:20px;
}
.map-box iframe{
  width:100%;
  height:100%;
  min-height:380px;
  border-radius:15px;
  border:0;
}
.contact-cta{
  background:#f7c600;
  padding:60px 0;
}
.contact-cta h2{
  font-weight:800;
}
