a {
  text-decoration: none;
}
li {
  list-style-type: none;
}

.servi-features-why {
  position: relative;
  padding: 4.5rem 0;
  background: #f5f7f8;
}
.why-choose-box {
  position: relative;
  background: #fff;
  padding: 32px 24px;
  transition: 0.3s;
  border-radius: 8px;
  z-index: 1;
  overflow: hidden;
  height: 100%;
  margin-top: 0;
  text-align: center;
}
.servi-features-why .row {
  row-gap: 30px;
}

.why-choose-content p {
  margin-bottom: 0;
}
.why-choose-icon {
  background: #edeceb;
  height: 70px;
  width: 70px;
  display: block;
  border-radius: 50px;
  line-height: 70px;
  text-align: center;
  margin: auto;
  transition: 0.3s;
  border: 1px solid #fed94b;
}

.why-choose-box:hover .why-choose-icon {
  background: #fff;
  transition: 0.3s;
  transform: rotateY(180deg);
}

.why-choose-content .title {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  padding: 1rem 0 1rem;
  transition: 0.3s;
  font-weight: 600;
}

.why-choose-content p {
  text-align: justify;
}

.why-choose-box:hover::after {
  width: 100%;
}
.why-choose-box:hover:after {
  width: 100%;

  transition: 0.3s;
}
.why-choose-box:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #f9c935;
  z-index: -1;
  transition: 0.3s;
}
.detail-faq {
  position: relative;
  padding: 3rem 0 3rem;
}
.main-faqs.detail-faq .faqs-inners::after {
  background-image: unset !important;
}
.main-faqs.detail-faq .faqs-inners {
  padding: unset !important;
}
.main-faqs::before .detail-faq {
  display: none !important;
}

.best-one-way {
  position: relative;
  padding: 3rem 0;
}
.best-way-content {
  position: relative;
  text-align: justify;
}
.best-one-list {
  position: relative;
}
.best-one-list li:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background-image: url(../images/svg/check.svg);
  background-size: cover;
  left: -30px;
}

.best-one-list li {
  position: relative;
  margin-bottom: 1.1rem;
}

.on-wayt-taxi {
  position: relative;
  padding: 4rem 0 5.5rem;
}

.booki-way-drop {
  position: relative;
  padding: 6rem 0 3rem;
}
.booki-way-drop .last-childs:before {
  display: none;
}
.eventsd:before {
  right: 30px;
}
.stickys {
  position: sticky;
  top: 20%;
}
.faq-st:before {
  display: none;
}
.feature-item {
  transition: 0.5s;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 30px;
  background: #f5f7f8;
  /*background:#f9f9f7;*/
  position: relative;
}
.feature-item:before {
  content: "";
  position: absolute;
  background-image: url(../images/svg/curve.svg);
  height: 40px;
  width: 40px;
  bottom: -40px;
}
.feature-item:after {
  content: "01";
  font-size: 50px;
  right: 20px;
  top: 20px;
  color: #fec000;
  position: absolute;
  opacity: 0.4;
}
/* For the first card */
.feature-item:nth-child(1):after {
  content: "01";
}
.why-secd .feature-item:after {
  display: none;
}

/* For the second card */
.feature-item:nth-child(2):after {
  content: "02";
}
.feature-item:nth-child(even):before {
  right: 30px;
}

/* For the third card */
.feature-item:nth-child(3):after {
  content: "03";
}
.feature-item:nth-child(4):after {
  content: "04";
}
.feature-item:last-child:before {
  display: none;
}
.feature-item:hover {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 60px hsla(0, 0%, 82%, 0.25);
}
.feature-item .icon {
  z-index: 1;
  line-height: 1;
  transition: 0.5s;
  font-size: 55px;
  position: relative;
  margin-bottom: 10px;
  color: #63ab45;
}
.feature-item .icon:before {
  content: "";
  width: 50px;
  height: 50px;
  z-index: -1;
  transition: 0.5s;
  background: #fff;
  position: absolute;
  left: 18px;
  bottom: -2px;
  border-radius: 50%;
}
.feature-item:hover .icon:before {
  background: #ffc92c63;
}
.mt-20 {
  margin-top: 20px;
}
.para-content {
  text-align: justify;
}
.para-content p {
  margin-bottom: 0;
}

.pagetitle-wrap {
  padding: 350px 0 150px 0;
  text-align: center;
  background: #e9edf4 url(../images/bg/pagetitle_line.png) no-repeat;
}

.slider-wrap {
  background: #f5f7f8;
  position: relative;
  overflow: hidden;
  padding: 8rem 0 5rem;
  /*padding-top: 280px;*/
  /*padding-bottom: 65px;*/
}

