/*
|--------------------------------------------------------------------------
| Powered by A&A Digital Agency (From Almir Internet Solutions GROUP)
|--------------------------------------------------------------------------
| Website: www.almir.co.il
| Contact: info@almir.co.il
| Developer: Albert Amir
| Phone: +972 04-63-63-281
| Version: 1.0.0
| Created: 27/07/2026
| Updated: 29/07/2026
|--------------------------------------------------------------------------
*/

:root {
    --aa-blue: #006bb8;
    --aa-navy: #071527;
    --aa-cyan: #00d5ff;
    --aa-teal: #00e5c3;
    --aa-purple: #7b61ff;
    --aa-coral: #ff6b6b;
    --aa-action: #01487e;
    --aa-action-hover: #01385f;
    --aa-ink: #111827;
    --aa-text: #29384d;
    --aa-muted: #52647a;
    --aa-bg: #fff;
    --aa-surface: rgba(255, 255, 255, .86);
    --aa-line: rgba(139, 160, 184, .24);
    --aa-focus: #ffbf47;
    --aa-shadow: 0 24px 70px rgba(7, 21, 39, .14);
    --aa-glow: 0 24px 80px rgba(0, 213, 255, .18);
    --aa-radius: 18px;
    --aa-container: 90%;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--aa-text);
    background:
        linear-gradient(120deg, rgba(0, 213, 255, .09), transparent 36%),
        linear-gradient(300deg, rgba(123, 97, 255, .08), transparent 40%),
        linear-gradient(180deg, #f9fcff 0%, var(--aa-bg) 48%, #eef5fb 100%);
    font-family: Arial, "Open Sans Hebrew", sans-serif;
    font-size: 16px;
    line-height: 1.75;
    overflow-x: hidden;
}

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

a {
    color: var(--aa-blue);
    text-decoration: none;
}

a:hover {
    color: var(--aa-cyan);
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
[tabindex]:focus {
    outline: 3px solid var(--aa-focus);
    outline-offset: 3px;
}

[aria-invalid="true"] {
    border-color: #b42318 !important;
}

@media (forced-colors: active) {
    a:focus,
    button:focus,
    input:focus,
    select:focus,
    textarea:focus,
    [tabindex]:focus {
        outline: 3px solid CanvasText;
    }
}

.aa-skip-link {
    position: fixed;
    top: 0;
    right: 12px;
    z-index: 3000;
    padding: 12px 16px;
    border-radius: var(--aa-radius);
    color: #fff;
    background: #000;
    transform: translateY(-120%);
}

.aa-skip-link:focus,
.aa-skip-link:focus-visible {
    color: #fff;
    transform: translateY(12px);
}

#a11y-skip-link:focus,
#a11y-skip-link:focus-visible {
    top: 0 !important;
}

.aa-skip-target {
    display: block;
    position: relative;
    top: -120px;
    height: 0;
}

.hidden-header,
.top-bar,
.wpb-mobile-menu,
.search-side,
.full-search {
    display: none !important;
}

.aa-template-2026 .container,
.aa-site-header .container,
.aa-footer .container {
    width: var(--aa-container);
    max-width: 1680px;
    padding-right: 0;
    padding-left: 0;
}

.aa-site-header .container {
    width: 100%;
    max-width: none;
}

.aa-site-header {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1050;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    transition: top .25s ease, transform .25s ease;
}

body.aa-scrolling-down .aa-site-header,
body.aa-scrolling-up .aa-site-header,
.aa-site-header:focus-within,
.aa-site-header:hover {
    transform: translateY(0);
}

@media (min-width: 992px) {
    .aa-site-header {
        position: fixed !important;
        top: 0 !important;
        transform: none !important;
    }

    body.aa-scrolling-down .aa-site-header,
    body.aa-scrolling-up .aa-site-header {
        transform: none !important;
    }
}

body.aa-page-scrolled .aa-site-header {
    top: 0;
}

.aa-utility-bar {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 5px 5%;
    border-bottom: 1px solid rgba(1, 72, 126, .12);
    direction: ltr;
    background: #f7fafc;
}

.aa-utility-actions,
.aa-utility-social,
.aa-footer-social {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.aa-utility-actions {
    gap: 8px;
    direction: rtl;
}

.aa-utility-actions .aa-contact-chip {
    color: #fff;
    background: #1f1f1f;
}

.aa-utility-actions .aa-contact-chip:hover {
    color: #fff;
    background: #000;
}

.aa-utility-social,
.aa-footer-social {
    gap: 8px;
    direction: ltr;
}

.aa-utility-social a,
.aa-utility-social .aa-social-placeholder,
.aa-footer-social a,
.aa-footer-social .aa-social-placeholder {
    width: 30px;
    height: 30px;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(1, 72, 126, .18);
    border-radius: 50%;
    color: #01487e;
    background: #fff;
    font-size: 14px;
    transition: transform .2s ease, color .2s ease, background .2s ease;
}

.aa-utility-social a:hover,
.aa-footer-social a:hover {
    color: #fff !important;
    background: #01487e;
    transform: translateY(-2px);
}

.aa-social-placeholder {
    opacity: .72;
}

.aa-navbar {
    min-height: 78px;
    padding: 12px 5%;
    border: 0;
    border-bottom: 1px solid rgba(139, 160, 184, .24);
    border-radius: 0;
    background: #fff;
    box-shadow: 0 14px 40px rgba(7, 21, 39, .1);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    direction: rtl;
}

.aa-brand {
    order: 3;
    display: inline-flex;
    align-items: center;
    padding: 0 6px 0 0;
    margin: 0 0 0 auto !important;
}

.aa-brand img {
    max-height: 48px;
}

.aa-menu-toggle {
    order: 2;
    width: 46px;
    height: 46px;
    display: inline-grid;
    place-items: center;
    border: 1px solid var(--aa-line);
    border-radius: 14px;
    color: var(--aa-blue);
    background: #fff;
}

.aa-nav-panel {
    order: 1;
    position: relative;
    justify-content: flex-start;
    direction: rtl;
    gap: 18px;
}

.aa-main-nav {
    display: flex;
    align-items: center;
    gap: 2px;
    margin: 0 !important;
}

.aa-main-nav > .nav-item {
    position: relative;
}

.aa-main-nav > .nav-item > .aa-nav-item-control > .nav-link {
    display: block;
    padding: 12px 14px !important;
    border-radius: 999px;
    color: #00497e !important;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.2;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.aa-main-nav > .nav-item > .aa-nav-item-control > .nav-link:hover,
.aa-main-nav > .nav-item > .aa-nav-item-control > .nav-link.active,
.aa-main-nav > .nav-item.active > .aa-nav-item-control > .nav-link {
    color: #00497e !important;
    background: rgba(0, 73, 126, .09);
    transform: translateY(-1px);
}

.aa-article-search-toggle {
    width: 42px;
    height: 42px;
    display: inline-grid !important;
    place-items: center;
    padding: 0 !important;
    border: 1px solid rgba(1, 72, 126, .18);
    border-radius: 50% !important;
    background: rgba(1, 72, 126, .05);
    cursor: pointer;
}

.aa-article-search-toggle:hover,
.aa-article-search-toggle[aria-expanded="true"] {
    color: #01487e !important;
    background: #fff !important;
    border-color: #01487e;
}

.aa-article-search-toggle i {
    display: block;
    color: inherit !important;
}

.aa-header-search {
    position: fixed;
    z-index: 1200;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 24px;
    border: 0;
    border-radius: 0;
    direction: rtl;
    background: rgba(4, 19, 35, .30);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.aa-header-search[hidden] {
    display: none;
}

.aa-header-search input {
    width: min(580px, calc(100vw - 118px));
    height: 58px;
    padding: 12px 18px;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 6px;
    color: var(--aa-ink);
    background: #fff;
    font-size: 18px;
}

.aa-header-search button[type="submit"] {
    width: 58px;
    height: 58px;
    display: inline-grid;
    flex: 0 0 58px;
    place-items: center;
    padding: 0;
    border: 1px solid #111;
    border-radius: 6px;
    color: #fff;
    background: #111;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .22);
    font-size: 19px;
    transition: transform .2s ease, color .2s ease, background .2s ease;
}

.aa-header-search button[type="submit"]:hover,
.aa-header-search button[type="submit"]:focus {
    color: #fff;
    background: #1f1f1f;
    transform: translateY(-2px);
}

.aa-header-search-close {
    position: absolute;
    top: 26px;
    left: 26px;
    width: 44px;
    height: 44px;
    display: inline-grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, .08);
    font-size: 18px;
}

.aa-nav-panel > .aa-header-actions,
.aa-nav-panel > .aa-social-list {
    display: none !important;
}

.has-dropdown {
    position: relative;
}

.aa-nav-item-control {
    display: flex;
    align-items: center;
}

.aa-dropdown-toggle {
    width: 36px;
    height: 36px;
    display: inline-grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 8px;
    color: #00497e;
    background: transparent;
}

.aa-dropdown-toggle i {
    transition: transform .2s ease;
}

.aa-dropdown-toggle[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.aa-dropdown {
    display: block;
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    min-width: 240px;
    padding: 8px;
    margin: 0;
    list-style: none;
    border: 1px solid var(--aa-line);
    border-radius: 18px;
    background: rgba(255, 255, 255, .96);
    box-shadow: var(--aa-shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.aa-dropdown[hidden] {
    display: none !important;
}

.has-dropdown.is-open > .aa-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.has-dropdown:hover > .aa-dropdown,
.has-dropdown:focus-within > .aa-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.aa-dropdown a {
    display: block;
    padding: 10px 12px;
    border-radius: 6px;
    color: #00497e;
    font-weight: 700;
}

.aa-dropdown a:hover,
.aa-dropdown a.active {
    color: #00497e;
    background: rgba(0, 73, 126, .09);
}

.aa-header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.aa-contact-chip,
.aa-cta,
.aa-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 10px 14px;
    border-radius: var(--aa-radius);
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
}

.aa-contact-chip {
    color: #00497e;
    background: rgba(0, 213, 255, .1);
}

.aa-contact-email,
.aa-social-list {
    display: none;
}

.aa-cta,
.aa-btn-primary {
    color: #fff !important;
    background: var(--aa-action);
    box-shadow: 0 16px 36px rgba(1, 72, 126, .24);
}

.aa-cta:hover,
.aa-btn-primary:hover {
    color: #fff !important;
    background: var(--aa-action-hover);
    box-shadow: 0 22px 46px rgba(1, 72, 126, .34);
}

.aa-home-hero {
    position: relative;
    min-height: clamp(620px, 78vh, 780px);
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background: #071a2d;
}

.aa-hero-backgrounds {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.aa-hero-slide-media {
    position: absolute;
    inset: 0;
    overflow: hidden;
    opacity: 0;
    filter: brightness(1.24) saturate(1.08);
    transform: scale(1.02);
    will-change: transform;
    transition: opacity .6s ease;
}

.aa-hero-slide-media.is-active {
    opacity: 1;
}

.aa-hero-slide-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.aa-home-hero::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(3, 20, 37, .04) 0%, rgba(3, 20, 37, .5) 54%, rgba(3, 20, 37, .84) 100%),
        linear-gradient(0deg, rgba(3, 20, 37, .48) 0%, transparent 42%);
}

.aa-home-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    height: 120px;
    background: linear-gradient(0deg, rgba(3, 20, 37, .62), transparent);
    pointer-events: none;
}

.aa-hero-person {
    position: absolute;
    z-index: 2;
    bottom: -4px;
    left: clamp(2%, 7vw, 11%);
    width: min(33vw, 520px);
    pointer-events: none;
    transform-origin: bottom center;
    animation: aa-hero-person-float 6.5s ease-in-out infinite;
}

.aa-hero-person img {
    width: 100%;
    max-height: min(72vh, 680px);
    display: block;
    object-fit: contain;
    object-position: bottom center;
    filter: drop-shadow(0 24px 24px rgba(0, 0, 0, .26));
    transition: opacity .24s ease, transform .24s ease;
}

.aa-hero-person.is-switching img {
    opacity: 0;
    transform: translate3d(0, 12px, 0) scale(.985);
}

@keyframes aa-hero-person-float {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -10px, 0);
    }
}

