/*
 * Karakaya responsive safety layer
 * Load after style.css and all page-level styles.
 * Keeps critical content readable when optional animation libraries do not run.
 */

:root {
  --ak-responsive-gutter: clamp(16px, 3vw, 32px);
}

html {
  width: 100%;
  overflow-x: clip;
  scroll-padding-top: 96px;
}

body.theme2 {
  width: 100%;
  min-width: 0;
  overflow-x: clip;
}

body.theme2 *,
body.theme2 *::before,
body.theme2 *::after {
  box-sizing: border-box;
}

body.theme2 img,
body.theme2 video,
body.theme2 svg,
body.theme2 iframe {
  max-width: 100%;
}

body.theme2 img,
body.theme2 video {
  height: auto;
}

body.theme2 iframe {
  display: block;
  border: 0;
}

body.theme2 :where(p, h1, h2, h3, h4, h5, h6, a, span) {
  overflow-wrap: break-word;
}

/* WOW should be an enhancement, never a prerequisite for reading content. */
.wow:not(.animated) {
  visibility: visible !important;
}

/* Prevent accidental layout gaps left by GSAP/scroll pinning in content areas. */
.ak-k-section .pin-spacer,
#project-sec .pin-spacer,
#counter-sec .pin-spacer,
.gsk-section .pin-spacer,
.choose-area .pin-spacer {
  min-height: 0 !important;
}

/* Header/nav stability at laptop and tablet widths. */
.th-header .menu-area .row {
  min-width: 0;
}

.th-header .header-logo,
.th-header .header-button {
  flex: 0 0 auto;
}

.th-header .header-logo img {
  width: auto;
  height: auto;
  max-height: 76px;
}

/* Keep the wide desktop header logo balanced with the navigation. */
@media (min-width: 1200px) {
  .th-header .header-logo img {
    max-height: 62px;
  }
}

.th-menu-wrapper,
.th-menu-area,
.th-mobile-menu {
  max-width: 100vw;
}

.th-menu-wrapper {
  inset: 0 !important;
  width: 100vw !important;
  max-width: none !important;
  height: 100vh !important;
  height: 100dvh !important;
  background: rgba(4, 12, 20, .82) !important;
  overflow: hidden !important;
  /* ak-slice.css içindeki body zoom: .92 değerini yalnız menüde dengele. */
  zoom: 1.08695652;
}

.th-menu-wrapper .th-menu-area {
  width: min(88vw, 340px) !important;
  max-width: min(88vw, 340px) !important;
  left: -100% !important;
  transition: left .35s ease, opacity .35s ease, visibility .35s ease !important;
}

.th-menu-wrapper.th-body-visible .th-menu-area {
  left: 0 !important;
}

.th-mobile-menu {
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

/* Footer content must not force horizontal scrolling. */
.footer-area,
.footer-top,
.footer-grid,
.newsletter-bento,
.glass-card {
  min-width: 0;
  max-width: 100%;
}

.footer-area .n-form,
.footer-area .newsletter-form {
  min-width: 0;
}

.footer-area input,
.footer-area button,
.footer-area .n-btn {
  max-width: 100%;
}

/* Corporate pages, including Hakkımızda. */
.ak-k-wrap,
.ak-k-main,
.ak-k-side,
.ak-k-block,
.ak-k-figure,
.ak-k-founder,
.ak-k-firma,
.ak-k-grid,
.ak-k-stats,
.ak-k-time {
  min-width: 0;
  max-width: 100%;
}

.ak-k-figure img {
  width: 100%;
  object-fit: cover;
}

.ak-k-main .ak-k-block,
.ak-k-main > .ak-k-figure,
.ak-k-main > .ak-k-lead {
  visibility: visible !important;
}

/* Project gallery and products. */
.ak-gal-section,
.ak-gal-head,
.ak-gal-head-text,
.ak-gal-stats,
.ak-gal-filters,
.ak-gal-grid,
.ak-gal-card,
#project-sec .project-box,
#project-sec .project-box-details,
#project-sec .counter-grid_wrapp {
  min-width: 0;
  max-width: 100%;
}

.ak-gal-filters {
  scrollbar-width: thin;
}

/* Contact: keep decorative layers below real contact actions and text. */
.ak-quick-wrap,
.ak-quick-inner,
.ak-quick-intro,
.ak-quick-actions,
.contact-media,
.contact-form2,
.contact-map,
.ak-map-frame,
.ak-map-footer {
  min-width: 0;
  max-width: 100%;
}

.ak-quick-inner,
.contact-media {
  isolation: isolate;
}

.ak-quick-inner::before,
.ak-quick-inner::after,
.contact-media::before,
.contact-media::after {
  z-index: -1;
  pointer-events: none;
}

.ak-quick-intro,
.ak-quick-actions,
.contact-media > * {
  position: relative;
  z-index: 1;
}

.ak-quick-btn .txt {
  min-width: 0;
}

.ak-quick-btn .txt small,
.ak-quick-btn .txt strong,
.contact-media .box-text {
  overflow-wrap: anywhere;
}

.contact-map {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.contact-map .ak-map-frame {
  position: relative;
  width: 100%;
  min-height: 300px;
  background: #eef4f7;
  overflow: hidden;
}

.contact-map .ak-map-frame iframe {
  position: relative;
  z-index: 1;
  width: 100% !important;
  height: clamp(300px, 45vw, 540px) !important;
  min-height: 300px;
}

.contact-map .ak-map-fallback {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 10px;
  width: min(92%, 430px);
  padding: 13px 16px;
  border: 1px solid rgba(0, 158, 227, .22);
  border-radius: 14px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 28px rgba(14, 26, 36, .14);
  color: #0e1a24;
  backdrop-filter: blur(8px);
}

.contact-map .ak-map-fallback i {
  grid-row: 1 / span 2;
  align-self: center;
  color: #009ee3;
  font-size: 24px;
}

.contact-map .ak-map-fallback strong,
.contact-map .ak-map-fallback span {
  display: block;
  line-height: 1.3;
}

.contact-map .ak-map-fallback span {
  color: #5b6b76;
  font-size: 12px;
}

.ak-quick-wrap {
  position: relative;
  z-index: 2;
  background: #fff !important;
}

.ak-quick-inner,
.ak-quick-btn {
  background-color: #fff !important;
}

.contact-map .ak-map-footer {
  position: relative;
  z-index: 2;
}

/* Important home-page sections stay present if a slider/reveal script fails. */
#project-sec,
#project-sec .service-card,
#counter-sec,
#counter-sec .counter-item,
.gsk-section,
.gsk-section .gsk-frame,
.choose-area,
.choose-area .container,
#blog-sec {
  visibility: visible !important;
}

