/* @override 
	https://helpers-fin-dev.local/wp-content/themes/frontend/override.css?* */

.navigation__wrapper .navigation__primary-menu .menu-item:not(.wpml-ls-item):has(.sub-menu)::before {
  right: 2.3rem;
  margin-top: -2px;
}

.wpml-ls-current-language {
  display: none;
}

.navigation__search-form:after {
  width: 0;
}

.button--read-more {
  margin-top: 15px;
}

.post-card__wrapper h3.post-card__title {
  font-size: 1.8rem;
}

.page-id-12171 div.page-default div.page-default__body div.references-hero div.container div.references-hero__content-wrapper div.references-hero__numbers img.references-hero__background-image.justDesktop {
  /*margin-left: -70rem !important;*/
  left: -60rem !important;
}


.references-hero__background-image,
.service-hero__background-image,
.services-hero__background-image,
.about-us-header__bg-image {
  position: absolute;
  object-fit: contain;
  object-position: right;
  z-index: -1;
  width: 85%;
  height: 55rem;
  max-width: unset;
  top: 5rem !important;
  right: -15rem !important;
}

.about-us-header__bg-image {
  right: -5rem !important;
}

@media screen and (max-width: 991px) {
  .references-hero__background-image,
  .service-hero__background-image,
  .services-hero__background-image,
  .about-us-header__bg-image {
    object-position: right;
    width: 100%;
    height: 45rem;
    top: -15rem !important;
    right: -15rem !important;
  }
  
  .navigation__label {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5px 32px 5px 5px;
    margin-top: -5px;
  }
  
  .navigation--sticky .navigation__label {
    background-color: transparent;
  }

}

@media screen and (max-width: 767px) {
  .team-column a.team-member {
    width: 10rem !important; 
    height: 10rem !important;
  }
}


body .single-service {
  background-image: url('./assets/images/hf-shapes-l.png'), url('./assets/images/hf-shapes-r.png');
  background-position: left top 5rem, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: 200px, 400px; /* Adjust size if needed */
}

body.page {
  background-image: url('./assets/images/hf-shapes-l.png'), url('./assets/images/hf-shapes-r.png');
  background-position: left top 5rem, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: 200px, 400px; /* Adjust size if needed */
}

body.blog {
  background-image: url('./assets/images/hf-shapes-l.png');
  background-position: left top 5rem, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: 200px; /* Adjust size if needed */
}

body.single-post {
  background-image: url('./assets/images/hf-shapes-l.png'), url('./assets/images/hf-shapes-r.png');
  background-position: left top 5rem, right 145rem;
  background-repeat: no-repeat, no-repeat;
  background-size: 200px, 150px; /* Adjust size if needed */
}

@media screen and (max-width: 991px) {
  body .single-service,
  body.page {
    background-position: left top 5rem, right 145rem;
    background-size: 140px, 200px;
  }
  
  .hero__content,
  .services-hero__content,
  .about-us-header__content {
    margin-top: 12rem;
  }
  
  .single-post__header-content,
  .dynamic-header__content {
    margin-top: 4rem;
  }
  
  .hero__content h1 {
    color: ver(--turquoise);
  }
}

.faq-block__question-wrapper {
  background-color: var(--turquoise);
  border: 0;
  border-radius: 10px;
  margin-bottom: 15px;  
}

.faq-block__question,
.faq-block__answer {
  color: var(--white);
}

.faq-block__answer a {
  color: var(--dark-blue);
}

.hero__box,
.services-hero__box,
.pricing-card {
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.hero__box,
.hero__box:hover .hero__box-arrow,
.services-hero__box,
.services__contact {
  background-color: var(--turquoise);
}

.single-post__title {
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.55);
}

.splide__arrow {
  background-color: var(--highlight) !important;
}





