:root {
  --blog-primary: #1b66ff;
  --blog-primary-dark: #0f2f5d;
  --blog-bg: #f5f7fb;
  --blog-surface: #ffffff;
  --blog-surface-soft: #f3f6fb;
  --blog-border: #dfe8f3;
  --blog-text: #1e2e43;
  --blog-text-soft: #5f7083;
  --blog-text-muted: #7d8ca0;
  --blog-shadow: 0 18px 46px rgba(17, 35, 62, 0.08);
  --blog-radius-xl: 30px;
  --blog-radius-lg: 24px;
  --blog-radius-md: 18px;
  --blog-radius-sm: 14px;
}

body {
  background: var(--blog-bg);
  color: var(--blog-text);
}

.blog-detail-hero .container,
.blog-detail-page .container {
  width: min(1480px, calc(100vw - 96px));
  max-width: none;
}

.blog-detail-page {
  background: var(--blog-bg);
}

.blog-detail-page .content-wrap {
  padding: 68px 0 42px;
}

.blog-detail-hero {
  position: relative;
  height: 240px;
  min-height: 240px;
  display: flex;
  align-items: center;
  padding: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 28%, rgba(196, 152, 85, 0.28), transparent 26%),
    linear-gradient(118deg, #172434 0%, #24364b 42%, #5f544a 72%, #182737 100%);
}

.blog-detail-hero-art,
.blog-detail-hero-overlay {
  position: absolute;
  inset: 0;
}

.blog-detail-hero-art {
  background:
    linear-gradient(180deg, rgba(18, 32, 49, 0.1), rgba(18, 32, 49, 0.12)),
    var(--blog-hero-image, url("../../images/yeniekledigimfotolar/bloglar/ytk/blogytkslider.webp"))
      center center / cover no-repeat;
}

.blog-detail-maden-page .blog-detail-hero-art {
  background:
    linear-gradient(180deg, rgba(18, 32, 49, 0.1), rgba(18, 32, 49, 0.12)),
    url("../../images/yeniekledigimfotolar/bloglar/ytk/blogytkslider.webp")
      center center / cover no-repeat;
}



.blog-detail-hero .container {
  position: relative;
  z-index: 2;
}

.blog-detail-hero-content {
  max-width: 760px;
  color: #fff;
}

.blog-detail-breadcrumbs {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.78);
}

.blog-detail-breadcrumbs a,
.blog-detail-breadcrumbs span {
  color: inherit;
}

.blog-detail-breadcrumbs i {
  font-size: 11px;
  opacity: 0.72;
}

.blog-detail-tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  margin-bottom: 8px;
  overflow: hidden;
  isolation: isolate;
  border-radius: 999px;
  background: linear-gradient(135deg, #12233a 0%, #1a3150 55%, #24446f 100%);
  border: 1px solid rgba(96, 162, 240, 0.34);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 12px 24px rgba(18, 35, 58, 0.26);
}

.blog-detail-tag::before,
.blog-services-card-no::before,
.blog-services-result-label::before,
.blog-support-button::before,
.blog-contact-button::before,
.blog-category-list strong::before {
  content: "";
  position: absolute;
  inset: -35% auto -35% -42%;
  width: 38%;
  background: linear-gradient(
    115deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.12) 30%,
    rgba(255, 255, 255, 0.72) 50%,
    rgba(255, 255, 255, 0.14) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-24deg);
  animation: blog-btn-sheen 2.8s ease-in-out infinite;
  pointer-events: none;
}

.blog-detail-hero h1 {
  max-width: 880px;
  margin: 0 0 8px;
  color: #fff;
  font-size: 34px;
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: 0;
}

.blog-detail-summary {
  max-width: 640px;
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

.blog-detail-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 20px;
}

.blog-detail-author,
.blog-detail-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 500;
}

.blog-detail-meta-item i {
  font-size: 15px;
}

