/*
 Theme Name: Tiragpoltava theme
 Version: 1.0
 Text Domain: tiragpoltavatheme
*/

:root {
  --clr-accent: 0, 170, 229;
  --clr-secondary: 0, 63, 145;
  --clr-accent-darker: 0, 63, 145;
  --clr-light: 247, 243, 235;
  --clr-white: 255, 255, 255;
  --clr-dark: 39, 39, 39;
  --clr-dark-lighter: 42, 44, 44;
  --clr-black: 0, 0, 0;

  font-family: "Noto Sans", sans-serif;
}

/* ------------------- */
/* Reset               */
/* ------------------- */

/* https://piccalil.li/blog/a-modern-css-reset/ */
html {
  scroll-behavior: smooth;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
figure,
picture {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: 400;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

/* remove animations for people who've turned them off */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

body {
  background-color: rgb(var(--clr-white), 1);
  font-family: var(--ff-main);
  color: rgb(var(--clr-black));
  line-height: 1.5;
  font-size: 1rem;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

h1 {
  font-size: 2.25rem;
  letter-spacing: -1px;
}
h2 {
  letter-spacing: -1px;
  font-size: 2.25rem;
  line-height: 1.2;
  margin: 0.75rem 0 0.25rem 0;
}
h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0.75rem 0 0.25rem 0;
}
h4 {
  font-size: 1.35rem;
  line-height: 1.2;
  margin: 0.75rem 0 0.25rem 0;
}
p {
  font-size: 1rem;
  margin: 0.75rem 0 0.25rem 0;
}
a {
  color: rgba(var(--clr-accent), 1);
}
main {
  flex-grow: 1;
}
.main-header {
  display: flex;
  justify-content: center;

  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
.main-header-container {
  margin-top: 1rem;
  padding: 0.25rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  width: 100%;

  background-color: rgba(var(--clr-accent), 0.98);
}

.logo img {
  height: 65px;
  width: auto;
}
.footer {
  padding: 2rem;
  background-color: rgba(var(--clr-dark), 1);
}
.footer p {
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  color: rgba(var(--clr-white), 1);
}

.header-contact-info {
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.header-phone-icon a {
  color: rgba(var(--clr-accent-darker), 1);
  height: 37px;
  width: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
  background-color: rgba(var(--clr-white), 1);

  transition: all 0.3s ease-in-out;
}
.header-phone-icon a:hover {
  background-color: rgba(var(--clr-accent-darker), 1);
  color: rgba(var(--clr-white), 1);
}
.header-btn button {
  border: 0;
  outline: 0;
  display: flex;
  align-items: center;
  height: 37px;
  letter-spacing: 0;
  background-color: #fff;
  display: block;
  overflow: hidden;
  position: relative;
  color: rgba(var(--clr-accent-darker), 1);
  text-decoration: none;
  font-size: 0.813rem;
  padding: 8px 15px;
  text-transform: uppercase;
  font-weight: 700;

  cursor: pointer;

  transition: all 0.3s ease-in-out;
}
.header-btn button:hover {
  color: rgb(var(--clr-white), 1);
  background-color: #003f91;
}
.header-btn a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  transform: translateX(-100%);

  background-color: rgba(var(--clr-accent), 1);
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.header-btn a:hover::after {
  transform: translateX(0%);
}

.hero h1 {
  max-width: 1000px;
  font-size: 3.25rem;
  line-height: 1.1;
  font-weight: 900;
  color: rgba(var(--clr-black), 1);
}
.hero p {
  color: rgba(var(--clr-black), 1);
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 300;
}
.hero-btn {
  background-color: rgba(var(--clr-black), 0.2);
  backdrop-filter: blur(5px) brightness(80%);
}
.hero-btn .kt-btn-inner-text {
  font-size: 0.875rem !important;
  text-transform: uppercase;
  font-weight: 700 !important;
}
.header-phone a {
  color: rgb(var(--clr-accent), 1);
  text-decoration: none;
}
.has-yellow-accent-color-color {
  color: rgb(var(--clr-accent), 1);
}
.fw-900 {
  font-weight: 900;
}
.text-bigger {
  font-size: 1.25rem;
}
.service-block .kt-inside-inner-col {
  padding: 1rem;
}

.about-us h2 {
  margin: 2rem 0 1.75rem;
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 900;
}
.about-us h3 {
  margin: 2rem 0;
}

.btn1 {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;

  cursor: pointer;
}
.btn1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  transform: translateX(-100%);

  background-color: rgba(var(--clr-accent), 1);
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.btn1:hover::after {
  transform: translateX(0%);
}
.menu-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
/* ===================== MENU ============= */
.main-navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  /* background: #fff; */
  position: relative;
}

.nav-menu,
.nav-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-menu {
  display: flex;
}

.nav-menu li {
  position: relative;
}

.nav-menu a {
  font-size: 1rem;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: rgba(var(--clr-black), 1);
  transition: 0.3s;

  text-transform: uppercase;
  font-size: 0.938rem;
  font-weight: 500;
}
.nav-menu a:hover {
  color: rgba(var(--clr-white), 1);
}
/* Випадаюче меню (Desktop) */
.nav-menu li ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #f9f9f9;
  min-width: 200px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s;
  z-index: 100;
}

.nav-menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* .menu-item-has-children > a::after {
  content: " ▼";
  font-size: 10px;
  vertical-align: middle;
  margin-left: 5px;
} */

.menu-item-has-children > a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;

  background-image: url("images/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  transition: transform 0.3s ease;
}
.nav-menu li:hover > a::after {
  transform: rotate(180deg);
}
/* hamburger */
.hamburger {
  padding: 15px 5px;
  display: inline-block;
  display: none;

  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  /* opacity: 0.7; */
}
.hamburger.is-active:hover {
  /* opacity: 0.7; */
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: rgba(var(--clr-white), 1);
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 2px;
  background-color: rgba(var(--clr-white), 1);
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/* slide */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

@media (max-width: 768px) {
  .logo img {
    height: 55px;
  }
  .hero h1 {
    max-width: 350px;
  }
  .splide__arrows {
    display: none;
  }

  .hamburger {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main-navigation {
    padding: 0;
  }
  .main-header-container {
    margin: 0;
    background-color: rgba(var(--clr-accent), 0.8);
    backdrop-filter: blur(5px) brightness(60%);
  }
  #primary-menu.menu-container {
    display: flex;
    justify-content: start;
    align-items: start;
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    flex-direction: column;
    padding: 70px 10px 20px 20px;
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.2);

    transform: translateX(-100%);
    visibility: hidden;
    transition:
      transform 0.4s ease,
      visibility 0.4s;
  }

  #primary-menu.menu-container.is-active {
    transform: translateX(0);
    visibility: visible;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-menu li ul {
    position: static;
    display: none;
    padding-left: 20px;
    background: rgba(0, 0, 0, 0.05);
  }

  .nav-menu li.open-submenu > ul {
    display: block;
  }
  .nav-menu li.open-submenu > a::after {
    transform: rotate(180deg);
  }

  .nav-menu a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: rgba(var(--clr-dark), 1);
    transition: 0.3s;

    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 500;
  }
  .nav-menu a:hover {
    color: rgba(var(--clr-accent), 1);
  }
}
/* ===================== MENU ============= */

/* CUSTOM EFFECTS */
.marquee-window {
  background-color: rgba(var(--clr-white), 1);
  width: 100%;
  max-width: 150px;
  overflow: hidden;
  padding: 0.5rem 1.25rem;
  border: 1px solid rgba(var(--clr-accent), 1);
  border-radius: 50px;
  white-space: nowrap;
  position: relative;
}

.inner-clipper {
  overflow: hidden;
}

.marquee-track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: scroll-loop var(--duration, 5s) linear infinite;
  will-change: transform;
}

