/**
Theme Name: FIRST PRINTER
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: first-printer
Template: astra
*/

/* ===== Main styles ===== */

#block-8>p {
  display: none;
}

/* ===== FP Header Call ===== */
.fp-header-call {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: inherit;
  position: relative;
}

.fp-header-call .text--u-izay3zh5v .text-block-wrap-div {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  color: #222;
  white-space: nowrap;
}

.fp-header-call>.svg_image--u-iq7t9zkz6 {
  display: inline-flex;
  align-items: center;
  color: #222;
  opacity: 0.85;
}

.fp-header-call>.svg_image--u-iq7t9zkz6 svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.fp-header-call .dropdown__wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.fp-header-call .dropdown__button {
  width: 60px;
  height: 60px;
  border: 0;
  border-radius: 50%;
  background: #f05a3e;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 3;
  transition: background-color 0.2s ease;
}

.fp-header-call .dropdown__button:hover {
  background: #e94e31;
}

.fp-header-call .dropdown__button .svg_image svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.fp-header-call .dropdown__content-wrapper {
  position: absolute;
  top: 50%;
  right: calc(100% - 20px);
  transform: translateX(42px) translateY(-50%);
  width: var(--fp-dropdown-width, 350px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
  transition: transform 0.32s ease, opacity 0.24s ease, visibility 0.24s ease;
}

.fp-header-call .dropdown__wrapper:hover .dropdown__content-wrapper,
.fp-header-call .dropdown__wrapper:focus-within .dropdown__content-wrapper {
  transform: translateX(0) translateY(-50%);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.fp-header-call .dropdown__content {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 18px 26px;
  box-shadow: 0 8px 22px rgba(20, 20, 20, 0.08);
}

.fp-header-call .text--u-iaozcys8y .text-block-wrap-div {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  color: #999;
  margin-bottom: 8px;
}

.fp-header-call .text--u-ib7v7zffb .text-block-wrap-div {
  display: block;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #2a2a2a;
  white-space: nowrap;
}

.fp-header-call .link-universal {
  text-decoration: none;
  color: inherit;
}

@media (max-width: 991px) {
  .fp-header-call .text--u-izay3zh5v .text-block-wrap-div {
    font-size: 22px;
  }

  .fp-header-call .text--u-ib7v7zffb .text-block-wrap-div {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .fp-header-call {
    gap: 12px;
  }

  .fp-header-call .text--u-izay3zh5v .text-block-wrap-div {
    font-size: 20px;
    white-space: normal;
  }

  .fp-header-call .dropdown__button {
    width: 68px;
    height: 68px;
  }

  .fp-header-call .dropdown__content-wrapper {
    top: calc(100% + 10px);
    right: 0;
    transform: translateX(0) translateY(8px);
    width: min(90vw, var(--fp-dropdown-width, 350px));
  }

  .fp-header-call .dropdown__wrapper:hover .dropdown__content-wrapper,
  .fp-header-call .dropdown__wrapper:focus-within .dropdown__content-wrapper {
    transform: translateX(0) translateY(0);
  }

  .fp-header-call .text--u-ib7v7zffb .text-block-wrap-div {
    font-size: 20px;
  }
}

/* ===== FP Services ===== */
.fp-services {
  margin: 50px 0;
}

.fp-services__pretitle {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  color: #2d2d2d;
  padding: 2px 12px;
  border: 1px solid rgba(140, 80, 65, 0.45);
  border-radius: 14px;
  margin-bottom: 10px;
}

.fp-services__title {
  margin: 0 0 24px;
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #0f1217;
}

.fp-services__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.fp-services__card {
  display: flex;
  flex-direction: column;
  background: #f4f4f5;
  border: 1px solid #ededee;
  border-radius: 30px;
  padding: 22px 24px 26px;
}

.fp-services__thumb {
  margin: 0 0 16px;
  border-radius: 22px;
  overflow: hidden;
  background: #ececee;
  aspect-ratio: 16/9;
}

.fp-services__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fp-services__card-title {
  margin: 0 0 16px;
  line-height: 1.05;
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
  color: #11131a;
}

.fp-services__items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.fp-services__item {
  display: inline-block;
  background: #ececef;
  border-radius: 10px;
  padding: 2px 8px;
  font-size: 18px;
  line-height: 1.25;
  color: #20222b;
}

.fp-services__button-wrap {
  display: flex;
  justify-content: center;
  margin-top: auto;
  display: none;
}

.fp-services__button-wrap a {
  text-decoration: none;
}

.fp-services__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 126px;
  padding: 12px 26px;
  background: #11162d;
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  line-height: 1;
  transition: opacity 0.2s ease;
}

.fp-services__button:hover,
.fp-services__button:focus-visible {
  opacity: 0.9;
  color: #fff;
}

@media (max-width: 1200px) {
  .fp-services__title {
    font-size: 52px;
  }

  .fp-services__card-title {
    font-size: 36px;
  }

  .fp-services__button {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .fp-services__grid {
    grid-template-columns: 1fr;
  }

  .fp-services__title {
    font-size: 28px;
  }

  .fp-services__button-wrap {
    display: flex;
  }
}

@media (max-width: 767px) {
  .fp-services__pretitle {
    font-size: 14px;
  }

  .fp-services__title {
    font-size: 28px;
  }

  .fp-services__card-title {
    font-size: 28px;
  }

  .fp-services__item {
    font-size: 16px;
  }

  .fp-services__button {
    font-size: 24px;
    width: 100%;
  }
}

/* ===== FP Order Form ===== */
.fp-order-form-wrapper {
  background: #f7f7f8;
  border-radius: 34px;
  padding: 48px 32px 34px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.fp-order-form-wrapper h2 {
  margin: 0;
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  text-align: center;
  color: #05070f;
  font-weight: 800;
}

.fp-order-form-wrapper>span {
  display: block;
  margin: 22px auto 36px;
  max-width: 920px;
  text-align: center;
  color: #f05a3e;
  line-height: 1.2;
  font-weight: 400;
}

.fp-order-form-wrapper .fp-cf7-form-wrapper {
  max-width: 980px;
  margin: 0 auto;
}

.fp-order-form-wrapper .fp-cf7-form-fieldset {
  margin: 0 0 22px;
}

.fp-order-form-wrapper .fp-cf7-form-fieldset input[type="text"],
.fp-order-form-wrapper .fp-cf7-form-fieldset input[type="tel"],
.fp-order-form-wrapper .fp-cf7-form-fieldset input[type="email"],
.fp-order-form-wrapper .fp-cf7-form-fieldset textarea {
  width: 100%;
  height: 50px;
  border-radius: 20px;
  border: none;
  line-height: 1.15;
  color: #1f2430;
  box-sizing: border-box;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.fp-order-form-wrapper .fp-cf7-form-fieldset textarea {
  height: auto;
}

.fp-order-form-wrapper .fp-cf7-form-fieldset input::placeholder,
.fp-order-form-wrapper .fp-cf7-form-fieldset textarea::placeholder {
  color: #b4b6bc;
}

.fp-order-form-wrapper .fp-cf7-form-fieldset input:focus,
.fp-order-form-wrapper .fp-cf7-form-fieldset textarea:focus {
  border-color: #f3a090;
  box-shadow: 0 0 0 4px rgba(240, 90, 62, .12);
}

.fp-order-form-wrapper .fp-cf7-form-submit-wrapper {
  margin-top: 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.fp-order-form-wrapper .fp-cf7-form-submit-wrapper .wpcf7-spinner {
  margin: 5px auto;
}

.fp-order-form-wrapper .fp-cf7-form-submit-wrapper .wpcf7-form-control-wrap {
  display: inline-flex;
  align-items: center;
  margin: 0 0 20px;
  color: #252b39;
  line-height: 1.25;
}

.fp-order-form-wrapper .fp-cf7-form-submit-wrapper .wpcf7-list-item {
  margin: 0;
}

.fp-order-form-wrapper .fp-cf7-form-submit-wrapper input[type="checkbox"] {
  width: 22px;
  height: 22px;
  border-radius: 5px;
}

.fp-order-form-wrapper .fp-cf7-form-submit-wrapper input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: #f05a3e;
  color: #fff;
  padding: 18px 42px;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity .2s ease;
}

.fp-order-form-wrapper .fp-cf7-form-submit-wrapper input[type="submit"]:hover {
  opacity: .92;
}

.fp-order-form-wrapper .fp-cf7-form-submit-wrapper .wpcf7-acceptance label {
  width: 100%;
  display: block;
  text-align: left;
}

.fp-order-form-wrapper .wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 14px;
}

@media (max-width: 991px) {
  .fp-order-form-wrapper {
    padding: 28px 18px 24px;
    border-radius: 20px;
  }

  .fp-order-form-wrapper>span {
    margin: 14px auto 18px;
  }

  .fp-order-form-wrapper .fp-cf7-form-fieldset {
    margin-bottom: 14px;
  }

  .fp-order-form-wrapper .fp-cf7-form-fieldset input[type="text"],
  .fp-order-form-wrapper .fp-cf7-form-fieldset input[type="tel"],
  .fp-order-form-wrapper .fp-cf7-form-fieldset input[type="email"],
  .fp-order-form-wrapper .fp-cf7-form-fieldset textarea {
    min-height: 60px;
    padding: 14px 20px;
    border-radius: 14px;
  }

  .fp-order-form-wrapper .fp-cf7-form-submit-wrapper input[type="submit"] {
    font-size: 28px;
    padding: 14px 30px;
  }
}

/* ===== FP Features Color ===== */
.fp-features-color {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  padding: 34px 24px;
  background: linear-gradient(165deg, #f15b3f 0%, #f25f42 42%, #f35d40 100%);
}

.fp-features-color::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 100%, rgba(255, 255, 255, .18), transparent 40%), radial-gradient(circle at 100% 30%, rgba(255, 255, 255, .14), transparent 35%);
  pointer-events: none;
}

.fp-features-color__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  z-index: 1;
}

.fp-features-color__item {
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 24px;
  min-height: 66px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  transition: background-color .2s ease, color .2s ease;
}

.fp-features-color__item::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex: 0 0 9px;
  background: #fff;
  transition: background-color .2s ease;
}

.fp-features-color__item:hover,
.fp-features-color__item:focus-within,
.fp-features-color__item.is-active {
  background: #fff;
  color: #f05a3e;
}

.fp-features-color__item:hover::before,
.fp-features-color__item:focus-within::before,
.fp-features-color__item.is-active::before {
  background: #f05a3e;
}

@media (max-width: 991px) {
  .fp-features-color {
    border-radius: 24px;
    padding: 20px 14px;
  }

  .fp-features-color__item {
    border-radius: 16px;
    min-height: 52px;
    padding: 10px 14px;
  }
}

/* ===== FP Features ===== */
.fp-features {
  margin: 50px 0;
}

.fp-features__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
}