.blog-author-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.blog-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 2.1fr) minmax(280px, 0.95fr);
  gap: 34px;
  align-items: start;
  margin-top: 0;
}

.blog-detail-main {
  margin-top: -1px;
}

.blog-sidebar-card,
.blog-support-banner {
  background: var(--blog-surface);
  border: 1px solid var(--blog-border);
  border-radius: var(--blog-radius-lg);
  box-shadow: var(--blog-shadow);
}

.blog-detail-section {
  padding: 0 0 34px;
  margin-bottom: 34px;
  border-bottom: 1px solid var(--blog-border);
}

.blog-detail-section h2,
.blog-support-banner h2 {
  margin: 0 0 18px;
  color: var(--blog-text);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

.blog-title-glow {
  position: relative;
  display: inline-block;
  color: #1f2d44;
}

.blog-cevre-process-title {
  font-size: 20px;
  white-space: nowrap;
}

.blog-title-glow::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  color: transparent;
  background: linear-gradient(
    90deg,
    rgba(90, 168, 255, 0) 0%,
    rgba(90, 168, 255, 0) 22%,
    rgba(111, 188, 255, 0.55) 38%,
    rgba(162, 214, 255, 0.95) 50%,
    rgba(79, 143, 214, 0.58) 62%,
    rgba(90, 168, 255, 0) 78%,
    rgba(90, 168, 255, 0) 100%
  );
  background-size: 220% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  animation: corporateTitleShimmer 1.9s linear infinite;
  pointer-events: none;
}

.blog-detail-section p {
  margin: 0;
  color: var(--blog-text-soft);
  font-size: 17px;
  line-height: 1.85;
}

.blog-detail-section:last-of-type {
  margin-bottom: 28px;
}

.blog-services-section {
  padding-bottom: 34px;
  margin-bottom: 34px;
  border-bottom: 1px solid var(--blog-border);
}

.blog-scope-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.blog-scope-card {
  display: flex;
  flex-direction: column;
  height: auto;
  padding: 0;
  border-radius: 10px;
  border: 1px solid #e3ebf5;
  background: #fff;
  text-align: center;
  overflow: hidden;
  transition: border-color 0.28s ease, box-shadow 0.28s ease,
    transform 0.28s ease;
}

.blog-scope-card:not(.is-open) {
  height: 300px;
  min-height: 300px;
}

.blog-scope-card.is-open {
  height: auto;
  min-height: 520px;
  border-color: #bcd2f1;
  box-shadow: 0 18px 34px rgba(27, 102, 255, 0.08);
  transform: translateY(-2px);
}

.blog-scope-summary {
  flex: 0 0 auto;
  padding: 18px 16px 10px;
  cursor: pointer;
}

.blog-scope-trigger {
  width: auto;
  display: block;
  margin: 0 auto 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: center;
  cursor: pointer;
}

.blog-scope-card:not(.is-open) .blog-scope-trigger {
  margin-top: 0;
}

.blog-scope-trigger:focus-visible {
  outline: 2px solid rgba(27, 102, 255, 0.3);
  outline-offset: 4px;
}

.blog-scope-icon {
  width: auto;
  height: auto;
  min-height: 68px;
  margin: 0 auto 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--blog-primary);
}

