/* @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: #e03923;
}

.popular-routes li {
  margin: 8px 0px;
}

section a {
  color: #e03923;
}

.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: #ffc61a;
}

.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: #e03923;
  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,
.accordion.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: #ffcc00 8px solid;
}
.kushi-main-info {
  display: flex;
  flex-direction: row-reverse;
  gap: 16px;
}

/* .yellow-call {
  background-color: #ffcc00;
  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 #ffc61a;
  /* 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: #ffcc00;
    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: #ffcc00;
  }

  .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: #e03923;
    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: #ffc107;
  border-top: 2px solid #ffc107;
  border-bottom: 2px solid #ffc107;
}

.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: #ffc107;
  border-top: 2px solid #ffc107;
  border-bottom: 2px solid #ffc107;
}

.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 #ffc107 !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: #ffc107 !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: #ffc107 !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: #ffcc00;
  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;
}

.left-info-container a {
  text-decoration: none;
  color: #000;
}

.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: #ccc;
  padding: 0px 16px;
  border-right: 1px solid #ccc;
}
footer.footer-wrapper a.privacy-policy-link:last-of-type p {
  border-right: 0px;
}

.note {
  background: #fffbea;
  border-left: 4px solid #f59e0b;
  padding: 10px;
  margin: 15px 0;
}

.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: #000;
  background-color: #ffcc00;
  border-color: #ffcc00;
  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: #ffcc00;
  border-color: #ffcc00;
  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: #ffcc00;
  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: #ffcc00;
  transform: scale(1.05);
}

.kushi-service:hover .btn-service::before {
  left: 100%;
}

.btn-service span {
  position: relative;
  z-index: 2;
}

mark {
  background-color: #ffcc00;
}

.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 #ffcc00;
}

@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: #000;
  background-color: #ffcc00;
  border-color: #ffcc00;
  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: #e03923;
  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: #333;
  }
  .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: #ffcc00;
}
.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: #f7cd09;
  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: #ffcc00;
}
.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: #ffcc00;
  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: #ffc61a;
  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: #ffc61a;
  font-weight: 800;
}

.cta-big-text {
  font-size: 26px;
}

.card.ptr-card {
  background-color: #333;
  color: #fff;
}

.card.ptr-card a:hover {
  color: #e03923;
}

.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: #ffcc00;
}

/* #contact-us-page {
  background: #efefef;
} */
.contact-us-section {
  max-width: 1280px;
  width: 90%;
  margin: 20px auto;
}

.contact-us-section iframe {
  border: 10px solid #ffcc00;
}

.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 #ffcc00;
}
.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: #e03923;
  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: #f4a900;
  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 #ffcc00;
}

.kushi-table th {
  border: 0px;
  text-align: left;
  border-bottom: 2px solid #ffcc00;
}

.kushi-table td {
  border: 0px solid #ffcc00;
}

.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;
}

.route-main-info.flex {
  display: flex;
  flex-direction: column;
}

.route-main-info-img img {
  border: 12px solid #ffc61a;
}
.route-main-info-img figcaption {
  margin-top: 8px;
  font-size: 14px;
}

@media screen and (min-width: 1080px) {
  .route-main-info.flex {
    flex-direction: row;
  }
  .route-main-info-text {
    width: 50%;
  }

  .route-main-info-img figure {
    text-align: center;
    max-width: 500px;
  }
}

.service-area-list li {
  list-style: none;
}

.service-area-list {
  display: inline-flex;
  gap: 4px;
  flex-wrap: wrap;
}

.service-areas-links {
  display: flex;
  gap: 8px;
}

.d-block {
  display: block;
}

.tnccontainer {
  /* font-family: Arial, sans-serif; */
  line-height: 1.6;
  color: #333;
  margin: 0;
  /* padding: 20px; */
  /* background-color: #f9f9f9; */
}
.tnccontainer {
  max-width: 1080px;
  margin: 0 auto;
  background: #fff;
  padding: 32px;
  border-radius: 10px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}
.tnccontainer h1,
.tnccontainer h2,
.tnccontainer h3 {
  color: #333;
}
.tnccontainer h1 {
  font-size: 42px;
}
.tnccontainer h2 {
  margin-top: 32px;
}
.tnccontainer h3 {
  font-size: 24px;
  margin-top: 20px;
}
.tnccontainer ul {
  padding-left: 16px;
}
.tnccontainer .no-bullet {
  list-style: none;
}
.tnccontainer ul {
  margin: 16px;
}
.tnccontainer .no-top-margin {
  margin-top: 0px;
}
.tnccontainer .pl2 {
  padding-left: 32px;
}
.tnccontainer .mb2 {
  margin-bottom: 32px;
}
.tnccontainer p {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 720px) {
  .tnccontainer ul {
    margin: 8px;
  }
  .tnccontainer ul {
    padding-left: 12px;
  }
  .tnccontainer .no-bullet > li {
    margin-top: 20px;
  }
  .tnccontainer h2 {
    font-size: 24px;
  }
  .tnccontainer h3 {
    font-size: 20px;
  }
  .tnccontainer h1 {
    font-size: 32px;
    padding-bottom: 12px;
  }
}