.fp-features__item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #efeff1;
  border: 1px solid #ececef;
  color: #2a2d35;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  transition: background-color .2s ease, color .2s ease;
}

.fp-features__item::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex: 0 0 10px;
  background: #f05a3e;
}

.fp-features__item:hover,
.fp-features__item:focus-within {
  background: #fff;
  color: #0f1118;
}

@media (max-width: 991px) {
  .fp-features__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .fp-features {
    margin: 0 0 50px 0;
  }
}

/* ===== FP Works Marquee ===== */
.fp-works-marquee {
  position: relative;
  overflow: hidden;
  background: #d7d7db;
  border-radius: 0;
  padding: 12px 0;
}

.fp-works-marquee__track {
  display: flex;
  width: max-content;
  animation-name: fpWorksMarquee;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: var(--fp-marquee-duration, 42s);
}

.fp-works-marquee:hover .fp-works-marquee__track {
  animation-play-state: paused;
}

.fp-works-marquee__group {
  display: flex;
  gap: 10px;
  margin-right: 10px;
}

.fp-works-marquee__item {
  width: var(--fp-marquee-item-width, 200px);
  height: var(--fp-marquee-item-height, 280px);
  overflow: hidden;
  background: #bfc2c9;
  display: block;
  position: relative;
  text-decoration: none;
}

