/* @font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("./src/fonts/montserrat-bold.ttf") format("truetype");
  font-display: swap;
} */

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  /* font-family: "Lato", sans-serif; */
}

body,
p,
li {
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

button {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

.desktop-nav {
  display: none;
}

.hide {
  display: none;
}

.hero-section {
  width: 100%;
  height: 620px;
  background-color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}

.kushi-h1 {
  font-size: 32px;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 140px;
}

.left-info-container.kushi-form-heading {
  font-size: 16px;
}

.kushi-form-heading h2 {
  color: #000;
  font-size: 18px;
}
.kushi-container table {
  margin: 8px 0px;
}

.kushi-container {
  max-width: 1280px;
  margin: auto;
}

.drop-taxi-links-container.kushi-container {
  max-width: 1280px;
  margin: 16px auto;
}

.drop-taxi-links-container ul {
  padding-left: 32px;
}

h1.kushi-route-h1 {
  padding: 0px;
}

h2.kushi-route-h2 {
  margin: 20px 0px;
}

.kushi-h2,
.route-info h2.kushi-h2 {
  margin: 16px 0px 8px;
  font-size: 28px;
  line-height: 1.2;
}

.kushi-service-section .kushi-h2 {
  text-align: center;
  margin: 16px auto 8px;
}

.kushi-service-section .kushi-new-h1 {
  text-align: center;
  margin: 16px auto 8px;
  font-size: 28px;
}

.kushi-points {
  line-height: 1.5;
  margin: 4px 0px 8px 16px;
}

.kushi-points-space li {
  margin-top: 16px;
}

.kushi-no-bullets {
  list-style: none;
}

.kushi-no-bullets a {
  color: #0a76c2;
}

.popular-routes li {
  margin: 8px 0px;
}

section a {
  color: #0a76c2;
}

.kushi-main-para {
  line-height: 1.5;
  margin: 8px 0px;
}

.kushi-para {
  line-height: 1.5;
  margin: 8px 0px;
}

.kushi-points.kushi-main-points {
  list-style: none;
  line-height: 2;
}

.kushi-container a {
  color: #895129;
  font-weight: 700;
}

.kushi-container .cta-call a {
  color: #0574a6;
}

.kushi-black {
  color: #333;
  font-weight: 700;
}

.kushi-faq-section {
  padding: 2rem;
  background-color: #f9f9f9;
}

h1 .h1-small {
  font-size: 32px;
  margin: 12px auto;
  display: block;
}

.kushi-faq-section .container {
  max-width: 1280px;
  margin: auto;
}
.kushi-faq-section h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.kushi-faq-item {
  margin-bottom: 1rem;
}
.kushi-faq-item h3 {
  font-size: 1.2rem;
  color: #333;
}
.kushi-faq-item p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

.kushi-grey-section {
  background-color: #efefef;
}

.kushi-white-section {
  background-color: #eee;
}

.six-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.six-section li {
  width: 30%;
  padding: 1%;
  text-align: justify;
  list-style: none;
  margin-bottom: 20px;
}

.six-section li strong {
  color: #0a76c2;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 18px;
  display: block;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.benefit-item h3,
.kushi-h3 {
  font-size: 20px;
  margin-bottom: 12px;
  margin-top: 20px;
  color: #000;
}

.six-section li > div {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 16px var(--light-shadow);
  /* padding: 30px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.six-section li .card-text {
  padding: 32px;
  text-align: justify;
}

.card-text strong {
  display: block;
  margin-bottom: 8px;
}

.benefit-item h3.kushi-brown-h3,
.kushi-brown-h3 {
  color: #895129;
}

.table-width {
  width: 100%;
}

.mt-32 {
  margin-top: 32px;
}
.mb-32 {
  margin-bottom: 32px;
}

.mt-16 {
  margin-top: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mt-8 {
  margin-top: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.pt-32 {
  padding-top: 32px;
}
.pb-32 {
  padding-bottom: 32px;
}

.pt-16 {
  padding-top: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

#near-me {
  cursor: pointer;
  text-align: center;
}

#near-me-content,
#from-city-content,
#to-city-content {
  transition: all 0.3s ease;
}

.ptr-card strong {
  text-align: center;
  display: block;
  padding: 0px 8px;
}

#near-me {
  padding-top: 20px;
  display: block;
}

#near-me h3 {
  color: #895129;
}
.ptr-card > div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  padding: 8px 4px;
}

.white-text {
  color: #fff;
}

.route-main-img {
  max-width: 500px;
  max-height: 500px;
  border: #0a76c2 8px solid;
}
.kushi-main-info {
  display: flex;
  flex-direction: row-reverse;
  gap: 16px;
}

/* .yellow-call {
  background-color: #0a76c2;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  color: #000;
  padding: 10px;
}

.yellow-call a {
  color: #000;
  font-weight: 700;
}

.yellow-call i {
  color: #000;
  border-radius: 50%;
  background-color: #fff;
  padding: 10px;
  border: 2px solid #000;
  font-size: 24px;
  width: 48px;
  height: 48px;
} */

.kushi-service-container {
  display: flex;
  justify-content: space-between;
  /* max-width: 1180px; */
  margin: auto;
}

.kushi-service-section img {
  /* max-width: 400px; */
}

/* Optional: highlight important text inside service blocks */
.kushi-service .highlight {
  color: #b8860b; /* High-contrast golden yellow */
  font-weight: bold;
}

/* For all <p> or subtext in services */
.kushi-service p {
  color: #444444; /* Comfortable for reading */
  font-size: 16px;
  line-height: 1.6;
}

.kushi-service:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.kushi-service img {
  transition: transform 0.4s ease;
  display: block;
  width: 100%;
  height: auto;
}

.kushi-service:hover img {
  transform: scaleX(1.05);
}

.ways-to-book {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ways-to-book li {
  list-style: none;
  width: 30%;
  text-align: center;
  padding-bottom: 20px;
}

.ways-to-book li strong {
  display: block;
}

.ways-to-book p {
  padding: 0px 16px;
}

.ideal-all {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.circle {
  width: 224px;
  height: 224px;
  margin: auto;
  margin-bottom: 24px;
  margin-top: 18px;
  border-radius: 50%;
  overflow: hidden;
  border: 12px solid #0574a6;
  /* box-shadow: 0 0 0 rgba(0, 255, 255, 0.5); */
  transition: box-shadow 0.3s ease-in-out;
}

.circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.drop-taxi-main-page .review-container {
  display: flex;
  overflow-x: auto;
  gap: 16px;
  scroll-snap-type: x mandatory;
  padding: 16px;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 64px;
}

.service-area span.kushi-h3 {
  margin: 24px 0px 8px;
  display: block;
  font-weight: 700;
}

@media screen and (min-width: 720px) and (max-width: 1400px) {
  .kushi-container {
    max-width: 1080px;
  }
  .drop-taxi-links-container.kushi-container {
    max-width: 1080px;
  }
  .kushi-service-container > div {
    width: 30%;
  }
}

@media screen and (min-width: 720px) and (max-width: 1180px) {
  .all-service-area-container ul,
  .local-service-area-container ul {
    columns: 3; /* Number of columns */
    -webkit-columns: 3;
    -moz-columns: 3;
  }
  .accordion-content ul,
  .local-service-area-container ul {
    columns: 3; /* Number of columns */
    -webkit-columns: 3;
    -moz-columns: 3;
  }
  .mobile-footer {
    display: none;
  }
  .review-container .col-lg-3.customer-review {
    min-width: 40%;
  }
}

@media screen and (min-width: 1180px) {
  .all-service-area-container ul,
  .local-service-area-container ul {
    columns: 4; /* Number of columns */
    -webkit-columns: 4;
    -moz-columns: 4;
  }
  .accordion-content ul {
    columns: 3; /* Number of columns */
    -webkit-columns: 3;
    -moz-columns: 3;
  }
  .kushi-service-container > div {
    width: 30%;
  }
  .mobile-footer {
    display: none;
  }
}

@media screen and (max-width: 720px) {
  .kushi-service-container {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    scroll-snap-type: x mandatory;
    padding: 16px;
    -webkit-overflow-scrolling: touch;
  }

  table.kushi-table,
  table {
    overflow-x: scroll;
    display: block;
  }
  .review-container .col-lg-3.customer-review {
    min-width: 80%;
  }

  .kushi-service-container::-webkit-scrollbar {
    display: none; /* Hide scrollbar for clean look */
  }

  .kushi-service {
    flex: 0 0 auto;
    width: 90%;
    scroll-snap-align: start;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }

  .kushi-service:hover {
    transform: scale(1.03);
  }

  .six-section,
  .ways-to-book {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 16px;
    scroll-snap-type: x mandatory;
    padding: 16px;
    -webkit-overflow-scrolling: touch;
  }

  .six-section::-webkit-scrollbar,
  .ways-to-book::-webkit-scrollbar {
    display: none; /* Hide scrollbar for clean look */
  }

  .six-section li,
  .ways-to-book li {
    flex: 0 0 auto;
    width: 90%;
    background-color: #fff;
    scroll-snap-align: start;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }

  .six-section li:hover,
  .ways-to-book li:hover {
    transform: scale(1.03);
  }

  .mobile-footer {
    position: fixed;
    bottom: 0px;
    display: flex;
    width: 100%;
    z-index: 999999;
  }

  .mobile-footer div {
    background-color: #111;
    color: #0a76c2;
    padding: 18px 12px;
    width: 50%;
    z-index: 9999;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
    transition: background-color 0.3s ease, transform 0.2s ease;
    cursor: pointer;
  }

  .mobile-footer div::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    transition: left 0.5s ease;
    z-index: 0;
  }

  .mobile-footer div:first-child {
    border-right: 2px #fff solid;
  }

  .mobile-footer a {
    color: #0a76c2;
  }

  .mobile-footer {
    position: fixed;
    bottom: 0px;
    display: flex;
    width: 100%;
    z-index: 999999;
  }

  .ideal-all {
    flex-direction: column;
    align-items: center;
  }

  .all-service-area-container ul,
  .local-service-area-container ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .right-form-container {
    padding: 20px 10px 10px 10px;
  }
  .row.trip-selector-container .input-container {
    display: none;
  }
  .trip-selector-container {
    padding: 0px 10px;
    display: none;
  }

  section .row.tariff-container {
    width: 100%;
  }

  .f20 {
    max-width: 90px;
  }

  .fare-container {
    margin-bottom: 20px;
  }
  .red-heading-text {
    color: #0a76c2;
    font-size: 32px;
    font-weight: 700;
    padding: 12px;
    text-align: center;
  }
  .accordion {
    width: 90%;
    margin-top: 20px;
  }

  .local-service-area-container ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .local-service-area-container li {
    margin: 4px;
  }

  section p {
    font-size: 16px;
    line-height: 1.5;
  }

  .table-width {
    margin: 0 1%;
    width: 98%;
    font-size: 12px;
  }

  .kushi-container {
    width: 90%;
  }

  .drop-taxi-links-container.kushi-container {
    width: 90%;
  }

  .kushi-route-h1 {
    font-size: 26px;
  }

  .kushi-route-h2 {
    font-size: 22px;
  }

  .kushi-h2 {
    font-size: 20px;
  }

  .kushi-main-para {
    font-size: 16px;
  }
  h1 .h1-small {
    font-size: 18px;
    margin: 4px auto;
    display: block;
  }
}

.hero-section #form1 .left-info-container h1 {
  font-size: 20px;
}

.faq-section details {
  margin: 16px 0px;
}

.faq-section summary {
  margin: 0px 0px 8px;
}

.faq-section details p {
  padding: 0px 0px 0px 16px;
}

/* .yellow-call {
  width: 100%;
  overflow: hidden;
  background: #0a76c2;
  border-top: 2px solid #0a76c2;
  border-bottom: 2px solid #0a76c2;
}

.yellow-call div {
  display: flex;
  white-space: nowrap;
  padding-left: 100%;
  animation: scroll-left 40s linear infinite;
  font-size: 18px;
  color: #333;
}

.yellow-call span {
  display: block;
  padding: 0px 32px;
}

.yellow-call div :hover {
  animation-play-state: paused;
  cursor: pointer;
} */

/* @keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
} */

.yellow-call {
  width: 100%;
  overflow: hidden;
  background-color: #0a76c2;
  border-top: 2px solid #0a76c2;
  border-bottom: 2px solid #0a76c2;
}

.yellow-call div {
  display: flex;
  white-space: nowrap;
  animation: marquee-scroll 20s linear infinite;
}

.yellow-call span {
  display: inline-block;
  padding: 12px 8px;
  font-weight: 700;
  padding-right: 100px; /* spacing between repetitions */
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ==== Reset styles ==== */
.gsc-search-box {
  padding-left: 24px;
}
.gsc-control-cse {
  background: #000 !important;
  border: none !important;
  padding: 0;
  color: #333;
}

.gsc-input-box {
  background: #000 !important;
  border: none !important;
}

table.gsc-input {
  margin: 0px;
}

input.gsc-input,
input.gsc-input:focus {
  background-color: #f9f9f9 !important;
  border: 2px solid #0a76c2 !important; /* Yellow border */
  border-radius: 10px !important;
  padding: 8px 12px !important;
  font-size: 16px !important;
  outline: none !important;
  box-shadow: none !important;
  color: #000 !important;
}

.gsc-search-button-v2 {
  background-color: #0a76c2 !important; /* Dark blue */
  border: none !important;
  border-radius: 10px !important;
  color: #000 !important;
  padding: 8px 16px !important;
  font-size: 16px !important;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.gsc-search-button-v2 svg {
  fill: #000;
}

.gsc-search-button-v2:hover {
  background-color: #b3880a !important;
}

/* .gsc-search-button-v2:hover svg {
        fill: #fff !important;
      } */

/* Search Results */
.gsc-webResult.gsc-result {
  border: 1px solid #eee !important;
  border-radius: 12px !important;
  padding: 16px !important;
  margin-bottom: 15px !important;
  background-color: #fafafa !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
}

.gs-title {
  color: #002147 !important;
  font-weight: 700 !important;
  font-size: 18px !important;
}

.gs-snippet {
  color: #333 !important;
  font-size: 15px !important;
}

.gs-visibleUrl {
  color: #0a76c2 !important;
  font-size: 14px !important;
}

/* Pagination */
.gsc-cursor-box {
  text-align: center !important;
  padding: 10px 0 !important;
}

.gsc-cursor-page {
  background: #fff;
  border: 1px solid #002147;
  color: #002147;
  padding: 6px 12px;
  margin: 2px;
  border-radius: 6px;
  cursor: pointer;
}

.gsc-cursor-current-page {
  background: #002147;
  color: #fff;
  font-weight: bold;
}

.gsc-input-box {
  background-color: #000;
  border: 0px;
}
#___gcse_0 {
  display: flex;
  align-items: center;
}
.gsc-input input {
  min-width: 180px;
}

@media screen and (min-width: 996px) and (max-width: 1400px) {
  .header-menu .desktop-nav {
    width: 70%;
  }
}
@media screen and (min-width: 1400px) {
  .header-menu .desktop-nav {
    width: 59%;
  }
}

@media screen and (min-width: 1080px) {
  .hero-section {
    width: 100%;
    height: 620px;
    background-color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-image: url(../../img/footer_shape.png);
    background-image: url(../../img/homepage-2-bg.jpg); */
    background-image: url(../../img/form-bg.webp);
    background-size: cover;
  }
}

.booking-form-container {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}

.logo img {
  max-height: 80px;
}

.left-info-container {
  font-family: "Poppins", sans-serif;
  background-color: #0a76c2;
  border-radius: 30px 0px 0px 30px;
  height: 100%;
  min-height: 360px;
  width: 23%;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  justify-content: space-evenly;
  font-size: 25px;
  padding: 20px;
  color: #fff;
}

.left-info-container a {
  text-decoration: none;
  color: #fff;
}

.right-form-container {
  background-color: #eee;
  border-radius: 0px 30px 30px 0px;
  height: 100%;
  min-height: 360px;
  width: 77%;
  text-align: center;
  padding: 20px 20px 10px 20px;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0px;
}

section#tariff-section {
  background-color: #fff;
}

.copyright-wrap .container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
}

footer.footer-wrapper a.privacy-policy-link p {
  display: block;
  width: 100%;
  text-align: center;
  color: #4ebaeb;
  margin-left: 20px;
}

.privacy-policy {
  max-width: 1080px;
  margin: 50px auto;
  padding: 5px;
}

.privacy-policy p,
.privacy-policy li {
  margin: 5px 0px;
}

.privacy-policy h1,
.privacy-policy h2 {
  margin: 30px 0px;
}

.privacy-policy h3,
.privacy-policy h4 {
  margin: 15px 0px;
}

.input-container {
  background: #fff;
  padding: 12px 10px;
  box-shadow: 1px 1px 3px #22222226;
  margin-bottom: 0px;
  width: 100%;
  border-radius: 15px;
  text-align: left;
}

input:focus,
input:focus-visible {
  outline: 0px;
}

.input-box {
  display: block;
  width: 100%;
  height: 30px;
  padding-top: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.booking-form-container label {
  font-weight: bold;
  font-size: 14px;
}

.btn-primary {
  width: 100%;
  height: 75px;
  font-size: 1.5rem;
  color: #fff;
  background-color: #0a76c2;
  border-color: #0a76c2;
  border-radius: 15px;
  cursor: pointer;
  font-weight: 700;
}

.btn-service {
  /* width: 100%; */
  /* height: 32px; */
  padding: 8px 16px;
  margin: 16px auto;
  font-size: 16px;
  color: #000;
  background-color: #0a76c2;
  border-color: #0a76c2;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 700;
}

.btn-service {
  position: relative;
  display: inline-block;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  background-color: #0a76c2;
  border: none;
  border-radius: 8px;
  overflow: hidden;
  transition: background-color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
  z-index: 1;
}

.btn-service::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  transition: left 0.5s ease;
  z-index: 0;
}

.kushi-service:hover .btn-service {
  background-color: #0a76c2;
  transform: scale(1.05);
}

.kushi-service:hover .btn-service::before {
  left: 100%;
}

.btn-service span {
  position: relative;
  z-index: 2;
}

mark {
  background-color: #0a76c2;
}

.kushi-h4 {
  font-size: 16px;
  margin-bottom: 8px;
}

.ideal- all {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.date-time-container input {
  width: 50%;
}

.date-time-container {
  display: flex;
}

.pac-container .pac-item {
  border-top: none;
  padding: 0.3rem 2.5rem;
}

.pac-container .pac-item:hover {
  background-color: #f6f7fb;
}

.pac-container .pac-item .pac-icon.pac-icon-marker {
  display: none;
}

.pac-container .pac-item .pac-item-query,
.pac-container .pac-item span:nth-child(3) {
  font-size: 0.938rem;
  font-weight: 400;
  color: #2a2d37;
  line-height: 2.27;
}

/* .input-container.mobile-number-container label {
  min-width: 110px;
} */
.kushi-center-text {
  text-align: center;
}

.kushi-service {
  background-color: rgba(255, 252, 241, 0.034);
  border-radius: 24px;
  margin-top: 32px;
  margin-bottom: 32px;
  /* background-color: rgba(0, 00, 0, 0.2); */
}

.service-text {
  padding: 8px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.service-text p {
  min-height: 200px;
  padding-top: 8px;
  line-height: 1.75;
  /* letter-spacing: 1px; */
  text-align: justify;
  /* font-weight: 400; */
}

.kushi-service {
  overflow: hidden;
  display: inline-block;
  border-radius: 8px; /* optional */
  background-color: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  /* padding: 24px; */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.kushi-service a.btn-service {
  color: #000;
  font-weight: 700;
}

/* For headings like "Pay Only for the Distance You Travel" */
.kushi-h4 {
  color: #000; /* Dark gray for strong contrast */
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px;
}

/* For center-aligned main headings like "Multiple Ways to Book" */
.kushi-center-text {
  color: #111111; /* Almost black, very accessible */
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 20px auto;
  max-width: 90%;
}

/* Service section containers */
.kushi-service {
  background-color: #ffffff; /* Maintain white background */
  color: #000; /* Default text color for body */
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 24px;
}

.zoom-fade:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}
.kushi-service li:hover .circle {
  border: 14px solid #0a76c2;
}

@media (min-width: 600px) {
  .pac-container {
    min-width: 400px;
  }
}

@media (max-width: 420px) {
  .pac-container {
    min-width: 250px;
  }

  .pac-container .pac-item {
    padding: 0.3rem 1rem;
  }
}

/* Form screen 2 */

.car-option-container {
  background-color: #fff;
  border: 2px #ccc solid;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 5px;
}

.car-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}

.car-option-img-container img {
  max-width: 120px;
}

.hide {
  display: none;
}

.car-option-img-container.col-sm-4 {
  max-width: 120px;
  width: auto;
}

.car-option-details-container.col-sm-8 {
  width: auto;
}

.car-option-booking-button {
  padding: 15px 25px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #0a76c2;
  border-color: #0a76c2;
  border-radius: 15px;
  margin-top: 12px;
}

.car-option-price {
  width: 100px;
  font-weight: 700;
  font-size: 22px;
}
.car-option-price .full {
  font-weight: 400;
  font-size: 15px;
  display: block;
  text-decoration: line-through;
}

.car-option-price small {
  font-size: 11px;
  display: block;
}

.car-option-details-container {
  width: 220px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
}

.car-option-details-container p {
  margin: 5px 0px;
}

.car-option-features-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 170px;
}
.car-option-feature img {
  max-width: 25px;
  max-height: 25px;
  margin-right: 5px;
}

.car-option-feature {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}

.car-terms {
  background-color: #eee;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 5px 15px;
  text-align: left;
  line-height: 1.5;
  margin: 8px auto;
}

.car-option-km-details b {
  display: block;
}

.car-option-km-details {
  padding: 0px 5px;
}

#form2,
#form3 {
  display: none;
}

.form-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}

#form1 {
  display: flex;
}

