:root {
    --aks-brand-green: #03503c;
    --aks-brand-green-dark: #024332;
    --aks-brand-green-soft: #e7f1ee;
    --aks-brand-navy: #102a46;
    --aks-brand-navy-soft: #142e4c;
    --aks-navy-950: #071426;
    --aks-navy-900: #102a46;
    --aks-navy-800: #142e4c;
    /* Eski değişken adları geriye dönük uyumluluk için korunuyor. */
    --aks-blue-600: var(--aks-brand-green);
    --aks-blue-700: var(--aks-brand-green-dark);
    --aks-orange-500: var(--aks-brand-navy);
    --aks-surface: #ffffff;
    --aks-surface-soft: #f4f7f9;
    --aks-border: #dce5eb;
    --aks-text: #102a46;
    --aks-muted: #6b7c89;
    --aks-radius-sm: 8px;
    --aks-radius-md: 14px;
    --aks-shadow-header: 0 8px 30px rgba(8, 25, 39, .09);
    --aks-container: 1320px;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--aks-text);
    background: var(--aks-surface);
}

body.header-fixed {
    padding-top: 0 !important;
}

.aks-skip-link {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 10000;
    padding: 10px 16px;
    color: #fff;
    background: var(--aks-blue-700);
    border-radius: var(--aks-radius-sm);
    transform: translateY(-150%);
    transition: transform .2s ease;
}

.aks-skip-link:focus {
    color: #fff;
    transform: translateY(0);
}

.header {
    margin: 0;
    background: rgba(255, 255, 255, .98);
    border: 0;
    box-shadow: var(--aks-shadow-header);
}

.aks-topbar > .container,
.footer .container {
    width: min(100% - 32px, var(--aks-container));
    max-width: var(--aks-container);
}

.header > .container {
    width: 100%;
    max-width: none;
    padding-right: clamp(16px, 2vw, 32px);
    padding-left: clamp(16px, 2vw, 32px);
}

.aks-topbar {
    min-height: 54px;
    padding: 0;
    color: #fff;
    background: var(--aks-blue-600);
    border: 0;
}

.aks-topbar-inner {
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    font-size: 13px;
}

.aks-topbar-contact,
.aks-topbar-actions {
    display: flex;
    align-items: center;
    gap: 22px;
}