.aa-hero-layout {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 810px;
    padding: 118px 0 98px;
}

.aa-hero-copy,
.aa-hero-slide-copy {
    max-width: 760px;
}

.aa-kicker,
.aa-eyebrow {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
}

.aa-kicker {
    color: #dff7ff;
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(14px);
}

.aa-eyebrow {
    border: 1px solid rgba(255, 255, 255, .32);
    color: #fff;
    background: rgba(255, 255, 255, .16);
    text-shadow: 0 1px 2px rgba(0, 0, 0, .18);
}

.aa-section:not(.aa-band):not(.aa-final-cta):not(.aa-stats) .aa-eyebrow {
    border-color: rgba(1, 72, 126, .18);
    color: var(--aa-action);
    background: rgba(1, 72, 126, .08);
    text-shadow: none;
}

.aa-home-hero h1,
.aa-home-hero .aa-hero-title {
    max-width: 760px;
    margin: 0 0 20px;
    color: #fff;
    font-size: clamp(42px, 4.2vw, 64px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: 0;
    text-shadow: 0 3px 22px rgba(0, 0, 0, .3);
}

.aa-hero-title {
    max-width: 760px;
}

.aa-hero-carousel .carousel-item.active .aa-hero-slide-copy {
    animation: aa-hero-slide-in .58s ease both;
}

@keyframes aa-hero-slide-in {
    from {
        opacity: 0;
        transform: translate3d(28px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.aa-hero-title-link,
.aa-hero-title-link:hover {
    color: inherit;
}

.aa-hero-title-link:focus-visible {
    border-radius: 4px;
    outline-offset: 6px;
}

.aa-home-hero p {
    max-width: 640px;
    margin: 0 0 32px;
    color: rgba(255, 255, 255, .94);
    font-size: 19px;
    line-height: 1.7;
}

.aa-hero-buttons,
.aa-band-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.aa-hero-carousel-controls {
    position: absolute;
    z-index: 3;
    bottom: 28px;
    left: 50%;
    display: flex;
    gap: 8px;
    transform: translateX(-50%);
}

.aa-hero-carousel-control {
    display: grid;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .46);
    border-radius: 50%;
    color: #fff;
    background: rgba(3, 20, 37, .38);
    place-items: center;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.aa-hero-carousel-control:hover,
.aa-hero-carousel-control:focus-visible {
    border-color: var(--aa-teal);
    color: #fff;
    background: rgba(0, 229, 195, .22);
    transform: translateY(-2px);
}

.aa-btn {
    min-width: 150px;
    min-height: 50px;
    padding: 13px 20px;
    border: 1px solid transparent;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.aa-btn:hover,
.aa-cta:hover {
    transform: translateY(-2px);
}

.aa-btn-ghost {
    color: #fff;
    border-color: rgba(255, 255, 255, .64);
    background: #000;
}

.aa-btn-ghost:hover {
    color: #fff;
    background: #1f1f1f;
}

.aa-hero-showcase {
    position: relative;
    min-height: 430px;
}

.aa-browser {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 24px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 40px 110px rgba(0, 0, 0, .32);
    backdrop-filter: blur(18px);
}

.aa-browser-bar {
    display: flex;
    gap: 7px;
    padding: 14px;
    background: #f4f7fb;
}

.aa-browser-bar span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cbd5e1;
}

.aa-browser img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.aa-floating-card {
    position: absolute;
    display: grid;
    gap: 2px;
    min-width: 156px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .58);
    border-radius: 20px;
    color: var(--aa-ink);
    background: rgba(255, 255, 255, .86);
    box-shadow: var(--aa-shadow);
}

.aa-floating-card strong {
    color: var(--aa-blue);
    font-size: 28px;
    line-height: 1;
}

.aa-floating-card span {
    color: var(--aa-muted);
    font-weight: 700;
}

.aa-floating-card-top {
    top: 34px;
    right: -24px;
}

.aa-floating-card-bottom {
    bottom: 34px;
    left: -24px;
}

.aa-section {
    position: relative;
    padding: 108px 0;
}

.aa-section-heading {
    max-width: 940px;
    margin: 0 auto 42px;
    text-align: center;
}

.aa-section-heading h2,
.aa-band h2,
.aa-experience h2,
.aa-final-cta h2 {
    margin: 0 0 14px;
    color: var(--aa-ink);
    font-size: clamp(34px, 4vw, 62px);
    font-weight: 900;
    line-height: 1.15;
}

.aa-section-heading p,
.aa-experience p,
.aa-final-cta p {
    color: var(--aa-muted);
    font-size: 18px;
}

.aa-card,
.aa-project-card,
.aa-feature-list article,
.aa-client-grid div {
    border: 1px solid var(--aa-line);
    border-radius: 22px;
    background: var(--aa-surface);
    box-shadow: 0 18px 48px rgba(15, 35, 58, .09);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.aa-card {
    min-height: 100%;
    padding: 34px;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.aa-card:hover,
.aa-project-card:hover,
.aa-feature-list article:hover {
    transform: translateY(-6px);
    border-color: rgba(0, 213, 255, .35);
    box-shadow: var(--aa-shadow), var(--aa-glow);
}

.aa-service-heading {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
    margin-bottom: 18px;
}

.aa-service-heading h3 {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    overflow-wrap: break-word;
}

.aa-card-icon {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    flex: 0 0 72px;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 229, 195, .48);
    border-radius: 16px;
    background: linear-gradient(145deg, #01487e 0%, #062d52 100%);
    box-shadow: 0 12px 26px rgba(1, 72, 126, .24), inset 0 1px 0 rgba(255, 255, 255, .18);
}

.aa-card-icon::after {
    content: "";
    position: absolute;
    width: 54px;
    height: 54px;
    top: -28px;
    left: -22px;
    border-radius: 50%;
    background: rgba(0, 229, 195, .22);
    filter: blur(9px);
}

.aa-card-icon img {
    position: relative;
    z-index: 1;
    max-width: 40px;
    max-height: 40px;
    filter: brightness(0) invert(1) drop-shadow(0 0 7px rgba(0, 229, 195, .32));
}

.aa-card h3,
.aa-feature-list h3 {
    color: var(--aa-ink);
    font-size: 22px;
    font-weight: 900;
}

.aa-card p,
.aa-feature-list p,
.aa-project-body small {
    color: var(--aa-muted);
}

.aa-stats,
footer {
    color: #fff;
    background:
        linear-gradient(120deg, rgba(0, 213, 255, .12), transparent 36%),
        linear-gradient(135deg, var(--aa-navy), #0b2744);
}

.aa-final-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 56px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 28px;
    background:
        linear-gradient(120deg, rgba(255, 107, 107, .16), transparent 34%),
        linear-gradient(135deg, #071527, #006bb8 62%, #7b61ff);
    box-shadow: 0 30px 90px rgba(0, 0, 0, .22);
}

.aa-band {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(4, 21, 38, .56) 0%, rgba(4, 21, 38, .38) 56%, rgba(3, 18, 33, .6) 100%),
        url("/ufiles/parallax/bg-01.jpg") center / cover no-repeat;
    border-top: 1px solid rgba(0, 229, 195, .22);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.aa-band.aa-section {
    padding: 0;
}

.aa-band::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: var(--aa-teal);
}

.aa-band-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px;
    align-items: center;
    gap: 40px;
    padding: 54px 0;
}

.aa-band-copy {
    min-width: 0;
    padding-inline-start: 24px;
    border-inline-start: 3px solid var(--aa-teal);
}

.aa-band .aa-eyebrow {
    margin-bottom: 12px;
    border-color: rgba(0, 229, 195, .5);
    color: #dffdf8;
    background: rgba(0, 229, 195, .1);
}

.aa-band h2 {
    max-width: none;
    margin: 0;
    color: #fff;
    font-size: clamp(24px, 1.35vw, 30px);
    line-height: 1.25;
    letter-spacing: 0;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .38);
}

.aa-band-actions {
    display: grid;
    gap: 10px;
    min-width: 180px;
}

.aa-band-actions .aa-btn {
    justify-content: center;
    width: 100%;
    min-height: 48px;
}

.aa-band-actions .aa-btn i {
    font-size: 17px;
}

.aa-band h2,
.aa-final-cta h2,
.aa-final-cta p {
    color: #fff;
}

.aa-final-cta {
    color: var(--aa-ink);
    background: #fff;
    border-top: 1px solid rgba(1, 72, 126, .13);
    border-bottom: 1px solid rgba(1, 72, 126, .13);
}

.aa-final-cta.aa-section {
    padding: 0;
}

.aa-final-cta-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 64px;
    padding: 74px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.aa-final-cta-copy {
    max-width: 820px;
}

.aa-final-cta-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--aa-action);
    font-size: 14px;
    font-weight: 800;
}

.aa-final-cta-kicker::before {
    content: "";
    width: 36px;
    height: 2px;
    background: var(--aa-teal);
}

.aa-final-cta h2 {
    max-width: 22ch;
    margin: 0 0 14px;
    color: var(--aa-ink);
    font-size: clamp(30px, 3vw, 48px);
    line-height: 1.22;
    letter-spacing: 0;
}

.aa-final-cta p {
    max-width: 620px;
    margin: 0;
    color: var(--aa-muted);
}

.aa-final-cta-action {
    min-width: 230px;
    padding-inline-start: 42px;
    border-inline-start: 1px solid rgba(1, 72, 126, .2);
}

.aa-final-cta-action .aa-btn {
    justify-content: center;
    width: 100%;
    min-height: 52px;
    background: var(--aa-action);
    box-shadow: none;
}

.aa-final-cta-action .aa-btn:hover {
    background: var(--aa-action-hover);
    box-shadow: 0 12px 26px rgba(1, 72, 126, .2);
}

.aa-portfolio {
    background: rgba(255, 255, 255, .58);
}

.aa-filter-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 32px;
}