#form3 .col-2 input {
  width: 80px;
}

.left-info-container img {
  max-width: 130px;
}

.ad-question {
  font-size: 16px;
}

.ad-details {
  font-size: 15px;
  font-weight: 700;
}

#form3 .right-form-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 20px;
}

.booking-summary {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  padding: 0px 20px;
}

.booking-summary p {
  margin: 5px;
}

#form3 .col-6 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

#form3 .row .row .col-6 {
  padding: 0px;
}

#form3 .input-container {
  padding: 10px;
  margin: 4px 0px;
}

#form3 .row .row .col-6.passengers {
  padding-right: 10px;
}

#form3 p {
  margin: 10px;
}

.price {
  font-size: 25px;
  font-weight: 700;
  text-align: right;
  margin-right: 15px;
  margin-bottom: 5px;
}

.price small {
  font-size: 13px;
  color: red;
  display: block;
}

.price #final-price-full {
  font-size: 14px;
  text-decoration: line-through;
  font-weight: 400;
}

#form3 .booking-summary p {
  margin: 14px 7px;
  font-size: 14px;
}

#trip-type {
  text-transform: uppercase;
}

.travel-info {
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
}

.mob-show {
  display: none;
}
.mob-hide {
  display: inline-block;
}

.header-menu {
  height: 80px;
  background-color: #000;
  display: flex;
  justify-content: space-between;
  padding: 5%;
  position: sticky;
  top: 0px;
  z-index: 99;
}