.aks-topbar-contact a,
.aks-topbar-actions a,
.aks-topbar-location {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.aks-topbar-contact a:hover,
.aks-topbar-actions a:hover {
    color: #fff;
}

.aks-topbar-contact i {
    color: #fff;
    font-size: 14px;
}

.aks-topbar-action {
    gap: 14px !important;
}

.aks-topbar-action i,
.aks-topbar-social {
    display: inline-flex;
    width: 32px;
    height: 32px;
    color: #fff;
    background: var(--aks-blue-700);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: background .2s ease, transform .2s ease;
}

.aks-topbar-action:hover i,
.aks-topbar-social:hover {
    background: var(--aks-orange-500);
    transform: translateX(2px);
}

.aks-topbar-divider {
    width: 1px;
    height: 22px;
    background: rgba(255, 255, 255, .3);
}

.aks-topbar-location {
    color: rgba(255, 255, 255, .82);
    font-weight: 600;
}

.header > .container {
    display: flex !important;
    min-height: 112px;
    position: relative;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.main-menu-deputy {
    display: flex;
    flex: 0 0 296px;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
}

.main-menu-deputy .logo {
    float: none;
    margin: 0;
}

.main-menu-deputy .logo a {
    display: flex;
    width: 290px;
    height: 86px;
    align-items: center;
    gap: 8px;
}

.main-menu-deputy .logo img {
    display: block;
    object-fit: contain;
}

.main-menu-deputy .logo .aks-header-brand-logo {
    width: 229px;
    height: 100%;
}

.main-menu-deputy .logo .aks-header-quality-badge {
    width: 53px;
    height: 70px;
    flex: 0 0 53px;
}

.main-menu {
    display: flex;
    float: none;
    height: 112px;
    margin: 0;
    align-items: center;
}

.main-menu .main-nav {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    gap: 1px;
}

.main-menu .main-nav > li > a {
    display: flex;
    min-height: 112px;
    padding: 0 11px;
    color: #101820;
    align-items: center;
    font-family: inherit;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.2;
    text-transform: none;
}

.main-menu .main-nav > li > a::before {
    position: absolute;
    right: 10px;
    bottom: 31px;
    left: 10px;
    height: 2px;
    background: var(--aks-blue-600);
    border-radius: 3px;
    content: "";
    opacity: 0;
    transform: scaleX(.3);
    transition: opacity .2s ease, transform .2s ease;
}

.main-menu .main-nav > li:hover > a,
.main-menu .main-nav > li:focus-within > a,
.main-menu .main-nav > li.active > a {
    color: var(--aks-blue-700);
}

.main-menu .main-nav > li:hover > a::before,
.main-menu .main-nav > li:focus-within > a::before,
.main-menu .main-nav > li.active > a::before {
    opacity: 1;
    transform: scaleX(1);
}

.main-menu .main-nav li.aks-ai-nav > a,
.main-menu .main-nav li.aks-ai-nav:hover > a,
.main-menu .main-nav li.aks-ai-nav.active > a {
    color: var(--aks-blue-700);
    font-weight: 750;
}

.main-menu .main-nav .mega-menu-card-copy strong {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
}

.main-menu .main-nav li.has-children > a {
    padding-right: 23px;
}

.main-menu .main-nav li.aks-nav-cta {
    margin-left: 8px;
}

.main-menu .main-nav li.aks-nav-cta > a,
.main-menu .main-nav li.aks-nav-cta.active > a,
.main-menu .main-nav li.aks-nav-cta:hover > a {
    min-height: 38px;
    padding: 0 15px;
    color: #fff;
    background: var(--aks-blue-600);
    border-radius: 0;
    box-shadow: none;
}

.main-menu .main-nav li.aks-nav-cta > a::before {
    display: none;
}

.main-menu .main-nav li.aks-nav-cta:hover > a {
    background: var(--aks-blue-700);
    transform: translateY(-1px);
}

.aks-mobile-quick-actions,
.aks-mobile-menu-head {
    display: none;
}

.header.fixed.trim {
    top: -166px;
}

.header.fixed.scroll-down {
    top: -54px;
}

.headermobil {
    padding-top: 166px;
}

#main-content {
    min-height: 40vh;
}

#aks-about,
#aks-why,
#projects-section {
    scroll-margin-top: 180px;
}

.footer {
    --aks-footer-navy: #102a46;
    --aks-footer-navy-deep: #091d2d;
    --aks-footer-accent: #62b99e;
    position: relative;
    margin: 0;
    color: #53687a;
    background: #fff;
    border-top: 1px solid #dfe8e5;
}