#project-sec .service-card,
#counter-sec .counter-item,
.gsk-section .gsk-frame,
.choose-area .container {
  opacity: 1;
}

body.home-page #gsk .gsk-center-cta {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .02em;
  text-decoration: none;
}

body.home-page #gsk .gsk-center-cta:hover,
body.home-page #gsk .gsk-center-cta:focus-visible {
  color: #fff;
  outline: none;
}

@media (max-width: 1199.98px) {
  body.home-page #gsk .node.gsk-center-cta {
    position: static;
    display: flex !important;
    width: 142px;
    height: 50px;
    margin: 28px auto 0;
    border-radius: 25px;
    transform: none;
    animation: none;
  }
}

/* Products: keep every source image in one consistent landscape frame. */
body.products-page #project-sec .project-box-img img {
  object-fit: cover;
  object-position: center;
}

body.products-page #project-sec .project-box.style2:not(:last-child) {
  margin-bottom: 72px;
}

@media (min-width: 1200px) {
  body.products-page #project-sec .project-box-img,
  body.products-page #project-sec .project-box.style2:nth-child(even) .project-box-img {
    flex: 0 0 48%;
    width: 48%;
    max-width: 48%;
    height: 360px;
    margin-left: 0;
  }

  body.products-page #project-sec .project-box-details,
  body.products-page #project-sec .project-box.style2:nth-child(even) .project-box-details {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
  }
}

/* Product detail modal — restrained industrial panel. */
body.products-page .product-modal {
  padding: 28px;
  background: rgba(4, 16, 26, .88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

body.products-page .product-modal-content {
  width: min(1120px, 94vw);
  max-width: 1120px;
  max-height: min(760px, calc(100dvh - 56px));
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 24px;
  box-shadow: 0 36px 90px rgba(0, 0, 0, .42);
}

body.products-page .modal-body-content {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  min-height: 610px;
}

body.products-page .modal-img-box {
  position: relative;
  min-width: 0;
  height: auto;
  background: #0a1c29;
}

body.products-page .modal-img-box::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 58%, rgba(4, 16, 26, .28));
}

body.products-page .modal-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.products-page .modal-info-box {
  min-width: 0;
  padding: 54px 52px 48px;
  justify-content: center;
}

body.products-page .modal-info-box::before {
  content: "ÜRÜN DETAYI";
  display: block;
  margin-bottom: 13px;
  color: #009ee3;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .16em;
}

body.products-page .modal-title {
  margin-bottom: 16px;
  color: #081d2d;
  font-size: clamp(34px, 3vw, 46px);
  line-height: 1.05;
  letter-spacing: -.035em;
}

body.products-page .modal-text {
  margin-bottom: 26px;
  color: #536675;
  font-size: 15px;
  line-height: 1.7;
}

body.products-page .modal-specs-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 30px;
}

body.products-page .modal-spec-item {
  min-width: 0;
  padding: 13px 12px;
  border: 1px solid rgba(0, 158, 227, .13);
  border-left: 3px solid #009ee3;
  border-radius: 10px;
  background: #f5f8fa;
}

body.products-page .modal-spec-label {
  margin-bottom: 4px;
  color: #71808c;
  font-size: 9px;
  line-height: 1.25;
  letter-spacing: .09em;
}

body.products-page .modal-spec-value {
  color: #081d2d;
  font-size: 15px;
  line-height: 1.25;
}

body.products-page .close-modal {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(8, 29, 45, .1);
  border-radius: 50%;
  color: #081d2d;
  background: rgba(255, 255, 255, .92);
  font: 300 30px/1 Arial, sans-serif;
  box-shadow: 0 8px 24px rgba(8, 29, 45, .12);
}

body.products-page .close-modal:hover,
body.products-page .close-modal:focus-visible {
  color: #fff;
  background: #009ee3;
  border-color: #009ee3;
  outline: none;
}

/* Home: production figures — mineral-cut cards and an industrial section marker. */
body.home-page #counter-sec {
  isolation: isolate;
  background:
    linear-gradient(135deg, rgba(0, 158, 227, .055), transparent 38%),
    #f7f9fb;
}

body.home-page #counter-sec::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 44px;
  right: -92px;
  width: 270px;
  height: 270px;
  border: 1px solid rgba(0, 158, 227, .16);
  transform: rotate(28deg);
  box-shadow:
    0 0 0 34px rgba(0, 158, 227, .035),
    0 0 0 68px rgba(8, 29, 45, .025);
  pointer-events: none;
}

body.home-page #counter-sec .counter-item {
  position: relative;
}

body.home-page #counter-sec .counter-item::after {
  content: none;
}

body.home-page .project-style1-area {
  padding-top: 80px !important;
}

/* Home: references as a quarry partner wall, not a generic glass carousel. */
body.home-page #referanslar.ak-ref {
  padding: 104px 0 86px;
  background: #07131d;
  border-top: 1px solid rgba(111, 208, 255, .16);
  border-bottom: 1px solid rgba(111, 208, 255, .14);
}

body.home-page #referanslar .ak-ref-bg {
  background-image:
    linear-gradient(115deg, rgba(5, 16, 25, .97) 4%, rgba(5, 16, 25, .86) 58%, rgba(5, 16, 25, .94)),
    url("../img/normal/about_4_1.webp") !important;
  background-position: center 42% !important;
  opacity: .82;
}

body.home-page #referanslar::before,
body.home-page #referanslar::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