.aa-filter-list button {
    min-height: 42px;
    padding: 8px 16px;
    border: 1px solid var(--aa-line);
    border-radius: 999px;
    color: var(--aa-blue);
    background: rgba(255, 255, 255, .75);
    font-weight: 800;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.aa-filter-list button.active,
.aa-filter-list button:hover {
    color: #fff;
    background: var(--aa-action);
    transform: translateY(-1px);
}

.aa-project-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
}

.aa-project-card {
    overflow: hidden;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.aa-project-card.is-hidden {
    display: none;
}

.aa-project-card a {
    display: block;
    color: var(--aa-ink);
}

.aa-project-card img {
    width: 100%;
    aspect-ratio: 16 / 11;
    object-fit: cover;
    transition: transform .32s ease;
}

.aa-project-card:hover img {
    transform: scale(1.05);
}

.aa-project-body {
    display: grid;
    gap: 8px;
    padding: 18px;
}

.aa-project-body strong {
    font-size: 18px;
    font-weight: 900;
}

.aa-experience {
    background: var(--aa-bg);
}

.aa-feature-list {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.aa-feature-list article {
    padding: 24px 26px;
    transition: transform .22s ease, box-shadow .22s ease;
}

.aa-feature-heading {
    display: flex;
    align-items: center;
    gap: 16px;
}

.aa-feature-list i {
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    margin: 0;
    border: 1px solid rgba(0, 229, 195, .46);
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(145deg, #01487e 0%, #062d52 100%);
    box-shadow: 0 10px 22px rgba(1, 72, 126, .26), inset 0 1px 0 rgba(255, 255, 255, .18);
}

.aa-feature-list h3 {
    margin: 0;
    line-height: 1.35;
}

.aa-feature-list p {
    margin: 12px 0 0;
    line-height: 1.7;
}

.aa-feature-image {
    width: 100%;
    border-radius: 28px;
    box-shadow: var(--aa-shadow);
}

.aa-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.aa-stats-grid article {
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 24px;
    background: rgba(255, 255, 255, .09);
    backdrop-filter: blur(18px);
    text-align: center;
}

.aa-stats-grid strong,
.aa-stats-grid span {
    display: block;
    color: #fff;
}

.aa-stats-grid strong {
    font-size: clamp(42px, 4vw, 64px);
    font-weight: 900;
}

.aa-client-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.aa-client-grid div {
    min-height: 92px;
    display: grid;
    place-items: center;
    padding: 20px;
    transition: transform .22s ease, box-shadow .22s ease;
}

.aa-client-grid div:hover {
    transform: translateY(-4px);
    box-shadow: var(--aa-shadow);
}

.aa-client-grid img {
    max-height: 58px;
    filter: grayscale(1);
    opacity: .75;
}

.aa-client-grid div:hover img {
    filter: none;
    opacity: 1;
}

.aa-footer {
    padding: 86px 0 34px;
}

.aa-footer-grid {
    display: grid;
    grid-template-columns: 1.35fr .75fr .85fr .9fr;
    gap: 34px;
}

.aa-footer img {
    max-width: 190px;
    margin-bottom: 18px;
}

.aa-footer h2,
.aa-footer h3 {
    position: relative;
    display: inline-block;
    margin: 0 0 26px;
    padding-bottom: 13px;
    color: #fff;
    font-weight: 900;
    line-height: 1.25;
    text-shadow: 0 0 22px rgba(0, 229, 195, .24);
}

.aa-footer h2::after,
.aa-footer h3::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(78px, 72%);
    height: 3px;
    content: "";
    border-radius: 999px;
    background: linear-gradient(90deg, #7b61ff 0%, #00e5c3 100%);
    box-shadow: 0 0 16px rgba(0, 229, 195, .72);
    transform-origin: right center;
    animation: aa-footer-heading-glow 3.6s ease-in-out infinite;
}

.aa-footer h2:hover::after,
.aa-footer h3:hover::after {
    width: min(116px, 100%);
}

@keyframes aa-footer-heading-glow {
    0%,
    100% {
        opacity: .72;
        transform: scaleX(.88);
    }

    50% {
        opacity: 1;
        transform: scaleX(1);
    }
}

.aa-footer p,
.aa-footer li,
.aa-footer a {
    color: rgba(255, 255, 255, .84) !important;
}

.aa-footer-social {
    margin-top: 22px;
}

.aa-footer-social a,
.aa-footer-social .aa-social-placeholder {
    border-color: rgba(255, 255, 255, .28);
    color: #fff;
    background: rgba(255, 255, 255, .08);
}

.aa-footer-social a:hover {
    color: #01487e !important;
    background: #fff;
}

.aa-footer ul {
    display: grid;
    gap: 9px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.aa-footer .aa-footer-brand {
    text-align: right;
}

.aa-footer .aa-footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin: 22px auto 0;
    direction: ltr;
}

.aa-footer .aa-footer-social li {
    display: block;
    padding: 0;
    margin: 0;
}

.aa-footer-contact a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.aa-footer-contact .aa-footer-contact-cta {
    min-height: 44px;
    justify-content: center;
    padding: 10px 16px;
    margin-top: 8px;
    border: 1px solid #fff;
    border-radius: 8px;
    color: #01487e !important;
    background: #fff;
    font-weight: 900;
    transition: transform .2s ease, color .2s ease, background .2s ease;
}

.aa-footer-contact .aa-footer-contact-cta:hover,
.aa-footer-contact .aa-footer-contact-cta:focus {
    color: #fff !important;
    background: #01487e;
    transform: translateY(-2px);
}

.aa-footer-projects {
    min-width: 0;
}

.aa-footer-projects h3 {
    margin-bottom: 18px;
}

.aa-footer-project-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.aa-footer-project-grid a {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 7px;
    background: rgba(255, 255, 255, .06);
}

.aa-footer-project-grid img {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
    object-fit: cover;
    transition: transform .3s ease, opacity .3s ease;
}

.aa-footer-project-grid a:hover,
.aa-footer-project-grid a:focus-visible {
    border-color: #00e5c3;
}

.aa-footer-project-grid a:hover img,
.aa-footer-project-grid a:focus-visible img {
    opacity: .82;
    transform: scale(1.06);
}

.aa-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 42px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .14);
}

.aa-footer-bottom ul {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.aa-mobile-actions {
    position: fixed;
    right: 12px;
    bottom: 12px;
    z-index: 1100;
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.aa-mobile-actions a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 9px 14px;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(135deg, var(--aa-blue), var(--aa-purple));
    box-shadow: var(--aa-shadow);
    font-weight: 900;
}

.aa-mobile-actions .aa-action-whatsapp {
    background: linear-gradient(135deg, #128c7e, #25d366);
    box-shadow: 0 10px 24px rgba(18, 140, 126, .28);
}

.aa-mobile-actions .aa-action-call {
    background: linear-gradient(135deg, #01487e, #0867ad);
    box-shadow: 0 10px 24px rgba(1, 72, 126, .28);
}

.cookie-banner {
    position: fixed;
    inset: 0;
    z-index: 2400;
    display: none;
    padding: 24px;
    background: rgba(7, 25, 46, .72);
}

.cookie-content {
    width: min(720px, 100%);
    margin: 10vh auto 0;
    padding: 28px;
    border-radius: 24px;
    color: var(--aa-ink);
    background: #fff;
    box-shadow: var(--aa-shadow);
}

.cookie-title {
    margin: 0 0 12px;
    color: var(--aa-ink);
    font-weight: 900;
}

.cookie-content p {
    color: var(--aa-muted);
}

#cookie-accept {
    min-height: 44px;
    padding: 10px 18px;
    border: 0;
    border-radius: 16px;
    color: #fff;
    background: var(--aa-action);
    font-weight: 900;
}

.back-to-top {
    position: fixed;
    left: 10px;
    bottom: 22px;
    z-index: 1000;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--aa-action);
    box-shadow: var(--aa-shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

body.aa-page-scrolled .back-to-top {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.aa-scroll-progress {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2000;
    width: var(--aa-scroll-progress, 0%);
    height: 3px;
    background: linear-gradient(90deg, var(--aa-teal), var(--aa-cyan), var(--aa-purple));
}

.aa-reveal {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity .7s ease, transform .7s ease;
}

.aa-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.aa-inner-page {
    min-height: 100vh;
    background:
        linear-gradient(120deg, rgba(0, 213, 255, .08), transparent 34%),
        linear-gradient(300deg, rgba(123, 97, 255, .07), transparent 42%),
        var(--aa-bg);
}

.aa-inner-page #content {
    padding: 72px 0 104px;
}

.aa-inner-page #content > .container,
.aa-inner-page #content > .container-fluid,
.aa-inner-page .page-banner .container,
.aa-inner-page .page-banner .container-fluid,
.aa-inner-page section > .container,
.aa-inner-page section > .container-fluid {
    width: var(--aa-container);
    max-width: 1680px;
    padding-right: 0;
    padding-left: 0;
}

.aa-inner-page .page-banner {
    position: relative;
    overflow: hidden;
    padding: 150px 0 70px;
    color: #01487e;
    background: linear-gradient(135deg, #b3c8d6, #dde6ec);
}

.aa-inner-page .page-banner::after {
    display: none;
}

.aa-inner-page .page-banner .row {
    position: relative;
    z-index: 2;
    align-items: center;
}

.aa-inner-page .page-banner h1,
.aa-inner-page .page-banner h2 {
    margin: 0;
    color: #01487e;
    font-size: clamp(34px, 4.2vw, 64px);
    font-weight: 900;
    line-height: 1.1;
}

.aa-inner-page .breadcrumbs {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 12px 16px;
    border: 1px solid rgba(1, 72, 126, .25);
    border-radius: 999px;
    color: #01487e;
    background: rgba(255, 255, 255, .7);
    backdrop-filter: blur(16px);
}

.aa-inner-page .breadcrumbs a,
.aa-inner-page .breadcrumbs span {
    color: #01487e;
    font-weight: 700;
}

.aa-inner-page .crumbs-spacer {
    opacity: .65;
}

.aa-inner-page .about-us,
.aa-inner-page .blog-post,
.aa-inner-page .blog-post.quote-post,
.aa-inner-page #comments,
.aa-inner-page #respond,
.aa-inner-page .sidebar .widget,
.aa-inner-page .contact-form,
.aa-inner-page .information,
.aa-inner-page .single-portfolio,
.aa-inner-page .project,
.aa-inner-page .post-content,
.aa-inner-page .share,
.aa-inner-page .heading,
.aa-inner-page .counter-item,
.aa-inner-page .touch-slider,
.aa-inner-page .portfolio-item,
.aa-inner-page .box,
.aa-inner-page .panel,
.aa-inner-page .widget-content {
    border: 1px solid var(--aa-line);
    border-radius: 22px;
    background: var(--aa-surface);
    box-shadow: 0 18px 48px rgba(15, 35, 58, .09);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.aa-inner-page .about-us {
    width: var(--aa-container);
    max-width: 1680px;
    margin-right: auto;
    margin-left: auto;
}

.aa-inner-page .about-us > .container,
.aa-inner-page .about-us > .container-fluid {
    width: 100%;
}

.aa-inner-page .about-us,
.aa-inner-page .blog-post,
.aa-inner-page #comments,
.aa-inner-page #respond,
.aa-inner-page .sidebar .widget,
.aa-inner-page .contact-form,
.aa-inner-page .information,
.aa-inner-page .single-portfolio,
.aa-inner-page .project,
.aa-inner-page .heading {
    padding: 30px;
    margin-bottom: 28px;
}

.aa-inner-page .post-content,
.aa-inner-page .share {
    padding: 24px;
    margin-top: 22px;
}

.aa-inner-page h1,
.aa-inner-page h2,
.aa-inner-page h3,
.aa-inner-page h4,
.aa-inner-page .title1,
.aa-inner-page .post-title,
.aa-inner-page .classic-title,
.aa-inner-page .big-title {
    color: var(--aa-ink);
    font-weight: 900;
    letter-spacing: 0;
}

.aa-inner-page .aa-footer h2,
.aa-inner-page .aa-footer h3 {
    color: #fff;
}

.aa-inner-page .title1,
.aa-inner-page .classic-title,
.aa-inner-page .big-title {
    margin: 0 0 22px;
    font-size: clamp(24px, 2.4vw, 38px);
}

.aa-inner-page p,
.aa-inner-page li,
.aa-inner-page td,
.aa-inner-page .meta a,
.aa-inner-page .post-tags-list a {
    color: var(--aa-text);
    font-size: 16px;
}

.aa-inner-page .about-us img,
.aa-inner-page .blog-post img,
.aa-inner-page .portfolio-img img,
.aa-inner-page .single-portfolio img,
.aa-inner-page .touch-slider img {
    border-radius: 18px;
}

.aa-inner-page .feature-inner,
.aa-inner-page .portfolio-img {
    overflow: hidden;
    border-radius: 20px;
}

.aa-inner-page .portfolio-item {
    overflow: hidden;
    padding: 0;
    margin-bottom: 28px;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.aa-inner-page .portfolio-item:hover {
    transform: translateY(-6px);
    border-color: rgba(0, 213, 255, .35);
    box-shadow: var(--aa-shadow), var(--aa-glow);
}

.aa-inner-page .portfolio-item-content {
    padding: 20px;
}

.aa-inner-page .portfolio-item-content .header {
    margin: 0 0 8px;
    font-size: 21px;
}

.aa-inner-page .portfolio-item-content .body {
    color: var(--aa-muted);
}

.aa-inner-page .aa-portfolio-preview {
    width: 100%;
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}

.aa-inner-page .aa-portfolio-preview img {
    width: 100%;
    height: 100%;
    display: block;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform .35s ease;
}

.aa-inner-page .portfolio-item:hover .aa-portfolio-preview img,
.aa-inner-page .aa-portfolio-preview:focus-visible img {
    transform: scale(1.035);
}

.aa-portfolio-gallery {
    position: fixed;
    z-index: 1200;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 28px;
    direction: rtl;
    background: rgba(4, 19, 35, .88);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.aa-portfolio-gallery[hidden] {
    display: none;
}

.aa-portfolio-gallery-dialog {
    position: relative;
    width: min(1120px, 100%);
    max-height: calc(100vh - 56px);
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    background: #071527;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .42);
}

.aa-portfolio-gallery-dialog:focus {
    outline: 0;
}

.aa-portfolio-gallery figure {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    max-height: calc(100vh - 84px);
    padding: 0;
    margin: 0;
}

.aa-portfolio-gallery figure img {
    width: 100%;
    max-height: calc(100vh - 166px);
    display: block;
    object-fit: contain;
    border-radius: 5px;
    background: #fff;
}

.aa-portfolio-gallery figcaption {
    padding: 16px 58px 4px;
    color: #fff;
    text-align: center;
}

.aa-portfolio-gallery figcaption h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(20px, 2.2vw, 30px);
    font-weight: 900;
}

.aa-gallery-close,
.aa-gallery-nav {
    position: absolute;
    z-index: 1;
    width: 44px;
    height: 44px;
    display: inline-grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 50%;
    color: #fff;
    background: rgba(7, 21, 39, .72);
    cursor: pointer;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.aa-gallery-close:hover,
.aa-gallery-nav:hover {
    color: #01487e;
    background: #fff;
    transform: scale(1.06);
}

.aa-gallery-close {
    top: 24px;
    left: 24px;
}

.aa-gallery-nav {
    top: 50%;
    transform: translateY(-50%);
}

.aa-gallery-nav:hover {
    transform: translateY(-50%) scale(1.06);
}

.aa-gallery-prev {
    right: 24px;
}

.aa-gallery-next {
    left: 24px;
}

body.aa-gallery-open {
    overflow: hidden;
}

.aa-inner-page #portfolio-list .mix {
    will-change: opacity, transform;
}

@media (min-width: 992px) {
    .aa-inner-page #portfolio-list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.aa-inner-page #portfolio-list .mix.is-hidden {
    display: none !important;
}

.aa-inner-page .controls,
.aa-inner-page .filter-right ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.aa-inner-page .controls .filter,
.aa-inner-page .post-tags-list a,
.aa-inner-page .tagcloud a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 14px;
    border: 1px solid var(--aa-line);
    border-radius: 999px;
    color: var(--aa-blue);
    background: rgba(255, 255, 255, .75);
    font-weight: 800;
    cursor: pointer;
}

.aa-inner-page .controls .filter.active,
.aa-inner-page .controls .filter:hover,
.aa-inner-page .post-tags-list a:hover,
.aa-inner-page .tagcloud a:hover {
    color: #fff;
    background: var(--aa-action);
}

.aa-inner-page .form-control,
.aa-inner-page input[type="text"],
.aa-inner-page input[type="email"],
.aa-inner-page input[type="number"],
.aa-inner-page select,
.aa-inner-page textarea {
    min-height: 48px;
    border: 1px solid var(--aa-line);
    border-radius: 16px;
    color: var(--aa-ink);
    background: rgba(255, 255, 255, .9);
    box-shadow: none;
}

.aa-inner-page .title1 > i {
    display: inline-grid;
    place-items: center;
    margin-left: 12px;
    vertical-align: middle;
}

.aa-inner-page .contact-form {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.aa-inner-page .contact-form .form-group {
    margin: 0;
}

.aa-inner-page .contact-form > .title1,
.aa-inner-page .contact-form > .col-md-12,
.aa-inner-page .contact-form > .form-group:nth-of-type(4),
.aa-inner-page .contact-form > .form-group:nth-of-type(5),
.aa-inner-page .contact-form > button,
.aa-inner-page .contact-form > #msgSubmit,
.aa-inner-page .contact-form > .clearfix {
    grid-column: 1 / -1;
}

.aa-inner-page .contact-form > .col-md-4,
.aa-inner-page .contact-form > .col-md-12 {
    width: auto;
    padding: 0;
}

.aa-inner-page textarea.form-control,
.aa-inner-page textarea {
    min-height: 140px;
}

.aa-inner-page .btn,
.aa-inner-page .btn-effect,
.aa-inner-page button[type="submit"],
.aa-inner-page input[type="submit"] {
    min-height: 48px;
    padding: 12px 22px;
    border: 0;
    border-radius: 16px;
    color: #fff !important;
    background: var(--aa-action);
    box-shadow: 0 16px 36px rgba(1, 72, 126, .24);
    font-weight: 900;
    transition: transform .2s ease, box-shadow .2s ease;
}

.aa-inner-page .btn:hover,
.aa-inner-page .btn-effect:hover,
.aa-inner-page button[type="submit"]:hover,
.aa-inner-page input[type="submit"]:hover {
    transform: translateY(-2px);
    background: var(--aa-action-hover);
    box-shadow: 0 22px 46px rgba(1, 72, 126, .34);
}

.aa-inner-page .contact-datails {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 19px 0;
    border-bottom: 1px solid var(--aa-line);
}

.aa-inner-page .contact-datails:last-child {
    border-bottom: 0;
}

.aa-inner-page .contact-datails .icon {
    position: relative;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(0, 229, 195, .56);
    border-radius: 14px 24px 14px 24px;
    color: #dffeff;
    background: #092944;
    box-shadow: 0 12px 24px rgba(7, 31, 56, .16), inset 0 1px 0 rgba(255, 255, 255, .14);
    transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.aa-inner-page .contact-datails .icon::before {
    position: absolute;
    top: -20px;
    left: -18px;
    width: 52px;
    height: 52px;
    content: "";
    border: 1px solid rgba(0, 229, 195, .38);
    border-radius: 50%;
}

.aa-inner-page .contact-datails .icon i {
    position: relative;
    z-index: 1;
    font-size: 21px;
    line-height: 1;
}

.aa-inner-page .contact-datails:hover .icon,
.aa-inner-page .contact-datails:focus-within .icon {
    border-color: #00e5c3;
    color: #fff;
    background: #01487e;
    box-shadow: 0 16px 28px rgba(1, 72, 126, .28), inset 0 1px 0 rgba(255, 255, 255, .18);
    transform: translateY(-3px);
}

.aa-inner-page .contact-datails:nth-child(2) .icon {
    border-color: rgba(74, 134, 166, .86);
}

.aa-inner-page .contact-datails:nth-child(3) .icon {
    border-color: rgba(0, 173, 215, .76);
}

.aa-inner-page .contact-datails:nth-child(4) .icon {
    border-color: rgba(0, 199, 172, .76);
}

.aa-inner-page .contact-datails .info h3 {
    margin-bottom: 4px;
    color: #101b2d;
    font-size: 1.35rem;
    line-height: 1.15;
}

.aa-inner-page .contact-datails .detail {
    display: block;
    color: #43536b;
    line-height: 1.75;
}

.aa-inner-page #map .title-banner,
.aa-inner-page #google-map {
    width: var(--aa-container);
    max-width: 1680px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 24px;
    overflow: hidden;
}

.aa-inner-page #google-map {
    min-height: 360px;
    margin-bottom: 84px;
    box-shadow: var(--aa-shadow);
}

.aa-inner-page .aa-google-map iframe {
    width: 100%;
    min-height: 360px;
    display: block;
    border: 0;
}

.aa-inner-page .counter {
    padding: 40px 0;
    color: #fff;
    background:
        linear-gradient(120deg, rgba(0, 213, 255, .12), transparent 36%),
        linear-gradient(135deg, var(--aa-navy), #0b2744);
}

.aa-inner-page .counter .container {
    width: var(--aa-container);
    max-width: 1680px;
}

.aa-inner-page .counter-item {
    padding: 28px;
    text-align: center;
}

.aa-inner-page .counter-item h5,
.aa-inner-page .counter-item .timer {
    color: #fff;
}

.aa-inner-page .counter .row {
    row-gap: 22px;
}

.aa-inner-page .counter-item {
    min-height: 210px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-color: rgba(0, 229, 195, .26);
    background:
        linear-gradient(145deg, rgba(20, 56, 88, .92), rgba(7, 21, 39, .92));
    box-shadow: 0 20px 44px rgba(0, 0, 0, .2), inset 0 1px 0 rgba(255, 255, 255, .08);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.aa-inner-page .counter-item:hover {
    border-color: rgba(0, 229, 195, .7);
    box-shadow: 0 24px 54px rgba(0, 0, 0, .28), 0 0 28px rgba(0, 229, 195, .16);
    transform: translateY(-5px);
}

.aa-inner-page .counter-item .hex-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(0, 229, 195, .42);
    border-radius: 18px;
    color: var(--aa-teal);
    background: rgba(0, 229, 195, .1);
    box-shadow: 0 0 24px rgba(0, 229, 195, .16);
    font-size: 25px;
}

.aa-inner-page .counter-item .timer {
    min-height: 48px;
    color: var(--aa-teal);
    font-size: clamp(34px, 3vw, 48px);
    font-weight: 900;
    line-height: 1;
    text-shadow: 0 0 18px rgba(0, 229, 195, .28);
}

.aa-inner-page .counter-item h5 {
    margin: 0;
    color: rgba(255, 255, 255, .94);
    font-size: 18px;
    font-weight: 800;
}

.aa-inner-page table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid var(--aa-line);
    border-radius: 18px;
    background: #fff;
}

.aa-inner-page table td,
.aa-inner-page table th {
    padding: 12px;
    border-bottom: 1px solid var(--aa-line);
}

.aa-inner-page .col-md-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
}

/* Shared inner-page components */
.aa-inner-page .section,
.aa-inner-page .section-content {
    width: var(--aa-container);
    max-width: 1680px;
    margin-right: auto;
    margin-left: auto;
}

.aa-inner-page .section {
    padding: 68px 0;
}

.aa-inner-page .section-content {
    padding-bottom: 84px;
}

.aa-inner-page #portfolio-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.aa-inner-page #portfolio-list .mix {
    width: auto;
    padding: 0;
}

/* Hebrew blog pages: sidebar belongs on the reading-start side. */
@media (min-width: 992px) {
    .aa-inner-page #content > .container > .aa-blog-layout,
    .aa-inner-page #content > .container > .row:has(> #content-col + #sidebar) {
        flex-direction: row-reverse;
    }
}

.aa-inner-page .blog-post {
    overflow: hidden;
}

.aa-inner-page .blog-post .feature-inner {
    margin: -30px -30px 0;
    border-radius: 0;
}

.aa-inner-page .blog-post .feature-inner img {
    width: 100%;
    min-height: 260px;
    object-fit: cover;
    border-radius: 0;
}

.aa-inner-page .post-title {
    margin: 14px 0 10px;
    font-size: clamp(22px, 2.1vw, 32px);
}

.aa-inner-page .post-title a {
    color: var(--aa-ink);
}

.aa-inner-page .post-title a:hover {
    color: var(--aa-blue);
}

.aa-inner-page .aa-article-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    direction: ltr;
}

.aa-inner-page .aa-article-read-more span {
    direction: rtl;
}

.aa-inner-page .aa-article-read-more .fa-angle-left {
    transform: none !important;
}

.aa-inner-page .meta,
.aa-inner-page .social-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px 14px;
}

.aa-inner-page .meta-part {
    color: var(--aa-muted);
    font-size: 14px;
}

.aa-inner-page .share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.aa-inner-page .social-link > a {
    width: 38px;
    height: 38px;
    display: inline-grid;
    place-items: center;
    border: 1px solid var(--aa-line);
    border-radius: 50%;
    color: var(--aa-blue);
    background: #fff;
    transition: transform .2s ease, color .2s ease, background .2s ease;
}

.aa-inner-page .social-link > a:hover {
    color: #fff;
    background: var(--aa-action);
    transform: translateY(-2px);
}

.aa-inner-page #sidebar .widget {
    padding: 24px;
    margin-bottom: 22px;
    border: 1px solid var(--aa-line);
    border-radius: 20px;
    background: var(--aa-surface);
    box-shadow: 0 16px 38px rgba(15, 35, 58, .08);
}