.aks-footer-cta {
    position: relative;
    overflow: hidden;
    padding: 68px 0;
    color: #fff;
    background:
        linear-gradient(rgba(16, 42, 70, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(16, 42, 70, .035) 1px, transparent 1px),
        #eef3f6;
    background-size: 28px 28px;
}

.aks-footer-cta-inner {
    position: relative;
    display: flex;
    overflow: hidden;
    min-height: 240px;
    padding: 42px 46px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 18px;
    background:
        radial-gradient(circle at 84% 12%, rgba(88, 197, 167, .22), transparent 30%),
        linear-gradient(118deg, #0c2942 0%, #143e59 62%, #07503e 100%);
    box-shadow: 0 28px 70px rgba(12, 38, 59, .2);
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

.aks-footer-cta-inner::before {
    position: absolute;
    top: -105px;
    right: -68px;
    width: 310px;
    height: 310px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    box-shadow: 0 0 0 42px rgba(255, 255, 255, .035), 0 0 0 86px rgba(255, 255, 255, .025);
    content: "";
    pointer-events: none;
}

.aks-footer-cta-inner::after {
    position: absolute;
    top: 34px;
    bottom: 34px;
    left: 0;
    width: 4px;
    background: #54c7a5;
    content: "";
}

.aks-footer-cta-copy {
    position: relative;
    z-index: 1;
    max-width: 760px;
}

.aks-footer-eyebrow {
    display: block;
    margin-bottom: 8px;
    color: #81ddc2;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
}

.aks-footer-cta h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: clamp(25px, 3vw, 38px);
    font-weight: 750;
    letter-spacing: -.025em;
    line-height: 1.15;
}

.aks-footer-cta p {
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 15px;
}

.aks-footer-cta-actions {
    position: relative;
    z-index: 1;
    display: flex;
    flex: 0 0 auto;
    gap: 10px;
}

.aks-btn {
    display: inline-flex;
    min-height: 48px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: var(--aks-radius-sm);
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-size: 14px;
    font-weight: 750;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease, color .2s ease;
}

.aks-btn:hover {
    transform: translateY(-2px);
}

.aks-btn-light {
    color: var(--aks-navy-900);
    background: #fff;
}

.aks-btn-light:hover {
    color: var(--aks-blue-700);
}

.aks-btn-outline-light {
    color: #fff;
    border-color: rgba(255, 255, 255, .45);
    background: rgba(255, 255, 255, .06);
}

.aks-btn-outline-light:hover {
    color: #fff;
    background: rgba(255, 255, 255, .14);
}

.footer .footer-widget-area {
    padding: 72px 0 34px;
    background:
        linear-gradient(rgba(16, 42, 70, .018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(16, 42, 70, .018) 1px, transparent 1px),
        #fff;
    background-size: 32px 32px;
}

.footer .footer-widget-area::after,
.footer .footer-widgets::before,
.footer .footer-widgets::after {
    display: none !important;
}

.footer .footer-widgets {
    padding: 0;
}

.aks-footer-logo {
    display: block;
    width: 235px;
    height: 78px;
    max-width: 100%;
    margin: -12px 0 24px;
}

.aks-footer-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.aks-footer-brand > p {
    max-width: 360px;
    margin: 0 0 24px;
    color: #53687a;
    font-size: 14px;
    line-height: 1.75;
}

.aks-footer-trade-name {
    display: grid;
    max-width: 340px;
    margin: -7px 0 17px;
    gap: 3px;
}

.aks-footer-trade-name span {
    color: var(--aks-blue-600);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .14em;
}

.aks-footer-trade-name strong {
    color: var(--aks-footer-navy);
    font-size: 13px;
    font-weight: 740;
    line-height: 1.45;
}

.aks-footer-socials {
    display: flex;
    gap: 9px;
}

.aks-footer-socials a {
    display: inline-flex;
    width: 34px;
    height: 34px;
    color: var(--aks-blue-700);
    background: #edf7f4;
    border: 1px solid #cde3dc;
    border-radius: 7px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.aks-footer-socials a:hover {
    color: #fff;
    background: var(--aks-footer-accent);
    border-color: var(--aks-footer-accent);
    transform: translateY(-2px);
}

.footer .single-widget .widget-heading {
    min-height: 0;
    margin: 4px 0 20px;
    padding: 0;
}

.footer .single-widget .widget-heading h3 {
    position: relative;
    margin: 0;
    padding: 0;
    color: var(--aks-footer-navy);
    font-size: 16px;
    font-weight: 750;
    letter-spacing: .02em;
    text-transform: none;
}

.footer .single-widget .widget-heading h3::after {
    display: block;
    width: 30px;
    height: 2px;
    margin-top: 10px;
    background: var(--aks-footer-accent);
    content: "";
}

.footer .single-widget .widget-link ul,
.footer .single-widget .widget-address ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .single-widget .widget-link ul li {
    margin: 0 0 12px;
}

.footer .single-widget .widget-link ul li a {
    display: inline-flex;
    padding: 0;
    color: #435d70;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}

.footer .single-widget .widget-link ul li a:hover {
    color: var(--aks-blue-700);
    transform: translateX(4px);
}

.aks-footer-certifications {
    min-width: 0;
}

.aks-certificate-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.aks-certificate-mark {
    display: flex;
    min-width: 0;
    min-height: 118px;
    padding: 10px;
    color: var(--aks-footer-navy);
    background: #fff;
    border: 1px solid #d9e7e2;
    border-radius: 14px;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 8px 22px rgba(12, 55, 79, .08);
    overflow: hidden;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.aks-certificate-mark:hover {
    border-color: #aecfc3;
    box-shadow: 0 12px 28px rgba(12, 55, 79, .14);
    transform: translateY(-2px);
}

.aks-certificate-mark img {
    display: block;
    width: 100%;
    height: 98px;
    object-fit: contain;
}

.aks-certificate-mark-iso {
    grid-column: 1 / -1;
    min-height: 112px;
    padding: 12px 16px;
}

.aks-certificate-mark-iso img {
    height: auto;
    max-height: 104px;
}

.aks-certificate-mark-ce img,
.aks-certificate-mark-tim img {
    height: 96px;
}

.aks-certificate-mark-tuv img {
    height: 102px;
}

.aks-certificate-mark strong {
    color: var(--aks-footer-navy);
    font-size: 18px;
    font-weight: 850;
    letter-spacing: -.035em;
    line-height: 1;
}

.aks-certificate-mark small {
    color: #658073;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.15;
    text-transform: uppercase;
}

.aks-certificate-mark-ce strong {
    font-size: 25px;
    letter-spacing: -.11em;
}

.aks-certificate-mark-tim strong {
    letter-spacing: .02em;
}

.aks-certificate-mark-tse strong {
    display: grid;
    width: 35px;
    height: 35px;
    border: 1px solid #7fa99d;
    border-radius: 50%;
    font-size: 11px;
    letter-spacing: -.02em;
    place-items: center;
}

.aks-footer-contact ul {
    display: grid;
    gap: 14px;
}

.footer .aks-footer-contact ul li {
    display: grid;
    margin: 0;
    color: rgba(255, 255, 255, .86);
    grid-template-columns: 30px minmax(0, 1fr);
    align-items: start;
    font-size: 14px;
    line-height: 1.55;
}

.footer .aks-footer-contact i {
    padding-top: 4px;
    color: var(--aks-blue-600);
}

.footer .aks-footer-contact a {
    color: rgba(255, 255, 255, .86);
    overflow-wrap: anywhere;
    text-decoration: none;
}

.footer .aks-footer-contact a:hover {
    color: #fff;
}

.aks-footer-contact-widget .widget-heading {
    margin-bottom: 17px !important;
}

.aks-footer-contact-widget {
    margin-top: 0;
    padding-top: 24px;
    border-top: 1px solid #dfe8e5;
}

.footer .row > .aks-footer-contact-column {
    margin-top: 20px;
}

.aks-footer-offices-heading {
    display: flex;
    margin-bottom: 24px;
    align-items: end;
    justify-content: space-between;
    gap: 32px;
}

.aks-footer-offices-heading > div {
    display: grid;
    gap: 8px;
}

.aks-footer-offices-heading span {
    color: var(--aks-blue-600);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .16em;
}

.aks-footer-offices-heading h3 {
    max-width: 700px;
    margin: 0;
    color: var(--aks-footer-navy);
    font-size: clamp(22px, 2.2vw, 31px);
    font-weight: 740;
    letter-spacing: -.025em;
    line-height: 1.2;
}

.aks-footer-offices-heading p {
    max-width: 430px;
    margin: 0 0 2px;
    color: #657987;
    font-size: 13px;
    line-height: 1.65;
}

.aks-footer-location-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.aks-footer-location {
    position: relative;
    display: grid;
    min-width: 0;
    min-height: 250px;
    margin: 0;
    padding: 25px 22px 22px;
    overflow: hidden;
    background: #f8fbfa;
    border: 1px solid #dfe9e6;
    box-shadow: 0 10px 28px rgba(16, 42, 70, .055);
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: start;
    gap: 15px;
    transition: background .25s ease, border-color .25s ease, transform .25s ease;
}

.aks-footer-location:hover {
    background: #f0f8f5;
    border-color: #a8cec2;
    transform: translateY(-3px);
}

.aks-footer-location-icon {
    display: grid;
    width: 42px;
    height: 42px;
    color: #fff;
    background: var(--aks-blue-600);
    border: 1px solid var(--aks-blue-600);
    place-items: center;
}

.aks-footer-location-icon i {
    font-size: 15px;
}

.aks-footer-location-content {
    display: flex;
    min-width: 0;
    min-height: 200px;
    padding-top: 3px;
    flex-direction: column;
}

.aks-footer-location strong {
    display: block;
    max-width: 100%;
    margin: 0 0 12px;
    color: var(--aks-footer-navy);
    font-size: 14px;
    font-weight: 750;
    line-height: 1.45;
}

.aks-footer-export-heading {
    display: flex;
    min-width: 0;
    margin: 0 0 12px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.aks-footer-export-heading strong {
    margin: 0;
}

.aks-footer-export-logo {
    width: 92px;
    max-width: 52%;
    height: 24px;
    object-fit: contain;
    object-position: right center;
}

.aks-footer-location address {
    margin: 0;
    color: #667b89;
    font-size: 12px;
    font-style: normal;
    line-height: 1.65;
}

.aks-footer-location-links {
    display: grid;
    margin-top: auto;
    padding-top: 18px;
    gap: 8px;
}

.aks-footer-location-links a {
    display: flex;
    min-width: 0;
    color: #3e596c;
    align-items: flex-start;
    gap: 8px;
    font-size: 11px;
    line-height: 1.45;
    overflow-wrap: anywhere;
    text-decoration: none;
    transition: color .2s ease;
}

.aks-footer-location-links a:hover {
    color: var(--aks-blue-700);
}

.aks-footer-location-links i {
    width: 13px;
    padding-top: 2px;
    color: var(--aks-blue-600);
    flex: 0 0 auto;
}

.aks-footer-direct-contact {
    display: flex;
    margin-top: 13px;
    flex-wrap: wrap;
    gap: 7px;
}

.aks-footer-direct-contact a {
    display: inline-flex;
    min-height: 34px;
    padding: 7px 10px;
    color: rgba(255, 255, 255, .84);
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .1);
    align-items: center;
    gap: 7px;
    font-size: 11px;
    line-height: 1.35;
    text-decoration: none;
    transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.aks-footer-direct-contact a:hover {
    color: #fff;
    background: rgba(255, 255, 255, .09);
    border-color: rgba(255, 255, 255, .2);
}

.aks-footer-direct-contact i {
    color: #9fc1b7;
    font-size: 11px;
}

.footer .copyright-designer {
    padding: 27px 0;
    color: #dbe8e4;
    background: var(--aks-footer-navy);
    border-top: 4px solid var(--aks-footer-accent);
}

.aks-copyright-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.footer .copyright-designer p {
    margin: 0;
    color: inherit;
    font-size: 12px;
}

.aks-copyright-links {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 12px;
}

.aks-copyright-links a {
    color: rgba(255, 255, 255, .78);
    text-decoration: none;
}

.aks-copyright-links a:hover {
    color: #fff;
}

.footer .go-top {
    position: fixed;
    right: max(18px, env(safe-area-inset-right));
    bottom: max(18px, env(safe-area-inset-bottom));
    z-index: 8990;
}

.footer .go-top .back-to-top {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--aks-blue-600);
    border-radius: 50%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .22);
}

.footer .go-top .back-to-top:hover,
.footer .go-top .back-to-top:focus-visible {
    color: #fff;
    background: var(--aks-blue-700);
    transform: translateY(-2px);
}

@media (max-width: 767px) {
    .footer .go-top {
        right: max(12px, env(safe-area-inset-right));
        bottom: max(12px, env(safe-area-inset-bottom));
    }
}

@media (max-width: 1359px) and (min-width: 992px) {
    .header > .container {
        gap: 12px;
    }

    .main-menu-deputy {
        flex-basis: 187px;
    }

    .main-menu-deputy .logo a {
        width: 182px;
        height: 70px;
        gap: 5px;
    }

    .main-menu-deputy .logo .aks-header-brand-logo {
        width: 137px;
    }

    .main-menu-deputy .logo .aks-header-quality-badge {
        width: 40px;
        height: 55px;
        flex-basis: 40px;
    }

    .main-menu .main-nav > li > a {
        padding-right: 5px;
        padding-left: 5px;
        font-size: 11.5px;
    }

    .main-menu .main-nav li.has-children > a {
        padding-right: 17px;
    }

    .main-menu .main-nav > li > a i {
        display: none;
    }

    .main-menu .main-nav li.aks-nav-cta > a {
        padding-right: 10px;
        padding-left: 10px;
    }

    .language-switcher > summary {
        padding-right: 8px;
        padding-left: 8px;
        gap: 4px;
    }
}

@media (max-width: 991px) {
    .aks-topbar {
        display: none;
    }

    .header > .container {
        display: block !important;
        min-height: 74px;
    }

    .main-menu-deputy {
        position: relative;
        width: 100%;
        min-height: 74px;
    }

    .main-menu-deputy .logo {
        display: block;
        margin: 0;
        padding: 0;
    }

    .main-menu-deputy .logo a {
        width: 174px;
        height: 58px;
        gap: 5px;
    }

    .main-menu-deputy .logo .aks-header-brand-logo {
        width: 133px;
    }

    .main-menu-deputy .logo .aks-header-quality-badge {
        width: 36px;
        height: 51px;
        flex-basis: 36px;
    }

    .aks-mobile-quick-actions {
        position: fixed;
        top: 16px;
        right: 12px;
        z-index: 9999;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .aks-mobile-quick-actions > a,
    .main-menu-deputy .menu-when-collapse {
        position: static;
        display: inline-flex;
        width: 42px;
        height: 42px;
        padding: 0;
        color: var(--aks-blue-700);
        background: var(--aks-surface-soft);
        border: 1px solid var(--aks-border);
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        line-height: 1;
    }

    .main-menu-deputy .menu-when-collapse {
        flex-direction: column;
        gap: 4px;
    }

    .main-menu-deputy .menu-when-collapse::after {
        display: none;
    }

    .main-menu-deputy .menu-when-collapse span {
        display: block;
        width: 17px;
        height: 2px;
        background: currentColor;
        border-radius: 2px;
    }

    .menu-collapse-after-effect {
        z-index: 9997;
        background: rgba(5, 17, 27, .58);
        backdrop-filter: blur(2px);
    }

    .main-menu {
        display: block;
        top: 0;
        right: auto;
        bottom: 0;
        left: -100%;
        z-index: 9998;
        width: min(88%, 390px);
        height: 100%;
        padding: 0;
        background: #fff;
        box-shadow: 20px 0 50px rgba(8, 25, 39, .2);
    }

    .main-menu.toggle-nav {
        left: 0;
    }

    .aks-mobile-menu-head {
        display: flex;
        height: 72px;
        padding: 0 18px 0 22px;
        color: #fff;
        background: var(--aks-navy-900);
        align-items: center;
        justify-content: space-between;
        font-size: 15px;
        font-weight: 750;
    }

    .main-menu .close-nav {
        display: inline-flex;
        width: 40px;
        height: 40px;
        padding: 0;
        background: rgba(255, 255, 255, .08);
        border: 1px solid rgba(255, 255, 255, .12);
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        line-height: 1;
    }

    .main-menu .main-nav {
        display: block;
        padding: 10px 14px 30px;
    }

    .main-menu .main-nav > li {
        display: block;
        border-bottom: 1px solid #edf1f4;
    }

    .main-menu .main-nav > li > a {
        min-height: 55px;
        padding: 0 12px;
        color: #274155;
        font-size: 15px;
        line-height: 1.35;
    }

    .main-menu .main-nav > li > a::before {
        display: none;
    }

    .main-menu .main-nav li.has-children > a {
        padding-right: 48px;
    }

    .main-menu .main-nav li .toggle-submenu {
        top: 6px;
        right: 4px;
        width: 40px;
        height: 40px;
        z-index: 4;
    }

    .main-menu .main-nav li.aks-nav-cta {
        margin: 16px 0 6px;
        border: 0;
    }

    .main-menu .main-nav li.aks-nav-cta > a,
    .main-menu .main-nav li.aks-nav-cta.active > a,
    .main-menu .main-nav li.aks-nav-cta:hover > a {
        min-height: 48px;
        justify-content: center;
    }

    body .header.fixed,
    body .header.fixed.trim,
    body .header.fixed.scroll-down {
        top: 0 !important;
    }

    .headermobil {
        padding-top: 74px;
    }

    .aks-footer-cta-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
    }

    .footer .footer-widget-area {
        padding: 50px 0 40px;
    }

    .aks-footer-location-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aks-footer-offices-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .aks-footer-offices-heading p {
        max-width: 650px;
    }

}

@media (max-width: 575px) {
    .aks-topbar > .container,
    .footer .container {
        width: min(100% - 24px, var(--aks-container));
    }

    .header > .container {
        padding-right: 12px;
        padding-left: 12px;
    }

    .aks-footer-cta {
        padding: 40px 0;
    }

    .aks-footer-cta-inner {
        min-height: 0;
        padding: 30px 26px;
        border-radius: 14px;
    }

    .aks-footer-cta-actions {
        width: 100%;
        flex-direction: column;
    }

    .aks-btn {
        width: 100%;
    }

    .aks-footer-logo {
        width: 220px;
        height: 76px;
    }

    .aks-certificate-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .aks-footer-location-list {
        grid-template-columns: 1fr;
    }

    .aks-footer-location {
        min-height: 225px;
    }

    .aks-footer-direct-contact {
        display: grid;
    }

    .aks-footer-direct-contact a {
        justify-content: flex-start;
    }

    .aks-copyright-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .aks-copyright-links {
        flex-wrap: wrap;
        gap: 10px 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