body.home-page #referanslar::before {
  top: 0;
  left: 0;
  width: min(46vw, 620px);
  height: 6px;
  background: linear-gradient(90deg, #009ee3 0 26%, rgba(0, 158, 227, .16) 26% 100%);
}

body.home-page #referanslar::after {
  right: -110px;
  bottom: -125px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(111, 208, 255, .13);
  transform: rotate(45deg);
  box-shadow: 0 0 0 42px rgba(0, 158, 227, .025);
}

body.home-page #referanslar .ak-ref-head {
  max-width: 760px;
}

body.home-page #referanslar .ak-ref-sub {
  padding: 8px 13px;
  border: 1px solid rgba(111, 208, 255, .24);
  background: rgba(0, 158, 227, .07);
  clip-path: polygon(9px 0, 100% 0, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0 100%, 0 9px);
}

body.home-page #referanslar .ak-ref-title {
  font-family: var(--title-font) !important;
  font-weight: 600;
  font-size: 48px !important;
  line-height: 1.25;
  letter-spacing: normal;
}

body.home-page #referanslar .ak-ref-line {
  width: 118px;
  height: 3px;
  background: linear-gradient(90deg, #009ee3 0 44px, rgba(111, 208, 255, .22) 44px);
}

body.home-page #referanslar .ak-ref-slider {
  max-width: 1540px;
  margin-top: 42px !important;
}

body.home-page #referanslar .ak-ref-swiper {
  padding: 12px 4px 22px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

body.home-page #referanslar .ak-ref-logo {
  height: 174px;
  padding: 32px 28px;
  border: 1px solid rgba(8, 29, 45, .12);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(145, 164, 176, .86), rgba(83, 108, 124, .78));
  clip-path: none;
  -webkit-backdrop-filter: blur(18px) saturate(125%);
  backdrop-filter: blur(18px) saturate(125%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .18),
    0 18px 44px -30px rgba(8, 29, 45, .62);
}

body.home-page #referanslar .ak-ref-logo::before {
  content: none;
}

body.home-page #referanslar .ak-ref-logo::after {
  content: none;
}

body.home-page #referanslar .ak-ref-logo img {
  max-width: 78%;
  max-height: 88px;
  filter: drop-shadow(0 2px 3px rgba(8, 29, 45, .58));
}

body.home-page #referanslar .swiper-slide-active .ak-ref-logo,
body.home-page #referanslar .ak-ref-logo:hover {
  transform: translateY(-7px) !important;
  box-shadow: 0 28px 58px -28px rgba(0, 158, 227, .42);
}

body.home-page #referanslar .ak-ref-nav {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  clip-path: none;
}

body.home-page #referanslar .ak-ref-foot {
  margin-top: 20px;
}

/* Homepage motion language: quarry strata, conveyor rails and mineral cuts. */
body.home-page #about-sec,
body.home-page #project-sec,
body.home-page #counter-sec,
body.home-page .project-style1-area,
body.home-page .gsk-section,
body.home-page .choose-area,
body.home-page #referanslar,
body.home-page #blog-sec {
  position: relative;
  isolation: isolate;
}

body.home-page .ak-motion-shapes {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

body.home-page .ak-motion-shapes + .container,
body.home-page .ak-motion-shapes ~ .container {
  position: relative;
  z-index: 1;
}

body.home-page .ak-motion-shape {
  position: absolute;
  display: block;
  will-change: transform;
}

body.home-page .ak-motion-shape.is-mineral {
  top: 12%;
  right: -54px;
  width: 150px;
  aspect-ratio: 1;
  border: 1px solid rgba(0, 158, 227, .19);
  transform: rotate(45deg);
  box-shadow:
    0 0 0 22px rgba(0, 158, 227, .035),
    inset 0 0 0 16px rgba(255, 255, 255, .025);
  animation: akMineralDrift 14s ease-in-out infinite;
}

body.home-page .ak-motion-shape.is-rail {
  left: -9%;
  bottom: 12%;
  width: 42%;
  height: 34px;
  opacity: .45;
  transform: rotate(-8deg);
  background:
    linear-gradient(180deg, transparent 0 7px, rgba(0, 158, 227, .3) 7px 9px, transparent 9px 25px, rgba(8, 29, 45, .17) 25px 27px, transparent 27px),
    repeating-linear-gradient(90deg, transparent 0 28px, rgba(0, 158, 227, .16) 28px 30px);
  animation: akRailTravel 18s ease-in-out infinite;
}

body.home-page .ak-motion-shape.is-strata {
  top: 20%;
  left: 3%;
  width: 92px;
  height: 92px;
  opacity: .22;
  border-radius: 48% 52% 58% 42% / 55% 44% 56% 45%;
  background: repeating-radial-gradient(ellipse at 30% 40%, transparent 0 9px, #009ee3 10px 11px);
  animation: akStrataFloat 11s ease-in-out infinite;
}

body.home-page .ak-motion-shapes.is-alt .is-mineral {
  right: auto;
  left: -64px;
  top: 54%;
  animation-delay: -5s;
}

body.home-page .ak-motion-shapes.is-alt .is-rail {
  left: auto;
  right: -10%;
  bottom: 22%;
  transform: rotate(9deg);
  animation-delay: -7s;
}

body.home-page .ak-motion-shapes.is-alt .is-strata {
  left: auto;
  right: 7%;
  top: 9%;
  animation-delay: -4s;
}

@keyframes akMineralDrift {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(45deg); }
  50% { transform: translate3d(-18px, 22px, 0) rotate(58deg); }
}

@keyframes akRailTravel {
  0%, 100% { background-position: 0 0, 0 0; }
  50% { background-position: 0 0, 90px 0; }
}

@keyframes akStrataFloat {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0); }
  50% { transform: translate3d(10px, -16px, 0) rotate(12deg); }
}

/* References: dark quarry panorama with light logo surfaces for clear contrast. */
body.home-page #referanslar.ak-ref {
  background: #07131d;
  border-color: rgba(111, 208, 255, .14);
}

body.home-page #referanslar .ak-ref-bg {
  background-image:
    linear-gradient(108deg, rgba(5, 16, 25, .97) 4%, rgba(8, 28, 41, .86) 52%, rgba(5, 16, 25, .95)),
    url("../img/normal/about_4_1.webp") !important;
  background-position: center 46% !important;
  opacity: .96;
}

