/*
Theme Name: Enpark Elementor Theme
Theme URI: https://www.webtures.com/
Author: İsmail Sağdıç
Author URI: https://www.webtures.com/
Description: Enpark icin Elementor uyumlu hafif WordPress tema iskeleti.
Version: 2.0.33
Text Domain: enpark-elementor-theme
*/

body.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 600px) {
  html #wpadminbar {
    position: fixed;
  }

  body.admin-bar .site-header {
    top: 46px;
  }
}

.footer-social-links {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.footer-social-links a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.footer-social-links a:hover {
  border-color: #81b829;
  background: #81b829;
  color: #fff;
  transform: translateY(-1px);
}

.footer-social-links a[aria-disabled="true"] {
  cursor: default;
}

.footer-social-links a[aria-disabled="true"]:hover {
  border-color: rgba(255, 255, 255, 0.14);
  background: transparent;
  color: rgba(255, 255, 255, 0.74);
  transform: none;
}

.footer-social-links svg {
  width: 17px;
  height: 17px;
}

.footer-address {
  margin-top: 20px;
}

.footer-address span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-address a {
  display: inline-block;
  max-width: 280px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  text-decoration: none;
}

.footer-address a:hover {
  color: #fff;
}

.not-found-page {
  background: #fff;
  color: #1f2a1f;
}

.not-found-hero {
  position: relative;
  overflow: hidden;
  padding: 54px 20px 88px;
  background:
    linear-gradient(135deg, rgba(246, 248, 244, 0.96), rgba(228, 235, 226, 0.72)),
    radial-gradient(circle at 88% 16%, rgba(164, 207, 40, 0.24), transparent 32%);
}

.not-found-inner,
.not-found-links-inner {
  width: min(100%, 1280px);
  margin: 0 auto;
}

.not-found-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.72fr);
  gap: 48px;
  align-items: center;
}

.not-found-copy {
  max-width: 760px;
}

.not-found-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  border: 1px solid rgba(129, 184, 41, 0.34);
  border-radius: 999px;
  background: #fff;
  padding: 8px 14px;
  color: #438526;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.not-found-copy h1 {
  max-width: 720px;
  margin: 0;
  color: #1f2a1f;
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 800;
  line-height: 1.12;
}

.not-found-copy p {
  max-width: 680px;
  margin: 22px 0 0;
  color: #595959;
  font-size: clamp(17px, 1.8vw, 20px);
  font-weight: 500;
  line-height: 1.6;
}

.not-found-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.not-found-actions .btn {
  gap: 9px;
}

.not-found-actions svg {
  width: 18px;
  height: 18px;
}

.not-found-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(31, 42, 31, 0.1);
  border-radius: 8px;
  background: #1f2a1f;
  padding: 30px;
  color: #fff;
  box-shadow: 0 24px 70px rgba(31, 42, 31, 0.18);
}

.not-found-panel::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(135deg, rgba(129, 184, 41, 0.2), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent);
  pointer-events: none;
}

.not-found-code,
.not-found-status,
.not-found-checks {
  position: relative;
  z-index: 1;
}

.not-found-code {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(86px, 12vw, 138px);
  font-weight: 800;
  line-height: 0.9;
}

.not-found-status {
  margin-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 22px;
}

