/*
Theme Name: Meduzzen
Author: Meduzzen
Description: A blank WordPress theme
Version: 1.0
*/

/*=============================================
=            Normalize            =
=============================================*/

#wpadminbar {
    bottom: 0;
    top: unset !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
    vertical-align: baseline;
}

h1 {
    font-size: 66px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0;
}

h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
}

h3 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
}

h4 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
}

h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
}

h6 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0;
}

@media (max-width: 768px) {
    h1 {
        font-size: 44px;
        font-weight: 500;
        line-height: 1.1;
        letter-spacing: 0.05em;
    }

    h2 {
        font-size: 36px;
        font-weight: 500;
        line-height: 1.3;
        letter-spacing: 0;
    }

    h3 {
        font-size: 32px;
        font-weight: 500;
        line-height: 1.3;
        letter-spacing: 0;
    }

    h4 {
        font-size: 24px;
        font-weight: 500;
        line-height: 1.3;
        letter-spacing: 0;
    }

    h5 {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.4;
        letter-spacing: 0;
    }

    h6 {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.3;
        letter-spacing: 0;
    }
}

hr {
    margin: 0;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    margin: 0 !important;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

.accordion button.c-accordion__title {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    text-align: inherit;
    width: 100%;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    transition: all 0.5s;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    text-decoration: none;
}

b,
strong {
    font-weight: 600;
}

dfn {
    font-style: italic;
}

mark {
    background: unset;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    transition: all var(--hover-transition);
}

button {
    overflow: visible;
    padding: 0;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    appearance: button;
    cursor: pointer;
    border-style: solid;
    border-width: 0;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

ul,
ol {
    margin-bottom: 25px;
    margin-left: 20px;
    padding-left: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.6rem;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.6rem 1.6rem;
}

body {
    font-family: "DM Sans", sans-serif;
    background-color: #ffffff;
}

body p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4 {
    scroll-margin-top: 150px;
}

#primary {
    background: #fff;
    z-index: 1;
    position: relative;
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
}

/* global class start */

section {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* xlarge */

.xlarge {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0;
}

.labelSmall {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0;
}

/* text-style label */

.label {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0;
}

.display,
.display p {
    font-size: 66px;
    font-weight: 500;
    line-height: 110%;
}

@media screen and (max-width: 768px) {
    .display,
    .display p {
        font-size: 56px;
    }
}

/* h1 */
h1 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 36px;
        line-height: 1.3;
    }
}

/* em */

/* h1_1 */
.h1_1 {
    font-size: 56px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

/* h2 */
h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
}

@media screen and (max-width: 768px) {
    h2 {
        font-size: 32px;
        line-height: 130%;
    }
}

/* h3 */
h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 140%;
}

@media screen and (max-width: 768px) {
    h3 {
        font-size: 24px;
        line-height: 130%;
    }
}

/* h4 */
h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
}

@media screen and (max-width: 768px) {
    h4 {
        font-size: 20px;
        line-height: 140%;
    }
}

/* h5 */

h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
}

@media screen and (max-width: 768px) {
    h5 {
        font-size: 20px;
        line-height: 130%;
    }
}

/* h6 */

h6 {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
}

/* button */

.button {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    background-color: #1629d6;
    border-radius: 40px;
    padding-left: 32px;
    padding-right: 32px;
    color: #fefefe;
    box-shadow: 0px 4px 4px 0px #0000001a;
    text-decoration: none;
    max-width: max-content;
    display: flex;
    height: 52px;
    align-items: center;
    justify-content: center;
}

/* categoryLabel */

.categoryLabel {
    background-color: #f3f5fb;
    color: #0d1118;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 24px;
    display: flex;
    min-height: 36px;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    cursor: text;
    max-width: fit-content;
    white-space: nowrap;
    border: 1px solid #eef3ff;
    box-sizing: border-box;
}

.nav__button-prev:hover circle,
.nav__button-next:hover circle {
    fill: #0d1118;
    cursor: pointer;
}

.nav__button-prev:hover path,
.nav__button-next:hover path {
    stroke: #fefefe;
    cursor: pointer;
}

.headline {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}

.bodyCard {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0;
}

.bodyXlarge,
.bodyXlarge p {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0;
}

@media screen and (max-width: 768px) {
    .bodyXlarge,
    .bodyXlarge p {
        font-size: 16px;
    }
}

.bodyLarge {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0;
}

@media screen and (max-width: 768px) {
    .bodyLarge {
        font-size: 15px;
    }
}

.input {
    font-size: 17px;
}

.bodyMedium {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0;
}

@media screen and (max-width: 768px) {
    .bodyMedium {
        font-size: 12px;
    }
}

.bodySmall {
    font-size: 12px;
}

.labelStandard {
    font-weight: 400;
    font-size: 17px;
    line-height: 140%;
    letter-spacing: 0;
}

@media screen and (max-width: 768px) {
    .h1_1 {
        font-size: 48px;
    }

    body p {
        font-size: 16px;
    }

    .button {
        max-width: unset;
        text-align: center;
    }

    .label {
        font-size: 15px;
    }

    .bodyCard {
        font-size: 14px;
    }
}

.paragraph {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--grey-600, #4f4f4f);
}