body.home-page #referanslar .ak-ref-bg::after {
  content: "" !important;
  position: absolute;
  inset: -30% -22%;
  display: block !important;
  background: linear-gradient(112deg, transparent 34%, rgba(111, 208, 255, .13) 46%, rgba(0, 158, 227, .08) 50%, transparent 61%);
  transform: translateX(-32%);
  animation: akRefLightPass 9s ease-in-out infinite;
}

@keyframes akRefLightPass {
  0%, 18% { transform: translateX(-35%); opacity: 0; }
  38%, 62% { opacity: 1; }
  82%, 100% { transform: translateX(35%); opacity: 0; }
}

body.home-page #referanslar .ak-ref-sub {
  margin: 0 0 15px;
  padding: 0;
  color: #6fd0ff;
  border: 0;
  background: transparent;
  clip-path: none;
}

body.home-page #referanslar .ak-ref-title {
  color: #fff;
}

body.home-page #referanslar .ak-ref-sub2 {
  color: #eef3f9;
}

body.home-page #referanslar .ak-ref-desc {
  color: rgba(233, 240, 248, .72);
}

body.home-page #referanslar .ak-ref-desc b,
body.home-page #referanslar .ak-ref-desc span {
  color: #6fd0ff;
}

body.home-page #referanslar .ak-ref-line {
  background: linear-gradient(90deg, #009ee3 0 44px, rgba(111, 208, 255, .22) 44px);
}

body.home-page #referanslar::before {
  display: none;
}

body.home-page #referanslar > .ak-motion-shapes {
  display: none;
}

body.home-page #referanslar::after {
  border-color: rgba(111, 208, 255, .13);
  box-shadow: 0 0 0 42px rgba(0, 158, 227, .025);
}

body.home-page #referanslar .ak-ref-nav {
  background: #009ee3;
  border: 1px solid #009ee3;
  color: #fff;
  box-shadow: 0 12px 28px -14px rgba(0, 126, 183, .65);
  transition: transform .3s ease, background-color .3s ease, border-color .3s ease, box-shadow .3s ease;
}

body.home-page #referanslar .ak-ref-nav:hover {
  background: #081d2d;
  border-color: #081d2d;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 16px 32px -14px rgba(8, 29, 45, .7);
}

body.home-page #referanslar .ak-ref-counter {
  color: rgba(233, 240, 248, .55);
}

body.home-page #referanslar .ak-ref-dots i {
  background: rgba(255, 255, 255, .14);
}

body.home-page #referanslar .ak-ref-dots i.is-active {
  width: 40px;
  background: #009ee3;
  box-shadow: 0 4px 12px rgba(0, 158, 227, .28);
}

/* Referans okları: sitenin ana butonlarındaki mavi yüzey ve koyu geçiş. */
body.home-page #referanslar .ak-ref-nav {
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  background: #009ee3;
  color: #fff;
  isolation: isolate;
}

body.home-page #referanslar .ak-ref-nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 100% 0 auto;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #081d2d;
  transition: top .5s ease-in-out;
}

body.home-page #referanslar .ak-ref-nav i {
  position: relative;
  z-index: 1;
}

body.home-page #referanslar .ak-ref-nav:hover,
body.home-page #referanslar .ak-ref-nav:focus-visible {
  border-color: transparent;
  background: #009ee3;
  color: #fff;
  transform: translateY(-50%);
  box-shadow: 0 14px 28px -14px rgba(8, 29, 45, .7);
}

body.home-page #referanslar .ak-ref-nav:hover::after,
body.home-page #referanslar .ak-ref-nav:focus-visible::after {
  top: 0;
}

body.home-page #referanslar .ak-ref-cta {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

body.home-page #referanslar .ak-ref-site-btn {
  min-width: 250px;
  justify-content: center;
}

body.home-page #referanslar .ak-ref-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 54px;
  padding: 10px 12px 10px 24px;
  color: #fff;
  background: #081d2d;
  border: 1px solid rgba(0, 126, 183, .3);
  text-decoration: none;
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .025em;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
  box-shadow: 0 18px 36px -24px rgba(8, 29, 45, .72);
  transition: transform .3s ease, background-color .3s ease, box-shadow .3s ease;
}

body.home-page #referanslar .ak-ref-cta-btn i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #fff;
  background: #009ee3;
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
  transition: transform .3s ease;
}

body.home-page #referanslar .ak-ref-cta-btn:hover {
  color: #fff;
  background: #0d3047;
  transform: translateY(-3px);
  box-shadow: 0 22px 42px -22px rgba(0, 126, 183, .6);
}

body.home-page #referanslar .ak-ref-cta-btn:hover i {
  transform: translateX(3px);
}