@keyframes scroll-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(var(--distance, -100px));
  }
}

.scrolling-subtitle {
  color: rgba(var(--clr-black), 0.8);
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.scrolling-subtitle::after {
  content: "•";
  margin-left: 20px;
  color: rgb(var(--clr-accent));
  font-weight: bold;
}

.marquee-window:hover .marquee-track {
  animation-play-state: paused;
}

/* CUSTOM EFFECTS */
.benefits-row {
  padding: 3rem 3rem 3rem;
}
.benefits-block {
  background-color: rgba(var(--clr-white), 1);
  border: 1px solid rgba(var(--clr-accent), 0.4);
}
.benefits-block .kt-inside-inner-col:hover {
  background-color: rgba(var(--clr-accent), 1);
}
.benefits-block .kt-inside-inner-col {
  display: flex;

  padding: 1rem;

  transition: all 0.3s ease-in-out;
}
.benefits-block img {
  height: 60px;
  width: auto;
}
.benefits-block h3 {
  font-size: 1.125rem;
  font-size: 1rem;
  font-weight: 600;
  margin: 1rem 0 0.125rem;
  color: rgb(var(--clr-white), 1);
  color: rgb(var(--clr-black), 1);
}
.benefits-block p {
  font-weight: 400;
  color: rgb(var(--clr-white), 1);
  color: rgb(var(--clr-black), 0.7);
  font-size: 0.875rem;
  line-height: 1.1;
}

.benefits-block svg {
  stroke: rgb(var(--clr-accent), 1);
  height: 36px;
  width: 36px;
  transition: all 0.3s ease-in-out;
}
.benefits-block:hover svg {
  stroke: rgb(var(--clr-white), 1);
}
/* services */

.services-block .kt-inside-inner-col {
  position: relative;
  padding: 2rem 2rem;
  background-color: rgba(var(--clr-accent), 0.2);
  background-color: rgba(var(--clr-white), 1);

  border: 1px solid rgba(var(--clr-accent), 1);
  border: 1px solid #cccccc;
}
.services-block p:first-of-type {
  color: rgba(var(--clr-black), 1);
  border-bottom: 1px solid rgba(var(--clr-black), 0.2);
  padding: 0rem 0 0.75rem;
  transition: all 0.3s ease-in-out;
}

.services-block h3 {
  color: rgba(var(--clr-black), 1);
  letter-spacing: -1px;

  font-weight: 900;
  margin: 1rem 0;
  transition: all 0.3s ease-in-out;
}
.services-block p {
  color: rgba(var(--clr-black), 1);
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}

.services-block .kt-inside-inner-col::after {
  content: "";
  width: 48px;
  height: 48px;
  background-color: rgba(var(--clr-black), 0.7);
  position: absolute;
  bottom: 0;
  right: 0;

  background-image: url(images/arrow-up-right-white.png);
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;

  transition: all 0.3s ease-in-out;
}

.services-block:hover p:first-of-type {
  border-bottom: 1px solid rgba(var(--clr-white), 0.7);
  padding: 0rem 0 0.75rem;
  color: rgb(var(--clr-white), 1);
}
.services-block:hover h3 {
  color: rgba(var(--clr-accent), 1);
}
.services-block:hover p {
  color: rgb(var(--clr-white), 1);
}
.services-block:hover .kt-inside-inner-col::after {
  background-color: rgba(var(--clr-accent), 1);
}

.services-block img {
  margin: 2rem 0 1.5rem;
  height: 64px;
  width: auto;
  transition: all 0.3s ease-in-out;
}
.services-block:hover img {
  filter: brightness(0) invert(1);
}
/* services */

.kadence-blocks-gallery-item img {
  transition: all 0.3s ease-in-out;
}
.kadence-blocks-gallery-item img:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .benefits-row {
    padding: 1rem;
  }
  .header-contact-info {
    margin-left: 0;
    padding: 20px 20px 20px 18px;
    gap: 20px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
  .header-btn a {
    font-size: 0.875rem;
    padding: 8px 20px;
    background: rgba(var(--clr-accent), 1);
    color: rgba(var(--clr-white), 1);
  }
  .header-phone-icon a {
    background: rgba(var(--clr-accent), 1);
    color: rgba(var(--clr-white), 1);
    width: 36px;
  }
  .hero h1 {
    font-size: 2rem;
    text-align: center;
  }
  .hero p {
    font-size: 1.375rem;
    margin: 1rem 2rem;
  }
  .test111 {
    height: 100vh;
    justify-content: center;
    align-items: center;
  }
  .about-us h2 {
    font-size: 2rem;
  }
  .text-bigger {
    line-height: 1.2;
  }
}

.forminator-ui#forminator-module-368.forminator-design--flat
  .forminator-checkbox
  .forminator-checkbox-box,
.forminator-select-dropdown-container--open
  .forminator-custom-form-368.forminator-dropdown--flat
  .forminator-checkbox
  .forminator-checkbox-box {
  background-color: #fff !important;
}
.forminator-ui.forminator-custom-form[data-design="flat"]
  .forminator-checkbox
  .forminator-checkbox-box:before {
  color: rgba(var(--clr-accent), 1) !important;
}

.custom-textarea .forminator-field {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-areas:
    "label description"
    "textarea textarea";
  align-items: center;
  gap: 5px 8px;
}

.custom-textarea .forminator-label {
  grid-area: label;
}

.custom-textarea .forminator-description {
  grid-area: description;
}

.custom-textarea .forminator-textarea {
  grid-area: textarea;
  width: 100%;
  margin-top: 8px;
}

.forminator-ui.forminator-design--flat .forminator-button-submit {
  background-color: rgba(var(--clr-dark), 1);
  background-color: rgba(var(--clr-white), 1);
  border: 1px solid rgba(var(--clr-accent), 1) !important;
  color: rgba(var(--clr-black), 1);
  padding: 0.5rem 2rem !important;
}

.forminator-ui.forminator-design--flat .forminator-button-submit:hover {
  box-shadow: none !important;
  background-color: rgba(var(--clr-dark), 1);
  border: 1px solid rgba(var(--clr-accent), 1);
  color: rgba(var(--clr-accent), 1);
  padding: 0.5rem 2rem !important;
}
.forminator-ui.forminator-custom-form:not(
    .forminator-size--small
  )[data-grid="open"]
  .forminator-row-inside:not(:last-child),
.forminator-ui.forminator-custom-form:not(
    .forminator-size--small
  )[data-grid="open"]
  .forminator-row:not(:last-child) {
  margin-bottom: 20px !important;
}

/* POPUP START */
.custom-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;

  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.custom-popup.is-visible {
  opacity: 1;
  visibility: visible;
}

.popup-content {
  position: relative;
  background: rgba(var(--clr-black), 8);
  background: rgba(var(--clr-white), 1);
  padding: 30px 30px 40px 30px;
  width: 90%;
  max-width: 500px;
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);

  transform: translateY(20px) scale(0.95);
  transition: all 0.3s ease-in-out;
}