.fp-works-marquee__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(.68) saturate(.95);
  transition: filter .24s ease;
}

.fp-works-marquee__item:hover img,
.fp-works-marquee__item:focus-visible img {
  filter: brightness(.95) saturate(1);
}

.fp-works-marquee__item::after {
  content: "+";
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .75);
  color: #62656e;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  font-weight: 400;
}

@keyframes fpWorksMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 5px));
  }
}

.fp-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(11, 12, 18, .88);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.fp-lightbox.is-open {
  display: flex;
}

.fp-lightbox__img {
  max-width: min(92vw, 1400px);
  max-height: 88vh;
  object-fit: contain;
  display: block;
}

.fp-lightbox__btn {
  position: absolute;
  border: 0;
  background: rgba(255, 255, 255, .16);
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.fp-lightbox__btn:hover {
  background: rgba(255, 255, 255, .24);
}

.fp-lightbox__btn--close {
  top: 14px;
  right: 14px;
  font-size: 32px;
}

.fp-lightbox__btn--prev {
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.fp-lightbox__btn--next {
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

/* ===== FP FAQ ===== */

.fp-faq__pretitle {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  color: #2d2d2d;
  padding: 2px 12px;
  border: 1px solid rgba(140, 80, 65, .45);
  border-radius: 14px;
  margin-bottom: 10px;
}

.fp-faq__title {
  margin: 0 0 24px;
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #0f1217;
}

.fp-faq__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.fp-faq__item {
  border-radius: 22px;
  background: #f5f5f6;
  overflow: hidden;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
}

.fp-faq__question {
  width: 100%;
  border: 0;
  background: transparent;
  color: #1f2430;
  text-align: left;
  padding: 18px 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  line-height: 1.15;
  cursor: pointer;
  font-family: inherit;
  box-shadow: none;
}

.fp-faq__item.is-open .fp-faq__question,
.fp-faq__question:hover,
.fp-faq__question:focus {
  background: transparent;
  color: #1f2430;
}

.fp-faq__icon {
  width: 20px;
  height: 20px;
  position: relative;
  opacity: .88;
  transform: rotate(0deg);
  transition: transform .24s ease;
}

.fp-faq__icon::before,
.fp-faq__icon::after {
  content: "";
  position: absolute;
  background: #2a2e37;
  border-radius: 1px;
}

.fp-faq__icon::before {
  width: 16px;
  height: 2px;
  left: 2px;
  top: 9px;
}

.fp-faq__icon::after {
  width: 2px;
  height: 16px;
  left: 9px;
  top: 2px;
  transition: opacity .2s ease;
}

.fp-faq__item.is-open .fp-faq__icon::after {
  opacity: 0;
}

.fp-faq__answer-wrap {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height .28s ease, opacity .2s ease;
}

.fp-faq__item.is-open .fp-faq__answer-wrap {
  max-height: 420px;
  opacity: 1;
}

.fp-faq__answer {
  padding: 0 24px 20px;
  font-size: 16px;
  line-height: 1.3;
}

@media (max-width:1200px) {
  .fp-faq__title {
    font-size: 52px;
  }
}

@media (max-width:767px) {
  .fp-faq__pretitle {
    font-size: 14px;
  }

  .fp-faq__title {
    font-size: 28px;
  }

  .fp-faq__question {
    padding: 14px 16px;
    font-size: 20px;
  }

  .fp-faq__answer {
    padding: 0 16px 14px;
    font-size: 16px;
  }
}

/* ===== FP About ===== */
.fp-about {
  margin: 28px 0;
}

.fp-about__pretitle {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  color: #2d2d2d;
  padding: 2px 12px;
  border: 1px solid rgba(140, 80, 65, .45);
  border-radius: 14px;
  margin-bottom: 10px;
}

.fp-about__title {
  margin: 0 0 20px;
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #0f1217;
}

.fp-about__text {
  line-height: 1.24;
  margin-bottom: 22px;
}

.fp-about__text p {
  margin: 0 0 16px;
}

.fp-about__text p:last-child {
  margin-bottom: 0;
}

.fp-about__media {
  border-radius: 25px;
  overflow: hidden;
  background: #e6e7eb;
}

.fp-about__media video {
  width: 100%;
  display: block;
  height: auto;
  max-height: 300px;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}

@media (max-width:1200px) {
  .fp-about__title {
    font-size: 52px;
  }
}

@media (max-width:767px) {
  .fp-about__pretitle {
    font-size: 14px;
  }

  .fp-about__title {
    font-size: 28px;
  }

  .fp-about__text {
    font-size: 16px;
    line-height: 1.45;
  }

  .fp-about__media {
    border-radius: 25px;
  }
}

/* ===== FP Clients Marquee ===== */
.fp-clients-marquee {
  position: relative;
  overflow: hidden;
  padding: 12px 0;
  --fp-clients-edge-size: 84px;
  --fp-clients-edge-color: #ececef;
}

.fp-clients-marquee::before,
.fp-clients-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: var(--fp-clients-edge-size);
  z-index: 2;
  pointer-events: none;
}

.fp-clients-marquee::before {
  left: 0;
  background: linear-gradient(to right, #fff, rgba(236, 236, 239, 0));
}

.fp-clients-marquee::after {
  right: 0;
  background: linear-gradient(to left, #fff, rgba(236, 236, 239, 0));
}

.fp-clients-marquee__track {
  display: flex;
  width: max-content;
  animation-name: fpClientsMarquee;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: var(--fp-clients-speed, 56s);
}

.fp-clients-marquee:hover .fp-clients-marquee__track {
  animation-play-state: paused;
}

.fp-clients-marquee__group {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-right: 14px;
}

.fp-clients-marquee__item {
  width: var(--fp-clients-item-width, 220px);
  height: var(--fp-clients-item-height, 86px);
  border-radius: 16px;
  border: 1px solid #ececee;
  background: #f3f3f4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  text-decoration: none;
}

.fp-clients-marquee__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(1) saturate(0) opacity(.52);
  transition: filter .24s ease;
}

.fp-clients-marquee__item:hover img,
.fp-clients-marquee__item:focus-visible img {
  filter: grayscale(.2) saturate(.35) opacity(.84);
}

@keyframes fpClientsMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 7px));
  }
}