.blog-scope-icon svg {
  width: 54px;
  height: 54px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.blog-scope-card h3 {
  margin: 0 0 10px;
  color: var(--blog-text);
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
  white-space: normal;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.blog-scope-card p {
  color: var(--blog-text-soft);
  font-size: 14px;
  line-height: 1.75;
}

.blog-scope-plus {
  width: 34px;
  height: 34px;
  margin: 0 auto;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f2f6fc;
  color: var(--blog-primary);
  font-size: 14px;
  transition: transform 0.28s ease, background-color 0.28s ease;
}

.blog-scope-card.is-open .blog-scope-plus {
  background: #e7f0ff;
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .blog-detail-maden-page .blog-scope-summary {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .blog-detail-maden-page .blog-scope-card h3 {
    font-size: 16px;
    white-space: nowrap;
  }

  .blog-detail-maden-page .blog-scope-card p {
    min-height: 0;
  }

  .blog-detail-maden-page .blog-scope-trigger {
    margin-top: 3px;
  }
}

.blog-scope-details {
  padding: 0 18px 18px;
  text-align: left;
}

.blog-scope-details ul {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 10px;
}

.blog-scope-details li {
  color: var(--blog-text-soft);
  font-size: 14px;
  line-height: 1.7;
}

.blog-benefits-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 28px;
  align-items: center;
}

.blog-check-list {
  padding: 0;
  margin: 0;
  display: grid;
  gap: 18px;
}

.blog-check-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.blog-check-item span {
  color: var(--blog-text-soft);
  font-size: 17px;
  line-height: 1.7;
}

.blog-check-icon {
  position: relative;
  width: 34px;
  height: 34px;
  background: #10233f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 10px 22px rgba(16, 35, 63, 0.18);
  overflow: hidden;
}

.blog-check-icon i {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  clip-path: inset(0 100% 0 0);
  animation: blog-arrow-draw 2.6s ease-in-out infinite;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.2);
}

.blog-check-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -38%;
  width: 38%;
  height: 160%;
  background: linear-gradient(
    115deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.18) 30%,
    rgba(255, 255, 255, 0.88) 50%,
    rgba(255, 255, 255, 0.18) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: translateY(-50%) skewX(-24deg);
  opacity: 0;
  animation: blog-arrow-sheen 2.6s ease-in-out infinite;
  pointer-events: none;
}

.blog-check-item:nth-child(2) .blog-check-icon i,
.blog-check-item:nth-child(2) .blog-check-icon::after {
  animation-delay: 0.12s;
}

.blog-check-item:nth-child(3) .blog-check-icon i,
.blog-check-item:nth-child(3) .blog-check-icon::after {
  animation-delay: 0.24s;
}

.blog-check-item:nth-child(4) .blog-check-icon i,
.blog-check-item:nth-child(4) .blog-check-icon::after {
  animation-delay: 0.36s;
}

.blog-check-item:nth-child(5) .blog-check-icon i,
.blog-check-item:nth-child(5) .blog-check-icon::after {
  animation-delay: 0.48s;
}

.blog-check-item:nth-child(6) .blog-check-icon i,
.blog-check-item:nth-child(6) .blog-check-icon::after {
  animation-delay: 0.6s;
}

@keyframes blog-arrow-draw {
  0%,
  12% {
    clip-path: inset(0 100% 0 0);
    opacity: 1;
    transform: translateX(-2px);
  }

  32%,
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes blog-arrow-sheen {
  0%,
  8% {
    left: -38%;
    opacity: 0;
  }

  18% {
    opacity: 0.95;
  }

  42%,
  100% {
    left: 115%;
    opacity: 0;
  }
}

.blog-inline-image {
  min-height: 100%;
  transform: translateY(28px);
}

.cevre-blog-page .blog-inline-image,
.harita-blog-page .blog-inline-image {
  transform: translateY(38px);
}

.cevre-blog-page .blog-benefits-grid {
  transform: translateY(-16px);
}

.cevre-blog-page .blog-inline-image {
  transform: translateY(38px);
}

.blog-image-frame {
  width: 100%;
  min-height: 320px;
  border-radius: var(--blog-radius-md);
  overflow: hidden;
  box-shadow: 0 18px 38px rgba(17, 35, 62, 0.12);
}

.blog-image-frame img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
}

.blog-image-slot,
.blog-thumb-slot {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px dashed #b7cae0;
  border-radius: var(--blog-radius-md);
  background:
    linear-gradient(135deg, rgba(27, 102, 255, 0.06), rgba(27, 102, 255, 0.02)),
    var(--blog-surface-soft);
  color: var(--blog-primary);
  text-align: center;
  font-weight: 600;
}

.blog-image-slot {
  min-height: 320px;
  padding: 28px;
}