.custom-popup.is-visible .popup-content {
  transform: translateY(0) scale(1);
}

.popup-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #666;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s;
}

.popup-close:hover {
  color: #000;
}
.popup-content h3 {
  color: rgba(var(--clr-black), 1);
  text-align: center;
}
.popup-content h4 {
  color: rgba(var(--clr-black), 1);
}
.popup-content p {
  text-align: left;
  color: rgba(var(--clr-black), 1);
}
.telegram-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}

.tg-btn {
  overflow: hidden;
  display: block;
  text-align: center;
  background: rgba(var(--clr-dark), 1);
  color: rgba(var(--clr-accent), 1);
  padding: 15px 20px;
  border: 1px solid rgba(var(--clr-black), 1);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  transition: background 0.2s;
}

.tg-btn:hover {
  background: rgba(var(--clr-accent), 1);
  color: rgba(var(--clr-black), 1);
  border: 1px solid rgba(var(--clr-dark), 1);
}

.popup-content
  .forminator-ui#forminator-module-368.forminator-design--flat
  .forminator-textarea {
  height: 100px;
  min-height: 100px !important;
}

.popup-content
  .forminator-ui.forminator-custom-form[data-design="flat"]
  .forminator-input {
  padding: 5px 10px !important;
}

body.no-scroll {
  overflow: hidden;
}

