/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.hom-cover .wp-block-cover__inner-container h1, .hom-cover .wp-block-cover__inner-container h3{
    color: #fff !important;
}

.hom-besideform-number .gb-icon {
  background: #fecc18;
  padding: 10px;
  border-radius: 100px;
}

.services-slider .serv-item h5 {
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  margin: 10px 0;
}

.services-slider .serv-item {
  background: #d30808;
  padding: 24px;
}

.services-slider .serv-item p {
  color: #fff;
}

.services-slider .owl-nav, .testi-slider .owl-nav {
  text-align: center;
  margin-top: 30px;
}

.services-slider .owl-nav button, .testi-slider .owl-nav button {
  font-size: 32px !important;
  line-height: 0 !important;
  margin: 0px 18px !important;
  padding: 0px !important;
  color: #d30808 !important;
}

.services-slider .owl-nav button span, .testi-slider .owl-nav button span{
  line-height: 0 !important;
  margin: 0 !important;
  padding: 0px !important;
}

.testi-slider .testimo-item {
  background: #d30808;
  padding: 42px;
  min-height: 347px;
}

.testi-slider .testimo-item p, .testi-slider .testimo-item h5{
  color: #fff;
}

.testi-slider .testimo-item p{
  font-size: 18px;
}

.testi-slider .testimo-item h5{
  font-weight: 600;
  margin: 0;
}

.testi-slider .testimo-item p::before {
  content: url(https://wheelsvista.com/wp_projects/mmc/wp-content/uploads/2023/07/quote-e1690385594675.png);
  margin-right: 15px;
}

.foo-dvider{
  background: #d30808;
  height: 1px !important;
  margin: 34px 0px 15px;
}

.faq-accord h4 {
  font-weight: 600;
  color: var(--global-color-8);
  border: 1px solid #d5d5d5;
  margin: 0;
  padding: 10px 40px;
}

.faq-accord .c-accordion__content{
  border: 1px solid #d5d5d5;
  margin: 0;
  padding: 15px 15px;
}

.faq-accord .c-accordion__title::after {
  color: var(--global-color-8);
  font-weight: 600;
  left: 15px;
}

#popmake-284 > div {
  background: var(--global-color-8);
  padding: 24px;
}

#popmake-284 > div h3 {
  background: #fff;
  padding: 6px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0;
  font-size: 24px;
}

.call-nw-btn {
  position: fixed;
  background: green;
  bottom: 24px;
  left: 15px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  padding: 10px 36px;
  z-index: 99;
  border: 2px solid red;
	/* Start the shake animation and make the animation last for 0.5 seconds */
  animation: shake 0.5s;

  /* When the animation is finished, start again */
  animation-iteration-count: infinite; 
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}