.not-found-status span {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.not-found-status strong {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.25;
}

.not-found-checks {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.not-found-checks span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.not-found-checks svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  color: #a4cf28;
}

.not-found-links {
  padding: 76px 20px 96px;
}

.not-found-section-head {
  display: grid;
  gap: 10px;
  max-width: 680px;
}

.not-found-section-head span {
  color: #438526;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.not-found-section-head h2 {
  margin: 0;
  color: #1f2a1f;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 800;
  line-height: 1.18;
}

.not-found-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.not-found-card {
  display: grid;
  min-height: 220px;
  align-content: start;
  gap: 13px;
  border: 1px solid rgba(31, 42, 31, 0.1);
  border-radius: 8px;
  background: #f6f8f4;
  padding: 24px;
  color: inherit;
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.not-found-card:hover {
  border-color: rgba(129, 184, 41, 0.7);
  background: #fff;
  transform: translateY(-2px);
}

.not-found-card-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 8px;
  background: #81b829;
  color: #fff;
}

.not-found-card-icon svg {
  width: 21px;
  height: 21px;
}

.not-found-card strong {
  color: #1f2a1f;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.25;
}

.not-found-card p {
  margin: 0;
  color: #595959;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}

.enpark-breadcrumb-wrap {
  position: relative;
  z-index: 2;
  padding-top: 92px;
  padding-bottom: 10px;
  background: #fff;
}

.enpark-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 auto;
  list-style: none;
  color: #595959;
  font-family: "Inter Tight", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.enpark-breadcrumb li {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.enpark-breadcrumb li:not(:last-child)::after {
  width: 5px;
  height: 5px;
  margin-left: 8px;
  content: "";
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  opacity: 0.5;
  transform: rotate(45deg);
}

.enpark-breadcrumb a {
  color: #438526;
  text-decoration: none;
  transition: color 180ms ease;
}

.enpark-breadcrumb a:hover {
  color: #1f2a1f;
}

.enpark-breadcrumb .is-current span {
  display: inline-block;
  max-width: min(72vw, 760px);
  overflow: hidden;
  color: #1f2a1f;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.enpark-breadcrumb-wrap + .article-page .article-hero,
.enpark-breadcrumb-wrap + main .article-hero {
  padding-top: 54px;
}

.enpark-breadcrumb-wrap + .elementor .insights-hero {
  padding-top: 42px;
}

.enpark-breadcrumb-wrap + .elementor .hero-shell.pt-32 {
  padding-top: 8px !important;
}

.article-lead {
  max-width: 780px;
  margin-top: 24px;
  color: #595959;
  font-size: clamp(18px, 2vw, 21px);
  font-weight: 500;
  line-height: 1.55;
}

.article-hero-banner {
  width: 100%;
  margin: clamp(30px, 4vw, 46px) 0 0;
  overflow: hidden;
  border: 1px solid rgba(31, 42, 31, 0.08);
  border-radius: 24px;
  background: #f6f8f4;
  box-shadow: 0 24px 70px rgba(31, 42, 31, 0.12);
}

.article-hero-banner-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
}

.article-body-section {
  padding-bottom: 88px;
}

.article-body {
  color: #595959;
  font-size: 18px;
  line-height: 1.78;
}

.article-body > *:first-child {
  margin-top: 0;
}

.article-body p {
  margin: 22px 0 0;
  color: #595959;
  font-size: clamp(17px, 1.25vw, 19px);
  font-weight: 500;
  line-height: 1.78;
}

.article-body h2 {
  margin: 56px 0 0;
  color: #1f2a1f;
  font-size: clamp(25px, 2.4vw, 34px);
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}

.article-body h2 + p {
  margin-top: 18px;
}

.article-body h3 {
  margin: 36px 0 0;
  color: #1f2a1f;
  font-size: clamp(21px, 1.8vw, 24px);
  font-weight: 780;
  line-height: 1.34;
  letter-spacing: 0;
}

.article-body h3 + p {
  margin-top: 14px;
}

.article-body ul,
.article-body ol {
  margin: 22px 0 0;
  padding-left: 1.35em;
}

.article-body li {
  margin-top: 10px;
  color: #595959;
  font-size: clamp(17px, 1.2vw, 18px);
  font-weight: 500;
  line-height: 1.72;
}

.article-body a {
  color: #438526;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.article-body strong {
  color: #1f2a1f;
  font-weight: 800;
}

.article-after-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  margin-top: 54px;
  border-top: 1px solid rgba(31, 42, 31, 0.1);
  padding-top: 24px;
}

.article-author-box {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 14px;
}

.article-author-avatar {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border-radius: 999px;
}

.article-author-box span,
.article-share-box > span {
  display: block;
  margin-bottom: 4px;
  color: #595959;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-author-box strong {
  display: block;
  color: #1f2a1f;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}

.article-share-box {
  display: grid;
  justify-items: end;
}

.article-share-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.article-share-links a {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(31, 42, 31, 0.12);
  border-radius: 999px;
  background: #f6f8f4;
  color: #1f2a1f;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.article-share-links a:hover {
  border-color: #81b829;
  background: #81b829;
  color: #fff;
  transform: translateY(-1px);
}

.article-share-links svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 767px) {
  .enpark-breadcrumb-wrap {
    padding-top: 84px;
    padding-bottom: 8px;
  }

  .enpark-breadcrumb {
    gap: 6px;
    font-size: 12px;
  }

  .enpark-breadcrumb-wrap + .elementor .insights-hero {
    padding-top: 34px;
  }

  .enpark-breadcrumb-wrap + .elementor .hero-shell.pt-32 {
    padding-top: 24px !important;
  }

  .article-after-content {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .article-body-section {
    padding-bottom: 72px;
  }

  .article-body p {
    margin-top: 18px;
    line-height: 1.74;
  }

  .article-body h2 {
    margin-top: 44px;
  }

  .article-body h3 {
    margin-top: 30px;
  }

  .article-share-box {
    justify-items: start;
  }
}

@media (max-width: 1023px) {
  .not-found-hero {
    padding-top: 44px;
  }

  .not-found-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .not-found-panel {
    max-width: 620px;
  }

  .not-found-card-grid {
    grid-template-columns: 1fr;
  }

  .not-found-card {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .not-found-hero {
    padding: 34px 20px 62px;
  }

  .not-found-copy h1 {
    font-size: 38px;
  }

  .not-found-actions {
    display: grid;
  }

  .not-found-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .not-found-panel {
    padding: 24px;
  }

  .not-found-status strong {
    font-size: 21px;
  }

  .not-found-links {
    padding: 56px 20px 76px;
  }
}