.paragraph p {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: var(--grey-600, #4f4f4f);
    margin: 0 !important;
}

/* global class end */

@media screen and (min-width: 769px) {
    .container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 768px) {
    section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .pagination {
        margin-top: 32px;
    }
}

/* style for single posts */

.single_post h1,
.single_post h2,
.single_post h3,
.single_post h4,
.single_post h5,
.single_post h6 {
    margin-top: 48px;
    margin-bottom: 16px;
}

.single_post h1:first-child,
.single_post h2:first-child,
.single_post h3:first-child,
.single_post h4:first-child,
.single_post h5:first-child,
.single_post h6:first-child {
    margin-top: 0;
}

.standard__content-button {
    height: 52px;
    background-color: #1629d6;
    color: #fefefe;
    box-shadow: 0px 4px 4px 0px #0000001a;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    border-radius: 40px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 0 32px;
    white-space: nowrap;
    transition: padding 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.standard__content-button:hover {
    padding-right: 52px;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
}

.standard__content-button svg {
    transform: translateX(-15px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    position: absolute;
    right: 20px;
}

.standard__content-button:hover svg {
    transform: translateX(0);
    opacity: 1;
}

.standard__item {
    position: relative;
    cursor: pointer;
}

.standard__image {
    position: relative;
    overflow: hidden;
}

.standard__image img {
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.standard__item:hover .standard__image img {
    transform: scale(1.1);
}

.standard__icon {
    position: absolute;
    bottom: 27px;
    right: 22px;
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transform: scale(0.8);
}

.standard__item:hover .standard__icon {
    opacity: 1;
    transform: scale(1);
}

/* pagination */

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.pagination a,
.pagination span,
.bottom-blog-loop-bar .prev,
.bottom-blog-loop-bar .next {
    font-size: 16px;
    font-weight: 500;
    color: #cfcfcf;
    text-decoration: none;
    padding: 5px 10px;
    margin: 0 5px;
    border-bottom: 1px solid #cfcfcf;
    transition: color 0.4s ease, border-bottom-color 0.4s ease;
}

.pagination .current,
.pagination .swiper-pagination-bullet-active {
    color: #0d1118;
    border-bottom: 1px solid #0d1118;
    cursor: pointer;
}

.pagination .prev,
.pagination .next {
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-bottom: none;
    transition: background-color 0.4s ease, transform 0.3s ease-out;
}

.pagination .prev svg,
.pagination .next svg {
    width: 41px;
    height: 40px;
    fill: none;
}

.pagination .prev:hover svg circle,
.pagination .next:hover svg circle {
    fill: #0d1118;
    transition: fill 0.4s ease-in-out;
}

.pagination .prev:hover svg path,
.pagination .next:hover svg path {
    stroke: #fefefe;
    transition: stroke 0.4s ease-in-out;
}

/* form button */

.submit-button-block button {
    min-height: 52px;
    background-color: #1629d6;
    color: #fefefe;
    box-shadow: 0px 4px 4px 0px #0000001a;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    border-radius: 40px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0;
    padding: 0 32px;
    white-space: nowrap;
    transition: padding 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    position: relative;
    border: none;
    justify-content: center;
    cursor: pointer;
}

.submit-button-block button:hover {
    padding-right: 52px;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
}

.contact-us__field:focus::placeholder {
    color: transparent;
}

.contact-us__field-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
}

.contact-us__field-wrapper label {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.3s ease, top 0.3s ease;
    pointer-events: none;
}

.contact-us__field-wrapper label.visible {
    opacity: 1;
    top: -9px;
    font-size: 12px;
}

.contact-us {
    background-color: #06063c;
    padding-top: 96px;
    padding-bottom: 96px;
}

.contact-us__content {
    display: flex;
    justify-content: space-between;
    height: 100%;
    gap: 120px;
}

.contact-us__info h1 {
    color: #fefefe;
}

.contact-us__paragraph {
    margin-top: auto;
}

.contact-us__paragraph p {
    color: #f3f5fb;
}

.contact-us__form {
    background-color: #fefefe;
    border-radius: 8px;
    padding: 48px;
    width: 100%;
    box-sizing: border-box;
}

.contact-us__info p {
    max-width: 460px;
    margin-top: 56px;
    color: #fefefe;
}

.contact-us__link {
    height: 36px;
    border-radius: 40px;
    padding-right: 24px;
    padding-left: 24px;
    border: 1px solid #fefefe;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
    max-width: max-content;
    cursor: pointer;
}

.contact-us__link p {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #fefefe;
    margin-top: 0;
}

.contact-us__link:active {
    border: 1px solid #1629d6;
}

.contact-us__link:active p {
    color: #1629d6;
}

.contact-us__link:active path {
    stroke: #1629d6;
}

.contact-us__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 460px;
}

.contact-us__field-group {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 40px;
}

.contact-us__field {
    border: none;
    outline: none;
    border-bottom: 1px solid #949393;
    padding: 10px 10px 16px;
    width: 100%;
    box-sizing: border-box;
}

.contact-us__field:focus {
    border-color: #1629d6;
}

.contact-us__file-upload {
    display: none;
}

.contact-us__file-label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.contact-us__file-text {
    font-size: 17px;
    color: var(--grey-600, #4f4f4f);
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-us__file-text span {
    color: #949393;
    font-size: 17px;
}

.contact-us__field-group label {
    color: var(--grey-600, #4f4f4f);
}

.contact-us__field-group input {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #0d1118;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d; /* Dark Gray 800 */
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}

form.contact-us__form .wpcf7-spinner {
    visibility: visible;
}

.wpcf7-spinner::before {
    content: "";
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

form.contact-us__form .wpcf7-submit {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

.contact-us__field-wrapper input:invalid + label.visible {
    color: #d61616;
}

.contact-us__field:invalid {
    border-bottom: 1px solid #d61616;
}

.new-icon {
    display: none;
}

@media screen and (max-width: 1024px) {
    .contact-us__content {
        flex-direction: column;
        gap: 60px;
    }

    .contact-us__field-group {
        margin-top: 40px;
    }

    .contact-us__info {
        min-width: unset;
    }

    .contact-us__form {
        width: unset;
    }

    .contact-us__paragraph {
        margin-top: 61px;
    }

    .contact-us__form {
        padding: 48px 24px;
    }

    .contact-us {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .contact-us__field-button {
        margin-top: 40px;
    }
}

@media screen and (max-width: 520px) {
    .submit-button-block button {
        width: 100%;
    }

    .contact-us__link {
        max-width: unset;
        justify-content: center;
    }
}

.file-name {
    color: #0d1118 !important;
}

.submit-button-block {
    margin-top: 65px;
}

.submit-button-block .wpcf7-response-output + button {
    margin-top: 32px;
}

.error-label {
    color: #dc3232 !important;
}

.contact-us__field-wrapper.error {
    border-color: #dc3232 !important;
}

/*.modal .wpcf7-not-valid-tip,*/
/*.wpcf7-form.invalid .wpcf7-response-output {*/
/*  display: none;*/
/*}*/

.contact-us__file-label {
    max-width: fit-content;
}

.lenght-limit .maxlenth {
    position: absolute;
    right: 0;
    bottom: 15px;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0;
    color: #1629d6;
}

/*copy-past notification*/

.copy-notification {
    position: fixed;
    top: 100px;
    left: 45%;
    background-color: #4caf50;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1000;
    font-size: 14px;
}
.copy-notification.show {
    opacity: 1;
    pointer-events: auto;
}

.block-button.locked {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

/* swiper */

.blog {
    background-color: #f3f5fb;
}

.blog__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 32px;
    margin-bottom: 80px;
}

.post-item {
    background-color: #fefefe;
    box-shadow: 0px 4px 4px 0px #2d60e20d;
    border-radius: 16px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.post__details {
    display: flex;
    flex-direction: column;
    padding: 24px;
    flex: 1;
}

.post__details p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--grey-600, #4f4f4f);
}

.blog-swiper {
    overflow: hidden;
}

.post__details-bottom {
    display: flex;
    gap: 16px;
    width: 100%;
    justify-content: start;
    margin-top: auto;
    padding-top: 16px;
    align-items: center;
}

.single .post__details-bottom {
    align-items: center;
}

.post__details-bottom p {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--grey-600, #4f4f4f);
}

.navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

@media screen and (max-width: 768px) {
    .navigation {
        gap: 16px;
    }
}

.blog__paragraph-mobile {
    display: none;
}
@media screen and (max-width: 1024px) {
    .blog {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .blog__head {
        margin-bottom: 40px;
        flex-direction: column;
        row-gap: 40px;
        align-items: unset;
    }

    .blog__paragraph-mobile {
        display: flex;
    }

    .blog-button-prev svg,
    .blog-button-next svg {
        width: 39px;
        height: 39px;
    }
}

.swiper__btn {
    cursor: pointer;
    transition: all 0.3s;
}

.swiper__btn rect,
.swiper__btn path {
    transition: all 0.3s;
}

.swiper__btn rect {
    fill: transparent;
}
.swiper__btn:not(.swiper-button-disabled):hover rect {
    fill: #1629d6;
}

.swiper__btn:not(.swiper-button-disabled):hover path {
    stroke: #fff;
}

.swiper__btn.swiper-button-disabled svg rect {
    stroke: #e0e0e0;
}

.swiper__btn.swiper-button-disabled svg path {
    stroke: #949393;
}

.swiper__btn.swiper-button-disabled {
    pointer-events: none;
    cursor: default;
}

/* list blue bullet */

.standard-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
}

.standard-list li {
    position: relative;
}

.standard-list li:hover a {
    color: #1629d6 !important;
}

.standard-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: var(--marker-size, 8px);
    height: var(--marker-size, 8px);
    border-radius: 100%;
    background-color: var(--section-name-color);
}

.standard-list li a {
    display: inline-block;
    margin-left: 20px;
    color: var(--grey-600);
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-decoration: none;
    text-decoration-style: solid;
    text-underline-offset: 4px;
}

/* article headings navigation */

.article__list-block {
    position: sticky;
    top: 110px;
    background-color: #f3f5fb;
    border: 1px solid #e4ebff;
    padding: 23px 18px 21px 24px;
    border-radius: 16px;
    max-height: calc(100vh - 240px);
    overflow: hidden;
}

.article__list {
    position: relative;
}

.article__list-items {
    max-height: calc(100vh - 285px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 25px !important;
    scrollbar-width: none;
}

.article__list-items::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.article__scrollbar {
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    width: 6px;
    border-radius: 999px;
    background: transparent;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, background-color 0.2s ease;
}

.article__scrollbar-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 999px;
    background-color: #cfcfcf;
    transform: translateY(0);
}

.article__list-block:hover .article__scrollbar,
.article__list-block:focus-within .article__scrollbar {
    opacity: 1;
    background-color: rgba(207, 207, 207, 0.2);
}

.article__scrollbar.is-hidden {
    display: none;
}

@media (max-width: 1024px) {
    .article__list-block {
        position: static;
    }
}

.standard-tag {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
    color: #1629d6 !important;
    text-transform: uppercase;
    text-decoration: none;
}

.category__btn {
    min-height: 48px;
    background: #fefefe;
    color: #0d1118;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 40px;
    box-sizing: border-box;
    white-space: nowrap;
    box-shadow: 0px 0px 4px 0px #d0dbff inset;
}

.category__btn.active {
    background: #0d1118;
    color: #fefefe;
}

.category__btn:hover {
    background: #1629d6;
    color: #fefefe;
}

/* blog-posts */

.blog-posts {
    padding-bottom: 60px;
    background: #f3f5fb;
}

.blog-posts__wrapper {
    display: flex;
    flex-direction: column;
}

.blog-posts__category {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.blog-posts__list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: stretch;
}

.blog-posts__item {
    width: calc((100% - 48px) / 3);
    display: flex;
    flex-direction: column;
}

.blog-posts__thumb img {
    width: 100%;
    height: auto;
    max-height: 300px;
    display: block;
    border-radius: 16px 16px 0 0;
    object-fit: cover;
}

.blog-posts__info {
    display: flex;
    flex-direction: column;
    background: #fefefe;
    border-radius: 0 0 16px 16px;
    padding: 24px;
    box-shadow: 0px 4px 4px 0px #2d60e20d, 0px 4px 4px 0px #e2e2e21a inset;
    flex: 1;
}

.blog-posts__item:hover .blog-posts__title {
    color: #1629d6;
}

.blog-posts__thumb {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.blog-posts__thumb img {
    transition: transform 0.4s ease-in-out;
}

.blog-posts__item:hover .blog-posts__thumb img {
    transform: scale(1.1);
}

.blog-posts__meta {
    display: flex;
    gap: 24px;
    align-items: center;
}

.blog-posts__date {
    color: var(--grey-600, #4f4f4f);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
}

.blog-posts__title {
    color: #0d1118;
    margin-top: 24px;
}

.blog-posts__item a {
    text-decoration: unset;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-posts__category-time {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-top: 24px;
    margin-top: auto;
    flex-wrap: wrap;
}

.blog-posts__time-read {
    color: var(--grey-600, #4f4f4f);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
}

.blog-posts__list-mobile {
    display: none;
}

@media (max-width: 1024px) {
    .blog-posts__item {
        flex: 1 1 calc(50% - 24px);
    }
}

@media (max-width: 768px) {
    .blog-posts {
        padding-bottom: 32px;
    }

    .blog-posts__category {
        justify-content: unset;
        flex-wrap: nowrap;
        overflow: scroll;
        flex-wrap: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;
        white-space: nowrap;
    }

    .blog-posts__list-mobile {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
    }

    .blog-posts__item {
        flex: 1 1 100%;
    }
}

/* blog-posts end */

/* blog animation */

.card-hover-overlay {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
    border-radius: 16px;
}

.card-hover-overlay:hover::before {
    opacity: 1;
    transform: scale(1);
}

.card-hover-overlay .post__details {
    position: relative;
    z-index: 2;
}

.card-hover-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 24px);
    margin-left: 24px;
    padding: 0 24px;
    color: #fff;
    z-index: 4;
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
}

.card-hover-title a {
    text-decoration: unset;
    text-decoration: none;
}

.card-hover-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
    color: #fefefe;
}

.card-hover-link {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 28px;
    font-size: 16px;
    font-weight: 500;
    color: #fefefe;
    text-decoration: underline;
    pointer-events: auto;
    line-height: 140%;
    letter-spacing: 0;
}

.card-hover-overlay:hover .card-hover-content {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.05);
}

/* single post next articles card */

.next-article__card {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    box-sizing: border-box;
    border-radius: 16px;
    border: 1px solid var(--BlueGreyBackground, #f3f5fb);
    background: var(--grey-50, #fafafa);
    box-shadow: 0 4px 4px 0 rgba(226, 226, 226, 0.1) inset, 0 4px 4px 0 rgba(45, 96, 226, 0.05);
    text-decoration: none;
}

.next-article__card * {
    transition: all 0.3s;
}

.next-article__category {
    color: var(--primary-color, #1629d6);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
}

.next-article__title {
    color: var(--black-color);
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    margin-top: 24px;
    margin-bottom: 16px;
}

.next-article__meta {
    display: flex;
    gap: 28px;
    align-items: center;
}

.next-article__tags {
    display: flex;
    padding: 9px 15px;
    color: var(--black-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    border-radius: 24px;
    border: 1px solid var(--BlueGrey-50, #eef3ff);
    background: var(--BlueGreyBackground, #f3f5fb);
}

.next-article__read-time {
    color: var(--grey-600, #4f4f4f);
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

@media screen and (min-width: 1201px) {
    .next-article__card:hover .next-article__title {
        color: var(--primary-color);
    }
}

@media screen and (max-width: 1200px) {
    .next-article__card:active .next-article__title {
        color: var(--primary-color);
    }

    .next-article__title {
        font-size: 18px;
        line-height: 140%;
    }
}

@media screen and (max-width: 1024px) {
    .next-article__card {
        margin-top: 24px;
        padding: 31px 15px;
    }
}

/* marketplace start */

.marketplace__wrapper {
    display: grid;
    grid-template-columns: 248px 1fr;
    gap: 40px;
    align-items: start;
}

.marketplace__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(16rem, 100%), 1fr));
    gap: 16px;
    margin-top: 16px;
}

.marketplace__list:has(.no__luck) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.marketplace__list > .marketplace__freelancer-card {
    box-sizing: border-box;
}

.marketplace__sidebar {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.marketplace__label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.marketplace__label span {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
}

@media screen and (max-width: 768px) {
    .marketplace__label span {
        font-size: 14px;
    }
}

.checkbox-input {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    min-width: 16px;
    height: 16px;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.2s ease;
}

.checkbox-input:hover {
    border-color: #1629d6;
}

.checkbox-input:checked {
    background-color: #1629d6;
    border-color: #1629d6;
}

.checkbox-input::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 7px;
    border-right: 2px solid #fefefe;
    border-bottom: 2px solid #fefefe;
    transform: translate(-50%, -60%) rotate(45deg) scale(0);
    transition: transform 0.2s ease;
    transform-origin: center;
}

.checkbox-input:checked::after {
    transform: translate(-50%, -60%) rotate(45deg) scale(1);
}

.marketplace__filter-group h5 {
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0;
    color: var(--grey-600, #4f4f4f);
}

.marketplace__filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: 24px;
}

.marketplace__filter-group.active .marketplace__filter-header {
    margin-bottom: 20px;
}

.marketplace__labels {
    flex-direction: column;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    display: flex;
    gap: 8px;
    max-height: 132px;
    overflow-y: auto;
}

@media screen and (max-width: 768px) {
    .marketplace__filter-group h5 {
        font-size: 16px;
    }

    .marketplace__labels {
        gap: 28px;
    }
}

.marketplace__labels::-webkit-scrollbar {
    width: 8px;
    min-height: 107px;
}

.marketplace__labels::-webkit-scrollbar-track {
    background: none;
}

.marketplace__labels::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
    border-radius: 99px;
    border: none;
}

.marketplace__filter-group .toggle-icon {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.toggle-icon {
    stroke: var(--grey-600, #4f4f4f);
}

.marketplace__filter-group.active .toggle-icon {
    transform: rotate(0deg);
}

.marketplace__filter-group {
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
    .marketplace__filters #filters-form > .marketplace__filter-group:nth-last-child(2) {
        margin-bottom: 0;
    }
}

.marketplace__filter-group.active .marketplace__labels {
    display: flex;
    opacity: 1;
}

.marketplace__freelancer-image {
    background: #cfcfcf;
    display: flex;
    justify-content: center;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    position: relative;
}

.marketplace__freelancer-image img {
    max-height: 161px;
}

.marketplace__freelancer-categories {
    line-height: 150%;
    letter-spacing: 0;
    color: var(--grey-600, #4f4f4f);
}

.marketplace__freelancer-verified {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 16px;
}

.marketplace__freelancer-verified p {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
    color: #1629d6;
}

.marketplace__freelancer-price-jobs {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
}

.marketplace__freelancer-price {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
    color: var(--grey-600, #4f4f4f);
}

.marketplace__freelancer-tags {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.marketplace__freelancer-add-btn {
    background: url("/wp-content/uploads/2026/02/Add-to-team.svg") var(--primary-color);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    min-width: 48px;
    height: 48px;
    border-radius: 50%;
    box-shadow: inset 0 2px 12px 0 rgba(255, 255, 255, 0.6), inset 0 -2px 16px 0 rgba(6, 6, 60, 0.4);
    transition: background 200ms ease;
}

.marketplace__freelancer-add-btn.in-cart {
    background: url("/wp-content/uploads/2026/02/Human-centered.svg") var(--white-color);
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: none;
}

.marketplace__freelancer-add-btn.in-cart:hover {
    background-color: #e4ebff;
}

.marketplace__freelancer-card-bottom {
    display: flex;
    gap: 8px;
    margin-top: auto;
    padding-top: 24px;
}

.marketplace__freelancer-card {
    border: 1px solid #cfcfcf;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
}

.marketplace__freelancer-info {
    padding: 24px 16px 16px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    flex-grow: 1;
}

.marketplace__list-title {
    display: flex;
    gap: 8px;
    font-weight: 500;
    font-size: 28px;
    line-height: 140%;
    letter-spacing: 0;
    margin-bottom: 16px;
}

.marketplace__list-title span {
    color: #949393;
}

.marketplace__btn {
    padding-right: 32px;
    padding-left: 32px;
    color: #1629d6;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0;
    height: 48px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #1629d6;
    border-radius: 40px;
    background: #fefefe;
    box-shadow: 0px 2px 16px 0px #1629d60a inset, 0px -2px 16px 0px #1629d629 inset;
}

.marketplace__btn:hover {
    background: #e4ebff;
    box-shadow: unset;
}

.marketplace__freelancer-add-btn svg {
    color: #fefefe;
    transition: color 0.3s ease;
}

.marketplace__freelancer-add-btn:hover svg {
    color: #e4ebff;
}

.marketplace__content-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cart-item__remove-btn {
    margin-left: auto;
    cursor: pointer;
}

@media screen and (max-width: 870px) {
    .marketplace__wrapper {
        display: flex;
    }
}

/* marketplace end */

.swiper-wrapper {
    align-items: stretch;
}

.swiper-slide {
    height: auto;
}

.pum-theme-10566 h3 {
    color: #0d1118;
    margin-bottom: 8px;
}

.pum-theme-10566 .pum-content + .pum-close,
.pum-theme-article-author .pum-content + .pum-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px !important;
    height: 40px !important;
    background-image: url("/wp-content/uploads/2025/10/close-button-black-1.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 10;
    text-indent: -9999px;
    padding: 0;
    transition: transform 0.2s ease, background 0.2s ease;
    box-shadow: unset !important;
    margin-top: 40px;
    margin-right: 40px;
}

.pum-theme-10566 .pum-content + .pum-close:hover,
.pum-theme-article-author .pum-content + .pum-close:hover {
    background-image: url("/wp-content/uploads/2025/10/close-button-black-1.svg");
    background-color: transparent;
}

@media screen and (max-width: 768px) {
    .pum-theme-10566 .pum-content + .pum-close,
    .pum-theme-article-author .pum-content + .pum-close {
        margin-top: 24px;
        margin-right: 24px;
    }
}

@media screen and (max-width: 500px) {
    .pum-theme-10566 h3,
    .pum-theme-10566 p {
        max-width: 251px;
    }
}

.section-animate {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.section-name {
    padding-left: 20px;
    position: relative;
}

.section-name p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: var(--grey-600, #4f4f4f);
}

.section-name::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: var(--marker-size, 8px);
    height: var(--marker-size, 8px);
    background-color: var(--section-name-color);
    border-radius: 100%;
}

/* Homepage Widgets CSS */

/* Banner */
.banner__cover {
    padding: 70px 40px;
    background: linear-gradient(90deg, #06063c 0%, #1010a2 100%);
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.banner__content {
    position: relative;
    z-index: 2;
}

.banner__paragraph p {
    color: #fefefe;
}

.banner__title * {
    color: #fefefe;
    margin-top: 40px;
    text-wrap: balance;
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0;
}

.banner__description {
    margin-top: 16px;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0;
    color: #fefefe;
}

.banner__btn.standard__btn {
    background: #fefefe;
    color: #06063c;
    margin-top: 40px;
    border: 0;
}

.banner__btn.standard__btn svg path {
    stroke: #06063c;
}

.banner__cover::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url("/wp-content/uploads/2025/09/Pattern.svg") no-repeat right center;
    z-index: 1;
}

@media screen and (max-width: 920px) {
    .banner__cover::after {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    #primary section.banner {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 768px) {
    #primary section.banner {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .banner__title p {
        font-size: 32px;
        line-height: 1.3;
    }

    .banner__cover {
        padding: 24px;
    }

    .banner__btn {
        width: 100%;
    }

    .banner__description {
        font-size: 16px;
        line-height: 1.5;
    }

    .banner__title {
        font-size: 32px;
        line-height: 1.3;
    }
}

/* Founders */
#primary .founders {
    background: #f3f5fb;
    overflow: hidden;
}

.founders-teams__title {
    color: var(--black-color);
}

.founders__card-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
}

.founders__image {
    transition: opacity 0.3s ease;
}

.hover-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
}

@media screen and (min-width: 1024px) {
    .founders__card:hover .hover-image {
        opacity: 1;
    }

    .founders__card:hover .default-image {
        opacity: 0;
    }
}

.founders .navigation {
    justify-content: center;
    padding-top: 50px;
}

.founders-pagination-wrapper {
    margin-top: 24px;
    position: relative;
    display: flex;
    justify-content: center;
}

.founders-pagination {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    position: relative !important;
    width: 100% !important;
    max-width: 72px;
    height: 100% !important;
    z-index: 100 !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    justify-content: flex-start;
    scrollbar-width: none;
}

.founders-pagination::-webkit-scrollbar {
    display: none;
}

.founders-pagination .swiper-pagination-bullet {
    min-width: 8px !important;
    min-height: 8px !important;
    max-width: 8px !important;
    max-height: 8px !important;
    opacity: 1 !important;
    background: #cfcfcf !important;
    margin: 0 4px !important;
    outline: none !important;
    flex-shrink: 0;
}

.founders-pagination .swiper-pagination-bullet:first-child {
    margin-left: auto !important;
}

.founders-pagination .swiper-pagination-bullet:last-child {
    margin-right: auto !important;
}

.founders-pagination .swiper-pagination-bullet-active {
    background: #1629d6 !important;
    opacity: 1 !important;
}

.founders__head {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.founders__content {
    margin-top: 50px;
}

@media screen and (max-width: 499px) {
    .founders__swiper,
    .founders__swiper-wrapper {
        overflow: visible !important;
    }
}

.founders__swiper-wrapper {
    padding-left: 4px;
    padding-bottom: 7px;
    margin-left: -4px;
}

.founders__card {
    position: relative;
    width: 100%;
    min-height: 266px;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
    background: #fafafa;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px 0px #e2e2e21a, 0px 4px 10px 0px #2d60e21a;
    border: 1px solid #e4ebff;
    transition: transform 0.35s ease;
    z-index: 1;
}

.founders__card-content {
    display: flex;
    flex-direction: column;
    z-index: 1;
    height: 100%;
    background: linear-gradient(193.05deg, #4951e2 5.5%, #373cc2 93.39%);
    box-sizing: border-box;
    padding: 24px;
}

.founders__card-image {
    display: flex;
    justify-content: center;
}

.founders__card-image img {
    height: 100%;
    object-fit: contain;
}

.swiper-slide-active .founders__card-image img {
    animation: foundersRotate 6s linear infinite;
}

.founders__card-title {
    color: #fefefe;
    position: relative;
    z-index: 2;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0;
}

.founders__card-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
    color: #fefefe;
    margin-top: 16px;
    position: relative;
    z-index: 2;
}

.founders__title-button {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.founders__card-info {
    margin-top: 24px;
}

@media screen and (max-width: 1024px) {
    .founders__card {
        transform: none !important;
    }
}

@media screen and (min-width: 769px) {
    .founders-pagination-wrapper {
        display: none !important;
    }

    #primary .founders {
        padding-top: 120px;
        padding-bottom: 112px;
    }
}

@media screen and (max-width: 768px) {
    #primary .founders {
        padding-top: 40px;
        padding-bottom: 32px;
    }

    .founders__navigation {
        display: none;
    }

    .founders__paragraph-navigate {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .founders__card-title {
        font-size: 20px;
    }

    .founders__card-description {
        font-size: 16px;
    }

    .founders__card-content {
        padding: 16px 16px 32px;
    }
}

/* Freelancer */
.freelancer__wrapper .block-navigation {
    justify-content: center;
    margin-top: 40px;
}

.freelancer__title {
    color: var(--black-color);
    font-size: 40px;
    line-height: 1.2;
    font-weight: 500;
}

.freelancer__button {
    height: 48px;
    background-color: #fefefe;
    color: #1629d6;
    border: 0.5px solid #1629d6;
    box-shadow: inset 0 2px 16px 0 rgba(22, 41, 214, 0.06), inset 0 -2px 20px 0 rgba(22, 41, 214, 0.08);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    border-radius: 40px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 32px;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    gap: 0;
    box-sizing: border-box;
}

.freelancer__item:hover .freelancer__button {
    gap: 8px;
}

.freelancer__item:hover .freelancer__button svg {
    width: 24px;
    height: 24px;
    opacity: 1;
    transform: translateX(0);
}

.freelancer__button svg {
    width: 0;
    opacity: 0;
    transform: translateX(-10px);
    transition: width 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
    flex-shrink: 0;
    stroke: currentColor;
}

.swiper-wrapper {
    align-items: stretch;
}

.freelancer__item-body {
    text-decoration: none !important;
    color: inherit;
}

.swiper-slide {
    height: auto;
}

.freelancer__list {
    margin-top: 40px;
}

.swiper__btn {
    display: flex;
}

.freelancer-pagination-wrapper {
    margin-top: 40px;
    position: relative;
    display: flex;
    justify-content: center;
}

.freelancer-pagination {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    position: relative !important;
    top: unset !important;
    left: unset !important;
    bottom: unset !important;
    right: unset !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 100 !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    max-width: 72px;
    justify-content: flex-start;
}

.freelancer-pagination::-webkit-scrollbar {
    display: none;
}

.freelancer-pagination {
    scrollbar-width: none;
}

.freelancer-pagination .swiper-pagination-bullet {
    min-width: 8px !important;
    min-height: 8px !important;
    max-width: 8px !important;
    max-height: 8px !important;
    opacity: 1 !important;
    background: #cfcfcf !important;
    margin: 0 4px !important;
    outline: none !important;
    flex-shrink: 0;
}

.freelancer-pagination .swiper-pagination-bullet:first-child {
    margin-left: auto !important;
}

.freelancer-pagination .swiper-pagination-bullet:last-child {
    margin-right: auto !important;
}

.freelancer-pagination .swiper-pagination-bullet-active {
    background: #1629d6 !important;
    opacity: 1 !important;
}

@media screen and (max-width: 1500px) {
    .freelancer__list {
        overflow: visible !important;
    }
}

@media screen and (min-width: 769px) {
    .freelancer-pagination-wrapper {
        display: none !important;
    }

    #primary section.freelancer {
        padding-top: 60px;
        padding-bottom: 52px;
    }

    .freelancer__list {
        padding-bottom: 8px;
    }
}

@media screen and (max-width: 768px) {
    .freelancer__btn {
        display: none;
    }

    .freelancer__title {
        font-size: 32px;
        line-height: 1.3;
    }

    #primary section.freelancer {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .freelancer__paragraph-navigation {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .freelancer__navigation {
        display: none;
    }
}

/* Intro */
.intro__stage {
    perspective: 900px;
    transform-style: preserve-3d;
}

.info__title .split-line,
.info__description .split-line {
    transform-style: preserve-3d;
    display: inline-block;
}

.info__btn-wrap {
    display: inline-block;
    perspective: 900px;
    transform-style: preserve-3d;
}

@keyframes floatyRock {
    0% {
        transform: rotate(-3deg) scale(1);
    }

    50% {
        transform: rotate(3deg) scale(1.05);
    }

    100% {
        transform: rotate(-3deg) scale(1);
    }
}

@keyframes mirrorFloatyRock {
    0% {
        transform: rotate(3deg) scale(1);
    }

    50% {
        transform: rotate(-3deg) scale(1.05);
    }

    100% {
        transform: rotate(3deg) scale(1);
    }
}

.intro__info-wrapper {
    position: relative;
    width: 100%;
    perspective: 500px;
    transform-style: preserve-3d;
}

.intro__info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    margin-top: 118px;
    pointer-events: none;
}

.intro__info.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.intro {
    position: relative;
    overflow: hidden;
}

.intro__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.intro__toggle {
    position: relative;
    display: inline-flex;
    background: #f3f5fb;
    border-radius: 40px;
    box-shadow: 0 0 4px 0 #d0dbff inset;
}

.intro__toggle-btn {
    position: relative;
    z-index: 2;
    border: none;
    background: transparent;
    color: #0d1118;
    padding: 13px 24px;
    font-size: 16px;
    border-radius: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.intro__toggle-btn:not(.active):hover {
    background: #1629d6;
    color: #fff;
    box-shadow: 0 -2px 8px 0 rgba(150, 154, 242, 0.8) inset, 0 2px 8px 0 rgba(6, 6, 60, 0.3) inset;
}

.intro__toggle-btn.active {
    color: #fff;
}

.intro__toggle-btn.colored-bg {
    background: #06063c;
    box-shadow: 0 0 6px 0 #bec1f6 inset;
}

.intro__toggle-slider {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #06063c;
    box-shadow: 0 0 6px 0 #bec1f6 inset;
    border-radius: 40px;
    transition: all 0.3s ease;
    z-index: 1;
}

.info__description {
    margin-top: 24px;
}

.info__btn {
    margin-top: 40px;
    transition: none;
}

.intro__card {
    position: absolute;
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 4px 12px 24px 0 rgba(44, 46, 53, 0.04), 0 0 8px 0 rgba(70, 73, 78, 0.05);
    opacity: 0;
    z-index: 3;
}

.intro__container {
    position: relative;
    box-sizing: border-box;
}

.intro__card--left {
    position: absolute;
    bottom: 207px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    white-space: nowrap;
    color: #0d1118;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0;
    box-sizing: border-box;

    animation: floatyRock 6s ease-in-out infinite;
    transform-origin: center bottom;
}

.intro__card--bottom {
    bottom: -80px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    min-width: 121px;
    max-width: 121px;

    animation: mirrorFloatyRock 6s ease-in-out infinite;
    transform-origin: center bottom;
}

.intro__card--top {
    top: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    white-space: nowrap;
    color: #0d1118;
    box-sizing: border-box;

    animation: floatyRock 6s ease-in-out infinite;
    transform-origin: center bottom;
}

.intro__card--top p {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0;
}

.intro__card--right {
    max-width: 288px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    text-align: left;
    padding: 32px 16px;
    box-sizing: border-box;
    animation: mirrorFloatyRock 6s ease-in-out infinite;
    transform-origin: center bottom;
}

.intro__banner-name p {
    color: var(--grey-600, #4f4f4f);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0;
}

.intro__banner-expect {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    color: #0d1118;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.intro__banner-name-image img {
    border-radius: 50%;
    object-fit: cover;
    max-height: 56px;
    max-width: 56px;
    width: 100%;
    height: auto;
}

.intro__banner-name-image {
    display: flex;
    gap: 16px;
}

.intro__banner-name {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 8px;
}

.intro__card--bottom h2 {
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0;
    color: #1629d6;
}

.intro__card--bottom h2 em {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0;
    color: #1629d6;
}

.intro__card--bottom p {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
    color: var(--grey-600, #4f4f4f);
    text-align: left;
}

.intro__card--bottom h2 em {
    font-style: normal;
    vertical-align: top;
    display: inline-block;
    margin-left: 12px;
}

.info__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 668px;
    margin: 0 auto;
}

.info__description p {
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
    color: var(--grey-600, #4f4f4f);
}

.intro::before {
    content: "";
    position: absolute;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    pointer-events: none;
    z-index: -1;
}

@media screen and (min-width: 1401px) {
    .intro__card--left {
        left: 40px;
    }

    .intro__card--bottom {
        left: 200px;
    }

    .intro__card--top {
        right: 270px;
    }

    .intro__card--right {
        right: 40px;
        bottom: 12px;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
    .intro__card--left {
        left: 20px;
    }

    .intro__card--bottom {
        left: 100px;
    }

    .intro__card--top {
        right: 135px;
    }

    .intro__card--right {
        right: 10px;
        bottom: 130px;
    }
}

@media screen and (max-width: 1200px) {
    .intro__card {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .info__title,
    .info__description,
    .info__btn {
        visibility: hidden;
        will-change: transform, opacity;
        backface-visibility: hidden;
    }

    .intro {
        padding-top: 155px;
        padding-bottom: 171px;
    }

    .info__description p {
        font-size: 20px;
    }

    .intro__card--bottom h2 {
        font-size: 56px;
    }

    .intro {
        position: relative;
        overflow: hidden;
    }

    .intro::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 810px;

        background: linear-gradient(287.7deg, #ffffff 3.1%, #373cc2 50.99%);
        -webkit-mask: url("/wp-content/uploads/2025/09/Line-scaled.webp") no-repeat center/cover;
        mask: url("/wp-content/uploads/2025/09/Line-scaled.webp") no-repeat center/cover;

        z-index: 0;
        animation: fadeGradient 10s ease-in-out infinite alternate;
    }

    .intro::after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 810px;

        background: linear-gradient(287.42deg, #373cc2 1.54%, #ffffff 30.25%);

        -webkit-mask: url("/wp-content/uploads/2025/09/Line-scaled.webp") no-repeat center/cover;
        mask: url("/wp-content/uploads/2025/09/Line-scaled.webp") no-repeat center/cover;

        opacity: 0;
        z-index: -1;
        animation: fadeGradient 5s ease-in-out infinite alternate-reverse;
    }

    @keyframes fadeGradient {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
}

@media screen and (max-width: 768px) {
    .intro {
        padding-top: 144px;
        padding-bottom: 182px;
    }

    .intro__info {
        margin-top: 74px;
    }

    .info__description p br {
        display: none;
    }

    .info__description p {
        font-size: 18px;
    }

    .intro::before {
        width: 810px;
        height: 1440px;
        top: -448px;
        left: -270px;
        background-image: url("/wp-content/uploads/2025/11/Line.svg");
    }

    .intro__info.active .info__title,
    .intro__info.active .info__description,
    .intro__info.active .info__btn {
        visibility: visible;
    }
}

@media screen and (max-width: 450px) {
    .info__btn {
        width: 100%;
    }
}

/* New Marquee Line */
section.marquee-line {
    overflow: hidden;
}

.marquee-line_paragraph {
    margin-bottom: 40px;
}

.marquee-line_title {
    text-align: center;
    color: #949393;
}

.marquee-container {
    width: 100%;
    display: flex;
    overflow: hidden;
    flex-wrap: nowrap;
    box-sizing: border-box;
}

.marquee-content {
    display: flex;
}

.marquee-content span {
    white-space: nowrap;
    align-items: center;
    display: flex;
    gap: 95px;
    padding-right: 95px;
}

.marquee-content span img,
.marquee-logo {
    width: auto;
    height: 56px;
    max-width: none;
    max-height: 56px;
    flex-shrink: 0;
}

.marquee-logo {
    filter: grayscale(1);
}

@media screen and (min-width: 769px) {
    section.marquee-line {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 768px) {
    section.marquee-line {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

/* Portfolio */
.portfolio__thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    overflow: hidden;
}

.portfolio__img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: opacity 0.2s ease;
}

.portfolio__video-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #b4bad3 0%, #f3f5fb 100%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.portfolio__video-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 324px;
    border-radius: 16px;
    overflow: hidden;
    left: 8px;
    right: 8px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.portfolio__hover-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio__categories {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.portfolio__category {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 24px;
    background: #ffffff33;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.45), inset 0 -1px 2px rgba(255, 255, 255, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
    white-space: nowrap;
}

@media (hover: hover) {
    .portfolio__thumb.has-video:hover .portfolio__video-bg {
        opacity: 1;
    }
    .portfolio__thumb.has-video:hover .portfolio__video-wrapper {
        opacity: 1;
        pointer-events: auto;
    }
    .portfolio__thumb.has-video:hover .portfolio__img {
        opacity: 0;
    }
}

.portfolio__item img {
    width: 100%;
    height: auto;
}

.portfolio__head {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.portfolio__title-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.portfolio__title-main {
    margin: 0;
    color: var(--black-color);
    font-size: 40px;
    line-height: 1.2;
    font-weight: 500;
}

.portfolio__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 40px;
}

.portfolio__item {
    background: #fafafa;
    border: 1px solid #cfcfcf;
    padding: 40px;
    border-radius: 16px;
    box-sizing: border-box;
}

.portfolio__item a {
    text-decoration: none;
}

.portfolio__title {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    font-size: clamp(26px, 6vw, 96px);
    font-family: DM Sans;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: -16px;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    overflow-wrap: anywhere;
}

.portfolio__title--mobile {
    color: var(--osb-text-dark);
}

.portfolio__thumb img {
    width: 100%;
    border-radius: 12px;
    height: 100%;
    object-fit: cover;
    display: block;
}

.portfolio__excerpt {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    color: var(--grey-600, #4f4f4f);
}

.portfolio__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.swiper.portfolio__mobile-only {
    display: none;
}

.portfolio-pagination-wrapper {
    margin-top: 24px;
    position: relative;
    display: flex;
    justify-content: center;
    display: none;
}

.portfolio-pagination {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    position: relative !important;
    top: unset !important;
    left: unset !important;
    bottom: unset !important;
    right: unset !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 100 !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    max-width: 72px;
    justify-content: flex-start;
}

.portfolio-pagination::-webkit-scrollbar {
    display: none;
}

.portfolio-pagination {
    scrollbar-width: none;
}

.portfolio-pagination .swiper-pagination-bullet {
    min-width: 8px !important;
    min-height: 8px !important;
    max-width: 8px !important;
    max-height: 8px !important;
    opacity: 1 !important;
    background: #cfcfcf !important;
    margin: 0 4px !important;
    outline: none !important;
    flex-shrink: 0;
}

.portfolio-pagination .swiper-pagination-bullet:first-child {
    margin-left: auto !important;
}

.portfolio-pagination .swiper-pagination-bullet:last-child {
    margin-right: auto !important;
}

.portfolio-pagination .swiper-pagination-bullet-active {
    background: #1629d6 !important;
    opacity: 1 !important;
}

@media screen and (max-width: 767px) {
    .desktop-only {
        display: none;
    }
    .swiper.portfolio__mobile-only {
        display: flex;
        margin-top: 40px;
    }

    .portfolio__info {
        align-items: unset;
    }

    .portfolio__mobile-only a {
        text-decoration: unset;
    }

    .portfolio__thumb {
        margin-top: 24px;
    }

    .portfolio__thumb img {
        border-radius: 8px;
        height: 100%;
    }

    .portfolio__categories {
        right: 16px;
        bottom: 16px;
        left: auto;
        top: auto;
    }

    .portfolio__category {
        padding: 8px 14px;
    }

    .portfolio__item {
        padding: 32px 16px;
    }

    .portfolio-pagination-wrapper {
        display: flex;
    }
}

@media screen and (max-width: 1250px) {
    .portfolio__list {
        grid-template-columns: repeat(1, 1fr);
    }

    .portfolio__title {
        font-size: clamp(26px, 12vw, 96px);
    }
}

@media screen and (min-width: 769px) {
    #primary section.portfolio {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 768px) {
    #primary section.portfolio {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .portfolio__title-main {
        font-size: 32px;
        line-height: 1.3;
    }

    .portfolio__title-button {
        flex-direction: column;
        align-items: start;
    }
}

@media screen and (max-width: 500px) {
    .portfolio__title-button {
        align-items: unset;
    }
}

/* Quick Start */
.quick-start__close {
    display: flex !important;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 11;
    transition: background 0.25s ease, border-radius 0.25s ease;
}

@media screen and (min-width: 768px) {
    .quick-start__close:hover {
        background: #e4ebff;
        border-radius: 4px;
    }

    .quick-start__close:hover path {
        stroke: #0d1118;
    }
}

.quick-start__content {
    transition: opacity 0.5s ease, max-height 0.5s ease;
    overflow: hidden;
}

#thankyou-message {
    display: none;
    text-align: center;
    margin-top: 24px;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.quick-start {
    background: linear-gradient(90deg, #06063c 0%, #1010a2 100%);
    box-sizing: border-box;
    border-radius: 16px;
    text-align: center;
    position: fixed !important;
    transition: all 0.3s ease;
    z-index: 9999;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.quick-start.open {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateY(0);
}

.quick-start__content::before {
    content: "";
    display: block;
    width: 100%;
    height: 168px;
    background-image: url("/wp-content/uploads/2025/11/modal-window.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 24px;
}

.quick-start h4 {
    color: #fefefe;
    text-align: start;
}

.quick-start p {
    color: #fefefe;
    margin-top: 8px;
    text-align: start;
    font-size: 16px;
}

.quick-start .contact-us__field-group input {
    color: #fefefe;
    border-bottom: 1px solid #fefefe;
}

.quick-start .contact-us__field {
    background-color: transparent;
}

.quick-start .submit-button-block {
    margin-top: 24px;
}

.quick-start .standard__btn {
    background-color: #fefefe;
    color: #1629d6;
    width: 100%;
}

.quick-start .contact-us__field-group input::placeholder {
    color: #fefefe;
    opacity: 1;
}

.quick-start .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    display: block;
}

.quick-start .wpcf7-not-valid-tip {
    color: #949393;
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
}

.quick-start .contact-us__field-group label {
    color: var(--grey-600, #4f4f4f);
}

@media screen and (min-width: 769px) {
    .quick-start {
        padding: 40px;
        right: 40px;
        bottom: 40px;
        max-width: 343px;
        transform: translateY(calc(100% + 80px));
    }
}

@media screen and (max-width: 768px) {
    .quick-start {
        max-width: calc(100vw - 32px);
        padding: 24px;
        right: 16px;
        bottom: 16px;
        transform: translateY(calc(100% + 48px));
    }

    .quick-start p {
        font-size: 14px;
    }

    .quick-start .pum-content {
        padding: 24px;
    }

    .quick-start .pum-content::before {
        height: 120px;
    }
}

/* Reviewed */
.block-navigation.reviewed__navigation.navigation {
    margin-top: 16px;
    background-color: #fff;
    border-radius: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 20;
}

.reviewed__name-block {
    font-size: 16px;
    color: var(--black-color);
}

.reviewed__swiper-title {
    max-width: 500px;
}

.reviewed__toggle {
    margin-top: 16px;
    background: none;
    border: none;
    color: #1629d6;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    transition: color 0.3s ease, transform 0.3s ease;
}

.reviewed__toggle:hover {
    color: var(--black-color);
    transform: translateY(-2px);
}

.reviewed__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
}

.reviewed__item-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.reviewed__swiper-content {
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
    margin-top: auto;
}

.reviewed__swiper-author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.reviewed__wrapper {
    display: flex;
    gap: 40px;
}

.reviewed__head {
    display: flex;
    flex-direction: column;
    gap: 40px;
    min-width: 537px;
}

.reviewed__title_paragraph {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.reviewed__title {
    color: var(--black-color);
}

.reviewed__upwork-content {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 24px;
    background: #fafafa;
    border-radius: 16px;
    max-width: fit-content;
    box-sizing: border-box;
}

.reviewed__upwork-label {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.reviewed__upwork-icons {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.reviewed__upwork-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
}

.reviewed__first-icon,
.reviewed__second-icon {
    display: flex;
    align-items: center;
    gap: 8px;
}

.reviewed__first-icon img,
.reviewed__second-icon img {
    width: 25px;
    height: 25px;
}

.reviewed__first-icon p,
.reviewed__second-icon p {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
    color: var(--black-color);
}

.reviewed__slide {
    display: flex;
}

.reviewed__content {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.reviewed__content p {
    color: var(--black-color);
    font-weight: 500;
    font-size: 28px;
    line-height: 140%;
    letter-spacing: 0;
    overflow: hidden;
    line-height: 1.5;
    max-height: calc(1.5em * var(--reviewed-reduce-lines, 4));
    text-overflow: ellipsis;
    -webkit-line-clamp: var(--reviewed-reduce-lines, 4);
    line-clamp: var(--reviewed-reduce-lines, 4);
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.reviewed__content p.expanded {
    max-height: none;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    display: block;
}

.reviewed__image img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 50%;
}

.reviewed__container {
    overflow: hidden;
}

.reviewed__swiper {
    padding-bottom: 8px;
    position: relative;
}

.reviewed__swiper-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.reviewed__title-excerpt {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.reviewed__excerpt p {
    font-size: 16px;
    color: var(--grey-600);
}

.reviewed-pagination__wrapper {
    margin-top: 40px;
    position: relative;
    display: flex;
    justify-content: center;
}

.reviewed-pagination {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    position: relative !important;
    top: unset !important;
    left: unset !important;
    bottom: unset !important;
    right: unset !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 100 !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    max-width: 72px;
    justify-content: flex-start;
}

.reviewed-pagination::-webkit-scrollbar {
    display: none;
}

.reviewed-pagination {
    scrollbar-width: none;
}

.reviewed-pagination .swiper-pagination-bullet {
    min-width: 8px !important;
    min-height: 8px !important;
    max-width: 8px !important;
    max-height: 8px !important;
    opacity: 1 !important;
    background: #cfcfcf !important;
    margin: 0 4px !important;
    outline: none !important;
    flex-shrink: 0;
}

.reviewed-pagination .swiper-pagination-bullet:first-child {
    margin-left: auto !important;
}

.reviewed-pagination .swiper-pagination-bullet:last-child {
    margin-right: auto !important;
}

.reviewed-pagination .swiper-pagination-bullet-active {
    background: #1629d6 !important;
    opacity: 1 !important;
}

@media screen and (max-width: 1350px) {
    .reviewed__wrapper {
        display: block;
    }

    .reviewed__head {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 769px) {
    .reviewed-pagination {
        display: none !important;
    }

    #primary section.reviewed {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .reviewed-pagination__wrapper {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #primary section.reviewed {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .reviewed__prev,
    .reviewed__next {
        display: none;
    }

    .reviewed__head {
        min-width: unset;
    }

    .reviewed__upwork-label img {
        max-height: 35px;
    }

    .reviewed__content p {
        font-size: 20px;
        line-height: 1.4;
        max-height: calc(1.5em * var(--reviewed-reduce-lines-mobile, 7));
        -webkit-line-clamp: var(--reviewed-reduce-lines-mobile, 7);
        line-clamp: var(--reviewed-reduce-lines-mobile, 7);
    }
}

@media screen and (min-width: 1401px) {
    .reviewed__swiper .swiper-slide {
        transition: transform 0.3s ease;
        z-index: 1;
        max-height: unset;
    }

    .reviewed__swiper .swiper-slide:not(.swiper-slide-active) {
        transform: scale(0.9);
    }
}

/* Scattered Teams */
.scattered-teams__icon {
    position: relative;
    display: inline-block;
}

.scattered-teams__title {
    margin-top: 24px;
    color: var(--black-color);
}

.scattered-teams__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 16px;
    box-shadow: 0px 4px 4px 0px #4444440d;
    margin-top: 40px;
    overflow: hidden;
    background: #cfcfcf;
    gap: 1px;
}

.scattered-teams__card {
    background: #fafafa;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    transition: all 0.3s ease;
}

.scattered-teams__icon img {
    display: block;
    transition: opacity 0.3s ease;
    width: 48px;
    height: 48px;
    object-fit: contain;
    margin-bottom: 24px;
}

.scattered-teams__card-text {
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0;
    transition: all 0.3s ease;
    color: var(--grey-600, #4f4f4f);
}

.scattered-teams__card-title {
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0;
    color: #1629d6;
    margin-bottom: 16px;
    transition: all 0.3s ease;
}

.scattered-teams__icon-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

@media screen and (max-width: 1024px) {
    .scattered-teams__cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 1024px) {
    .scattered-teams__card:hover {
        background: #1629d6;
    }

    .scattered-teams__card:hover .scattered-teams__card-title,
    .scattered-teams__card:hover .scattered-teams__card-text {
        color: #fefefe;
    }

    .scattered-teams__card:hover .scattered-teams__icon-default {
        opacity: 0;
    }

    .scattered-teams__card:hover .scattered-teams__icon-hover {
        opacity: 1;
    }
}

@media screen and (min-width: 769px) {
    #primary section.scattered-teams {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .scattered-teams__card-text {
        font-size: 18px;
    }

    .scattered-teams__card-title {
        font-size: 24px;
    }
}

@media screen and (max-width: 768px) {
    #primary section.scattered-teams {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .scattered-teams__card-text {
        font-size: 16px;
    }

    .scattered-teams__card-title {
        font-size: 20px;
    }
}

@media (max-width: 640px) {
    .scattered-teams__cards {
        grid-template-columns: 1fr;
    }
}

/* Stepper */
.stepper__head {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.stepper__title {
    color: var(--black-color);
}

.timeline__number {
    color: #373cc2;
    margin-bottom: 24px;
    font-size: 28px;
}

.timeline__track {
    position: relative;
    width: 100%;
    margin-top: 40px;
}

.timeline__list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.timeline__entry {
    position: relative;
    width: 50%;
    box-sizing: border-box;
    z-index: 2;
}

.timeline__content {
    display: flex;
    align-items: center;
    gap: 24px;
    background: #f3f5fb;
    padding: 24px 24px 24px 0;
    border-radius: 16px;
    box-shadow: 0px 4px 4px 0px #e2e2e21a, 0px 4px 10px 0px #2d60e21a;
    border: 1px solid #eef3ff;
    opacity: 0.4;
    transition: opacity 500ms ease;
}

.timeline__entry.active .timeline__content {
    opacity: 1;
}

.timeline__title {
    color: #0d1118;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 24px;
}

.timeline__content-info p {
    color: var(--grey-600, #4f4f4f);
    margin-top: 16px;
}

.timeline__content-icon img {
    max-height: 152px;
}

.timeline__content-icon {
    min-height: 200px;
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline__line:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    top: 0;
    height: var(--timeline-progress, 0px);
    background: var(--primary-color);
    border-radius: 1px;
    z-index: 1;
}

.timeline__line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    top: var(--timeline-start, 0px);
    height: var(--timeline-span, 100%);
    background: #cfcfcf;
    border-radius: 1px;
    z-index: 1;
    pointer-events: none;
}

.timeline__point {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    pointer-events: none;
}

.timeline__point:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--primary-color);
}

.timeline__point:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0px;
    height: 0px;
    border-radius: 50%;
    background-color: #c9cff9;
    z-index: -1;
    transition: width 400ms ease, height 400ms ease;
}

.timeline__entry.active .timeline__point:before {
    width: 32px;
    height: 32px;
}

.timeline__entry.right .timeline__point {
    left: 0;
    transform: translate(-50%, -50%);
}

.timeline__entry.left .timeline__point {
    left: 100%;
    transform: translate(-50%, -50%);
}

.timeline__content-info {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1100px) {
    .timeline__content {
        flex-direction: column;
        align-items: start;
        background: transparent;
        box-shadow: none;
        border: none;
    }

    .timeline__content-icon {
        background: #f3f5fb;
        border-radius: 16px;
    }
}

@media screen and (min-width: 769px) {
    #primary section.stepper {
        padding-top: 120px;
        padding-bottom: 60px;
    }

    .timeline__entry.left {
        left: 0;
        padding-right: 58px;
    }

    .timeline__entry.right {
        left: 50%;
        padding-left: 58px;
    }
}

@media screen and (max-width: 768px) {
    #primary section.stepper {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .timeline__entry {
        width: 100%;
        padding-left: 46px;
    }

    .timeline__line {
        left: 20px;
        transform: none;
    }

    .timeline__entry .timeline__point {
        left: 0;
        transform: translate(-50%, -50%);
    }

    .timeline__entry.right .timeline__point,
    .timeline__entry.left .timeline__point {
        left: 21px;
    }
}

/* Switcher */
#primary section.switcher {
    background: #fefefe;
}

.switcher__left {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1;
}

.switcher__title {
    max-width: 660px;
    text-wrap-style: balance;
    color: var(--black-color);
}

.switcher__toggle-wrapper {
    position: relative;
    display: inline-flex;
    background: #f3f5fb;
    border-radius: 40px;
    box-shadow: 0 0 4px 0 #d0dbff inset;
}

.switcher__button {
    position: relative;
    z-index: 2;
    border: none;
    background: transparent;
    color: #0d1118;
    padding: 13px 22px;
    font-size: 14px;
    border-radius: 40px;
    cursor: pointer;
    white-space: nowrap;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s ease, color 0.3s ease;
}

.switcher__button.active {
    color: #fff;
    font-size: 16px;
}

.switcher__button.colored-bg {
    box-shadow: 0 0 6px 0 #bec1f6 inset;
    background: #06063c;
}

.switcher__toggle-slider {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    box-shadow: 0 0 6px 0 #bec1f6 inset;
    background: #06063c;
    width: 0;
    border-radius: 40px;
    transition: all 0.3s ease;
    z-index: 1;
}

.switcher__right {
    position: relative;
    flex: 1;
}

.switcher__cards-wrapper {
    position: relative;
    overflow: hidden;
    min-height: 1px;
}

.switcher__wrapper {
    display: flex;
    gap: 40px;
}

.switcher__cards-wrapper::after {
    content: "";
    display: table;
    clear: both;
}

.switcher__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 16px;
    position: absolute;
    inset: 0;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    width: 100%;
    max-height: fit-content;
}

.switcher__cards.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.switcher__card {
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-sizing: border-box;
    padding: 40px;
    border: 1px solid #f3f5fb;
    box-shadow: 0px 4px 4px 0px #2d60e20d, 0px 4px 4px 0px #e2e2e21a inset;
    max-height: fit-content;
}

.switcher__card-title {
    font-weight: 500;
    font-size: 66px;
    line-height: 110.00000000000001%;
    letter-spacing: 0;
    color: #1629d6;
}

.switcher__card-title strong,
.switcher__card-suffix strong {
    font-weight: 500;
    font-size: 28px;
    line-height: 140%;
    letter-spacing: 0;
    color: #1629d6;
}

.switcher__card-suffix em {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0;
    color: #1629d6;
}

.switcher__card-number {
    display: inline-block;
}

.switcher__card-title:not(.counter-animation) strong {
    margin-left: 12px;
}

.switcher__card-title strong,
.switcher__card-suffix,
.switcher__card-suffix em {
    vertical-align: top;
    display: inline-block;
}

.switcher__card-description p {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0;
    color: var(--grey-600, #4f4f4f);
}

.switcher__cards--default .switcher__card:nth-child(1) {
    background: #f3f5fb;
    border-top-left-radius: 99px;
    border-bottom-right-radius: 99px;
}

.switcher__cards--default .switcher__card:nth-child(2) {
    border-top-right-radius: 99px;
    border-bottom-right-radius: 99px;
}

.switcher__cards--default .switcher__card:nth-child(3) {
    border-bottom-right-radius: 99px;
}

.switcher__cards--default .switcher__card:nth-child(4) {
    border-top-right-radius: 99px;
    background: #f3f5fb;
}

.switcher__cards--variant .switcher__card:nth-child(1) {
    border-top-right-radius: 99px;
    border-bottom-right-radius: 99px;
    background: #f3f5fb;
}

.switcher__cards--variant .switcher__card:nth-child(2) {
    border-top-left-radius: 99px;
}

.switcher__cards--variant .switcher__card:nth-child(3) {
    border-bottom-right-radius: 99px;
}

.switcher__cards--variant .switcher__card:nth-child(4) {
    background: #f3f5fb;
    border-top-right-radius: 99px;
    border-bottom-left-radius: 99px;
}

@media screen and (min-width: 1201px) {
    .switcher__button:not(.active):hover {
        background: #1629d6;
        box-shadow: 0 -2px 8px 0 rgba(150, 154, 242, 0.8) inset, 0 2px 8px 0 rgba(6, 6, 60, 0.3) inset;
        color: #fff;
    }
}

@media screen and (max-width: 1200px) {
    .switcher__wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .switcher__title {
        max-width: unset;
    }

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

@media screen and (min-width: 769px) {
    #primary section.switcher {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 768px) {
    #primary section.switcher {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .switcher__cards {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 16px;
    }

    .switcher__card-title {
        font-size: 56px;
    }

    .switcher__card-title h2 {
        font-size: 48px;
    }

    .switcher__button {
        font-size: 14px;
    }
}

/* Text Button */
.text-button__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.text-button__title {
    color: var(--black-color);
}

@media screen and (min-width: 769px) {
    #primary section.text-button {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media screen and (max-width: 768px) {
    #primary section {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .text-button__title {
        text-align: center;
    }

    .text-button__wrapper {
        flex-direction: column;
    }
}

@media screen and (max-width: 460px) {
    .text-button__btn {
        width: 100%;
    }
}

/* utils */

.heading-h1-2xxl {
    font-size: 66px;
    font-weight: 500;
    line-height: 1.1;
}

.heading-h1 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
}
.heading-h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
}
.heading-h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.4;
}
.heading-h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
}
.heading-h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
}
.heading-h6 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
}

.heading-h1-2xxl,
.heading-h1,
.heading-h2,
.heading-h3,
.heading-h4,
.heading-h5,
.heading-h6 {
    color: var(--black-color);
}

@media (max-width: 768px) {
    .heading-h1-2xxl {
        font-size: 44px;
        font-weight: 500;
        line-height: 1.1;
        letter-spacing: 5%;
    }

    .heading-h1 {
        font-size: 36px;
        font-weight: 500;
        line-height: 1.3;
    }
    .heading-h2 {
        font-size: 32px;
        font-weight: 500;
        line-height: 1.3;
    }
    .heading-h3 {
        font-size: 24px;
        font-weight: 500;
        line-height: 1.3;
    }
    .heading-h4 {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.4;
    }
    .heading-h5 {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.3;
    }
    .heading-h6 {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.3;
    }
}

.no-scroll {
    overflow: hidden;
}

/* breadcrumbs */

.breadcrumbs__link-back {
    text-decoration: none;
    color: var(--primary-color);
    font-weight: 500;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 8px;
}

.breadcrumbs__link-back::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url("/wp-content/uploads/2025/12/Arrow-left.svg");
    display: block;
}

/* main button */

.standard__btn {
    height: 48px;
    background-color: rgba(22, 41, 214, 1);
    color: #fefefe;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    border-radius: 40px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 32px;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    gap: 0;
    min-width: 140px;
    box-sizing: border-box;
    box-shadow: inset 0 2px 16px 0 rgba(255, 255, 255, 0.5), inset 0 -2px 12px 0 rgba(6, 6, 60, 0.8);
    position: relative;
}

/* .standard__btn::before {
  content: "";
  position: absolute;
  left: 15px;
  top: -24px;
  height: 25px;
  width: 100px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(22, 41, 214, 1) 100%);
} */

.standard__btn:hover {
    gap: 8px;
}

.standard__btn svg {
    width: 0;
    opacity: 0;
    transform: translateX(-10px);
    transition: width 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
    flex-shrink: 0;
}

.standard__btn:hover svg {
    width: 24px;
    height: 24px;
    opacity: 1;
    transform: translateX(0);
}

.standard__btn.outline {
    background-color: #fefefe;
    color: #1629d6;
    border: 0.5px solid #1629d6;
    box-shadow: inset 0 2px 16px 0 rgba(22, 41, 214, 0.04), inset 0 -2px 16px 0 rgba(22, 41, 214, 0.16);
}

.standard__btn:active {
    background-color: #373cc2;
    box-shadow: inset 0 2px 16px 0 rgba(150, 154, 242, 0.8), inset 0 -2px 16px 0 rgba(6, 6, 60, 0.4);
}

.standard__btn.outline:active {
    background-color: #fefefe;
    color: #1629d6;
    box-shadow: inset 0 2px 16px 0 rgba(22, 41, 214, 0.04), inset 0 -2px 16px 0 rgba(22, 41, 214, 0.16);
}

.standard__btn.outline::before {
    display: none;
}

@media (max-width: 768px) {
    .standard__btn:active {
        background-color: inherit;
        box-shadow: none;
    }
}

.standard__btn.outline svg path {
    stroke: #1629d6;
}

/* header */

.header {
    position: fixed;
    top: 20px;
    left: 0;
    z-index: 9999;
    width: 100%;
}

.header-section .header__wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #cfcfcf;
    border-radius: 99px;
    padding: 15px;
    backdrop-filter: blur(16px);
    box-shadow: 0 4px 4px 0 rgba(45, 96, 226, 0.05), inset 0 4px 4px 0 rgba(226, 226, 226, 0.1);
    background: rgba(254, 254, 254, 1);
    gap: 8px;
    transition: all 0.3s ease;
}

.header-section.scrolling .header__wrapper {
    background: rgba(254, 254, 254, 0.8);
}

.header__logo .custom-logo-link {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.header__logo-image {
    display: flex;
    width: 100%;
    max-width: 40px;
    min-width: 40px;
    height: auto;
}

.header__logo-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0;
    color: var(--black-color, #0d1118);
}

.header__center-content {
    flex: 1 1 auto;
}

.header__right-content {
    display: flex;
    gap: 16px;
    align-items: center;
}

.header-menus {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.header-menus > li > a {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #0d1118;
    text-decoration: none;
    display: flex;
    transition: all 0.3s ease;
}

.header-menus .sub-menu li.aizen > a {
    padding-left: 64px;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    color: #1629d6;
}

.header-menus .sub-menu li.aizen > a::before {
    content: "";
    display: block;
    position: absolute;
    left: 16px;
    top: 16px;
    width: 32px;
    height: 32px;
    background: linear-gradient(270deg, #06063c, #1629d6, #06063c);
    background-size: 200% 200%;
    animation: aizenGradient 4s ease-in-out infinite;
    -webkit-mask-image: url("/wp-content/uploads/2025/10/mic.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url("/wp-content/uploads/2025/10/mic.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}

.header-menus .sub-menu li.aizen > a .menu-description {
    padding-left: 0;
    color: #1629d6;
}

/* Top-level Aizen (.mobile) — only in burger menu */
.header-menus > li.aizen.mobile {
    display: none;
}

@keyframes aizenGradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.header-menus li.menu-item-has-children > a {
    position: relative;
}

.header-menus li.menu-item-has-children > a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 8px;
    background-color: #0d1118;
    mask: url(/wp-content/uploads/2025/01/header-arrow.svg) no-repeat center;
    transition: transform 0.4s ease, filter 0.4s ease;
}

.header__burder-menu {
    display: none;
    cursor: pointer;
}

.header-menus li.menu-item-has-children .sub-menu {
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
}

.header__mobile-wrap {
    display: none;
}

.header-menus .sub-menu li {
    flex: 0 0 calc(100% / 3 - 11px);
}

.header-menus .sub-menu li a {
    position: relative;
    display: flex;
    color: var(--grey-600, #4f4f4f);
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: transparent;
}

.header-menus .sub-menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    list-style: none;
    z-index: 30;
}

.header__button--mobile {
    border-color: transparent !important;
}

@media screen and (min-width: 1201px) {
    .header__button--mobile {
        display: none;
    }

    .header__left-content,
    .header__right-content {
        display: flex;
        min-width: 200px;
    }

    .header__right-content {
        justify-content: flex-end;
    }

    .header-menus .sub-menu li a:hover {
        background-color: #1629d6;
        color: #fefefe;
    }

    .header-menus .sub-menu li.aizen > a:hover {
        color: #fefefe;
        background-color: #1629d6;
        -webkit-text-fill-color: #fefefe;
    }

    .header-menus .sub-menu li.aizen > a:hover .menu-description {
        color: #fefefe;
        -webkit-text-fill-color: #fefefe;
    }

    .header-menus .sub-menu li.aizen > a:hover::before {
        background: #fefefe;
        animation: none;
    }

    .header-menus li.menu-item-has-children > a:hover::after {
        background-color: #1629d6;
        transform: translateY(-50%) rotate(180deg);
    }

    .header-menus .sub-menu li a:hover img {
        filter: brightness(0) invert(1);
    }

    .header-menus .sub-menu li a {
        border-radius: 16px;
    }

    .header-menus > li > a:hover {
        color: #1629d6;
    }

    .header-menus li.menu-item-has-children:hover .sub-menu {
        opacity: 1;
        pointer-events: unset;
    }

    .header-menus li.menu-item-has-children.sub-menu-hovered > a::after,
    .header-menus li.menu-item-has-children.header-menus-hovered > a::after {
        transform: translateY(-50%) rotate(180deg);
        background-color: #1629d6;
    }

    .header-menus li.menu-item-has-children > a {
        padding-right: 20px;
    }

    .header-menus .sub-menu {
        position: absolute;
        top: calc(100% + 10px);
        gap: 16px;
        border-radius: 16px;
        padding: 16px;
        background: #fefefe;
        list-style: none;
        left: 50%;
        transform: translateX(-50%);
        max-width: calc(100% - 120px);
        width: 100%;
        border: 1px solid #cfcfcf;
        box-shadow: 0 4px 4px 0 rgba(45, 96, 226, 0.05), 0 4px 4px 0 rgba(226, 226, 226, 0.1) inset;
    }

    .header-menus .sub-menu::before {
        content: "";
        position: absolute;
        left: 0;
        top: -44px;
        width: 100%;
        height: 44px;
        background: transparent;
    }

    .header-menus .sub-menu li a img {
        position: absolute;
        top: 16px;
        left: 16px;
        transition: all 0.3s ease;
    }

    .header-menus .sub-menu li a span {
        padding-left: 48px;
    }

    .header-menus .sub-menu li a {
        flex-direction: column;
        gap: 4px;
        padding: 16px 8px 16px 16px;
    }

    .header-menus .sub-menu li a span:first-of-type {
        font-size: 20px;
        font-weight: 500;
        line-height: 130%;
    }

    .header-menus .sub-menu li a span.menu-description {
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
    }

    .header-menus {
        align-items: center;
        gap: 32px;
    }

    .header-menus .sub-menu img.menu-image {
        width: 32px;
        height: 32px;
    }

    .header__logo-mobile {
        display: none !important;
    }
}

@media (max-width: 1200px) {
    .header__logo-text,
    .header__button--desktop {
        display: none;
    }

    .header__logo-image {
        max-width: 32px;
        min-width: 32px;
    }

    .header-section .header__wrapper {
        padding: 9px 19px 9px 15px;
    }

    .header__center-content .header-menus {
        align-items: center;
    }

    .header__center-content .header-menus > li {
        display: none;
    }

    .header__logo-desktop {
        display: none !important;
    }

    .header__mobile-wrap {
        display: flex;
        flex-direction: column;
        top: calc(100% + 16px);
        left: 0;
        width: 100%;
        position: absolute;
        opacity: 0;
        pointer-events: none;
        border-radius: 16px;
        overflow: hidden;
        transition: all 0.4s;
        padding-bottom: 8px;
    }

    .header-menus > li > a {
        font-weight: 500;
    }

    .header__mobile-menu {
        display: flex;
        border-radius: 16px;
        flex-direction: column;
        border: 1px solid #cfcfcf;
        padding: 16px;
        background: #fefefe;
        box-sizing: border-box;
        transform-origin: top;
        transform: scaleY(0);
        transition: all 0.4s;
        box-shadow: 0 4px 4px 0 rgba(45, 96, 226, 0.05), 0 4px 4px 0 rgba(226, 226, 226, 0.1) inset;
    }

    .mobile-menu-open .header__mobile-wrap {
        opacity: 1;
        pointer-events: auto;
    }

    .mobile-menu-open .header__mobile-menu {
        transform: scaleY(1);
    }

    .header-menus li.menu-item-has-children.open > a::after {
        background-color: #1629d6;
        transform: translateY(-50%) rotate(180deg);
    }

    .header-menus .sub-menu li a {
        align-items: center;
        gap: 10px;
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
    }

    .header-menus .sub-menu li a span {
        padding-left: 0;
    }

    .header-menus .sub-menu li a img {
        padding-right: 0;
    }

    /* Hide submenu Aizen on mobile; show top-level .aizen.mobile in burger */
    .header-menus .sub-menu > li.aizen {
        display: none;
    }

    .header__mobile-menu .header-menus > li.aizen.mobile {
        display: list-item;
    }

    .header__mobile-menu .header-menus > li > a {
        padding: 10px 0px;
    }

    .header__mobile-menu .header-menus > li.aizen.mobile > a {
        position: relative;
        padding: 10px 0 10px 26px;
        font-size: 20px;
        font-weight: 500;
        line-height: 130%;
        background-image: linear-gradient(270deg, #06063c, #1629d6, #06063c);
        background-size: 200% 200%;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: aizenGradient 4s ease-in-out infinite;
    }

    .header__mobile-menu .header-menus > li.aizen.mobile > a::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 24px;
        height: 24px;
        background: linear-gradient(270deg, #06063c, #1629d6, #06063c);
        background-size: 200% 200%;
        animation: aizenGradient 4s ease-in-out infinite;
        -webkit-mask-image: url("/wp-content/uploads/2025/10/mic.svg");
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-size: contain;
        mask-image: url("/wp-content/uploads/2025/10/mic.svg");
        mask-repeat: no-repeat;
        mask-position: center;
        mask-size: contain;
    }

    .header__burder-menu svg {
        position: relative;
    }

    .header__burder-menu svg * {
        transition: all 0.3s;
        transform-origin: center;
    }

    .mobile-menu-open .header__burder-menu svg path:nth-child(1) {
        transform: translate(-5px, 7px) rotate(45deg);
    }

    .mobile-menu-open .header__burder-menu svg path:nth-child(2) {
        transform: scaleX(0);
    }

    .mobile-menu-open .header__burder-menu svg path:nth-child(3) {
        transform: translate(-5px, -4px) rotate(-45deg);
    }

    .header__burder-menu {
        display: flex;
    }

    .header-menus {
        flex-direction: column;
        gap: 16px;
    }

    .header__mobile-menu .primary-header-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    /* Mobile accordion styles */
    .header-menus li.menu-item-has-children > a {
        display: flex;
        align-items: center;
        padding: 10px 0px;
    }

    .header-menus .sub-menu {
        position: static;
        background: transparent;
        width: auto;
        opacity: 0;
        pointer-events: none;
        max-height: 0;
        overflow: hidden;
        padding-top: 0;
        gap: 8px;
    }

    .header-menus li.menu-item-has-children.open .sub-menu {
        opacity: 1;
        pointer-events: auto;
        max-height: 170px;
        padding-top: 6px;
        padding-right: 16px;
        overflow-y: auto;
    }

    .header-menus .sub-menu::-webkit-scrollbar {
        display: none;
    }

    .header-menus .sub-menu {
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .custom-scrollbar-thumb,
    .custom-scrollbar-thumb-header {
        background: #e0e0e0;
        width: 8px;
        border-radius: 99px;
    }

    .custom-scrollbar-container-header {
        margin-top: 48px;
        height: calc(100% - 48px);
        background: 0;
    }

    .header-menus .sub-menu .custom-scrollbar-container {
        top: 0;
    }

    .custom-scrollbar-container {
        position: absolute !important;
        top: 0;
        right: 5px;
        height: 100%;
        width: 8px;
        background: 0;
    }

    .header-menus .sub-menu li {
        flex: none;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .header {
        top: 48px;
    }
}

@media screen and (min-width: 401px) and (max-width: 1200px) {
    .header-menus .sub-menu img.menu-image {
        width: 24px;
        height: 24px;
    }
}

@media screen and (max-width: 400px) {
    .header-menus .sub-menu img.menu-image {
        display: none;
    }
}

/* aizen chat */

.aizen-chat-launcher {
    position: fixed;
    bottom: 35px;
    right: 24px;
    width: 88px;
    height: 88px;
    cursor: pointer;
    z-index: 999999;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #06063c;
}

.aizen-bg-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    filter: blur(15px);
}

.aizen-bg-svg svg {
    animation: rotate-bg 4s linear infinite;
}

@keyframes rotate-bg {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.aizen-buttons {
    display: flex;
    width: 100%;
    align-items: center;
}

.aizen-file-hint span {
    color: #949393;
    font-size: 16px;
    margin-left: 12px;
}

.aizen-chat-launcher:hover {
    box-shadow: 0 0 22px rgba(22, 41, 214, 0.45);
}

.aizen-chat-launcher {
    transition: box-shadow 0.3s ease;
}

.aizen-bg-svg svg {
    width: 100%;
    height: 100%;
}

.aizen-launcher-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.aizen-launcher-content svg {
    width: 28px;
    height: 28px;
}

.aizen-launcher-content span {
    color: #fefefe;
}

.aizen-chat-modal {
    position: fixed;
    bottom: 100px;
    right: 24px;
    width: 380px;
    height: 520px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    display: none;
    flex-direction: column;
    overflow: hidden;
    z-index: 999999;
}

.aizen-chat-header {
    padding: 24px 24px 0;
    font-size: 20px;
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.aizen-chat-header span {
    flex: 1;
}

.aizen-chat-close {
    display: flex;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background 0.25s ease, border-radius 0.25s ease;
}

@media screen and (min-width: 768px) {
    .aizen-chat-close:hover {
        background: #e4ebff;
        border-radius: 4px;
    }
}

.aizen-chat-body {
    flex: 1;
    padding: 12px;
    overflow-y: auto;
}

.aizen-chat-input {
    padding: 24px;
    border-top: 1px solid #eee;
    background: #fff;
}

.aizen-input-wrapper {
    position: relative;
    width: 100%;
    padding: 0 24px 24px;
    box-sizing: border-box;
}

.aizen-tools {
    background: #efefef;
    min-height: 56px;
    padding: 4px 4px 4px 12px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.aizen-input-wrapper input {
    width: 100%;
    box-sizing: border-box;
    background: transparent;
    border: none;
    outline: none;
    font-size: 14px;
    line-height: 150%;
    color: #0d1118;
    padding-right: 10px;
}

.aizen-file-inline-btn {
    display: flex;
    padding-right: 8px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.aizen-file-inline-btn.visible {
    opacity: 1;
    pointer-events: auto;
}

.aizen-input-wrapper input::placeholder {
    color: #949393;
}

.aizen-send-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.aizen-send-btn svg {
    display: block;
}

.aizen-input-wrapper.has-text .aizen-send-btn {
    opacity: 1;
    pointer-events: auto;
}

.aizen-chat-body {
    flex: 1;
    padding: 16px 24px 24px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.msg {
    max-width: 85%;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 150%;
    border-radius: 14px;
    word-wrap: break-word;
    box-sizing: border-box;
}

.msg--assistant {
    align-self: flex-start;
    background: #f3f5fb;
    color: #0d1118;
    border-radius: 16px 16px 16px 0;
}

.msg--assistant p {
    font-size: 14px;
}

.msg--assistant p span {
    color: #1629d6;
}

.msg--user {
    align-self: flex-end;
    background: #373cc2;
    color: #fefefe;
    border-radius: 16px 16px 0 16px;
}

.msg-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.msg-wrapper--user {
    align-items: flex-end;
}

.msg-wrapper--assistant {
    align-items: flex-start;
}

.msg-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    color: #9a9a9a;
}

.meta-dot svg {
    display: block;
}

@media screen and (max-width: 768px) {
    .aizen-chat-launcher {
        width: 80px;
        height: 80px;
        font-size: 12px;
        bottom: 55px;
    }
}

@media screen and (max-width: 480px) {
    .aizen-chat-modal {
        bottom: 80px;
        right: 16px;
        left: 16px;
        width: auto;
        height: 80vh;
        max-height: 600px;
        border-radius: 12px;
    }

    .aizen-chat-header {
        padding: 16px 16px 0;
        font-size: 18px;
    }

    .aizen-chat-body {
        padding: 12px 16px;
    }

    .aizen-input-wrapper {
        padding: 0 16px 16px;
    }

    .aizen-input-wrapper input {
        padding: 10px 48px 10px 14px;
        font-size: 13px;
    }

    .aizen-send-btn {
        right: 24px;
    }
}

#aizenFileBtn svg {
    width: 40px;
    height: 40px;
    display: block;
}

#aizenFileBtn svg {
    width: 40px;
    height: 40px;
    display: block;
}

.aizen-file-chip {
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 4px;
    border-radius: 8px;
    font-size: 13px;
    color: #0d1118;
    gap: 8px;
    max-width: fit-content;
}

.aizen-file-chip span {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
    color: #0d1118;
}

.aizen-file-chip {
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 4px;
    margin-top: 8px;
    border-radius: 8px;
    font-size: 13px;
    color: #0d1118;
    gap: 8px;
    max-width: fit-content;
}

.aizen-file-chip span {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
    color: #0d1118;
}

.aizen-file-icon {
    padding: 12px;
    background: #d0dbff;
    border-radius: 8px;
}

.aizen-file-remove {
    cursor: pointer;
    opacity: 0.6;
    transition: 0.2s;
}

.aizen-file-remove:hover {
    opacity: 1;
}

/* vacancies form */

.vacancies-form__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0;
    color: #0d1118;
    margin-top: 24px;
}

.vacancies__tag {
    margin-top: 24px;
    padding-bottom: 32px;
    border-bottom: 1px solid #cfcfcf;
}

@media screen and (max-width: 520px) {
    .pum-theme-1869 .pum-content + .pum-close,
    .pum-theme-enterprise-blue .pum-content + .pum-close {
        right: 16px;
        top: 24px;
    }
}

/* popup calendar */

.pum-container:has(.popup-calendar) {
    padding: 0 !important;
    border-radius: 3px;
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    margin-bottom: 0 !important;
    max-width: 1200px !important;
}

.pum-close {
    display: none;
}

.popup-calendar__close.pum-close {
    display: flex;
}

.popup-calendar__close svg {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

#pum-12458 {
    background: rgba(6, 6, 60, 0.75);
}

@media screen and (max-width: 764px) {
    .popup-calendar iframe {
        max-height: 550px !important;
        min-height: unset !important;
    }
}
/* Footer */

.footer_section {
    padding-top: 60px;
    padding-bottom: 60px;
    background: linear-gradient(180deg, #ffffff 0%, #dbdffb 100%);
    color: var(--black-color);
}

footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-block__bot-policy-list {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.footer-block__bot-policy-list a {
    position: relative;
    color: var(--black-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.footer-block__bot-policy-list a:hover {
    color: var(--primary-color-hover);
}

.footer-block__bot {
    position: relative;
    padding-top: 40px;
    margin-top: 40px;
}

.footer-block__bot::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--osb-purple);
}

.footer-block__bot-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.footer-block__bot-copyright p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--grey-600, #4f4f4f);
}

.footer-block__bot-socials .footer-block__bot-socials-list {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-block__bot-socials .footer-block__bot-socials-list li img {
    transition: all 0.3s;
}

.footer-block__top {
    display: flex;
    gap: 64px;
    align-items: flex-start;
}

.footer-block__info {
    display: flex;
    flex-direction: column;
}

.footer-block__info-logo {
    display: flex;
    margin-bottom: 16px;
}

.footer-block__info-logo img {
    width: 100%;
    max-width: 146px;
}

.footer-block__info-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--grey-600, #4f4f4f);
}

.footer-block__info-contacts {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
}

.footer-block__info-contacts-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: var(--grey-600, #4f4f4f);
}

.footer-block__info-contacts-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-block__info-contacts-item {
    display: flex;
    align-items: center;
    gap: 8px;
    box-sizing: border-box;
    transition: all 0.3s;
}

.footer-block .footer-block__info-contacts-item a,
.footer-block .footer-block__info-contacts-item p {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: var(--primary-color) !important;
}

.footer-block__info-contacts-item a {
    color: inherit;
    text-decoration: underline;
    transition: all 0.3s;
}

.footer-block__info-contacts-item:hover * {
    color: var(--primary-color-hover);
}

.footer-block__info-contacts-item svg {
    min-width: 24px;
    height: auto;
}

.footer-block__info-contacts-item svg * {
    transition: all 0.3s;
}

.footer-block__info-reviews {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer-block__menus-wrapper {
    display: flex;
    min-width: 0;
}

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

.footer-block__menu {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.footer-block__menu-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: var(--black-color);
}

.footer-block__menu-title a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s;
}

.footer-block__menu-title a:hover {
    color: var(--primary-color);
}

.footer-block ul.footer-block__menu-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer-block ul.footer-block__menu-list li a {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--grey-600, #4f4f4f);
    text-decoration: none;
    position: relative;
    transition: all 0.3s;
}

.footer-block ul.footer-block__menu-list li a span {
    display: flex;
}

.footer-block ul.footer-block__menu-list li a span svg {
    flex-shrink: 0;
    min-width: 16px;
    height: auto;
    opacity: 0;
    transition: all 0.3s ease;
}

@media screen and (min-width: 1201px) {
    .footer-block ul.footer-block__menu-list li a:hover {
        color: var(--primary-color);
    }

    .footer-block__menu ul li a:hover span svg {
        opacity: 1;
    }
}

@media screen and (min-width: 1281px) {
    .footer-block__info {
        flex: 0 0 260px;
    }

    .footer-block__menus-wrapper--desktop {
        flex: 1 1 auto;
    }
}

@media screen and (min-width: 921px) and (max-width: 1280px) {
    .footer-block__top {
        flex-direction: column;
        gap: 40px;
    }

    .footer-block__menus-wrapper--desktop,
    .footer-block__info {
        width: 100%;
    }

    .footer-block__about {
        max-width: 364px;
    }

    .footer-block__info {
        flex-direction: row;
        gap: 32px;
        flex-wrap: wrap;
    }

    .footer-block__info-reviews {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .footer-block__info-contacts,
    .footer-block__info-reviews {
        margin-top: 0;
    }
}

@media screen and (min-width: 921px) {
    .footer-block__menus-wrapper--mobile {
        display: none !important;
    }
}

@media screen and (max-width: 920px) {
    .footer-block__top {
        display: block;
    }

    .footer-block__info {
        margin-bottom: 30px;
    }

    .footer-block__info-description {
        margin-bottom: unset;
    }

    .footer-block__bot {
        margin-top: 24px;
        padding-top: 24px;
    }

    .footer-block__bot-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .footer-block__bot-socials {
        margin-top: 8px;
    }

    .footer-block__menus-wrapper--desktop {
        display: none !important;
    }

    .footer-block ul.footer-block__menu-list {
        gap: 8px;
    }

    .footer-block__info-contacts-title {
        line-height: 150%;
    }

    .footer-block__info-contacts {
        margin-top: 24px;
    }
}

/* Footer accordion (mobile menu)*/
.footer-block__accordion-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.footer-block__accordion-wrapper .c-accordion__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: var(--black-color);
}

.footer-block__accordion-wrapper .c-accordion__title a {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
}

.footer-block__accordion-wrapper .c-accordion__title svg {
    width: 100%;
    height: auto;
    min-width: 24px;
    max-width: 24px;
    transition: all 0.3s;
    transform-origin: center;
    margin-right: 4px;
}

.footer-block__accordion-wrapper .c-accordion__title svg path {
    transition: all 0.3s;
    transform-origin: center;
}

.footer-block__accordion-wrapper .c-accordion__title.active svg {
    transform: rotate(180deg);
}

.footer-block__accordion-wrapper .c-accordion__title.active {
    color: var(--primary-color);
}

.footer-block__accordion-wrapper .c-accordion__title.active svg path {
    stroke: var(--primary-color);
}

.heading {
    cursor: pointer;
}

.contents {
    display: none;
}

.footer-block__accordion-wrapper .c-accordion__title::before,
.footer-block__accordion-wrapper .c-accordion__title::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0;
}

.footer-block__accordion-wrapper .c-accordion__title::before {
    top: 0;
}

.footer-block__accordion-wrapper .c-accordion__title::after {
    bottom: 0;
}

.footer-block__accordion-wrapper .c-accordion__content {
    padding-top: 16px;
}

.footer-block__accordion-wrapper .c-accordion__item {
    cursor: pointer;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
}

.scroll-top-btn {
    display: none;
    position: fixed;
    bottom: 40px;
    left: 40px;
    width: 50px;
    height: 50px;
    background-image: url("/wp-content/uploads/2025/05/UpbottonDefault.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    transition: background-image 0.3s;
    padding: 0;
    background-color: transparent;
}

.scroll-top-btn:hover {
    background-image: url("/wp-content/uploads/2025/05/UpbottonHover.svg");
}

@media screen and (max-width: 768px) {
    .scroll-top-btn {
        bottom: 119px;
        left: 12px;
    }
}

/* Copy toast */

#cf7-toast .icon-success,
#cf7-toast .icon-error {
    display: none !important;
}

#cf7-toast[data-type="success"] .icon-success {
    display: block !important;
}

#cf7-toast[data-type="error"] .icon-error {
    display: block !important;
}

.contacts-copy-btn {
    cursor: pointer !important;
    display: flex;
}

.copy-toast {
    position: fixed;
    display: flex;
    align-items: center;
    background: #1629d6;
    color: #fff;
    padding: 12px 16px;
    box-shadow: 0 4px 12px rgba(22, 41, 214, 0.3);
    z-index: 9999;
    opacity: 0;
    transition: all 0.3s ease;
    max-width: 200px;
    width: 100%;
    pointer-events: none;
}

.copy-toast.show {
    opacity: 1;
    pointer-events: auto;
}

.copy-toast__content {
    display: flex;
    align-items: center;
    gap: 8px;
}

.copy-toast__icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}

.copy-toast__text {
    font-weight: 500;
    font-size: 14px;
}

.copy-toast[data-type="error"] {
    background: #dc2626;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.35);
}

@media screen and (min-width: 1201px) {
    .copy-toast {
        bottom: 20%;
        right: 0;
        transform: translateX(100%);
        border-top-left-radius: 40px;
        border-bottom-left-radius: 40px;
    }

    .copy-toast.show {
        transform: translateX(0);
    }
}

@media screen and (max-width: 1200px) {
    .copy-toast {
        top: 20%;
        left: 50%;
        transform: translate(-50%, -100%);
        border-radius: 40px;
        justify-content: center;
    }

    .copy-toast.show {
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width: 920px) {
    .footer_section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
