:root {
  --primary: #F7931E;
  --secondary: #FEE8CF;
  --text-title: #1A1A1A;
  --primary-bg: #F4F4F4;
  --service-bg:#FFF0DF;
  --bg-white:#fff;
}

.service-list-item {
    cursor: pointer;
}
#header > section {
  box-shadow: 2px 5px 15px #00000025;
}

.menu li.active a {
    color: #f7931e !important;
}
a.float-four img.call-icon-3 {
  height:auto;
}
.countup-wrap .kb-count-up {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  background: var(--secondary);
  border-radius: 5px;
  padding: 15px 15px;
  gap: 15px;
}

.countup-wrap .kb-count-up .kb-count-up-title {
  font-size: 20px;
  font-family: 'poppins custom';
  font-weight: 700;
  line-height: 26px;
  color: var(--text-title);
}

.countup-wrap .kb-count-up .kb-count-up-number {
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
  color: var(--primary);
}

.countup-wrap .kb-count-up.count-first-child {
  margin-right: 20px;
}

.call-icon-wrapper {
  width: 52px;
  height: 52px;
  background-color:var(--primary);
  border-radius: 100%;
  padding: 8px;
}

.service-list-item figure {
  width: 144px;
  height: 144px;
  background:var(--service-bg);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: unset !important;
  padding: 30px;
}

.service-list-item {
  position: relative;
}

.service-list-item .service-details-col {
  position: absolute;
  opacity: 0;
  transition: all .4s ease-in-out;
}

.service-list-item:hover .service-details-col {
opacity:1;
}

img.call-icon-3 {
    width:auto;
    height:auto;
    margin-right: 18px;
}

.img-wrapper {
  width: 77px;
  height: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: 35px;
  padding: 12px;
  border-radius: 100%;
  background:var(--primary);
  box-shadow: -10px 0px 15.5px 0px rgba(144, 82, 8, 0.20);
}
.wp-block-kadence-column.steps-wrapper.logo-2 {
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0.8s linear, opacity 0.8s linear;
}

.wp-block-kadence-column.steps-wrapper.logo-3 {
  transform: translateX(-200%);
  opacity: 0;
  transition: transform 1.5s linear, opacity 0.8s linear 0.8s;
}

.wp-block-kadence-column.steps-wrapper.logo-4 {
  transform: translateX(-300%);
  opacity: 0;
  transition: transform 2s linear, opacity 0.8s linear 1.5s;
}

.wp-block-kadence-column.steps-wrapper.logo-2.active-animation{
  transform: translateX(0px);
  opacity: 1;
}


.wp-block-kadence-column.steps-wrapper.logo-3.active-animation{
  transform: translateX(0px);
  opacity: 1;
}

.wp-block-kadence-column.steps-wrapper.logo-4.active-animation{
  transform: translateX(0px);
  opacity: 1;
}


@media (max-width:1024px){
  .wp-block-kadence-column.steps-wrapper.logo-2 {
    transform: translateX(0);
    opacity: 1;
    transition: transform 0.8s linear, opacity 0.8s linear;
  }
  
  .wp-block-kadence-column.steps-wrapper.logo-3 {
    transform: translateX(0);
    opacity: 1;
    transition: transform 1.5s linear, opacity 0.8s linear 0.8s;
  }
  
  .wp-block-kadence-column.steps-wrapper.logo-4 {
    transform: translateX(0);
    opacity: 1;
    transition: transform 2s linear, opacity 0.8s linear 1.5s;
  }
  .wp-block-kadence-column.steps-wrapper.step-1,
.wp-block-kadence-column.steps-wrapper.step-2,
.wp-block-kadence-column.steps-wrapper.step-3,
.wp-block-kadence-column.steps-wrapper.step-4 {
  transform: translateX(0) !important;
  opacity: 1 !important;
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out !important;
}
}


/* Common base styles for all steps */



/* Initial States */
.wp-block-kadence-column.steps-wrapper.step-1,
.wp-block-kadence-column.steps-wrapper.step-2,
.wp-block-kadence-column.steps-wrapper.step-3,
.wp-block-kadence-column.steps-wrapper.step-4 {
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
}

/* Active States */
.wp-block-kadence-column.steps-wrapper.step-1.active-animation {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0s;
}

.wp-block-kadence-column.steps-wrapper.step-2.active-animation {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.4s; /* Delays by the duration of step-1's transition */
}

.wp-block-kadence-column.steps-wrapper.step-3.active-animation {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 1.6s; /* Cumulative delay: step-1 + step-2 */
}

