/*!
Theme Name: ANO
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: ano
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.

ANO 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.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

* {
  margin: 0;
  padding: 0;
}
/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
}

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
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: rgba(255, 255, 255, 0.6);
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 1rem;
  line-height: 1.5;
}

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

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%;
}

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

/* Forms
--------------------------------------------- */

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

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

/* Navigation
--------------------------------------------- */

.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;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* 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;
}

/* 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,
#secondary,
.edit-link {
  display: none !important;
}

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

.site-header {
  padding: 24px 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0%, rgba(153, 153, 153, 0.06) 100%);
  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(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  margin: 0 32px;
}

.main-navigation li {
  margin-right: 32px;
}

.main-navigation 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;
}

.main-navigation a:hover {
  color: #fff;
}

.contact-link {
  display: flex;
  width: fit-content;
  border-radius: 10px;
  border: 3px solid rgba(255, 255, 255, 0.15);
  background: #0055fe;
  padding: 8px 18px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
  transition: all 0.3s ease;
}

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

.custom-logo-link {
  display: flex;
  width: max-content;
}

.goal-block {
  display: flex;
  padding: 6px 14px 6px 6px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: fit-content;

  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.05) 100%);
  backdrop-filter: blur(1.25px);
}

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

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

.goal-block span {
  display: flex;
  padding: 8px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  background: #0055fe;
  backdrop-filter: blur(1px);

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

.gradient h2 {
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.3) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.link-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.light-link {
  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;
}

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

.dark-link {
  display: flex;
  padding: 10px 18px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0%, rgba(97, 97, 97, 0.09) 100%);
  backdrop-filter: blur(1.25px);

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

.dark-link:hover {
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.way-wrap {
  max-width: 288px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(1px);
  padding: 4px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.way-wrap .way {
  display: flex;
  padding: 34px 26px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex: 1 0 0;
  align-self: stretch;

  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0%, rgba(153, 153, 153, 0.06) 100%);
  backdrop-filter: blur(1px);
}

.way-wrap .way p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}

.way-wrap .way p:nth-child(2) {
  color: #0055fe;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
  text-transform: uppercase;
}

.way-wrap svg {
  position: absolute;
  left: -48px;
  top: -48px;
}

.wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

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

.label {
  display: flex;
  padding: 6px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: fit-content;

  border-radius: 10px;
  background: linear-gradient(0deg, rgba(0, 85, 254, 0.08) 0%, rgba(153, 153, 153, 0.1) 100%);
  backdrop-filter: blur(1.25px);
  position: relative;

  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.4) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 9;
}

.label::before {
  content: "";
  width: 84%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(0, 85, 255, 0) 0%, #05f 50%, rgba(0, 85, 255, 0) 100%);
}

.info .title {
  color: #fff;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 68px; /* 125.926% */
}

.info .text {
  text-align: justify;
}

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

.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%
  );
}

.info .rating {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 2px;
}

.img-wrap {
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 12px;
  position: sticky;
  right: 0;
  top: 0;
}

#mission .wrapper .info {
  max-width: 482px;
}

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

.info ul li {
  color: rgba(255, 255, 255, 0.6);
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  position: relative;
}

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

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

.flex-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

.flex-wrapper .item {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  padding: 30px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(0deg, rgba(0, 85, 254, 0.15) 0%, rgba(97, 97, 97, 0.09) 100%);
  backdrop-filter: blur(0px);
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease;
}

.flex-wrapper .item::before {
  content: "";
  display: block;
  width: 34%;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 85, 255, 0) 0%, #05f 50%, rgba(0, 85, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.flex-wrapper .item::after {
  content: "";
  width: 397px;
  height: 397px;

  border-radius: 397px;
  background: #0055fe;
  filter: blur(163.5px);

  position: absolute;
  right: -288px;
  bottom: -357px;
  transition: all 0.2s ease;
  opacity: 0;
}

.flex-wrapper .item:hover::after {
  transition: all 0.2s ease;
  opacity: 1;
}

.flex-wrapper .item .num {
  display: flex;
  padding: 8px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #0055fe;
  backdrop-filter: blur(1px);

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

.flex-wrapper .item .title {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  min-height: 48px;
}

.flex-wrapper .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: 22px 0;
}

.flex-wrapper .item .text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 22px;
  overflow: hidden;
}

