.blog-image{
    height: 78px;
    width: 79px;
    object-fit: cover;
}
.blog-avatar{
    height: 40px;
    width: 40px;
    object-fit: cover;
}
.alert-info {
    color: var(--bs-heading-color) !important;
    background-color: var(--sub-bg);;
    border-color: var(--sub-bg);;
}
.component-blog-cover{
    height: 254px;
    width: 370px;
    object-fit: cover;
}
.component-service-cover{
    height: 370px;
    width: 320px;
    object-fit: cover;
}
.blog-square{
    height: 238px !important;
    width: 236px !important;
    object-fit: cover !important;
}

.cookies-wrapper {
    position: fixed;
    right: -370px;
    bottom: 50px;
    max-width: 345px;
    width: 100%;
    background: #fff;
    border-radius: 18px;
    padding: 18px 22px 20px;
    transition: right 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
    box-shadow: 0 20px 50px rgba(6, 13, 30, 0.18);
    border: 1px solid rgba(15, 13, 29, 0.08);
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px);

    .title-box {
        display: flex;
        align-items: center;
        column-gap: 12px;
        color: var(--primary-color);
        margin-bottom: 12px;
    }
    .title-box i {
        font-size: 28px;
    }
    .title-box h3 {
        font-size: 22px;
        line-height: 1.15;
        font-weight: 600;
    }
    .info {
        margin-bottom: 16px;
    }
    .info p {
        font-size: 15px;
        line-height: 1.65;
        font-weight: 400;
        color: #333;
    }
    .info p a {
        color: var(--primary-color);
        text-decoration: none;
    }
    .info p a:hover {
        text-decoration: none;
    }
    .buttons {
        display: flex;
        gap: 12px;
        align-items: center;
        width: 100%;
    }
    .button {
        width: calc(100% / 2 - 6px) !important;
        min-height: 46px;
        padding: 10px 0 !important;
        border: none !important;
        border-radius: 12px !important;

    }
}
.cookies-wrapper.show {
    right: 20px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.header__logo {
    flex-shrink: 0;
}

.header-area {
    transform: translateY(0);
    transition: transform 0.3s ease-in-out, background-color 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease, backdrop-filter 0.26s ease, -webkit-backdrop-filter 0.26s ease;
    will-change: transform;
}

.header-area.header-hidden {
    transform: translateY(-100%);
}

.header-two-area,
.header-three-area {
    background: linear-gradient(180deg, rgba(4, 12, 31, 0.58), rgba(4, 12, 31, 0.34));
    border-bottom-color: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    -webkit-backdrop-filter: blur(14px) saturate(155%);
    backdrop-filter: blur(14px) saturate(155%);
}

.header-area.menu-fixed,
.header-area.is-scrolled {
    box-shadow: 0 18px 40px rgba(4, 12, 31, 0.16);
    -webkit-backdrop-filter: blur(18px) saturate(170%);
    backdrop-filter: blur(18px) saturate(170%);
}

/* Transparent navbar at the very top (before scroll) */
.header-area:not(.menu-fixed):not(.is-scrolled) {
    background: transparent;
    border-bottom-color: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.header-area:not(.menu-fixed):not(.is-scrolled)::after {
    content: none;
}

.header-two-area.menu-fixed,
.header-two-area.is-scrolled,
.header-three-area.menu-fixed,
.header-three-area.is-scrolled {
    background: linear-gradient(135deg, rgba(5, 14, 34, 0.84), rgba(26, 71, 183, 0.6));
    border-bottom-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 22px 54px rgba(3, 10, 27, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.header-area:not(.header-two-area):not(.header-three-area).menu-fixed,
.header-area:not(.header-two-area):not(.header-three-area).is-scrolled {
    background: rgba(255, 255, 255, 0.78);
    border-bottom: 1px solid rgba(15, 13, 29, 0.08);
}

.header__main {
    gap: 16px;
}

.header__main .bars {
    margin-left: auto;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header__main .main-menu {
    flex: 1 1 auto;
    min-width: 0;
}

.header__main .main-menu nav {
    width: 100%;
}

.header__main .main-menu ul {
    justify-content: center;
}

.header__main .main-menu ul li a {
    white-space: nowrap;
}

.header__desktop-actions {
    align-items: center;
    gap: 8px;
    margin-left: auto;
    flex-shrink: 0;
}

.header__cta {
    min-height: 42px;
    padding: 10px 16px;
    white-space: nowrap;
    line-height: 1;
}

.header__support {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 11px 6px 6px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.07));
    box-shadow: 0 14px 30px rgba(4, 12, 31, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease;
}

.header__support:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.22);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.09));
    box-shadow: 0 18px 34px rgba(4, 12, 31, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.header__support-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
    color: var(--white);
    flex-shrink: 0;
}

.header__support-copy {
    display: grid;
    gap: 1px;
    line-height: 1.1;
    min-width: 0;
}

.header__support-label {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.68);
}

