body {
  font-family: "Outfit", serif;
}
body .navbar-main {
  width: 100%;
  background: var(--Header-Footer-BG, #1C1C1C);
}
body .navbar-main .container .navigation-wrap {
  padding: 10px 0px;
}
body .navbar-main .container .navigation-wrap .navbar-toggler {
  border: none;
}
body .navbar-main .container .navigation-wrap .navbar-toggler i {
  font-size: 40px;
  color: white;
}
body .navbar-main .container .navigation-wrap .navbar-nav {
  margin-left: 15%;
}
@media (max-width: 1400px) {
  body .navbar-main .container .navigation-wrap .navbar-nav {
    margin-left: 0;
  }
}
body .navbar-main .container .navigation-wrap .navbar-nav li a {
  font-size: 16px;
  font-weight: 400;
  color: white;
}
@media (max-width: 1400px) {
  body .navbar-main .container .navigation-wrap .navbar-nav li a {
    font-size: 14px;
  }
}
body .navbar-main .container .navigation-wrap .main-address {
  display: flex;
  align-items: center;
  gap: 10px;
}
body .navbar-main .container .navigation-wrap .main-address a {
  text-decoration: none;
  color: white;
}
body .footer {
  background: var(--Header-Footer-BG, #1C1C1C);
  padding-top: 40px;
}
body .footer .container .row .footer-logo {
  padding-bottom: 25px;
}
body .footer .container .row .footer-address {
  display: flex;
  gap: 10px;
  padding-bottom: 20px;
}
body .footer .container .row .footer-address p {
  color: white;
  line-height: 1.8;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}
body .footer .container .row .footer-address .main-address {
  display: flex;
  align-items: center;
  gap: 10px;
}
body .footer .container .row .footer-address .main-address a {
  color: white;
  font-family: "Outfit", serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}
body .footer .container .row .footer-head-title {
  margin-bottom: 20px;
}
body .footer .container .row .footer-head-title h6 {
  color: white;
  font-family: "Outfit", serif;
  font-size: 32px;
  font-weight: 700;
}
body .footer .container .row .footer-icons ul {
  padding-left: 0px;
}
body .footer .container .row .footer-icons ul li {
  list-style: none;
  padding-bottom: 20px;
}
body .footer .container .row .footer-icons ul li a {
  color: white;
  font-family: "Outfit", serif;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
}
body .footer .container .row .footer-icons ul li .text-decoration-icon {
  text-decoration: none;
}
body .footer .container .row .footer-icon-2 ul li {
  padding-bottom: 5px;
}
body .last-line {
  text-align: center;
  background-color: #F2B120;
  padding: 12px;
}
body .last-line span {
  color: black;
  font-size: 15px;
  font-weight: 400;
}
body .header-banner {
  background-image: url("/assets/img/header-banner.png");
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 750px;
  position: relative;
  padding: 100px 0;
}
@media (max-width: 1205px) {
  body .header-banner {
    height: 850px;
  }
}
@media (max-width: 992px) {
  body .header-banner {
    height: 100%;
  }
}
body .header-banner .container .title h6 {
  font-size: 16px;
  font-weight: 400;
  color: #F2B120;
}
body .header-banner .container .title h1 {
  font-size: 60px;
  font-weight: 700;
  padding-bottom: 20px;
  color: white;
}
@media (max-width: 992px) {
  body .header-banner .container .title h1 {
    font-size: 50px;
  }
}
@media (max-width: 500px) {
  body .header-banner .container .title h1 {
    font-size: 40px;
  }
}
body .form-check-input:checked {
  background-color: #F2B120;
  border-color: #F2B120;
}
body .form-check-input:focus {
  border-color: #F2B120;
  outline: 0;
  box-shadow: none;
}
body .acton-form {
  position: absolute;
  margin-top: -140px;
  display: block;
  background: white;
  width: 25%;
  border: 0.5px solid rgba(12, 75, 133, 0.1019607843);
  border-radius: 36px;
  box-shadow: 0px 1.5px 45px 0px rgba(29, 41, 57, 0.08);
}
@media (max-width: 1785px) {
  body .acton-form {
    width: 29%;
  }
}
@media (max-width: 1540px) {
  body .acton-form {
    width: 32%;
  }
}
@media (max-width: 1395px) {
  body .acton-form {
    width: 35%;
  }
}
@media (max-width: 1205px) {
  body .acton-form {
    width: 45%;
  }
}
@media (max-width: 992px) {
  body .acton-form {
    display: none;
  }
}
body .acton-form .form-top-heading {
  border-radius: 36px 36px 0px 0px;
  background-color: white;
  padding: 50px 20px 0px 20px;
  position: relative;
}
body .acton-form .form-top-heading .form-header-content {
  border: 1px solid transparent;
  padding: 5px;
  position: absolute;
  background-color: #F2B120;
  top: -40px;
  text-align: center;
  border-radius: 20px;
  right: 45px;
  width: 55%;
}
@media (max-width: 1205px) {
  body .acton-form .form-top-heading .form-header-content {
    right: 10px;
  }
}
body .acton-form .form-top-heading .form-header-content h6 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
body .acton-form .form-top-heading .form-header-content span {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
body .acton-form .form-top-heading .form-tittle {
  padding-top: 30px;
}
body .acton-form .form-top-heading .form-tittle h4 {
  font-weight: 400;
  color: #333;
  font-size: 16px;
  margin-bottom: 0px;
}
body .acton-form .form-top-heading img {
  position: absolute;
  top: -61px;
  left: 10px;
}
body .acton-form .form {
  padding: 10px 10px;
}
body .acton-form .form .date-time {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1205px) {
  body .acton-form .form .date-time {
    gap: 10px;
  }
}
@media (max-width: 992px) {
  body .acton-form .form .date-time {
    flex-direction: column;
  }
}
@media (max-width: 1205px) {
  body .acton-form .form .date-time .fields-three {
    width: 100%;
  }
}
body .acton-form .form .date-time img {
  position: absolute;
  top: 15px;
  left: 15px;
}
body .acton-form .form .date-time input {
  width: 200px;
  border: 1px solid #EDEDFF;
  border-radius: 40px;
  padding: 10px 15px;
  padding-left: 40px;
  font-size: 16px;
  color: #333;
}
body .acton-form .form .date-time input:focus-visible {
  outline: none;
}
body .acton-form .form .date-time input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #333;
}
body .acton-form .form .date-time input::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #333;
}
@media (max-width: 1205px) {
  body .acton-form .form .date-time input {
    width: 100%;
  }
}
body .acton-form .form .date-time .pick-icon {
  position: relative;
}
body .acton-form .form .date-time .pick-icon img {
  position: absolute;
  top: 14px;
  left: 15px;
}
body .acton-form .form .date-time .pick-icon select {
  width: 200px;
  border: 1px solid #EDEDFF;
  border-radius: 40px;
  padding: 10px 15px;
  font-size: 16px;
  padding-left: 40px;
  color: #333;
}
body .acton-form .form .date-time .pick-icon select:focus-visible {
  outline: none;
}
body .acton-form .form .date-time .pick-icon select::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #333;
}
body .acton-form .form .date-time .pick-icon select::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #333;
}
@media (max-width: 1205px) {
  body .acton-form .form .date-time .pick-icon select {
    width: 100%;
  }
}
body .acton-form .form .date-time span {
  padding-right: 20px;
  font-weight: 400;
  font-size: 16px;
}
body .acton-form .form .date-time label {
  width: 250px;
  font-weight: 400;
  font-size: 16px;
  word-spacing: 7px;
}
body .acton-form .form .type-service {
  padding: 8px 0px;
  width: 100%;
  display: flex;
}
body .acton-form .form .type-service .service-label {
  width: 100%;
}
body .acton-form .form .type-service .service-label label {
  font-weight: 400;
  font-size: 16px;
}
body .acton-form .form .type-service .service-input {
  width: 100%;
}
body .acton-form .form .type-service .service-input input {
  width: 100%;
  border: 1px solid #EDEDFF;
  border-radius: 40px;
  padding: 5px;
}
body .acton-form .form .type-service .service-input input::-moz-placeholder {
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  padding-left: 10px;
  padding-bottom: 10px;
}
body .acton-form .form .type-service .service-input input::placeholder {
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  padding-left: 10px;
  padding-bottom: 10px;
}
body .acton-form .form .from {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
body .acton-form .form .to {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
body .acton-form .form .ride-type {
  padding: 8px 0px;
  display: flex;
  justify-content: center;
}
body .acton-form .form .ride-type .radio-btns input[type=radio] {
  display: none;
}
body .acton-form .form .ride-type .radio-btns {
  display: flex;
  width: 100%;
}
body .acton-form .form .ride-type .radio-btns label {
  padding: 10px 20px;
  box-shadow: 0px 1.122px 2.244px 0px rgba(16, 24, 40, 0.05);
  background-color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  text-align: center;
}
body .acton-form .form .ride-type .radio-btns input[type=radio]:checked + label {
  background-color: #F2B120;
  color: white;
  border-color: #F2B120;
}
body .acton-form .form .pickup {
  padding: 8px 0px;
  display: flex;
  align-items: center;
}
body .acton-form .form .pickup label {
  font-weight: 400;
  font-size: 16px;
  width: 100%;
}
body .acton-form .form .pickup .pickup-input {
  width: 100%;
  position: relative;
}
body .acton-form .form .pickup .pickup-input img {
  position: absolute;
  top: 15px;
  left: 15px;
}
body .acton-form .form .pickup .pickup-input input {
  width: 100%;
  border: 1px solid #EDEDFF;
  border-radius: 40px;
  padding: 10px 15px;
  padding-left: 40px;
  font-size: 16px;
  color: #333;
}
body .acton-form .form .pickup .pickup-input input:focus-visible {
  outline: none;
}
body .acton-form .form .pickup .pickup-input input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #333;
}
body .acton-form .form .pickup .pickup-input input::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #333;
}
body .acton-form .form .drop {
  padding: 8px 0px;
  display: flex;
  align-items: center;
}
body .acton-form .form .drop .drop-input {
  width: 100%;
  position: relative;
}
body .acton-form .form .drop .drop-input img {
  position: absolute;
  top: 15px;
  left: 15px;
}
body .acton-form .form .drop .drop-input input {
  width: 100%;
  border: 1px solid #EDEDFF;
  border-radius: 40px;
  padding: 10px 15px;
  padding-left: 40px;
  font-size: 16px;
  color: #333;
}
body .acton-form .form .drop .drop-input input:focus-visible {
  outline: none;
}
body .acton-form .form .drop .drop-input input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #333;
}
body .acton-form .form .drop .drop-input input::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #333;
}
body .acton-form .form .child-seat-dropdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .acton-form .form .child-seat-dropdown label span {
  font-size: 12px;
}
body .acton-form .form .selector {
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
body .acton-form .form .selector .fields-seven {
  position: relative;
}
@media (max-width: 1275px) {
  body .acton-form .form .selector .fields-seven {
    width: 100%;
  }
}
body .acton-form .form .selector .fields-seven img {
  position: absolute;
  top: 14px;
  left: 15px;
}
body .acton-form .form .selector .fields-seven select {
  width: 200px;
  border: 1px solid #EDEDFF;
  border-radius: 40px;
  padding: 10px 15px;
  padding-left: 40px;
  font-size: 16px;
  color: #333;
}
body .acton-form .form .selector .fields-seven select:focus-visible {
  outline: none;
}
body .acton-form .form .selector .fields-seven select::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #333;
}
body .acton-form .form .selector .fields-seven select::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #333;
}
@media (max-width: 1275px) {
  body .acton-form .form .selector .fields-seven select {
    width: 100%;
  }
}
body .acton-form .form .selector .fields-three {
  position: relative;
}
@media (max-width: 1275px) {
  body .acton-form .form .selector .fields-three {
    width: 100%;
  }
}
body .acton-form .form .selector .fields-three img {
  position: absolute;
  top: 14px;
  left: 15px;
}
body .acton-form .form .selector .fields-three select {
  width: 200px;
  border: 1px solid #EDEDFF;
  border-radius: 40px;
  padding: 10px 15px;
  padding-left: 40px;
  font-size: 16px;
  color: #333;
}
body .acton-form .form .selector .fields-three select:focus-visible {
  outline: none;
}
body .acton-form .form .selector .fields-three select::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #333;
}
body .acton-form .form .selector .fields-three select::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #333;
}
@media (max-width: 1275px) {
  body .acton-form .form .selector .fields-three select {
    width: 100%;
  }
}
body .acton-form .form .add-child,
body .acton-form .form .add-pet {
  padding: 8px 0px;
}
body .acton-form .form .add-child label,
body .acton-form .form .add-pet label {
  font-weight: 400;
  font-size: 16px;
}
body .acton-form .form .fare-btn {
  width: 100%;
}
body .acton-form .form .fare-btn button {
  width: 100%;
  font-weight: 600;
  background-color: #F2B120;
  font-size: 16px;
  padding: 10px 14px;
  color: white;
  border-radius: 40px;
  border: 1px solid transparent;
}
body .acton-form .form .confirm-reserve {
  padding: 8px 0px;
}
body .acton-form .form .confirm-reserve p {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 992px) {
  body .mobile-view-form {
    margin: 10% 0 5% 0;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  body .mobile-view-form {
    margin-top: 100px;
  }
}
body .mobile-view-form .acton-form {
  display: none;
}
@media (max-width: 992px) {
  body .mobile-view-form .acton-form {
    display: block;
    position: relative;
    margin: 0;
    width: 100%;
  }
}
body .faqs .title {
  text-align: center;
}
body .faqs .title h2 {
  color: #333;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 414px) {
  body .faqs .title h2 {
    font-size: 30px;
  }
}
body .faqs .title p {
  font-size: 16px;
  font-weight: 400;
}
body .faqs .accordion .accordion-item {
  margin-bottom: 8px;
}
body .faqs .accordion .accordion-item .accordion-header .accordion-button {
  font-family: "Outfit", serif;
  background: white;
  border-radius: 10px;
  font-size: 22px;
  color: #333;
  font-weight: 500;
  padding: 24px 49px;
  border: 1px solid #F2B120;
}
@media (max-width: 500px) {
  body .faqs .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 14px;
    padding: 24px 14px;
  }
}
body .faqs .accordion .accordion-item .accordion-header .accordion-button::after {
  content: "";
  background-image: url("/assets/img/faqs-Symbol.png");
  margin-left: 13px;
  right: 20px;
  position: absolute;
}
body .faqs .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #F8F8F8;
}
body .faqs .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
body .faqs .accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
  content: "";
  background-image: url(/assets/img/faqs-Symbol.png);
  margin-left: 13px;
  right: 20px;
  position: absolute;
}
body .faqs .accordion .accordion-item .accordion-collapse .accordion-body {
  background-color: #333;
  overflow: hidden;
  color: #BCBCBC;
  text-align: justify;
  font-family: "Outfit", serif;
  border-radius: 10px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
  padding: 16px 18px 16px 42px;
  position: relative;
}
body .best-option-taxi .title {
  text-align: center;
}
body .best-option-taxi .title h2 {
  color: #333;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 414px) {
  body .best-option-taxi .title h2 {
    font-size: 30px;
  }
}
body .best-option-taxi .title p {
  font-size: 16px;
  font-weight: 400;
}
body .best-option-taxi .col-lg-6 {
  margin: 10px 0;
}
body .best-option-taxi .col-lg-6 .best-taxi-card {
  border-radius: 10px;
  border: 1.12px solid var(--Primary-Yellow, #EEB338);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 12px;
  height: 130px;
  margin: 10px 0;
}
@media (max-width: 520px) {
  body .best-option-taxi .col-lg-6 .best-taxi-card {
    height: 100%;
    margin: 10px 0;
  }
}
body .best-option-taxi .col-lg-6 .best-taxi-card .content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
body .best-option-taxi .col-lg-6 .best-taxi-card .content h6 {
  font-size: 18px;
  font-weight: 800;
  color: #333;
}
body .best-option-taxi .col-lg-6 .best-taxi-card .content p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
body .best-option-taxi .button {
  text-align: center;
  margin-top: 30px;
}
body .best-option-taxi .button a {
  text-decoration: none;
  color: white;
  background-color: #F2B120;
  border-radius: 30px;
  padding: 12px 20px;
}
@media (max-width: 380px) {
  body .best-option-taxi .button a {
    padding: 12px 10px;
    font-size: 13px;
  }
}
body .traveling-location {
  margin: 30px 0;
}
body .traveling-location .traveling-box {
  border-radius: 20px;
  background: #F7F7F7;
  padding: 65px 30px;
}
body .traveling-location .traveling-box .img {
  text-align: center;
}
@media (max-width: 500px) {
  body .traveling-location .traveling-box .img {
    margin-top: 40px;
  }
}
body .traveling-location .traveling-box .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .traveling-location .traveling-box .content h1 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
}
@media (max-width: 500px) {
  body .traveling-location .traveling-box .content h1 {
    font-size: 30px;
  }
}
body .traveling-location .traveling-box .content p {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
body .traveling-location .traveling-box .content .area-btn {
  padding-top: 25px;
}
body .traveling-location .traveling-box .content .area-btn a {
  text-decoration: none;
  color: white;
  background-color: #F2B120;
  border-radius: 30px;
  padding: 12px 20px;
}
body #homePage .concord-car-service .container .title {
  text-align: center;
}
body #homePage .concord-car-service .container .title h2 {
  color: #333;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 414px) {
  body #homePage .concord-car-service .container .title h2 {
    font-size: 30px;
  }
}
body #homePage .concord-car-service .container .title p {
  font-size: 16px;
  font-weight: 400;
}
body #homePage .service-sec .title {
  text-align: center;
}
body #homePage .service-sec .title h2 {
  color: #333;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 414px) {
  body #homePage .service-sec .title h2 {
    font-size: 30px;
  }
}
body #homePage .service-sec .title p {
  font-size: 16px;
  font-weight: 400;
}
body #homePage .service-sec .home-service-card {
  border-radius: 15px;
  display: flex;
  gap: 30px;
  margin: 10px 0;
  align-items: center;
  padding: 25px 20px;
  justify-content: center;
  background: var(--Grey, #F7F7F7);
}
@media (max-width: 430px) {
  body #homePage .service-sec .home-service-card {
    gap: 10px;
    padding: 15px 10px;
  }
}
body #homePage .service-sec .home-service-card .content {
  line-height: 1.9;
}
body #homePage .service-sec .home-service-card .content h5 {
  font-size: 28px;
  font-weight: 700;
  color: #333;
}
body #homePage .service-sec .home-service-card .content p {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
body #homePage .service-sec .home-service-card .content .button a {
  text-decoration: none;
  color: white;
  background-color: #F2B120;
  border-radius: 30px;
  padding: 10px 15px;
}
body #homePage .concord-testimonials .container {
  padding-bottom: 30px;
  padding-top: 20px;
}
body #homePage .concord-testimonials .container .testimonials-title {
  text-align: center;
}
body #homePage .concord-testimonials .container .testimonials-title h2 {
  color: #333;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 414px) {
  body #homePage .concord-testimonials .container .testimonials-title h2 {
    font-size: 30px;
  }
}
body #homePage .concord-testimonials .container .testimonials-title p {
  font-size: 16px;
  font-weight: 400;
}
body #homePage .concord-testimonials .container .swiper .swiper-wrapper {
  height: 540px;
}
@media (max-width: 767px) {
  body #homePage .concord-testimonials .container .swiper .swiper-wrapper {
    height: 600px;
  }
}
body #homePage .concord-testimonials .container .swiper .swiper-wrapper .swiper-slide {
  margin-top: 3%;
}
@media (max-width: 767px) {
  body #homePage .concord-testimonials .container .swiper .swiper-wrapper .swiper-slide {
    margin-top: -5%;
  }
}
body #homePage .concord-testimonials .container .swiper .swiper-wrapper .swiper-slide .main-box {
  margin-top: 20px;
  border-radius: 20px;
  border: 1px solid transparent;
  background: white;
  padding: 25px;
}
body #homePage .concord-testimonials .container .swiper .swiper-wrapper .swiper-slide .main-box .teams-img img {
  width: 100%;
}
body #homePage .concord-testimonials .container .swiper .swiper-wrapper .swiper-slide .main-box .team-content {
  padding: 10px 0;
}
body #homePage .concord-testimonials .container .swiper .swiper-wrapper .swiper-slide .main-box .team-content h6 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
}
body #homePage .concord-testimonials .container .swiper .swiper-wrapper .swiper-slide .main-box .team-content .data-icons {
  display: flex;
  gap: 15px;
  padding: 10px 0;
}
body #homePage .concord-testimonials .container .swiper .swiper-wrapper .swiper-slide .main-box .team-content .data-icons .icon {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(238, 179, 56, 0.15);
  padding: 4px 10px;
  border-radius: 20px;
}
body #homePage .concord-testimonials .container .swiper .swiper-wrapper .swiper-slide .main-box .reservation-btn {
  width: 100%;
  text-align: center;
  display: flex;
}
body #homePage .concord-testimonials .container .swiper .swiper-wrapper .swiper-slide .main-box .reservation-btn a {
  text-decoration: none;
  color: white;
  width: 100%;
  background-color: #F2B120;
  border-radius: 30px;
  padding: 10px 0;
}
body #homePage .concord-testimonials .container .swiper .swiper-button-next {
  font-size: 30px;
  top: 8%;
  height: 40px;
  width: 40px;
  color: rgb(0, 0, 0);
  background-color: transparent;
  border-radius: 5px;
  padding: 20px;
  right: 0%;
  border: 1px solid #F2B120;
}
body #homePage .concord-testimonials .container .swiper .swiper-button-next i {
  font-size: 25px;
}
body #homePage .concord-testimonials .container .swiper .swiper-button-next::after {
  content: "";
}
@media (max-width: 768px) {
  body #homePage .concord-testimonials .container .swiper .swiper-button-next {
    right: 35%;
    top: 90%;
  }
}
@media (max-width: 450px) {
  body #homePage .concord-testimonials .container .swiper .swiper-button-next {
    right: 30%;
    top: 80%;
  }
}
body #homePage .concord-testimonials .container .swiper .swiper-button-prev {
  top: 8%;
  left: 92%;
  font-size: 30px;
  height: 40px;
  width: 40px;
  color: rgb(0, 0, 0);
  background-color: transparent;
  border-radius: 5px;
  padding: 20px;
  border: 1px solid #F2B120;
}
body #homePage .concord-testimonials .container .swiper .swiper-button-prev i {
  font-size: 25px;
}
body #homePage .concord-testimonials .container .swiper .swiper-button-prev::after {
  content: "";
}
@media (max-width: 1199px) {
  body #homePage .concord-testimonials .container .swiper .swiper-button-prev {
    left: 86%;
  }
}
@media (max-width: 768px) {
  body #homePage .concord-testimonials .container .swiper .swiper-button-prev {
    left: 35%;
    top: 90%;
  }
}
@media (max-width: 450px) {
  body #homePage .concord-testimonials .container .swiper .swiper-button-prev {
    left: 30%;
    top: 80%;
  }
}
body #homePage .area-we-serve .title {
  text-align: center;
}
body #homePage .area-we-serve .title h2 {
  color: #333;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 414px) {
  body #homePage .area-we-serve .title h2 {
    font-size: 30px;
  }
}
body #homePage .area-we-serve .title p {
  font-size: 16px;
  font-weight: 400;
}
body #homePage .area-we-serve .area-list h3 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
}
body #homePage .area-we-serve .area-list .points {
  line-height: 2.2;
  margin-top: 20px;
}
body #homePage .area-we-serve .area-list .points .li {
  display: flex;
  gap: 15px;
  align-items: center;
}
body #homePage .area-we-serve .area-list .points .li span {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
body #homePage .area-we-serve .area-list .points .area-btn {
  padding-top: 25px;
}
body #homePage .area-we-serve .area-list .points .area-btn a {
  text-decoration: none;
  color: white;
  background-color: #F2B120;
  border-radius: 30px;
  padding: 12px 20px;
}
body #homePage .area-we-serve .img {
  text-align: center;
}
@media (max-width: 992px) {
  body #homePage .area-we-serve .img {
    margin-top: 30px;
  }
}
body #about-page .about-sec .title {
  text-align: start;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