@media (max-width:767px) {
  .fp-clients-marquee {
    --fp-clients-edge-size: 36px;
  }
}

/* ===== FP Steps ===== */
.fp-steps {
  background: #f5f5f6;
  border-radius: 36px;
  padding: 30px 22px 26px;
  margin: 28px 0;
}

.fp-steps__pretitle {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  color: #2d2d2d;
  padding: 2px 12px;
  border: 1px solid rgba(140, 80, 65, .45);
  border-radius: 14px;
  margin: 0 auto 10px;
}

.fp-steps__head {
  text-align: center;
  margin-bottom: 18px;
}

.fp-steps__title {
  margin: 0;
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #0f1217;
}

.fp-steps__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.fp-steps__item {
  min-height: 80px;
  border-radius: 34px;
  border: 1px solid #e1e1e3;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 14px;
  transition: background-color .2s ease;
}

.fp-steps__icon-wrap {
  width: 66px;
  height: 66px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f05a3e;
  transition: background-color .2s ease, color .2s ease;
  flex: 0 0 66px;
}

.fp-steps__icon-wrap svg {
  width: 36px;
  height: 36px;
  fill: currentColor;
}

.fp-steps__name {
  line-height: 1.15;
  text-transform: uppercase;
  color: #1d2029;
}

.fp-steps__item:hover .fp-steps__icon-wrap {
  background: #f05a3e;
  color: #fff;
}