.header__support-value {
    color: var(--white);
    max-width: 112px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12.5px;
    font-weight: 700;
}

.header__locale {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
}

.language-switcher {
    position: relative;
    display: block;
}

.language-switcher[open] {
    z-index: 14;
}

.language-switcher__summary {
    list-style: none;
    cursor: pointer;
    user-select: none;
}

.language-switcher__summary::-webkit-details-marker {
    display: none;
}

.language-switcher__summary::marker {
    content: "";
}

.language-switcher__summary:focus-visible {
    outline: 3px solid rgba(60, 114, 252, 0.24);
    outline-offset: 3px;
}

.language-switcher__summary-copy {
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-width: 88px;
}

.language-switcher__globe {
    width: 18px;
    height: 18px;
    display: inline-block;
    color: #bfc3ca;
    flex: 0 0 auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' fill='none'%3E%3Ccircle cx='9' cy='9' r='7.15' stroke='%23bfc3ca' stroke-width='1.4'/%3E%3Cpath d='M2.9 9h12.2' stroke='%23bfc3ca' stroke-width='1.2' stroke-linecap='round'/%3E%3Cpath d='M9 2.35c1.9 1.7 3.05 4.05 3.05 6.65S10.9 13.95 9 15.65C7.1 13.95 5.95 11.6 5.95 9S7.1 4.05 9 2.35Z' stroke='%23bfc3ca' stroke-width='1.2' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
    font-size: 16px;
}

.language-switcher__globe i {
    display: none;
}

.language-switcher__eyebrow {
    display: block;
    color: rgba(255, 255, 255, 0.62);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
}

.language-switcher__current {
    display: block;
    color: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0.04em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.language-switcher__chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    transition: transform 0.22s ease;
}

.language-switcher[open] .language-switcher__chevron {
    transform: rotate(180deg);
}

.language-switcher__menu {
    background: #171717;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
    overflow: hidden;
}

.language-switcher__menu-title {
    display: block;
    padding: 12px 12px 8px;
    color: #8f949c;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
    text-transform: uppercase;
}

.language-switcher__options {
    display: flex;
    flex-direction: column;
    gap: 2px;
    max-height: min(360px, calc(100dvh - 220px));
    overflow-y: auto;
    padding: 0 6px 6px;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.22) rgba(255, 255, 255, 0.06);
}

.language-switcher__options::-webkit-scrollbar {
    width: 8px;
}

.language-switcher__options::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 999px;
}

.language-switcher__options::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    border: 2px solid #171717;
}

.language-switcher__option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 42px;
    padding: 10px 10px;
    border: 1px solid transparent;
    border-radius: 14px;
    background: transparent;
    color: #d8dbe0;
    text-decoration: none;
    transition: background-color 0.16s ease, color 0.16s ease;
}

.language-switcher__option:hover,
.language-switcher__option:focus-visible {
    color: #ffffff;
    text-decoration: none;
    border-color: transparent;
    background: #242424;
    transform: none;
}

.language-switcher__option.is-active {
    border-color: transparent;
    background: #242424;
    color: #ffffff;
}

.language-switcher__option.is-active .language-switcher__option-code {
    color: #bfc3ca;
}

.language-switcher__option-copy {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.language-switcher__option-code {
    display: block;
    color: #8f949c;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
}

.language-switcher__option-name {
    display: block;
    color: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}

.language-switcher__option-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    flex: 0 0 auto;
    font-size: 12px;
}

.language-switcher--header .language-switcher__summary {
    min-width: 0;
    width: auto;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 10px 12px;
    border: 0;
    border-radius: 18px;
    background: #171717;
    color: #d8dbe0;
    box-shadow: none;
    transition: background-color 0.16s ease, color 0.16s ease;
}

.language-switcher--header .language-switcher__summary:hover,
.language-switcher--header .language-switcher__summary:focus-visible {
    color: #ffffff;
    background: #202020;
    transform: none;
}

.language-switcher--header .language-switcher__summary-copy {
    gap: 1px;
    min-width: 0;
}

.language-switcher--header .language-switcher__eyebrow {
    display: none;
    font-size: 9px;
    color: #8f949c;
}

.language-switcher--header .language-switcher__globe {
    display: none;
}

.language-switcher--header .language-switcher__current {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.3;
    max-width: 96px;
}