.wp-block-kadence-column.steps-wrapper.step-4.active-animation {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 2.4s; /* Cumulative delay: step-1 + step-2 + step-3 */
}

.max-w {
  width: 865px !important;
}
.banner-list-wrapper ul li span {
  font-family: 'poppins custom';
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.kontakt-form.form-cus legend.wpforms-field-label {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    font-family: 'poppins custom';
}

.review-link-img {
  background-color:var(--bg-white);
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 20px;
  transition: all 0.7s ease-in-out !important;
}

.overly-hover-link h3 {
  transition: all 0.7s ease-in-out !important;
}

.faq-wrapper span.kt-blocks-accordion-title {
  font-weight: 500;
}

.faq-wrapper .kt-blocks-accordion-header {border-bottom: 1px solid rgba(0, 0, 0, 0.5) !important;}


.faq-wrapper button#kt-accordion-header-736636 {
  border-bottom: 0 !important;
}

.kontakt-form.form-cus .wpforms-container input {max-width: 100% !important;height: 70px;border-radius: 5px;border: 1px solid #00000026;}

.kontakt-form.form-cus .wpforms-layout-row {display: flex;width: 100%;justify-content: space-between;align-items: center;gap: 30px;margin: 0 !important;}

.kontakt-form.form-cus .wpforms-layout-row .wpforms-layout-column.wpforms-layout-column-50 {
max-width: 100%;
width: 100%;
}

.kontakt-form.form-cus button#wpforms-submit-209 {width: 100%;border-radius: 10px;background: #F7931E;height: 70px;font-size: 20px;line-height: 30px;font-weight: 500;font-family: 'poppins custom' !important;transition: all 0.7s ease !important;}

.kontakt-form.form-cus .wpforms-container textarea {
border: 1px solid #00000026;
border-radius: 5px;
}

.kontakt-form.form-cus label.wpforms-field-label {
font-size: 18px;
font-weight: 400;
line-height: 28px;
font-family: 'poppins custom';
}

.request-form.form-cus button#wpforms-submit-221:hover {
  background: #000;
}

.kontakt-form.form-cus button#wpforms-submit-209:hover {
  background: #000;
}

.testimonial-slider {
display: flex;
flex-wrap: wrap;
gap: 20px;
}

.testimonial-card {width: 100%;/* max-width: 549px; */background: #1E1811;height: 100%;min-height: 260px;border: 1px solid rgba(0, 0, 0, 0.26);border-radius: 10px;padding: 15px;box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);position: relative;}

.testimonial-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 35px;
}

.testimonial-stars {
position: absolute;
top: 10px;
left: 10px;
}

.testimonial-time {
position: absolute;
top: 10px;
right: 10px;
font-size: 12px;
color: #999;
}

.testimonial-body {display: flex;align-items: center;margin-top: 20px;padding: 0;bottom: 25px;position: absolute;width: -webkit-fill-available;}

.testimonial-title {
flex: 1;
text-align: left;
}


.testimonial-text p {
color: rgba(255, 255, 255, 1);
font-family: 'poppins custom';
}

.testimonial-title h5 {
color: rgba(255, 255, 255, 1);
font-family: 'poppins custom';
}

.testimonial-time span {
color: rgba(255, 255, 255, 0.8);
font-family: 'poppins custom';
}


:root .has-kb-palette-4-background-color.bg-remove {
  background: #fef6ed !important;
}

.request-form.form-cus .wpforms-container input {
  max-width: 100% !important;
  height: 70px;
  width: 434px !important;
  border-radius: 5px;
  border: 1px solid #00000026;
}


.request-form.form-cus .wpforms-layout-row {
  display: flex;
  width: 100%;
  max-width: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  margin: 0 !important;
}


.request-form.form-cus .wpforms-layout-row input {
  max-width: 100%;
  width: 100%;
}

.request-form.form-cus select {
  max-width: 100% !important;
  height: 70px !important;
  width: 434px !important;
  border-radius: 5px;
  border: 1px solid #00000026;
}

.request-form.form-cus button#wpforms-submit-221 {
  width: 100%;
  border-radius: 10px;
  background: #F7931E;
  height: 70px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: 'poppins custom' !important;
  transition: all 0.7s ease !important;
}

.request-form.form-cus label.wpforms-field-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: 'poppins custom';
  color: rgba(0, 0, 0, 0.8);
}

.banner-heading{
  font-family: 'poppins custom';
  font-weight: 400;
}

.header-menu-list .kt-svg-icon-list{
  display: flex !important;
}

.header-menu-list .kt-svg-icon-list-text{
  font-size: 20px !important;
  line-height: 30px !important;
  font-weight: 400 !important;
  font-family: 'poppins custom';
}