.fp-steps__item:hover .fp-steps__name {
  color: #f05a3e;
}

@media (max-width:1200px) {
  .fp-steps__title {
    font-size: 52px;
  }
}

@media (max-width:767px) {
  .fp-steps {
    border-radius: 18px;
    padding: 18px 12px 14px;
  }

  .fp-steps__pretitle {
    font-size: 14px;
  }

  .fp-steps__title {
    font-size: 28px;
  }

  .fp-steps__item {
    min-height: 62px;
    border-radius: 18px;
    gap: 10px;
    padding: 6px 10px;
  }

  .fp-steps__icon-wrap {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    flex: 0 0 50px;
  }

  .fp-steps__icon-wrap svg {
    width: 28px;
    height: 28px;
  }

  .fp-steps__name {
    font-size: 22px;
  }
}

/* ===== FP Footer Contacts ===== */
.fp-footer-contacts {
  display: grid;
  gap: 18px;
  text-align: left;
}

.fp-footer-contacts__row {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 14px;
  align-items: start;
}

.fp-footer-contacts__icon {
  width: 30px;
  height: 30px;
  color: #4c4d50;
  margin-top: 2px;
}

.fp-footer-contacts__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  display: block;
}

.fp-footer-contacts__label {
  margin: 0 0 2px;
  color: #9da0a7;
  line-height: 1.2;
}

.fp-footer-contacts__value {
  color: #08090c;
  line-height: 1.2;
}

.fp-footer-contacts__value a {
  color: inherit;
  text-decoration: none;
}

.fp-footer-contacts__value--email a {
  color: #f05a3e;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width:767px) {
  .fp-footer-contacts {
    margin-bottom: 20px;
  }

  .fp-footer-contacts__row {
    grid-template-columns: 24px 1fr;
    gap: 10px;
  }

  .fp-footer-contacts__icon {
    width: 24px;
    height: 24px;
  }

  .fp-footer-contacts__label {
    font-size: 16px;
  }

  .fp-footer-contacts__value {
    font-size: 18px;
  }
}

/* ===== FP Slider Main ===== */
.fp-slider-main {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0;
}

.fp-slider-main__slide {
  position: relative;
  min-height: 540px;
  background-size: cover;
  background-position: center;
}