.language-switcher--header .language-switcher__chevron {
    width: 12px;
    height: 12px;
    color: #8f949c;
    font-size: 11px;
}

.language-switcher--header .language-switcher__menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: min(220px, calc(100vw - 32px));
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.language-switcher--header[open] .language-switcher__menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.language-switcher--sidebar .language-switcher__summary {
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 11px 15px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    color: var(--white);
}

.language-switcher--sidebar {
    position: relative;
}

.language-switcher--sidebar .language-switcher__menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 120;
    max-height: 156px;
    margin-top: 0;
    background: #050b1a !important;
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(255, 255, 255, 0.04);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-4px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.language-switcher--sidebar[open] .language-switcher__menu {
    opacity: 1;
    pointer-events: auto !important;
    transform: translateY(0);
}

.language-switcher--sidebar .language-switcher__options {
    background: #050b1a;
    max-height: 110px;
}

.language-switcher--sidebar .language-switcher__option {
    background: #0d1528;
}

.language-switcher--sidebar .language-switcher__option:hover,
.language-switcher--sidebar .language-switcher__option:focus-visible,
.language-switcher--sidebar .language-switcher__option.is-active {
    background: #17213a;
}

.header__locale .nice-select,
.sidebar__locale .nice-select {
    min-width: 122px;
    height: 48px;
    line-height: 46px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    color: var(--white);
    padding: 0 42px 0 16px;
}

.header__locale .nice-select::after,
.sidebar__locale .nice-select::after {
    right: 18px;
    border-bottom-color: currentColor;
    border-right-color: currentColor;
}

.header__locale .nice-select .current,
.sidebar__locale .nice-select .current {
    color: inherit;
    font-weight: 600;
}

.header__locale .nice-select .list,
.sidebar__locale .nice-select .list {
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
}

.header__main .bars__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    min-width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: transparent;
    box-shadow: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.header__main .bars__toggle:hover {
    transform: translateY(-1px);
}

.header__main .bars__toggle:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 4px rgba(60, 114, 252, 0.24);
}

.header__main .brand-hamburger {
    display: block;
    width: 34px;
    height: 28px;
    overflow: visible;
}

.header__main .brand-hamburger__bar {
    transition: transform 0.22s ease, opacity 0.22s ease;
}

.header__main .brand-hamburger__bar--top {
    fill: var(--brand-violet-color);
}

.header__main .brand-hamburger__bar--middle {
    fill: var(--brand-soft-color);
}

.header__main .brand-hamburger__bar--bottom {
    fill: var(--brand-cyan-color);
}

.header__main .bars__toggle:hover .brand-hamburger__bar--top,
.header__main .bars__toggle:focus-visible .brand-hamburger__bar--top {
    transform: translateX(2px);
}

.header__main .bars__toggle:hover .brand-hamburger__bar--bottom,
.header__main .bars__toggle:focus-visible .brand-hamburger__bar--bottom {
    transform: translateX(-2px);
}

.header-area:not(.header-two-area):not(.header-three-area) .header__main .bars__toggle {
    background: transparent;
}

.header-area:not(.header-two-area):not(.header-three-area) .header__locale .nice-select {
    color: var(--heading-color);
    border-color: rgba(15, 13, 29, 0.1);
    background: rgba(15, 13, 29, 0.04);
}

.header-area:not(.header-two-area):not(.header-three-area) .header__locale .language-switcher--header .language-switcher__summary {
    color: #d8dbe0;
    background: #171717;
    box-shadow: none;
}

.header-area:not(.header-two-area):not(.header-three-area) .header__locale .language-switcher--header .language-switcher__summary:hover,
.header-area:not(.header-two-area):not(.header-three-area) .header__locale .language-switcher--header .language-switcher__summary:focus-visible {
    color: #ffffff;
    background: #202020;
    box-shadow: none;
}

.header-area:not(.header-two-area):not(.header-three-area) .header__locale .language-switcher__eyebrow {
    color: #8f949c;
}