.flex-wrapper .item .dark-link {
  width: fit-content;
  position: absolute;
  left: 30px;
  bottom: 30px;
  padding: 6px 14px;
  border-radius: 10px;
  opacity: 0;
}

.flex-wrapper .item:hover .dark-link {
  opacity: 1;
}

.flex-wrapper .item:hover .text {
  height: 168px;
}

.body-locked {
  overflow: hidden;
}

.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 9999;
}

/* Стан відкрито */
.popup-overlay.show {
  opacity: 1;
  visibility: visible;
}

/* Вікно */
.popup {
  max-width: 740px;
  width: 100%;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;

  transform: translateY(10px) scale(0.98);
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
  position: relative;
}

.popup-inner {
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0%, rgba(97, 97, 97, 0.09) 100%);
  backdrop-filter: blur(1.25px);
  padding: 28px;
}

.popup-overlay.show .popup {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.popup-scroll {
  overflow: auto;
  max-height: calc(88vh - 56px);
  /* padding: 22px 24px 24px; */
}

/* Закриття */
.popup-close {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0);
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  z-index: 999;
}

.popup-close:active {
  transform: scale(0.96);
}

.popup h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.popup .tag {
  width: fit-content;
  display: flex;
  font-size: 12px;
  color: #cbd5e1;
  padding: 6px 14px 6px 30px;
  border-radius: 10px;
  background: linear-gradient(0deg, rgba(0, 85, 254, 0.08) 0%, rgba(153, 153, 153, 0.1) 100%);
  backdrop-filter: blur(1.25px);
  margin-bottom: 20px;

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

  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.4) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.popup .tag::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.popup .tag::after {
  content: "";
  width: 82%;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 85, 255, 0) 0%, #05f 50%, rgba(0, 85, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.popup .card h3 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
  margin-bottom: 10px;
}

.popup ul {
  list-style-type: none;
  padding-left: 30px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.popup ul.grid-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.popup li {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  position: relative;
}

.popup p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.popup li::before {
  content: url("/wp-content/uploads/2025/08/done.svg");
  position: absolute;
  left: -30px;
}

.popup .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: 20px 0;
}

.reviews-swiper .slide {
  padding: 20px;
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  backdrop-filter: blur(2px);
  position: relative;
  overflow: hidden;
}

.reviews-swiper .slide::before {
  content: "";
  width: 397px;
  height: 397px;
  border-radius: 397px;
  background: #0055fe;
  filter: blur(163.5px);
  position: absolute;
  left: -260px;
  bottom: -314px;
}

.reviews-swiper .slide .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reviews-swiper .slide .devider {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.15) 11.38%,
    rgba(255, 255, 255, 0) 100%
  );
  margin: 24px 0;
}

.reviews-swiper .slide .text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  min-height: 120px;
  margin-bottom: 24px;
}

.reviews-swiper .slide .name {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
}

.reviews-swiper .slide .role {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
}

/* .post-template-default article header,
.post-template-default article footer,
.post-template-default .navigation,
.post-template-default #comments {
  display: none !important;
} */

.post-template-default {
  background: #000;
}

.post-single {
  padding: 180px 0 200px 0;
}

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

.post-single .post-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.post-single .label {
  border-radius: 10px;
  background: linear-gradient(0deg, rgba(0, 85, 254, 0.08) 0%, rgba(153, 153, 153, 0.1) 100%);
  backdrop-filter: blur(1.25px);
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.4) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
  position: relative;
  z-index: 9;
}

.post-single h1 {
  color: #fff;
  text-align: center;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 68px; /* 125.926% */
  margin-bottom: 72px;
  max-width: 960px;
}

.post-single .post-thumb {
  width: 100% !important;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 12px;
  margin-bottom: 60px;
}

.post-single .post-thumb img {
  width: 100% !important;
}

.post-body.entry-content {
  max-width: 790px;
  margin-right: auto;
  margin-left: auto;
}

.post-body.entry-content p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}

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

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

.post-contact h2 {
  color: #fff;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; /* 92.593% */
  letter-spacing: -1.9px;
  margin-bottom: 50px;
  position: relative;
  z-index: 9;
}

.contact-form-wrap {
  border-radius: 30px;
  background: #080808;
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(5px);
  padding: 10px;
  width: 100%;
}

.contact-form-wrap form {
  padding: 40px 40px 10px 40px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

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

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

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

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

.wpcf7-form label {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 185.714% */
}

.wpcf7-form label br {
  display: none;
}

.wpcf7-form input,
.wpcf7-form select,
.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(255, 255, 255, 0.05);
  background: rgba(51, 51, 51, 0.2);

  color: #fefefe;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  outline: none;
}

