/* COMMON CLASSES FOR ALL  */

/* ALL TRANSITIONS  */

.menu-list ul.kt-svg-icon-list svg{
  display: none !important;
}
 
.logo-section .image-is-svg{
  flex: unset !important;
}
.header-shadow a.kt-svg-icon-link{
  height: 100% !important;
}
.circle-image {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 2;
}
.circle-image-1, .circle-image-2, .circle-image-3 {
  margin-bottom: 0 !important;
  position: relative;
  }
  
  .circle-image-2 {
    left: -140px;
    top: 30px;
  animation: rotate 7s infinite linear;
}

.circle-image-3{
  position: absolute;
  left: -177px;
  animation: rotate-back 7s infinite linear;
}

  .circle-image-1 {
    top: 140px;
    left: -186px;
    animation: rotate-back 7s infinite linear;
    position: absolute;
}

a,
.contact-form .wpforms-container-full .wpforms-page-button,
.kb-button,
.footer-padding a,
.service-slider .wp-block-kadence-image figure , .b-details a, .kb-button, .menu-list ul li a{
  transition: all 0.4s ease-in-out;
}

.header-icon-list ul li:hover{
  background-color: var(--dark-orange) !important;
}

.footer-padding ul.kt-svg-icon-list .kt-svg-icon-list-item-wrap a {
  font-family: "Montserrat custom" !important;
  font-weight: 500 !important;
}

.footer-padding a:hover {
  color: var(--dark-orange);
}
.foot-col-cent h3 {
  color: var(--bg) !important;
}
.footer-padding h3 {
  font-weight: 500 !important;
}

.footer-padding .b-details p, .footer-padding .logo-section p{
  margin: 0 !important;
}

.footer-padding .b-details p{
  font-family: "Montserrat custom" !important;
  font-weight: 500 !important;
  font-size: 1.15rem !important;
    line-height: 1.85rem !important;
    transition: all 0.3s ease-in-out;
}

.auto-top-bar p{
  transition: all 0.3s ease-in-out;

}

.position-relative {
  position: relative !important;
}
.color-heading {
  font-size: 32px;
  line-height: 42px;
  font-family: "Montserrat custom";
  font-weight: 500;
  color: var(--dark-orange);
}

.large-heading {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-family: "Montserrat custom";
  font-weight: 600;
}

.btn-heading {
  font-size: 28px;
  line-height: 38px;
  font-family: "Montserrat custom";
  font-weight: 500;
}

/* SERVICE SLIDER CSS START FROM HERE  */

/* main class is .service-slider */



.service-slider .large-heading {
  margin-bottom: 0 !important;
}

.slick-prev:before {
}
.service-slider .slick-prev::before,
.service-slider .slick-next:before,
.testimonial-slider .slick-prev::before,
.testimonial-slider .slick-next:before {
  color: #fff !important;
  background-color: #fff !important;
  opacity: 1 !important;
  padding: 20px 30px 15px 30px;
  border-radius: 6px !important;
  transition: 0.2s all ease-in-out !important;
}

.service-slider .slick-prev::before,
.testimonial-slider .slick-prev::before {
  content: url(/wp-content/uploads/2024/08/arrow-left.svg) !important;
}

.service-slider .slick-next:before,
.testimonial-slider .slick-next:before {
  content: url(/wp-content/uploads/2024/08/arrow-right.svg) !important;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  background-color: var(--dark-orange) !important;
}

.service-slider button.slick-prev.slick-arrow {
  position: absolute;
  top: -12%;
  left: calc(100% - 15%);
}
.service-slider button.slick-next.slick-arrow {
  position: absolute;
  top: -12%;
  left: calc(100% - 7%);
}
/* SERVICE SLIDER CSS ENDS HERE  */

.service-slider .service-image img {
  min-width: 42px;
  transition: 0.4s all ease-in-out;
}

/* .service-slider .service-image img:hover {
  background-color: var(--dark-orange);
} */

.service-slider .wp-block-kadence-image figure {
  padding: 18px 22px;
  background-color: var(--text);
  border-radius: 100%;
}

.service-slider .wp-block-kadence-image figure:hover {
  background-color: var(--dark-orange);
}

/* CSS START FOR NUMBERS BANNER */

.number-row .kb-count-up-number {
  font-family: "Montserrat custom";
  font-size: 3.6rem;
  line-height: 4.6rem;
  font-weight: 800;
  color: var(--bg);
}