.blog-image-slot i,
.blog-thumb-slot i {
  font-size: 32px;
}

.blog-process {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  padding-top: 12px;
}

.blog-process-line {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 48px;
  height: 2px;
  background:
    linear-gradient(90deg, rgba(27, 102, 255, 0.12), rgba(27, 102, 255, 0.42), rgba(27, 102, 255, 0.12));
}

.blog-process-step {
  position: relative;
  z-index: 1;
  text-align: center;
}

.blog-process-icon {
  width: 74px;
  height: 74px;
  margin: 0 auto 18px;
  border-radius: 50%;
  border: 2px solid #d3e0f2;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blog-primary);
  font-size: 28px;
  box-shadow: 0 12px 28px rgba(17, 35, 62, 0.05);
}

.blog-process-step h3 {
  margin: 0 0 10px;
  color: var(--blog-text);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
}

.blog-process-step p {
  color: var(--blog-text-soft);
  font-size: 14px;
  line-height: 1.65;
}

.blog-services-section-intro {
  margin: 0 0 22px;
  color: var(--blog-text-soft);
  font-size: 17px;
  line-height: 1.85;
}

.blog-services-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top:10px;
}

.blog-services-card {
  min-height: 92px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid #dce7f3;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 12px 24px rgba(17, 35, 62, 0.05);
}



.blog-services-card-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
}

.blog-services-card-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 54px;
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(135deg, #12233a 0%, #1a3150 55%, #24446f 100%);
  border: 1px solid rgba(96, 162, 240, 0.34);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow: 0 10px 22px rgba(18, 35, 58, 0.16);
}


.blog-services-card h3 {
  margin: 0;
  color: var(--blog-text);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
}

.blog-faq-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.blog-faq-section::before {
  content: "?";
  position: absolute;
  right: -10px;
  top: 112px;
  z-index: 0;
  font-size: clamp(220px, 24vw, 360px);
  line-height: 0.82;
  font-weight: 800;
  letter-spacing: -0.08em;
  color: rgba(19, 98, 171, 0.07);
  text-shadow:
    0 0 24px rgba(102, 185, 255, 0.14),
    0 18px 42px rgba(19, 98, 171, 0.08);
  pointer-events: none;
}

.blog-faq-section::after {
  content: "";
  position: absolute;
  right: 34px;
  top: 156px;
  width: 208px;
  height: 208px;
  z-index: 0;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(126, 201, 255, 0.22) 0%, rgba(126, 201, 255, 0.08) 38%, rgba(126, 201, 255, 0) 72%);
  filter: blur(8px);
  pointer-events: none;
}

.blog-faq-intro {
  position: relative;
  z-index: 1;
  margin: 0 0 24px;
  color: var(--blog-text-soft);
  font-size: 16px;
  line-height: 1.85;
}

.blog-faq-list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.blog-faq-item {
  border-top: 1px solid #d9e4ef;
  border-bottom: 1px solid #d9e4ef;
}

.blog-faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  border: 0;
  background: transparent;
  color: var(--blog-text);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
  cursor: pointer;
}

.blog-faq-question:focus {
  outline: none;
}

.blog-faq-question:focus-visible {
  box-shadow: 0 0 0 3px rgba(19, 98, 171, 0.15);
}

.blog-faq-question span {
  flex: 1;
}

.blog-faq-toggle {
  flex: 0 0 auto;
  font-size: 22px;
  color: #1362ab;
  transition: transform 0.28s ease, color 0.28s ease;
}

.blog-faq-item.is-open .blog-faq-toggle {
  transform: rotate(45deg);
  color: #0f4f8a;
}

.blog-faq-answer {
  padding: 0 0 22px;
}

.blog-faq-answer p {
  margin: 0;
  color: var(--blog-text-soft);
  font-size: 15px;
  line-height: 1.9;
}