@media (max-width: 768px) {
  .services-block img {
    height: 36px;
    margin: 1rem 0 0.5rem;
  }
  .services-block .kt-inside-inner-col {
    padding: 1rem;
  }
  .services-block h3 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.1;
    margin: 0.5rem 0;
  }
  .services-block p {
    font-size: 0.875rem;
    line-height: 1.2;
  }
  .services-block .kt-inside-inner-col::after {
    width: 32px;
    height: 32px;
  }

  .hero-btn {
    min-width: 260px;
  }
  .catalog-popup .popup-content {
    flex-direction: column;
  }

  .catalog-popup .popup-left,
  .catalog-popup .popup-right {
    width: 100%;
  }

  .catalog-popup .popup-right {
    display: none;
  }
}

#forminator-module-409.forminator-design--flat
  .forminator-response-message.forminator-success {
  background-color: transparent !important;
}
/* POPUP END */

.form-checklist-row > div:first-child {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.form-checklist-row > div:first-child > :first-child {
  flex: 0 0 100%;
}

.form-checklist-row > div:first-child > :not(:first-child) {
  flex: 1;
}

.form-checklist-row > div:first-child > :not(:first-child) {
  margin-top: 5px !important;
  margin-bottom: 0px !important;
}
.forminator-ui.forminator-custom-form[data-design="default"]
  .forminator-button {
  padding: 10px 28px !important;
}
.dark-form
  .forminator-ui.forminator-custom-form[data-design="default"]
  .forminator-button {
  padding: 10px 28px !important;
  color: rgba(var(--clr-accent), 1) !important;
  background-color: rgba(var(--clr-black), 0.7) !important;

  text-transform: uppercase !important;
  border-radius: 0 !important;
  font-family: var(--ff-main) !important;
  font-weight: 700 !important;

  border: 1px solid rgba(var(--clr-accent), 1) !important;
}
.dark-form
  .forminator-ui.forminator-custom-form[data-design="default"]
  .forminator-button:hover,
.forminator-ui#forminator-module-492.forminator-design--default
  .forminator-button-submit:hover {
  background-color: rgba(var(--clr-accent), 1) !important;
  box-shadow: none !important;
  color: rgba(var(--clr-white), 1) !important;
}
.forminator-ui#forminator-module-492.forminator-design--default
  .forminator-label {
  font-size: 0.875rem !important;
}

.forminator-ui#forminator-module-492.forminator-design--default
  .forminator-checkbox
  .forminator-checkbox-box {
  background-color: rgba(var(--clr-black), 0.7) !important;
  border-color: rgba(var(--clr-accent), 1) !important;
}

/* HERO 2 */
.hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
  overflow: hidden;
}
.hero-text {
  width: 45%;
}
.hero-images-wrap {
  width: 100%;
  height: 700px;
  position: relative;
}
.parallax-layer {
  position: absolute;
  transition: transform 0.1s ease-out;
  filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.3));
  border-radius: 8px;
}