.beard-tag-tile {
  position: relative;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  text-transform: capitalize;
}

.bearcrumb-menubar {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
  justify-content: center;
}

.bearcrumb-menubar li:not(:last-child):before {
  position: absolute;
  content: "/";
  right: -10px;
  bottom: 0;
}

.bearcrumb-menubar li {
  position: relative;
}
.bearcrumb-menubar a {
  position: relative;
  font-size: 16px;
  color: #000;
  font-weight: 700;
}

@media screen and (max-width: 1440px) {
  .bubble-1 img {
    width: 222px !important;
  }
}

.bubble-1::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/bg/bubbles-shape.png);
  top: 0;
  right: 0;
  width: 238px;
  height: 210px;
  animation-name: fadeInDown;
  opacity: 0.7;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bubble-2 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

@keyframes movinglight {
  0% {
    transform: translatey(0);
  }
  20% {
    transform: translateX(-70px);
  }
  50% {
    transform: translatey(-70px);
  }
  100% {
    transform: translatey(0);
  }
}

.bubble-3::before {
  position: absolute;
  content: "";
  top: 25%;
  left: 43%;
  width: 80px;
  background: #000;
  border-radius: 50%;
  opacity: 0.23;
  height: 80px;
  -webkit-animation: movinglight 10s linear infinite;
  animation: movinglight 10s linear infinite;
}
.bubble-5::before {
  content: "";
  width: 180px;
  height: 180px;
  position: absolute;
  bottom: 180px;
  right: 240px;
  -webkit-animation: jumpTwo 4s linear infinite;
  background: #ffdc60;
  border-radius: 50%;
  opacity: 0.4;
  animation: jumpTwo 4s linear infinite;
}

@media screen and (max-width: 1440px) {
  .bubble-5 {
    bottom: 120px;
    right: 130px;
  }
}

@keyframes jumpTwo {
  0% {
    transform: translateZ(0);
  }
  40% {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translateZ(0);
  }
}

@media screen and (max-width: 1440px) {
  .bubble-2 img {
    width: 150px;
  }
}

.bubble-2::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/bg/bubble-14.png);
  left: 20px;
  bottom: -20px;
  width: 356px;
  height: 178px;
}

.bubble-6::before {
  position: absolute;
  content: "";
  bottom: 15%;
  right: 80px;
  width: 49px;
  height: 49px;
  opacity: 0.6;
  background: #000;
  border-radius: 50%;
  animation: animation-two 5s linear infinite;
}

@keyframes animation-two {
  0% {
    transform: translateY(0) translateX(0) rotate(0);
  }
  30% {
    transform: translateY(15px) translateX(10px) rotate(5deg);
    transform-origin: center center;
  }
  50% {
    transform: translateY(15px) translateX(10px) rotate(15deg);
    transform-origin: right bottom;
  }
  80% {
    transform: translateY(15px) translateX(10px) rotate(5deg);
    transform-origin: left top;
  }
  to {
    transform: translateY(0) translateX(0) rotate(0);
    transform-origin: center center;
  }
}

.upcoming-ocation {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 20px;
  margin-bottom: 20px;
}
.upcoming-ocation li {
  font-size: 19px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 20px;
  display: inline-block;
  padding: 6px 10px;
  margin: 10px 5px;
}

.wayt-tati-location {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 1rem;
  max-width: fit-content;
  margin: 1rem auto 0;
  padding: 0.6rem;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 20px;
  margin-bottom: 19px;
}

.location-taxi-btn {
  position: relative;
  display: block;
  /*background: #ffd94b;*/
  /*color: #000;*/

  background-color: #111111;
  transition: ease-out 0.1s;
  color: #fff;
  padding: 10px 10px;
  letter-spacing: 0.1px;
  padding-right: 1.2rem;
  margin-top: 20px;
  border-radius: 5px;
  font-size: 18px;
}

.cta-content {
  position: relative;
  padding: 4rem 0;
}
.location-cta-se {
  position: relative;
  background-color: #ffc000;
  padding: 0 60px;
  border-radius: 10px;
}
.loder-cta {
  position: relative;
  /*background-color: #ffc000;*/
  /*padding: 0 60px;*/
}
.cta-image {
  display: block;
  margin-bottom: -15px;
  margin-top: -20px;
}

.why-travel-sec {
  position: relative;
  padding: 4rem 0 3rem;
}

