
*{margin:0;padding:0;box-sizing:border-box;font-family:'Poppins',sans-serif}

/* TOP BAR */
.topbar{
background:#2d4fa3;
color:#fff;
padding:8px 0;
font-size:14px;
}
.topbar i{color:#ffc107;margin-right:5px}

/* NAVBAR */
.navbar{
padding:10px 0;
}
.navbar-brand{
font-weight:700;
font-size:24px;
}
.navbar-brand span{color:#f4b400}
.nav-link{
font-weight:500;
margin:0 10px;
}
.nav-link.active{
color:#2d4fa3;
border-bottom:3px solid #f4b400;
}

.btn-book{
background:#2d4fa3 !important;
color:#fff !important;
padding:10px 25px !important;
border-radius:30px !important;
font-weight:500 !important;
}
.btn-book:hover{
background:#ffd046 !important;
color:#000 !important;
}

/* HERO */
.hero{
position:relative;
height:85vh;
background:url('https://images.unsplash.com/photo-1580654843061-8c7d7c9a4b48') center/cover no-repeat;
}
.hero::before{
content:"";
position:absolute;
top:0;left:0;
width:100%;height:100%;
background:rgba(0,0,0,0.6);
}
.hero-content{
position:absolute;
top:50%;left:50%;
transform:translate(-50%,-50%);
text-align:center;
color:#fff;
}
.hero h1{
font-size:60px;
font-weight:700;
}
.hero p{
margin-top:10px;
font-size:18px;
}
.btn-yellow{
background:#ffd046;
border:none;
padding:12px 30px;
border-radius:30px;
font-weight:600;
margin-top:20px;
}
.btn-yellow:hover{
background:#234896;
color:#fff;
}

/* BOOKING STRIP */
.booking-strip{
background:#f4b400;
padding:40px;
margin-top:-50px;
position:relative;
z-index:5;
}
.booking-strip h2{
font-weight:700;
}

.form-control{
border-radius:5px;
}

.btn-dark{
border-radius:5px;
}

/* RESPONSIVE */
@media(max-width:768px){
.hero h1{font-size:32px}
.booking-strip{margin-top:0}
}

/* SECTION BACKGROUND */
.taxi-section {
  background: #f5f7fb;
  padding: 80px 0;
}

/* HEADING */
.taxi-heading p {
  color: #2d4fa3;
  font-weight: 500;
  margin-bottom: 5px;
}

.taxi-heading h2 {
  font-size: 42px;
  font-weight: 700;
}

/* FILTER FORM */
.filter-box input {
  border-radius: 30px;
  padding: 12px 20px;
  border: none;
  background: #eef1f6;
  font-size: 14px;
}

.filter-box button {
  border-radius: 30px;
  background: #2d4fa3;
  color: #fff;
  padding: 12px;
  font-weight: 500;
}

/* CARD DESIGN */
.taxi-card {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s;
  background: #fff;
}

.taxi-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* IMAGE */
.taxi-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* CARD BODY */
.taxi-card .card-body {
  padding: 20px;
}

.taxi-card small {
  color: #2d4fa3;
  font-weight: 500;
}

.taxi-card h5 {
  font-weight: 600;
  margin: 10px 0;
}

/* PRICE BUTTON */
.price-btn {
  background: #f4b400;
  border: none;
  padding: 8px 15px;
  font-size: 14px;
  margin-bottom: 15px;
}

/* FEATURES */
.taxi-features {
  font-size: 13px;
  color: #555;
}

.taxi-features i {
  color: #2d4fa3;
  margin-right: 5px;
}

/* BOTTOM BUTTONS */
.card-footer-btn {
  display: flex;
}

.card-footer-btn button {
  width: 50%;
  padding: 12px;
  border: none;
  font-size: 14px;
}

.btn-details {
  background: #f1f1f1;
}

/*.btn-book {
  background: #2d4fa3;
  color: #fff;
}*/

/* VIEW ALL BUTTON */
.view-all-btn {
  background: #f4b400;
  padding: 12px 40px;
  border-radius: 30px;
  border: none;
  font-weight: 600;
}

.card-img, .card-img-bottom, .card-img-top {
    height: 250px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .taxi-heading h2 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .filter-box .col-md-2,
  .filter-box .col-md-3,
  .filter-box .col-md-1 {
    width: 100%;
  }

  .taxi-card img {
    height: 180px;
  }
}

.btn-all-cars{
    font-weight: 600 !important;
    padding: 10px !important;
}
.btn-all-cars:hover{
background:#234896 !important;
border-color:#234896 !important;
color:#fff !important;
}


/* FORM */
.booking-form input,
.booking-form select {
  width: 100%;
  height: 50px;
  border-radius: 50px;
  border: none;
  background: #e9ecf2;
  padding: 0 25px;
  font-size: 15px;
  color: #555;
}

/* REMOVE DEFAULT SELECT STYLE */
.booking-form select {
  appearance: none;
  background-image: url(\"data:image/svg+xml;charset=UTF-8,%3Csvg fill='%23666' viewBox='0 0 20 20'%3E%3Cpath d='M5 7l5 5 5-5z'/%3E%3C/svg%3E\");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 15px;
}

/* BUTTON */
.booking-form button {
  width: 100%;
  height: 50px;
  border-radius: 50px;
  background: #2f4fa2;
  color: #fff;
  border: none;
  font-weight: 700;
  letter-spacing: 1px;
}
.booking-form button:hover{
   background: #ffd046; 
   color:#000;
}

/* PLACEHOLDER COLOR */
::placeholder {
  color: #999;
}

/* RESPONSIVE */
@media(max-width: 992px) {
  .heading h2 {
    font-size: 36px;
  }
}

.btn-light{
    background: #eef1f8 !important;
    border-radius: 100px 0px 0px 100px !important;
}    
.btn-book-now{    
    background: #2d4fa3 !important;
    color: #fff !important;
    padding: 10px 25px !important;
    border-radius: 0px 100px 100px 0px !important;
    font-weight: 500 !important;
}
.btn-book-now:hover{    
    background: #ffd046 !important;
    color: #000 !important;
}
.btn-light:hover{
    background: #000 !important;
    color: #fff !important;
}

/* SECTION */
.about-section {
  background: #f4f6fa;
  padding: 40px 0;
  /*padding:20px 0 0 0;*/
}

/* IMAGE */
.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CONTENT */
.about-content {
  padding: 50px;
}

/* HEADING */
.about-content h2 {
  font-size: 42px;
  font-weight: 800;
  color: #0a0f1c;
  line-height: 1.3;
}

.about-content span {
  color: #2f4fa2;
}

.highlight {
  color: #2f4fa2;
}

/* TEXT */
.about-content p {
  margin-top: 20px;
  color: #555;
  line-height: 1.7;
  font-size: 15px;
}

/* FEATURES */
.features {
  display: flex;
  gap: 40px;
  margin-top: 25px;
}

.features p {
  margin-bottom: 10px;
  font-size: 14px;
}

.features i {
  color: #2f4fa2;
  margin-right: 8px;
}

/* BUTTON */
.btn-book-aboutus {
  display: inline-block;
  margin-top: 25px;
  background: #2f4fa2;
  color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
}
.btn-book-aboutus:hover {
  background: #ffd046;
  color: #000;
}

/* RESPONSIVE */
@media(max-width: 992px) {
  .about-content {
    padding: 30px;
    /*text-align: center;*/
    margin-bottom: -83px;
  }

  .features {
    flex-direction: column;
    gap: 10px;
  }
}

@media(max-width: 768px) {
  .about-content h2 {
    font-size: 28px;
  }
}

/* TOP STRIP */
.footer-top {
  background: #f4c542;
  padding: 40px 0;
}

.footer-top h4 {
  font-weight: 600;
}

.footer-top span {
  color: #2f4fa2;
  font-weight: 700;
}

/* MAIN FOOTER */
.footer {
  background: #020b1c;
  color: #fff;
  padding: 40px 0;
}

.footer h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.footer h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.footer p {
  color: #ccc;
  font-size: 14px;
}

/* LOGO */
.footer-logo {
  width: 180px;
}

/* LIST */
.footer-list li {
  list-style: none;
  margin-bottom: 12px;
  color: #ccc;
  font-size: 14px;
}

.footer-list i {
  color: #ffd046;
  margin-right: 10px;
}

/* LINKS */
.footer-links li {
  list-style: none;
  margin-bottom: 12px;
  cursor: pointer;
  color: #ccc;
}

.footer-links li::before {
  content: "›";
  margin-right: 10px;
  color: #f4c542;
}
.footer-links a{
    text-decoration: none; 
    color: #ccc;
}
/* SUBSCRIBE */
.subscribe-box {
  display: flex;
  margin-top: 15px;
  border-radius: 50px;
  overflow: hidden;
}

.subscribe-box input {
  flex: 1;
  border: none;
  padding: 12px 20px;
  background: #e5e7ef;
}

.subscribe-box button {
  background: #2f4fa2;
  color: #fff;
  border: none;
  padding: 12px 20px;
}
.subscribe-box button:hover{
    background: #ffd046;
    color: #000;
}

/* SOCIAL */
.social i {
  margin-right: 10px;
  padding: 10px;
  /*background: #1a2238;*/
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
      width: 38px;
    text-align: center;
}

.fa-facebook-f{
    background: #234896;
}
.fa-twitter{
    background: #4aa1ec;
}
.fa-instagram{
    background: #e54555;
}
.fa-youtube{
    background: #bd342b;
}


/* COPYRIGHT */
.copyright {
  margin-top: 20px;
  font-size: 13px;
  color: #aaa;
}

/* RESPONSIVE */
@media(max-width:768px) {
  .footer {
    /*text-align: center;*/
  }
}



/* SECTION */
.taxi-services {
background: #f5f5f5;
padding: 40px 0;
}

/* HEADING */
.heading h2 {
font-weight: 700;
font-size: 32px;
}

.heading p {
color: #777;
margin-top: 5px;
}

/* ITEM */
.taxi-item {
display: flex;
align-items: center;
gap: 15px;
padding: 15px 0;
border-bottom: 1px solid #e5e5e5;
transition: 0.3s;
}

.taxi-item img {
width: 60px;
height: 60px;
border-radius: 10px;
object-fit: cover;
}

.taxi-item span {
font-size: 16px;
color: #333;
font-weight: 500;
}

.taxi-item:hover {
transform: translateX(5px);
color: #2d4fa3;
}

/* BUTTON */
.btn-explore {
background: #2d4fa3;
color: #fff;
padding: 12px 25px;
border-radius: 5px;
text-decoration: none;
display: inline-block;
font-weight: 500;
}

.btn-explore:hover {
background: #ffd046;
color:#000;
}

/* RESPONSIVE */
@media (max-width: 992px) {
.heading h2 {
font-size: 26px;
}
}

@media (max-width: 768px) {
.taxi-item {
padding: 12px 0;
}

.taxi-item img {
width: 50px;
height: 50px;
}

.taxi-item span {
font-size: 14px;
}
}


/* SECTION */
.tour-section {
background: #f5f5f5;
padding: 40px 0;
}

/* TITLE */
.tour-title {
font-size: 36px;
font-weight: 700;
}

/* CARD */
.tour-card {
transition: 0.3s;
}

.tour-card h5 {
margin-top: 15px;
font-size: 18px;
font-weight: 600;
color: #222;
line-height: 1.4;
}

/* IMAGE */
.tour-img {
position: relative;
overflow: hidden;
border-radius: 20px;
}

.tour-img img {
width: 100%;
height: 220px;
object-fit: cover;
transition: 0.4s;
}

/* HOVER ZOOM */
.tour-card:hover img {
transform: scale(1.05);
}

/* TAG */
.tour-tag {
position: absolute;
bottom: 15px;
left: 15px;
background: rgba(0,0,0,0.7);
color: #fff;
padding: 6px 14px;
border-radius: 30px;
font-size: 13px;
}

.tour-tag i {
margin-right: 5px;
}

/* BUTTON */
.btn-tour {
background: #2d4fa3;
color: #fff;
padding: 14px 35px;
border-radius: 10px;
text-decoration: none;
font-weight: 600;
display: inline-block;
transition: 0.3s;
}

.btn-tour:hover {
opacity: 0.9;
background: #ffd046;
color:#000;
}

/* RESPONSIVE */
@media (max-width: 992px) {
.tour-title {
font-size: 28px;
}
}

@media (max-width: 768px) {
.tour-img img {
height: 200px;
}

.tour-card h5 {
font-size: 16px;
}
}


.testimonial-section {
  background: #f5f5f5;
  padding: 40px 0;
}

.testimonial-section h2 {
  font-size: 36px;
  font-weight: 700;
}

.subtitle {
  color: #777;
  margin-bottom: 40px;
}

/* WRAPPER */
.testimonial-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* CARD */
.testimonial-card {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  max-width: 700px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

/* IMAGE */
.user-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 15px;
}

/* STARS */
.stars {
  color: #f4c542;
  font-size: 20px;
  margin-bottom: 15px;
}

/* REVIEW */
.review {
  font-size: 18px;
  color: #666;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* NAME */
.testimonial-card h5 {
  font-weight: 600;
}

/* ROLE */
.testimonial-card span {
  color: #777;
  font-size: 14px;
}

/* ARROWS */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 30px;
  color: #aaa;
  cursor: pointer;
}

.arrow.left {
  left: -50px;
  color:#2d4fa3;
}

.arrow.right {
  right: -50px;
  color:#2d4fa3;
}

/* RESPONSIVE */
@media(max-width:768px) {
  .testimonial-card {
    padding: 25px;
  }

  .review {
    font-size: 16px;
  }

  .arrow.left {
    left: 0;
  }

  .arrow.right {
    right: 0;
  }
}

/* DOTS */
.dots {
  margin-top: 20px;
  text-align: center;
}

.dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.dots span.active {
  /*background: #2f4fa2;*/
  background:black;
  /*width: 25px;*/
  border-radius: 20px;
}


/* SECTION */
.why-section {
  background: #f7f7f9;
  padding: 40px 0;
  /*font-family: 'Poppins', sans-serif;*/
  text-align: center;
}

/* TITLE */
.section-title {
  font-size: 34px;
  font-weight: 700;
  /*color: #4a4ad4;*/
  margin-bottom: 40px;
}

/* CARD */
.why-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
  transition: 0.3s;
}

.why-card:hover {
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transform: translateY(-5px);
}

/* ICON */
.icon {
  font-size: 30px;
  margin-bottom: 15px;
}

/* COLORS */
.purple { color: #2d4fa3; }
.green { color: #ffd046; }
.red { color: #e74c3c; }
.yellow { color: #f4b400; }
.gray { color: #888; }
.black { color: #000; }
.blue { color: #2f80ed; }
.orange { color: #ff7a00; }

/* TEXT */
.why-card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.why-card p {
  color: #777;
  font-size: 14px;
  line-height: 1.6;
}

/* MOBILE */
@media(max-width:768px) {
  .section-title {
    font-size: 26px;
  }

  .why-card {
    padding: 20px;
  }
}