.aa-inner-page .widget-title {
    position: relative;
    margin: 0 0 20px;
    padding-bottom: 11px;
    color: var(--aa-ink);
    font-size: 20px;
    font-weight: 900;
}

.aa-inner-page .widget-title::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48px;
    height: 3px;
    content: "";
    border-radius: 999px;
    background: linear-gradient(90deg, var(--aa-purple), var(--aa-teal));
    box-shadow: 0 0 12px rgba(0, 229, 195, .42);
}

.swal2-popup.aa-search-alert-popup {
    direction: rtl;
    border: 1px solid var(--aa-line);
    border-radius: 16px;
    color: var(--aa-ink);
    box-shadow: 0 24px 60px rgba(4, 22, 42, .24);
}

.swal2-popup.aa-search-alert-popup .swal2-title {
    color: var(--aa-ink);
    font-size: 23px;
    font-weight: 900;
}

.swal2-popup.aa-search-alert-popup .swal2-html-container {
    color: var(--aa-muted);
    line-height: 1.7;
}

.swal2-popup.aa-search-alert-popup .aa-search-alert-confirm {
    min-width: 112px;
    min-height: 44px;
    padding: 10px 20px;
    border: 0;
    border-radius: 8px;
    color: #fff;
    background: #01487e;
    box-shadow: 0 10px 22px rgba(1, 72, 126, .22);
    font-weight: 900;
}