.why-travel-list-icon ul {
  list-style: none;
  margin: 0px 30px 0px 26px;
  padding-left: 0rem;
  position: relative;
  z-index: 1;
}
.why-travel-list-icon {
  position: relative;
}
.why-travel-list-icon ul:after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 120px;
  /*background-color: #f9c935;*/
  z-index: -1;
  border-radius: 0px 20px 20px 0px;
}

.why-travel-list-icon ul li {
  border-bottom: 1px solid #fff;
}

.why-travel-list-icon ul li:first-child .why-travel-icon-bex {
  border-radius: 20px 20px 0px 0px;
}

.why-travel-icon-bex {
  display: flex;
  background-color: #f4f5f7;
  padding: 28px 28px 28px 0px;
}
.why-travel-icon-bex:hover .travel-conbx span {
  background: #f9c935;
  box-shadow: unset !important;
}
.why-travel-icon-bex .travel-conbx {
  margin-right: 20px;
  margin-left: -20px;
}
.why-travel-icon-bex .travel-conbx span {
  background-color: #fff;
  padding: 15px;
  width: 70px;
  height: 70px;
  min-width: 70px;
  border: 1px solid #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s linear;
  border-radius: 20px 0px 0px 20px;
  box-shadow: -2px -2px #f4f5f7;
}
.why-travel-contenrt .why-travel-heading {
  font-size: 18px;
  margin-bottom: 6px;
  font-weight: 600;
  color: #18191d;
}
.why-travel-icon-bex .why-travel-contenrt p {
  margin-bottom: 0px;
}

.taxi-key-num {
  position: relative;
  padding: 3rem 0 3rem;
}
.twm-cntr-with-icon {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #fed94b;
  /*background-color: #f4f5f7;*/
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 20px 20px 0px 0px;
  text-align: center;
}

.twm-cntr-with-icon:before {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  background-color: #000000;
  /*background-color: #f9c935;*/
  transition: transform 1s ease-in-out;
}
.twm-cntr-with-icon:hover:before {
  transform: translateY(300px);
}
.twm-cntr-with-icon .icon-media {
  margin: 0px auto 10px;
  margin-bottom: 0rem;
}

.twm-cntr-with-icon:after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 2px;
  height: 30px;
  background-color: #000000;
  /*background-color: #f9c935;*/
  transition: transform 1s ease-in-out;
}

.twm-cntr-with-icon:hover:after {
  transform: translateY(-300px);
}

.twm-cntr-with-icon .counter,
.key-num-content span {
  font-size: 36px;
  font-weight: 700;
  color: #020000;
}
.key-num-content .title {
  font-size: 18px;
  font-weight: 600;
  color: #18191d;
  margin-bottom: 0px;
}

.about-oriay-taxi {
  position: relative;
  padding: 5rem 0 4rem;
}

.about-oriay-priamert {
  position: relative;
}
.about-oriay-priamert .about-lefdt-imag img {
}
.about-oriay-priamert .about-lefdt-imag {
  max-width: 534px;
  position: relative;
}

.about-oriay-priamert .about-year-section {
  position: absolute;
  right: 150px;
  top: 0px;
}

.about-year-section .wyicg-year-section {
  text-align: right;
  position: absolute;
  left: -11px;
  top: 36px;
  transform: rotate(-90deg);
  transform-origin: bottom center;
}

.about-year-section span {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #18191d;
  letter-spacing: 2px;
}

.about-year-section .year-title {
  font-size: 100px;
  color: #f9c935;
  line-height: 70px;
  font-weight: 900;
  margin-bottom: 0px;
}

@media (max-width: 1199px) {
  .about-year-section .wyicg-year-section {
    position: absolute;
    right: 0 !important;
    left: -16rem !important;
    top: 0px;
    transform: rotate(0) !important;
    z-index: 1;
    background-color: #fff;
    padding: 20px;
    border-radius: 0px 0px 20px 0px;
    display: inline-table;
  }
}

.about-taxi-ews ul {
  margin-bottom: 30px;
  padding-left: 0rem;
  display: block;
  list-style: none;
}
.about-taxi-ews ul li {
  position: relative;
  font-size: 16px;
  color: #18191d;
  margin-bottom: 6px;
  padding-left: 40px;
  min-height: 36px;
}

.about-taxi-ews ul li:before {
  position: absolute;
  content: "\f14d";
  font-size: 18px;
  width: 26px;
  height: 25px;
  border-radius: 50%;
  background-color: #f9c935;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  top: 1px;
  left: 0px;
  font-family: flaticon_normal-icon !important;
}

.about-oriay-content p {
  text-align: justify;
}