.pickup-time {
  border: 0px;
  padding-top: 6px;
  margin-left: 8px;
  width: 100%;
  color: #495057;
  border-radius: 0.25rem;
  font-family: "Lato", sans-serif;
}

.pickup-date {
  min-width: 50%;
  margin-left: 4px;
}

input[type="date" i] {
  font-family: "Lato", sans-serif;
}

.pickup-time:focus,
.pickup-time:focus-visible {
  border: 0px;
  outline: 0px;
}

#best-price {
  color: #0a76c2;
  font-size: 14px;
  margin: 12px 7px;
}

.car-option h2 {
  font-size: 20px;
}

@media screen and (min-width: 720px) {
  .hide-desktop {
    display: none;
  }
  #from3 div p {
    text-align: left;
  }
  #form3 .booking-summary.pl-4 {
    padding-left: 60px;
  }
  .car-terms span {
    font-size: 14px;
  }
}

@media screen and (max-width: 720px) {
  .booking-form-container {
    width: 100%;
  }
  .form-container {
    flex-direction: column;
  }
  #form4.form-container {
    border-radius: 0px;
  }
  .left-info-container {
    border-radius: 30px 30px 0px 0px;
    width: 80%;
    margin-top: 25px;
    min-height: 0px;
  }

  .car-terms {
    background-color: #eee;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 5px 15px;
    text-align: left;
    line-height: 1.5;
    margin: 8px auto;
  }

  #form3 .left-info-container {
    padding: 10px;
  }

  .right-form-container {
    border-radius: 0px 0px 30px 30px;
    width: 80%;
    padding: 20px 10px 10px 10px;
    align-items: flex-start;
    min-height: 480px;
  }
  .row.trip-selector-container .input-container {
    border-radius: 0px 0px 15px 15px;
    margin-top: 1px;
    border-top: 0px;
    padding: 5px 20px;
    display: none;
  }
  .btn-primary {
    height: 50px;
    font-weight: 700;
    color: #fff;
  }
  .car-option {
    display: flex;
    flex-wrap: wrap;
    padding: 8px;
  }
  .car-option .car-option-img-container {
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .car-option-img-container img {
    width: 100%;
    display: inline;
    padding: 0px;
  }
  .car-option-details-container {
    display: inline;
    margin-bottom: 10px;
  }
  .car-option-details-container p {
    font-size: 14px;
  }
  .car-option-details-container h2 {
    font-size: 18px;
  }
  .left-info-container {
    font-size: 14px;
  }
  .car-option-features-container {
    width: auto;
  }
  .car-option-feature {
    font-size: 14px;
  }
  .car-option-feature img {
    height: 20px;
    width: 20px;
  }
  .car-option-price {
    margin-bottom: 10px;
  }
  .car-option-price {
    width: auto;
    font-size: 18px;
    display: flex;
    gap: 8px;
    padding-right: 12px;
  }
  .car-option-km-details {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .car-option-price .full {
    font-size: 14px;
  }
  .car-option-price small {
    display: none;
  }
  .car-option-booking-button {
    width: 100%;
    height: 40px;
    padding: 0;
  }
  .car-option-container {
    margin-top: 10px;
  }
  .car-terms {
    font-size: 14px;
  }
  .left-info-container br {
    display: none;
  }
  #form3 .right-form-container {
    flex-direction: column;
  }
  #form3 .booking-summary p {
    font-size: 14px;
    margin: 12px 7px;
  }
  .input-container .input-box,
  .pickup-time {
    font-size: 14px;
  }
  .input-container label {
    font-size: 12px;
  }
  #form3 .input-container {
    padding: 5px 10px;
  }

  #form3 .input-container {
    margin: 6px 0px;
  }
  .input-box {
    height: 24px;
    padding-top: 2px;
  }
  .left-info-container img {
    width: 80px;
  }
  .low-bestprice {
    display: flex;
    align-items: center;
  }
  .low-bestprice p {
    font-size: 14px;
  }
  .ad-question {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .mob-show {
    display: block;
  }
  .mob-hide {
    display: none;
  }
  #form3 .right-form-container {
    padding: 10px;
  }
  .price {
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .price small {
    font-size: 11px;
  }
  .passengers .input-container {
    display: flex;
    flex-direction: row;
  }
  .input-container {
    display: flex;
    flex-direction: row;
  }
  .input-container label {
    min-width: 100px;
  }
  .date-time-container {
    width: 100%;
  }
  .date-time-container input {
    min-width: 120px;
  }
  .trip-selector-container .col-6 {
    padding: 0px;
  }
  .trip-selector-container {
    padding: 0px 10px;
    display: none;
  }
  .row.trip-selector-container .col-6:first-of-type .input-container {
    border-radius: 0px 0px 0px 15px;
    border-right: 1px solid #eee;
  }
  .row.trip-selector-container .col-6:last-of-type .input-container {
    border-radius: 0px 0px 15px 0px;
  }
  .input-container label {
    line-height: 24px;
  }
  .hero-section {
    height: auto;
    padding-bottom: 20px;
  }
  .header-menu {
    display: flex;
    align-items: center;
  }
  .header-menu img {
    height: 45px;
  }
  .logo {
    display: flex;
    align-items: center;
  }
  .mobile-call {
    position: relative;
    float: right;
    background-color: #03a9f4;
    width: 40px;
    height: 40px;
    color: #fff;
    padding: 7px;
    border-radius: 50%;
    font-size: 24px;
    line-height: 24px;
    display: block;
    text-align: center;
    border: 2px #fff solid;
  }

  .mobile-call:active {
    color: #9f340a;
  }

  .mobile-whatsapp {
    position: relative;
    float: right;
    background-color: #2db62b;
    width: 30px;
    height: 30px;
    color: #fff;
    padding: 7px;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    display: block;
    margin-left: 5px;
  }
  .car-option-km-details small {
    font-size: 14px;
  }
  .car-option-km-details b {
    display: none;
  }
  .input-container.pickup-date-container label {
    min-width: 130px;
  }
  .input-container.pickup-date-container label {
    min-width: unset;
  }
  .pickup-time {
    padding-top: 0px;
    width: 95px;
    background-color: #fff;
    border: 0px;
  }

  section .row.tariff-container {
    width: 90%;
  }
}

