/*!
Theme Name: havteq
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: havteq
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

havteq is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
* {
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  color: rgba(36, 36, 36, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: flex;
  width: max-content;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

header .entry-title,
.entry-footer,
#secondary,
.entry-header {
  display: none;
}

.container {
  max-width: 1232px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 9;
}

.site-description {
  display: none;
}

header {
  padding: 24px 0;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(1px);
  position: absolute;
  width: 100%;
  z-index: 99;
}

.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-navigation {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .devider {
  width: 1px;
  height: 40px;
  background: linear-gradient(
    180deg,
    rgba(36, 36, 36, 0) 0%,
    rgba(36, 36, 36, 0.2) 50%,
    rgba(36, 36, 36, 0) 100%
  );
  margin: 0 32px;
}

.hero {
  padding: 262px 0 174px 0;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/wp-content/uploads/2025/08/bg-home.png") lightgray 50% / cover no-repeat;
  transform: scale(-1, -1);
  z-index: -1;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/wp-content/uploads/2025/08/bg-element.png");
  z-index: 0;
  bottom: 0px;
}

.hero .tag {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.4) 100%);
  backdrop-filter: blur(1.25px);
  padding: 6px 14px 6px 6px;
  width: fit-content;
  margin-bottom: 34px;
}

.hero .tag span {
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  padding: 8px 10px;

  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 10px; /* 83.333% */
  letter-spacing: -0.5px;

  border-radius: 8px;
  background: #4338bf;
  backdrop-filter: blur(1px);
}

.hero .tag p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  letter-spacing: -0.5px;

  background: linear-gradient(90deg, #242424 0%, rgba(36, 36, 36, 0.5) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h1 {
  color: #242424;
  text-align: center;
  font-family: "DM Sans";
  font-size: 86px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -3.8px;
  margin-bottom: 26px;
}

.hero .subtitle {
  color: rgba(36, 36, 36, 0.6);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  max-width: 780px;
  margin-bottom: 38px;
}

a {
  text-decoration: none;
}

.link {
  width: fit-content;
  display: flex;
  padding: 10px 18px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #efeeec;

  color: #131313;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
  transition: all 0.3s ease;
}

.link:hover {
  box-shadow: 0 8px 40px 0 rgba(255, 255, 255, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.12);
}

@media (min-width: 768px) {
  .main-navigation ul {
    display: flex;
    align-items: center;
    gap: 44px;
  }
}

.menu-item-has-children {
  padding-right: 20px;
  position: relative;
}

.menu-item-has-children::before {
  content: url("/wp-content/uploads/2025/08/arr-bottom.svg");
  position: absolute;
  right: 0;
  top: -2px;
}

.menu-item-has-children:hover:before {
  transform: rotate(-180deg);
  top: 0px;
}

#primary-menu li a {
  color: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  transition: all 0.3s ease;
}

#primary-menu li a:hover {
  color: #242424;
}

.green-link {
  width: fit-content;
  display: flex;
  padding: 10px 18px;
  justify-content: center;
  align-items: center;

  border-radius: 999px;
  background: #242424;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */

  transition: all 0.3s ease;
}

.green-link:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
}

section.about {
  padding: 120px 0;
  background: #f5f5f7;
  position: relative;
  overflow: hidden;
}

section.about-page-section {
  padding: 0 0 120px;
}

section.about-page-section.reverse {
  padding: 120px 0;
}

section.about.gradient {
  background: url("/wp-content/uploads/2025/08/gradient-num.png") lightgray 50% / cover no-repeat;
}

.container > .wrapper {
  display: flex;
  justify-content: space-between;
}

.img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-wrap img {
  width: 100%;
}

