body {
  font-family: 'Roboto', sans-serif;
    }
    .hero {
      background-color: #f8f9fa;
      padding: 60px 0;
      text-align: center;
    }
    .form-section {
      padding: 40px 0;
    }
    .navbar-brand {
      font-weight: bold;
      font-size: 1.5rem;
    }
  .top-header {
    background: url('./../assets/images/top-strip-bg.png') center center / 100% 100% no-repeat;
    font-size: 16px;
    height: 40px;
    display: flex;
    align-items: center;
  }
  .top-bar-text a{
    text-decoration: none;
    color:#fff;
  }
  .navbar-toggler {
    border: none;
    box-shadow: none; /* Optional: removes outline glow on click */
  }
  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  display: none;
}
/* Chrome, Safari, Edge */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

 
.hero-banner {
  background: url('./../assets/images/home-banner.png') center center / 100% 100% no-repeat;
  height: 650px;
  display: flex;
  align-items: center;
}
.book-your-taxi {
  height: 264px;
}

.hero-banner .container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-content {
  max-width: 876px;
}
.hero-content h3{
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  color : #A7C7C6;

}
.hero-content h1{
  font-size: 60px;
  line-height: 72px;
  font-weight: 600;   

}
.hero-content .lead {
  max-width: 830px;
  font-size: 16px;
  line-height: 30px;
}

.booking-form-section {
  margin-top: -120px; /* Pull up over hero */
  position: relative;
  z-index: 10;
}

.booking-form-section {
  margin-top: -120px;
  z-index: 10;
}

.booking-form {
  max-width: 1176px;
  margin: 0 auto;
  position: relative;
}
.booking-form h3{
  font-weight: 600;
  font-size: 18.23px;
  line-height: 21.88px;
}
.form-image {
  position: absolute;
  bottom: 10px;
  right: 10px;
  max-width: 120px;
  height: auto;
  opacity: 0.85;
}
.input-icon {
  position: absolute;
  right: 15px;
  top: 18px;
  transform: translateY(-50%);  
  /* opacity: 0.7; */
  pointer-events: none;
  background: #fff;
}

.form-control   {
  margin-top: 5px;
  font-size: 14px;
  padding:.60rem .62rem;
}
.form-select {
  margin-top: 5px;
  font-size: 14px;
}
input::placeholder, select::placeholder {
  font-size: 12px; /* or any size you prefer */
}

.booking-form label{
  color:#111111;
  margin-bottom: 0;
}

.btn-primary {
  background-color: #043B49;
  color: #A7C7C6;
  box-shadow: 0px 0px 40px 5px #0000000D;
}
.btn-primary:hover{
    color: #A7C7C6 !important;
    background-color: #043B49!important;
     
}
.book-your-taxi-container {
  padding:86px;
}
.book-info{
  color: #A7C7C6;
  font-weight: 600;
  font-size: 18.23px;
  line-height: 35px;

}


.image-wrapper {
  flex: 1;
}

.main-image {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.second-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 30%; /* Adjust to align it 70% down from the top of first image */
}

.nav-link{color: #043B49;font-size: 17px;font-weight: 600}
.book-now {
  background: #043B49;
  width: 132px;
  height: 45px;
  color: #A7C7C6;
  border-radius: 8px;
  padding:  9px;
}

.about-section h5 {
  font-size: 16px;
  line-height: 27px;
  color: #043B49;
  font-weight: 600; 
}
.about-section h2 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
  color:  #222222;

 }
 .about-section p {
  font-size: 17px;
  line-height: 27px;
  color: #666666;
  font-weight: 400;
}