.fp-slider-main__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.fp-slider-main__container {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 46px 24px 58px;
  min-height: 540px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fp-slider-main__content {
  max-width: 760px;
  color: #fff;
}

.fp-slider-main__pretitle {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 999px;
  padding: 3px 12px;
  line-height: 1.2;
  margin-bottom: 12px;
}

.fp-slider-main__title {
  margin: 0 0 12px;
  font-size: 80px;
  color: #fff;
  line-height: .95;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .01em;
}

.fp-slider-main__text {
  margin: 0;
  font-size: 28px;
  line-height: 1.16;
  max-width: 760px;
}

.fp-slider-main__nav {
  position: absolute;
  left: 24px;
  bottom: 34px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 12px;
  pointer-events: auto;
}

.fp-slider-main__button {
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  opacity: .88;
}

.fp-slider-main__button:hover {
  opacity: 1;
}

.fp-slider-main__pagination {
  position: absolute;
  right: 24px;
  left: auto !important;
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 34px !important;
  pointer-events: auto;
}

.fp-slider-main__ui-container {
  position: absolute;
  inset: 0;
  margin: 0 auto;
  z-index: 4;
  pointer-events: none;
}

.fp-slider-main .fp-slider-main__pagination .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .45);
  background: rgba(0, 0, 0, .12);
  color: rgba(255, 255, 255, .9);
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  opacity: 1 !important;
  box-sizing: border-box;
}

.fp-slider-main .fp-slider-main__pagination .swiper-pagination-bullet-active {
  border-color: rgba(255, 255, 255, .95);
  background: rgba(0, 0, 0, .28);
}

.fp-slider-main .fp-slider-main__pagination.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.fp-slider-main .fp-slider-main__pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  margin: 0 !important;
}

.fp-slider-main .fp-slider-main__pagination .swiper-pagination-bullet {
  width: 30px !important;
  height: 30px !important;
  border: 1px solid rgba(255, 255, 255, .45) !important;
  background: rgba(0, 0, 0, .12) !important;
}

.fp-slider-main .fp-slider-main__pagination .swiper-pagination-bullet-active {
  border-color: rgba(255, 255, 255, .95) !important;
  background: rgba(0, 0, 0, .28) !important;
}

@media (max-width:991px) {

  .fp-slider-main__slide,
  .fp-slider-main__container {
    min-height: 420px;
  }

  .fp-slider-main__container {
    padding: 26px 16px 26px;
  }

  .fp-slider-main__nav {
    left: 16px;
    bottom: 20px;
  }

  .fp-slider-main__pagination {
    right: 10px;
  }
}

@media (max-width:767px) {

  .fp-slider-main__slide,
  .fp-slider-main__container {
    min-height: 340px;
  }

  .fp-slider-main__title {
    font-size: 28px;
    line-height: 1;
  }

  .fp-slider-main__text {
    font-size: 20px;
    line-height: 1.22;
  }

  .fp-slider-main__pagination {
    width: auto;
    right: 8px;
  }

  .fp-slider-main__nav {
    left: 10px;
    bottom: 10px;
  }
}

/* ===== FP Astra Overrides ===== */
.entry-content ul.fp-features__list,
.entry-content ul.fp-features-color__list,
.entry-content ul.fp-faq__list,
.entry-content ul.fp-steps__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.entry-content ul.fp-services__items {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.entry-content ul.fp-features__list>li,
.entry-content ul.fp-features-color__list>li,
.entry-content ul.fp-services__items>li,
.entry-content ul.fp-faq__list>li,
.entry-content ul.fp-steps__list>li {
  margin: 0;
}

.entry-content h2.fp-services__title,
.entry-content h2.fp-faq__title,
.entry-content h2.fp-about__title,
.entry-content h2.fp-steps__title,
.entry-content h2.fp-slider-main__title {
  margin: 0 0 24px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1.02;
}

.entry-content h3.fp-services__card-title {
  margin: 0 0 16px;
  text-transform: uppercase;
}

.entry-content p.fp-slider-main__text {
  margin: 0;
}

.entry-content .fp-about__text p {
  margin: 0 0 16px;
}

.entry-content .fp-about__text p:last-child {
  margin-bottom: 0;
}

.entry-content .fp-services__button,
.entry-content .fp-footer-contacts__value a,
.entry-content .fp-footer-contacts__value--email a {
  text-decoration: none;
}

.entry-content .fp-footer-contacts__value--email a {
  text-decoration: underline;
}

/* ===== FP Sticky ===== */
.fp-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 30px;
  z-index: 99;
}