/* картка */
.layer-1 {
  bottom: 5%;
  left: 0%;
  width: 400px;
  z-index: 4;
}
/* книжка */
.layer-2 {
  bottom: 0%;
  right: 5%;
  width: 410px;
  z-index: 4;
}
/* folder*/
.layer-3 {
  top: 10%;
  left: 0%;
  width: 260px;
  z-index: 3;
}

/* журнал обліку */
.layer-4 {
  top: 20%;
  right: 0%;
  width: 600px;
  z-index: 2;
}

@media (max-width: 768px) {
  .hero-container {
    display: none;
    padding: 20px;
  }
  .hero-images-wrap {
    height: 300px;
  }
  .layer-1 {
    bottom: 5%;
    left: 0%;
    width: 200px;
    z-index: 4;
  }
  .layer-2 {
    top: 5%;
    right: 5%;
    width: 350px;
    z-index: 8;
  }
  /* новорічний подарунок */
  .layer-3 {
    bottom: 0%;
    right: 5%;
    width: 150px;
    z-index: 2;
  }

  /* сухарі */
  .layer-4 {
    top: 10%;
    left: 25%;
    width: 120px;
    z-index: 1;
  }
}
/* HERO 2 */

.hero {
  background-image: linear-gradient(
    to right top,
    #52d0fb,
    #72d7fc,
    #8cddfc,
    #a3e4fd,
    #b8eafe,
    #b8eafe,
    #b8ebfe,
    #b8ebfe,
    #a2e5fe,
    #8adefe,
    #6fd8fe,
    #4cd1ff
  );
}
.designed-by {
  max-width: 1260px;
  text-align: right;
  padding: 0.5rem 0.25rem 0;
  margin: 0 auto;
}
.designed-by,
.designed-by a {
  font-weight: 300;
  font-size: 0.75rem;
  font-family: var(--ff-main);
  font-weight: 400;
  color: rgba(var(--clr-white), 0.4);
}
.designed-by a {
  transition: color 0.3s ease-in-out;
}
.designed-by a:hover {
  color: rgba(var(--clr-white), 0.7);
}
.page-wrapper {
  margin-top: 100px;
}
.page-template-full-width-page .page-wrapper {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .hero {
    background-image:
      url(https://defacto.pp.ua/print/wp-content/uploads/2026/07/hero-mobile1.webp),
      linear-gradient(
        to right top,
        #52d0fb,
        #72d7fc,
        #8cddfc,
        #a3e4fd,
        #b8eafe,
        #b8eafe,
        #b8ebfe,
        #b8ebfe,
        #a2e5fe,
        #8adefe,
        #6fd8fe,
        #4cd1ff
      );
    background-position:
      bottom center,
      center;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, cover;
  }
  .page-wrapper {
    margin-top: 65px;
  }

  .footer {
    padding: 2rem 0.5rem 0.5rem;
  }
  .designed-by {
    text-align: center;
    padding: 1.5rem 0rem 0;
    margin: 0 auto;
  }
}
.subheading {
  position: relative;
  font-size: 0.75rem;
  text-transform: uppercase;
  background-color: rgba(var(--clr-accent), 0.2);
  padding: 0.5rem 2rem;
}
.subheading::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: rgba(var(--clr-accent), 1);
  top: calc(50% - 3px);
  left: 10px;
}
.subheading::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: rgba(var(--clr-accent), 1);
  top: calc(50% - 3px);
  right: 10px;
}
.subheading-white {
  position: relative;
  font-size: 0.75rem;
  text-transform: uppercase;
  background-color: rgba(var(--clr-white), 1);
  padding: 0.5rem 2rem;
}
.subheading-white::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: rgba(var(--clr-accent), 1);
  top: calc(50% - 3px);
  left: 10px;
}
.subheading-white::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: rgba(var(--clr-accent), 1);
  top: calc(50% - 3px);
  right: 10px;
}