body #about-page .about-sec .title h2 {
  color: #333;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 414px) {
  body #about-page .about-sec .title h2 {
    font-size: 30px;
  }
}
body #about-page .about-sec .title p {
  font-size: 16px;
  font-weight: 400;
}
body #about-page .about-sec .img {
  text-align: center;
}
body #about-page .service-feature .container .title {
  text-align: center;
}
body #about-page .service-feature .container .title h2 {
  color: #333;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 414px) {
  body #about-page .service-feature .container .title h2 {
    font-size: 30px;
  }
}
body #about-page .service-feature .container .title p {
  font-size: 16px;
  font-weight: 400;
}
body #about-page .service-feature .container .img {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
body #about-page .service-feature .container .area-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
body #about-page .service-feature .container .area-list .points {
  line-height: 2.2;
  margin-top: 20px;
}
body #about-page .service-feature .container .area-list .points .li {
  display: flex;
  gap: 15px;
  align-items: center;
}
body #about-page .service-feature .container .area-list .points .li span {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
body #service-area .service-content .title {
  text-align: center;
}
body #service-area .service-content .title h2 {
  color: #333;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 414px) {
  body #service-area .service-content .title h2 {
    font-size: 30px;
  }
}
body #service-area .service-content .title p {
  font-size: 16px;
  font-weight: 400;
}
body #service-area .service-content .service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 20px 0;
}
body #service-area .services-location .title {
  text-align: center;
}
body #service-area .services-location .title h2 {
  color: #333;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 414px) {
  body #service-area .services-location .title h2 {
    font-size: 30px;
  }
}
body #service-area .services-location .title p {
  font-size: 16px;
  font-weight: 400;
}
body #service-area .services-location .row {
  justify-content: center;
}
body #service-area .services-location .row .img {
  margin: 10px 0;
  text-align: center;
}
body #fleet-page .fleet {
  margin: 50px 0;
}
body #fleet-page .fleet .title {
  text-align: center;
}
body #fleet-page .fleet .title h2 {
  color: #333;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 414px) {
  body #fleet-page .fleet .title h2 {
    font-size: 30px;
  }
}
body #fleet-page .fleet .title p {
  font-size: 16px;
  font-weight: 400;
}
body #fleet-page .fleet .main-box {
  margin-top: 20px;
  border-radius: 20px;
  border: 1px solid transparent;
  background: white;
  padding: 25px;
}
body #fleet-page .fleet .main-box .teams-img img {
  width: 100%;
}
body #fleet-page .fleet .main-box .team-content {
  padding: 10px 0;
}
body #fleet-page .fleet .main-box .team-content h6 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
}
body #fleet-page .fleet .main-box .team-content .data-icons {
  display: flex;
  gap: 15px;
  padding: 10px 0;
}
body #fleet-page .fleet .main-box .team-content .data-icons .icon {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(238, 179, 56, 0.15);
  padding: 4px 10px;
  border-radius: 20px;
}
body #fleet-page .fleet .main-box .reservation-btn {
  width: 100%;
  text-align: center;
  display: flex;
}
body #fleet-page .fleet .main-box .reservation-btn a {
  text-decoration: none;
  color: white;
  width: 100%;
  background-color: #F2B120;
  border-radius: 30px;
  padding: 10px 0;
}
body #child-seat .child-car-seat .title {
  text-align: center;
}
body #child-seat .child-car-seat .title h2 {
  color: #333;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 414px) {
  body #child-seat .child-car-seat .title h2 {
    font-size: 30px;
  }
}
body #child-seat .child-car-seat .title p {
  font-size: 16px;
  font-weight: 400;
}
body #child-seat .child-car-seat .row .title {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  text-align: start;
  margin: 10px 0;
}
body #child-seat .child-car-seat .row .img {
  text-align: center;
}
body #child-seat .cater-needs {
  margin: 30px 0;
}
body #child-seat .cater-needs .title {
  text-align: center;
}
body #child-seat .cater-needs .title h2 {
  color: #333;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 414px) {
  body #child-seat .cater-needs .title h2 {
    font-size: 30px;
  }
}
body #child-seat .cater-needs .title p {
  font-size: 16px;
  font-weight: 400;
}
body #suv-page .child-car-seat .title {
  text-align: center;
}
body #suv-page .child-car-seat .title h2 {
  color: #333;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 414px) {
  body #suv-page .child-car-seat .title h2 {
    font-size: 30px;
  }
}
body #suv-page .child-car-seat .title p {
  font-size: 16px;
  font-weight: 400;
}
body #suv-page .child-car-seat .row .title {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  text-align: start;
  margin: 10px 0;
}
body #suv-page .child-car-seat .img {
  text-align: center;
}
body #suv-page .service-feature .container .title {
  text-align: center;
}
body #suv-page .service-feature .container .title h2 {
  color: #333;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 414px) {
  body #suv-page .service-feature .container .title h2 {
    font-size: 30px;
  }
}
body #suv-page .service-feature .container .title p {
  font-size: 16px;
  font-weight: 400;
}
body #suv-page .service-feature .container .img {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
body #suv-page .service-feature .container .area-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
body #suv-page .service-feature .container .area-list .points {
  line-height: 2.2;
  margin-top: 20px;
}
body #suv-page .service-feature .container .area-list .points .li {
  display: flex;
  gap: 15px;
  align-items: center;
}
body #suv-page .service-feature .container .area-list .points .li span {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
body #contact-page .header {
  background-image: url("/assets/img/contact-header.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 0;
}
body #contact-page .header .title {
  text-align: center;
}
body #contact-page .header .title h1 {
  font-size: 60px;
  font-weight: 700;
  color: white;
}
@media (max-width: 992px) {
  body #contact-page .header .title h1 {
    font-size: 50px;
  }
}
body #contact-page .header .title h6 {
  font-size: 16px;
  font-weight: 400;
  color: white;
}
body #contact-page .location-sec .details {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  body #contact-page .location-sec .details {
    align-items: start;
    margin: 20px 0s;
  }
}
body #contact-page .location-sec .details h3 {
  font-size: 32px;
  font-weight: 700;
  color: black;
}
body #contact-page .location-sec .details .contact-details {
  line-height: 3;
}
body #contact-page .location-sec .details .contact-details a {
  text-decoration: none;
  font-size: 16px;
  color: black;
  font-weight: 400;
}
body .content-header {
  background-image: url("/assets/img/contact-header.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 0;
}
body .content-header .title {
  text-align: center;
}
body .content-header .title h1 {
  font-size: 60px;
  font-weight: 700;
  color: white;
}
@media (max-width: 991px) {
  body .content-header .title h1 {
    font-size: 50px;
  }
}
body .content-header .title h6 {
  font-size: 16px;
  font-weight: 400;
  color: white;
}
body .policy-content {
  margin: 30px 0;
}
body .policy-content h4 {
  color: #F2B120;
  font-size: 32px;
  font-weight: 700;
}
body .policy-content .content h2 {
  font-size: 32px !important;
}
@media (max-width: 767px) {
  body .policy-content .content h2 {
    font-size: 28px !important;
  }
}
body .policy-content .content h2 a {
  color: black;
  text-decoration: none;
}
body .policy-content .content h2 {
  color: #333;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 414px) {
  body .policy-content .content h2 {
    font-size: 30px;
  }
}
body .policy-content .content p {
  font-size: 16px;
  font-weight: 400;
}

/* Google Reviews Swiper custom navigation */
.google-reviews-section .swiper {
  padding-bottom: 48px;
}
.google-reviews-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 32px;
  margin-bottom: 0;
}
.google-reviews-prev,
.google-reviews-next {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 8px;
  border: 2.5px solid #F2B120;
  border-radius: 8px;
  background: #fff;
  color: #222;
  font-size: 22px;
  transition: background 0.2s, color 0.2s;
  box-shadow: none;
  cursor: pointer;
  padding: 0;
}
.google-reviews-prev svg,
.google-reviews-next svg {
  display: block;
  margin: auto;
  width: 24px;
  height: 24px;
  transition: stroke 0.2s;
}
.google-reviews-prev.swiper-button-disabled svg,
.google-reviews-next.swiper-button-disabled svg {
  opacity: 0.5;
}
.google-reviews-prev:hover,
.google-reviews-next:hover,
.google-reviews-prev:focus,
.google-reviews-next:focus,
.google-reviews-next.swiper-button-active,
.google-reviews-prev.swiper-button-active {
  background: #F2B120;
}
.google-reviews-prev:hover svg,
.google-reviews-next:hover svg,
.google-reviews-prev:focus svg,
.google-reviews-next:focus svg,
.google-reviews-next.swiper-button-active svg,
.google-reviews-prev.swiper-button-active svg {
  stroke: #fff;
}
.google-reviews-prev.swiper-button-disabled,
.google-reviews-next.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.google-reviews-section .swiper-pagination.google-reviews-pagination {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  position: static;
}
.google-reviews-section .swiper-pagination-bullet {
  background: #F2B120;
  opacity: 0.4;
  width: 10px;
  height: 10px;
  margin: 0 2px !important;
  border-radius: 50%;
  transition: opacity 0.2s;
}
.google-reviews-section .swiper-pagination-bullet-active {
  opacity: 1;
}
@media (max-width: 767px) {
  .google-reviews-section .swiper {
    padding-bottom: 56px;
  }
  .google-reviews-controls {
    gap: 4px;
  }
}
.review-card {
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 260px;
  max-width: 350px;
  height: 100%;
  transition: box-shadow 0.2s;
}