.header-area:not(.header-two-area):not(.header-three-area) .header__locale .language-switcher--header .language-switcher__menu {
    background: #171717;
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.header-area:not(.header-two-area):not(.header-three-area) .header__locale .language-switcher__menu-title,
.header-area:not(.header-two-area):not(.header-three-area) .header__locale .language-switcher__option-code {
    color: #8f949c;
}

.header-area:not(.header-two-area):not(.header-three-area) .header__locale .language-switcher__option {
    color: #d8dbe0;
    background: transparent;
}

.header-area:not(.header-two-area):not(.header-three-area) .header__locale .language-switcher__option:hover,
.header-area:not(.header-two-area):not(.header-three-area) .header__locale .language-switcher__option:focus-visible {
    color: #ffffff;
    border-color: transparent;
    background: #242424;
}

.header-area:not(.header-two-area):not(.header-three-area) .header__locale .language-switcher__option.is-active {
    border-color: transparent;
    background: #242424;
}

.header-area:not(.header-two-area):not(.header-three-area) .header__locale .language-switcher__option.is-active .language-switcher__option-code {
    color: #bfc3ca;
}

body.sidebar-open {
    overflow: hidden;
}

.sidebar-area {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    padding: 0;
    display: block;
    right: 0;
    bottom: 0;
    z-index: 10050;
    background: transparent;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    isolation: isolate;
    transition: opacity 0.28s ease, visibility 0.28s ease;
}

.sidebar-area.sidebar__hide {
    right: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.sidebar-area .sidebar__overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: 0;
    background: rgba(4, 11, 28, 0.82);
    cursor: pointer;
    font-size: 0;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    opacity: 1;
    transition: opacity 0.28s ease;
}

.sidebar-area .sidebar__overlay:hover {
    transform: none;
}

.sidebar-area .sidebar__panel {
    position: relative;
    z-index: 1;
    width: min(100%, 400px);
    max-width: 100vw;
    height: 100vh;
    height: 100dvh;
    margin-left: auto;
    padding: 24px 20px 28px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    background:
        linear-gradient(180deg, #131e3e 0%, #091021 100%);
    box-shadow: -24px 0 60px rgba(0, 0, 0, 0.38);
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    transform: translateX(0);
    transition: transform 0.28s ease;
}

.sidebar-area.sidebar__hide .sidebar__overlay {
    opacity: 0;
}

.sidebar-area.sidebar__hide .sidebar__panel {
    transform: translateX(100%);
}

.sidebar__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    position: sticky;
    top: -24px;
    z-index: 3;
    padding: 0 0 18px;
    margin-bottom: 24px;
    background: linear-gradient(180deg, rgba(14, 24, 50, 0.98), rgba(14, 24, 50, 0.88) 78%, rgba(14, 24, 50, 0));
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.sidebar__logo {
    width: 154px;
    margin-bottom: 0;
}

.sidebar-area .sidebar__close {
    position: static;
    right: auto;
    top: auto;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.1);
}

.sidebar-area .sidebar__close:hover {
    transform: translateY(-1px) rotate(0deg);
    background: rgba(255, 255, 255, 0.14);
}

.sidebar__body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    gap: 18px;
    min-height: 0;
}

.sidebar__cta {
    width: 100%;
    min-height: 52px;
}

.sidebar__menu {
    width: 100%;
    max-width: 100%;
    overflow: visible !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 8px;
}

.sidebar__menu.mean-container,
.sidebar__menu .mean-container,
.sidebar__menu.mean-container .mean-bar,
.sidebar__menu .mean-container .mean-bar,
.sidebar__menu.mean-container .mean-bar *,
.sidebar__menu .mean-container .mean-bar * {
    box-sizing: border-box;
}

.sidebar__menu.mean-container .mean-bar,
.sidebar__menu .mean-container .mean-bar {
    min-height: 0;
    padding: 0;
    background: transparent !important;
}

.sidebar__menu.mean-container .mean-nav,
.sidebar__menu .mean-container .mean-nav {
    float: none;
    width: 100%;
    background: transparent !important;
}

.sidebar__menu.mean-container .mean-nav > ul,
.sidebar__menu .mean-container .mean-nav > ul {
    display: block !important;
}

.sidebar__menu.mean-container .mean-nav ul,
.sidebar__menu .mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    background: transparent;
}

.sidebar__menu.mean-container .mean-nav ul li,
.sidebar__menu .mean-container .mean-nav ul li {
    float: none;
    width: 100%;
    background: transparent;
}

.sidebar__menu.mean-container .mean-nav ul li + li,
.sidebar__menu .mean-container .mean-nav ul li + li {
    margin-top: 10px;
}

.sidebar__menu.mean-container .mean-nav ul li a:not(.mean-expand),
.sidebar__menu .mean-container .mean-nav ul li a:not(.mean-expand) {
    float: none;
    display: flex !important;
    align-items: center;
    width: 100% !important;
    max-width: 100%;
    min-height: 56px;
    padding: 14px 54px 14px 16px !important;
    margin: 0 !important;
    border-top: 0 !important;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04)) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    color: var(--white);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    text-align: left;
    white-space: normal;
    overflow: visible;
    transition: transform 0.22s ease, background-color 0.22s ease, color 0.22s ease;
}