/* Why choose us: replace the disconnected dotted template with quarry-blue depth. */
body.home-page .choose-area {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  background-image: url("../img/bg/choose_bg_1.png") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body.home-page .choose-area::before {
  content: none;
}

body.home-page .choose-area .choose-item {
  padding: 22px;
  border: 1px solid rgba(0, 126, 183, .11);
  border-radius: 18px;
  background: rgba(255, 255, 255, .58);
  box-shadow: 0 18px 38px -32px rgba(8, 29, 45, .55);
  backdrop-filter: blur(5px);
}

body.home-page .choose-area .choose-image,
body.home-page .choose-area .choose-image2 {
  box-shadow: 0 26px 50px -36px rgba(8, 29, 45, .55);
}

body.home-page .choose-area .choose-image {
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.home-page .choose-area .choose-image img {
  border-radius: 0;
}

/* Footer newsletter: compact supporting card, subordinate to the main slogan. */
.footer-area .newsletter-bento {
  max-width: 400px;
  padding: 20px 22px;
  border-left: 3px solid #009ee3;
  border-radius: 18px;
  background: rgba(255, 255, 255, .48);
}

.footer-area .newsletter-bento .badge {
  margin-bottom: 9px;
  padding: 4px 10px;
  font-size: 10px;
  letter-spacing: .14em;
}

.footer-area .newsletter-bento h3 {
  margin: 0 0 6px;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.2;
  letter-spacing: -.01em;
}

.footer-area .newsletter-bento p {
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 1.5;
}

.footer-area .newsletter-bento .n-form {
  min-height: 48px;
}

@media (max-width: 1199.98px) {
  .th-header .menu-area .container {
    padding-left: var(--ak-responsive-gutter);
    padding-right: var(--ak-responsive-gutter);
  }

  .th-header .header-logo img {
    max-width: min(210px, 48vw) !important;
  }

  body.home-page #referanslar .ak-ref-title {
    font-size: 36px !important;
    line-height: 1.3;
  }

  .ak-k-wrap {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 32px;
  }

  .ak-gal-section {
    padding-top: 76px;
    padding-bottom: 88px;
  }

  .ak-gal-title {
    font-size: clamp(38px, 5vw, 52px);
  }
}

@media (max-width: 991.98px) {
  html {
    scroll-padding-top: 76px;
  }

  .header-top {
    display: none;
  }

  .th-header .menu-area {
    display: flex;
    align-items: center;
    min-height: 78px;
    padding: 10px 0;
  }

  .th-header .menu-area > .row {
    width: 100%;
    margin: 0;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start !important;
  }

  .th-header .sticky-wrapper > .container {
    padding-left: clamp(16px, 4vw, 30px);
    padding-right: clamp(16px, 4vw, 30px);
  }

  .th-header .menu-area > .row > .col-auto:first-child {
    flex: 0 1 auto;
    min-width: 0;
    padding: 0;
  }

  .th-header .menu-area > .row > .col {
    flex: 0 0 auto;
    width: auto;
    margin-left: 14px;
    padding: 0;
    text-align: right !important;
  }

  .th-header .menu-area .header-logo {
    position: relative;
    z-index: 1;
    max-width: calc(100vw - 104px);
  }

  .th-header .menu-area .header-logo img {
    display: block;
    width: auto !important;
    max-width: min(205px, calc(100vw - 104px)) !important;
    max-height: 58px !important;
    object-fit: contain;
  }

  .th-header .menu-area .th-menu-toggle {
    position: relative;
    z-index: 2;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 50%;
    background: #009ee3;
    color: #fff;
    box-shadow: 0 8px 22px rgba(0, 126, 182, .24);
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
  }

  .th-header .menu-area .th-menu-toggle:hover {
    background: #007fba;
    transform: translateY(-1px);
    box-shadow: 0 10px 26px rgba(0, 126, 182, .3);
  }

  .th-header .menu-area .th-menu-toggle:focus-visible {
    outline: 3px solid rgba(0, 158, 227, .32);
    outline-offset: 4px;
  }

  .th-header .menu-area .th-menu-toggle i {
    margin: 0;
    font-size: 20px;
    line-height: 1;
  }

  .th-header .header-logo img,
  .mobile-logo img {
    max-width: min(220px, 62vw) !important;
    max-height: 64px;
  }

  .breadcumb-wrapper {
    padding-top: 118px !important;
    padding-bottom: 58px !important;
    min-height: 0 !important;
  }

  .breadcumb-title {
    font-size: clamp(32px, 7vw, 44px) !important;
    line-height: 1.15;
  }

  .ak-k-section {
    padding: 60px 0 76px;
  }

  .ak-k-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  .ak-k-side-inner {
    position: static !important;
    top: auto !important;
  }

  .ak-k-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ak-k-nav a,
  .ak-k-nav a:last-child {
    border: 0;
    border-bottom: 1px solid rgba(14, 26, 36, .1);
  }

  .ak-k-main,
  .ak-k-main .ak-k-block,
  .ak-k-main > .ak-k-figure,
  .ak-k-main > .ak-k-lead {
    height: auto !important;
    min-height: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .ak-k-section .pin-spacer {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
  }

  .ak-k-founder {
    align-items: flex-start;
  }

  .ak-gal-head {
    align-items: flex-start;
    margin-bottom: 32px;
  }

  .ak-gal-stats {
    width: 100%;
  }

  .ak-gal-stats > div {
    flex: 1 1 0;
  }

  .ak-gal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 250px;
  }

  .ak-gal-card.is-xl {
    grid-column: span 2;
    grid-row: span 2;
  }

  #project-sec .project-box.style2 {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  #project-sec .project-box-img,
  #project-sec .project-box-details {
    width: 100%;
  }

  body.products-page #project-sec {
    padding-top: 58px;
    padding-bottom: 68px;
  }

  body.products-page #project-sec > .container {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    gap: 0;
    max-width: 720px;
    padding-inline: 16px;
  }

  body.products-page #project-sec .project-box.style2,
  body.products-page #project-sec .project-box.style2:nth-child(even) {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: 190px auto !important;
    width: 100%;
    margin-bottom: 32px;
    overflow: hidden;
    border: 1px solid rgba(8, 29, 45, .09);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 38px -30px rgba(8, 29, 45, .48);
  }

  body.products-page #project-sec .project-box.style2:not(:last-child) {
    margin-bottom: 32px;
  }

  body.products-page #project-sec .project-box-img,
  body.products-page #project-sec .project-box.style2:nth-child(even) .project-box-img {
    order: 0 !important;
    width: 100% !important;
    height: 190px !important;
    min-height: 190px !important;
    border-radius: 0 !important;
  }

  body.products-page #project-sec .project-box-img img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    min-height: 190px;
    object-fit: cover;
    border-radius: 0 !important;
  }

  body.products-page #project-sec .project-box-details,
  body.products-page #project-sec .project-box.style2:nth-child(even) .project-box-details {
    order: 1 !important;
    width: 100% !important;
    min-width: 0;
    padding: 24px 20px 26px !important;
  }

  body.products-page #project-sec .project-box-details .box-title {
    margin-bottom: 10px;
    font-size: clamp(25px, 7vw, 31px);
    line-height: 1.12;
  }

  body.products-page #project-sec .project-box-details .box-text {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.62;
  }

  body.products-page #project-sec .counter-grid_wrapp {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    max-width: none !important;
    gap: 8px !important;
  }

  body.products-page #project-sec .counter-grid {
    min-width: 0;
    padding: 12px 10px;
    border: 1px solid rgba(0, 158, 227, .12);
    border-radius: 12px;
    background: rgba(0, 158, 227, .045);
  }

  body.products-page #project-sec .counter-grid-title {
    margin-bottom: 3px;
    font-size: 21px;
    line-height: 1.15;
    overflow-wrap: anywhere;
  }

  body.products-page #project-sec .counter-text {
    font-size: 11px;
    line-height: 1.25;
  }

  body.products-page #project-sec .project-box-details .row {
    margin-top: 18px !important;
  }

  body.products-page #project-sec .open-product-modal {
    min-height: 48px;
  }

  body.products-page .product-modal {
    align-items: flex-start;
    padding: 12px;
    overflow-x: hidden;
    overflow-y: auto;
  }

  body.products-page .product-modal-content {
    width: 100%;
    max-width: 520px;
    max-height: calc(100dvh - 24px);
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 20px;
  }

  body.products-page .modal-body-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  body.products-page .modal-img-box {
    width: 100%;
    min-width: 0;
    height: 260px;
  }

  body.products-page .modal-info-box {
    width: 100%;
    min-width: 0;
    padding: 24px 18px 26px;
  }

  body.products-page .modal-title {
    padding-right: 30px;
    font-size: 28px;
    line-height: 1.15;
  }

  body.products-page .modal-text {
    font-size: 14px;
    line-height: 1.6;
  }

  body.products-page .modal-specs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 24px;
  }

  body.products-page .modal-spec-item {
    min-width: 0;
    padding: 11px 10px;
    border-left-width: 3px;
    border-radius: 10px;
  }

  body.products-page .modal-spec-label {
    font-size: 9px;
    overflow-wrap: anywhere;
  }

  body.products-page .modal-spec-value {
    font-size: 15px;
    overflow-wrap: anywhere;
  }

  body.products-page .close-modal {
    position: fixed;
    top: 24px;
    right: 24px;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #fff;
    background: #081d2d;
    font-size: 28px;
  }

  .ak-quick-wrap {
    padding-top: 36px;
  }

  .ak-quick-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    padding: 32px;
    gap: 28px;
    background: linear-gradient(135deg, #f3fafd 0%, #fff 70%);
  }

  .ak-quick-actions {
    width: 100%;
    min-width: 0;
  }

  .contact-map .ak-map-frame iframe {
    height: 380px !important;
  }

  .footer-area .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  body.home-page .th-header .menu-area > .row {
    justify-content: space-between !important;
  }

  body.home-page .th-header .menu-area > .row > .col-auto:first-child {
    flex: 0 1 auto;
  }

  body.home-page .th-header .menu-area > .row > .col {
    margin-left: auto;
    margin-right: 12px;
  }

  body.home-page .th-header .menu-area .header-logo img {
    max-width: min(202px, calc(100vw - 102px)) !important;
    max-height: 68px !important;
    transform: translateX(7px);
  }

  body.home-page #referanslar .ak-ref-title {
    font-size: 34px !important;
    line-height: 1.3;
  }

  /* Mobil slider için özel üretilmiş dikey görseller. */
  body.home-page .hero-inner .th-hero-bg {
    background-image: var(--hero-mobile-image) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: #07111b !important;
  }

  .container {
    padding-left: var(--ak-responsive-gutter);
    padding-right: var(--ak-responsive-gutter);
  }

  .space,
  .space-top {
    --section-space: 72px;
    --section-space-mobile: 64px;
  }

  .breadcumb-wrapper {
    padding-top: 104px !important;
    padding-bottom: 48px !important;
  }

  .breadcumb-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .ak-k-section {
    padding: 48px 0 64px;
  }

  .ak-k-nav {
    grid-template-columns: minmax(0, 1fr);
  }

  .ak-k-grid,
  .ak-k-grid.is-3,
  .ak-k-stats {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .ak-k-founder {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    text-align: center;
  }

  .ak-k-founder-photo {
    margin-inline: auto;
  }

  .ak-k-figure img {
    height: clamp(210px, 62vw, 320px) !important;
  }

  .ak-gal-section {
    padding: 54px 0 68px;
  }

  .ak-gal-head {
    gap: 24px;
  }

  .ak-gal-title {
    font-size: clamp(33px, 10vw, 43px);
  }

  .ak-gal-filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-right: calc(var(--ak-responsive-gutter) * -1);
    padding-right: var(--ak-responsive-gutter);
    -webkit-overflow-scrolling: touch;
  }

  .ak-gal-chip {
    flex: 0 0 auto;
  }

  .ak-gal-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: 320px;
  }

  /* Ana sayfa öne çıkan proje: okları metin ve konum etiketinden ayır. */
  #akProjSlider.ak-proj-featured {
    min-height: 600px;
    padding-bottom: 82px;
  }

  #akProjSlider .ak-proj-featured-content {
    width: 100%;
    padding: 34px 24px 110px;
  }

  #akProjSlider .ak-proj-stats {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(0, .8fr) minmax(0, .8fr);
    gap: 8px;
    padding-right: 0;
  }

  #akProjSlider .ak-proj-stat {
    min-width: 0;
    margin: 0;
    padding: 0 8px 0 0;
  }

  #akProjSlider .ak-proj-stat i {
    margin-bottom: 10px;
    font-size: 20px;
  }

  #akProjSlider .ak-proj-stat-num {
    font-size: clamp(14px, 4.5vw, 19px);
    white-space: nowrap;
  }

  #akProjSlider .ak-proj-stat-lbl {
    font-size: 9px;
    letter-spacing: .25px;
  }

  #akProjSlider .ak-proj-nav {
    position: absolute !important;
    z-index: 6;
    right: auto !important;
    left: 24px;
    bottom: 24px;
    margin: 0 !important;
    display: inline-flex;
    gap: 10px;
    padding: 7px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    background: rgba(8, 18, 29, .7);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .2);
    backdrop-filter: blur(8px);
  }

  #akProjSlider .ak-proj-nav-btn {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
  }

  .ak-gal-card.is-xl,
  .ak-gal-card.is-wide,
  .ak-gal-card.is-tall {
    grid-column: span 1;
    grid-row: span 1;
  }

  .ak-gal-card.is-xl {
    min-height: 380px;
  }

  #project-sec .counter-grid_wrapp {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ak-quick-inner {
    padding: 26px 20px;
    border-radius: 22px;
  }

  .ak-quick-btn {
    padding: 12px 14px;
    gap: 12px;
  }

  .ak-quick-btn .ico {
    width: 42px;
    height: 42px;
    min-width: 42px;
  }

  .contact-media {
    height: auto !important;
    min-height: 0;
  }

  .contact-map .ak-map-frame {
    min-height: 300px;
  }

  .contact-map .ak-map-frame iframe {
    height: 320px !important;
  }

  .contact-map .ak-map-footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    padding: 20px;
  }

  .ak-map-btn {
    width: 100%;
    justify-content: center;
  }

  .footer-area .footer-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .footer-area .n-form {
    display: flex;
    gap: 0;
  }

  .footer-area .n-form input {
    min-width: 0;
    width: 100%;
  }

  .footer-area .n-form .n-btn {
    width: 44px;
    max-width: 44px;
    flex: 0 0 44px;
  }

  .footer-area .newsletter-form {
    display: flex;
    gap: 8px;
  }

  .footer-area .newsletter-form input {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  :root {
    --ak-responsive-gutter: 16px;
  }

  .th-header .header-logo img,
  .mobile-logo img {
    max-width: min(190px, 60vw) !important;
  }

  .th-header .menu-area .header-logo img {
    max-width: min(174px, calc(100vw - 96px)) !important;
    max-height: 54px !important;
  }

  .ak-k-h1,
  .ak-ref2-title {
    font-size: clamp(30px, 9vw, 40px) !important;
    line-height: 1.15;
  }

  .ak-gal-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ak-gal-stats div {
    min-width: 0;
    padding: 15px;
  }

  .ak-gal-grid {
    grid-auto-rows: 290px;
  }

  .ak-gal-card.is-xl {
    min-height: 330px;
  }

  .ak-gal-body {
    padding: 20px;
  }

  .ak-gal-card.is-xl .ak-gal-name,
  .ak-gal-name {
    font-size: 20px;
  }

  #project-sec .counter-grid_wrapp {
    grid-template-columns: minmax(0, 1fr);
  }

  body.home-page #counter-sec {
    padding-top: 66px;
    padding-bottom: 72px;
  }

  body.home-page .project-style1-area {
    padding-top: 56px !important;
  }

  body.home-page #counter-sec .row {
    row-gap: 28px !important;
  }

  body.home-page #counter-sec .img-box7 .about-wrapp {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    width: 190px;
    height: 190px;
    margin: 0 !important;
    transform: translate(-50%, -50%) !important;
  }

  body.home-page #counter-sec .counter-item-wrap {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 0 !important;
  }

  body.home-page #counter-sec .counter-item,
  body.home-page #counter-sec .counter-item:nth-child(n) {
    min-width: 0;
    min-height: 178px;
    padding: 18px 10px 16px !important;
    border: 1px solid rgba(8, 29, 45, .1) !important;
    background: rgba(255, 255, 255, .94);
    text-align: left;
    clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
    box-shadow: 0 14px 30px -24px rgba(5, 23, 37, .5);
  }

  body.home-page #counter-sec .counter-item .box-icon {
    width: 45px;
    height: 45px;
    line-height: 43px;
    margin: 0 0 12px;
    border-radius: 10px;
    border-color: rgba(0, 158, 227, .2);
    background: #eff9fd;
  }

  body.home-page #counter-sec .counter-item .box-icon img {
    max-width: 25px;
    max-height: 25px;
  }

  body.home-page #counter-sec .counter-item .box-number {
    font-size: clamp(28px, 9vw, 38px);
    line-height: 1;
    letter-spacing: -.045em;
    white-space: nowrap;
  }

  body.home-page #counter-sec .counter-item .box-number .plus {
    font-size: .55em;
    color: #009ee3;
    letter-spacing: -.02em;
  }

  body.home-page #counter-sec .counter-item .counter-text {
    max-width: 130px;
    margin-top: 8px;
    color: #536474;
    font-size: 12px;
    line-height: 1.35;
  }

  body.home-page #counter-sec::before {
    top: 22px;
    right: -116px;
    width: 220px;
    height: 220px;
  }

  body.home-page #referanslar.ak-ref {
    padding: 76px 0 64px;
  }

  body.home-page #referanslar .ak-ref-head {
    padding-inline: 4px;
  }

  body.home-page #referanslar .ak-ref-sub {
    font-size: 11px;
    letter-spacing: .16em;
  }

  body.home-page #referanslar .ak-ref-title {
    font-size: 28px !important;
    line-height: 1.3;
  }

  body.home-page #referanslar .ak-ref-desc br {
    display: none;
  }

  body.home-page #referanslar .ak-ref-slider {
    margin-top: 30px !important;
    padding: 0 24px !important;
  }

  body.home-page #referanslar .ak-ref-swiper {
    -webkit-mask-image: none;
    mask-image: none;
    overflow: hidden;
  }

  body.home-page #referanslar .ak-ref-swiper .swiper-slide {
    width: min(72vw, 270px);
  }

  body.home-page #referanslar .ak-ref-logo {
    height: 156px;
    padding: 26px 22px;
  }

  body.home-page #referanslar .ak-ref-nav {
    width: 42px;
    height: 42px;
  }

  body.home-page #referanslar .ak-ref-nav.prev {
    left: 5px;
  }

  body.home-page #referanslar .ak-ref-nav.next {
    right: 5px;
  }

  body.home-page #referanslar .ak-ref-dots {
    max-width: calc(100vw - 36px);
    overflow: hidden;
  }

  body.home-page #referanslar .ak-ref-cta {
    margin-top: 20px;
    padding-inline: 28px;
  }

  body.home-page #referanslar .ak-ref-cta-btn {
    width: 100%;
    max-width: 310px;
    justify-content: space-between;
    padding-left: 20px;
  }

  body.home-page #referanslar .ak-ref-site-btn {
    width: 100%;
    max-width: 310px;
    min-width: 0;
  }

  body.home-page .ak-motion-shape.is-mineral {
    width: 104px;
    right: -48px;
    opacity: .7;
  }

  body.home-page .ak-motion-shape.is-rail {
    width: 72%;
    opacity: .3;
  }

  body.home-page .ak-motion-shape.is-strata {
    width: 68px;
    height: 68px;
    opacity: .14;
  }

  .footer-area .newsletter-bento {
    width: 100%;
    padding: 17px 18px;
    border-radius: 15px;
  }

  .footer-area .newsletter-bento h3 {
    font-size: 17px;
  }

  .ak-why-wrap .col-6 {
    width: 100%;
  }

  .contact-form2 .form-btn .th-btn {
    width: 100%;
  }
}

