:root {
    --alutek-blue: #0290D4;
    --alutek-blue-dark: #006fa6;
    --alutek-navy: #041b2d;
    --alutek-ice: #f2f7f8;
}

.skip-link { position: fixed; z-index: 100000; top: -100px; left: 16px; padding: 10px 14px; background: #fff; color: #041B2D; }
.skip-link:focus { top: 16px; }

.alutek-theme-header {
    position: absolute;
    inset: 0 0 auto;
    z-index: 999;
    color: #fff;
    background: var(--alutek-navy);
    border-bottom: 1px solid rgba(255,255,255,.16);
}

.alutek-theme-header.header-1 { background: var(--alutek-navy); border: 0; }
.alutek-theme-header > .container,
.alutek-theme-header .mega-menu-wrapper { background: transparent; }

.alutek-theme-header .alutek-topbar {
    border-bottom: 1px solid rgba(255,255,255,.14);
    background: var(--alutek-navy);
    backdrop-filter: none;
}

.alutek-theme-header .alutek-topbar .container {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: rgba(255,255,255,.78);
    font-size: 11px;
    letter-spacing: .05em;
}

.alutek-theme-header .alutek-topbar a { margin-left: 20px; color: #fff; }
.alutek-theme-header .alutek-topbar i { margin-right: 6px; color: var(--alutek-blue); }
.alutek-theme-header .alutek-language-link { margin-left: 10px !important; opacity: .65; font-weight: 700; }
.alutek-language-link,
.alutek-offcanvas-languages a { display: inline-flex; align-items: center; gap: 6px; }
.alutek-language-flag { display: inline-grid; place-items: center; width: 18px; height: 14px; font-size: 14px; line-height: 1; filter: saturate(.9); }
.alutek-theme-header .alutek-language-link.active,
.alutek-theme-header .alutek-language-link:hover { opacity: 1; color: var(--alutek-blue); }
.alutek-theme-header .header-main { min-height:94px; background:var(--alutek-navy); backdrop-filter:none; }
.alutek-theme-header .logo img { width: 194px; max-height: 66px; }
.alutek-theme-header .main-menu nav > ul > li > a { color: #fff; }
.alutek-theme-header .main-menu nav > ul > li > a:hover { color: var(--alutek-blue); }
.alutek-theme-header .theme-btn { background: var(--alutek-blue); color: #fff; flex: 0 0 auto; white-space: nowrap; }
.alutek-theme-header .sidebar__toggle button { color: #fff; font-size: 28px; }
.alutek-theme-header.sticky,
.alutek-theme-header.header-sticky { position: fixed; background: var(--alutek-navy); box-shadow: 0 14px 40px rgba(0,0,0,.18); }
.alutek-theme-header.sticky .alutek-topbar,
.alutek-theme-header.header-sticky .alutek-topbar { display: none; }
.offcanvas__logo img { width: 190px; }
.alutek-offcanvas-languages { display: flex; gap: 14px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); }
.alutek-offcanvas-languages a { color: rgba(255,255,255,.55); font-weight: 700; }
.alutek-offcanvas-languages .alutek-language-flag { width: 22px; height: 18px; font-size: 17px; }
.alutek-offcanvas-languages a.active { color: var(--alutek-blue); }

.alutek-home-theme {
    overflow: clip;
    background: #fff;
}

.alutek-theme-hero {
    position: relative;
    background: var(--alutek-navy);
}

.alutek-theme-hero .hero-height {
    min-height: 920px;
    display: flex;
    align-items: center;
    padding: 185px 0 145px;
}

.alutek-hero-slider,
.alutek-hero-slider .swiper-wrapper,
.alutek-hero-slide { width: 100%; }
.alutek-hero-slider { position: relative; overflow: hidden; }
.alutek-hero-slide { position: relative; overflow: hidden; }
.alutek-hero-slide .hero-height { position: relative; }
.alutek-hero-slider:not(.swiper-initialized) { min-height: 920px; }
.alutek-hero-slider:not(.swiper-initialized) .swiper-wrapper { position: relative; display: block; min-height: 920px; }
.alutek-hero-slider:not(.swiper-initialized) .swiper-slide { position: absolute; inset: 0; opacity: 0; animation: alutekHeroFallback 11.2s ease-in-out infinite; }
.alutek-hero-slider:not(.swiper-initialized) .swiper-slide:nth-child(2) { animation-delay: 5.6s; }
.alutek-hero-slider:not(.swiper-initialized) .swiper-slide:nth-child(n+3) { display: none; }
.alutek-hero-slider:not(.swiper-initialized) .alutek-hero-slider__controls { display: none; }
@keyframes alutekHeroFallback {
    0%, 44% { opacity: 1; }
    50%, 100% { opacity: 0; }
}
.alutek-hero-slide--record .hero-content h1 { max-width: 820px; }
.alutek-hero-slider__controls { position: absolute; z-index: 5; right: max(28px, calc((100vw - 1240px) / 2)); bottom: 162px; display: flex; align-items: center; gap: 18px; }
.alutek-hero-pagination { display: flex; align-items: center; gap: 8px; }
.alutek-hero-pagination .swiper-pagination-bullet { width: 28px; height: 3px; margin: 0 !important; border-radius: 0; background: rgba(255,255,255,.48); opacity: 1; }
.alutek-hero-pagination .swiper-pagination-bullet-active { background: var(--alutek-blue); }
.alutek-hero-next { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: transparent; color: #fff; transition: background .25s ease, border-color .25s ease; }
.alutek-hero-next:hover { border-color: var(--alutek-blue); background: var(--alutek-blue); }

.alutek-theme-hero .hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(2, 17, 29, .96) 0%, rgba(2, 17, 29, .78) 43%, rgba(2, 17, 29, .2) 78%), linear-gradient(0deg, rgba(2, 17, 29, .5), transparent 50%);
}

.alutek-theme-hero .hero-content,
.alutek-theme-hero .hero-button {
    position: relative;
    z-index: 2;
    opacity: 1 !important;
    transform: none !important;
}

.alutek-theme-hero .hero-content {
    max-width: 1080px;
}

.alutek-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 30px;
    color: #67c7ee;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .19em;
    text-transform: uppercase;
}

.alutek-hero-kicker::before {
    content: "";
    width: 45px;
    height: 1px;
    background: currentColor;
}

.alutek-theme-hero .hero-content h1 {
    max-width: 1050px;
    margin: 0;
    color: #fff;
    font-size: clamp(50px, 5.6vw, 88px);
    line-height: .83;
    letter-spacing: -.045em;
    text-transform: uppercase;
}

.alutek-theme-hero .hero-content h1 span,
.alutek-theme-hero .hero-content h1 b {
    display: block;
}

.alutek-theme-hero .hero-content h1 span {
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, .78);
}

.alutek-theme-hero .hero-content h1 b {
    color: var(--alutek-blue);
    font-weight: 700;
}

.alutek-theme-hero .hero-text {
    max-width: 620px;
    margin: 32px 0 0;
    color: rgba(255, 255, 255, .76);
    font-size: 17px;
    line-height: 1.8;
}

.alutek-hero-actions {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 38px;
}

.alutek-outline-link {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.alutek-outline-link:hover { color: #67c7ee; }
.alutek-theme-hero .theme-btn { background: var(--alutek-blue); }
.alutek-theme-hero .marquee-section-2 { z-index: 4; }
.alutek-home-theme .sub-title { color: var(--alutek-blue-dark); }

.alutek-home-theme .section-title h2 {
    color: var(--alutek-navy);
    font-size: clamp(48px, 5vw, 61px);
    line-height: .98;
    letter-spacing: -.025em;
}

.alutek-sector-intro {
    max-width: 390px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.alutek-sector-intro strong {
    color: var(--alutek-blue);
    font: 700 48px/.9 "Barlow Condensed", sans-serif;
}

.alutek-sector-intro p {
    margin: 0;
    color: #60747d;
    font-size: 14px;
    line-height: 1.7;
}

.alutek-home-sectors { padding-top:170px; background:#041b2d; color:#fff; overflow:visible; }
.alutek-home-sectors__layout { display:grid; grid-template-columns:minmax(300px,.78fr) minmax(0,1.35fr); gap:80px; align-items:start; }
.alutek-home-sectors__intro { position:sticky; top:130px; padding-top:8px; }
.alutek-home-sectors__intro .sub-title { display:block; margin-bottom:22px; color:#65c8f1; font-size:11px; font-weight:800; letter-spacing:.18em; text-transform:uppercase; }
.alutek-home-sectors__intro h2 { margin:0; color:#fff; font-size:clamp(40px,4vw,58px); line-height:.98; }
.alutek-home-sectors__count { display:flex; align-items:end; gap:17px; margin-top:44px; padding-top:23px; border-top:1px solid rgba(255,255,255,.16); }
.alutek-home-sectors__count strong { color:#0290d4; font:600 54px/.8 "Barlow Condensed",sans-serif; }
.alutek-home-sectors__count span { color:#a9bdc7; font-size:11px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }
.alutek-home-sectors__list { border-top:1px solid rgba(255,255,255,.16); }
.alutek-home-sector-row {
    position:sticky;
    top:142px;
    display:grid;
    grid-template-columns:48px 124px minmax(0,1fr) 48px;
    gap:24px;
    align-items:center;
    min-height:174px;
    padding:25px 0;
    border-bottom:1px solid rgba(255,255,255,.16);
    background:#041b2d;
}
.alutek-home-sector-row__image { width:124px; height:112px; display:block; overflow:hidden; background:#0b2a3d; }
.alutek-home-sector-row__image img { width:100%; height:100%; object-fit:cover; transition:transform .5s ease, filter .5s ease; }
.alutek-home-sector-row:hover .alutek-home-sector-row__image img { transform:scale(1.07); filter:saturate(1.1); }
.alutek-home-sector-row > span { color:#0290d4; font:600 18px/1 "Barlow Condensed",sans-serif; }
.alutek-home-sector-row h3 { margin:0 0 7px; font-size:clamp(29px,3vw,43px); line-height:1; }
.alutek-home-sector-row h3 a { color:#fff; }
.alutek-home-sector-row h3 a:hover { color:#65c8f1; }
.alutek-home-sector-row p { max-width:650px; margin:0; color:#a9bdc7; font-size:14px; line-height:1.55; }
.alutek-home-sector-row > a { width:114px; height:114px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.22); color:#65c8f1; }
.alutek-home-sector-row:hover > a { background:#0290d4; border-color:#0290d4; color:#fff; }

@media (max-width:991px) {
    .alutek-home-sectors { padding-top:120px; }
    .alutek-home-sectors__layout { grid-template-columns:1fr; gap:45px; }
    .alutek-home-sectors__intro { position:static; }
    .alutek-home-sector-row { top:92px; }
}
@media (max-width:575px) {
    .alutek-home-sectors { padding-top:90px; }
    .alutek-home-sector-row { position:relative; top:auto; grid-template-columns:34px 76px minmax(0,1fr) 38px; gap:10px; min-height:126px; }
    .alutek-home-sector-row__image { width:76px; height:76px; }
    .alutek-home-sector-row p { font-size:13px; }
    .alutek-home-sector-row > a { width:58px; height:58px; }
}

.alutek-home-theme .service-box-area .service-box-items {
    transform-origin: center top;
    box-shadow: 0 28px 70px rgba(3,24,35,.13);
}

.alutek-home-theme .service-box-area .service-box-items .thumb {
    flex: 0 1 56%;
    height: 522px;
}

.alutek-home-theme .service-box-area .service-box-items .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-left-thumb-style-1 {
    position: relative;
}

.about-left-thumb-style-1 > img {
    width: 100%;
    min-height: 590px;
    object-fit: cover;
}

.alutek-about-stamp {
    position: absolute;
    right: -28px;
    bottom: 34px;
    width: 175px;
    min-height: 175px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
    background: var(--alutek-blue);
    color: #fff;
}

.alutek-about-stamp strong {
    font: 700 58px/.85 "Barlow Condensed", sans-serif;
}

.alutek-about-stamp span {
    margin-top: 14px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.about-right-content-style-1 .about-text,
.alutek-section-intro {
    color: #61727b;
    font-size: 16px;
    line-height: 1.8;
}

.alutek-capacity-strip {
    background: var(--alutek-navy);
}

.alutek-capacity-strip .counter-feature-wrapper {
    border-color: rgba(255, 255, 255, .12);
}

.alutek-capacity-strip h2,
.alutek-capacity-strip h3 { color: #fff; }
.alutek-capacity-strip p { color: #FFF !important; }

.alutek-projects { background: #fff; }
.alutek-project-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 12px; }
.alutek-project-grid .project-items-one { position: relative; min-height: 410px; overflow: hidden; isolation: isolate; }
.alutek-project-grid .alutek-project-card--wide { grid-column: span 8; }
.alutek-project-grid .alutek-project-card--narrow { grid-column: span 4; }
.alutek-project-grid .project-items-one img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.alutek-project-grid .project-items-one::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(3, 20, 33, .92), transparent 65%); }
.alutek-project-grid .project-items-one:hover img { transform: scale(1.055); }
.alutek-project-grid .project-content { position: absolute; left: 28px; right: 28px; bottom: 24px; z-index: 2; color: #fff; }
.alutek-project-grid .alutek-project-card-hit { position: absolute; inset: 0; z-index: 1; }
.alutek-project-grid .project-content span { color: #70c9ee; font-size: 10px; letter-spacing: .16em; }
.alutek-project-grid .project-content h3 { margin: 7px 0 0; color: #fff; font-size: 32px; }
.alutek-project-grid .project-content p { max-width: 520px; margin: 8px 0 0; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.6; }

.alutek-process { background: var(--alutek-ice); }
.alutek-process-visual { position: relative; }
.alutek-process-visual img { width: 100%; min-height: 620px; object-fit: cover; }
.alutek-process-visual span { position: absolute; right: -22px; top: 36px; padding: 18px 22px; background: var(--alutek-navy); color: #fff; font: 700 38px "Barlow Condensed", sans-serif; letter-spacing: .08em; }
.alutek-process-list { margin: 36px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(4, 27, 45, .14); }
.alutek-process-list li { display: flex; align-items: center; gap: 22px; padding: 20px 0; border-bottom: 1px solid rgba(4, 27, 45, .14); color: var(--alutek-navy); font-weight: 700; }
.alutek-process-list li span { color: var(--alutek-blue); font-size: 11px; letter-spacing: .14em; }

.alutek-news-card { height: 100%; overflow: hidden; border: 1px solid rgba(4, 27, 45, .11); background: #fff; transition: transform .35s ease, box-shadow .35s ease; }
.alutek-news-card:hover { transform: translateY(-7px); box-shadow: 0 22px 50px rgba(4, 27, 45, .11); }
.alutek-news-image { display: block; width: 100%; height: 260px; overflow: hidden; object-fit: cover; }
.alutek-news-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.alutek-news-card:hover .alutek-news-image img { transform: scale(1.05); }
.alutek-news-card .content { padding: 28px; }
.alutek-news-card .content > span { color: var(--alutek-blue); font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.alutek-news-card h3 { margin: 12px 0; font-size: 29px; }
.alutek-news-card h3 a { color: var(--alutek-navy); }
.alutek-news-card p { color: #677982; font-size: 14px; line-height: 1.7; }
.alutek-home-cta { background: var(--alutek-navy); }
.alutek-theme-faq { background: #fff; }
.alutek-theme-faq .accordion-box { margin: 0; padding: 0; list-style: none; }
.alutek-theme-faq .accordion.block { border-bottom: 1px solid rgba(4,27,45,.14); }
.alutek-theme-faq .acc-btn { position: relative; padding: 23px 48px 23px 0; color: var(--alutek-navy); font-size: 19px; font-weight: 700; cursor: pointer; }
.alutek-theme-faq .acc-btn .icon { position: absolute; right: 0; top: 24px; color: var(--alutek-blue); }
.alutek-theme-faq .acc-content { display: none; padding: 0 40px 22px 0; color: #62747d; line-height: 1.8; }
.alutek-theme-faq .acc-content.current { display: block; }

.alutek-theme-footer { position: relative; background: var(--alutek-navy); color: #fff; }
.alutek-theme-footer::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 85% 20%, rgba(2,144,212,.18), transparent 30%); }
.alutek-theme-footer > * { position: relative; }
.alutek-theme-footer .footer-logo img { width: 225px; max-height: 78px; }
.alutek-theme-footer .footer-info-top .info-item .icon { flex: 0 0 44px; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: var(--alutek-blue); }
.alutek-theme-footer .footer-info-top .info-item .content { min-width: 0; }
.alutek-theme-footer .footer-info-top .info-item .content .info-title { margin-bottom: 7px; }
.alutek-theme-footer .footer-content p { max-width: 460px; color: #a9bac3; }
.alutek-theme-footer .footer-content h3 { margin: 25px 0; color: #fff; font-size: 36px; }
.alutek-theme-footer .theme-btn { background: var(--alutek-blue); }
.alutek-theme-footer .alutek-footer-capabilities { margin-top: 28px; color: var(--alutek-blue); font-size: 10px; font-weight: 700; letter-spacing: .16em; line-height: 1.8; }
.alutek-theme-footer .footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top-color: rgba(255,255,255,.13); }
.alutek-theme-footer .footer-bottom a { color: var(--alutek-blue); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.alutek-footer-legal { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 20px; }
.alutek-footer-legal a { color: #a9bac3; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.alutek-footer-legal a:hover { color: var(--alutek-blue); }
.alutek-gizlilik { position: fixed; left: 22px; bottom: 22px; z-index: 1200; width: min(330px, calc(100vw - 44px)); border: 1px solid rgba(101,200,241,.25); border-radius: 14px; background: rgba(4,27,45,.94); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: 0 18px 50px rgba(2,10,18,.45); }
.alutek-gizlilik[hidden] { display: none; }
.alutek-gizlilik__inner { display: flex; flex-direction: column; gap: 12px; padding: 18px; }
.alutek-gizlilik p { margin: 0; color: #c4d3da; font-size: 12.5px; line-height: 1.6; }
.alutek-gizlilik__emoji { margin-right: 6px; font-size: 16px; }
[dir="rtl"] .alutek-gizlilik__emoji { margin-right: 0; margin-left: 6px; }
.alutek-gizlilik p a { color: #65c8f1; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; }
.alutek-gizlilik p a:hover { color: #fff; }
.alutek-gizlilik__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.alutek-gizlilik__accept { min-height: 40px; border: 0; border-radius: 9px; background: var(--alutek-blue); color: #fff; font: 700 11px/1 "Manrope",sans-serif; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.alutek-gizlilik__accept:hover { background: #65c8f1; color: #041b2d; }
.alutek-gizlilik__decline { min-height: 40px; border: 1px solid rgba(255,255,255,.25); border-radius: 9px; background: transparent; color: #c4d3da; font: 700 11px/1 "Manrope",sans-serif; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.alutek-gizlilik__decline:hover { border-color: #fff; color: #fff; }
[dir="rtl"] .alutek-gizlilik { left: auto; right: 22px; }
@media (max-width: 575px) {
    .alutek-gizlilik { left: 12px; right: 12px; bottom: 12px; width: auto; }
    [dir="rtl"] .alutek-gizlilik { right: 12px; }
}

[dir="rtl"] .alutek-hero-kicker::before { order: 2; }

@media (max-width: 991px) {
    .alutek-theme-header .alutek-topbar .container > span,
    .alutek-theme-header .alutek-topbar a:not(.alutek-language-link) { display: none; }
    .alutek-theme-header .alutek-topbar .container { justify-content: flex-end; }
    .alutek-theme-header .header-main { min-height: 78px; }
    .alutek-theme-hero .hero-height { min-height: 820px; padding-top: 170px; }
    .alutek-hero-slider:not(.swiper-initialized),
    .alutek-hero-slider:not(.swiper-initialized) .swiper-wrapper { min-height: 820px; }
    .alutek-hero-slider__controls { right: 24px; bottom: 145px; }
    .alutek-project-grid .project-items-one,
    .alutek-project-grid .project-items-one:nth-child(n) { grid-column: span 6; }
    .alutek-about-stamp { right: 0; }
    .alutek-process-visual span { right: 0; }
    .alutek-sector-intro { margin-top: 25px; }
    .alutek-home-theme .service-box-area .service-box-items .thumb { height: 360px; }
}

@media (max-width: 575px) {
    .alutek-theme-header .logo img { width: 158px; }
    .alutek-theme-hero .hero-height { min-height: 760px; padding: 145px 0 120px; }
    .alutek-hero-slider:not(.swiper-initialized),
    .alutek-hero-slider:not(.swiper-initialized) .swiper-wrapper { min-height: 760px; }
    .alutek-theme-hero .hero-content h1 { font-size: 46px; }
    .alutek-theme-hero .hero-text { font-size: 15px; }
    .alutek-hero-actions { align-items: flex-start; flex-direction: column; }
    .alutek-hero-slider__controls { right: 16px; bottom: 128px; }
    .alutek-hero-pagination .swiper-pagination-bullet { width: 22px; }
    .about-left-thumb-style-1 > img,
    .alutek-process-visual img { min-height: 430px; }
    .alutek-project-grid .project-items-one,
    .alutek-project-grid .project-items-one:nth-child(n) { grid-column: span 12; min-height: 340px; }
    .alutek-theme-footer .row.g-5 { --bs-gutter-x: 1.5rem; }
    .alutek-theme-footer .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
    .alutek-theme-footer .footer-bottom p { max-width: 100%; padding-right: 64px; }
    .alutek-theme-header .alutek-language-link { display: inline-flex; min-width: 32px; min-height: 32px; align-items: center; justify-content: center; margin-left: 2px !important; }
    .alutek-theme-header .alutek-language-link { gap: 3px; }
    .alutek-theme-header .alutek-language-flag { width: 16px; font-size: 13px; }
    .back-to-top { right: 12px; bottom: 155px; }
}

@media (max-width: 575px) {
    [dir="rtl"] .alutek-theme-footer .footer-bottom p { padding-right: 0; padding-left: 64px; }
}

@media (max-width: 450px) {
    .offcanvas__info { width: min(340px, calc(100vw - 16px)); }
    .offcanvas__info.info-open { transform: translateX(-8px); }
    .offcanvas__wrapper { padding: 20px 16px; }
}

@media (prefers-reduced-motion: reduce) {
    .alutek-home-theme *, .alutek-home-theme *::before, .alutek-home-theme *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
    .alutek-hero-slider:not(.swiper-initialized) .swiper-slide { animation: none !important; opacity: 0 !important; }
    .alutek-hero-slider:not(.swiper-initialized) .swiper-slide:first-child { opacity: 1 !important; }
}

@media (pointer: coarse), (prefers-reduced-motion: reduce) {
    .mouseCursor { display: none !important; }
}