.service-list-item .service-details-col .kt-inside-inner-col {
  height: 261px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}



.loca-icon .kt-svg-icon-list-single::after {
  content: '';
  display: block;
  width: 17px;
  height: 21px;
  background-image: url('/wp-content/uploads/2024/12/location-ikon.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -16px;
}


.phone-icon .kt-svg-icon-list-single::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('/wp-content/uploads/2024/12/tell-ikon.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -23px;
}

.time-icon .kt-svg-icon-list-single::after {
  content: '';
  display: block;
  width: 21px;
  height: 22px;
  background-image: url('/wp-content/uploads/2024/12/time-ikon.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -20px;
}

.header-top-icon svg {
  display: none;
}

li.header-top-icon {
  position: relative;
}

/* .max-width-faq {
  max-width: 1620px;
  width: 100%;
  margin-right: auto;
} */



.header-menu-list .kt-svg-icon-list-single {
  display: none !important;
}

.header-menu-list ul {
  gap: 75px !important;
}

.company-credit p {
  color: #fff !important;
}

.bottom-credit p {
  font-size: 15px;
  font-family: 'poppins custom';
  line-height: 25px;
  font-weight: 400;
}

.footer-wraper .kt-inside-inner-col {
  display: flex;
  flex-wrap: nowrap;
}

.call-us-wrapper {
  width: 67px;
  height: 67px;
  background: #F7931E;
  border-radius: 100%;
  padding: 15px;
}

.bottom-credit .kt-row-column-wrap {
  padding-left: 20px !important;
}


.footer-menu-list ul li a span {
  font-size: 20px;
  font-family: 'poppins custom';
  font-weight: 400;
}

.footer-menu-list ul li a span:before {
  content: '';
  display: block;
  width: 12px;
  height: 4px;
  transform: rotate(90deg);
  position: relative;
  left: -13px;
  top: 16px;
  background: #F7931E;
}

.footer-menu-list ul {
  margin-left: 10px !important;
}

.max-width-cleaning {
  width: auto;
}

.testimonial-slider{
  margin-bottom:20px !important;
}

.testimonial-slider .slick-track {
  display: flex;
  gap: 20px;
  align-items: center;
}

.testimonial-slider button{
  display: none !important;
}


.faq-wrapper .kt-accordion-panel-inner p {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 400;
  font-family: 'poppins custom';
  margin: 0 !important;
}

.faq-wrapper .kt-accordion-panel-inner {
    border: 0 !important;
    padding: 0 !important;
}

.faq-wrapper .kt-accordion-panel-active {
  border: 0 !important;
}

button{
  cursor: pointer;
}

.hover-state span{
  transition: all 0.7s ease-in-out !important;
}

.hover-state-two h3,span{
  transition: all 0.7s ease-in-out !important;
}

.hover-state:hover .kt-inside-inner-col span {
  color: #f7931e !important;
  transition: all 0.7s ease !important;
}

.hover-state-two:hover h3{
  color:#f7931e !important;
  transition: all 0.7s ease-in-out !important;
}

.hover-state-two:hover span {
  color:#f7931e !important;
  transition: all 0.7s ease-in-out !important;
}



.hover-state-three h3,span{
  transition: all 0.7s ease-in-out !important;
}


.hover-state-three:hover h3{
  color:#f7931e !important;
  transition: all 0.7s ease-in-out !important;
}

.hover-state-three:hover span {
  color:#f7931e !important;
  transition: all 0.7s ease-in-out !important;
}

.overly-hover-link:hover .contact-link {
  color:#f7931e !important;
}

.top-header-hover-state{
  transition: all 0.7s ease !important;
}

.top-header-hover-state:hover span{
  color:#f7931e !important;
}

@keyframes slideLeft {
  from {
    transform: translateX(100%); /* Start outside the viewport on the right */
    opacity: 0; /* Start fully transparent */
  }
  to {
    transform: translateX(0); /* End at its original position */
    opacity: 1; /* End fully visible */
  }
}

.left-slide-animation-item {
  position: relative; /* Ensure proper positioning */
  opacity: 0; /* Start invisible */
  animation: slideLeft 1s ease-out forwards; /* 1-second smooth animation */
}

.left-slide-animation-item:nth-child(1) {
  animation-delay: 0s; /* No delay for the first item */
}

.left-slide-animation-item:nth-child(2) {
  animation-delay: 0.5s; /* Delay for the second item */
}

.left-slide-animation-item:nth-child(3) {
  animation-delay: 1s; /* Delay for the third item */
}

.left-slide-animation-item:nth-child(4) {
  animation-delay: 1.5s; /* Delay for the fourth item */
}

.menu-list.mobile .kt-svg-icon-list-single {
  display: none !important;
}

.menu-list.mobile span {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-family: 'Unbounded custom';
}

.menu-list.mobile ul.kt-svg-icon-list {
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0 !important;
}

.mobile-footer .kt-row-column-wrap {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.mobile-footer {
  background: transparent !important;
}

.mobile-whatsapp {
  display: none;
}
.review-link-img:first-child:hover {
  background-color: #FFE1BE !important;
}

.review-link-img:first-child {
  cursor: pointer;
}
.kontakt-form.form-cus div.wpforms-container-full:not(:empty) {
  margin-bottom: 0 !important;
}

.kontakt-form.form-cus div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column, div.wpforms-container .wpforms-form .wpforms-field-repeater .wpforms-layout-column {
  padding: 0 !important;
}

.request-form.form-cus div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column, div.wpforms-container .wpforms-form .wpforms-field-repeater .wpforms-layout-column {
  padding: 0 !important;
}

.daten-form {
  padding: 5px 5px !important;
}
.daten-form p > a:hover {
  color: #000;
}
.contact-link {
  font-weight: 500;
}

.testimonial-icon {
  position: absolute;
  right: 15px;
}
.contact-icon-box {
  flex: unset !important;
}
.testimonial-slider .slick-dots {
  display: none !important;
}

.testimonial-slider {
  margin-bottom: 0 !important;
}

.menu-header-menu-container ul#menu-header-menu>li>a {
  font-size: 20px !important;
  line-height: 30px;
  font-family: 'poppins custom';
  font-weight: 400;
}

.gtranslate_wrapper {
  display: flex;
  gap: 0px;
}
.menu-header-menu-container ul#menu-header-menu>li>a:hover {
  color: #f7931e;
}

.overly-hover-link:hover span {
  color: #f7931e;
  transition: all 0.7s ease !important;
}

.socail-media-wrapper .kt-inside-inner-col {
    justify-content: flex-start !important;
}
a.glink.nturl img {
  border-radius: 0px;
  margin-top: -3px !important;
}
.img-wrapper.first-child {
  right: 15px;
}

a.glink.nturl img {
  margin: unset !important;
}
.float-container-btns a.float-three {
  background-color: #F7931E !important;
  color: #fff !important;
  padding: 10px 12px !important;
}

a.glink.nturl.notranslate.gt-current-lang {
  border: 1px solid var(--red);
  position: relative;
  display: inline-block;
  padding: 1px 3px 0px 3px !important;
  border-radius: 0px;
}

a.glink.nturl {
  padding: 1px 3px 0px 3px !important;
}

/* 404 Page Complete css */

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;
  }