.number-row .kb-count-up-title {
  color: var(--bg);
  font-family: "Montserrat custom";
  font-weight: 500;
  font-size: 19px;
  line-height: 29px;
}

/* CSS END FOR NUMBERS BANNER */

/* CSS START FOR TESTIMONIAL SLIDER */

.testimonial-slider button.slick-prev.slick-arrow {
  position: absolute;
  top: 100%;
  left: -45%;
}
.testimonial-slider button.slick-next.slick-arrow {
  position: absolute;
  top: 100%;
  left: -32%;
}

.testimonial-slider .slick-dots li button {
  background: var(--text) !important;
  /* border-radius: 4px; */
}

.testimonial-slider .slick-dots .slick-active button {
  background-color: var(--dark-orange) !important;
}

.testimonial-slider .slick-dots {
  text-align: center !important;
  bottom: -20% !important;
}

.slick-dots li button:before {
  display: none !important;
}

/* CSS END FOR TESTIMONIAL SLIDER  */

/* FLOATING GRID PATTERN SVG SECTION CSS START FROM HERE  */

.section-grid-float-left .kt-inside-inner-col::after {
  content: url(/wp-content/uploads/2024/08/grid-dot.svg);
  position: absolute;
  top: 90%;
  right: 10%;
  animation: right-left 2s infinite alternate ease-in-out;
}

.section-grid-float-right .kt-inside-inner-col::before {
  content: url(/wp-content/uploads/2024/08/grid-dot.svg);
  position: absolute;
  top: -5%;
  left: 24%;
  animation: left-right 2s infinite alternate ease-in-out;
}

/* SECTION TM CARD COUNTER TEXT MEDIA CSS START FROM HERE  */

.tm-card {
  width: 190px;
  position: absolute;
  top: 73%;
  right: 3%;
}
.tm-card .kb-count-up-number {
  font-family: "Montserrat custom";
  font-weight: 800;
  font-size: 55px !important;
  line-height: 65px;
}

.tm-card .kb-count-up-title {
  font-family: "Montserrat custom";
  /* font-weight: 800; */
  font-size: 22px !important;
  line-height: 33px;
}

/* SECTION TM CARD COUNTER TEXT MEDIA CSS ENDS HERE  */

@keyframes right-left {
  0% {
    transform: translateX(0); /* Initial state */
  }
  100% {
    transform: translateX(-60px); /* Animated state */
  }
}

@keyframes left-right {
  0% {
    transform: translateX(-60px); /* Initial state */
  }
  100% {
    transform: translateX(0); /* Animated state */
  }
}

.float-image img {
  animation: updown 2s infinite alternate ease-in-out;
}

@keyframes updown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
  }
}

/* FLOATING GRID PATTERN SVG SECTION CSS ENDS HERE HERE  */

.services-btn {
  position: relative; /* Needed for the pseudo-element positioning */
  overflow: hidden; /* Ensures the sweeping effect doesn't overflow the div */
  min-width: 100% !important;
  background-color: #1d1d1d;
  border-radius: 12px !important;
  transition: 0.5s all ease-in-out;
}

.service-slider > div > div > div > div > div.wp-block-cb-slide:hover .services-btn p {
  color: var(--bg) !important;
  font-weight: 400;
}
.services-btn p {
  transition: all 0.2s linear;
}
.services-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--dark-orange);
  transform: translateX(-102%);
  transition: transform 0.5s ease-in-out;
  z-index: 0; /* Place the pseudo-element behind the text */
}

.service-slider > div > div > div > div > div.wp-block-cb-slide:hover .services-btn::before {
  transform: translateX(0);
}

.services-btn > * {
  position: relative;
  z-index: 1; /* Ensure text stays above the sweeping background */
}

/* .tm-tyre .kb-row-layout-wrap.wp-block-kadence-rowlayout > .kt-row-column-wrap {
  position: relative;
} */

.tm-tyre {
  background-position: 51% 116% !important;
}

.tm-tyre::after {
  content: url(/wp-content/uploads/2024/08/car-tire.png);
  position: absolute;
  top: 30%;
  right: -165px;
  animation: rotate 7s infinite linear;
}

@keyframes rotate {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0);
  }
}