@media screen and (max-width: 680px) {
  .left-info-container {
    padding: 10px;
    width: 100%;
    margin-top: 0px;
    border-radius: 0px;
  }
  .right-form-container {
    width: 100%;
    margin-bottom: 0px;
    border-radius: 0px;
  }
  .hero-section {
    padding-bottom: 0px;
  }
}
/* off-screen-menu */
.off-screen-menu {
  background-color: rgb(34, 37, 49);
  height: 100vh;
  width: 100%;
  max-width: 450px;
  position: fixed;
  top: 0;
  right: -450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 32px;
  line-height: 2;
  transition: 0.3s ease;
  z-index: 99;
  color: #0a76c2;
}
.off-screen-menu li {
  list-style: none;
}
.off-screen-menu.active {
  right: 0;
}

/* ham menu */
.ham-menu {
  height: 30px;
  width: 25px;
  margin-left: auto;
  position: relative;
}
.ham-menu span {
  height: 2px;
  width: 100%;
  background-color: #0a76c2;
  border-radius: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
  z-index: 100;
}
.ham-menu span:nth-child(1) {
  top: 25%;
}
.ham-menu span:nth-child(3) {
  top: 75%;
}
.ham-menu.active span {
  background-color: #0a76c2;
}
.ham-menu.active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.ham-menu.active span:nth-child(2) {
  opacity: 0;
}
.ham-menu.active span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.tariff {
  background-color: #333;
  width: 100%;
  height: 300px;
}

.call-fullwidth {
  background-color: #0a76c2;
  color: #000;
  text-align: center;
  padding: 20px;
  font-weight: 400;
}

.call-fullwidth a {
  color: #000;
  text-decoration: none;
  font-weight: 800;
  padding-top: 10px;
  display: block;
}

.call-fullwidth p {
  color: #000;
}

.copyright span {
  color: #0574a6;
  display: inline-block;
  padding: 0px 10px;
}

.col-s-1,
.col-s-2,
.col-s-3,
.col-s-4,
.col-s-5,
.col-s-6,
.col-s-7,
.col-s-8,
.col-s-9,
.col-s-10,
.col-s-11,
.col-s-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  width: 100%;
}

@media (min-width: 360px) {
  .col-s-1 {
    width: 8.33%;
  }
}

@media (min-width: 360px) {
  .col-s-2 {
    width: 16.66%;
  }
}

@media (min-width: 360px) {
  .col-s-3 {
    width: 25%;
  }
}

@media (min-width: 360px) {
  .col-s-3-small {
    width: 20%;
  }
}

@media (min-width: 360px) {
  .col-s-3-large {
    width: 35%;
  }
}

@media (min-width: 360px) {
  .col-s-4 {
    width: 33.33%;
  }
}

@media (min-width: 360px) {
  .col-s-5 {
    width: 41.66%;
  }
}

@media (min-width: 360px) {
  .col-s-6 {
    width: 50%;
  }
}