.sidebar__menu.mean-container .mean-nav ul li a:not(.mean-expand):hover,
.sidebar__menu .mean-container .mean-nav ul li a:not(.mean-expand):hover {
    transform: translateX(3px);
    background: linear-gradient(180deg, rgba(60, 114, 252, 0.24), rgba(60, 114, 252, 0.14)) !important;
}

.sidebar__menu.mean-container .mean-nav ul ul,
.sidebar__menu .mean-container .mean-nav ul ul {
    margin-top: 8px;
}

.sidebar__menu.mean-container .mean-nav ul li li + li,
.sidebar__menu .mean-container .mean-nav ul li li + li {
    margin-top: 8px;
}

.sidebar__menu.mean-container .mean-nav ul li li a:not(.mean-expand),
.sidebar__menu .mean-container .mean-nav ul li li a:not(.mean-expand) {
    width: 100%;
    min-height: 48px;
    padding: 12px 52px 12px 18px !important;
    border-radius: 14px;
    opacity: 0.88;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.04) !important;
}

.sidebar__menu.mean-container .mean-nav ul li li li a:not(.mean-expand),
.sidebar__menu .mean-container .mean-nav ul li li li a:not(.mean-expand) {
    padding-left: 22px;
}

.sidebar__menu .mean-container .mean-nav ul li a.mean-expand {
    width: 38px;
    height: 38px;
    top: 50%;
    right: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transform: translateY(-50%);
    border-radius: 13px;
    border: 1px solid rgba(60, 114, 252, 0.26);
    background: rgba(60, 114, 252, 0.22);
    transition: background-color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.sidebar__menu .mean-container .mean-nav ul li a.mean-expand:hover {
    transform: translateY(-50%) scale(1.02);
    background: rgba(60, 114, 252, 0.3);
}

.sidebar__locale {
    position: relative;
    z-index: 80;
    margin-top: auto;
    padding-top: clamp(16px, 4vh, 34px);
    padding-bottom: 4px;
}

.sidebar__menu + .sidebar__contact-card {
    margin-top: auto;
}

.sidebar__contact-card,
.sidebar__social {
    position: relative;
    z-index: 1;
}

.sidebar__locale .nice-select {
    width: 100%;
}

.sidebar__contact-card {
    padding: 18px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
}

.sidebar__eyebrow {
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sidebar__contact-card .info {
    margin: 0;
    border-top: 0;
    padding-top: 0;
}

.sidebar__contact-card .info li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
}

.sidebar__contact-card .info li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.sidebar__contact-card .info li i {
    margin-right: 0;
    margin-top: 5px;
}

.sidebar__contact-card .info li a {
    color: var(--white);
    font-weight: 500;
    line-height: 1.5;
}

.sidebar__contact-card .info li a:hover {
    color: var(--primary-color);
}

.sidebar__social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 0;
}

.sidebar-area .sidebar__social a {
    margin-right: 0;
}