.blog-services-result-box {
  margin-top: 26px;
  margin-bottom: 75px;
  padding: 24px 26px 26px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #d9e6f3;
  box-shadow: 0 16px 34px rgba(17, 35, 62, 0.08);
}

.blog-services-result-label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  margin-bottom: 14px;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(135deg, #12233a 0%, #1a3150 55%, #24446f 100%);
  border: 1px solid rgba(96, 162, 240, 0.34);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(18, 35, 58, 0.16);
}


.blog-services-result-box p {
  margin: 0 0 14px;
  color: #345b8f;
  font-size: 17px;
  line-height: 1.85;
}

.blog-services-result-box p:last-child {
  margin-bottom: 0;
}

.blog-support-icon {
  width: 88px;
  height: 88px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eff5ff;
  color: var(--blog-primary);
  font-size: 38px;
}

.blog-support-content p {
  margin: 0;
  color: var(--blog-text-soft);
  font-size: 17px;
  line-height: 1.75;
}

.blog-support-banner.blog-sidebar-card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  justify-items: start;
  gap: 18px;
  min-height: 760px;
  padding: 34px 30px 36px;
   position: relative;
  overflow: hidden;
 background: url("/images/yeniekledigimfotolar/blogslider/blogdetay.webp") center center / cover no-repeat;
  color: #ffffff;
  box-shadow: 0 22px 46px rgba(18, 48, 88, 0.2);
}
.blog-support-banner.blog-sidebar-card::before {
  content: "";
  position: absolute;
  inset: 0;

  background: rgba(8, 23, 45, 0.75); /* burayı oynayacağız */

  z-index: 1;
}
.blog-support-banner.blog-sidebar-card * {
  position: relative;
  z-index: 2;
}

.blog-support-banner.blog-sidebar-card .blog-support-content h2 {
  margin-bottom: 24px;
  color: #ffffff;
}

.blog-support-banner.blog-sidebar-card .blog-support-content h2::after {
  background: linear-gradient(
    90deg,
    rgba(130, 198, 255, 0) 0%,
    rgba(178, 222, 255, 0.6) 38%,
    rgba(255, 255, 255, 0.95) 50%,
    rgba(114, 183, 255, 0.6) 62%,
    rgba(130, 198, 255, 0) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
}

.blog-support-banner.blog-sidebar-card .blog-support-content p {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.28);
}

.blog-support-banner.blog-sidebar-card .blog-support-content {
  align-self: center;
}

.blog-support-banner.blog-sidebar-card .blog-support-icon {
  background: rgba(236, 245, 255, 0.92);
  box-shadow: 0 14px 30px rgba(0, 22, 56, 0.22);
}

.blog-support-banner.blog-sidebar-card .blog-support-button {
  align-self: end;
}

.blog-support-button,
.blog-contact-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(135deg, #12233a 0%, #1a3150 55%, #24446f 100%);
  border: 1px solid rgba(96, 162, 240, 0.34);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(18, 35, 58, 0.22);
  transition: all 0.3s ease;
}


.blog-support-button:hover,
.blog-contact-button:hover {
  background: linear-gradient(135deg, #163154 0%, #2b4f85 60%, #3d6da8 100%);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(19, 98, 171, 0.28);
}

@keyframes blog-btn-sheen {
  0% {
    left: -42%;
    opacity: 0;
  }

  12% {
    opacity: 0.9;
  }

  46% {
    left: 112%;
    opacity: 0;
  }

  100% {
    left: 112%;
    opacity: 0;
  }
}

.blog-detail-sidebar {
  position: sticky;
 
}

.blog-sidebar-card {
  padding: 28px 28px 30px;
  margin-bottom: 75px;
}

.blog-sidebar-card h3 {
  margin: 0 0 22px;
  color: var(--blog-text);
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
}

.blog-category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-category-list li + li {
  margin-top: 14px;
}

.blog-category-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #345b8f;
  font-size: 16px;
  font-weight: 600;
}