@media (min-width: 360px) {
  .col-s-7 {
    width: 58.33%;
  }
}

@media (min-width: 360px) {
  .col-s-8 {
    width: 66.33%;
  }
}

@media (min-width: 360px) {
  .col-s-9 {
    width: 75%;
  }
}

@media (min-width: 360px) {
  .col-s-10 {
    width: 83.33%;
  }
}

@media (min-width: 360px) {
  .col-s-11 {
    width: 91.66%;
  }
}

@media (min-width: 360px) {
}

@media (min-width: 900px) {
  .col-md-1 {
    width: 8.33%;
  }
}

@media (min-width: 900px) {
  .col-md-2 {
    width: 16.66%;
  }
}

@media (min-width: 900px) {
  .col-md-3 {
    width: 25%;
  }
}

@media (min-width: 900px) {
  .col-md-3-small {
    width: 20%;
  }
}

@media (min-width: 900px) {
  .col-md-3-large {
    width: 35%;
  }
}

@media (min-width: 900px) {
  .col-md-4 {
    width: 33.33%;
  }
}

@media (min-width: 900px) {
  .col-md-5 {
    width: 41.66%;
  }
}

@media (min-width: 900px) {
  .col-md-6 {
    width: 50%;
  }
}

@media (min-width: 900px) {
  .col-md-7 {
    width: 58.33%;
  }
}

@media (min-width: 900px) {
  .col-md-8 {
    width: 66.33%;
  }
}

@media (min-width: 900px) {
  .col-md-9 {
    width: 75%;
  }
}

@media (min-width: 900px) {
  .col-md-10 {
    width: 83.33%;
  }
}

@media (min-width: 900px) {
  .col-md-11 {
    width: 91.66%;
  }
}

.copyright small {
  margin-top: -5px;
  line-height: 20px;
}
.sup {
  vertical-align: super;
}

.cta-section h3 span,
.working-time .desc {
  display: block;
  color: #fff;
  font-weight: 800;
}

.cta-big-text {
  font-size: 26px;
}

.card.ptr-card {
  background-color: #333;
  color: #fff;
}

.card.ptr-card a:hover {
  color: #0a76c2;
}

.card.ptr-card h6,
.card.ptr-card h5 {
  padding: 0px 5px;
}

.card.ptr-card img {
  max-height: 96px;
}

#contact-us {
  background-image: url("./img/contact-us.jpg");
  background-size: cover;
  background-position: center 40%;
  min-height: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)),
    url("./img/contact-us.jpg");
}

#contact-us span {
  font-size: 100px;
  font-weight: 700;
  letter-spacing: 20px;
  color: #0a76c2;
}

/* #contact-us-page {
  background: #efefef;
} */
.contact-us-section {
  max-width: 1280px;
  width: 90%;
  margin: 20px auto;
}

.contact-us-section iframe {
  border: 10px solid #0a76c2;
}

.social-big li {
  list-style: none;
  margin: 10px;
}
.social-big li a:before {
  font-size: 50px;
}

.social-big {
  display: flex;
  gap: 10px;
}

/* #form1 {
  display: none;
}

#form2 {
  display: flex;
} */

.svg-seating {
  background-image: url(../img/car-seat-2.webp);
  background-size: cover;
  background-position: center;
  height: 30px;
  width: 30px;
  padding-right: 8px;
  position: relative;
}

.svg-luggage {
  background-image: url(../img/luggage-bag.svg);
  background-size: cover;
  background-position: center;
  height: 22px;
  width: 14px;
  margin-right: 8px;
  position: relative;
}

.svg-ac {
  background-image: url(../img/ac-2.svg);
  background-size: cover;
  background-position: center;
  height: 18px;
  width: 33px;
  margin-right: 4px;
  margin-top: 4px;
  position: relative;
}

.svg-back {
  background-image: url('data:image/svg+xml,<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 122.88 108.06"><title>back-arrow</title><path d="M63.94,24.28a14.28,14.28,0,0,0-20.36-20L4.1,44.42a14.27,14.27,0,0,0,0,20l38.69,39.35a14.27,14.27,0,0,0,20.35-20L48.06,68.41l60.66-.29a14.27,14.27,0,1,0-.23-28.54l-59.85.28,15.3-15.58Z"/></svg>');
}

/* #form1 {
  display: none;
}

#form3 {
  display: block;
} */

@media (max-width: 420px) {
  .input-container.pickup-date-container label {
    min-width: unset;
    max-width: unset;
    width: 93px;
  }
  .date-time-container {
    align-items: center;
  }
}

/* .inp {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 280px;
  border-radius: 3px;
  overflow: hidden;
}
.inp .label {
  position: absolute;
  top: 0px;
  left: 12px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  transform-origin: 0 0;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
  pointer-events: none;
}
.inp .focus-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
}
.inp input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: 0;
  font-family: inherit;
  padding: 16px 12px 0 12px;
  height: 56px;
  font-size: 16px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  color: #000;
  transition: all 0.15s ease;
  border-radius: 10px;
}
.inp input:hover {
  background: rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.5);
}
.inp input:not(:-moz-placeholder-shown) + .label {
  color: rgba(0, 0, 0, 0.5);
  transform: translate3d(0, -16px, 0) scale(0.75);
}
.inp input:not(:-ms-input-placeholder) + .label {
  color: rgba(0, 0, 0, 0.5);
  transform: translate3d(0, -16px, 0) scale(0.75);
}
.inp input:not(:placeholder-shown) + .label {
  color: rgba(0, 0, 0, 0.5);
  transform: translate3d(0, -16px, 0) scale(0.75);
}
.inp input:focus {
  background: rgba(0, 0, 0, 0.05);
  outline: none;
  box-shadow: inset 0 -2px 0 #0a76c2;
}
.inp input:focus + .label {
  color: #000;
  transform: translate3d(0, -16px, 0) scale(0.75);
}
.inp input:focus + .label + .focus-bg {
  transform: scaleX(1);
  transition: all 0.1s ease;
} */

#form2,
#form3,
#form4 {
  display: none;
}

#form4 {
  background-color: #eee;
  border-radius: 30px;
}

.booking-success {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}

.booking-success p {
  margin: 12px;
}

.booking-success svg {
  height: 80px;
}

.booking-success .form-call span {
  margin-right: 8px;
}

.booking-success .form-call {
  color: #000;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
}

.booking-success p.mb4 {
  margin-bottom: 40px;
}

.fare-other-details a {
  color: #000;
}

.fare-container {
  padding: 50px 30px 50px 30px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  border-radius: 14px;
  background-color: #fff;
  max-width: 350px;
  margin: auto;
}

