:root {
  --primary-color: #5f9ea0;
  --heading-color: #171717;
  --white-color: #fff;
}

.site-logo a,
.site-logo img {
  display: block;
}

.elementor-button .elementor-button-icon {
  transition: all 0.4s;
}

.elementor-button:hover .elementor-button-icon {
  transform: translateX(6px);
}

h2:not(.elementor-icon-box-title) span {
  color: var(--primary-color);
}

.works-block .elementor-icon-box-content {
  padding-top: 10px;
}

.works-block::after {
  content: "";
  position: absolute;
  width: 3px;
  height: calc(100% - 50px);
  background: rgba(23, 23, 23, 0.03);
  left: 40px;
  bottom: -30px;
}

.last .works-block::after {
  display: none;
}

.faq-accordion .e-n-accordion-item-title {
  border: 0 !important;
}

.faq-accordion .e-n-accordion-item {
  overflow: hidden;
  border-radius: 10px;
}

.faq-accordion .e-n-accordion-item[open] {
  background-color: var(--primary-color);
}

.text-left,
.text-left * {
  text-align: left;
}

.footer-menu a {
  flex-direction: row-reverse;
  justify-content: space-between !important;
  gap: 12px;
  padding: 14px 0;
}

.footer-menu .elementor-icon-list-icon {
  max-width: 13px;
}

.servive-card .elementor-widget-text-editor ul + p {
  margin-top: 15px;
}

.servive-card .elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}

.review-slider button.slick-next,
.review-slider button.slick-prev {
  max-width: 48px;
  max-height: 48px;
  min-width: 48px;
  min-height: 48px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  border-radius: 5px;
  padding: 0;
  font-size: 0;
}

.review-slider button.slick-prev {
  right: 90px;
}

.review-slider button.slick-next::after,
.review-slider button.slick-prev::after {
  content: "";
  background: url(../images/arrow.svg) no-repeat;
  background-position: center;
  background-size: 24px;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.review-slider button.slick-prev::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.social-icon .elementor-button {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  max-width: 48px !important;
  max-height: 48px !important;

  padding: 0 !important;
  border-radius: 5px !important;

  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 0 !important;
}

.social-icon .elementor-button-icon svg {
  width: 24px !important;
  height: 24px !important;
}
.social-icon .elementor-button:hover .elementor-button-icon {
  transform: none !important;
}
.contact-btn .cf7-row input:not([type="submit"]),
.contact-btn .cf7-row select,
.contact-btn .cf7-row textarea {
  outline: none !important;
  border: 1px solid #f6fbfb !important;
  font-size: inherit !important;
  color: var(--heading-color) !important;
}

.contact-btn .cf7-row input:not([type="submit"]).wpcf7-not-valid,
.contact-btn .cf7-row select.wpcf7-not-valid,
.contact-btn .cf7-row textarea.wpcf7-not-valid {
  border-color: #dc3232 !important;
}
.contact-btn .cf7-row .wpcf7-not-valid-tip {
  display: none;
}

.contact-btn + .wpcf7-response-output {
  margin: 0 !important;
  margin-top: 16px !important;
  border: none !important;
  padding: 0 !important;
}

.contact-btn .cf7-row input:not([type="submit"]):focus,
.contact-btn .cf7-row select:focus,
.contact-btn .cf7-row textarea:focus {
  border-color: var(--primary-color) !important;
}

.contact-btn .cf7-col p {
  margin-bottom: 20px;
}

.contact-btn .cf7-full input[type="submit"] {
  background-color: var(--heading-color);
  border-color: var(--heading-color);
  outline: none !important;
}

.contact-btn .cf7-full input[type="submit"]:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.contact-btn .cf7-submit p {
  margin-bottom: 0;
  position: relative;
}
.contact-btn .cf7-submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

.site--header .tahefobu-nav-menu {
  display: flex;
  flex-wrap: wrap;
}
span.eael-simple-menu-toggle-text {
  display: none;
}
@media only screen and (max-width: 1669px) {
  .site--header .tahefobu-nav-menu .menu-item {
    font-size: 12px;
    margin-left: 14px !important;
    margin-right: 14px !important;
  }

  .header-button a.elementor-button {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 767px) {
  .works-block .elementor-icon-box-content {
    padding-top: 6px;
  }

  .works-block::after {
    height: calc(100% - 40px);
    left: 30px;
    bottom: -20px;
  }
  .review-slider button.slick-next,
  .review-slider button.slick-prev {
    bottom: 20px;
    right: 20px;
  }
  .review-slider button.slick-prev {
    right: 69px;
  }

  .contact-btn .cf7-col p {
    margin-bottom: 15px;
  }
  .contact-btn .cf7-row {
    gap: 0 !important;
  }
  .review-slider button.slick-next,
  .review-slider button.slick-prev {
    min-width: 40px;
    min-height: 40px;
  }
  .social-icon .elementor-button {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    max-width: 40px !important;
    max-height: 40px !important;
  }
}
