@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  font-family: "Barlow", serif;
}

section .container {
  max-width: 1440px;
  width: 100%;
  margin: auto;
  padding: 0 15px;
}

.row {
  position: relative;
}

.sec h2 {
  font-size: 32px;
  margin-bottom: 15px;
}

.sec p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.text-center.sec-heading {
  text-align: center;
  margin-bottom: 45px;
}

* {
  margin: 0 0;
  padding: 0 0;
  box-sizing: border-box;
}


.main-logo {
  position: absolute;
  width: 100%;
  height: 80px;
  background-color: #ffffff4d;
  top: 10px;
  z-index: 2;
  left: 50%;
  border-radius: 8px;
  max-width: 1199px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-logo h6 {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.hero-txt {
  max-width: 970px;
  text-align: center;
  margin: auto;
}

.hero-txt .btn-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  max-width: 500px;
  justify-content: space-between;
  margin: 40px auto 0px;
}

.left.txt {
  padding-left: 50px;
}


.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}

.hero-sec {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 750px;
  display: flex;
  align-items: center;
  background-position: center;
}

.hero-sec:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.hero-sec .hero-txt h1 {
  font-size: 56px;
  color: #fff;
  font-weight: bold;
  text-shadow: 2px 2px 1px #0000003d;
}

.hero-sec .hero-txt p {
  font-size: 22px;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 10px;
}

.hero-txt ul {
  padding: 0 0;
  list-style-type: none;
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
  gap: 20px 20px;
  margin-bottom: 50px;
  margin-top: 20px;
}

.hero-txt ul li {
  font-size: 20px;
  color: #fff;
  width: calc(100% / 2 - 10px);
}

.btn {
  background-color: #fff;
  color: #000;
  padding: 10px 30px;
  border: 1px solid #000;
  font-size: 18px;
  text-decoration: none;
  line-height: 2.3;
  border-radius: 8px;
  font-weight: 600;
}

a.btn.btn-call img {
  width: 31px;
  height: 31px;
  object-fit: contain;
}

a.btn.btn-blk {
  background-color: #000 !important;
  color: #fff;
  border-color: #000 !important;
}

.btn-grid .btn:hover {
  color: #fff;
  background-color: #000;
  border-color: #fff;
}

.btn-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  max-width: 730px;
}

a.btn.btn-call {
  background: transparent;
  color: #fff;
  border-color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 23px;
}

a.btn.btn-call span em {
  line-height: 1;
  font-style: normal;
  font-size: 15px;
  margin-bottom: 2px;
}

a.btn.btn-call span {
  display: flex;
  flex-direction: column;
  line-height: normal;
  align-items: flex-start;
}

ul,
li {
  padding: 0 0;
  margin: 0 0;
  list-style-type: none;
}

.sec-p {
  padding: 70px 0;
}

.row-custom {
  display: flex;
  gap: 50px;
  align-items: center;
}

.row-custom .col-lg-6 {
  width: calc(100% / 2 - 25px);
}

.w-small .row {
  max-width: 1399px;
  margin: auto;
}

.detailed-drivers .grid figure {
  overflow: hidden;
  border-radius: 18px;
  width: 100%;
  height: 100%;
}

.detailed-drivers .grid figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.real-time .row-custom {
  flex-direction: row-reverse;
}

.NYC-laGuardia {
  background-color: #F8F8F8;
}

.NYC-laGuardia .grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.NYC-laGuardia .grid .coloum {
  width: calc(100% / 3 - 20px);
  display: flex;
}

.NYC-laGuardia.car-service-works .grid .coloum {
  width: calc(100% / 4 - 23px);
}

.NYC-laGuardia .grid .coloum .inner-coloum {
  background: #fff;
  padding: 30px 30px;
  border-radius: 8px;
  position: relative;
  width: 100%;
}

.NYC-laGuardia .grid .coloum .inner-coloum .txt h5 {
  font-size: 25px;
  margin-bottom: 15px;
}

.NYC-laGuardia .grid .coloum .inner-coloum figure {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  background-color: #000;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.NYC-laGuardia .grid .coloum .inner-coloum figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.NYC-laGuardia .grid .coloum .inner-coloum span {
  font-size: 30px;
  position: absolute;
  right: 20px;
  top: 30px;
  font-weight: 800;
  color: #efefef;
}

.NYC-laGuardia .btn-grid,
.call-now-sec .btn-grid {
  margin: 30px auto 0;
  justify-content: center;
}


.NYC-laGuardia a.btn.btn-call {
  background: #000;
  border-color: #000;
}

a.btn.btn-call:hover img {
  filter: brightness(0) !important;
}

a.btn.btn-call:hover,
a.btn.btn-blk:hover {
  background: #fff !important;
  color: #000 !important;
}

.NYC-laGuardia a.btn.btn-call:hover {
  color: #fff;
}