.case-slider-shell .case-edge-arrow {
    transition: transform 0.24s ease, opacity 0.24s ease, visibility 0.24s ease, background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

/* Case studies cards: smooth hover without dark jitter */
.case__item-link .case__image img,
.case__item-link .case-two__image img {
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
    transition: transform 0.42s ease;
}

/* Case studies cards: allow badges/capsules to overflow outside the card */
.case__item,
.project-three__item,
.case-two__item {
    overflow: visible;
}

/* Keep image zoom/overlays clipped even when card overflow is visible */
.case__image,
.case-two__image {
    overflow: hidden;
}

/* Swiper needs x-clipping; allow y-overflow for protruding capsule */
.case__slider,
.case-two__slider {
    overflow-x: hidden;
    overflow-y: visible;
}

.case__item-link:hover .case__image img,
.case__item-link:focus-visible .case__image img,
.case__item-link:hover .case-two__image img,
.case__item-link:focus-visible .case-two__image img {
    filter: none;
}

@media (hover: hover) and (pointer: fine) {
    .case-slider-shell .case-edge-arrow {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .case-slider-shell .case-edge-arrow--prev {
        transform: translate3d(-10px, -50%, 0) scale(0.94);
    }

    .case-slider-shell .case-edge-arrow--next {
        transform: translate3d(10px, -50%, 0) scale(0.94);
    }

    .case-slider-shell:hover .case-edge-arrow,
    .case-slider-shell:focus-within .case-edge-arrow {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .case-slider-shell:hover .case-edge-arrow--prev,
    .case-slider-shell:focus-within .case-edge-arrow--prev {
        transform: translate3d(0, -50%, 0) scale(1);
    }

    .case-slider-shell:hover .case-edge-arrow--next,
    .case-slider-shell:focus-within .case-edge-arrow--next {
        transform: translate3d(0, -50%, 0) scale(1);
    }
}

@media (min-width: 992px) {
    .header__main {
        flex-wrap: nowrap;
    }
}

@media (max-width: 1199px) {
    .header__main .main-menu ul {
        gap: 24px;
    }
}

@media (max-width: 991px) {
    .header__logo {
        width: 164px;
    }
}

@media (max-width: 575px) {
    .header__main {
        gap: 12px;
    }

    .cookies-wrapper {
        right: 12px;
        bottom: 12px;
        max-width: min(320px, calc(100vw - 24px));
        width: calc(100vw - 24px);
        padding: 16px 16px 16px;
        border-radius: 16px;
        transform: translateY(18px);
    }

    .cookies-wrapper .title-box {
        align-items: flex-start;
        column-gap: 10px;
        margin-bottom: 10px;
    }

    .cookies-wrapper .title-box h3 {
        font-size: 18px;
    }

    .cookies-wrapper .info {
        margin-bottom: 14px;
    }

    .cookies-wrapper .info p {
        font-size: 14px;
        line-height: 1.55;
    }

    .cookies-wrapper .buttons {
        flex-direction: column;
        gap: 10px;
    }

    .cookies-wrapper .button {
        width: 100% !important;
        min-height: 44px;
    }

    .cookies-wrapper.show {
        right: 12px;
        transform: translateY(0);
    }

    .header__main .bars__toggle {
        width: 44px;
        min-width: 44px;
        height: 44px;
        padding: 0;
        border-radius: 10px;
    }

    .header__main .brand-hamburger {
        width: 32px;
        height: 26px;
    }

    .sidebar-area .sidebar__panel {
        width: min(92vw, 340px);
        max-height: 100dvh;
        padding: 14px 14px calc(14px + env(safe-area-inset-bottom, 0px));
    }

    .sidebar__top {
        top: -14px;
        margin-bottom: 12px;
        padding-bottom: 10px;
    }

    .sidebar__logo {
        width: 128px;
    }

    .sidebar-area .sidebar__close {
        width: 40px;
        height: 40px;
        border-radius: 13px;
    }

    .sidebar__body {
        gap: 10px;
    }

    .sidebar__cta {
        min-height: 44px;
        padding: 10px 16px;
        border-radius: 12px;
    }

    .sidebar__menu {
        padding-top: 6px;
    }

    .sidebar__menu.mean-container .mean-nav ul li + li,
    .sidebar__menu .mean-container .mean-nav ul li + li {
        margin-top: 6px;
    }

    .sidebar__menu.mean-container .mean-nav ul li a:not(.mean-expand),
    .sidebar__menu .mean-container .mean-nav ul li a:not(.mean-expand) {
        min-height: 42px;
        padding: 9px 42px 9px 12px !important;
        border-radius: 12px;
        font-size: 13.5px;
        line-height: 1.25;
    }

    .sidebar__menu.mean-container .mean-nav ul li li a:not(.mean-expand),
    .sidebar__menu .mean-container .mean-nav ul li li a:not(.mean-expand) {
        min-height: 38px;
        padding: 8px 40px 8px 16px !important;
        font-size: 13px;
    }

    .sidebar__menu .mean-container .mean-nav ul li a.mean-expand {
        width: 30px;
        height: 30px;
        right: 7px;
        border-radius: 10px;
    }

    .sidebar__contact-card {
        padding: 11px 12px;
        border-radius: 13px;
    }

    .sidebar__eyebrow {
        margin-bottom: 5px;
        font-size: 10px;
    }

    .sidebar__contact-card .info li {
        gap: 8px;
        padding: 5px 0;
    }

    .sidebar__contact-card .info li i {
        margin-top: 3px;
        font-size: 12px;
    }

    .sidebar__contact-card .info li a {
        font-size: 12px;
        line-height: 1.35;
        word-break: break-word;
    }

    .sidebar__social {
        gap: 6px;
    }

    .sidebar-area .sidebar__social a {
        width: 34px;
        height: 34px;
        line-height: 34px;
        font-size: 13px;
    }

    .banner__content,
    .banner-two__content,
    .banner-three__content {
        padding: 112px 0 172px;
    }

    .banner__dot-wrp,
    .banner-two__dot-wrp {
        bottom: 24px;
        width: max-content;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* Service cards: let the bottom white panel sit outside the image instead of clipping */
.service-three-area {
    overflow-x: hidden;
    overflow-y: visible;
}

.service-three-area .container,
.service-three-area .row,
.service-three-area [class*="col-"] {
    overflow: visible;
}

.service-three__item {
    overflow: visible;
    padding-bottom: 64px;
}

.service-three__image {
    overflow: hidden;
    border-radius: 8px;
}

.service-three__content {
    bottom: 16px;
    z-index: 3;
    width: min(85%, 286px);
}

.service-three__item::before {
    top: 0;
    right: 0;
    bottom: 64px;
    left: 0;
    width: auto;
    height: auto;
    transform: scaleY(0);
    transform-origin: top center;
}

.service-three__item:hover::before {
    transform: scaleY(1);
}

.service-three__up-content {
    top: calc(50% - 18px);
    max-height: calc(100% - 52px);
}

@media (max-width: 575px) {
    .service-three__item {
        padding-bottom: 56px;
    }

    .service-three__content {
        bottom: 14px;
        width: calc(100% - 28px);
        padding: 18px 18px;
    }

    .service-three__item::before {
        bottom: 56px;
    }

    .service-three__up-content {
        top: calc(50% - 14px);
        max-height: calc(100% - 42px);
        padding: 28px 22px;
    }
}

@media (max-width: 767px) {
    .about-three__image {
        float: none;
        max-width: 100%;
        margin-inline: auto;
    }

    .about-three__image .faq__line {
        display: none;
    }
}

@media (min-width: 1400px) {
    .testimonial-three__wrp {
        margin-left: calc((100% - 1194px) / 2 + 12px);
        margin-right: calc((100% - 1194px) / 2 + 12px - 70px);
    }
}

/* Shared CTA upgrade: pure-CSS gradient border, scoped to public CTAs. */
.btn-one {
    position: relative;
    isolation: isolate;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 14px 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: #030712;
    box-shadow: 0 22px 48px rgba(3, 10, 24, 0.36);
    color: var(--white);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1;
    text-transform: none;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.btn-one::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(90deg, #2dd4bf 0%, #3b82f6 50%, #a855f7 100%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 260ms ease;
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.btn-one::after {
    content: none;
}

.btn-one i {
    margin-left: 0;
    position: relative;
    z-index: 1;
    transition: transform 220ms ease;
}

.btn-one:hover,
.btn-one:focus-visible {
    color: var(--white);
    text-decoration: none;
    transform: scale(1.035);
    border-color: rgba(45, 212, 191, 0.28);
    box-shadow: 0 26px 56px rgba(3, 10, 24, 0.46), 0 0 26px rgba(59, 130, 246, 0.18);
}

.btn-one:hover::before,
.btn-one:focus-visible::before {
    opacity: 1;
}

.btn-one:hover i,
.btn-one:focus-visible i {
    transform: translateX(3px);
}

.btn-one:focus-visible {
    outline: 3px solid rgba(45, 212, 191, 0.24);
    outline-offset: 3px;
}

.btn-one:active {
    transform: scale(0.97);
    box-shadow: 0 12px 28px rgba(3, 10, 24, 0.32), 0 0 14px rgba(59, 130, 246, 0.14);
    transition-duration: 120ms;
}

a.btn-two,
button.btn-two {
    position: relative;
    isolation: isolate;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 14px 24px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 14px;
    background: linear-gradient(135deg, #5eead4 0%, #38bdf8 52%, #d8b4fe 100%);
    box-shadow: 0 20px 42px rgba(14, 165, 233, 0.24);
    color: #031018;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.1;
    text-transform: none;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, filter 220ms ease;
}

a.btn-two i,
button.btn-two i {
    margin-left: 0;
    color: currentColor;
    position: relative;
    z-index: 1;
    transition: transform 220ms ease;
}

a.btn-two:hover,
a.btn-two:focus-visible,
button.btn-two:hover,
button.btn-two:focus-visible {
    color: #031018;
    text-decoration: none;
    transform: scale(1.035);
    border-color: rgba(255, 255, 255, 0.54);
    box-shadow: 0 26px 56px rgba(14, 165, 233, 0.32), 0 0 24px rgba(216, 180, 254, 0.28);
    filter: saturate(1.05);
}

a.btn-two:hover i,
a.btn-two:focus-visible i,
button.btn-two:hover i,
button.btn-two:focus-visible i {
    transform: translateX(3px);
}

a.btn-two:focus-visible,
button.btn-two:focus-visible {
    outline: 3px solid rgba(94, 234, 212, 0.28);
    outline-offset: 3px;
}

a.btn-two:active,
button.btn-two:active {
    transform: scale(0.97);
    box-shadow: 0 12px 28px rgba(14, 165, 233, 0.22), 0 0 14px rgba(216, 180, 254, 0.2);
    transition-duration: 120ms;
}

.header__cta,
.sidebar__cta,
.banner__stable-cta {
    box-shadow: 0 20px 42px rgba(3, 10, 24, 0.34);
}

.header__desktop-actions .header__cta,
.header__desktop-actions a.btn-one.header__cta,
.header__desktop-actions a.btn-two.header__cta {
    flex: 0 0 104px;
    width: 104px;
    min-width: 104px;
    min-height: 42px;
    height: 42px;
    padding: 0 14px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
    line-height: 1;
}

.header__desktop-actions .header__cta i {
    font-size: 12px;
}

.sidebar__auth-actions {
    display: grid;
    gap: 10px;
    width: 100%;
}

.sidebar__cta {
    width: 100%;
    min-height: 52px;
}

@media (max-width: 575px) {
    .btn-one,
    a.btn-two,
    button.btn-two {
        min-height: 3rem;
        padding: 0.82rem 1.3rem;
        font-size: 14px;
    }

    .btn-one i,
    a.btn-two i,
    button.btn-two i {
        margin-left: 2px;
        font-size: 12px;
    }

    .sidebar__cta {
        min-height: 44px;
        padding: 10px 16px;
        border-radius: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .btn-one,
    .btn-one::before,
    .btn-one i,
    a.btn-two,
    a.btn-two i,
    button.btn-two,
    button.btn-two i {
        transition: none;
    }

    .btn-one:hover,
    .btn-one:focus-visible,
    .btn-one:active,
    a.btn-two:hover,
    a.btn-two:focus-visible,
    a.btn-two:active,
    button.btn-two:hover,
    button.btn-two:focus-visible,
    button.btn-two:active {
        transform: none;
    }
}

/* Contact form: Uiverse-inspired static glass border */
.contact__form--static.form-container {
    width: min(400px, 100%);
    background:
        linear-gradient(145deg, rgba(33, 33, 33, 0.58), rgba(33, 33, 33, 0.42)) padding-box,
        linear-gradient(145deg, transparent 30%, #e81cff 58%, #40c9ff 100%) border-box;
    border: 3px solid transparent;
    padding: 32px 24px;
    font-size: 14px;
    font-family: inherit;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-sizing: border-box;
    border-radius: 16px;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    box-shadow:
        0 24px 60px rgba(4, 12, 31, 0.28),
        0 0 24px rgba(232, 28, 255, 0.22),
        0 0 44px rgba(64, 201, 255, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        inset 0 -1px 0 rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(22px) saturate(155%);
    backdrop-filter: blur(22px) saturate(155%);
}

.contact__form--static.form-container::before {
    content: "";
    position: absolute;
    inset: 1px;
    z-index: 0;
    border-radius: 14px;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 34%),
        radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.16), transparent 30%),
        radial-gradient(circle at 100% 100%, rgba(64, 201, 255, 0.12), transparent 34%);
    opacity: 0.86;
}

.contact__form--static.form-container button:active {
    scale: 0.95;
}

.contact__form--static.form-container .form {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact__form--static.form-container .form-group {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.contact__form--static.form-container .form-group label {
    display: block;
    margin-bottom: 5px;
    color: #717171;
    font-weight: 600;
    font-size: 12px;
    font-family: inherit;
}

.contact__form--static.form-container .form-group input,
.contact__form--static.form-container .form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border-radius: 8px;
    color: #fff;
    font-family: inherit;
    background-color: transparent !important;
    border: 1px solid #414141;
    margin-bottom: 0;
}

.contact__form--static.form-container .form-group textarea {
    resize: none;
    height: 96px;
}

.contact__form--static.form-container .form-group input::placeholder,
.contact__form--static.form-container .form-group textarea::placeholder {
    opacity: 0.5;
    color: #fff;
}

.contact__form--static.form-container .form-group input:focus,
.contact__form--static.form-container .form-group textarea:focus {
    outline: none;
    border-color: #e81cff;
}

.contact__form--static.form-container .form-submit-btn {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    align-self: flex-start;
    font-family: inherit;
    color: #717171;
    font-weight: 600;
    width: 40%;
    background: #313131;
    border: 1px solid #414141;
    padding: 12px 16px;
    font-size: inherit;
    gap: 8px;
    margin-top: 8px;
    cursor: pointer;
    border-radius: 6px;
    transition:
        background-color 0.22s ease,
        border-color 0.22s ease,
        color 0.22s ease;
}

.contact__form--static.form-container .form-submit-btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: #212121;
}

@media (max-width: 575px) {
    .contact__form--static.form-container {
        width: 100%;
        padding: 24px 18px;
    }

    .contact__form--static.form-container .form-submit-btn {
        width: 100%;
    }
}
