/**
 * XAN Office v1.4.61.299
 * Kaydırmada görünmeyen ana menü, hafif saydam ve ortalı içerik kartları.
 */

/* Ana sayfa üst menüsü yalnız sayfanın başlangıcında görünür. */
html body.mxh-theme.home .mxh-header,
html body.mxh-theme.front-page .mxh-header,
html body.mxh-theme.mxh-front .mxh-header,
html body.mxh-theme.home .mxh-header.is-scrolled,
html body.mxh-theme.front-page .mxh-header.is-scrolled,
html body.mxh-theme.mxh-front .mxh-header.is-scrolled {
  position: absolute !important;
  inset: var(--wp-admin--admin-bar--height, 0px) 0 auto 0 !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transition: none !important;
}

html body.mxh-theme.home .mxh-header.xan-v299-header-away,
html body.mxh-theme.front-page .mxh-header.xan-v299-header-away,
html body.mxh-theme.mxh-front .mxh-header.xan-v299-header-away {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* İçerik kartlarında ortak saydam ve ortalı kurumsal düzen. */
html body.mxh-theme .xan-v297-hero__card,
html body.mxh-theme .xan-v297-split__copy,
html body.mxh-theme .xan-v297-projects__copy {
  text-align: center !important;
  align-items: center !important;
  justify-content: center !important;
}

html body.mxh-theme .xan-v297-hero__card {
  display: flex !important;
  flex-direction: column !important;
  background: rgba(255, 255, 255, .84) !important;
  border-color: rgba(255, 255, 255, .72) !important;
  box-shadow: 0 18px 42px rgba(19, 55, 63, .12) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html body.mxh-theme .xan-v297-hero__card h1,
html body.mxh-theme .xan-v297-hero__card p,
html body.mxh-theme .xan-v297-split__copy h2,
html body.mxh-theme .xan-v297-split__copy p,
html body.mxh-theme .xan-v297-projects__copy h2,
html body.mxh-theme .xan-v297-projects__copy p {
  margin-left: auto !important;
  margin-right: auto !important;
}

html body.mxh-theme .xan-v297-hero__card .xan-v297-actions,
html body.mxh-theme .xan-v297-split__copy .xan-v297-actions,
html body.mxh-theme .xan-v297-projects__copy .xan-v297-actions {
  justify-content: center !important;
}

html body.mxh-theme .xan-v297-split__copy {
  background: rgba(255, 255, 255, .88) !important;
}

html body.mxh-theme .xan-v297-projects__copy {
  display: flex !important;
  flex-direction: column !important;
  padding: clamp(28px, 3.6vw, 48px) !important;
  border: 1px solid rgba(255, 255, 255, .28) !important;
  border-radius: 24px !important;
  background: rgba(14, 58, 67, .70) !important;
  box-shadow: 0 18px 42px rgba(4, 28, 34, .18) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Araç kartlarında metin alanı hafif saydam ve tam ortalı. */
html body.mxh-theme .xan-v297-tool {
  align-items: flex-end !important;
}

html body.mxh-theme .xan-v297-tool__shade {
  background: linear-gradient(180deg, rgba(8, 40, 47, 0) 42%, rgba(8, 40, 47, .24) 100%) !important;
}

html body.mxh-theme .xan-v297-tool__content {
  padding: 20px 18px !important;
  text-align: center !important;
  background: rgba(8, 46, 55, .68) !important;
  border-top: 1px solid rgba(255, 255, 255, .20) !important;
}

html body.mxh-theme .xan-v297-tool__content strong,
html body.mxh-theme .xan-v297-tool__content small {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Görseller filtresiz ve canlı kalır. */
html body.mxh-theme .xan-v297-hero,
html body.mxh-theme .xan-v297-split__image,
html body.mxh-theme .xan-v297-tool,
html body.mxh-theme .xan-v297-projects {
  filter: none !important;
  opacity: 1 !important;
  background-blend-mode: normal !important;
}

@media (max-width: 900px) {
  html body.mxh-theme .xan-v297-hero__card {
    width: min(570px, 78%) !important;
  }

  html body.mxh-theme .xan-v297-projects__copy {
    width: min(570px, 78%) !important;
  }
}

@media (max-width: 680px) {
  html body.mxh-theme.home .mxh-header,
  html body.mxh-theme.front-page .mxh-header,
  html body.mxh-theme.mxh-front .mxh-header,
  html body.mxh-theme.home .mxh-header.is-scrolled,
  html body.mxh-theme.front-page .mxh-header.is-scrolled,
  html body.mxh-theme.mxh-front .mxh-header.is-scrolled {
    position: absolute !important;
  }

  html body.mxh-theme .xan-v297-hero__card,
  html body.mxh-theme .xan-v297-projects__copy {
    width: 100% !important;
    border-radius: 20px !important;
  }

  html body.mxh-theme .xan-v297-split__copy {
    padding: 26px 20px 28px !important;
  }
}
