    .top-bar {
      /*background: #1c1f4a;*/
      background:#ed9115;
      color: #fff;
      font-size: 14px;
      padding: 8px 0;
    }

    .top-bar i {
      margin-right: 6px;
    }

    .divider {
      margin: 0 15px;
      border-left: 1px solid rgba(255, 255, 255, 0.3);
      height: 14px;
      display: inline-block;
    }

    /* Navbar */
    /* .navbar {
      padding: 15px 0;
    } */
     .navbar {
      /* padding: 15px 0; */
         padding-top: 4px;
          padding-bottom: 0px;
      }


    .navbar-brand img {
      height: 66px;
    }

    .nav-link {
      font-weight: 500;
      margin: 0 10px;
      color: #1c1f4a !important;
    }

    .btn-book {
      background: #1c1f4a;
      color: #fff;
      padding: 8px 20px;
      border-radius: 5px;
    }

    /* HERO SECTION */
    .hero {
      position: relative;
      height: 500px;
      background: url('https://www.lalubhaitaxiservice.com/wp-content/uploads/2025/03/Untitled-design-15.webp') center/cover no-repeat;
      display: flex;
      align-items: center;
    }

    .hero::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.55);
    }

    .hero-content {
      position: relative;
      color: #fff;
      max-width: 650px;
      margin-left: 0;
      padding-left: 60px;
      /* proper left spacing like screenshot */
      text-align: left;
    }

    .hero-content h1 {
      font-size: 31px;
      font-weight: 700;
      margin-bottom: 15px;
    }

    .hero-content p {
      font-size: 16px;
      line-height: 1.7;
    }



    /* RESPONSIVE */
    @media (max-width: 991px) {
      .hero {
        height: auto;
        padding: 80px 0;
      }

      .hero-content {
        padding-left: 20px;
        max-width: 100%;
      }

      .hero-content h1 {
        font-size: 30px;
      }

      .col-lg-4.position-relative>div {
        position: static !important;
        margin-top: 30px;
      }
    }

    @media (max-width: 576px) {
      .hero-content h1 {
        font-size: 24px;
      }

      .hero-content p {
        font-size: 14px;
      }
    }

    /* ABOUT SECTION */
    section h2 {
      font-size: 32px;
    }

    @media (max-width: 991px) {
      section h2 {
        font-size: 26px;
      }
    }

    .car-section {
      background: #eef1f5;
      padding: 60px 0;
    }

    /* CARD */
    .car-card {
      background: #dfe3ea;
      padding: 15px;
      border-radius: 10px;
      text-align: center;
      border: 2px solid #e5e5e5;
      transition: 0.3s;
      height: 100%;
    }

    .car-img {
      background: #f5f6f8;
      padding: 10px;
      border-radius: 6px;
    }

    .car-img img {
      width: 100%;
    }

    /* TITLE */
    .car-card h4 {
      font-size: 22px;
      font-weight: 700;
      color: #1c1f4a;
      margin: 15px 0;
    }

    /* LIST */
    .car-card ul {
      list-style: none;
      padding: 0;
      text-align: left;
      font-size: 15px;
      color: #1c1f4a;
    }

    .car-card ul li {
      margin-bottom: 8px;
      padding-left: 22px;
      position: relative;
    }

    /* ICON (car icon style) */
    .car-card ul li::before {
      /* content: "\\f1b9"; */
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      position: absolute;
      left: 0;
      color: #1c1f4a;
      font-size: 12px;
    }

    /* BUTTON */
    .btn-book {
      /*background: #2d5c9b;*/
      background:#ed9115;
      color: #fff;
      border: none;
      padding: 8px 20px;
      border-radius: 4px;
      font-size: 14px;
      margin-top: 10px;
    }

    .btn-book:hover {
      background: #1c1f4a;
    }

    svg {
      width: 17px;
      margin-top: -3px;
    }

    .book-box {
      background: #1f1f5c;
      border-radius: 8px;
      padding: 50px 30px;
      text-align: center;
      color: #fff;
    }

    /* CIRCLE ICON */
    .icon-circle {
      width: 90px;
      height: 90px;
      background: #e6e6e6;
      border-radius: 50%;
      margin: 0 auto 25px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .icon-circle svg {
      width: 35px;
      height: 35px;
      fill: white;
    }

    /* TEXT */
    .book-box h3 {
      font-size: 28px;
      line-height: 1.4;
      font-weight: 600;
      margin-bottom: 30px;
    }

    /* BUTTON */
    .call-btn {
      display: inline-block;
      border: 2px solid #fff;
      padding: 12px 25px;
      color: #fff;
      text-decoration: none;
      border-radius: 6px;
      font-size: 18px;
      font-weight: 600;
    }

    .cab-fleet {
      margin-top: 10px;
    }

    /* HOVER */
    .call-btn:hover {
      background: #fff;
      color: #1f1f5c;
    }


    .section-wrap {
      padding: 60px 0;
    }

    .sub-title {
      color: #ed9115;
      font-weight: 500;
    }

    .main-title {
      font-size: 32px;
      font-weight: 700;
      margin: 10px 0 20px;
    }

    .text-content p {
      color: #555;
      line-height: 1.7;
    }

    .feature-box {
      display: flex;
      margin-bottom: 20px;
      background: #fff;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    }

    .icon-box {
      width: 90px;
      min-width: 141px;
      background: #ed9115;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 28px;
    }

    .section-wrap {
      padding: 70px 0;
    }

    /*.sub-title {*/
    /*  color: #3b5ea7;*/
    /*  font-size: 14px;*/
    /*  margin-bottom: 10px;*/
    /*}*/

    .main-title {
      font-size: 34px;
      font-weight: 700;
      margin-bottom: 20px;
      line-height: 1.3;
    }

    .text-content p {
      color: #444;
      line-height: 1.8;
      margin-bottom: 15px;
    }

    /* RIGHT SIDE */
    .feature-box {
      display: flex;
      align-items: stretch;
      margin-bottom: 18px;
    }

    .icon-box {
      width: 110px;
      min-width: 141px;
      background: #ed9115;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .icon-box i {
      color: #fff;
      font-size: 30px;
    }

    .feature-content {
      background: #fff;
      padding: 18px 20px;
      flex: 1;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
    }

    .feature-content h5 {
      font-size: 23px;
      font-weight: 700;
      margin-bottom: 6px;
    }

    .feature-content p {
      margin: 0;
      color: #555;
      font-size: 18px;
    }

    @media(max-width:768px) {
      .main-title {
        font-size: 26px;
      }
      .b_engine
      {
        width:100% !important;
      }
    }

    .section-bg {
      background: #EEF1F8;
      padding: 60px 0;
    }

    .section-title {
      text-align: center;
      font-size: 34px;
      font-weight: 700;
      color: #ed9115;
      margin-bottom: 50px;
    }

    .service-box {
      background: #fff;
      padding: 30px 25px;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
      transition: 0.3s;
      height: 100%;
    }

    .service-box:hover {
      transform: translateY(-5px);
    }

    .icon-circle {
      width: 70px;
      height: 70px;
      background: #2f5ea7;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px;
    }

    .icon-circle i {
      color: #fff;
      font-size: 24px;
    }

    .service-box h5 {
      font-weight: 700;
      color: #1d2d5a;
      margin-bottom: 10px;
    }

    .service-box p {
      font-size: 14px;
      color: #555;
      line-height: 1.7;
    }

    .article-section {
      background: #ffffff;
      padding: 60px 0;
    }

    .article-box {
      max-width: 900px;
      margin: auto;
    }

    .article-title {
      font-size: 26px;
      font-weight: 700;
      margin-bottom: 20px;
      margin-top: -32px;
    }

    .article-title span {
      color: #ed9115;
    }

    .article-box p {
      font-size: 15px;
      color: #333;
      line-height: 1.8;
      margin-bottom: 12px;
    }

    /* .divider {
    border-top:1px solid #ccc;
    margin:25px 0;
} */

    .sub-heading {
      font-size: 26px;
      font-weight: 700;
      margin-bottom: 15px;
    }

    @media(max-width:768px) {
      .article-title {
        font-size: 24px;
      }

      .sub-heading {
        font-size: 20px;
      }
    }

    .routes-section{
    background:#ffffff;
    padding:60px 0;
}

.section-title_route{
    text-align:center;
    font-size:32px;
    font-weight:700;
    color:#ed9115;
    margin-bottom: 18px;
}

.route-list{
    list-style:none;
    padding:0;
    margin:0;
}

.route-list li{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:10px 0;
    border-bottom:1px dashed #999;
    font-size:16px;
}

.route-left{
    display:flex;
    align-items:center;
    gap:10px;
}

.route-left i{
    font-size:14px;
    color:#000;
}

@media(max-width:768px){
    .section-title{font-size:24px;}
}
.cta-section{
    background:#ed9115;
    padding:53px 0;
}

.cta-wrapper{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}

.cta-text{
    font-size:28px;
    font-weight:600;
    color:#0b1d4a;
}

.cta-call{
    background:#ed9115;
    border:2px solid #000;
    padding:10px 20px;
    border-radius:5px;
    display:flex;
    align-items:center;
    gap:10px;
    font-size:20px;
    font-weight:600;
}

.cta-call i{
    font-size:18px;
}

@media(max-width:768px){
    .cta-wrapper{
        flex-direction:column;
        gap:15px;
        text-align:center;
    }

    .cta-text{
        font-size:20px;
    }
}

.footer {
  background: #1c1f5a;
  color: #fff;
  padding: 60px 0 20px;
}

.container-footer {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.footer-row {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-col {
  flex: 1;
  min-width: 280px;
}

.footer h2 {
  font-size: 22px;
  margin-bottom: 20px;
}

.logo {
  margin-bottom: 15px;
}

.footer p {
  font-size: 15px;
  line-height: 1.6;
  color: #dcdcdc;
}

.quick-links ul {
  list-style: none;
  padding: 0;
}

.quick-links ul li {
  margin-bottom: 10px;
}

.quick-links ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}

.quick-links ul li a::before {
  content: "\25B6";
  margin-right: 8px;
  font-size: 10px;
}

.map iframe {
  width: 100%;
  height: 220px;
  border: 0;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.2);
  margin-top: 40px;
  padding-top: 15px;
  font-size: 14px;
  color: #ddd;
}

@media (max-width: 768px) {
  .footer-row {
    flex-direction: column;
  }
}

/* page title css */
.about-hero {
  position: relative;
  height: 300px;
  background: url('https://www.lalubhaitaxiservice.com/wp-content/uploads/2025/03/Untitled-design-15.webp') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Dark overlay */
.about-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.about-hero h1 {
  position: relative;
  color: #fff;
  font-size: 42px;
  letter-spacing: 1px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .about-hero {
    height: 200px;
  }

  .about-hero h1 {
    font-size: 28px;
  }
}
/* page title cs end */

        .contact-box {
            background: #eef1f8;
            padding-top: 16px;
            text-align: center;
            border-radius: 5px;
            height: 100%;
        }

        .icon-circle {
            width: 60px;
            height: 60px;
            background: #ed9115;
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 15px;
            font-size: 24px;
        }

        .contact-title {
            font-weight: 700;
            color: #1f2a5c;
            margin-bottom: 10px;
        }

        .contact-text {
            color: #000;
            font-size: 15px;
        }

        .form-section-contact{
            background:#eef1f8;
               padding: 0px 15px 40px;
            height:100%;
        }

.contact-small{
    color:#f0a500;
    font-weight:600;
    margin-bottom:10px;
}

.form-title{
    font-size:40px;
    font-weight:700;
    color:#1f2a5c;
    margin-bottom:25px;
}

/* INPUTS */
.form-control{
    height:45px;
    margin-bottom:15px;
    border:1px solid #999;
    border-radius:3px;
}

textarea.form-control{
    height:120px;
}

/* BUTTON */
.submit-btn{
    background:#ed9115;
    color:#fff;
    border:none;
    padding:12px;
    width:100%;
    font-weight:600;
    border-radius:3px;
}

.submit-btn:hover{
    background:#16204a;
}

/* RIGHT IMAGE */
.image-section img{
    width:76%;
    height:100%;
    object-fit:cover;
}

/* RESPONSIVE */
@media(max-width:768px){
    .form-title{
        font-size:28px;
    }
    .form-section-contact{
        padding:30px;
    }
}

.row.equal-height {
    display: flex;
    align-items: stretch;
}

.form-section-contact{
    height: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center; /* optional: center align */
}

.image-section img {
    height: 100%;
    object-fit: cover;
}