.call-icon-wrapper.telphone-icon {
    padding: 9px;
}
  
  .page-404 h1 {
  text-align: center;
  font-size: 55px;
  line-height: 65px;
  }
  
  .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: var(--red);
  color: var(--bg-white);
  font-weight: 800;
  font-size: 20px;
  transition: all 0.4s ease-in-out;
  }
  
  .anfrage-col.listandsell-button.error-btn a:hover{
  background-color: #000;
  }
  .error-desc{
  text-align: center;
  }
  
  .anfrage-col.listandsell-button.error-btn {
  display: flex;
  justify-content: center;
  }

  .max-height .kt-inside-inner-col {
    min-height: 64px !important;
    height: 64px;
    display: flex;
    justify-content: center;
}

  @media only screen and (max-width: 1024px){
      .page-404 {
          padding-bottom: 55px !important;
          padding-top: 140px !important;
          padding-left: 15px !important;
          padding-right: 15px !important;
      }
        .page-404 h1{
          font-size: 28px;
          line-height: 38px;
        }
        .page-404 img {
          width: 250px !important;
          }
          div#content.page-404{
              row-gap: 18px !important;
          }
  }

  /* 404 PAGE CSS ENDS HERE  */

@media (max-width:1300px){
  .max-width-cleaning {
    width: auto;
  }
  .max-w {
    width: auto !important;
  }
  .header-menu-list ul {
    gap: 45px !important;
    margin-right: 20px !important;
}
.bottom-credit p {
  font-size: 14px;
  line-height: 24px;
}

.hover-state-two h3 {
    font-size: 20px !important;
    line-height:30px !important;
}

.float-container-btns a.float-three svg {
  width: 32px;
  height: 32px;
}

.hover-state-two span {
    font-size: 18px !important;
    line-height: 28px !important;
}
.bottom-credit .kt-row-column-wrap {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.header-shadow .kt-row-column-wrap {
  grid-template-columns: 17% 50% 40% !important;
  gap: 2% !important;
}
.loca-icon .kt-svg-icon-list-single::after {
  left: -8px;
  width: 12px;
  height: 15px;
  top: 3px;
}
.testimonial-card {
  min-height: 320px !important;
}
.img-wrapper.first-child {
  right: 7px;
}
}

.last-child-element{
  border-bottom: 0 !important;
}

@media (max-width:1024px){
  .kontakt-form.form-cus div.wpforms-container-full:not(:empty) {
    margin: 0 !important;
  }
  .mobile-footer {
    box-shadow: none !important;
}
  .kontakt-form.form-cus .wpforms-layout-row {
    gap: 15px !important;
  }
  .max-width-faq dotlottie-player {
    display: none;
}
  .request-form.form-cus div.wpforms-container-full:not(:empty) {
    margin: 0 !important;
  }
  
  .request-form.form-cus .wpforms-layout-row {
    gap: 15px !important;
  }
  .contact-link {
    font-size: 18px;
    line-height: 28px !important;
    word-break: break-all;
  }
  .faq-wrapper span.kt-blocks-accordion-title {
    font-size: 20px;
    line-height: 30px;
}
.max-width-faq {
  margin-right: auto !important;
  margin-left: auto !important;
}
.faq-wrapper button#kt-accordion-header-175700 {
  border-bottom: 0 !important;
}
  .max-width-cleaning {
    width: auto;
  }
  .max-w {
    width: auto !important;
  }

  .bottom-credit p{
    text-align:center;
  }
  .img-wrapper{
    right: 7px;
  }
  .testimonial-card{
    height: fit-content !important;
  }
  .kontakt-form.form-cus .wpforms-layout-row .wpforms-layout-column.wpforms-layout-column-50{
    padding-left:0 !important;
  }
  .request-form.form-cus div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column, div.wpforms-container .wpforms-form .wpforms-field-repeater .wpforms-layout-column {
    padding-left: 0px !important;
}
.testimonial-card {
  min-height: 290px;
}
.request-form.form-cus .wpforms-container input{
  width: 100% !important; 
}
.banner-list-wrapper ul li span {
  font-size: 16px;
  line-height: 26px;
}
.mobile-whatsapp {
  display: block;
  position: fixed;
  bottom: 140px;
  right: 10px;
  z-index: 99;
  border-radius: 12px;
  width: 35px;
  max-width: unset !important;
}
.mobile-whatsapp.facebook-icon {
  bottom: 207px;
  right: 40px;
}

.mobile-whatsapp.insta-icon {
  bottom: 252px;
  right: 40px;
}
.mobile-whatsapp.whatsup-icon {
  bottom: 157px;
  right: 40px;
}
}