.fare-container-heading {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

section .row.tariff-container {
  max-width: 1080px;
  width: 80%;
  margin: auto;
}

.row.trip-selector-container {
  display: none;
}

.accordion {
  max-width: 1080px;
  margin: 50px auto;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordion-item input {
  display: none;
}

.accordion-item label {
  display: block;
  padding: 15px;
  font-weight: bold;
  background-color: #f7f7f7;
  cursor: pointer;
  position: relative;
}

.accordion-item label::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.accordion-item input:checked + label::after {
  content: "-";
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
  transition: max-height 0.3s ease;
  padding: 0 15px;
}

.accordion-content li {
  list-style: none;
}

.accordion-item input:checked ~ .accordion-content {
  max-height: 1200px; /* Adjust as needed */
  padding: 15px;
}

.f20 {
  font-size: 20px;
}

.f32 {
  font-size: 32px;
  font-weight: 700;
}

.f40 {
  font-size: 40px;
  font-weight: 700;
}

.fare-other-details div {
  display: block;
  text-align: left;
  line-height: 2;
  margin: 26px auto 4px;
}

.red-heading-text {
  color: #0a76c2;
  font-weight: 700;
  padding: 12px;
  text-align: center;
  display: block;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.all-service-area-container {
  width: 90%;
  max-width: 1080px;
  margin: auto;
}

.local-service-area-container {
  width: 90%;
  max-width: 1280px;
  margin: auto;
}
.local-service-area-container p {
  line-height: 1.5;
  text-align: center;
  margin: 12px auto;
}

.all-service-area-container ul,
.local-service-area-container ul {
  margin: 40px auto;
}

.all-service-area-container li,
.local-service-area-container li {
  list-style: none;
  /* max-width: 250px; */
}
.all-service-area-container li a,
.accordion-content ul li a {
  display: block;
  padding: 16px;
  color: #000;
}

.footer-social span {
  background-repeat: no-repeat;
  background-position: center;
  fill: #0a76c2;
  background-size: 70%;
  height: 46px;
  width: 46px;
  display: block;
}

.map-icon {
  background-image: url(../img/footer/maps.svg);
}

.footer-social .whatsapp-icon {
  background-image: url(../img/footer/whatsapp.svg);
  background-size: 90%;
}

.footer-social .facebook-icon {
  background-image: url(../img/footer/facebook.svg);
  background-size: 50%;
}

.footer-social .twitter-icon {
  background-image: url(../img/footer/twitter.svg);
  background-size: 50%;
}

.footer-social .linkedin-icon {
  background-image: url(../img/footer/linkedin.svg);
  background-size: 60%;
}

.footer-social .instagram-icon {
  background-image: url(../img/footer/instagram.svg);
}

.footer-social .pinterest-icon {
  background-image: url(../img/footer/pinterest.svg);
  background-size: 60%;
}

.green-tick {
  background-image: url(../img/svg/green-tick.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: 70px;
  width: 70px;
  display: block;
}

.call-svg {
  background-image: url(../img/svg/call-svg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: 20px;
  width: 20px;
  display: block;
  fill: #fff;
}

.call-svg-2 {
  background-image: url(../img/svg/call-svg-2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: 20px;
  width: 20px;
  display: block;
  fill: #fff;
}

.search-icon {
  background-image: url(../img/svg/search-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: 20px;
  width: 20px;
  display: block;
  margin-top: 3px;
  margin-left: 2px;
}

.gsc-control-cse * {
  border: 0px;
}

.service-areas-links {
  margin-bottom: 8px;
}

.service-areas-links {
  color: #000;
  line-height: 1.5;
}

.service-areas-links strong a {
  font-weight: 700;
}

.service-areas-links a {
  color: #000;
  font-weight: 400;
  line-height: 1.5;
}

.kushi-table {
  max-width: 1280px;
  margin: auto;
  border: 2px solid #0a76c2;
}

.kushi-table th {
  border: 0px;
  text-align: left;
  border-bottom: 2px solid #0a76c2;
}

.kushi-table td {
  border: 0px solid #0a76c2;
}

.kushi-table tr:nth-child(even) {
  background: #faf3da;
}

div.reviewer-details {
  gap: 0px;
}
div.reviewer-name {
  min-height: 0px;
  margin: 0px;
}

.yellow-text {
  color: #fbbc04;
}

.review-rating {
  margin-bottom: 16px;
}

.service-coverage h4 {
  margin-top: 32px;
  margin-bottom: 8px;
}

.service-coverage p {
  margin-bottom: 32px;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

input {
  border: 0px;
  background: #fff !important;
  padding: 0px;
  padding-left: 5px;
  padding-right: 10px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (max-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin-bottom: 10px;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

#places-section .row > div {
  padding: 10px;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.footer-wrapper,
.footer-wrapper p {
  color: #eee;
  line-height: 1.6;
  text-align: justify;
}

.footer-wrapper strong {
  color: #ccc;
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .copyright-wrap .container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  .ham-menu,
  .off-screen-menu,
  .header-menu .mob-nav {
    display: none;
  }
  .header-menu {
    padding: 0px 80px;
    height: 100px;
  }
  .header-menu .logo {
    padding: 15px 0px;
  }

  .desktop-nav {
    display: flex;
    width: 30%;
    justify-content: space-between;
  }

  .desktop-nav ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  .desktop-nav ul li {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
  }

  .mobile-call {
    display: none;
  }
  .c-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .c-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: auto;
    max-width: 100%;
  }

  .c-lg-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .c-lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .c-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .c-lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .c-lg-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .c-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .c-lg-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .c-lg-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .c-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .c-lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .c-lg-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .c-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.container {
  margin: auto;
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.tariff {
  background-color: #fff;
}

.drop-taxi-links-container {
  max-width: 1600px;
  width: 80%;
  margin: 30px auto;
  text-align: justify;
}

.drop-taxi-links-container a {
  font-weight: 400;
  color: #000;
  padding: 5px 0px;
  line-height: 30px;
}

.drop-taxi-links-container a:hover {
  color: #0a76c2;
}

.drop-taxi-links-container h4 {
  margin: 20px 0px;
}

:root {
  --theme-color: #0a76c2;
  --title-color: #1b1b1b;
  --body-color: #74787c;
  --smoke-color: #f7f7f7;
  --black-color: #000000;
  --white-color: #ffffff;
  --light-color: #b0b0b0;
  --yellow-color: #fec624;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #f2f2f2;
  --title-font: "Radio Canada", sans-serif;
  --body-font: "Inter", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1220px;
  --container-gutters: 30px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}

/*------------------- 1.5. Typography -------------------*/
html,
body {
  scroll-behavior: auto !important;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
.header-layout8 .header-right .langauge a.nice-select.open,
.header-layout7 .langauge a.nice-select.open,
a.nice-select.open,
input,
input:hover,
input:focus,
input:active,
.header-layout8 .header-right .langauge input.nice-select.open,
.header-layout7 .langauge input.nice-select.open,
input.nice-select.open,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
.header-layout8 .header-right .langauge textarea.nice-select.open,
.header-layout7 .langauge textarea.nice-select.open,
textarea.nice-select.open {
  outline: none;
}

ul {
  list-style-type: disc;
}

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  transition: all ease 0.4s;
}

.header-menu a {
  color: #fff;
}

a:active,
.header-layout8 .header-right .langauge a.nice-select.open,
.header-layout7 .langauge a.nice-select.open,
a.nice-select.open,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1 {
  font-size: 48px;
  padding: 10px;
}

.h3,
h3 {
  font-size: 36px;
}

.h4,
h4 {
  font-size: 30px;
}

.h5,
h5 {
  font-size: 24px;
}

.h6,
h6 {
  font-size: 20px;
}

@media (min-width: 1199px) {
  .row:not([class*="gx-"]) {
    --bs-gutter-x: 30px;
  }
}

.th-social a {
  display: inline-block;
  width: var(--icon-size, 40px);
  height: var(--icon-size, 40px);
  line-height: var(--icon-size, 42px);
  background-color: var(--smoke-color);
  color: var(--body-color);
  font-size: 14px;
  text-align: center;
  margin-right: 5px;
  border-radius: 50%;
}
.th-social a:last-child {
  margin-right: 0;
}

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul,
.wp-block-categories ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}
.widget_nav_menu > ul,
.widget_nav_menu .menu,
.widget_meta > ul,
.widget_meta .menu,
.widget_pages > ul,
.widget_pages .menu,
.widget_archive > ul,
.widget_archive .menu,
.widget_categories > ul,
.widget_categories .menu,
.wp-block-categories > ul,
.wp-block-categories .menu {
  margin: -20px 0 -20px 0;
}
.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a,
.wp-block-categories a {
  display: block;
  background-color: transparent;
  margin: 0;
  padding: 16px 45px 19px 27px;
  font-size: 16px;
  line-height: 1.313;
  color: var(--body-color);
  border-radius: 0;
  border-bottom: 1px solid #e0e0e0;
}
.widget_nav_menu a::before,
.widget_meta a::before,
.widget_pages a::before,
.widget_archive a::before,
.widget_categories a::before,
.wp-block-categories a::before {
  content: "\21E8";
  position: absolute;
  left: 0;
  top: 17px;
  font-weight: 500;
}
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li,
.wp-block-categories li {
  display: block;
  position: relative;
}
.widget_nav_menu li:last-child a,
.widget_meta li:last-child a,
.widget_pages li:last-child a,
.widget_archive li:last-child a,
.widget_categories li:last-child a,
.wp-block-categories li:last-child a {
  border-bottom: none;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
  padding-right: 20px;
}

.widget {
  padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 30px);
  background-color: var(--smoke-color);
  margin-bottom: 40px;
  position: relative;
}

.widget_title {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--title-font);
  line-height: 1em;
  text-transform: uppercase;
  margin: -0.07em 0 29px 0;
}

.wp-block-search__label,
.widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--title-font);
  line-height: 1em;
  padding-bottom: 17px;
  margin: -0.12em 0 30px 0;
}
.wp-block-search__label:after,
.wp-block-search__label:before,
.widget_title:after,
.widget_title:before {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #e0e0e0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.wp-block-search__label:after,
.widget_title:after {
  background-color: var(--theme-color);
  width: 30px;
}

.footer-widget {
  margin-bottom: 40px;
}
.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
}
.footer-widget .widget_title {
  position: relative;
  border: none;
  font-family: var(--title-font);
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--white-color);
  line-height: 1;
  border-bottom: 0;
  padding: 0 0 15px 0;
  margin: 0 0 35px 0;
  max-width: 275px;
  display: block;
}
.footer-widget .widget_title:before,
.footer-widget .widget_title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 61px;
  height: 2px;
  background-color: var(--theme-color);
}
.footer-widget .widget_title:after {
  width: 16px;
  border: 3px solid var(--title-color);
  height: 10px;
  background-color: transparent;
  bottom: -3px;
  left: 40px;
  animation: footerLine 7s linear infinite;
}
.footer-widget.widget_meta ul,
.footer-widget.widget_pages ul,
.footer-widget.widget_archive ul,
.footer-widget.widget_categories ul,
.footer-widget.widget_nav_menu ul {
  margin-top: -4px;
}
.footer-widget.widget_meta .menu,
.footer-widget.widget_meta > ul,
.footer-widget.widget_pages .menu,
.footer-widget.widget_pages > ul,
.footer-widget.widget_archive .menu,
.footer-widget.widget_archive > ul,
.footer-widget.widget_categories .menu,
.footer-widget.widget_categories > ul,
.footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu > ul {
  margin-bottom: -4px;
}
.footer-widget.widget_meta a,
.footer-widget.widget_pages a,
.footer-widget.widget_archive a,
.footer-widget.widget_categories a,
.footer-widget.widget_nav_menu a {
  font-size: 16px;
  font-weight: 400;
  padding: 0 0 0 28px;
  margin-bottom: 22px;
  display: block;
  max-width: 100%;
  width: max-content;
  padding-right: 0;
  background-color: transparent;
  position: relative;
  border-bottom: none;
}
.footer-widget.widget_meta a:before,
.footer-widget.widget_pages a:before,
.footer-widget.widget_archive a:before,
.footer-widget.widget_categories a:before,
.footer-widget.widget_nav_menu a:before {
  content: "\21E8";
  font-weight: 900;
  left: 0;
  top: 0;
  color: inherit;
}

.footer-widget.widget_meta li:last-child a,
.footer-widget.widget_pages li:last-child a,
.footer-widget.widget_archive li:last-child a,
.footer-widget.widget_categories li:last-child a,
.footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}

.th-widget-about {
  max-width: 290px;
}

.footer-info-title {
  font-size: 14px;
  font-family: var(--title-font);
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white-color);
  margin-bottom: 7px;
  margin-top: -0.2em;
}

.footer-info {
  position: relative;
  margin: 0 0 25px 0;
  display: flex;
  flex: 1;
  padding: 0 0 0 35px;
  max-width: 300px;
}
.footer-info:last-child {
  margin-bottom: 0;
}
.footer-info i {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--title-color);
  position: absolute;
  left: 0;
  font-size: 10px;
}
.footer-info:nth-child(2) i {
  background-color: var(--theme-color);
}

/*------------------- 4.3. Footer  -------------------*/
.footer-wrapper {
  position: relative;
  z-index: 2;
}

.widget-area {
  padding-top: 100px;
  padding-bottom: 60px;
  max-width: 90%;
  margin: auto;
}

.copyright-wrap {
  padding: 22px 0;
}

.copyright-text {
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
}

.cta-content .cta-call p {
  font-size: 54px;
  line-height: 1.18;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 35px;
  font-family: var(--title-font);
}

.footer-layout7 {
  position: relative;
  background-color: var(--title-color);
  --body-color: #fff;
  z-index: 2;
}
.footer-layout7 .copyright-wrap {
  background-color: #0b0b0b;
  text-align: center;
}
.footer-layout7 .copyright-text {
  color: var(--body-color);
  text-transform: capitalize;
  flex-grow: 1;
}

.footer-layout7 .widget-area {
  padding-bottom: 45px;
  /* Medium devices */
}

.footer-layout7 .about-text {
  margin-bottom: 26px;
  color: #fff;
}
.footer-layout7 .about-logo {
  margin: -12px 0 25px 0;
}
.footer-layout7 .working-time .title {
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: var(--white-color);
  display: block;
  margin-bottom: 6px;
}
.footer-layout7 .working-time .desc {
  margin-bottom: 35px;
}
.footer-layout7 .footer-social a {
  display: inline-block;
  width: var(--icon-size, 46px);
  height: var(--icon-size, 46px);
  line-height: var(--icon-size, 48px);
  background-color: #3d4250;
  color: var(--white-color);
  font-size: 14px;
  text-align: center;
  margin-right: 5px;
  border-radius: 0;
  transition: all 0.4s;
}

.footer-layout7 .footer-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.footer-layout7 .footer-social a {
  display: inline-block;
  width: var(--icon-size, 46px);
  height: var(--icon-size, 46px);
  line-height: var(--icon-size, 48px);
  background-color: #0b0b0b;
  color: var(--white-color);
  font-size: 14px;
  text-align: center;
  margin-right: 5px;
  border-radius: 0;
  transition: all 0.4s;
}

.form-container {
  /* border: 2px solid #fff; */
  position: relative;
}

.cta-men {
  /* background-image: url(img/cta-men.png); */
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 130px;
  bottom: -30px;
  z-index: -1;
}

.cta-section {
  /* background-image: url(img/texture.png); */
  background-repeat: repeat;
  background-size: cover;
  background-color: #222;
  position: relative;
  z-index: 1;
  min-height: 300px;
}

.cta-section h3 {
  color: #efefef;
}

.card.ptr-card {
  display: flex;
  flex-direction: row;
}

.ptr-card img {
  width: 12rem;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

@media all and (min-width: 1400px) {
  #places-section .container {
    max-width: 80%;
  }
  .cta-section .container {
    width: 80%;
    max-width: 1280px;
  }
}

#pickUpTime {
  padding-top: 6px;
  width: 50%;
}