@keyframes rotate-back {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

/* BOTTOM CONTACT FORM ACCORDION CSS START FROM HERE */
.accordion-one .kt-blocks-accordion-title::before {
  content: "01";
  margin-right: 24px;
  font-size: 2.4rem;
  color: var(--dark-orange);
  position: absolute;
  left: 0;
}
.accordion-two .kt-blocks-accordion-title::before {
  content: "02";
  margin-right: 24px;
  font-size: 2.4rem;
  color: var(--dark-orange);
  position: absolute;
  left: 0;
}
.accordion-three .kt-blocks-accordion-title::before {
  content: "03";
  margin-right: 24px;
  font-size: 2.4rem;
  color: var(--dark-orange);
  position: absolute;
  left: 0;
}
.accordion-four .kt-blocks-accordion-title::before {
  content: "04";
  margin-right: 24px;
  font-size: 2.4rem;
  color: var(--dark-orange);
  position: absolute;
  left: 0;
}

.faq-accordion
  .kt-accordion-id15_6114b5-40
  .kt-accordion-header-wrap
  .kt-blocks-accordion-header.kt-accordion-panel-active {
  background-color: transparent;
  border: 0.1px solid #fff;
}

.faq-accordion .kt-blocks-accordion-icon-trigger {
  transform: rotate(270deg);
}

.faq-accordion .kt-accordion-panel-active .kt-blocks-accordion-icon-trigger {
  transform: rotate(180deg);
}

.faq-accordion .kt-accordion-id15_6114b5-40 .kt-accordion-panel-inner {
  margin-top: 8px;
  border-radius: 8px;
  background: transparent;
  border: 0.1px solid #fff;
  padding-left: 90px;
  padding-right: 40px;
}

.faq-accordion
  .kt-accordion-id15_6114b5-40
  .wp-block-kadence-pane
  .kt-accordion-header-wrap
  .kt-blocks-accordion-header {
  background: transparent !important;
  border: 0.1px solid #fff !important;
  color: #fff !important;
  font-size: 22px;
  line-height: 30px;
}

.faq-accordion button{
  cursor:  pointer!important;
}

.faq-accordion
  .kt-blocks-accordion-header.kt-accordion-panel-active
  .kt-blocks-accordion-icon-trigger:before,
.faq-accordion
  .kt-blocks-accordion-header.kt-accordion-panel-active
  .kt-blocks-accordion-icon-trigger:after {
  background: var(--dark-orange) !important;
}

.faq-accordion .kt-blocks-accordion-icon-trigger:before,
.faq-accordion .kt-blocks-accordion-icon-trigger:after {
  background: #fff !important;
}

.kt-blocks-accordion-title-wrap {
  padding-right: 4px !important;
}

.faq-accordion .kt-blocks-accordion-header .kt-blocks-accordion-title {
  position: relative;
}

.faq-accordion span.kt-blocks-accordion-title {
  padding-left: 60px !important;
}

/* FAQ ENDS AND CONTACT FORM CSS START  */
.contact-form .wpforms-container .wpforms-title {
  margin-bottom: 20px !important;
}

.contact-form .wpforms-container-full .wpforms-form .wpforms-head-container {
  padding: 0px !important;
}

.contact-form .wpforms-container-full .wpforms-form .wpforms-title {
  font-size: 36px !important;
  line-height: 46px !important;
  font-family: "Montserrat custom";
  font-weight: 800;
}

.contact-form .wpforms-layout-column input,
.wpforms-field-large,
.wpforms-container-full .wpforms-form textarea.wpforms-field-medium,
.wpforms-container input[type="text"]:read-only,
.wpforms-container-full input[type="text"] {
  border-radius: 12px !important;
  outline: none !important;
  border: none !important;
  height: 64px !important;
  font-size: 20px !important;
  line-height: 30px !important;
}

.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
  height: 146px !important;
}

.contact-form .wpforms-page-button, .contact-form .wpforms-container-full button[type=submit] {
  background-color: var(--bg) !important;
  border: 0.5px solid #8f8f8f !important;
  width: 100% !important;
  border-radius: 12px !important;
  height: 65px !important;
}

.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
  background-color: var(--bg) !important;
}

/* BOTTOM CONTACT FORM ENDS HERE  */

/* CAR HEADLIGHT SECTION CSS START FROM HERE  */

.car-cutout {
  position: relative;
}

.car-cutout .kt-inside-inner-col::before {
  content: url(/wp-content/uploads/2024/08/car-headlight.webp);
  position: absolute;
  top: 0;
  left: -11%;
  transition: 0.4s all ease-in-out;
}

