.page-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  color: white;
}

.page-list li {
  padding: 5px;
  border-radius: 5px;
}

.page-list > li > a {
  color: white;
  text-decoration: none;
}

.page-list > li > a:hover {
  color: var(--color-primary);
}

.car-animation {
  width: 100%;
  height: 100%;
  margin-left: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.car-image {
  width: 200px;
  height: 100px;
  position: relative;
  animation: moveCar 5s infinite linear reverse;
}

.car-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wheel {
  width: 50px;
  height: 50px;
}

.wheel.wheel1 {
  position: absolute;
  top: 46px;
  left: 20px;
  animation: rotateWheel 1s infinite linear reverse;
}

.wheel.wheel2 {
  position: absolute;
  top: 46px;
  right: 20px;
  animation: rotateWheel 1s infinite linear reverse;
}

@keyframes rotateWheel {
  100% {
    transform: rotate(360deg);
  }
}

.wheel > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* MISSION VISION */

.mission-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

/* TESTIMONIAL */
.home-testimonials-section.about {
  margin: 0px 0px 100px 0px;
}

/* SERVICES */
.service-detail-section .service-detail-inner-detail .contact-sidebar .icon-list-content {
  padding: 30px 30px 30px;
  margin-top: 50px;
  margin-left: 26px;
  -webkit-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.services-list-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.services-list-wrap figure img {
  width: 546px;
  height: 410px;
  object-fit: cover;
  margin: 10px;
  border-radius: 10px;
  color: white;
  text-align: center;
  cursor: pointer;
}

/* Services */
.services-list-wrap .section-sub-title {
  line-height: 1.1;
  padding-left: 32px;
  color: #de2738;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  font-weight: 600;
  display: inline-block;
}
.services-list-wrap .section-sub-title:before {
  content: '';
  position: absolute;
  z-index: -1;
  height: 2px;
  width: 20px;
  background-color: #082d53;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.services-list-wrap .service-text {
  margin-top: 50px;
}

.services-list-wrap .button-round {
  background-color: var(--color-primary);
  border: 2px solid var(--color-primary);
  color: white;
  padding: 10px 20px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.services-list-wrap .button-round:hover {
  background-color: white;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
  transition: all 0.3s ease;
}

.services-list-wrap .row {
  margin: 50px 0;
}

@media screen and (max-width: 998px) {
  /* Loader */
  .car-animation {
    margin-left: 0px;
    flex-direction: column-reverse;
  }
  .services-list-wrap figure img {
    width: 100%;
    margin: 10px 0;
  }

  .services-list-wrap .row:nth-child(even) {
    flex-direction: column-reverse;
  }

  .services-list-wrap .service-text {
    margin-top: 0;
  }

  .service-detail-section .service-detail-inner-detail .contact-sidebar .icon-list-content {
    margin-left: 0;
  }
}

/* .service-detail-section .service-detail-inner-detail .service-detail-img {
  border-radius: 25px;
} */

.service-detail-section .service-detail-inner-detail .service-detail-img img {
  border-radius: 10px;
}

/* GLIGHTBOX */
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 20px;
}
.gallery img {
  width: 400px;
  height: 300px;
  margin: 10px 0px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 10px;
  border: 2px solid var(--color-primary);
  transition: transform 0.3s ease-in-out;
}

.gallery img:hover {
  transform: scale(1.05);
}

/* REVIEWS */
.main-reviews {
  padding-top: 50px;
  padding-bottom: 40px;
}
.review-header {
  display: flex;
  gap: 20px;
  background: linear-gradient(70deg, #732f2f, #6804047d);
  padding: 20px;
  border-radius: 30px;
  margin-top: 50px;
  align-items: center;
  justify-content: space-between;
}
.google-header {
  display: flex;
  gap: 20px;
  align-items: center;
}

.google-image img {
  width: 20px;
}
.google-header p {
  margin: 0px;
  font-size: 16px;
  font-weight: 500;
  color: white;
}

/* */
.review-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 35px;
  padding-bottom: 20px;
}
.card {
  background: linear-gradient(70deg, #732f2f, #6804047d);
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  color: white;
  padding: 20px;
  margin-top: 20px;
}

.rating {
  display: flex;
  align-items: center;
  gap: 5px;
}

.rating img {
  max-width: 30px;
}

.reviewer {
  font-weight: bold;
}

.review-text {
  margin-top: 10px;
}

.item2 {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 35px;
  column-gap: 35px;
}
/* Reviews responsive */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .review-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-device-width: 767px) {
  .review-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.rating-person {
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
  gap: 5px;
  margin-bottom: 0px;
  padding: 10px;
  border-radius: 50%;
  background-color: var(--color-primary);
}

.rating-person.two {
  background-color: #ffcc00;
}

.rating-person.three {
  background-color: #ff9900;
}

.rating-person.four {
  background-color: #ff6600;
}

.rating-person.five {
  background-color: #ff3300;
}

.rating-person.six {
  background-color: #431fa4;
}

.view-reviews-btn {
  background-color: var(--color-primary);
  border: 2px solid var(--color-primary);
  color: white;
  padding: 10px 20px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.view-reviews-btn a {
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.view-reviews-btn:hover a {
  color: var(--color-primary);
  transition: all 0.3s ease;
}

.view-reviews-btn:hover {
  background-color: white;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
  transition: all 0.3s ease;
}

.container.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

/* SLIDER */
/* -------------------------------- 

Main components 

-------------------------------- */

.cd-image-container {
  position: relative;
  width: 90%;
  max-width: 768px;
  margin: 0em auto;
}
.cd-image-container img {
  display: block;
}

.cd-image-label {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  padding: 1em;
  background-color: var(--color-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.cd-image-label.is-hidden {
  visibility: hidden;
}
.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  border-right: 1px solid var(--color-primary);
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}
.is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: var(--color-primary) url('assets/img/images/cd-arrows.svg') no-repeat center center;
  cursor: move;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}
.cd-handle.draggable {
  /* change background color when element is active */
  background-color: #445b7c;
}
.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

/* Contact Form */

.service-text.form {
  margin-top: 50px;
}

.location-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #484747;
  color: white;
  padding: 20px;
  height: 100%;
}

.location-card-title {
  color: white;
}

.location-card-content > .location-card-link {
  color: white;
  text-decoration: none;
}

.location-card-content .contact-deatil a {
  color: white;
  text-decoration: none;
}

.location-card-content .contact-deatil a:hover {
  color: var(--color-primary);
}

.location-card-content > .location-card-link:hover {
  color: var(--color-primary);
}

.location-cards > .row {
  width: 100%;
  display: flex;
}

.location-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-bottom: 50px; */
}

.location-cards > .row > .col-lg-4 {
  padding: 0px;
}

.location-cards > .row > .col-lg-8 {
  padding: 0px;
}

.contact-info {
  margin: 20px 0px;
}

.row.services {
  flex-wrap: wrap-reverse;
}