.swal2-popup.aa-search-alert-popup .aa-search-alert-confirm:hover,
.swal2-popup.aa-search-alert-popup .aa-search-alert-confirm:focus {
    background: #003b68;
}

.swal2-popup.aa-search-alert-popup .aa-search-alert-confirm:focus-visible {
    outline: 3px solid rgba(0, 229, 195, .65);
    outline-offset: 3px;
}

.aa-inner-page #FrmSearchArticles {
    position: relative;
}

.aa-inner-page #FrmSearchArticles .form-control {
    padding-left: 56px;
}

.aa-inner-page .search-btn {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 7px;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 12px;
    color: #fff;
    background: var(--aa-action);
    cursor: pointer;
    transform: translateY(-50%);
}

.aa-inner-page .search-btn i {
    display: block;
    margin: 0;
    line-height: 1;
    transform: none;
}

.aa-inner-page .search-btn:hover,
.aa-inner-page .search-btn:focus {
    min-height: 38px;
    padding: 0;
    border-radius: 12px;
    background: var(--aa-action-hover);
    box-shadow: none;
    transform: translateY(-50%);
}

.aa-inner-page #FrmSearchArticles button.search-btn {
    min-height: 38px;
    padding: 0;
    border: 0;
    border-radius: 12px;
    color: #fff !important;
    background: var(--aa-action);
    box-shadow: none;
    transform: translateY(-50%);
}