.wrapper .info {
  max-width: 522px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

.label {
  border-radius: 999px;
  border: 1px solid #4338bf;
  backdrop-filter: blur(1px);

  padding: 8px 10px;
  width: fit-content;
  position: relative;
}

.label p {
  color: #4338bf;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 10px; /* 83.333% */
  letter-spacing: -0.5px;
}

h2 {
  color: #242424;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 68px; /* 125.926% */
}

.info .bottom {
  display: flex;
  align-items: center;
}

.info .devider {
  width: 1px;
  height: 40px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  margin: 0 24px;
}

section.services {
  padding: 100px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.solutions {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.figure-1 {
  position: absolute;
  top: 0;
  left: 0;
}

.figure-2 {
  position: absolute;
  top: 0;
  right: 0;
}

.services .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.services .label {
  margin-bottom: 30px;
}

.services h2 {
  text-align: center;
  margin-bottom: 82px;
}

.grid-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  position: relative;
  z-index: 2;
}

.grid-wrapper .item {
  display: flex;
  padding: 52px 20px 32px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 22px;
  align-self: stretch;

  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.1), 0 2px 4px -2px rgba(16, 24, 40, 0.06);
  position: relative;
}

.choose .grid-wrapper .item {
  display: flex;
  padding: 32px 20px 52px 20px;
}

.grid-wrapper .item .num {
  width: 64px;
  height: 64px;
  border-radius: 64px;
  background: linear-gradient(0deg, rgba(63, 18, 115, 0.2) 0%, rgba(63, 18, 115, 0.2) 100%),
    url("/wp-content/uploads/2025/08/gradient-num.png") lightgray 50% / cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;

  color: #fff;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}

.choose .grid-wrapper .item .num {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}

.grid-wrapper .item p {
  color: rgba(36, 36, 36, 0.5);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.grid-wrapper .item .title {
  color: #242424;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}

.grid-wrapper .more,
.hub .more {
  color: #4338bf;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
  padding-bottom: 4px;
  border-bottom: 1px solid #4338bf;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(1.25px);

  width: fit-content;
  transition: all 0.3s ease;
}

.grid-wrapper .more:hover,
.hub .more:hover {
  opacity: 0.5;
}

.grid-wrapper .item p:nth-of-type(2) {
  min-height: 168px;
}

.mission {
  padding: 100px 0;
  background: url("/wp-content/uploads/2025/08/bg-home.png") lightgray 50% / cover no-repeat;
}

.mission .wrapper .info {
  max-width: 482px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

.mission .wrapper ul p.title {
  color: rgba(36, 36, 36, 0.8);
}

.mission .wrapper ul p {
  color: rgba(36, 36, 36, 0.6);
}

.info ul {
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  padding-left: 32px;
  gap: 24px;
}

.info ul li {
  position: relative;
}

.info ul li::before {
  content: url("/wp-content/uploads/2025/08/check-violet.svg");
  position: absolute;
  left: -32px;
}

.info ul li p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.info ul li .title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 162.5% */
  margin-bottom: 8px;
}

section.hub {
  padding: 100px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.hub .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hub .label {
  margin-bottom: 10px;
}

.hub h2 {
  margin-bottom: 50px;
}

.hub .wrapper {
  display: flex;
  gap: 32px;
}

.hub .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 22px;
  padding: 32px 20px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.1), 0 2px 4px -2px rgba(16, 24, 40, 0.06);
}

.hub .item .title {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 114.286% */
  background: linear-gradient(90deg, #49dce1 0%, #9a43d2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hub .item .subtitle {
  color: rgba(36, 36, 36, 0.7);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}

.hub .item .text {
  color: rgba(36, 36, 36, 0.7);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

footer {
  padding: 44px 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0%, rgba(153, 153, 153, 0.06) 100%),
    #000;
  backdrop-filter: blur(1px);
}

footer .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer p {
  color: rgba(255, 255, 255, 0.3);
}

footer .menu {
  list-style-type: none;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 32px;
}

footer .menu a,
.link-wrap a {
  color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.3s ease;
}

footer a:hover {
  color: #fff;
}

footer .link-wrap {
  display: flex;
  align-items: center;
}

footer .policy {
  display: flex;
  align-items: center;
  gap: 32px;
}

footer .policy a {
  color: rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

footer .policy a:hover {
  color: #fff;
}

footer .devider {
  width: 1px;
  height: 40px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  margin: 0 36px;
}

.top-section {
  padding: 224px 0 150px 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%),
    url("/wp-content/uploads/2025/08/gradient-num.png") lightgray 50% / cover no-repeat;
  position: relative;
  overflow: hidden;
}

.top-section.gray {
  padding: 224px 0 150px 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f5f5f7 100%),
    url("/wp-content/uploads/2025/08/gradient-num.png") lightgray 50% / cover no-repeat;
  position: relative;
  overflow: hidden;
}

.top-section.payment {
  padding: 194px 0 134px 0;
}

.top-section.payment.sm {
  padding: 194px 0 112px 0;
}

.top-section::before {
  content: url("/wp-content/uploads/2025/08/Background-pattern-decorative.png");
  position: absolute;
  bottom: -8px;
}

.top-section.payment::before {
  content: url("/wp-content/uploads/2025/08/Background-pattern-decorative.png");
  position: absolute;
  bottom: -4px;
}

.top-section h2 {
  color: #242424;
  font-size: 86px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -3.8px;
}

.top-section.payment h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 34px;
  letter-spacing: normal;
}

.top-section.payment .subtitle {
  color: rgba(36, 36, 36, 0.8);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 780px;
}

.services-section {
  padding-bottom: 80px;
  background: #fff;
}

.services-section .wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.serv-wrap .item {
  display: flex;
  padding: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;

  border-radius: 23px;
  border: 1px solid rgba(36, 36, 36, 0.08);
  background: #f5f5f7;
}

.serv-wrap .item .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.serv-wrap .item .top .wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.serv-wrap .item .num {
  width: fit-content;
  display: flex;

  border-radius: 999px;
  border: 1px solid #4338bf;
  backdrop-filter: blur(1px);

  padding: 3px 14px 3px 26px;
  justify-content: center;
  align-items: center;

  position: relative;
}

.serv-wrap .item .num p {
  color: #242424;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.serv-wrap .item .num::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 30px;
  background: #4338bf;
  position: absolute;
  left: 14px;
}

.serv-wrap .item .title {
  color: #242424;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px; /* 125% */
}

.serv-wrap .item .bottom p {
  line-height: 26px;
}

.serv-wrap .item .bottom p,
.serv-wrap .item .bottom h4,
.serv-wrap .item .bottom li {
  color: rgba(36, 36, 36, 0.6);
}

.reverse .wrapper {
  flex-direction: row-reverse;
}

.choose .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.choose {
  padding: 120px 0;
  position: relative;
}

.choose .label {
  margin-bottom: 30px;
}

.choose h2 {
  margin-bottom: 50px;
}

.choose .grid-wrapper .item {
  align-items: center;
}

.choose .grid-wrapper .item:nth-child(2) p:nth-of-type(2) {
  min-height: auto;
}

.choose .grid-wrapper .item p {
  text-align: center;
  margin-bottom: 0;
}

.policy-section .wrapper {
  border-radius: 30px;
  border: 1px solid rgba(36, 36, 36, 0.07);
  background: #f9f6ff;
}

.policy-section .wrapper .inner {
  width: 100%;
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.policy-section p {
  color: rgba(36, 36, 36, 0.6);
}

.policy-section .title {
  color: #242424;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 128.571% */
  margin-bottom: 20px;
}

.policy-section ul {
  margin: 0;
  color: rgba(36, 36, 36, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  list-style-position: inside;
}

.policy-section ul b {
  display: block;
  margin-bottom: 10px;
}

.contacts-section {
  padding-bottom: 120px;
  position: relative;
}

.contacts-section .solutions {
  margin-bottom: -20px;
}

.contacts-section .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 9;
}

.contact-form-wrap {
  border-radius: 30px;
  border: 1px solid rgba(36, 36, 36, 0.08);
  background: #f9f6ff;
  backdrop-filter: blur(5px);
  padding: 30px 10px;

  max-width: 880px;
  width: 100%;
}

.contact-form-wrap form {
  padding: 40px 40px 10px 40px;
}

.wpcf7-form input,
.wpcf7-form textarea {
  display: flex;
  padding: 12px 18px;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 5px;
  border: 1px solid rgba(36, 36, 36, 0.08);
  background: #fff;
  color: rgba(36, 36, 36, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  outline: none;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  color: #999;
}

.wpcf7-form input,
.wpcf7-form textarea {
  width: 100%;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border: 1px solid #4338bf;
}

.contact-form-wrap form .cf7-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.cf7-wrap .two-cols {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
}

.wpcf7-form p {
  width: 100%;
}

.wpcf7-form textarea {
  max-height: 140px;
}

.wpcf7-form input[type="submit"] {
  border-radius: 999px;
  background: #242424;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
  cursor: pointer;
  transition: all 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
}

.contacts {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: -webkit-fill-available;
}

.contacts .item {
  border-radius: 30px;
  border: 1px solid rgba(36, 36, 36, 0.07);
  background: #f9f6ff;

  padding: 10px;
  height: 33%;
}

.contacts .item .inner {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.contacts .item .top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contacts .item .top p {
  color: #242424;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.contacts .item .devider {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  margin: 14px 0;
}

.contacts .item a,
.contacts .item p {
  text-decoration: none;
  color: rgba(36, 36, 36, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.contacts .tag {
  display: flex;
  padding: 8px 10px;
  justify-content: center;
  align-items: center;

  border-radius: 999px;
  border: 1px solid #4338bf;
  backdrop-filter: blur(1px);

  color: #4338bf;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 10px; /* 83.333% */
  letter-spacing: -0.5px;
}

#primary-menu .green-link {
  display: none;
}

footer .green-link {
  display: none !important;
}

.policy-section {
  padding-bottom: 80px;
}

.menu-item-has-children .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  padding-top: 20px;

  border-radius: 5px;
  background: #f5f5f7;
  backdrop-filter: blur(1px);
}

footer .menu-item-has-children .sub-menu {
  display: none !important;
}

.trp-language-switcher {
  right: 2vw !important;
}

footer #primary-menu li a {
  color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  transition: all 0.3s ease;
}

footer #primary-menu li a:hover {
  color: #fff;
}

.onetap-container-toggle .onetap-toggle img {
  background: #4338bf !important;
}

.choose .grid-wrapper .item p:nth-of-type(2) {
  min-height: auto;
}

.serv-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.serv-wrapper .item {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.1), 0 2px 4px -2px rgba(16, 24, 40, 0.06);
  padding: 40px;
}

.serv-wrapper .item .bage {
  width: fit-content;
  display: flex;
  justify-content: flex-end;
  width: 60px;
  padding: 2px 10px;

  border-radius: 999px;
  border: 1px solid #242424;
  backdrop-filter: blur(1px);
  position: relative;
  margin-bottom: 20px;
}

.serv-wrapper .item .bage::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 30px;
  background: #242424;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.serv-wrapper .item .title {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 114.286% */

  background: linear-gradient(90deg, rgba(73, 220, 225, 1), rgba(154, 67, 210, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 8px;
}

.serv-wrapper .item ul {
  margin: 0;
  margin-left: 20px;
}

.serv-wrapper .item ul li {
  color: rgba(36, 36, 36, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}

.consult {
  padding: 20px 0 80px 0;
}

.consult .wrapper {
  padding: 80px 60px 120px;
  border-radius: 23px;
  border: 1px solid rgba(36, 36, 36, 0.08);
  background: url("/wp-content/uploads/2025/08/gradient-num.png") lightgray 50% / cover no-repeat;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.consult .wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(245, 245, 247, 0.3);
  z-index: -1;
}

.consult .wrapper p {
  color: #242424;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.consult .wrapper img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.serv-section.wave {
  padding-bottom: 80px;
  position: relative;
}

.wave {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.product-top {
  padding: 154px 0 60px 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%),
    url("/wp-content/uploads/2025/08/gradient-num.png") lightgray 0px -41.6px / 100% 124.508% no-repeat;
  position: relative;
}

.product-top .wrapper {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}

.product-top::before {
  content: url("/wp-content/uploads/2025/08/BG-2.png");
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.product-top h2 {
  color: #242424;
  font-size: 86px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 34px;
}

.product-top .wrapper .info {
  max-width: 480px;
  gap: 0;
}

.features {
  padding: 100px 0;
  position: relative;
}

.features h2 {
  text-align: center;
  margin-bottom: 50px;
}

.features .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  position: relative;
  z-index: 3;
}

.features .wrapper .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.1), 0 2px 4px -2px rgba(16, 24, 40, 0.06);
  padding: 32px 20px 52px;
}

.features .item .tag {
  width: 60px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(36, 36, 36, 0.4);
  backdrop-filter: blur(1px);

  display: flex;
  justify-content: center;
  align-items: center;

  color: #4338bf;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.features .item p {
  color: rgba(36, 36, 36, 0.5);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.features .item .title {
  color: #242424;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}

.features .solutions {
  bottom: -56px;
}

.benefits {
  padding: 100px 0 120px 0;
  background: #f9f6ff;
  position: relative;
  z-index: 4;
}

.benefits h2 {
  text-align: center;
  margin-bottom: 50px;
}

.benefits .wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.benefits.cashier .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 32px;
}

.benefits .wrapper .item {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.1), 0 2px 4px -2px rgba(16, 24, 40, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 20px 52px;
  gap: 22px;
  position: relative;
}

.benefits.cashier .wrapper .item {
  padding: 32px 20px 72px;
}

.benefits .item p {
  color: rgba(36, 36, 36, 0.5);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.benefits .item .title {
  color: #242424;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}

.benefits .item img {
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
}

.get {
  padding: 100px 0;
}

.get .wrapper {
  display: flex;
  align-items: flex-end;
  padding: 60px;
  border-radius: 23px;
  border: 1px solid rgba(36, 36, 36, 0.08);
  position: relative;
  overflow: hidden;
}

.get .wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/wp-content/uploads/2025/08/bg-home.png") lightgray 50% / cover no-repeat;
  transform: scaleX(-1);
  z-index: -1;
}

.get .wrapper .text {
  max-width: 720px;
}

.get .wrapper p {
  color: rgba(36, 36, 36, 0.8);
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.get .wrapper .started {
  color: #242424;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 68px; /* 125.926% */
  margin-bottom: 10px;
}

.get .wrapper .green-link {
  border-radius: 10px;
}

footer .menu li.menu-item-has-children {
  display: none;
}
@media (min-width: 992px) {
  .onetap-container-toggle .onetap-toggle {
    right: 0 !important;
    margin-right: 50px !important;
    bottom: 0 !important;
    margin-bottom: 100px !important;
  }
}

@media (max-width: 768px) {
  #primary-menu .green-link {
    display: flex;
    width: fit-content;
  }

  #primary-menu .green-link a {
    color: #fff;
  }

  .desc {
    display: none !important;
  }

  .hero {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 40px 0;
    background-position: bottom;
  }

  .hero .tag p {
    font-size: 12px;
    line-height: 16px;
  }

  .hero .tag span {
    font-size: 12px;
    line-height: 12px;
  }

  h1 {
    font-size: 72px;
    line-height: 84px;
    letter-spacing: -2px;
  }

  .hero .subtitle {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    margin-bottom: 24px;
  }

  .link {
    width: 100%;
  }

  section.about {
    padding: 60px 0;
  }

  section.about.reverse {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container > .wrapper {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .wrapper .info {
    align-items: center;
    gap: 30px;
  }

  h2 {
    font-size: 40px;
    line-height: 52px;
    text-align: center;
  }

  .services h2 {
    margin-bottom: 62px;
  }

  .hub h2 {
    margin-bottom: 30px;
  }

  .choose h2 {
    margin-bottom: 30px;
  }

  p {
    font-size: 14px;
    line-height: 20px;
  }

  .wrapper .info p {
    text-align: center;
  }

  .info .bottom {
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }

  .info .bottom .devider {
    display: none;
  }

  .green-link {
    width: 100%;
  }

  .info .bottom .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .services .label {
    margin-bottom: 15px;
  }

  .figure-1 {
    max-height: 120px;
    left: -150px;
  }

  .figure-2 {
    max-height: 120px;
    right: -150px;
  }

  section {
    overflow-x: hidden;
  }

  .grid-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .services .grid-wrapper {
    gap: 64px;
  }

  .grid-wrapper .item:nth-child(2) p:nth-of-type(2) {
    min-height: auto;
  }

  section.services {
    padding: 60px 0;
  }

  .mission {
    padding: 60px 0;
  }

  .mission .container > .wrapper {
    flex-direction: column;
  }

  .mission h2 {
    text-align: left;
  }

  .mission .wrapper .info p,
  .mission .wrapper .info li {
    text-align: left;
  }

  section.hub {
    padding: 60px 0;
  }

  img.wave {
    display: none;
  }

  .main-navigation {
    width: auto;
    display: block;
  }

  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: #4338bf;
    border: none;
    transition: all 0.2s ease;
    overflow: hidden;
  }

  .menu-toggle span {
    width: 20px;
    height: 2px;
    border-radius: 4px;
    background: #fff;
    transition: all 0.2s ease;
  }

  .toggled .menu-toggle span:nth-child(2) {
    display: none;
  }

  .toggled .menu-toggle span:first-child {
    transform: rotate(45deg);
    margin-bottom: -3px;
  }

  .toggled .menu-toggle span:nth-child(3) {
    transform: rotate(-45deg);
    margin-top: -3px;
  }

  .toggled .menu-menu-1-container {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    backdrop-filter: blur(1px);
    z-index: -1;
    min-height: 100vh;
    padding: 100px 16px 20px;
  }

  .main-navigation.toggled ul {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .mob {
    display: block;
  }

  .contact-link.mob {
    margin-right: 0;
    margin-top: 20px;
    width: fit-content;
  }

  .contact-link.mob a {
    color: #fff;
  }

  footer .link-wrap {
    flex-direction: column;
    width: 100%;
    gap: 44px;
  }

  footer .devider {
    display: none;
  }

  .menu-menu-1-container {
    width: 100%;
  }

  footer .menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    width: 100%;
  }

  footer .policy {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 32px;
  }

  footer .container > .wrapper {
    flex-direction: column-reverse;
    gap: 24px;
  }

  footer .container > .wrapper p {
    width: 100%;
    text-align-last: left;
  }

  .top-section {
    padding: 150px 0 60px 0;
  }

  .top-section h2 {
    font-size: 60px;
    line-height: 72px;
  }

  .serv-wrap .item {
    display: flex;
    padding: 20px;
  }

  .serv-wrap .item .top {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .services-section .container > .wrapper {
    flex-direction: column;
    gap: 32px;
  }

  .serv-wrap .item .top .wrap {
    align-items: center;
    gap: 10px;
  }

  .serv-wrap .item .title {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }

  .serv-wrap .item .bottom p {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .serv-wrap .item img {
    max-height: 100px;
  }

  .services-section {
    padding-bottom: 60px;
  }

  .choose .label {
    margin-bottom: 15px;
  }

  .choose {
    padding: 60px 0;
  }

  .grid-wrapper .item p:nth-of-type(2) {
    min-height: auto;
  }

  .about-page-section.reverse .wrapper .info {
    align-items: flex-start;
    gap: 30px;
  }

  .about-page-section.reverse .wrapper .info p {
    text-align: left;
  }

  .contacts-section .container > .wrapper {
    flex-direction: column;
  }

  .contact-form-wrap form {
    padding: 20px 20px 10px 20px;
  }

  .cf7-wrap .two-cols {
    flex-direction: column;
  }

  .contacts .item .inner {
    align-items: center;
  }

  .contacts-section {
    padding-bottom: 60px;
  }

  .policy-section {
    padding-bottom: 60px;
  }

  .policy-section .wrapper .inner {
    padding: 20px;
  }

  .policy-section .title {
    font-size: 20px;
    line-height: 28px;
  }

  .policy-section ul {
    font-size: 14px;
    line-height: 20px;
    list-style-position: outside;
    padding-left: 20px;
  }

  .policy-section ul b {
    margin-left: -20px;
  }

  .main-navigation.toggled ul .menu-item-has-children .sub-menu {
    display: none;
  }

  #primary-menu li a {
    color: #242424;
  }

  .main-navigation.toggled ul .menu-item-has-children.focus .sub-menu {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    padding-bottom: 0;
    background: #fff;
    border-radius: 0px;
    border: none;

    position: relative;
    width: 100%;
    box-shadow: none;
  }

  .menu-item-has-children::before {
    content: "";
    width: 10px;
    height: 10px;
    border-left: 2px solid #242424;
    border-bottom: 2px solid #242424;
    transform: rotate(-45deg);
    animation: bounce 2s infinite;

    position: absolute;
    right: 2px;
    top: 2px;
  }

  footer .menu-item-has-children::before {
    content: none;
  }

  .menu-item-has-children.focus::before {
    transform: rotate(-225deg);
    animation: bounce 2s infinite;
    top: 4px;
  }

  .trp-language-switcher {
    right: 4vw !important;
  }

  .top-section.gray {
    padding: 128px 0 40px 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f5f5f7 100%),
      url(/wp-content/uploads/2025/08/gradient-num.png) lightgray 50% / cover no-repeat;
    position: relative;
    overflow: hidden;
  }

  .top-section.payment,
  .top-section.payment.sm {
    padding: 160px 0 100px 0;
  }

  .top-section.payment h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px;
    margin-bottom: 34px;
    letter-spacing: normal;
  }

  .top-section.payment .subtitle {
    text-align: center;
  }

  .serv-wrapper {
    display: flex;
    flex-direction: column;
  }

  .serv-wrapper .item {
    padding: 20px;
  }

  .consult .wrapper {
    padding: 40px 20px;
  }

  .consult .wrapper p {
    color: #242424;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .consult .wrapper img {
    display: none;
  }

  .product-top .wrapper {
    flex-direction: column;
  }

  .product-top h2 {
    font-size: 40px;
    line-height: 52px;
  }

  .features {
    padding: 0 0 60px 0;
    position: relative;
  }

  .features h2 {
    margin-bottom: 30px;
  }

  .features .wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
    z-index: 3;
  }

  .features .solutions {
    display: none;
  }

  .benefits {
    padding: 60px 0;
  }

  .benefits h2 {
    margin-bottom: 30px;
  }

  .benefits .wrapper {
    display: flex;
    flex-direction: column;
    gap: 64px;
  }

  .benefits.cashier .wrapper {
    display: flex;
    flex-direction: column;
    gap: 64px;
  }

  .get {
    padding: 60px 0;
  }

  .get .wrapper {
    flex-direction: column;
    padding: 40px 20px;
  }

  .get .wrapper .started {
    font-size: 40px;
    line-height: 52px;
  }

  .contacts-section .solutions {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .onetap-container-toggle .onetap-toggle {
    right: 0 !important;
    margin-right: 15px !important;
    bottom: 0 !important;
    margin-bottom: 100px !important;
  }
}
