.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0 !important;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.banner,
.book-a-taxi {
  background-repeat: no-repeat;
}
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
.slog-heading {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}
.about-para,
.slog-para {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.Book-Now-Btn,
.Book-btn {
  color: #7ae2cf !important;
  background-color: #020e27 !important;
  text-decoration: none !important;
}
.contact-icon {
  filter: brightness(1.5) invert(1);
}
@media screen and (max-width: 760px) {
  .slog-heading {
    font-size: 20px;
    font-weight: 700;
  }
  .slog-para {
    font-size: 15px;
    font-weight: 700;
  }
  .img-logo {
    width: 65%;
  }
}
.Book-Now-Btn {
  padding: 15px;
  border-radius: 20px;
  font-size: 20px;
  outline: solid;
}
.Book-Now-Btn:hover {
  background-color: #7ae2cf !important;
  color: #020e27 !important;
}
.button-design {
  color: #020e27 !important;
  text-decoration: none !important;
  font-size: 25px;
  font-weight: 700;
}
.all-anker {
  color: #7ae2cf !important;
  text-decoration: none !important;
}
.all-anker-click {
  color: #38311f !important;
  text-decoration: none !important;
  margin-top: 10px !important;
  cursor: pointer;
  font-size: 24px;
}
.navbar-light {
  color: #fff !important;
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
  background: #f0f8ff;
}
.main-container,
.navbar {
  background-color: #020e27;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap !important;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.banner,
.contact-div-2,
.our-app {
  display: flex;
  justify-content: center;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
  background-color: #7ae2cf !important;
}
.dropdown-item {
  color: #020e27;
}
.img-logo {
  max-height: 50px;
  width: auto;
}
@media (max-width: 991.98px) {
  .navbar-collapse {
    padding: 15px 0;
  }
  .dropdown-menu {
    border: none;
    background-color: transparent;
  }
  .dropdown-item {
    padding-left: 2rem;
  }
}
.banner {
  background-image: url("./images/banner-bg-img.jpg");
  background-position: top;
  background-size: cover;
  padding: 120px 0;
  align-items: center;
  position: relative;
  z-index: 1;
}
.airport-main-div,
.service-main-div {
  padding: 15px;
  color: #38311f;
  transition: 0.5s;
}
.banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0, 50%);
  z-index: -1;
}
.airport-main-div {
  width: 100% !important;
  border: none;
  margin-bottom: 20px;
}
.airport-main-div img {
  width: 60px;
  height: 60px;
}
.airport-main-div:hover {
  border-radius: 10px;
  background-color: #020e27;
  color: #87ceeb;
}
.airport-main-div:hover h2,
.airport-main-div:hover h3,
.airport-main-div:hover img {
  filter: brightness(0) invert(1);
}
.service-main-div {
  height: 100%;
  width: 80% !important;
  border: none;
  border-radius: 10px;
}
.service-main-div:hover {
  border-top: 4px solid #020e27;
  box-shadow: 0 10px 15px #0000006e;
}
.fleet-para {
  font-size: 20px;
}
.fleet-main {
  box-shadow: 0 0 10px #0000006e;
  margin-bottom: 20px;
  padding: 20px;
}
.book-a-taxi {
  background-image: url("./images/book-a-taxi.png");
  background-position: center;
  background-size: 460px;
  border: 10px solid #020e27;
  border-right: none;
  border-bottom: none;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 400px;
}
.book-a-taxi-main {
  clip-path: polygon(0px 100%, 0px 0px, 32% 0px, 100% 231%);
  position: relative;
}
.contact-div-2,
.our-app {
  align-items: center;
}
.footer-call-logo,
.footer-main {
  justify-content: center;
  display: flex;
}
.footer-main {
  width: 100% !important;
  background-color: #020e27;
  margin: 5% auto auto;
  align-items: center;
  color: #7ae2cf !important;
}
.footer-anker-click {
  color: #7ae2cf !important;
  text-decoration: none !important;
  margin-top: 10px !important;
  cursor: pointer;
  font-size: 15px;
}
.footer-last-line,
.footer-last-line a {
  color: #000 !important;
}
.footer-call-logo {
  align-items: center;
  column-gap: 10px;
  width: 100%;
  margin-bottom: 20px;
}
.footer-call-img {
  margin-top: 20%;
  width: 120px;
}
.footer-last-line {
  background-color: #7ae2cf;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}
.footer-icon-div {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer-heading h2 {
  font-size: 30px;
  font-weight: 800;
}
.footer-heading span {
  font-size: 18px;
  text-align: start !important;
}
.about-button {
  color: #7ae2cf !important;
  text-decoration: none !important;
  background-color: #020e27 !important;
  padding: 10px;
  border-radius: 20px;
}
.anker-404:hover,
.contact-anker {
  color: #020e27 !important;
}
.about-img {
  width: 100%;
  height: 560px !important;
}
@media screen and (max-width: 760px) {
  .banner {
    background-image: none;
    background-color: #7ae2cf;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .service-main-div {
    text-align: center;
  }
  .fleet-main {
    text-align: start;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .our-app div {
    padding-top: 30px;
  }
  .footer-text {
    margin-top: 15% !important;
    margin-bottom: 15%;
  }
  .footer-call-img {
    margin-top: 20%;
    width: 80%;
  }
  .footer-main {
    margin-top: 15%;
  }
  .about-img {
    width: 100%;
    height: 440px !important;
    margin-bottom: 20px;
  }
  .contact-anker {
    text-decoration: none !important;
    color: #020e27 !important;
    font-size: 16px;
    cursor: pointer;
  }
}
.contact-anker {
  text-decoration: none !important;
  font-size: 18px;
  cursor: pointer;
}
.contact-text {
  display: flex;
  align-items: center;
}
.contact-heading {
  font-size: 50px;
}
.anker-404,
.anker-404:hover,
.body-para-404 {
  font-size: 20px;
  text-decoration: none !important;
}
.anker-404 {
  color: #fff !important;
}
.body-para-404 {
  color: #212529 !important;
  font-weight: 700;
}
.body-para-404:hover {
  color: #00ffd0 !important;
}
@media screen and (max-width: 760px) {
  .anker-404 {
    text-decoration: none !important;
    color: #000 !important;
    font-size: 20px;
  }
  .about-para {
    font-size: 20px;
    font-weight: 700;
  }
}
.hero--main{
  background-image: url("./images/banner-bg-img.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px;
  background-color: #000000a6;
  background-blend-mode: multiply;
}

.hero-first-div{
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-first-div h1{
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 760px) {
  .hero--main{
  background-image: url("./images/banner-bg-img.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0px;
  background-color: #000000a6;
  background-blend-mode: multiply;
  padding-bottom: 20px;
}

.hero-first-div h1{
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  padding: 10px;
}
}

.modal-header button {
    width: 33px;
    height: 33px;
    background: #7ae2cf !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0 !important;
    margin: 0 !important;
    opacity: .7;
}

/* Whats App Button Css Start */
.wapp-btn {
    position: fixed;
    bottom: 20px;
    left: 20px; 
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 9999;
    cursor: pointer;
    transition: 0.3s;
}

.wapp-btn img {
    width: 30px;
    height: 30px;
}

.wapp-btn:hover {
    transform: scale(1.1);
}

/* Mobile responsive */
@media (max-width: 768px) {
    .wapp-btn {
        width: 50px;
        height: 50px;
        bottom: 15px;
        left: 15px;
    }

    .wapp-btn img {
        width: 25px;
        height: 25px;
    }
}
/* Whats App Button Css Start */