/*
Theme Name: Aktürk Group
Theme URI: https://akturkgroup.com.tr/
Author: Aktürk Group
Description: Aktürk Group kurumsal web sitesinin tek paket, çok dilli ve yönetilebilir WordPress teması.
Version: 1.8.9
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: akturk-group
*/

html[dir="rtl"] body { direction: rtl; }
:root { --akturk-accent:#e4032c; --akturk-header-text:#fff; --akturk-header-scrolled-text:#292927; --akturk-menu-glass:.18; }
html[dir="rtl"] header .logo { float: right; }
html[dir="rtl"] nav { float: left; }
html[dir="rtl"] nav .menu li { float: right; margin-right: 0; margin-left: 50px; }
html[dir="rtl"] nav .menu li:last-child { margin-left: 0; }
html[dir="rtl"] section h1 { border-left: 0; border-right: 10px solid #cfb685; padding-left: 0; padding-right: 7.5px; }
.akturk-notice { float: left; width: 100%; padding: 12px 15px; margin-bottom: 15px; color: #fff; background: #2f8f52; border-radius: 8px; }
.akturk-honeypot { position: absolute !important; inset-inline-start: 0 !important; top: 0 !important; clip-path: inset(50%) !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.logo > img { display: block; width: 100%; height: 100%; object-fit: contain; }
.admin-bar main { top: 32px; }
.home .slider .owl-carousel .item { position: relative; overflow: hidden; aspect-ratio: 16 / 7; }
.home .slider .owl-carousel .item > img { width: 100%; height: 100%; object-fit: cover; }
.admin-bar header.akturk-header { top: 32px; }
@media screen and (max-width: 782px) { .admin-bar main { top: 46px; } .admin-bar header.akturk-header { top: 46px; } }

/* Kurumsal üst alan */
.akturk-shell { width: 100%; max-width: 1460px; margin: 0 auto; padding: 0 38px; }
.akturk-language-menu { position: relative; }
.akturk-language-menu button { height: 44px; min-width: 76px; display: flex; align-items: center; justify-content: center; gap: 7px; padding: 0 12px; color: #fff; background: rgba(255,255,255,.035); border: 1px solid rgba(207,182,133,.45); border-radius: 6px; font-size: 12px; line-height: 1; font-weight: 700; letter-spacing: .7px; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.akturk-language-menu button:hover,.akturk-language-menu:focus-within button { color: #cfb685; border-color: #cfb685; background: rgba(255,255,255,.07); }
.akturk-globe { color: #cfb685; font-size: 17px; line-height: 1; }
.akturk-chevron { display: inline-block; width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); margin-left: 3px; opacity: .65; }
.akturk-language-menu ul { position: absolute; width: 160px; top: calc(50% + 22px); right: 0; padding: 14px 8px 8px; background: #fff; border: 1px solid #ece7dc; border-radius: 0 0 8px 8px; box-shadow: 0 16px 40px rgba(0,0,0,.18); visibility: hidden; opacity: 0; transform: translateY(8px); transition: all .2s ease; z-index: 1005; }
.akturk-language-menu:hover ul,.akturk-language-menu:focus-within ul { visibility: visible; opacity: 1; transform: translateY(0); }
.akturk-language-menu li,.akturk-language-menu li a { float: none; width: 100%; }
.akturk-language-menu li a { display: block; padding: 9px 11px; color: #343432; font-size: 13px; line-height: 1.2; border-radius: 5px; }
.akturk-language-menu li a:hover,.akturk-language-menu li a[aria-current="true"] { color: #fff; background: var(--akturk-accent); }
header.akturk-header nav .menu > li.akturk-language-menu ul li { float: none; width: 100%; height: auto; margin: 0; display: block; }
header.akturk-header nav .menu > li.akturk-language-menu ul li a { float: none; width: 100%; color: #343432; font-size: 13px; line-height: 1.2; font-weight: 500; white-space: nowrap; }
header.akturk-header nav .menu > li.akturk-language-menu ul li a:hover,header.akturk-header nav .menu > li.akturk-language-menu ul li a[aria-current="true"] { color: #fff; background: var(--akturk-accent); }

header.akturk-header { width: 100%; height: 104px; padding: 0; background: linear-gradient(180deg,rgba(22,22,21,.72) 0%,rgba(22,22,21,.34) 58%,rgba(22,22,21,0) 100%); border: 0; position: fixed; top: 0; left: 0; right: 0; z-index: 1001; transition: height .28s ease,background .28s ease,filter .28s ease; }
header.akturk-header.is-scrolled { height: 78px; background: transparent; }
.akturk-header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
header.akturk-header .logo { float: none; width: 224px; height: 80px; margin: 0; flex: 0 0 224px; padding: 5px 0; filter: drop-shadow(0 2px 4px rgba(0,0,0,.7)); transition: width .28s ease,height .28s ease,flex-basis .28s ease; }
header.akturk-header.is-scrolled .logo { width: 176px; height: 64px; flex-basis: 176px; }
header.akturk-header nav { float: none; margin: 0 0 0 auto; height: 100%; display: flex; align-items: center; }
header.akturk-header nav .menu { float: none; height: auto; min-height: 56px; display: flex; align-items: center; gap: 3px; padding: 6px; background: rgba(22,22,21,var(--akturk-menu-glass)); border: 1px solid rgba(255,255,255,.16); border-radius: 14px; box-shadow: 0 10px 34px rgba(0,0,0,.12); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); transition: background .25s ease,border-color .25s ease,box-shadow .25s ease; }
header.akturk-header nav .menu > li { float: none; height: 44px; margin: 0; display: flex; align-items: center; position: relative; }
header.akturk-header nav .menu > li > a { float: none; height: 44px; display: flex; align-items: center; gap: 5px; padding: 0 14px; color: var(--akturk-header-text); font-size: 15px; line-height: 1; font-weight: 600; letter-spacing: .25px; text-shadow: 0 1px 4px rgba(0,0,0,.9); border-radius: 9px; position: relative; transition: color .2s ease,background .2s ease,text-shadow .2s ease; }
header.akturk-header nav .menu > li > a:after { content: ''; position: absolute; height: 2px; left: 14px; right: 14px; bottom: 5px; background: var(--akturk-accent); transform: scaleX(0); transform-origin: center; transition: transform .2s ease; }
header.akturk-header nav .menu > li:hover > a,header.akturk-header nav .menu > li:focus-within > a,header.akturk-header nav .menu > li.is-active > a,header.akturk-header nav .menu > li.current-menu-item > a,header.akturk-header nav .menu > li.current-menu-ancestor > a { color: #fff; background: rgba(255,255,255,.13); }
header.akturk-header nav .menu > li:hover > a:after,header.akturk-header nav .menu > li:focus-within > a:after,header.akturk-header nav .menu > li.is-active > a:after,header.akturk-header nav .menu > li.current-menu-item > a:after,header.akturk-header nav .menu > li.current-menu-ancestor > a:after { transform: scaleX(1); }
header.akturk-header nav .menu > li.menu-item-has-children > a:before { content:''; width:6px; height:6px; border-right:1.5px solid currentColor; border-bottom:1.5px solid currentColor; transform:rotate(45deg) translateY(-2px); order:2; margin-left:3px; opacity:.7; }
header.akturk-header nav .menu > li.akturk-contact-item { height: 44px; margin: 0; }
header.akturk-header nav .menu > li.akturk-contact-item > a { height: 44px; padding: 0 14px; color: var(--akturk-header-text); background: transparent; border-radius: 9px; box-shadow: none; }
header.akturk-header nav .menu > li.akturk-contact-item > a:after { display: block; }
header.akturk-header nav .menu > li.akturk-contact-item:hover > a,header.akturk-header nav .menu > li.akturk-contact-item.is-active > a { color: #fff; background: rgba(255,255,255,.13); }
header.akturk-header nav .menu > li.akturk-language-menu { height: 44px; margin-left: 3px; }
header.akturk-header.is-scrolled:not(.is-over-hero) nav .menu { background: rgba(255,255,255,.78); border-color: rgba(41,41,39,.12); box-shadow: 0 10px 36px rgba(27,27,25,.12); }
header.akturk-header.is-scrolled:not(.is-over-hero) nav .menu > li > a { color: var(--akturk-header-scrolled-text); text-shadow: none; }
header.akturk-header.is-scrolled:not(.is-over-hero) nav .menu > li:hover > a,header.akturk-header.is-scrolled:not(.is-over-hero) nav .menu > li:focus-within > a,header.akturk-header.is-scrolled:not(.is-over-hero) nav .menu > li.is-active > a { color: #9b0020; background: rgba(255,255,255,.25); }
header.akturk-header.is-scrolled:not(.is-over-hero) .akturk-language-menu button { color: #292927; background: rgba(255,255,255,.14); border-color: rgba(41,41,39,.5); text-shadow: 0 1px 2px rgba(255,255,255,.95); }
header.akturk-header nav .menu li .sub-menu { top: 100%; width: 245px; padding: 14px 0 0; visibility: hidden; opacity: 0; transform: translateY(8px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; z-index: 1010; }
header.akturk-header nav .menu li:hover .sub-menu,header.akturk-header nav .menu li:focus-within .sub-menu { visibility: visible; opacity: 1; transform: translateY(0); }
header.akturk-header nav .menu li .sub-menu:before { content: ''; position: absolute; top: 8px; left: 28px; width: 12px; height: 12px; background: #fff; transform: rotate(45deg); }
header.akturk-header nav .menu li .sub-menu li { float: none; width: 100%; margin: 0; padding: 0; background: #fff; border-left: 1px solid #ece7dc; border-right: 1px solid #ece7dc; }
header.akturk-header nav .menu li .sub-menu li:first-child { padding-top: 8px; border-radius: 7px 7px 0 0; border-top: 1px solid #ece7dc; }
header.akturk-header nav .menu li .sub-menu li:last-child { padding-bottom: 8px; border-radius: 0 0 7px 7px; border-bottom: 1px solid #ece7dc; box-shadow: 0 18px 45px rgba(0,0,0,.18); }
header.akturk-header nav .menu li .sub-menu li a { float: none; width: auto; display: block; padding: 11px 16px; margin: 0 7px; color: #333331; font-size: 14px; line-height: 1.25; font-weight: 500; letter-spacing: 0; border-radius: 5px; }
header.akturk-header nav .menu li .sub-menu li a:hover { color: #fff; background: #d9062f; }
header.akturk-header nav .menu > li.akturk-career-item .sub-menu { left: auto; right: 0; }
header.akturk-header nav .menu > li.akturk-career-item .sub-menu:before { left: auto; right: 28px; }
header.akturk-header nav .menu > li:nth-last-child(2).menu-item-has-children .sub-menu { left: auto; right: 0; }
header.akturk-header nav .menu > li:nth-last-child(2).menu-item-has-children .sub-menu:before { left: auto; right: 28px; }
#responsive-button { background: none; }
#responsive-button span { display: block; width: 24px; height: 2px; margin: 5px 0; background: #cfb685; border-radius: 2px; transition: transform .2s ease; }

html[dir="rtl"] .akturk-language-menu ul { right: auto; left: 0; }
html[dir="rtl"] header.akturk-header .logo { float: none; }
html[dir="rtl"] header.akturk-header nav { float: none; margin-left: 0; margin-right: auto; }
html[dir="rtl"] header.akturk-header nav .menu > li { float: none; margin: 0; }
html[dir="rtl"] header.akturk-header nav .menu > li.akturk-contact-item { margin-left: 0; margin-right: 12px; }
html[dir="rtl"] header.akturk-header nav .menu > li.akturk-language-menu { margin-left: 0; margin-right: 10px; }

@media screen and (max-width: 1280px) {
    .akturk-shell { padding-left: 28px; padding-right: 28px; }
    .akturk-header__inner { gap: 22px; }
    header.akturk-header .logo { width: 190px; height: 70px; flex-basis: 190px; }
    header.akturk-header nav .menu > li > a { padding-left: 10px; padding-right: 10px; font-size: 14px; }
    header.akturk-header nav .menu > li.akturk-contact-item > a { padding-left: 10px; padding-right: 10px; }
}

@media screen and (max-width: 1199px) {
    header.akturk-header { height: 82px; }
    header.akturk-header.is-scrolled { height: 68px; }
    .akturk-header__inner { padding-left: 24px; padding-right: 24px; }
    header.akturk-header .logo { width: 170px; height: 62px; flex-basis: 170px; }
    header.akturk-header nav { display: none; }
    #responsive-button { display: flex; position: static; width: 42px; height: 42px; margin-left: auto; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(207,182,133,.4); border-radius: 6px; }
    header.akturk-header.is-scrolled:not(.is-over-hero) #responsive-button { background: rgba(255,255,255,.18); border-color: rgba(41,41,39,.45); box-shadow: 0 1px 4px rgba(255,255,255,.7); }
    header.akturk-header.is-scrolled:not(.is-over-hero) #responsive-button span { background: #292927; }
    .responsive-menu { width: 300px; background: #242423; border-right: 1px solid rgba(207,182,133,.3); }
    .responsive-menu > ul { padding: 24px 22px; }
    .responsive-menu ul li { border-bottom-color: rgba(255,255,255,.11); }
    .responsive-menu ul li a { color: #f4f1eb; font-weight: 500; }
    .responsive-menu ul li a:hover,.responsive-menu ul li a[aria-current="true"] { color: #cfb685; }
    .responsive-menu .akturk-mobile-group { padding: 14px 0; }
    .responsive-menu .akturk-mobile-group > strong { display: block; color: #cfb685; font-size: 12px; line-height: 1; font-weight: 700; text-align: right; text-transform: uppercase; letter-spacing: 1.2px; }
    .responsive-menu .akturk-mobile-group > ul { padding: 8px 0 0; }
    .responsive-menu .akturk-mobile-group > ul li { border: 0; }
    .responsive-menu .akturk-mobile-group > ul li a { padding: 6px 0; font-size: 15px; line-height: 1.2; }
    .responsive-menu .akturk-mobile-contact a { color: #fff; font-weight: 700; }
    .responsive-menu .akturk-mobile-languages { margin-top: 18px; padding-top: 10px; border-top: 1px solid #cfb685; }
    .responsive-menu .akturk-mobile-languages > a { color: #cfb685; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; }
    .responsive-menu .akturk-mobile-languages .sub-menu { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 12px; padding: 8px 0 0; }
    .responsive-menu .akturk-mobile-languages .sub-menu li { border: 0; }
    .responsive-menu .akturk-mobile-languages .sub-menu li a { text-align: right; }
}

@media screen and (max-width: 480px) {
    .akturk-shell { padding-left: 18px; padding-right: 18px; }
    header.akturk-header .logo { width: 154px; height: 58px; flex-basis: 154px; }
    .home .slider .owl-carousel .item { aspect-ratio: 4 / 3; min-height: 300px; }
    .home .slider .owl-carousel .item .text { bottom: 7%; }
    .home .slider .owl-carousel .item .text :is(strong,h1) { margin-bottom: 28px; }
    .home .slider .owl-carousel .item .text a { padding: 14px 26px; font-size: 15px; line-height: 15px; }
}

/* Corporate contact page */
.akturk-contact-page { float:left; width:100%; padding:0; background:#f4f2ed; }
.akturk-contact-hero { float:left; width:100%; padding:200px max(7vw,32px) 76px; color:#fff; background:radial-gradient(circle at 78% 25%,rgba(207,182,133,.24),transparent 34%),linear-gradient(115deg,#1d1d1c,#464440); }
.akturk-contact-hero__inner { max-width:1180px; margin:0 auto; }
.akturk-contact-hero .akturk-contact-kicker { display:block; margin-bottom:14px; color:#cfb685; font-size:13px; line-height:1; font-weight:700; letter-spacing:2.4px; text-transform:uppercase; }
.akturk-contact-hero h1 { float:none; width:auto; max-width:760px; margin:0 0 18px; padding:0; border:0; color:#fff; font-size:46px; line-height:1.12; font-weight:700; letter-spacing:-.6px; }
.akturk-contact-hero p { float:none; width:auto; max-width:680px; margin:0; color:rgba(255,255,255,.8); font-size:18px; line-height:1.65; }
.akturk-contact-shell { clear:both; display:grid; grid-template-columns:minmax(280px,.78fr) minmax(480px,1.35fr); gap:34px; max-width:1180px; margin:0 auto; padding:72px 28px; }
.akturk-contact-card { min-width:0; padding:38px; background:#fff; border:1px solid rgba(61,60,59,.08); border-radius:18px; box-shadow:0 20px 60px rgba(35,33,29,.08); }
.akturk-contact-card h2 { float:none; width:auto; margin:0 0 10px; color:#292927; font-size:28px; line-height:1.2; font-weight:700; letter-spacing:-.3px; }
.akturk-contact-card__lead { float:none; width:auto; margin:0 0 30px; color:#6c6a65; font-size:15px; line-height:1.6; }
.akturk-contact-details { display:grid; gap:8px; margin-top:25px; }
.akturk-contact-detail { display:grid; grid-template-columns:46px 1fr; gap:15px; align-items:start; padding:18px 0; border-bottom:1px solid #ece9e2; }
.akturk-contact-detail:last-child { border-bottom:0; }
.akturk-contact-detail__icon { display:flex; align-items:center; justify-content:center; width:46px; height:46px; color:#fff; background:#3d3c3b; border-radius:13px; font-size:19px; font-weight:700; }
.akturk-contact-detail b { display:block; margin:2px 0 7px; color:#9b7f4b; font-size:12px; line-height:1; letter-spacing:1.2px; text-transform:uppercase; }
.akturk-contact-detail address,.akturk-contact-detail span,.akturk-contact-detail a { display:block; color:#343431; font-size:15px; line-height:1.55; overflow-wrap:anywhere; }
.akturk-contact-detail .akturk-contact-detail__icon { display:flex; color:#fff; font-size:19px; line-height:1; }
.akturk-contact-form { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.akturk-contact-form__field { display:flex; flex-direction:column; gap:8px; min-width:0; }
.akturk-contact-form__field--wide { grid-column:1/-1; }
.akturk-contact-form label { color:#343431; font-size:13px; line-height:1.2; font-weight:700; }
.akturk-contact-form label em { color:var(--akturk-accent); font-style:normal; }
.akturk-contact-form input,.akturk-contact-form select,.akturk-contact-form textarea { width:100%; min-height:52px; padding:13px 15px; color:#292927; background:#faf9f6; border:1px solid #dedbd3; border-radius:10px; font:400 15px/1.4 Roboto,Arial,sans-serif; transition:border-color .2s ease,box-shadow .2s ease,background .2s ease; }
.akturk-contact-form textarea { min-height:150px; resize:vertical; }
.akturk-contact-form input:focus,.akturk-contact-form select:focus,.akturk-contact-form textarea:focus { outline:0; background:#fff; border-color:#b79a64; box-shadow:0 0 0 4px rgba(207,182,133,.2); }
.akturk-contact-form__consent { grid-column:1/-1; display:flex!important; flex-direction:row!important; align-items:flex-start; gap:10px!important; color:#6c6a65!important; font-size:12px!important; line-height:1.5!important; font-weight:400!important; }
.akturk-contact-form__consent input { flex:0 0 auto; width:17px; min-height:17px; height:17px; margin-top:1px; accent-color:var(--akturk-accent); }
.akturk-contact-form button { grid-column:1/-1; display:inline-flex; align-items:center; justify-content:center; min-height:54px; padding:0 28px; color:#fff; background:#292927; border-radius:10px; font-size:15px; line-height:1; font-weight:700; letter-spacing:.5px; transition:background .2s ease,transform .2s ease; }
.akturk-contact-form button:hover { background:var(--akturk-accent); transform:translateY(-1px); }
.akturk-contact-notice { grid-column:1/-1; padding:14px 16px; border-radius:10px; font-size:14px; line-height:1.5; }
.akturk-contact-notice--success { color:#17693a; background:#e8f6ee; border:1px solid #bee5ce; }
.akturk-contact-notice--error { color:#9a2438; background:#fff0f2; border:1px solid #f0c4cc; }
.akturk-contact-map { clear:both; max-width:1124px; height:360px; margin:0 auto 72px; padding:0 28px; }
.akturk-contact-map iframe { display:block; width:100%; height:100%; border:0; border-radius:18px; box-shadow:0 18px 50px rgba(35,33,29,.1); }
.akturk-honeypot { position:absolute!important; inset:0 auto auto 0!important; clip:rect(0,0,0,0)!important; clip-path:inset(50%)!important; width:1px!important; height:1px!important; overflow:hidden!important; }
.akturk-footer-contact-cta p { float:left; width:100%; margin:0 0 18px; color:rgba(255,255,255,.76); font-size:15px; line-height:1.6; }
.akturk-footer-contact-cta a { display:inline-flex; align-items:center; gap:10px; padding:12px 18px; color:#292927; background:#cfb685; border-radius:8px; font-size:14px; line-height:1; font-weight:700; }
html[dir="rtl"] .akturk-contact-form,html[dir="rtl"] .akturk-contact-page { direction:rtl; }

@media screen and (max-width:900px) {
    .akturk-contact-hero { padding:150px 28px 58px; }
    .akturk-contact-hero h1 { font-size:38px; }
    .akturk-contact-shell { grid-template-columns:1fr; padding-top:44px; }
}
@media screen and (max-width:600px) {
    .akturk-contact-hero { padding:125px 20px 44px; }
    .akturk-contact-hero h1 { font-size:31px; }
    .akturk-contact-shell { padding:28px 16px 36px; gap:20px; }
    .akturk-contact-card { padding:25px 20px; border-radius:14px; }
    .akturk-contact-form { grid-template-columns:1fr; gap:16px; }
    .akturk-contact-form__field--wide,.akturk-contact-form__consent,.akturk-contact-form button { grid-column:auto; }
    .akturk-contact-map { height:300px; margin-bottom:40px; padding:0 16px; }
}

/* Footer management, modern contact details and app-like mobile navigation */
.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.akturk-footer{clear:both;height:auto!important;background:var(--akturk-footer-bg)!important;color:var(--akturk-footer-text)!important}
.akturk-footer .top{display:grid;grid-template-columns:minmax(190px,.72fr) minmax(280px,1fr) minmax(340px,1.15fr);gap:clamp(32px,5vw,88px);align-items:center;height:auto!important;max-width:1568px;margin:0 auto;padding:54px max(5vw,34px)!important}
.akturk-footer .top .column{float:none!important;width:auto!important;margin:0!important;padding:0!important;color:var(--akturk-footer-text)!important}
.akturk-footer__brand .logo{display:flex;align-items:center;justify-content:flex-start;max-width:280px;height:auto!important}
.akturk-footer__brand .logo img,.akturk-footer__brand .logo svg{display:block;max-width:100%;height:auto}
.akturk-footer__contact{display:grid;gap:22px}
.akturk-footer .contact{float:none!important;width:auto!important;margin:0!important;padding:0!important}
.akturk-footer .contact b{display:flex;align-items:center;gap:10px;color:var(--akturk-footer-accent)!important;font-size:16px;line-height:1.25}
.akturk-footer .contact b svg{flex:0 0 25px;width:25px;height:25px;fill:currentColor}
.akturk-footer .contact address,.akturk-footer .contact span{display:block;margin:7px 0 0 35px!important;color:var(--akturk-footer-text)!important;font-size:14px;line-height:1.55;font-style:normal}
.akturk-footer-mini-form>strong,.akturk-footer-contact-cta>strong{display:block;margin:0 0 7px;color:var(--akturk-footer-accent);font-size:19px;line-height:1.25}
.akturk-footer-mini-form>p,.akturk-footer-contact-cta p{float:none;width:auto;margin:0 0 15px;color:color-mix(in srgb,var(--akturk-footer-text) 78%,transparent);font-size:13px;line-height:1.55}
.akturk-footer-form{display:grid!important;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr) auto;gap:9px;align-items:stretch;float:none!important;width:auto!important;margin:0!important}
.akturk-footer-form label{display:block;float:none!important;width:auto!important;margin:0!important}
.akturk-footer-form input,.akturk-footer-form textarea{box-sizing:border-box!important;width:100%!important;height:48px!important;margin:0!important;padding:12px 14px!important;color:#242423!important;background:rgba(255,255,255,.96)!important;border:1px solid rgba(255,255,255,.35)!important;border-radius:8px!important;font:400 14px/1.35 Roboto,Arial,sans-serif!important;box-shadow:none!important}
.akturk-footer-form textarea{min-height:48px!important;max-height:110px!important;resize:vertical!important}
.akturk-footer-form input:focus,.akturk-footer-form textarea:focus{outline:0;border-color:var(--akturk-footer-accent)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--akturk-footer-accent) 28%,transparent)!important}
.akturk-footer-form button{display:inline-flex!important;align-items:center;justify-content:center;gap:8px;min-width:104px;height:48px!important;margin:0!important;padding:0 17px!important;color:#272725!important;background:var(--akturk-footer-accent)!important;border:0!important;border-radius:8px!important;font:700 13px/1 Roboto,Arial,sans-serif!important;cursor:pointer;transition:filter .2s ease,transform .2s ease}
.akturk-footer-form button:hover{filter:brightness(1.08);transform:translateY(-1px)}
.akturk-footer-form-notice{margin:0 0 10px;padding:9px 11px;border-radius:7px;font-size:12px;line-height:1.4}
.akturk-footer-form-notice.is-success{color:#d7ffdf;background:rgba(31,126,64,.32);border:1px solid rgba(112,220,145,.35)}
.akturk-footer-form-notice.is-error{color:#ffe1e6;background:rgba(169,24,49,.3);border:1px solid rgba(255,122,145,.32)}
.akturk-footer-contact-cta a{background:var(--akturk-footer-accent);color:#292927}
.footer-bottom{position:relative;display:grid!important;grid-template-columns:1fr auto 1fr;align-items:center;box-sizing:border-box;min-height:82px!important;padding:18px max(5vw,34px)!important}
.footer-bottom .akturk-footer-copyright{grid-column:1;justify-self:start;float:none!important;width:auto!important;margin:0!important}
.footer-bottom .social{grid-column:3;justify-self:end;float:none!important;width:auto!important;margin:0!important}
.footer-bottom.akturk-footer-bottom--center .akturk-footer-copyright{grid-column:2;justify-self:center;text-align:center}
.footer-bottom.akturk-footer-bottom--right .akturk-footer-copyright{grid-column:3;justify-self:end;text-align:right}
.footer-bottom.akturk-footer-bottom--right .social{grid-column:1;grid-row:1;justify-self:start}

.akturk-contact-card--details{color:#fff;background:radial-gradient(circle at 12% 8%,rgba(207,182,133,.22),transparent 36%),linear-gradient(145deg,#262625,#3c3b38);border-color:rgba(207,182,133,.2);box-shadow:0 24px 70px rgba(25,24,22,.17)}
.akturk-contact-card--details h2{color:#fff}
.akturk-contact-card--details .akturk-contact-card__lead{color:rgba(255,255,255,.7)}
.akturk-contact-card--details .akturk-contact-detail{border-bottom-color:rgba(255,255,255,.11)}
.akturk-contact-card--details .akturk-contact-detail__icon{width:46px;height:46px;color:#242423;background:#cfb685;border-radius:50%}
.akturk-contact-card--details .akturk-contact-detail__icon svg{width:22px;height:22px;fill:currentColor}
.akturk-contact-card--details .akturk-contact-detail b{color:#cfb685}
.akturk-contact-card--details .akturk-contact-detail address,.akturk-contact-card--details .akturk-contact-detail span,.akturk-contact-card--details .akturk-contact-detail a{color:#fff}
.akturk-contact-socials{margin-top:22px;padding-top:24px;border-top:1px solid rgba(255,255,255,.11)}
.akturk-contact-socials>span{display:block;margin-bottom:12px;color:#cfb685;font-size:12px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase}
.akturk-contact-socials>div{display:flex;gap:10px}
.akturk-contact-socials a{display:flex;align-items:center;justify-content:center;width:42px;height:42px;color:#292927;background:#fff;border-radius:50%;transition:background .2s ease,transform .2s ease}
.akturk-contact-socials a:hover{background:#cfb685;transform:translateY(-2px)}
.akturk-contact-socials svg{width:19px;height:19px;fill:currentColor}

.akturk-mobile-dock{display:none}
@media screen and (max-width:1000px){
  .akturk-footer .top{grid-template-columns:minmax(180px,.7fr) minmax(260px,1fr);gap:34px;padding-top:44px!important;padding-bottom:44px!important}
  .akturk-footer__form-column{grid-column:1/-1}
  .akturk-footer-form{grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr) auto}
}
@media screen and (max-width:767px){
  html{scroll-padding-bottom:88px}
  body{padding-bottom:calc(72px + env(safe-area-inset-bottom))}
  .akturk-footer .top{grid-template-columns:1fr;gap:28px;padding:38px 20px!important}
  .akturk-footer .top .column{display:block!important;width:auto!important}
  .akturk-footer .top .akturk-footer__brand{display:none!important}
  .akturk-footer__form-column{grid-column:auto}
  .akturk-footer-form{grid-template-columns:1fr}
  .akturk-footer-form input,.akturk-footer-form textarea{font-size:16px!important}
  .akturk-footer-form textarea{min-height:88px!important}
  .akturk-footer-form button{width:100%!important}
  .footer-bottom{grid-template-columns:1fr!important;gap:14px;min-height:unset!important;padding:24px 20px!important;text-align:center}
  .footer-bottom .akturk-footer-copyright,.footer-bottom.akturk-footer-bottom--center .akturk-footer-copyright,.footer-bottom.akturk-footer-bottom--right .akturk-footer-copyright{grid-column:1!important;grid-row:1;justify-self:center!important;text-align:center!important}
  .footer-bottom .social,.footer-bottom.akturk-footer-bottom--right .social{grid-column:1!important;grid-row:2!important;justify-self:center!important}
  .akturk-contact-card--details{order:2}
  .akturk-contact-card:not(.akturk-contact-card--details){order:1}
  .akturk-contact-form input,.akturk-contact-form select,.akturk-contact-form textarea{font-size:16px}
  .akturk-mobile-dock{position:fixed;z-index:2000;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(5,1fr);align-items:end;height:64px;padding:4px 6px calc(4px + env(safe-area-inset-bottom));color:#333;background:rgba(255,255,255,.94);border-top:1px solid rgba(41,41,39,.12);box-shadow:0 -10px 35px rgba(27,26,24,.12);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
  .akturk-mobile-dock a,.akturk-mobile-dock button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-width:0;height:56px;padding:0;color:#5d5b56;background:transparent;border:0;font:600 9px/1.1 Roboto,Arial,sans-serif;text-align:center;cursor:pointer}
  .akturk-mobile-dock svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
  .akturk-mobile-dock a:nth-child(2) svg{fill:currentColor;stroke:none}
  .akturk-mobile-dock a[aria-current],.akturk-mobile-dock a:hover,.akturk-mobile-dock button:hover{color:#d9062f}
  .akturk-mobile-dock__primary{position:relative;color:#292927!important}
  .akturk-mobile-dock__primary-icon{display:flex;align-items:center;justify-content:center;width:49px;height:49px;margin-top:-21px;color:#fff;background:#d9062f;border:5px solid #fff;border-radius:50%;box-shadow:0 7px 20px rgba(217,6,47,.3)}
  .akturk-mobile-dock__primary-icon svg{width:21px;height:21px}
  .responsive-menu{padding-bottom:calc(72px + env(safe-area-inset-bottom))}
}

/* 1.8.0: same visual language, semantic headings and accessible interaction. */
.slider .text h1 { display:block; margin:0; border:0!important; padding:0!important; color:inherit; font-size:inherit; line-height:inherit; font-weight:700; }
.akturk-honeypot,.akturk-visually-hidden { position:absolute!important; inset-inline-start:0!important; top:0!important; width:1px!important; height:1px!important; padding:0!important; margin:0!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; clip-path:inset(50%)!important; border:0!important; white-space:nowrap!important; }
.akturk-contact-form,.akturk-footer-form { position:relative; }
.akturk-form-feedback:empty { display:none; }
.akturk-form-feedback { grid-column:1/-1; padding:12px; margin:4px 0 12px; border:1px solid currentColor; border-radius:8px; line-height:1.6; }
.akturk-form-feedback.is-success { color:#237440; background:#f1fbf4; }
.akturk-form-feedback.is-error { color:#98272a; background:#fff3f3; }
.akturk-footer-form .akturk-contact-form__field { display:block; float:none; width:100%; margin:0 0 10px; }
.akturk-footer-form .akturk-contact-form__field>label { display:block; margin-bottom:5px; font-size:13px; }
.akturk-footer-form input[type=email] { box-sizing:border-box; width:100%; min-height:42px; border-radius:6px; padding:10px 12px; border:1px solid rgba(255,255,255,.3); background:rgba(255,255,255,.08); color:inherit; }
.akturk-footer-form .akturk-contact-form__consent { display:flex; gap:9px; align-items:flex-start; font-size:12px; line-height:1.7; clear:both; }
.akturk-footer-form .akturk-contact-form__consent input { width:17px!important; height:17px!important; margin:3px 0 0!important; padding:0!important; flex:0 0 17px; }
.akturk-contact-form__consent a,.akturk-footer-copyright a { color:inherit; text-decoration:underline; text-underline-offset:3px; }
.akturk-contact-map { display:flex; min-height:200px; flex-direction:column; align-items:center; justify-content:center; gap:16px; padding:20px; text-align:center; }
.akturk-contact-map:has(iframe) { padding:0; }
.akturk-contact-map button { padding:12px 20px; border:0; border-radius:6px; background:#292927; color:white; cursor:pointer; }
.akturk-contact-map iframe { width:100%; min-height:350px; border:0; }
.akturk-contact-editor { max-width:1200px; margin:0 auto 30px; padding:0 24px; }
.akturk-contact-editor:empty { display:none; }
.akturk-standard-content { float:none!important; width:100%!important; max-width:1200px; margin:0 auto!important; padding:150px 28px 70px!important; min-height:55vh; box-sizing:border-box; }
.akturk-standard-content article { padding:0 0 30px; }
.akturk-standard-content h1 { font-size:clamp(25px,4vw,42px); line-height:1.25; margin:0 0 25px; }
.akturk-standard-content p { font-size:16px; line-height:1.8; margin:0 0 18px; }
.akturk-standard-content img { max-width:100%; height:auto; }
.akturk-search-form { display:flex; flex-wrap:wrap; gap:12px; margin:24px 0; }
.akturk-search-form input { padding:10px; border:1px solid #aaa; }
.akturk-search-form button { padding:10px 18px; }
#responsive-button { border:0; background:transparent; cursor:pointer; padding:6px; }
.responsive-menu[hidden],.akturk-menu-backdrop[hidden] { display:none!important; }
.responsive-menu { position:fixed!important; z-index:100020!important; inset-block:0!important; inset-inline-start:0!important; inset-inline-end:auto!important; left:auto; width:min(340px,90vw)!important; height:100dvh!important; overflow-y:auto!important; overscroll-behavior:contain; box-sizing:border-box; padding-top:60px!important; transform:none!important; }
html[dir=ltr] .responsive-menu { left:0!important; right:auto!important; }
html[dir=rtl] .responsive-menu { right:0!important; left:auto!important; text-align:right; }
.akturk-menu-close { position:absolute; top:12px; inset-inline-end:16px; width:40px; height:40px; border:1px solid #999; border-radius:7px; background:transparent; color:inherit; font-size:30px; line-height:1; cursor:pointer; }
.akturk-menu-backdrop { position:fixed; inset:0; width:100%; height:100%; z-index:100010; border:0; background:rgba(0,0,0,.55); }
body.akturk-menu-open { overflow:hidden!important; }
body.akturk-menu-open #main { overflow:hidden!important; }
header nav .menu li:focus-within>ul,header nav .menu li.is-open>ul { display:block!important; opacity:1!important; visibility:visible!important; pointer-events:auto; }
:where(a,button,input,textarea,select):focus-visible { outline:3px solid #437dd0!important; outline-offset:3px; }
.akturk-recovery { font-family:system-ui,sans-serif; margin:0; background:#f4f5f7; color:#222; }
.akturk-recovery main { position:static!important; width:auto; max-width:780px; height:auto!important; margin:30px auto; padding:24px; background:white; }
.akturk-recovery .akturk-contact-form { display:grid; gap:16px; grid-template-columns:1fr 1fr; }
.akturk-recovery input,.akturk-recovery select,.akturk-recovery textarea { box-sizing:border-box; max-width:100%; }
@media(max-width:700px) { .akturk-standard-content { padding:105px 20px 45px!important; } .akturk-recovery main { margin:10px; padding:18px; } .akturk-recovery .akturk-contact-form { grid-template-columns:1fr; } }
@media(prefers-reduced-motion:reduce) { html { scroll-behavior:auto!important; } *,*::before,*::after { animation-duration:.01ms!important; transition-duration:.01ms!important; animation-iteration-count:1!important; } }

/* Progressive enhancement: the hero and cards remain visible without JavaScript. */
.home .slider .owl-carousel{display:block;position:relative;width:100%}
.home .slider .item{position:relative;display:flow-root}
#social-slider,#news-slider{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:thin;float:left;width:100%;padding-bottom:18px}
#social-slider > .item,#news-slider > .item{flex:0 0 calc((100% - 48px)/3);min-width:0;scroll-snap-align:start;margin:0}
#social-slider img,#news-slider img{display:block;width:100%;height:auto;float:none}
@media(max-width:767px){#social-slider > .item,#news-slider > .item{flex-basis:82%}}
/* Native slider replaces the old library's injected widths. */
.home .slider .owl-carousel .item{min-width:0!important;width:100%!important;max-width:100%}
header.akturk-header #responsive-button span{display:block;height:2px;min-height:2px;border-radius:2px}
#akturk-mobile-menu .akturk-menu-close{color:#fff!important;background:transparent}
#akturk-mobile-menu .akturk-mobile-languages > strong{color:#cfb685}
html[dir="ltr"] #akturk-mobile-menu .akturk-mobile-group,html[dir="ltr"] #akturk-mobile-menu .akturk-mobile-contact{text-align:left}
#akturk-mobile-menu{line-height:1.5}
.akturk-footer__contact address,.akturk-footer__contact span{overflow-wrap:anywhere}
#main > section{overflow-wrap:anywhere}
@media(max-width:1199px){html[dir="rtl"] header.akturk-header #responsive-button{margin-left:0;margin-right:auto}}
html[dir="rtl"] .home .slider .owl-carousel .item .text h1{text-align:right}

/* Keep fixed branding readable after scrolling and preserve focus clearance. */
header.akturk-header.is-scrolled { background: rgba(36,36,34,.96); box-shadow: 0 4px 18px rgba(0,0,0,.12); }
.akturk-form-feedback { scroll-margin-top: 100px; }
@media(max-width:1199px) { header.akturk-header.is-scrolled #responsive-button span { background: #cfb685; } }

/* 1.8.1 — scoped mobile/dialog repair: no inherited floats or fixed-direction labels. */
#akturk-mobile-menu,#akturk-mobile-sectors {
    display:block; float:none!important; direction:inherit; text-align:start;
    width:min(380px,calc(100vw - 24px))!important;
    height:100vh!important; height:100dvh!important;
    padding:0 0 max(24px,env(safe-area-inset-bottom))!important;
    background:#242423; color:#f4f1eb; border:0; border-inline-end:1px solid #5b5140;
    overscroll-behavior:contain; scrollbar-gutter:stable;
}
#akturk-mobile-menu[hidden],#akturk-mobile-sectors[hidden] { display:none!important; }
.akturk-panel-heading {
    position:sticky; top:0; z-index:2; display:flex; align-items:center; justify-content:space-between;
    gap:16px; width:100%; min-height:76px; padding:calc(14px + env(safe-area-inset-top)) 20px 14px;
    box-sizing:border-box; background:#242423; border-bottom:1px solid #51493c;
}
.akturk-panel-heading>strong { float:none!important; margin:0; padding:0; color:#cfb685; font-size:18px; line-height:1.5; letter-spacing:normal; }
.akturk-panel-heading .akturk-menu-close { position:static; flex:0 0 44px; width:44px; height:44px; margin:0; color:#fff; }
#akturk-mobile-menu ul,#akturk-mobile-sectors ul { float:none!important; width:auto; max-width:100%; list-style:none; margin:0; box-sizing:border-box; }
#akturk-mobile-menu>ul { padding:8px 20px 24px; }
#akturk-mobile-menu ul li,#akturk-mobile-sectors ul li { display:block; float:none!important; width:auto!important; min-width:0; margin:0; }
#akturk-mobile-menu ul li a,#akturk-mobile-menu .akturk-mobile-group>strong,#akturk-mobile-menu .akturk-mobile-languages>strong {
    float:none!important; display:block; width:100%; box-sizing:border-box; text-align:start!important;
    line-height:1.65; letter-spacing:normal; white-space:normal; word-break:normal; overflow-wrap:anywhere;
}
#akturk-mobile-menu ul li a { min-height:44px; padding:10px 0!important; font-size:15px; }
#akturk-mobile-menu .akturk-mobile-group>strong,#akturk-mobile-menu .akturk-mobile-languages>strong { color:#cfb685; font-size:13px; font-weight:700; }
#akturk-mobile-menu .akturk-mobile-group { padding:16px 0; border-bottom:1px solid #46433d; }
#akturk-mobile-menu .akturk-mobile-group>ul { padding:6px 0 0; }
#akturk-mobile-menu .akturk-mobile-languages .sub-menu { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; padding:12px 0 0; }
#akturk-mobile-menu .akturk-mobile-languages .sub-menu a { border:1px solid #5b5140; border-radius:6px; padding:10px!important; text-align:center!important; }
#akturk-mobile-menu .akturk-mobile-languages a[aria-current=true] { background:#cfb685; color:#242423!important; }
#akturk-mobile-menu .menu-item-has-children>.sub-menu { position:static; display:block; visibility:visible; opacity:1; transform:none; padding:0 0 0 12px; padding-inline:12px 0; }
.akturk-sector-intro { float:none; padding:22px 20px 0; margin:0; font-size:15px; line-height:1.7; color:#eee; }
#akturk-mobile-sectors .akturk-sector-list { padding:18px 20px; display:grid; gap:12px; }
#akturk-mobile-sectors .akturk-sector-list li { border:0; }
#akturk-mobile-sectors .akturk-sector-list a { float:none!important; display:flex; align-items:center; justify-content:space-between; gap:16px; min-height:62px; width:100%; padding:16px!important; box-sizing:border-box; border:1px solid #5b5140; border-radius:9px; color:#fff; font-size:16px; line-height:1.6; text-align:start; }
#akturk-mobile-sectors .akturk-sector-list a>span:first-child { min-width:0; overflow-wrap:anywhere; }
#akturk-mobile-sectors .akturk-sector-list a:hover,#akturk-mobile-sectors .akturk-sector-list a[aria-current=page] { background:#cfb685; color:#242423; }
.akturk-sector-arrow { flex:none; }
html[dir=rtl] .akturk-sector-arrow { transform:rotate(180deg); }
html[dir=rtl] :is(h1,h2,h3,h4,.akturk-mobile-dock,.akturk-panel-heading,.akturk-contact-kicker,.akturk-contact-form button,.akturk-footer-form button) { letter-spacing:normal!important; }
html[dir=rtl] #main>section { text-align:start; }
html[dir=rtl] #main>section p { line-height:1.9; }
.akturk-contact-detail>div:last-child { min-width:0; }
.akturk-contact-detail a[href^="tel:"],.akturk-contact-detail a[href^="mailto:"],input[type=email],input[type=tel] { direction:ltr; unicode-bidi:isolate; text-align:start; }
.akturk-contact-form__field input,.akturk-contact-form__field select,.akturk-contact-form__field textarea { max-width:100%; min-width:0; box-sizing:border-box; }
.akturk-field-hint { display:block; margin-top:6px; font-size:12px; line-height:1.6; opacity:.85; }
@media(max-width:1199px) {
    #main { padding-bottom:calc(86px + env(safe-area-inset-bottom)); box-sizing:border-box; scroll-padding-top:90px; scroll-padding-bottom:100px; }
    .akturk-mobile-dock {
        position:fixed; z-index:2000; left:0; right:0; bottom:0; display:grid; float:none!important;
        grid-template-columns:repeat(5,minmax(0,1fr)); align-items:stretch; box-sizing:border-box;
        height:calc(70px + env(safe-area-inset-bottom)); padding:4px max(6px,env(safe-area-inset-right)) calc(4px + env(safe-area-inset-bottom)) max(6px,env(safe-area-inset-left));
        background:rgba(255,255,255,.97); border-top:1px solid #d8d4cc; box-shadow:0 -6px 25px #00000012; backdrop-filter:blur(16px);
    }
    .akturk-mobile-dock a,.akturk-mobile-dock button { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:4px; min-width:0; height:60px; padding:3px 2px; margin:0; background:none; border:0; color:#4a4945; font:600 11px/1.3 Arial,sans-serif; text-align:center; text-decoration:none; cursor:pointer; }
    .akturk-mobile-dock a>span:last-child,.akturk-mobile-dock button>span:last-child { max-width:100%; white-space:normal; overflow-wrap:anywhere; }
    .akturk-mobile-dock svg { flex:none; width:21px; height:21px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
    .akturk-mobile-dock [data-akturk-sectors] svg { fill:currentColor; stroke:none; }
    .akturk-mobile-dock :is(a[aria-current=page],button.is-active,button[aria-expanded=true]) { color:#c9002a; }
    .akturk-mobile-dock__primary-icon { display:flex; align-items:center; justify-content:center; flex:none; width:45px; height:45px; margin-top:-19px; color:#fff; background:#d9062f; border:4px solid #fff; border-radius:50%; box-shadow:0 5px 14px #d9062f33; }
    .akturk-keyboard-open .akturk-mobile-dock { display:none; }
    header.akturk-header #responsive-button { flex:0 0 44px; width:44px; height:44px; margin-inline-start:auto; margin-inline-end:0; gap:5px; }
    header.akturk-header #responsive-button span { margin:0!important; width:22px; }
    .akturk-contact-form :is(input,select,textarea),.akturk-footer-form :is(input,textarea) { font-size:16px!important; }
    .akturk-contact-form button,.akturk-footer-form button { min-height:48px; height:auto; line-height:1.5!important; padding-block:12px!important; white-space:normal; }
    .akturk-contact-form__field { min-width:0; }
}
@media(max-width:480px) {
    .akturk-header__inner { gap:14px; }
    .akturk-contact-shell { padding-inline:14px; }
    .akturk-contact-card { padding:22px 18px; }
    #main>section:not(.akturk-contact-page):not(.akturk-standard-content) { padding-inline:20px; }
    #main>section h1 { font-size:28px; line-height:1.45; letter-spacing:.4px; }
    .home .banner h3 { font-size:clamp(20px,6.4vw,28px); line-height:1.35; padding:0 18px; box-sizing:border-box; }
}

html[dir=rtl] .akturk-contact-form button>span,html[dir=rtl] .akturk-footer-form button>span { display:inline-block; transform:rotate(180deg); }
/* The scrolled header is dark on mobile; keep the hamburger legible over every page. */
@media(max-width:1199px) {
    header.akturk-header.is-scrolled:not(.is-over-hero) #responsive-button span { background:#cfb685; }
}

/* 1.8.2: a single JS state controls the desktop language popup, even while its button keeps focus. */
header nav .menu li.akturk-language-menu > ul[hidden] { display:none!important; opacity:0!important; visibility:hidden!important; pointer-events:none!important; }
.akturk-fallback-navigation { clear:both; padding:32px 24px 110px; background:#242423; color:#fff; display:grid; gap:24px; text-align:start; }
.akturk-fallback-navigation nav { scroll-margin-top:110px; }
.akturk-fallback-navigation h2 { color:#cfb685; font-size:19px; margin:0 0 12px; }
.akturk-fallback-navigation ul { display:flex; flex-wrap:wrap; gap:8px; margin:0; padding:0; list-style:none; }
.akturk-fallback-navigation a { display:block; padding:12px; color:#fff; border:1px solid #5b5140; text-decoration:none; overflow-wrap:anywhere; }
.akturk-navigation-ready .akturk-fallback-navigation { display:none; }
.akturk-form-fallback { grid-column:1/-1; font-size:12px; margin:10px 0; overflow-wrap:anywhere; }
.akturk-form-fallback a { color:inherit; text-decoration:underline; }
[data-new-submission] { grid-column:1/-1; white-space:normal; }
[data-new-submission][hidden] { display:none!important; }
[data-akturk-form] :disabled { opacity:.65; }

/* 1.8.3 · A compact corporate footer. Intentionally isolated from the legacy .top/.column form rules. */
footer.akturk-footer--corporate {
    float:none; clear:both; width:100%; margin:0; padding:0!important;
    background:var(--akturk-footer-bg,#343432); color:var(--akturk-footer-text,#fff);
    border-block-start:3px solid var(--akturk-footer-accent,#cfb685); text-align:start;
}
.akturk-footer--corporate *, .akturk-footer--corporate *::before, .akturk-footer--corporate *::after { box-sizing:border-box; }
.akturk-footer__grid {
    display:grid; grid-template-columns:minmax(180px,.85fr) minmax(240px,1.1fr) minmax(340px,1.65fr);
    gap:clamp(28px,4vw,56px); align-items:start; max-width:1280px; margin-inline:auto; padding:56px 32px;
}
.akturk-footer__grid[data-columns="2"] { grid-template-columns:repeat(2,minmax(0,1fr)); }
.akturk-footer__grid[data-columns="1"] { grid-template-columns:1fr; }
.akturk-footer__grid>div { min-width:0; }
.akturk-footer--corporate .akturk-footer__identity .logo { display:block; float:none; width:min(232px,100%); height:90px; margin:0 0 26px; padding:0; }
.akturk-footer__identity .logo :is(img,svg) { display:block; width:100%; height:100%; object-fit:contain; }
.akturk-footer__wordmark { display:flex; align-items:center; gap:9px; margin-block-end:14px; font-size:11px; line-height:1.5; letter-spacing:1.6px; color:var(--akturk-footer-accent); }
.akturk-footer__wordmark>span { width:7px; height:7px; border-radius:50%; background:#e4032c; flex:none; }
.akturk-footer--corporate .akturk-footer__links { display:flex; float:none!important; width:100%; flex-direction:column; align-items:stretch; gap:0; margin:0; }
.akturk-footer__links a { display:flex; justify-content:space-between; gap:14px; padding:9px 0; border-block-end:1px solid #ffffff17; color:inherit; font-size:13px; line-height:1.55; text-decoration:none; }
.akturk-footer__links a>span { color:var(--akturk-footer-accent); flex:none; }
.akturk-footer--corporate h2 { float:none; width:auto; margin:0 0 22px; color:var(--akturk-footer-accent); font-size:20px; line-height:1.4; font-weight:650; letter-spacing:0; }
.akturk-footer--corporate h3 { float:none; width:auto; margin:0 0 6px; color:var(--akturk-footer-accent); font-size:12px; line-height:1.6; letter-spacing:.3px; font-weight:600; }
.akturk-footer__detail { display:flex; gap:13px; margin-block-end:24px; }
.akturk-footer__detail>div { min-width:0; }
.akturk-footer__icon { display:flex; flex:none; align-items:center; justify-content:center; width:34px; height:34px; color:var(--akturk-footer-accent); background:#ffffff08; border:1px solid #ffffff1f; border-radius:9px; }
.akturk-footer__icon svg { display:block; position:static; width:18px; height:20px; fill:currentColor; }
.akturk-footer__details address { display:block; font-style:normal; font-size:14px; line-height:1.85; color:inherit; overflow-wrap:anywhere; }
.akturk-footer__number,.akturk-footer__email { display:block; width:fit-content; max-width:100%; padding:3px 0; color:inherit; font-size:14px; line-height:1.7; text-decoration:none; overflow-wrap:anywhere; unicode-bidi:isolate; }
.akturk-footer__reach { padding:24px; border:1px solid #ffffff20; border-radius:16px; background:#ffffff05; }
.akturk-footer__reach h2 { margin-block-end:10px; font-size:23px; }
.akturk-footer__intro { float:none; width:auto; margin:0 0 20px; color:inherit; opacity:.86; font-size:14px; line-height:1.75; }
.akturk-footer--corporate .akturk-footer-form { display:grid; float:none; grid-template-columns:repeat(2,minmax(0,1fr)); gap:13px 14px; width:100%; margin:0; }
.akturk-footer--corporate .akturk-footer-form .akturk-contact-form__field { margin:0; min-width:0; display:flex; gap:6px; }
.akturk-footer--corporate .akturk-footer-form .akturk-contact-form__field>label { color:inherit; margin:0; font-size:12px; line-height:1.5; font-weight:500; }
.akturk-footer--corporate .akturk-footer-form :is(input:not([type=checkbox]):not([type=hidden]),textarea) { float:none; width:100%; max-width:100%; height:auto; min-height:44px; margin:0; padding:11px 12px; border:1px solid #ffffff3b; border-radius:8px; background:#1515144d; color:inherit; font:400 14px/1.5 Arial,sans-serif; }
.akturk-footer--corporate .akturk-footer-form textarea { min-height:92px!important; height:92px!important; max-height:280px!important; resize:vertical!important; }
.akturk-footer--corporate .akturk-footer-form input:focus,.akturk-footer--corporate .akturk-footer-form textarea:focus { outline:2px solid var(--akturk-footer-accent); outline-offset:2px; border-color:var(--akturk-footer-accent); }
.akturk-footer--corporate .akturk-footer-form .akturk-field-hint { margin:0; font-size:11px; line-height:1.5; opacity:.72; }
.akturk-footer--corporate .akturk-footer-form .akturk-contact-form__consent { margin:0; color:inherit!important; font-size:12px!important; line-height:1.7!important; }
.akturk-footer--corporate .akturk-footer-form .akturk-contact-form__consent input { float:none; appearance:auto; -webkit-appearance:checkbox; min-height:17px; margin:2px 0 0!important; accent-color:var(--akturk-footer-accent); }
.akturk-footer--corporate .akturk-footer-form button { float:none; grid-column:1/-1; display:flex; align-items:center; justify-content:center; gap:12px; width:100%; height:auto; min-height:46px; margin:0; padding:11px 18px; background:var(--akturk-footer-accent); color:#242423; border:0; border-radius:8px; font:650 14px/1.5 Arial,sans-serif; letter-spacing:0; cursor:pointer; }
.akturk-footer--corporate .akturk-footer-form [data-new-submission] { background:transparent; border:1px solid var(--akturk-footer-accent); color:inherit; }
.akturk-footer--corporate .akturk-form-feedback { margin:0; font-size:13px; }
.akturk-footer__contact-button { display:inline-flex; align-items:center; gap:18px; padding:13px 18px; min-height:48px; color:#242423; background:var(--akturk-footer-accent); border-radius:8px; font-size:14px; line-height:1.5; font-weight:650; text-decoration:none; }
.akturk-footer__sector-links { display:flex; flex-wrap:wrap; gap:8px; padding-block-start:22px; margin-block-start:24px; border-block-start:1px solid #ffffff22; }
.akturk-footer__sector-links a { color:inherit; padding:7px 10px; font-size:12px; line-height:1.5; border:1px solid #ffffff26; border-radius:6px; text-decoration:none; }
.akturk-footer--corporate a:focus-visible,.akturk-footer--corporate button:focus-visible { outline:2px solid var(--akturk-footer-accent); outline-offset:4px; }
.akturk-footer--corporate a:hover { text-decoration:underline; text-underline-offset:4px; }
.akturk-footer__bottom { border-block-start:1px solid #ffffff1f; background:var(--akturk-footer-bottom); color:#262625; }
.akturk-footer__bottom-inner { position:relative; display:flex; justify-content:space-between; align-items:center; gap:20px; max-width:1280px; margin-inline:auto; padding:15px 32px; min-height:70px; }
.akturk-footer__bottom.is-center .akturk-footer__bottom-inner { justify-content:center; padding-inline:180px; }
.akturk-footer__bottom.is-center .akturk-footer__social { position:absolute; inset-inline-end:32px; }
.akturk-footer__bottom.is-right .akturk-footer__bottom-inner { flex-direction:row-reverse; }
.akturk-footer__bottom .akturk-footer-copyright { float:none; margin:0; font-size:12px; line-height:1.7; overflow-wrap:anywhere; text-align:inherit; }
.akturk-footer__social { display:flex; float:none; flex:none; align-items:center; gap:9px; margin:0; padding:0; list-style:none; }
.akturk-footer__social li { float:none; margin:0; padding:0; list-style:none; }
.akturk-footer__social a { display:flex; align-items:center; justify-content:center; width:38px; height:38px; color:inherit; border:1px solid currentColor; border-radius:50%; }
.akturk-footer__social svg { width:17px; height:17px; fill:currentColor; }
html[dir=rtl] .akturk-footer__links a>span,html[dir=rtl] .akturk-footer__contact-button>span { transform:scaleX(-1); }
#akturk-full-form { scroll-margin-block-start:120px; }
@media(max-width:1100px) {
    .akturk-footer__grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:30px 40px; padding:40px 28px; }
    .akturk-footer__reach { grid-column:1/-1; }
    .akturk-footer__grid[data-columns="1"] .akturk-footer__reach { max-width:760px; width:100%; margin-inline:auto; }
}
@media(max-width:640px) {
    .akturk-footer__grid,.akturk-footer__grid[data-columns="2"] { grid-template-columns:1fr; gap:30px; padding:32px 20px; }
    .akturk-footer--corporate .akturk-footer__identity .logo { width:190px; height:72px; margin-block-end:18px; }
    .akturk-footer--corporate .akturk-footer__links { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:0 20px; }
    .akturk-footer__reach { padding:20px 16px; }
    .akturk-footer--corporate .akturk-footer-form { grid-template-columns:1fr; }
    .akturk-footer__details { padding-block-start:24px; border-block-start:1px solid #ffffff1f; }
    .akturk-footer__bottom .akturk-footer__bottom-inner,.akturk-footer__bottom.is-center .akturk-footer__bottom-inner { padding:18px 20px; flex-direction:column; justify-content:center; gap:12px; text-align:center; }
    .akturk-footer__bottom.is-center .akturk-footer__social { position:static; }
    .akturk-footer__social a { width:42px; height:42px; }
}

/* The notice is a modal, not a navigation to another tab. Native dialog escapes #main overflow. */
.akturk-policy-dialog:not([open]) { display:none!important; }
.akturk-policy-dialog {
    position:fixed; inset:0; float:none!important; width:min(720px,calc(100% - 32px)); max-width:none;
    max-height:calc(100vh - 48px); max-height:calc(100dvh - 48px); height:fit-content; margin:auto; padding:0; border:1px solid #d9c9a8;
    border-radius:16px; background:#fff; color:#272725; box-shadow:0 24px 90px #00000055; box-sizing:border-box; z-index:100100;
}
.akturk-policy-dialog::backdrop { background:rgba(18,18,17,.68); backdrop-filter:blur(4px); }
.akturk-policy-shell { display:flex; flex-direction:column; max-height:calc(100vh - 48px); max-height:calc(100dvh - 48px); overflow:hidden; }
.akturk-policy-heading { display:flex; align-items:center; justify-content:space-between; flex:none; gap:18px; padding:20px 24px; border-block-end:1px solid #e8e2d5; background:#f8f6f1; }
.akturk-policy-heading h2 { margin:0; color:#272725; font-size:20px; line-height:1.5; font-weight:650; letter-spacing:0; }
.akturk-policy-heading button { flex:none; display:flex; align-items:center; justify-content:center; width:42px; height:42px; padding:0; border:1px solid #cfc8b7; border-radius:50%; background:#fff; color:#272725; font-size:28px; line-height:1; cursor:pointer; }
.akturk-policy-content { overflow-y:auto; overscroll-behavior:contain; min-height:0; padding:24px; text-align:start; font-size:15px; line-height:1.85; }
.akturk-policy-content :is(section,div,p,h1,h2,h3,h4,h5,h6,ul,ol,li,table) { float:none!important; width:auto!important; max-width:100%; min-height:0; height:auto; padding:0; border:0; background:transparent; font-size:inherit; line-height:inherit; letter-spacing:normal; box-sizing:border-box; }
.akturk-policy-content :is(p,h2,h3,h4,ul,ol,table) { margin:0 0 16px; }
.akturk-policy-content :is(h2,h3,h4) { font-size:18px; font-weight:650; }
.akturk-policy-content :is(ul,ol) { padding-inline-start:24px; }
.akturk-policy-content li { margin:0 0 6px; list-style:inherit; }
.akturk-policy-content a { color:#8b172a; text-decoration:underline; text-underline-offset:3px; overflow-wrap:anywhere; }
.akturk-policy-content table { display:block; overflow-x:auto; }
.akturk-policy-content :is(th,td) { padding:8px; border:1px solid #ddd; }
.akturk-policy-actions { display:flex; flex:none; justify-content:flex-end; padding:16px 24px; border-block-start:1px solid #e8e2d5; }
.akturk-policy-actions button { min-height:44px; padding:10px 22px; border:0; border-radius:7px; background:#292927; color:#fff; font-size:14px; line-height:1.5; font-weight:650; cursor:pointer; }
.akturk-policy-dialog :focus-visible { outline:2px solid #a38446; outline-offset:3px; }
.akturk-policy-external { display:block; width:100%; min-height:45vh; border:1px solid #ddd; }
.akturk-policy-open #main,.akturk-policy-open { overflow:hidden!important; }
.akturk-policy-dialog.is-fallback { display:flex; align-items:center; justify-content:center; inset:0; width:100%; height:100%; max-height:none; padding:24px; border:0; border-radius:0; background:#000a; }
.akturk-policy-dialog.is-fallback .akturk-policy-shell { width:min(720px,100%); background:#fff; border-radius:16px; }
.akturk-contact-map>iframe { display:block; width:100%; min-height:340px; height:380px; border:0; }
@media(max-width:640px) {
    .akturk-policy-dialog { width:calc(100% - 20px); max-height:calc(100vh - 24px); max-height:calc(100dvh - 24px); border-radius:12px; }
    .akturk-policy-shell { max-height:calc(100vh - 24px); max-height:calc(100dvh - 24px); }
    .akturk-policy-heading,.akturk-policy-actions { padding:14px 16px; }
    .akturk-policy-heading h2 { font-size:17px; }
    .akturk-policy-content { padding:18px 16px; font-size:14px; }
    .akturk-contact-map>iframe { height:300px; min-height:300px; }
}

/* 1.8.4 — contact directions and four-sector popover directly above the mobile dock. */
.akturk-map-actions{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 22px;background:#fff;border:1px solid #e1ded8;border-radius:12px 12px 0 0;margin-top:24px;text-align:start}
.akturk-map-actions>div{min-width:0;flex:1}.akturk-map-actions strong{display:block;font-size:14px;color:#363732}.akturk-map-actions p{margin:5px 0 0;font-size:13px;line-height:1.7;color:#686861;overflow-wrap:anywhere}
.akturk-map-actions a{flex:none;display:inline-flex;align-items:center;gap:10px;min-height:46px;padding:11px 20px;border-radius:7px;background:#a52436;color:#fff!important;font-size:13px;font-weight:600;text-decoration:none}.akturk-map-actions a:hover{background:#892033}.akturk-map-actions+iframe{border-radius:0 0 12px 12px}
#akturk-mobile-sectors.akturk-sector-popover{position:fixed;inset:auto 12px calc(var(--akturk-dock-height, 70px + env(safe-area-inset-bottom)) + 14px) 12px!important;z-index:100025;width:auto!important;max-width:480px;margin-inline:auto;height:auto!important;max-height:calc(100vh - 120px);max-height:calc(100dvh - 120px);padding:0 0 12px!important;overflow-y:auto;box-sizing:border-box;border:1px solid #d9d1bf;border-radius:16px;background:#fff;color:#292b2c;box-shadow:0 -12px 48px #151b2e38;scrollbar-gutter:auto}
#akturk-mobile-sectors.akturk-sector-popover .akturk-panel-heading{min-height:56px;padding:8px 12px 8px 18px;background:#fff;border-bottom:1px solid #eeebe5;border-radius:16px 16px 0 0}
#akturk-mobile-sectors.akturk-sector-popover .akturk-panel-heading>strong{font-size:16px;color:#292b2c}
#akturk-mobile-sectors.akturk-sector-popover .akturk-menu-close{color:#35393d!important;background:#f2f2ef;border:0;border-radius:50%;font-size:25px;width:36px;height:36px;flex-basis:36px}
#akturk-mobile-sectors.akturk-sector-popover .akturk-sector-intro{padding:12px 18px 0;color:#747973;font-size:12px;line-height:1.5}
#akturk-mobile-sectors.akturk-sector-popover .akturk-sector-list{padding:12px 14px 0;gap:7px}
#akturk-mobile-sectors.akturk-sector-popover .akturk-sector-list a{min-height:47px;padding:10px 14px!important;border:1px solid #e7e6e0;border-radius:8px;background:#f9f9f6;color:#333a3f;font-size:14px;line-height:1.5}
#akturk-mobile-sectors.akturk-sector-popover .akturk-sector-list a:hover,#akturk-mobile-sectors.akturk-sector-popover .akturk-sector-list a[aria-current=page]{background:#f1e6d2;border-color:#c4ae7e;color:#3f3520}
.akturk-sectors-open .akturk-menu-backdrop{background:#20252530;bottom:var(--akturk-dock-height, calc(70px + env(safe-area-inset-bottom)));height:auto}
.akturk-sectors-open .akturk-mobile-dock{z-index:100030}
.akturk-mobile-dock [data-akturk-sectors][aria-expanded=true]{color:#a52436;background:#f4eee4;border-radius:8px}
@media(min-width:1200px){#akturk-mobile-sectors.akturk-sector-popover{display:none!important}}
@media(max-width:600px){.akturk-map-actions{align-items:stretch;flex-direction:column;gap:13px;padding:17px}.akturk-map-actions a{justify-content:center}.akturk-map-actions p{font-size:12px}}

/* Navigation hit areas and anchor offsets are independent of translated labels. */
#akturk-full-form { scroll-margin-top:112px; scroll-margin-bottom:calc(var(--akturk-dock-height,70px) + 20px); }
.akturk-contact-detail a[href^="tel:"] { display:block; }
.akturk-mobile-dock [aria-disabled="true"] { opacity:.45; cursor:default; }
.akturk-mobile-dock > :is(a,button) { position:relative; touch-action:manipulation; -webkit-tap-highlight-color:transparent; }
.akturk-mobile-dock > :is(a,button) > svg,.akturk-mobile-dock > :is(a,button) > span { pointer-events:none; }
.akturk-mobile-dock :is(a,button):focus-visible { outline:2px solid #9f1d30; outline-offset:-3px; border-radius:8px; }

/* Each dock action owns its complete touch cell, including the raised contact icon. */
.akturk-mobile-dock > :is(a,button) { box-sizing:border-box; width:100%; max-width:100%; }
.akturk-mobile-dock > :is(a,button) * { pointer-events:none; }
.akturk-mobile-dock > :is(a,button)[aria-disabled="true"] { pointer-events:none; }
/* The raised contact circle extends above its anchor box. Keep that visible
   part hit-testable so a tap cannot pass through to an unrelated page link. */
.akturk-mobile-dock > .akturk-mobile-dock__primary > .akturk-mobile-dock__primary-icon { pointer-events:auto; }