/* Ana sayfa proje çağrı butonu: mobilde kart başlığıyla aynı eksende ortala. */
@media (max-width: 767px) {
  .cursor-follower,
  .slider-drag-cursor {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }

  body.home-page .ak-proj-intro > .th-btn {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  body.home-page .project-style1-area .project-top-title {
    display: block;
    width: 100%;
    text-align: center;
  }

  /* Tesislerimiz başlığının ikonu mobilde satırın uzağında kalmasın. */
  body.home-page .project-style1-area .project-top-title .sub-title {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
    gap: 8px;
    text-align: left;
  }

  body.home-page .project-style1-area .project-top-title .sub-title::before {
    position: static;
    flex: 0 0 auto;
    line-height: 1;
    transform: none;
  }

  body.home-page #referanslar .ak-ref-dots i.is-active {
    width: 26px;
  }

  /* Haber kartlarındaki tüm kapakları Soma Belediyesi kartıyla aynı ölçüde göster. */
  body.home-page #blog-sec .blog-grid .blog-img,
  body.home-page #blog-sec .blog-grid.style2 .blog-img {
    width: 100%;
    min-width: 100%;
    height: auto;
    aspect-ratio: 71 / 40;
    overflow: hidden;
  }

  body.home-page #blog-sec .blog-grid .blog-img > a {
    display: block;
    width: 100%;
    height: 100%;
  }

  body.home-page #blog-sec .blog-grid .blog-img img,
  body.home-page #blog-sec .blog-grid.style2 .blog-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Grup şirketleri altındaki Güven / Tecrübe / Kalite / Gelecek alanı. */
  body.home-page #gsk .feature-bar {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: 100%;
    margin-top: 28px;
    padding: 14px;
    gap: 10px;
    border-radius: 22px;
  }

  body.home-page #gsk .feature {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    min-height: 142px;
    padding: 16px 9px 14px;
    gap: 9px;
    justify-content: center;
    text-align: center;
    border-radius: 16px;
    background: rgba(255, 255, 255, .62);
  }

  body.home-page #gsk .feature > div {
    min-width: 0;
  }

  body.home-page #gsk .feat-icon {
    width: 48px;
    height: 48px;
  }

  body.home-page #gsk .feat-icon svg {
    width: 23px;
    height: 23px;
  }

  body.home-page #gsk .feat-title,
  body.home-page #gsk .feat-sub {
    overflow-wrap: anywhere;
  }

  body.home-page #gsk .feat-title {
    font-size: 15px;
    line-height: 1.25;
  }

  body.home-page #gsk .feat-sub {
    font-size: 13px;
    line-height: 1.4;
  }

  /* Grup şirketi kartları: mobilde kompakt 2 x 2 yerleşim. */
  body.home-page #gsk .cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: 100%;
    gap: 12px;
    align-items: stretch;
  }

  body.home-page #gsk .arch {
    width: 100%;
    max-width: none;
    min-width: 0;
    min-height: 330px;
    padding: 18px 9px 14px;
    border-radius: 70px 70px 22px 22px;
  }

  body.home-page #gsk .arch::before {
    border-radius: 70px 70px 22px 22px;
  }

  body.home-page #gsk .logo-ring {
    width: 92px;
    height: 92px;
  }

  body.home-page #gsk .logo-disc {
    width: 80px;
    height: 80px;
  }

  body.home-page #gsk .arch h3 {
    margin-top: 17px;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -.2px;
    text-align: center;
    white-space: normal;
  }

  body.home-page #gsk .arch p {
    min-height: 82px;
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }

  body.home-page #gsk .incele {
    width: 100%;
    min-width: 0;
    justify-content: center;
    gap: 5px;
    padding: 9px 6px;
    border-radius: 14px;
    font-size: 13px;
  }

  body.home-page #gsk .incele .arrow {
    width: 21px;
    height: 21px;
  }

  body.home-page #gsk .incele .arrow svg {
    width: 12px;
    height: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }

  .cursor-follower,
  .slider-drag-cursor,
  .ak-slice-overlay,
  .footer-dust,
  .ak-motion-shapes {
    display: none !important;
  }

  [data-ani],
  .wow,
  .ak-k-main .ak-k-block,
  .ak-k-main > .ak-k-figure,
  .ak-k-main > .ak-k-lead,
  #project-sec .service-card,
  #counter-sec .counter-item,
  .gsk-section .gsk-frame,
  .choose-area .container {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }
}

/* Mobile brand presence: one consistent, larger header logo across all pages. */
@media (max-width: 991.98px) {
  .th-header .menu-area .header-logo {
    max-width: calc(100vw - 84px);
  }

  .th-header .menu-area .header-logo img {
    width: auto !important;
    max-width: min(248px, calc(100vw - 84px)) !important;
    max-height: 72px !important;
  }

  body.home-page .th-header .menu-area .header-logo img {
    max-width: min(248px, calc(100vw - 84px)) !important;
    max-height: 72px !important;
    transform: translateX(7px);
  }

  .th-menu-wrapper .mobile-logo img,
  .mobile-logo img {
    width: auto !important;
    max-width: min(260px, 76vw) !important;
    max-height: 78px !important;
  }
}