.NYC-laGuardia a.btn.btn-call:hover img {
  filter: unset;
}

.call-now-sec {
  /* background-image: url('./images/bg-call-sec.jpg'); */
  background-image: url('../images/stepto.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.call-now-sec:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.call-now-sec .sec-heading {
  position: relative;
  color: #fff;
}

.icn-list li {
  font-size: 18px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 24px;
}

.icn-list {
  margin-bottom: 30px;
}

.icn-list li i {
  position: absolute;
  left: 0;
  top: 2px;
}

.service-works-sec .grid {
  justify-content: center;
}

.service-works-sec.NYC-laGuardia .grid .coloum .inner-coloum {
  padding: 20px 20px;
}

.service-works-sec.NYC-laGuardia .grid .coloum .inner-coloum figure {
  padding: 0 0;
  width: 100%;
  height: 250px;
  border-radius: 0;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: none;
}

.service-works-sec.NYC-laGuardia .grid .coloum .inner-coloum figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

figure.review {
  margin-top: 20px;
  max-width: 210px;
}

figure.review img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ftr-service .grid {
  display: flex;
  gap: 10px;
}

.ftr-service .grid .coloum {
  width: calc(100% / 3 - 5px);
  position: relative;
}

.ftr-service .grid .coloum .inner-coloum {
  text-align: center;
  max-width: 260px;
  margin: auto;
}

.ftr-service .grid .coloum .inner-coloum h6 {
  font-size: 20px;
  font-weight: 500;
}

.ftr-service .grid .coloum .inner-coloum figure {
  width: 80px;
  height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.ftr-service .grid .coloum .inner-coloum figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.ftr-service .grid .coloum:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: #d3d3d3;
  right: 0;
  top: 0;
}

.ftr-service .grid .coloum:last-child:after {
  width: 0;
}

.text-center.sec-heading.m-0 {
  margin: 0;
}

.map iframe {
  width: 100%;
  height: 450px;
  overflow: hidden;
}

section.map {
  position: relative;
}

.map .grid {
  max-width: 350px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 30px 30px 30px;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  z-index: 999;
  background-color: #fff;
  left: 20%;
  transform: translateY(-50%);
}


.map .grid a {
  color: #000;
}

.map .grid ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.NYC-laGuardia.our-services-sec .grid .coloum {
  width: calc(100% / 4 - 23px);
}

.accident-slider figure {
  width: 100%;
  height: 480px;
  border-radius: 15px;
  overflow: hidden;
}

.accident-slider figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

  .accident-slider .slick-slide {
      margin: 0 15px !important;
  }

  .accident-slider .slick-list {
      margin: 0 -15px !important;
  }

.map .grid li a,
.map .grid li {
  color: #000;
  text-decoration: none;
  font-size: 20px;
}

.map .grid li {
  position: relative;
  padding-left: 30px;
}

.map .grid li i {
  width: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 4px;
  left: 0;
}


section.faq-sec {
  padding: 50px 0px;
  background-color: #f7f7f7;
}

.faq-sec .heading {
  text-align: center;
  margin-bottom: 30px;
}

.faq-sec .heading h2 {
  text-align: center;
  margin: 0 0;
}

.faq-sec .accordions {
  width: 90%;
  margin: 0 auto;
}

.faq-sec .accordion {
  border: 1px solid #ccc;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: border-color .5s ease;
  background-color: #ffffffd9;
  border-radius: 8px;
}

.faq-sec .accordion:hover {
  border-color: #000;
}

.faq-sec .accordion__header {
  cursor: pointer;
  font-weight: 500;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  position: relative;
  padding: 1rem;
  color: #333;

}

.faq-sec .accordion__header:after,
.faq-sec .accordion__header:before {
  content: '';
  position: absolute;
  right: 1.5em;
  width: 2px;
  height: 0.75em;
  background-color: #666;
  transition: all 0.2s;
}

.faq-sec .accordion__header:after {
  transform: rotate(90deg);
}

.faq-sec .accordion:has(input:checked) .accordion__header {
  color: #000;
}

.faq-sec .accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.faq-sec .accordion__content * {
  padding: 0 1em 1em;
}

.faq-sec .accordion input {
  display: none;
}

.faq-sec .accordion:has(input:checked) {
  border-color: #000;
  background-color: #fff;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.faq-sec .accordion input:checked~.accordion__header:before {
  transform: rotate(270deg) !important;
  background-color: #000;
}

.faq-sec .accordion input:checked~.accordion__header:after {
  transform: rotate(270deg) !important;
  background-color: #000;
}

.faq-sec .accordion input:checked~.accordion__content {
  max-height: 1000px;
  /* Adjust based on content length */
}

section.contact-form .contact-us-box {
  padding: 2.25rem 2.8125rem;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

section.contact-form form .form-group label {
  font-size: 1.125rem;
  color: #0a1921;
  font-weight: 500;
  margin-bottom: 3px;
  display: block;
}

section.contact-form form .form-group {
  margin-bottom: 30px;
}

section.contact-form form .form-group .form-control {
  border-color: #5e5e5e;
  border-radius: 5px !important;
}

section.contact-form form .form-group input.form-control {
  height: calc(1.5em + .75rem + 12px);
}

.contact-form textarea.form-control {
  height: auto;
}

.contact-form .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contact-us-box figure img {
  width: 100%;
}

.copyright {
  padding: 10px 10px;
  background: #333;
}

.copyright p {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #adadad;
}


/* slider */


.clients-say-inner .clients-img {
  margin: auto;
  position: relative;
  width: 97px;
  height: 97px;
}

.clients-say-inner img {
  border-radius: 50%;
  width: 100%;
}

.clients-say-inner img {
  width: 100%;
  height: 100%;
}

.clients-say-inner {
  text-align: center;
}

.clients-say-inner .clients-txt {
  width: 50%;
  margin: 30px auto 30px;
}


.clients-say-inner .clients-rating ul {
  display: inline-flex;
}

.clients-rating li {
  margin: 0 2px;
}

.clients-rating li a {
  color: #ffc107;
}

.client-name h3 {
  font-size: rem(22px);
  font-weight: 600;
}

cite {
  font-style: normal;
}

.client-name h3 {
  margin: 0 0 1px;
}

.address {
  padding-bottom: 80px;
  position: relative;
}

.address .date-grid-off {
  display: none;
}


.address .slide-grid {
  margin: 0 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.address .txt {
  text-align: center !important;
  margin-top: 30px;
}

.address .slick-active .txt {
  -webkit-animation: 3s ease 0s normal forwards 1 fadein;
  animation: 3s ease 0s normal forwards 1 fadein;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  66% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  66% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.address h4 {
  font-size: 22px;

}

.address ul.slick-dots {
  display: flex !important;
  justify-content: center;
  position: absolute;
  bottom: calc(0% - 65px);
  left: 50%;
  transform: translateX(-50%);
}

.address ul.slick-dots:before {
  content: "=";
  color: #000;
  position: absolute;
  left: -10px;
  top: -6px;
  transform: rotate(90deg);
}

.address ul.slick-dots:after {
  content: "\f105";
  color: #000;
  position: absolute;
  right: -10px;
  top: -7px;
  font-family: 'FontAwesome';
}

.address li {
  margin: 0 3px;
  line-height: 0;
  vertical-align: middle;
}

.address .slick-active button {
  background-color: #000;

}

.slider-car .sec-heading {
  max-width: 850px;
  margin: auto;
}

.slider-car .btn-grid {
  width: fit-content;
  margin: 20px auto 0px;
}

.address button {
  border: 0;
  font-size: 25px;
  height: auto;
  width: auto;
  background: transparent;
}

.slider-car button.slick-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
}

.slider-car button.slick-next {
  top: 50%;
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
}



@media (max-width: 1199px) {
  .NYC-laGuardia.our-services-sec .grid .coloum {
    width: calc(100% / 2 - 20px);
  }

  .hero-sec .hero-txt h1 {
    font-size: 42px;
  }

  .sec h2 {
    font-size: 27px;
  }

  .NYC-laGuardia.car-service-works .grid .coloum {
    width: calc(100% / 2 - 23px);
  }

  .NYC-laGuardia .grid .coloum {
    width: calc(100% / 2 - 23px);
  }

  .icn-list li {
    font-size: 15px;
  }

  .sec p {
    font-size: 15px;
  }

  .NYC-laGuardia .grid .coloum .inner-coloum .txt h5 {
    font-size: 22px;
  }

  .map .grid {
    max-width: 500px;
  }

  .hero-sec .hero-txt p {
    font-size: 20px;
  }

  .hero-txt ul li {
    font-size: 16px;
  }

  .btn {
    font-size: 16px;
  }

  a.btn.btn-call span em {
    font-size: 13px;
  }

}

@media (max-width: 992px) {
  .ftr-service .grid {
    flex-wrap: wrap;
  }

  .ftr-service .grid .coloum {
    width: calc(100% / 2 - 5px);
  }

  .ftr-service .grid {
    display: flex;
    gap: 40px 10px;
    justify-content: center;
  }

  .ftr-service .grid .coloum:after {
    display: none;
  }
}

@media (max-width: 767px) {
  .row-custom {
    flex-direction: column;
  }

  .row-custom .col-lg-6 {
    width: calc(100% / 1 - 25px);
  }

  .hero-txt .btn-grid {
    justify-content: center;
  }
}

@media (max-width: 667px) {
  .NYC-laGuardia .grid .coloum {
    width: calc(100% / 1 - 0px);
  }

  .NYC-laGuardia.our-services-sec .grid .coloum {
    width: calc(100% / 1 - 0px);
  }
}