#tariff-section {
  width: 100%;
}

#places-section {
  margin: 40px 0px;
  width: 100%;
}

#places-section h2 {
  text-align: center;
}

#places-section a {
  font-weight: 600;
  color: #0a76c2;
}

.single-taxi-one {
  position: relative;
  text-align: center;
  border-style: solid;
  border-width: 2px;
  border-color: #f3f3f3;
  border-radius: 10px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
  border: 2px solid #1274b9;
}
.single-taxi-one .inner-content {
  position: relative;
  z-index: 10;
}
.single-taxi-one:before,
.single-taxi-one:after {
  content: "";
  position: absolute;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  transition: all 0.4s ease;
  border-radius: 10px;
}
.single-taxi-one:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  border-top: 2px solid #ffc000;
  border-bottom: 2px solid #ffc000;
}
.single-taxi-one:after {
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  border-left: 2px solid #ffc000;
  border-right: 2px solid #ffc000;
}
.single-taxi-one h3 {
  color: #111111;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

.single-taxi-one ul.feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0 70px;
  margin-top: 15px;
}
.single-taxi-one ul.feature-list li {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  color: #717171;
  font-size: 16px;
}
.single-taxi-one ul.feature-list li + li {
  margin-top: 7px;
}
.single-taxi-one ul.feature-list li span.price-line {
  font-weight: 600;
}
.single-taxi-one .book-taxi-btn {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  background-color: #f3f3f3;
  border-radius: 29px;
  padding: 12px 77px;
  transition: all 0.4s ease;
  margin-top: 30px;
}

.single-taxi-one {
  margin-bottom: 30px;
}

#tariff-section .row {
  justify-content: center;
}

#tariff-section {
  background-color: #efefef;
  margin: 40px 0px;
}

.single-taxi-one img {
  /* width: 26rem; */
  height: 12rem;
  object-fit: cover;
  object-position: top;
}