.blog-category-list strong {
  width: 34px;
  min-width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(135deg, #12233a 0%, #1a3150 55%, #24446f 100%);
  border: 1px solid rgba(96, 162, 240, 0.34);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(18, 35, 58, 0.16);
}

.blog-category-list strong i {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  clip-path: inset(0 100% 0 0);
  animation: blog-arrow-draw 2.6s ease-in-out infinite;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.2);
}


.blog-featured-posts {
  display: grid;
  gap: 18px;
}

.blog-featured-post {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 14px;
  align-items: center;
  color: inherit;
}

.blog-featured-thumb {
  height: 82px;
}

.blog-featured-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 14px;
}

.blog-thumb-slot {
  min-height: 82px;
  border-radius: 14px;
}

.blog-featured-content h4 {
  margin: 0 0 6px;
  color: var(--blog-text);
  font-size: 17px;
  line-height: 1.45;
  font-weight: 700;
}

.blog-featured-content span {
  color: var(--blog-text-muted);
  font-size: 14px;
  font-weight: 500;
}

.blog-contact-card {
  background: linear-gradient(180deg, #102a4a 0%, #0d2340 100%);
  border-color: rgba(255, 255, 255, 0.08);
}

.blog-contact-card h3,
.blog-contact-card p,
.blog-contact-card a,
.blog-contact-card span {
  color: #fff;
}

.blog-contact-card p {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.82);
}

.blog-contact-list {
  display: grid;
  gap: 14px;
  margin-bottom: 24px;
}

.blog-contact-list a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 16px;
  font-weight: 500;
}

.blog-contact-list i {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  font-size: 18px;
}

.blog-contact-button {
  width: 100%;
}

.blog-sidebar-gif-mark {
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
}

.blog-sidebar-gif-mark::before {
  content: "";
  position: absolute;
  inset: 22px 10px 12px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(126, 201, 255, 0.22) 0%, rgba(126, 201, 255, 0.1) 34%, rgba(126, 201, 255, 0) 72%);
  filter: blur(14px);
}

.blog-sidebar-gif-mark-visual {
  position: relative;
  display: block;
  width: min(100%, 260px);
  aspect-ratio: 1;
  background: url("../../images/yeniekledigimfotolar/gif/sss.gif") center/contain no-repeat;
  filter: drop-shadow(0 12px 28px rgba(19, 98, 171, 0.14));
  opacity: 0.95;
}

.blog-detail-maden-page .blog-sidebar-gif-mark {
  margin-top: 150px;
}

@media (max-width: 1199px) {
  .blog-detail-layout {
    grid-template-columns: 1fr;
  }

  .blog-detail-sidebar {
    position: static;
    margin-top: 0;
  }

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

  .blog-scope-card:not(.is-open) {
    height: 380px;
    min-height: 380px;
  }

  .blog-scope-card.is-open {
    height: auto;
    min-height: 500px;
  }

  .blog-scope-card {
    height: auto;
  }

  .blog-detail-maden-page .blog-scope-card:not(.is-open) {
    height: 340px;
    min-height: 340px;
  }

  .blog-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 28px;
  }

  .blog-process-line {
    display: none;
  }

  .blog-support-banner {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .blog-support-banner.blog-sidebar-card {
    min-height: auto;
  }

  .blog-services-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .blog-detail-summary {
    font-size: 15px;
  }

  .blog-benefits-grid {
    grid-template-columns: 1fr;
  }

  .blog-image-slot {
    min-height: 260px;
  }

  .blog-image-frame,
  .blog-image-frame img {
    min-height: 260px;
  }

  .blog-cevre-process-title {
    white-space: normal;
  }

  .blog-inline-image {
    transform: none;
  }

  .cevre-blog-page .blog-benefits-grid {
    transform: none;
  }

  .blog-services-card h3 {
    font-size: 17px;
  }

  .blog-faq-question {
    font-size: 18px;
  }

}