.wpcf7-form select {
  color: #999;
}

.wpcf7-form select option {
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}

.wpcf7-form input::placeholder {
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}

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

.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea {
  margin-top: 8px;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
  border: 1px solid #0055fe;
}

.wpcf7-form input[type="submit"] {
  border-radius: 10px;
  border: 3px solid rgba(255, 255, 255, 0.15);
  background: #0055fe;
  box-shadow: 0 8px 40px 0 rgba(0, 85, 255, 0.5), 0 0 0 1px rgba(0, 85, 255, 0.12);
  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 8px 40px 0 rgba(0, 85, 255, 0.7), 0 0 0 1px rgba(0, 85, 255, 0.32);
}

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

.contacts .item {
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: #080808;
  backdrop-filter: blur(1px);
  padding: 10px;
  height: 33%;
}

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

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

.contacts .item .top p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.contacts .item .tag {
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  display: flex;
  padding: 6px 8px;
  justify-content: center;
  align-items: center;
  background: #0055fe;
  backdrop-filter: blur(1px);

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

.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 {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.post-contact {
  padding-top: 320px;
  position: relative;
  overflow-x: hidden;
}

.post-contact::before {
  content: url("/wp-content/uploads/2025/08/contact-figure.png");
  position: absolute;
  top: 260px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.post-contact::after {
  content: url("/wp-content/uploads/2025/08/contact-gradient.png");
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.home-posts-swiper .swiper-slide {
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 12px;
}

.post-card {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  background-image: var(--card-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 23px;
  padding: 10px;
}

.post-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    185deg,
    rgba(0, 0, 0, 0) 43%,
    rgba(0, 0, 0, 0.95) 68%,
    rgba(0, 0, 0, 0.95) 100%
  );
}

.post-card .card-body-wrap {
  border-radius: 12px;
  overflow: hidden;
}

.post-card .card-body {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 20px;
  border-radius: 12px;
  background: #080808;
  backdrop-filter: blur(2px);
  margin-bottom: -60px;
  transition: all 0.5s ease;
}

.post-card:hover .card-body {
  margin-bottom: 0;
  transition: all 0.5s ease;
}

.post-card .card-body .card-title {
  max-width: 340px;
}

.post-card .card-body .card-title a {
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
}

.post-card .card-body .devider {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.15) 11.38%,
    rgba(255, 255, 255, 0) 100%
  );

  margin-top: 14px;
  margin-bottom: 24px;
}

.post-card .card-body .card-excerpt {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  height: 96px;
  overflow: hidden;
  margin-bottom: 24px;
}

.card-more.dark-link {
  padding: 6px 14px;
  width: fit-content;
  border-radius: 10px;
}

.entry-footer {
  display: none;
}

#contacts .label {
  margin-bottom: 30px;
}

#contacts .post-contact {
  padding-top: 180px;
  position: relative;
  overflow-x: hidden;
}

#contacts .post-contact::before {
  top: 120px;
}

#contacts .post-contact::after {
  top: -10px;
}

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

.partner-wrapper .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(0deg, rgba(0, 85, 254, 0.15) 0%, rgba(97, 97, 97, 0.09) 100%);
  backdrop-filter: blur(0px);
  position: relative;
}

.partner-wrapper .item::before {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 85, 255, 0) 0%, #05f 50%, rgba(0, 85, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.partner-wrapper .item img {
  filter: grayscale(100%);
}

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

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

footer a {
  text-decoration: none;
}

footer .menu 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 a:hover {
  color: #fff !important;
}

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

footer p {
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}

.fixed-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.post-single .fixed-links {
  position: fixed;
  right: 40px;
  top: 42%;
  z-index: 99;
}

.fixed-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;

  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0%, rgba(153, 153, 153, 0.06) 100%);
  backdrop-filter: blur(1px);
  transition: all 0.3s ease;
}