.car-cutout .kt-inside-inner-col::after {
  content: url(/wp-content/uploads/2024/08/car-headlight.webp);
  position: absolute;
  top: 0;
  left: 30%;
  transition: 0.4s all ease-in-out;
}

.car-cutout .kt-inside-inner-col::after,
.car-cutout .kt-inside-inner-col::before {
  opacity: 0;
}

.car-cutout:hover  .kt-inside-inner-col::after,
.car-cutout:hover .kt-inside-inner-col::before {
  opacity: 1;
}

.car-row .kt-row-layout-overlay {
  background-position: 50% -14% !important;
}

/* CAR HEADLIGHT SECTION CSS ENDS HERE  */

/* ICON LIST CSS START FROM HERE  */

.icon-list-svg .kt-svg-icon-list-single {
  position: relative !important;
  padding-left: 22px !important;
}

.icon-list-svg .kt-svg-icon-list-single::before {
  content: url(/wp-content/uploads/2024/08/check.svg);
  position: absolute;
  left: 0;
  top: 0;
}

/* ICON LIST CSS ENDS HERE  */

/* CUTOUT SECTION CSS START FROM HERE  */

.right-col .kt-inside-inner-col {
  max-width: 680px !important;
}
/* CUTOUT SECTION CSS ENDS HERE  */

/* HEADER SECTION CSS START FROM HERE  */

/* HEADER SECTION CSS ENDS HERE  */

.header-icon-list ul {
  display: flex !important;
}
.header-icon-list ul li {
  padding-right: 30px !important;
  border-right: 1px solid #8c8c8c;
}

.tm-count-card {
  position: relative;
}

.contact-form .wpforms-container-full .wpforms-page-button:hover {
  background-color: #7c7c7c !important;
}

.contact-form  .wpforms-page-prev{

  width: 30% !important;
}

/* .contact-form .wpforms-container-full button[type=submit]{
  background-color: var(--bg) !important;
  width: 100% !important;
} */

.contact-form .wpforms-container-full button[type=submit]:hover{
  background-color: #7c7c7c !important;
  width: 100% !important;
}

.header-shadow ul.kt-svg-icon-list, .header-shadow .header-icon-list{
  height: 100%;
}

.header-shadow .kt-svg-icon-list-text{ 
  font-family: 'Montserrat custom';
  font-weight: 600;
  color: var(--bg);
  transition: all 0.4s ease-in-out;

}

.header-shadow ul li{
  transition: all 0.4s ease-in-out;
}
.header-shadow ul li:hover{
  background-color: var(--dar);
}


.header-shadow .kt-svg-icon-list-text:hover{

  color: #1d1d1d;
}

/* .icon-list-section p{
  font-weight: 600;
  
} */

/* .menu-list ul{
  display: flex !important;
  justify-content: center !important;
  flex-direction: row !important;
} */

.menu-list ul li{
  justify-content: center !important;
}

.menu-list ul li a:hover{
  color: var(--dark-orange) !important;
}


/* 404 PAGE CSS START FROM HERE  */

div#content.page-404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* padding: 100px 0px; */
  max-width: 1350px;
  margin: 0 auto;
  row-gap: 35px;
}

.page-404 {
  padding: 200px 60px 120px 60px;
  gap: 43px;
  flex-direction: column;
  align-items: center;
}

.page-404 h1 {
  text-align: center;
}

.page-404 img {
  width: 55% !important;
}

.anfrage-col.listandsell-button.error-btn a {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 15px 30px;
  border-radius: 8px;
  background-color: #fff;
  color: var(--bg);
  font-family: 'Montserrat custom';
  font-weight: 800;
  font-size: 20px;
  transition: all 0.4s ease-in-out;
}

.anfrage-col.listandsell-button.error-btn a:hover{
  background-color: var(--dark-orange);
}
.error-desc{
  text-align: center;
}

.anfrage-col.listandsell-button.error-btn {
  display: flex;
  justify-content: center;
}



/* MEDIA QUERY CSS START FROM HERE */

/* MAX WIDTH 1400PX  */
@media only screen and (max-width: 1400px) {
}