.aa-inner-page #FrmSearchArticles button.search-btn:hover,
.aa-inner-page #FrmSearchArticles button.search-btn:focus {
    min-height: 38px;
    padding: 0;
    color: #fff !important;
    background: var(--aa-action-hover);
    box-shadow: none;
    transform: translateY(-50%);
}

.aa-inner-page .cat-list,
.aa-inner-page .posts-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.aa-inner-page .cat-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 11px 0;
    border-bottom: 1px solid var(--aa-line);
}

.aa-inner-page .cat-list li:last-child {
    border-bottom: 0;
}

.aa-inner-page .num-posts {
    min-width: 28px;
    padding: 1px 8px;
    border-radius: 999px;
    color: var(--aa-blue);
    background: rgba(0, 213, 255, .12);
    font-size: 13px;
    font-weight: 900;
    text-align: center;
}

.aa-inner-page .posts-list li {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--aa-line);
}

.aa-inner-page .posts-list li:last-child {
    border-bottom: 0;
}

.aa-inner-page .widget-popular-posts .posts-list .widget-content {
    min-width: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.aa-inner-page .widget-thumb img {
    width: 70px;
    height: 62px;
    object-fit: cover;
    border-radius: 12px;
}

.aa-inner-page .widget-content a {
    display: block;
    color: var(--aa-ink);
    font-weight: 800;
    line-height: 1.45;
}

.aa-inner-page .widget-content span {
    color: var(--aa-muted);
    font-size: 13px;
}

.aa-inner-page .tag > a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 8px 6px;
    padding: 7px 11px;
    border: 1px solid var(--aa-line);
    border-radius: 999px;
    color: var(--aa-blue);
    background: rgba(255, 255, 255, .74);
    font-size: 14px;
    font-weight: 800;
}

.aa-inner-page .tag > a:hover {
    color: #fff;
    background: var(--aa-action);
}

.aa-inner-page #pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 30px;
}

.aa-inner-page #pagination .page-num,
.aa-inner-page #pagination .next-page,
.aa-inner-page #pagination .all-pages {
    min-width: 40px;
    min-height: 40px;
    display: inline-grid;
    place-items: center;
    padding: 7px 12px;
    border: 1px solid var(--aa-line);
    border-radius: 12px;
    color: var(--aa-blue);
    background: rgba(255, 255, 255, .8);
    font-weight: 800;
}

.aa-inner-page #pagination .current,
.aa-inner-page #pagination .page-num:hover,
.aa-inner-page #pagination .next-page:hover {
    border-color: transparent;
    color: #fff;
    background: var(--aa-action);
}

.aa-inner-page .error-page {
    width: var(--aa-container);
    max-width: 860px;
    padding: 56px 28px;
    margin: 0 auto 84px;
    border: 1px solid var(--aa-line);
    border-radius: 24px;
    background: var(--aa-surface);
    box-shadow: var(--aa-shadow);
    text-align: center;
}

.aa-inner-page .error-page h1 {
    color: var(--aa-blue);
    font-size: clamp(90px, 15vw, 180px);
    line-height: .9;
}

.aa-inner-page .pricing-tables {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    padding: 0;
    margin: 32px 0;
}

.aa-inner-page .pricing-tables > [class*="col-"] {
    width: auto;
    padding: 0;
}

.aa-inner-page .pricing-tables .pricing-table {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--aa-line);
    border-radius: 10px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 16px 38px rgba(15, 35, 58, .09);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.aa-inner-page .pricing-tables .pricing-table:hover {
    border-color: rgba(0, 213, 255, .55);
    box-shadow: var(--aa-shadow), 0 0 24px rgba(0, 213, 255, .12);
    transform: translateY(-5px);
}

