.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: 8px;
    padding: 15px 25px 22px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 999999;

    .title-box {
        display: flex;
        align-items: center;
        column-gap: 15px;
        color: var(--primary-color);
        margin-bottom: 15px;
    }
    .title-box i {
        font-size: 32px;
    }
    .title-box h3 {
        font-size: 24px;
        font-weight: 500;
    }
    .info {
        margin-bottom: 15px;
    }
    .info p {
        font-size: 16px;
        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;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .button {
        width: calc(100% / 2 - 10px) !important;
        padding: 8px 0  !important;
        border: none !important;
        border-radius: 4px !important;

    }
}
.cookies-wrapper.show {
    right: 20px;
}

.header__logo {
    flex-shrink: 0;
}

.header-area {
    transition: 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;
}

.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 .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: 14px;
    margin-left: auto;
    flex-shrink: 0;
}

.header__cta {
    min-height: 50px;
    padding: 14px 22px;
    white-space: nowrap;
    line-height: 1;
}

.header__support {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px 10px 12px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transition: var(--transition);
}

.header__support:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.12);
}

.header__support-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.12);
    color: var(--white);
    flex-shrink: 0;
}

.header__support-copy {
    display: grid;
    gap: 2px;
    line-height: 1.1;
}

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

.header__support-value {
    color: var(--white);
    font-size: 15px;
    font-weight: 700;
}

.header__locale {
    flex-shrink: 0;
}

.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;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
    color: var(--white);
    transition: var(--transition);
}

.header__main .bars__toggle:hover {
    background: rgba(255, 255, 255, 0.14);
    transform: translateY(-1px);
}

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

.header__main .bars .bars__toggle i {
    padding: 0;
    border: 0;
    color: inherit;
    font-size: 15px;
}

.header__main .bars__label {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

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

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

body.sidebar-open {
    overflow: hidden;
}

.sidebar-area {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    background: transparent;
    opacity: 1;
    visibility: visible;
    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: static;
    flex: 1 1 auto;
    width: auto;
    height: auto;
    border-radius: 0;
    border: 0;
    background: rgba(4, 11, 28, 0.62);
    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;
    width: min(100%, 390px);
    height: 100%;
    padding: 24px 20px 28px;
    background: linear-gradient(180deg, #101a39 0%, #091021 100%);
    box-shadow: -24px 0 50px rgba(0, 0, 0, 0.34);
    overflow-y: auto;
    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;
    margin-bottom: 24px;
}

.sidebar__logo {
    width: 168px;
    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: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
}

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

.sidebar__body {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

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

.sidebar__menu {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 10px;
}

.sidebar__menu .mean-container .mean-nav {
    background: transparent;
}

.sidebar__menu .mean-container .mean-nav ul li a {
    float: none;
    width: 100%;
    padding: 14px 0;
    border-top-color: rgba(255, 255, 255, 0.1);
    color: var(--white);
    font-size: 15px;
    font-weight: 600;
}

.sidebar__menu .mean-container .mean-nav ul li li a {
    width: 100%;
    padding: 12px 18px;
    opacity: 0.82;
    font-size: 14px;
}

.sidebar__menu .mean-container .mean-nav ul li li li a {
    padding-left: 30px;
}

.sidebar__menu .mean-container .mean-nav ul li a.mean-expand {
    width: 36px;
    height: 36px;
    top: 50%;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transform: translateY(-50%);
    border-radius: 12px;
    border: 1px solid rgba(60, 114, 252, 0.26);
    background: rgba(60, 114, 252, 0.16);
}

.sidebar__locale {
    padding-bottom: 4px;
}

.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 .bars__toggle {
        padding: 10px 12px;
    }

    .header__main .bars__label {
        display: none;
    }

    .sidebar-area .sidebar__panel {
        width: 100%;
        padding: 22px 18px 24px;
    }
}