/* MAX WIDTH 1024PX  */
@media only screen and (max-width: 1024px) {
  .car-cutout .kt-inside-inner-col::after,
  .car-cutout .kt-inside-inner-col::before, .testimonial-slider .slick-prev::before, .testimonial-slider .slick-next::before{
    display: none;
  }
  .circle-image{
    display: none !important;
  }
  .footer-credit {
    padding-bottom: 70px !important;
  }
  .tm-tyre::after, .section-grid-float-left .kt-inside-inner-col::after, .section-grid-float-right .kt-inside-inner-col::before {
    display: none !important;
  }

  .service-slider button.slick-prev.slick-arrow {
    top: 110% !important;
    left: 40% !important;
    /* position: unset; */
  }
  .service-slider button.slick-next.slick-arrow {
    top: 110% !important;
    left: 52% !important;
  }

  .full-section .left-col {
    display: none;
  }
  .number-row .kb-count-up-number {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }

  .tm-card {
    width: 28%;
    top: 71%;
    right: 12%;
  }
  .tm-card .kb-count-up-number {
    font-size: 42px !important;
    line-height: 52px;
  }

  .tm-card .kb-count-up-title {
    /* font-weight: 800; */
    font-size: 20px !important;
    line-height: 30px;
  }

  .mx-100 {
    max-width: 100% !important;
  }
  div#content.page-404 {
    padding: 90px 15px 80px 15px;
    text-align: center;
  }

  .page-404 img{
    width: 40% !important;
  }

  .container {
    flex-wrap: wrap !important;
    row-gap: 30px;
}

.contact-form .kt-inside-inner-col{
  padding: 22px !important;
}
div.wpforms-container-full:not(:empty){
  margin-bottom: 0 !important;
}

.contact-form .wpforms-container .wpforms-field{
  padding: 12px 0px 12px 0px !important;
}
}

/* MAX WIDTH 768PX  */
@media only screen and (max-width: 766px) {

  div#content.page-404 {
    padding: 90px 15px 80px 15px;
    text-align: center;
}

.page-404 img{
  width: 50% !important;
}

.anfrage-col.listandsell-button.error-btn a{
  padding: 8px 26px;
  font-size: 18px;
}
  .color-heading {
    font-size: 19px;
    line-height: 28px;
  }

  .large-heading {
    font-size: 22px;
    line-height: 32px;
  }

  .btn-heading {
    font-size: 18px;
    line-height: 28px;
  }

  .footer-credit {
    padding-bottom: 60px !important;
    gap: 10px;
  }

  .testimonial-slider .slick-dots {
    bottom: -11% !important;
  }

  .tm-tyre::after,
  .service-slider button.slick-next.slick-arrow,
  .service-slider button.slick-prev.slick-arrow,
  .car-cutout .kt-inside-inner-col::after,
  .testimonial-slider .slick-next:before,
  .testimonial-slider .slick-prev:before {
    display: none !important;
  }

  .section-grid-float-left .kt-inside-inner-col::after {
    top: 80% !important;
  }
  .number-row .kb-count-up-number {
    font-size: 2.1rem;
    line-height: 3.6rem;
  }

  .tm-card {
    width: 43%;
    top: 59%;
    right: 7%;
  }
  .tm-card .kb-count-up-number {
    font-size: 36px !important;
    line-height: 46px;
  }

  .tm-card .kb-count-up-title {
    /* font-weight: 800; */
    font-size: 19px !important;
    line-height: 29px;
  }
  .car-cutout .kt-inside-inner-col::after,
  .car-cutout .kt-inside-inner-col::before {
    display: none;
  }

  .accordion-one .kt-blocks-accordion-title::before,
  .accordion-two .kt-blocks-accordion-title::before,
  .accordion-three .kt-blocks-accordion-title::before,
  .accordion-four .kt-blocks-accordion-title::before,
  .faq-accordion .kt-blocks-accordion-header .kt-blocks-accordion-title {
    font-size: 17px;
    line-height: 27px;
  }

  .faq-accordion span.kt-blocks-accordion-title {
    padding-left: 32px !important;
  }

  .faq-accordion .kt-accordion-id15_6114b5-40 .kt-accordion-panel-inner {
    padding: 5px 10px !important;
  }

  .footer-credit p {
    text-align: center !important;
  }

  .contact-form .kt-inside-inner-col{
    padding: 15px !important;
  }

  .service-slider .slide-section{
    min-height: 640px !important;
  }

  .number-row img {
    height: 50px !important;
width:auto !important;
}
  
.number-row .kb-count-up-title {
  font-size: 16px !important;
}
}