.aa-inner-page .pricing-tables .plan-name {
    padding: 22px 18px;
    background: linear-gradient(135deg, var(--aa-navy), #0f4f7d);
    text-align: center;
}

.aa-inner-page .pricing-tables .plan-name h3 {
    margin: 0;
    color: #fff;
    font-size: 25px;
    font-weight: 900;
}

.aa-inner-page .pricing-tables .plan-price {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 18px;
    border-bottom: 1px solid var(--aa-line);
    background: #f4f9fc;
    text-align: center;
}

.aa-inner-page .pricing-tables .price-value {
    width: 100%;
    color: #01487e;
    font-size: clamp(25px, 2vw, 32px);
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
}

.aa-inner-page .pricing-tables .plan-list {
    flex: 1;
    padding: 18px 22px;
}

.aa-inner-page .pricing-tables .plan-list ul {
    display: grid;
    gap: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

.aa-inner-page .pricing-tables .plan-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 11px 0;
    border-bottom: 1px solid var(--aa-line);
    color: var(--aa-text);
    font-size: 15px;
    line-height: 1.45;
    list-style: none;
}

.aa-inner-page .pricing-tables .plan-list li:last-child {
    border-bottom: 0;
}

.aa-inner-page .pricing-tables .plan-list li::marker {
    content: "";
}

.aa-inner-page .pricing-tables .plan-list i {
    flex: 0 0 20px;
    margin-top: 1px;
    color: #16a34a !important;
    font-size: 19px;
    line-height: 1.2;
    text-align: center;
}

.aa-inner-page .pricing-tables .plan-list i.color_red,
.aa-inner-page .pricing-tables .plan-list .color_red {
    color: #e11d48 !important;
}

.aa-inner-page .pricing-tables .plan-list li.asm-color-green {
    color: #08735f !important;
    font-weight: 800;
}

.aa-inner-page .pricing-tables .plan-signup {
    padding: 0 22px 22px;
}

.aa-inner-page .pricing-tables .plan-signup .btn {
    width: 100%;
    min-height: 48px;
    display: inline-grid;
    place-items: center;
    border-radius: 10px;
    text-align: center;
}

.aa-inner-page #comments .comments-list {
    display: grid;
    gap: 16px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.aa-inner-page #comments .comments-list > li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.aa-inner-page #respond #commentForm button#submit {
    min-height: 46px;
    margin-top: 16px;
    border: 1px solid #000 !important;
    border-radius: 8px;
    color: #fff !important;
    background: #000 !important;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .16);
    opacity: 1 !important;
}

.aa-inner-page #respond #commentForm button#submit:hover,
.aa-inner-page #respond #commentForm button#submit:focus {
    color: #fff !important;
    background: #1f1f1f !important;
    box-shadow: 0 16px 28px rgba(0, 0, 0, .24);
}

/* Client recommendations */
.aa-inner-page .aa-recommendations {
    width: var(--aa-container);
    max-width: 1680px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.aa-inner-page .aa-recommendations-main {
    width: 100%;
    padding: 0;
}

.aa-inner-page .aa-recommendations-articles {
    display: none;
}

.aa-inner-page .aa-recommendations #comments {
    position: relative;
    overflow: hidden;
    padding: clamp(28px, 4vw, 54px);
    border: 1px solid rgba(7, 48, 84, .1);
    border-radius: 8px;
    background:
        linear-gradient(130deg, rgba(0, 229, 195, .08), transparent 36%),
        linear-gradient(300deg, rgba(123, 97, 255, .08), transparent 42%),
        #fff;
    box-shadow: 0 22px 52px rgba(15, 35, 58, .1);
}

.aa-inner-page .aa-recommendations #comments::before {
    position: absolute;
    top: -64px;
    left: 28px;
    color: rgba(0, 229, 195, .13);
    content: "\201C";
    font-family: Georgia, serif;
    font-size: 220px;
    line-height: 1;
    pointer-events: none;
}

.aa-inner-page .aa-recommendations .comments-title {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 0 34px;
    color: var(--aa-ink);
    font-size: clamp(28px, 3.2vw, 43px);
    font-weight: 900;
    text-align: center;
}

.aa-inner-page .aa-recommendations .comments-title i {
    width: 48px;
    height: 48px;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(0, 229, 195, .3);
    border-radius: 50%;
    color: var(--aa-action);
    background: rgba(0, 229, 195, .1);
    font-size: 22px;
}

.aa-inner-page .aa-recommendations #comments .comments-list {
    position: relative;
    z-index: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.aa-inner-page .aa-recommendations .comment-box {
    position: relative;
    height: 100%;
    min-height: 196px;
    padding: 27px 28px 25px;
    border: 1px solid var(--aa-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 12px 28px rgba(15, 35, 58, .06);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.aa-inner-page .aa-recommendations .comment-box:hover {
    border-color: rgba(0, 229, 195, .58);
    box-shadow: 0 18px 34px rgba(15, 35, 58, .12), 0 0 24px rgba(0, 229, 195, .1);
    transform: translateY(-5px);
}

.aa-inner-page .aa-recommendations .avatar {
    display: none;
}

.aa-inner-page .aa-recommendations .comment-content {
    width: 100%;
    padding: 0;
}

.aa-inner-page .aa-recommendations .comment-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 7px 16px;
    margin-bottom: 16px;
}

.aa-inner-page .aa-recommendations .comment-by {
    margin: 0;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.35;
}

.aa-inner-page .aa-recommendations .comment-by a {
    color: var(--aa-action);
}

.aa-inner-page .aa-recommendations .comment-by a:hover {
    color: var(--aa-purple);
}

.aa-inner-page .aa-recommendations .comment-date {
    color: var(--aa-muted);
    font-size: 14px;
    font-weight: 700;
}

.aa-inner-page .aa-recommendations .comment-content p {
    margin: 0;
    color: var(--aa-text);
    font-size: 16px;
    line-height: 1.8;
}

.aa-inner-page .aa-recommendations + .hr1 {
    display: none;
}

.aa-inner-page .aa-recommendations-stats {
    margin: 0 0 78px;
    padding: 64px 0;
    background:
        linear-gradient(120deg, rgba(0, 229, 195, .15), transparent 46%),
        linear-gradient(300deg, rgba(123, 97, 255, .2), transparent 44%),
        #071f37;
}

.aa-inner-page .aa-recommendations-stats .counter-item {
    min-height: 178px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 8px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
    box-shadow: none;
}

.aa-inner-page .aa-recommendations-stats .counter-item .timer,
.aa-inner-page .aa-recommendations-stats .counter-item h5,
.aa-inner-page .aa-recommendations-stats .counter-item i {
    color: #fff;
}

.aa-inner-page .aa-recommendations-stats .counter-item h5 {
    margin: 0;
    font-weight: 800;
}

@media (max-width: 767px) {
    .aa-inner-page .aa-recommendations #comments {
        padding: 28px 18px;
    }

    .aa-inner-page .aa-recommendations #comments .comments-list {
        grid-template-columns: 1fr;
    }

    .aa-inner-page .aa-recommendations .comment-box {
        min-height: 0;
        padding: 23px 20px;
    }

    .aa-inner-page .aa-recommendations .comment-meta {
        align-items: flex-start;
        flex-direction: column;
    }
}

.aa-inner-page .client-logo {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
    width: var(--aa-container);
    max-width: 1680px;
    margin: 0 auto 84px;
}

.aa-inner-page .client-logo > [class*="col-"] {
    width: auto;
    padding: 0;
}

.aa-inner-page .client-logo > .clear {
    display: none;
}