.our-orey-procdess {
  position: relative;
  padding: 4rem 0 5.5rem;
  background: #f4f5f7;
}

.category-section {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 63px;
  gap: 0rem;
  max-width: 1116px;
  margin: 0 auto;
}
.tend-hals:before {
  clip-path: inset(0 0 50% 0) !important; /* Clips the bottom half */
}
.about-tests {
  margin: 0px 4.8rem 0 !important;
  background: #f9c935 !important;
  transform: unset !important;
}
.about-tests .testimonials__headline {
  background: unset !important;
}
.book-your-ride {
  text-align: center;

  border-radius: 100%;

  margin: 0 10px;
  height: 170px;
  width: 170px;
  position: relative;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.book-your-ride:before {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  overflow: hidden; /* Ensures clean clipping */

  bottom: -20px;
  left: -20px;
  background: #f9c935;
  clip-path: inset(50% 0 0 0);
  z-index: 1;
}
.half-cirlds {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 10px;
  height: 170px;
  display: flex;
  width: 170px;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
}
.book-your-ride .book-your-across {
  min-width: 80px;
  width: 80px;

  margin: 0 auto 15px;

  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border-radius: 20px 20px 0px 20px;
}

.book-your-ride .book-your-across img {
  width: auto;
  max-width: 48px;
  /*filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(72deg) brightness(107%) contrast(103%);*/
}

.book-your-ride .book-your-heading {
  font-size: 17px;
  margin-bottom: 6px;
  font-weight: 600;
  color: #18191d;
}

.book-your-ride p {
  margin-bottom: 0px;
}

.our-visyion-box {
  position: relative;
  z-index: 1;
}
.feature-shadow {
  background: #f4f8fb;
  position: absolute;
  left: 3rem;
  bottom: -15px;
  width: calc(100% - 57px);
  height: 100%;
  box-shadow: 3px 3px 13px 0px rgba(0, 0, 0, 0.1);
  z-index: -1;
}

.our-vis-mison {
  position: relative;
  padding: 0rem 0 5.5rem;
}

.our-visyion-box .visyion-mision-cont {
  background-color: #fff;
  padding: 3rem;
  box-shadow: 3px 3px 13px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

.our-visyion-box .visyion-mision-cont::before {
  border: 1px solid #f9c935;
  border-top: none;
  border-right: none;
  height: 55%;
  width: 55%;
  bottom: 1.6rem;
  left: 1.6rem;
}
.our-visyion-box:hover .visyion-mision-cont::before {
  height: 20%;
  width: 20%;
}
.our-visyion-box .visyion-mision-cont::after,
.our-visyion-box .visyion-mision-cont::before {
  position: absolute;
  z-index: -1;
  content: "";
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.our-visyion-box .visyion-mision-cont .our-feature-destnatn {
  position: absolute;
  z-index: -1;
  content: "";
  top: -20px;
  right: -20px;
}
.our-visyion-box .visyion-mision-cont::after {
  border: 5px solid #f9c935;
  border-top: none;
  border-right: none;
  height: 40%;
  width: 40%;
  bottom: 0.8rem;
  left: 0.8rem;
}
.our-visyion-box .visyion-mision-cont p {
  font-size: 17px;
  line-height: 1.5;
  text-align: justify;
}
.our-visyion-box .visyion-mision-cont h4 {
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
  line-height: 3.4rem;
  margin-bottom: 2rem;
  /*padding-bottom: 2rem;*/
  font-weight: 700;
}

.our-visyion-box .visyion-mision-cont h4::before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 3rem;
  height: 3px;
  bottom: 0;
  left: 0;
  border-radius: 2rem;
  background-color: #f9c935;
}

.our-feature-destnatn {
  position: absolute;
  z-index: -1;
  content: "";
  top: -20px;
  right: -20px;
}
.up-move {
  /*animation: up-move 5s ease-in-out infinite;*/
}
@keyframes up-move {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}

.top-cities-listing {
  position: relative;
  padding: 4rem 0;
}

.top-cities-img {
  overflow: hidden;
  border-radius: 100px 100px 0px 0px;
}

.top-cities-img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 220px;
}
.top-cities-petre {
  position: relative;
  margin-top: 30px;
}
.top-cities-content {
  padding: 30px;
  position: relative;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-bottom: 3px solid #000000;
}
.headi-top-cities a {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0.6rem;
  display: block;
}
.top-cities-content p {
  display: -webkit-inline-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.call-get-set {
  display: none;
  text-align: end;
  margin-bottom: 10px;
}

.call-side-icon {
  width: 50px;
  height: 50px;
  background-color: red;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  display: inline-block;
}