@media (max-width: 767px) {
  .blog-detail-page .content-wrap {
    padding: 22px 0 28px;
  }

  .blog-detail-hero .container,
  .blog-detail-page .container {
    width: calc(100vw - 36px);
  }

  .blog-detail-hero {
    height: auto;
    min-height: 225px;
    align-items: flex-start;
    padding: 12px 0 8px;
  }

  .blog-detail-hero-content {
    max-width: 100%;
  }

  .blog-detail-hero h1 {
    max-width: 100%;
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 1.16;
    overflow-wrap: anywhere;
  }

  .blog-detail-tag {
    padding: 5px 11px;
    margin-bottom: 7px;
    font-size: 10px;
  }

  .blog-detail-summary {
    max-width: 100%;
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 1.45;
  }

  .blog-detail-section {
    padding-bottom: 28px;
    margin-bottom: 28px;
  }

  .blog-detail-meta {
    gap: 7px 10px;
  }

  .blog-detail-author,
  .blog-detail-meta-item {
    min-width: 0;
    width: auto;
    gap: 7px;
    font-size: 12px;
    line-height: 1.2;
  }

  .blog-detail-author span,
  .blog-detail-meta-item span {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .blog-author-avatar {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    font-size: 12px;
  }

  .blog-detail-meta-item i {
    font-size: 13px;
  }

  .blog-scope-grid,
  .blog-process {
    grid-template-columns: 1fr;
  }

  .blog-scope-card {
    height: auto;
    text-align: left;
  }

  .blog-scope-summary,
  .blog-scope-trigger {
    text-align: left;
  }

  .blog-scope-icon {
    margin-left: 0;
    margin-right: 0;
  }

  .blog-scope-plus {
    margin-left: 0;
  }

  .blog-scope-card:not(.is-open),
  .blog-scope-card.is-open {
    height: auto;
    min-height: auto;
  }

  .blog-sidebar-card {
    padding: 24px 20px 26px;
  }

  .blog-services-card {
    min-height: 80px;
    padding: 14px 16px;
  }

  .blog-services-card-head {
    gap: 12px;
  }

  .blog-faq-intro {
    margin-bottom: 20px;
  }

  .blog-faq-section::before,
  .blog-faq-section::after,
  .blog-sidebar-gif-mark {
    display: none;
  }

  .blog-faq-question {
    padding: 18px 0;
    font-size: 17px;
    line-height: 1.5;
  }

  .blog-faq-toggle {
    font-size: 20px;
  }

  .blog-faq-answer {
    padding-bottom: 18px;
  }

}


.blog-photo-slider-box {
  position: relative;
  width: 100%;
  height: 330px;
  margin-top: 26px;
  margin-bottom: 75px;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #d9e6f3;
  box-shadow: 0 16px 34px rgba(17, 35, 62, 0.08);
}

.blog-photo-slider-track {
  position: relative;
  width: 100%;
  height: 100%;
}

.blog-photo-slider-track img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 0.7s ease, transform 1.2s ease;
}

.blog-photo-slider-track img.active {
  opacity: 1;
  transform: scale(1);
}

.blog-photo-slider-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 25, 45, 0.05) 0%,
    rgba(10, 25, 45, 0.22) 100%
  );
  pointer-events: none;
}

.blog-photo-slider-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 3;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.blog-photo-slider-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  transition: all 0.3s ease;
}

.blog-photo-slider-dots button.active {
  width: 26px;
  border-radius: 999px;
  background: #ffffff;
}

.cevre-blog-page .blog-sidebar-gif-mark {
  margin-top: 350px;
  min-height: 300px;
  align-items: flex-start;
}
@media (max-width: 420px) {
  .blog-detail-hero .container,
  .blog-detail-page .container {
    width: calc(100vw - 36px);
  }

  .blog-detail-hero h1 {
    font-size: 20px;
    line-height: 1.15;
  }

  .blog-detail-summary {
    font-size: 12.5px;
  }

  .blog-detail-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .blog-detail-author {
    grid-column: 1 / -1;
  }
}