.aa-inner-page .client-logo .client-item {
    height: 126px;
    display: grid;
    place-items: center;
    padding: 18px;
    border: 1px solid var(--aa-line);
    border-radius: 18px;
    background: rgba(255, 255, 255, .76);
    box-shadow: 0 14px 32px rgba(15, 35, 58, .07);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.aa-inner-page .client-logo .client-item:hover {
    border-color: rgba(0, 213, 255, .5);
    box-shadow: var(--aa-shadow), 0 0 22px rgba(0, 213, 255, .12);
    transform: translateY(-4px);
}

.aa-inner-page .client-logo .client-item a {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
}

.aa-inner-page .client-logo .client-item > span {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
}

.aa-inner-page .client-logo .client-item img {
    width: 100%;
    max-width: 160px;
    max-height: 78px;
    object-fit: contain;
}

.aa-inner-page .aa-portfolio-detail {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(300px, .85fr);
    gap: 28px;
    align-items: start;
}

.aa-inner-page .aa-portfolio-detail > [class*="col-"] {
    width: auto;
    padding: 0;
}

.aa-inner-page .single-gallery,
.aa-inner-page .project-content {
    overflow: hidden;
    border: 1px solid var(--aa-line);
    border-radius: 22px;
    background: var(--aa-surface);
    box-shadow: 0 18px 48px rgba(15, 35, 58, .09);
}

.aa-inner-page .single-gallery .touch-slider,
.aa-inner-page .single-gallery .item,
.aa-inner-page .single-gallery .lightbox {
    display: block;
}

.aa-inner-page .single-gallery img {
    width: 100%;
    min-height: 420px;
    object-fit: cover;
}

.aa-inner-page .project-content {
    padding: 30px;
}

.aa-inner-page .project-content > ul {
    padding: 0;
    margin: 0 0 24px;
    list-style: none;
}

.aa-inner-page .project-content > ul li {
    padding: 12px 0;
    border-bottom: 1px solid var(--aa-line);
}

.aa-inner-page .project-content > ul li:last-child {
    border-bottom: 0;
}

@media (max-width: 1199px) {
    .aa-inner-page .pricing-tables {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aa-inner-page .client-logo {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .aa-main-nav > .nav-item > .nav-link {
        padding: 10px 9px !important;
        font-size: 17px;
    }

    .aa-hero-layout {
        grid-template-columns: 1fr;
    }

    .aa-hero-showcase {
        max-width: 620px;
    }

    .aa-project-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .aa-client-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .aa-inner-page .client-logo {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .aa-inner-page .contact-form {
        grid-template-columns: 1fr;
    }

    .aa-inner-page .contact-form > .title1,
    .aa-inner-page .contact-form > .col-md-12,
    .aa-inner-page .contact-form > .form-group:nth-of-type(4),
    .aa-inner-page .contact-form > .form-group:nth-of-type(5),
    .aa-inner-page .contact-form > button,
    .aa-inner-page .contact-form > #msgSubmit,
    .aa-inner-page .contact-form > .clearfix {
        grid-column: auto;
    }

    .aa-inner-page .aa-portfolio-detail {
        grid-template-columns: 1fr;
    }

    .aa-inner-page .single-gallery img {
        min-height: 300px;
    }

    .aa-inner-page #portfolio-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aa-site-header {
        top: 0;
    }

    .aa-navbar {
        min-height: 68px;
        padding: 8px 5%;
    }

    .aa-utility-bar {
        min-height: 44px;
        gap: 8px;
        padding-right: 5%;
        padding-left: 5%;
    }

    .aa-utility-actions {
        gap: 6px;
    }

    .aa-utility-actions .aa-contact-chip,
    .aa-utility-actions .aa-cta {
        min-height: 34px;
        padding: 7px 9px;
        font-size: 13px;
    }

    .aa-utility-social {
        gap: 5px;
    }

    .aa-utility-social a,
    .aa-utility-social .aa-social-placeholder {
        width: 27px;
        height: 27px;
        font-size: 12px;
    }

    .aa-brand img {
        max-height: 44px;
    }

    .aa-brand {
        margin-right: auto !important;
        margin-left: 0 !important;
    }

    .aa-nav-panel {
        order: 4;
        margin-top: 12px;
        padding: 12px;
        border-radius: var(--aa-radius);
        background: #fff;
        box-shadow: var(--aa-shadow);
    }

    .aa-main-nav {
        align-items: stretch;
        flex-direction: column;
        gap: 4px;
    }

    .aa-main-nav > .nav-item > .aa-nav-item-control > .nav-link {
        padding: 12px !important;
    }

    .aa-article-search-toggle {
        width: 100%;
        height: 42px;
        border-radius: 6px !important;
    }

    .aa-header-search {
        position: fixed;
        padding: 18px;
    }

    .aa-header-search input {
        width: min(580px, calc(100vw - 102px));
        height: 52px;
        font-size: 16px;
    }

    .aa-header-search button[type="submit"] {
        width: 52px;
        height: 52px;
        flex-basis: 52px;
    }

    .aa-header-search-close {
        top: 18px;
        left: 18px;
    }

    .aa-portfolio-gallery {
        padding: 14px;
    }

    .aa-portfolio-gallery-dialog {
        max-height: calc(100vh - 28px);
        padding: 8px;
    }

    .aa-portfolio-gallery figure {
        max-height: calc(100vh - 44px);
    }

    .aa-portfolio-gallery figure img {
        max-height: calc(100vh - 134px);
    }

    .aa-gallery-close {
        top: 17px;
        left: 17px;
    }

    .aa-gallery-prev {
        right: 17px;
    }

    .aa-gallery-next {
        left: 17px;
    }

    .aa-dropdown {
        position: static;
        min-width: 0;
        padding: 0 12px 8px;
        border: 0;
        background: transparent;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .aa-dropdown-toggle {
        width: 44px;
        height: 44px;
    }

    .aa-header-actions {
        align-items: stretch;
        flex-direction: column;
        margin-top: 12px;
    }

    .aa-contact-email,
    .aa-social-list {
        display: flex;
    }

    .aa-home-hero {
        min-height: auto;
        padding: 148px 0 92px;
    }

    .aa-hero-person {
        display: none;
    }

    .aa-hero-layout {
        padding: 0;
    }

    .aa-hero-carousel-controls {
        position: relative;
        bottom: auto;
        left: auto;
        z-index: 4;
        justify-content: center;
        margin-top: 18px;
        transform: none;
    }

    .aa-project-grid,
    .aa-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aa-band-inner,
    .aa-final-cta-inner,
    .aa-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .aa-band-inner {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 46px 0;
    }

    .aa-band-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: min(100%, 460px);
    }

    .aa-final-cta-inner {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 56px 0;
    }

    .aa-final-cta-action {
        width: min(100%, 360px);
        padding-inline-start: 0;
        border-inline-start: 0;
    }

    .aa-footer-grid {
        grid-template-columns: 1fr;
    }

    .aa-footer-projects {
        margin-top: 0;
        padding-top: 0;
    }

    .aa-footer-project-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 9px;
    }

    .aa-inner-page .page-banner {
        padding: 128px 0 54px;
    }

    .aa-inner-page .page-banner-title,
    .aa-inner-page .page-banner-breadcrumbs {
        width: 100%;
        text-align: right;
    }

    .aa-inner-page .breadcrumbs {
        justify-content: flex-start;
        margin-top: 18px;
    }

    .aa-inner-page .about-us,
    .aa-inner-page .blog-post,
    .aa-inner-page #comments,
    .aa-inner-page #respond,
    .aa-inner-page .sidebar .widget,
    .aa-inner-page .contact-form,
    .aa-inner-page .information,
    .aa-inner-page .single-portfolio,
    .aa-inner-page .project,
    .aa-inner-page .heading {
        padding: 22px;
    }

    .aa-inner-page .col-md-offset-1 {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    html,
    body,
    #container {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    .aa-template-2026 .container > .row {
        margin-right: 0;
        margin-left: 0;
    }

    .aa-hero-slide-media {
        transform: none;
    }

    .aa-footer {
        padding-bottom: 108px;
    }

    .aa-inner-page .client-logo {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .aa-inner-page #portfolio-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aa-home-hero h1 {
        font-size: 38px;
    }

    .aa-home-hero p {
        font-size: 17px;
    }

    .aa-btn {
        width: 100%;
    }

    .aa-home-hero .aa-hero-buttons {
        flex-wrap: nowrap;
        gap: 8px;
    }

    .aa-home-hero .aa-hero-buttons .aa-btn {
        flex: 1 1 0;
        width: auto;
        min-width: 0;
        padding-inline: 10px;
        font-size: 15px;
        white-space: nowrap;
    }

    .aa-hero-showcase {
        min-height: 330px;
    }

    .aa-floating-card {
        position: static;
        margin-top: 10px;
    }

    .aa-band-inner,
    .aa-final-cta-inner {
        padding: 24px;
    }

    .aa-band-inner {
        padding: 38px 0;
    }

    .aa-band-actions {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .aa-final-cta-inner {
        padding: 44px 0;
    }

    .aa-final-cta-action {
        width: 100%;
    }

    .aa-project-grid,
    .aa-stats-grid,
    .aa-client-grid {
        grid-template-columns: 1fr;
    }

    .aa-mobile-actions {
        display: grid;
        right: auto;
        bottom: 8px;
        left: 50%;
        width: calc(100% - 16px);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
        transform: translateX(-50%);
    }

    .aa-mobile-actions a {
        min-height: 52px;
        padding: 10px 8px;
        border-radius: 12px;
        font-size: 15px;
    }

    .aa-mobile-actions a i {
        font-size: 20px;
    }

    #a11y-widget-btn {
        bottom: 126px !important;
    }

    #a11y-esc-hint {
        bottom: 172px !important;
    }

    .back-to-top {
        bottom: 66px;
        left: 10px;
    }

    .aa-inner-page #content {
        padding: 48px 0 78px;
    }

    .aa-inner-page .controls,
    .aa-inner-page .filter-right ul {
        align-items: stretch;
        flex-direction: column;
    }

    .aa-inner-page .controls .filter,
    .aa-inner-page .post-tags-list a,
    .aa-inner-page .tagcloud a {
        justify-content: center;
        width: 100%;
    }

    .aa-inner-page .contact-datails {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 13px;
        padding: 16px 0;
    }

    .aa-inner-page .contact-datails .icon {
        width: 52px;
        height: 52px;
        border-radius: 12px 20px 12px 20px;
    }

    .aa-inner-page .contact-datails .info h3 {
        font-size: 1.24rem;
    }

    .aa-inner-page .blog-post .feature-inner {
        margin: -24px -24px 0;
    }

    .aa-inner-page .share {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .aa-inner-page .pricing-tables {
        grid-template-columns: 1fr;
    }

    .aa-inner-page .client-logo {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .aa-inner-page .client-logo .client-item {
        height: 106px;
        padding: 14px;
    }

    .aa-inner-page #portfolio-list {
        grid-template-columns: 1fr;
    }

    .aa-inner-page .section {
        padding: 46px 0;
    }

    .aa-inner-page .error-page {
        padding: 42px 20px;
    }
}

.aa-inner-page {
    padding-top: 124px;
}

.aa-inner-page .page-banner {
    min-height: 0;
    margin-top: 0;
    padding: 5px 0 !important;
}

.aa-inner-page .page-banner .row {
    margin: 0;
}

.aa-inner-page .page-banner-title {
    display: none !important;
}

.aa-inner-page .page-banner-breadcrumbs {
    display: block;
    float: none !important;
    width: 100% !important;
    max-width: none;
    padding: 0 !important;
    text-align: right !important;
}

.aa-inner-page .page-banner .breadcrumbs {
    justify-content: flex-start;
    padding: 5px 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

@media (max-width: 991px) {
    .aa-inner-page {
        padding-top: 112px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }

    .aa-reveal {
        opacity: 1;
        transform: none;
    }
}