@media(max-width:767px){
  .mobile-whatsapp.facebook-icon {
    bottom: 185px !important;
    right: 20px !important;
  }
  
  .mobile-whatsapp.insta-icon {
    bottom: 228px !important;
    right: 20px !important;
  }
  .mobile-whatsapp.whatsup-icon {
    bottom: 138px !important;
    right: 20px !important;
  }
}

@media (max-width:766px){

.steps-wrapper figure {
  flex: unset !important;
}
.call-icon-wrapper {
  width: 35px;
  height: 35px;
  margin: 0 !important;
}
.review-link-img {
  height: 71px;
  padding: 10px;
}
.countup-wrap .kb-count-up.count-first-child {
  margin-right: 0 !important;
  padding-right: 12px;
}
.img-wrapper {
  width: 57px;
  height: 57px;
  right: 9px;
}
.request-form.form-cus div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column, div.wpforms-container .wpforms-form .wpforms-field-repeater .wpforms-layout-column {
  padding: 0 !important;
}
.service-list-item figure {
  width: 100px;
  height: 100px;
 flex:unset !important;
  padding: 20px;
}
.services-list-wrapper {
  width: 100%;
}
.service-list-item .service-details-col .kt-inside-inner-col {
  height: 182px !important;
}
.faq-wrapper button#kt-accordion-header-769704 {
  border-bottom: 0 !important;
}
.kontakt-form.form-cus .wpforms-layout-row {
  gap: 0px !important;
}
.request-form.form-cus .wpforms-layout-row {
  gap: 0px !important;
}
.request-form.form-cus .wpforms-container input {
  height: 54px;
}
.kontakt-form.form-cus .wpforms-container input {
  height: 54px;
}
}