.safety-guarantee,.lowest-fare {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(212.77deg, #043B49 20.27%, #A7C7C6 87.33%);   
  border-radius: 17.91px;
  border: 2.33px solid #A7C7C6; /* Adjust color as needed */
  padding:5px;  
  font-size: 1.25rem; /* optional: make text visually centered */
  color : #ffffff;
}
.safety-guarantee img,.lowest-fare img {
  width: 50px;
} 


.journey-banner {
  background: url('./../assets/images/journeyBackground.png') center center / 100% 100% no-repeat;
  height: 650px;
  display: flex;
  align-items: center;
}

.hero-banner .container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.journey-content {
  max-width: 876px;
  text-align: center;
}

.journey-content > * {
  margin-left: auto;
  margin-right: auto;
}

.journey-content h3 {
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  color: #A7C7C6;
  text-transform: uppercase;
}

.journey-content h1 {
  max-width: 320px;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
}

.journey-content .lead {
  max-width: 390px;
  font-size: 12px;
  line-height: 20px;
}

.service-container {
  position: relative;
  margin-top: -270px; /* Pull up over hero */
  position: relative;
  z-index: 10;
}
.card {
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  margin-bottom:30px
}

.card:hover { 
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.card-title {
  margin-top:5px;
  font-weight: 600;
  font-size: 15px;
  line-height: 17px;
}

.card-text {
  font-size: 12px;
  line-height: 20px;
  color: #555;
}

.btn-slanted {
  display: inline-block;
  padding: 10px 20px;
  background-color: #033f47; /* dark teal like your image */
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.btn-slanted:hover {
  background-color: #033f47;
  border-color: #fff; /* optional hover border highlight */
  color: #fff;
}

.bottom-banner {
  background: url('./../assets/images/bottom-background.png') center center / cover no-repeat;
  max-width: 1176px;
  height: 314px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  color: white;
  text-align: center;
}

.bottom-banner .row {
  width: 100%;
}

.bottom-banner .col-sm-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bottom-banner img { 
  margin-bottom: 10px;
}

.bottom-banner div {
  font-size: 36px;
  font-weight: 600;
}

.bottom-banner p {
  margin: 0;
  font-size: 15px;
  line-height: 18px;;
  color: white;
}

.set-map-background {
  background: url('./../assets/images/map.png') center center / cover no-repeat; 
  height: 538px;
  display: flex;
  align-items: center;
}
.testimonial-box {
  max-width: 480px;
  margin-top: 50px;
  margin-right: 5px;
  margin-left: auto; /* pushes it to the right */
}
.testimonial-box h3{
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  color : #A7C7C6;

}
.testimonial-box h1{
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;   

}
.testimonial-box .lead { 
  font-size: 12px;
  line-height: 20px;
}

.testimonial-slider {
  max-width: 600px;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}

.testimonial-text {
  font-size: 16px;
  line-height: 1.6;
  color: #333; 
}

.author-box {
  display: flex;
  align-items: center;
}

.author-img img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.author-info h5 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.author-info small {
  font-size: 13px;
  color: #777;
}

.testimonial-badge {
  position: absolute;
  top: -20px;
  right: 78px; 
  height: auto;
}

.why-choose-us {
  max-width: 435px;
  padding: 80px 30px 30px;
  background-color: #000;
  color: #fff; 
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  background: linear-gradient(0deg, #043B49, #043B49),
linear-gradient(45deg, #A7C7C6 0%, #043B49 14.14%, #000000 14.14%, #000000 50%);
background-image: url("../assets/images/why-choose/background.png");
background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    background-color: #000;
}

.why-choose-us h3 {
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  color: #A7C7C6;
  display: flex;
  align-items: center;
  gap: 8px;
}

.why-choose-us h2 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 16px;
}

.why-choose-us .lead {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 24px;
  color: #ccc;
}

.why-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.why-item img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.why-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px;
}

.why-item p {
  font-size: 13px;
  line-height: 18px;
  color: #bbb;
  margin: 0;
}

.testimonial .col-sm-6 {
  display: flex;
  align-items: stretch;
}

.why-choose-us {
  min-height: 538px; /* match the .set-map-background height */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonial-dots {
  display: flex;
  gap: 6px;
  margin-top: 16px;
  padding-left: 8px; /* aligns with slider nicely */
}

.testimonial-dots span {
  width: 8px;
  height: 8px;
  background-color: #333;
  border-radius: 2px;
  display: inline-block;
}
.call-us-container {
  background:url("../assets/images/call-us.png");
  width: 100%;
  height: 340px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  color:#fff;
  display: flex;
  align-items: center; /* Vertical centering */
}
.text-block {
  max-width: 394px;
}
.text-block h3{
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-size: 33.41px;
  line-height: 37.92px;
}
.text-block h3 span{
  color: #A7C7C6;
}

.text-block p{
  font-size: 13.13px;
  line-height: 20px;
}
.call-us-flex {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff; /* Adjust as needed */
}

.call-us-flex .icon img {
  width: 50px; /* Adjust size */
  height: auto;
}

.call-us-flex .info {
  display: flex;
  flex-direction: column;
}

.call-us-flex .title {
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-size: 13.13px;
  line-height: 20px; 
  color:   #CCCCCC;

}

.call-us-flex .phone a {
  font-family: Roboto, sans-serif;
  font-size: 23px;
  line-height: 23px;
  color: #A7C7C6;
  text-decoration: none;

}
.recent-post {
  max-width: 433px;
  text-align: center;
  margin:auto;
}
.recent-post h4{
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-size: 11.67px;
  line-height: 19.84px;
  letter-spacing: 0.73px;
  color: #043B49;

}
.recent-post h3{
  font-weight: 600;
  font-size: 30.63px;
  line-height: 37.92px;
}
.recent-post .lead{
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 12.4px;
  line-height: 19.69px;
  letter-spacing: -0.15px;
}


footer {
  background: url('./../assets/images/Footer.png') center center / 100% 100% no-repeat;
  height: 100%;
  padding-top:  40px;
}

.footer-logo {
  width: 150px;
  margin-bottom: 20px;
}

.footer-description {
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
  max-width: 430px;
}

.contact-info {
  margin-top: 20px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.contact-item img {
  width: 20px;
  height: 20px;
}

.contact-item span, .contact-item span a{
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

footer h2 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #fff;
}

ul {
  list-style: none;
  padding-left: 0;
}

ul li {
  margin-bottom: 10px;
}

ul li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}

ul li a:hover {
  color: #f1c40f; /* Change to yellow or any highlight color */
}

.footer-bottom {   
  margin-left: -50px !important;
  font-size: 12px; 
  color: #F5FAFF;
}

.footer-bottom p {
  margin: 0;
}

.info-row {
  display: flex;
  align-items: center;
  gap: 20px; /* space between the two boxes */
}

.info-box {
  display: flex;
  align-items: center;
  gap: 8px; /* space between icon and text */
}
.info-box span {
  font-size: 14px;
  line-height: 14px;
}
.btn-category {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
    background-color: #033f47;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none; 
    clip-path: polygon(0 0, 75% 0, 100% 30%, 100% 100%, 0 100%);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    text-decoration: none;
    text-transform: uppercase;
}

.btn-category:hover{
  background-color: #033f47;
    color: #fff;
}
.modal-dialog-centered {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh; /* Ensure it takes full viewport height */
}

.booking-form  .error {
  color: red;
  font-size: 14px;
  margin-top: 5px;
  display: block;
}

.modal-body {
  padding-top: 20px;
  padding-bottom: 20px;
}

.book-taxi-modal-width .modal-content {
  max-width: 620px;
  width: 100%;
}
.book-taxi-modal-width h3{
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 24px;
} 
.book-taxi-modal-width p {
  margin-top:20px;
  color: #878787;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;

}
.btn-okay {
  width: 255px;
  height: 56px;
  border-radius: 10px;
  background-color: #043B49; /* Set background color */
  color: #fff; /* Set text color */
  font-size: 16px;
  font-weight: 500; 
  justify-content: center; /* Centers text horizontally */
  align-items: center; /* Centers text vertically */
  border: none; /* Optional: Remove border */
  cursor: pointer; /* Change cursor to pointer */
  transition: background-color 0.3s ease; /* Smooth transition for hover effect */
}

.btn-okay:hover {
  background-color: #043B49;
  color: #fff; /* Darker shade for hover effect */
}
.footer-copyright {
    display: none;
  }
.footer-copyright-up {
  display: block;
}
/* Responsive Design */
@media (max-width: 768px) {
  .call-us-container {
    background:url("../assets/images/call-us-mob.png");
    height: 177px;
  } 
  .footer-copyright {
    display: block;
  }
  .text-block{
    max-width: 206px;
  }
  
  .text-block h3 {
    font-size: 18px;
    line-height: 20px; 
  }
  .text-block p {
    font-size: 7px;
    line-height: 10px; 
  }
  .call-us-flex .phone a {
    font-size: 12px;
    line-height: 12px;
  }
  .call-us-flex .title {
    font-size: 7px;
    line-height: 10px;
  }
  .call-us-flex .icon img {
    width:22px
  }
  footer {
    background:url("../assets/images/Footer-mob.png");
    padding: 20px;
    height:auto;
  }
  .footer-copyright-up {
  display: none;
}
  .footer-bottom {
    margin-left :0 !important;
  }
  .footer-description {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .contact-item span {
    font-size: 13px;
  }

  h2 {
    font-size: 18px;
  }

  ul li a {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .why-choose-us {
    height: auto;
    padding: 40px 20px;
  }

  .set-map-background {
    height: auto;
    padding: 40px 20px;
  }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 940px;
    }
}

@media (min-width: 901px) {
    .mb-custom-50 {
      margin-bottom: 50px;
    }
  }

@media (max-width: 600px) {
  .top-bar-text {
    font-size: 10px;
    line-height: 14px;;
    text-align: center;
  }
  .top-bar-text img{
    width: 12px;
  }
  .hero-banner {
    height: 252px;
  }
  .hero-content h3 {
    font-size: 10px;
    line-height: 11px;
  }
  .hero-content h1 {
    font-size: 23px;
    line-height: 27px;
  }
  .hero-content .lead {
    font-size: 8px;
    line-height: 11px;
  }
  .booking-form-section {
    margin-top:-50px
  }
  .booking-form h3{
    font-weight: 600;
    font-size: 18px;
    line-height: 14px;
  }
  .booking-form label {
    font-size: 11px;
    line-height: 14px;
  }
  .booking-form  .form-control {
    height: 32px;
  }
  .about-section h5 {
    margin-top:5px;
    font-size: 10px;
    line-height: 16px;
  }
  .about-section h2 {
    font-size: 21px;
    line-height: 24px;
  }
  .about-section p {
    font-size: 10px;
    line-height: 16px;
  }
  .safety-guarantee, .lowest-fare {
    font-size: 11px;
    line-height: 14px;
    justify-content: space-evenly;
  }
  .journey-banner {
    height: 326px;
  }
  .journey-content h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .service-container {
    margin-top:-100px;
  }
  .btn-slanted {
    padding: 0.375rem;
    font-weight: 500;
    font-size: 12px;
  }
  .bottom-banner img {
    width:51px;
  }
  .bottom-banner div {
    font-size: 21.36px;
    line-height: 21.36px;
  }
  .bottom-banner p {
    font-size: 9px;
    line-height: 10px;
  }
  .bottom-banner .col-sm-3 {
    gap: 6px;
    margin-bottom: 20px;
  }
  .testimonial .col-sm-6 {
    padding: 0 22px;
  }
  .why-choose-us {
    margin-top: 10px;
    background: url("../assets/images/why-choose/background-small.png") no-repeat center center / 100% 100% !important;
  }
  .why-choose-us h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .why-choose-us .lead {
    font-size: 11px;
    line-height: 17px;
  }
  .why-item h4 {
    font-size: 13px;
    line-height: 23px;
  }
  .why-item p {
    font-size: 11px;
    line-height: 17px;
  }
  .recent-post h3 {
    font-size: 23px;
    line-height: 28px;
  }
  .book-your-taxi-container {
    padding:0;
  }
}

 
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 0px;
  z-index: 999;
  cursor: pointer;
  height: 44.72px;
  width: 55px;
  border-top-left-radius: 57.46px;
  border-bottom-left-radius: 57.46px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 0.47px solid #E3E3E3;
  box-shadow: 0px 3.5px 1px 0px #0000001A;
  background-color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-float img {
  max-height: 70%;
  max-width: 70%;
  object-fit: contain;
}


   