:root {
  --theme-color: #ffcc00;
  --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;
}

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;
}

.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-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: unset;
  background-color: var(--title-color);
  --body-color: #adadad;
  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 a p {
  padding: 0px 28px;
}

.footer-layout7 .widget-area {
  padding-bottom: 45px;
  /* Medium devices */
}

.footer-layout7 .about-text {
  margin-bottom: 26px;
}
.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;
  margin-top: 8px;
  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: #3d4250;
  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;
  z-index: 1;
  min-height: 300px;
}

.cta-section h2 {
  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: #e45b0b;
}

.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) and (min-width: 1080px) {
  #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: #e03923;
  font-family: sans-serif;
  font-size: clamp(45px, 25vmin, 35px);
  margin: auto;
  margin-bottom: 40px;
  text-align: center;
  margin-top: 40px;
}

@media screen and (min-width: 1080px) {
  /* section .row h2 {
    font-weight: 600;
    --bg-size: 400%;
    --color-one: #ffc61a;
    --color-two: #e03923;
    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 h2 {
  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;
}

.toll-table th,
.toll-table td {
  border: 1px solid #ddd;
  padding: 6px;
  text-align: center;
  font-size: 14px;
  border-spacing: 0;
}

.toll-table th {
  background: #f2f2f2;
  text-align: center;
}

.toll-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  border-spacing: 0;
}

.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;
  }
}
