@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


body {
  font-family: "Raleway", sans-serif;
  background-size: 0 !important;
  padding-top: 0 !important;
}

*+p {
  margin-top: inherit !important;
  color: inherit !important;
}

header .stuck_container {
  padding: 15px 0 15px !important;
}

i {
  font-style: normal !important;
}

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

.row {
  position: relative;
  gap: 20px;
}

.sec h2 {
  font-size: 42px;
  margin-bottom: 15px;
  color: #242222;
}

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

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

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


.hero-txt {
  width: calc(100% - 50%);
}

.hero-video {
  width: 50%;
}

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


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

.hero-sec {
  padding-top: 150px;
  padding-bottom: 80px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

/* .hero-sec .hero-txt h1 {
  font-size: 54px;
  color: #242222;
  font-weight: bold;
} */

.hero-sec .hero-txt h1 {
  font-size: 54px;
  color: #242222;
  font-weight: bold;
}

.hero-sec .hero-txt p {
  font-size: 22px;
  color: #242222;
  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: #242222;
  width: calc(100% / 2 - 10px);
}

.btn {
  background-color: #009CDB;
  color: #fff;
  padding: 10px 30px;
  border: 1px solid #009CDB;
  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: #009CDB;
}

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

.fa-check-circle:before {
  color: #009CDB;
}

a.btn.btn-call {
  background: #009CDB;
  color: #fff;
  border-color: #009CDB;
  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;
}

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

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

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

.services {
  background-color: #F3FBFF;
}

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

.services .grid .coloum {
  width: calc(100% / 3 - 20px);
  display: flex;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 15px;
  overflow: hidden;
  padding: 30px 30px;
  background-color: #fff;
}

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

.services .grid .coloum .inner-coloum {
  background: #fff;
  border-radius: 8px;
  position: relative;
}

.services.services-img .grid .coloum .inner-coloum .txt {
  padding: 30px 30px;
}

.services.services-img .grid .coloum {
  padding: 0 0;
}

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

.services .grid .coloum .inner-coloum figure {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background-color: #009CDB;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.services.services-img .grid .coloum .inner-coloum figure {
  width: 100%;
  height: 300px;
  border-radius: 0px;
  background-color: transparent;
  padding: 0px;
  margin-bottom: 0px;
}

.services.services-img .grid .coloum .inner-coloum figure img {
  filter: unset;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.services .grid .coloum .inner-coloum figure img {
  filter: brightness(0) invert(1);
}

.service-works-sec.services .grid .coloum .inner-coloum figure img {
  filter: unset;
}

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

.services .btn-grid {
  margin: 30px auto 0;
  justify-content: center;
}

.call-now-sec .btn-grid {
  margin: 0px 0;
  justify-content: start;
}


a.btn.btn-call:hover,
a.btn.btn-blk:hover {
  background: #019bd9c2 !important;
  color: #ffffff !important;
}

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

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

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

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

.call-now-sec:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, #000000ab 40%, #000000 50%);
}

.call-now-sec .sec-heading {
  position: relative;
  color: #fff;
  max-width: 680px;
  margin-left: auto;
  text-align: left !important;
  margin-bottom: 0;
}

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

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

.icn-list li i {
  position: absolute;
  left: 0;
  top: 0px;
  font-style: unset !important;
}

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

.service-works-sec.services .grid .coloum .inner-coloum {
  padding: 20px 20px;
  text-align: center;
}

.call-now-sec h3 {
  margin-bottom: 10px;
  margin-top: -10px;
}

.service-works-sec.services .grid .coloum .inner-coloum figure {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 auto 15px;
  background: transparent;
}

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

figure.review {
  max-width: 170px;
}

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



/* custom CSS */

.hero-sec .row {
  display: flex;
}

.video-bg figure {
  position: absolute;
  padding: 0px 0px 0px 0px;
  width: 100%;
  height: 100%;
}

.video-bg {
  width: 100%;
  height: 500px;
  position: relative;
}


/* .video-bg iframe {
  width: 100%;
  height: 100%;
  padding: 20px 14px 7px 16px;
  border-radius: 35px;
  border: 0;
} */

.video-bg iframe {
  width: 100%;
  height: 100%;
  padding: 32px 14px 18px 16px;
  border-radius: 35px;
  border: 0;
  position: relative;
  z-index: 1;
}


.video-bg figure img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.services-img {
  background: #fff;
}

.sec-coloum .txt h4 {
  font-size: 25px;
  margin-bottom: 15px;
  color: #242222;
}

.sec-coloum .row {
  margin-bottom: 45px !important;
}

.sec-coloum .row:last-child {
  margin-bottom: 0 !important;
}

.services-4 .grid.grid-4 .coloum {
  width: calc(100% / 4 - 24px);
}

.services-icn.services-4 {
  background-image: linear-gradient(137deg, #fff 0%, #EFF1FF 90%);
}


/* faq */


section.faq-sec {
  background-color: #F3FBFF;
}

.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: #019bd9;
}

.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;
  padding: 0 15px;
}

/* .faq-sec .accordion__content p {
 
} */

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

.faq-sec .accordion:has(input:checked) {
  border-color: #019bd9;
  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;
}

.faq-sec ul.icn-list li {
  margin: 0 0 !important;
  padding: 0 0 4px 0px !important;
}

.faq-sec ul.icn-list li b {
  padding: 0 0 0 22px;
}

.faq-sec ul.icn-list li i {
  padding: 0 !important;
}


/* faq END */


footer .copyright {
  text-align: center;
}


/* custom CSS END */



@media (max-width: 1199px) {
  .video-bg iframe {
    padding: 32px 12px 13px 11px;
  }

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

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

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

  .services .grid .coloum {
    width: calc(100% / 2 - 23px) !important;
  }

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

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

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

  .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) {
  .services.services-img .grid .coloum .inner-coloum figure {
    width: 100%;
    height: 220px;
  }
}


@media (max-width: 768px) {

  .sec-coloum .row:nth-of-type(even) {
    flex-direction: column-reverse !important;
  }

  .hero-sec {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-video {
    width: 100%;
  }

  .hero-txt {
    width: calc(100% - 0%);
  }

  .hero-sec .row {
    flex-direction: column;
  }

  .row-custom {
    flex-direction: column !important;
  }

  .row-custom {
    flex-direction: column !important;
  }

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

@media (max-width: 567px) {

  .video-bg iframe {
    padding: 28px 12px 13px 11px;
    border-radius: 23px;
  }

  .video-bg {
    height: 400px;
  }

  .hero-txt ul {
    flex-direction: column;
  }

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

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

  .hero-txt ul li {
    font-size: 18px;
    width: calc(100% / 1 - 0px);
  }

  .btn-grid {
    flex-direction: column;
    align-items: center;
  }

  .hero-sec .btn-grid {
    align-items: flex-start;
  }

  .btn {
    font-size: 16px;
    width: fit-content;
  }

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

  .services .grid {
    flex-direction: column;
  }

  .services.car-service-works .grid .coloum {
    width: calc(100% / 1 - 0px);
  }

  .services .grid .coloum {
    width: calc(100% / 1 - 0px) !important;
  }

  .services .grid .coloum .inner-coloum {
    width: 100%;
  }
}