@media (prefers-reduced-motion: no-preference) {
  #about-section .col-md-4 h6,
  section .row h2 {
    animation: move-bg 8s linear infinite;
  }
  @keyframes move-bg {
    to {
      background-position: var(--bg-size) 0;
    }
  }
}

section .row {
  width: 100%;
  text-align: center;
}
section .row h2 {
  font-weight: 600;
  color: #0a76c2;
  font-family: sans-serif;
  font-size: clamp(45px, 25vmin, 35px);
  margin: auto;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (min-width: 1080px) {
  /* section .row h2 {
    font-weight: 600;
    --bg-size: 400%;
    --color-one: #0574a6;
    --color-two: #0a76c2;
    font-family: sans-serif;
    font-size: clamp(45px, 25vmin, 35px);
    background: linear-gradient(90deg, var(--color-one), var(--color-two), var(--color-one)) 0 0 /
      var(--bg-size) 100%;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    animation: move-bg 8s linear infinite;
    margin: auto;
    margin-bottom: 40px;
    text-align: center;
  } */
}

.cta-section h3 {
  font-size: 36px;
  padding-top: 2rem;
}

.cta-section p {
  color: #efefef;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .cta-call p {
    font-size: 52px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .shape-img1 {
    padding-right: 0;
  }
  .cta-call p {
    font-size: 44px;
  }
  .sec-shape1 img {
    height: 250px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .cta-call p {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .sec-shape1 img {
    height: 160px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .cta-call p {
    font-size: 22px;
  }
}

#form1 .left-info-container h1 {
  color: #000;
  font-size: 32px;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--border-color);
}

th {
  font-weight: 700;
  color: var(--title-color);
}

td,
th {
  border: 1px solid var(--border-color);
  padding: 9px 12px;
}

.faq-item h3 {
  color: #000;
  font-size: 20px;
  margin-top: 12px;
}

.sub-h1 {
  font-size: 26px;
  display: block;
  line-height: 2;
}

.city-info {
  text-align: left;
  margin: 20px 0px;
  display: block;
  line-height: 1.5;
}

.city-info ul {
  padding: 12px 36px;
  line-height: 1.8;
}

.city-info ul li {
  text-align: left;
}

.content-collapsed {
  display: none;
}

.to-city-heading {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.to-city-heading span {
  font-size: 32px;
  line-height: 0.5;
  padding: 0px 16px;
  font-weight: 800;
  margin-top: -8px;
}

.BreadcrumbList {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  text-align: left;
  display: block;
  margin-top: 32px;
  font-weight: 700;
}

.BreadcrumbList a {
  color: #000;
  font-weight: 400;
}

.section-container.flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  line-height: 1.2;
}

.section-container.flex p {
  line-height: 1.5;
  margin-bottom: 8px;
}

.section-container.flex img {
  max-width: 500px;
  border: #0a76c2 solid 15px;
  margin-left: 16px;
}

.section-container.flex ul li {
  list-style: none;
  padding-top: 12px;
}

.route-info h2,
.route-info h3,
.route-info h4 {
  color: #000;
  margin: 0px;
}

.route-info h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
.route-info h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px;
}

.route-info h4 {
  font-size: 16px;
  font-weight: 400;
}

.other-route-info h2,
.other-route-info h3,
.other-route-info h4,
.other-route-info h5 {
  color: #000;
  margin: 0px;
}

.other-route-info h5 {
  font-size: 16px;
}

.other-route-info ul li {
  list-style: none;
}

.other-route-info ul {
  margin: 16px 0px;
}

.other-route-info li {
  margin: 8px 0px;
}

.faq-item li {
  list-style-position: inside;
}

.footer-social {
  display: flex;
}

.drop-taxi-links-container h4,
.drop-taxi-links-container h5 {
  font-size: 16px;
  margin: 0px;
  display: inline;
}

.drop-taxi-links-container h3 {
  margin-top: 16px;
}

.to-city-heading span {
  margin-top: 16px;
}

.faq-item {
  margin: 16px auto;
}

.faq-item h4,
.faq-item h5 {
  font-size: 16px;
  color: #000;
}

.faq-item p {
  line-height: 1.2;
}

.faq-item a {
  color: #0a76c2;
}

section .cities-container h2 {
  margin: 8px 0px;
  color: #000;
  font-size: 18px;
}

#places-section h4 {
  font-size: 18px;
  padding-left: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* --bg-size: 400%; */
  /* --color-one: #0574a6; */
  /* --color-two: #0a76c2;
  font-family: sans-serif;
  font-size: clamp(45px, 25vmin, 35px);
  background: linear-gradient(90deg, var(--color-one), var(--color-two), var(--color-one)) 0 0 /
    var(--bg-size) 100%;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  animation: move-bg 8s linear infinite; */
  color: #0a76c2;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 26px;
  color: #e45b0b;
}

h3,
.pr-section .heading {
  font-size: 22px;
  color: #0574a6;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* p {
  font-size: 12px;
  line-height: 2;
} */

section h2 {
  margin: 40px auto 20px;
}

.cta-section h3 {
  margin: 40px auto 20px;
}

section .section-container {
  max-width: 1280px;
  width: 90%;
  margin: 25px auto;
}

.list-heading {
  display: block;
  font-weight: 700;
  font-size: 26px;
}

.why-choose ul li {
  list-style: none;
  line-height: 2;
}

.why-choose a {
  color: #e45b0b;
  font-weight: 700;
}

.review-container {
  display: flex;
}

.reviewer-details {
  display: flex;
  align-self: center;
  justify-content: flex-start;
  gap: 10px;
}

.reviewer-name {
  font-weight: 700;
  text-transform: capitalize;
  margin: 10px auto;
  min-height: 36px;
}

.company-name {
  font-weight: 700;
  text-transform: capitalize;
  margin: 10px auto;
}

.review-comments {
  line-height: 1.5;
  text-align: justify;
}

.review-photo img {
  max-width: 60px;
  border-radius: 50%;
}

.customer-review {
  padding: 2%;
}

.company-review-details {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.company-review-photo {
  padding: 10px;
  background-color: #000;
  max-width: 60px;
  max-height: 60px;
  border-radius: 50%;
}

.pr-links {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.pr-links img {
  max-height: 80px;
}

.pr-links .col-lg-3 {
  text-align: center;
}

.site-recomendation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
}

.site-recomendation img {
  max-height: 80px;
}

footer .container {
  max-width: 80%;
}

.elGi1d {
  color: #fbbc04;
}

.NhBTye {
  font-variation-settings: "FILL" 1;
}

.google-symbols {
  font-family: "Google Symbols";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 1180px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 36px;
    color: #0a76c2;
  }

  h3,
  .h3 {
    font-size: 32px;
    color: #0574a6;
  }

  h4,
  .h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }
  .card.ptr-card h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }

  .col-lg-4 {
    width: 25%;
  }
}

@media screen and (max-width: 1180px) {
  .mobile-column .review-container {
    flex-direction: column;
  }
  .mobile-column .review-container .company-review-details {
    margin-bottom: 30px;
  }
  .mobile-column .customer-review {
    margin: 10px 0px;
  }
  .cta-section {
    padding: 0% 5%;
  }
  .cta-big-text {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .footer-social a {
    margin: 12px 24px;
  }
  .footer-social {
    justify-content: start;
    display: flex;
    flex-wrap: wrap;
  }
  .section-container.flex.route-info {
    flex-direction: column;
  }
  .section-container.flex.route-info img {
    max-width: 100%;
    margin: auto;
  }
  .section-container.flex.route-info table {
    width: 100%;
    font-size: 12px;
  }
  .BreadcrumbList {
    padding: 0 16px;
  }
  section .row .section-container h2 {
    font-size: 20px;
  }
  section .row .section-container h1 {
    font-size: 30px;
  }
  /* section p {
    font-size: 14px;
  } */
}

.service-area-flex {
  display: flex;
  margin-top: 32px;
}

@media screen and (max-width: 1180px) {
  .service-area-flex {
    flex-direction: column;
  }
  .service-area-flex .col-lg-4 {
    width: 100%;
  }
}

.list-flex {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.coverage h3 {
  color: #000;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 8px;
}

.hidden {
  display: none;
}