.fixed-links a:hover {
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.mob {
  display: none;
}

.site-description {
  display: none;
}

.entry-content {
  background: #000;
}

* {
  scrollbar-width: none; /* thin | auto | none */
  scrollbar-color: #b22020 #f1f1f1; /* thumb колір | track колір */
}

@media (max-width: 768px) {
  .goal-block p {
    font-size: 14px;
    line-height: 20px;
  }

  .way-wrap {
    max-width: none;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(1px);
    padding: 4px;
    position: relative;
    right: 0;
    bottom: 0;
  }

  .way-wrap .way {
    display: flex;
    padding: 6px;
    align-items: flex-start;
  }

  .way-wrap .way p {
    font-size: 16px;
    line-height: 20px;
  }

  .way-wrap .way p:nth-child(2) {
    font-size: 16px;
    line-height: 20px;
  }

  .link-wrapper {
    flex-direction: column;
    gap: 12px;
  }

  .light-link {
    width: 100%;
  }

  .dark-link {
    width: 100%;
  }

  .desc {
    display: none !important;
  }

  .main-navigation {
    width: auto;
  }

  .site-header {
    padding: 20px 0;
  }

  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;

    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.16);
    background: #0055fe;
    box-shadow: 0 8px 40px 0 rgba(0, 85, 255, 0.5), 0 0 0 1px rgba(0, 85, 255, 0.12);
    backdrop-filter: blur(1px);
    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: #000;
    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;
  }

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

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

  .info .title {
    font-size: 40px;
    line-height: 52px;
    text-align: center;
  }

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

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

  .contact-link {
    width: 100%;
    justify-content: center;
  }

  .info .rating {
    align-items: center;
  }

  .info .text {
    font-size: 14px;
    line-height: 20px;
  }

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

  .flex-wrapper .item {
    width: 100%;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease;

    text-align: center;
  }

  .flex-wrapper .item .title {
    font-size: 14px;
    line-height: 20px;
    min-height: auto;
  }

  .flex-wrapper .item .text {
    font-size: 14px;
    line-height: 20px;
  }

  .flex-wrapper .item:hover .text {
    height: auto;
  }

  .flex-wrapper .item .dark-link {
    width: fit-content;
    position: relative;
    left: 0;
    bottom: 0px;
    padding: 6px 14px;
    border-radius: 10px;
    opacity: 1;
  }

  .popup-inner {
    border-radius: 30px;
    padding: 18px;
  }

  .img-wrap {
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 12px;
    position: relative;
  }

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

  .wrapper .info .label {
    margin-bottom: 15px;
  }

  .wrapper .info .title {
    margin-bottom: 30px;
  }

  .wrapper .info .text {
    margin-bottom: 30px;
  }

  .post-card .card-body .devider {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .post-card .card-body .card-excerpt {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .post-card .card-body {
    margin-bottom: 0px;
  }

  #contacts .label {
    margin-bottom: 15px;
  }

  .post-contact h2 {
    font-size: 40px;
    line-height: 52px;
    text-align: center;
    margin-bottom: 30px;
  }
  #contacts .post-contact::before {
    content: url("/wp-content/uploads/2025/08/element-mob.png");
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
  }

  .post-contact::after {
    content: none;
  }

  #contacts .post-contact {
    padding-top: 120px;
    position: relative;
    overflow-x: hidden;
  }

  #contacts .post-container {
    padding: 0px;
  }

  .contact-form-wrap form {
    padding: 16px;
  }

  .contact-form-wrap form .cf7-wrap {
    gap: 20px;
  }

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

  .post-container .contacts {
    width: 100%;
    height: auto;
  }

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

  .wpcf7-form select {
    min-height: 46px !important;
  }

  .partner-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .partner-wrapper .item {
    padding: 16px;
    border-radius: 12px;
  }

  .partner-wrapper .item img {
    max-height: 46px;
  }

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

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

  footer .wrapper {
    align-items: flex-start;
  }

  footer .wrapper {
    gap: 44px;
  }

  .post-single {
    padding: 140px 0 60px 0;
  }

  .single-post .fixed-links {
    display: none;
  }

  .post-single h1 {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 30px;
  }

  .post-single .post-thumb {
    border-radius: 24px;
    margin-bottom: 30px;
  }

  .post-single .post-thumb img {
    border-radius: 18px;
  }

  .post-body.entry-content p {
    font-size: 14px;
    line-height: 20px;
  }

  .post-contact {
    padding-top: 120px;
    position: relative;
    overflow-x: hidden;
  }

  .post-contact::before {
    content: url("/wp-content/uploads/2025/08/element-mob.png");
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
  }

  .post-single .label {
    margin-bottom: 15px;
  }

  body.no-scroll {
    overflow: hidden;
  }
}
