/* ============================================
   NCC Invest Global - Project Detail Page
   İzole, Responsive, Premium, Açık Tema
   Tüm class'lar "pd-" prefix'li
   ============================================ */

/* ============================================
   Hero Section Özelleştirmeleri (Sadece project-detail sayfası için)
   ============================================ */

.page-project-detail .hero__badge {
  display: inline-block;
  font-size: clamp(12px, 0.8vw + 0.5rem, 14px);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--pd-accent, #e8a855);
  margin-bottom: var(--pd-spacing-md, 1rem);
  opacity: 0.9;
}

.page-project-detail .hero__title {
  font-size: clamp(32px, 4vw + 1rem, 56px);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: var(--pd-spacing-lg, 1.5rem);
  word-wrap: break-word;
  hyphens: auto;
  color: #d2dce5;
}

.page-project-detail .hero__subtitle {
  font-size: clamp(16px, 1.2vw + 0.5rem, 20px);
  line-height: 1.7;
  color: var(--pd-text-muted, #a8adb5);
  margin-bottom: var(--pd-spacing-xl, 2rem);
  max-width: 700px;
}

.page-project-detail .hero__actions {
  display: flex;
  justify-content: flex-start;
  gap: var(--pd-spacing-md, 1rem);
  flex-wrap: wrap;
}

.page-project-detail .hero__actions .btn {
  min-width: 200px;
}

/* Trust section'ı gizle */
.page-project-detail .hero__trust {
  display: none;
}

/* Responsive Hero Styles */
@media (max-width: 767px) {
  .page-project-detail .hero__content {
    text-align: center;
    padding: var(--pd-spacing-lg, 1.5rem);
  }

  .page-project-detail .hero__badge {
    margin-bottom: var(--pd-spacing-sm, 0.75rem);
  }

  .page-project-detail .hero__title {
    margin-bottom: var(--pd-spacing-md, 1rem);
  }

  .page-project-detail .hero__subtitle {
    margin-bottom: var(--pd-spacing-lg, 1.5rem);
    text-align: center;
  }

  .page-project-detail .hero__actions {
    justify-content: center;
    width: 100%;
  }

  .page-project-detail .hero__actions .btn {
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .page-project-detail .hero__content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
  }

  .page-project-detail .hero__subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .page-project-detail .hero__actions {
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .page-project-detail .hero__content {
    text-align: left;
    max-width: 900px;
  }

  .page-project-detail .hero__actions {
    justify-content: flex-start;
  }
}

/* Root Variables - Sadece .pd scope içinde */
.pd {
  --pd-bg: #fafbfc;
  --pd-surface: #ffffff;
  --pd-text: #1e3a5f;
  --pd-text-muted: #4a5568;
  --pd-border: #e2e8f0;
  --pd-accent: #e8a855;
  --pd-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --pd-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --pd-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --pd-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --pd-radius: clamp(18px, 1.5vw, 22px);
  --pd-spacing-xs: 0.5rem;
  --pd-spacing-sm: 0.75rem;
  --pd-spacing-md: 1rem;
  --pd-spacing-lg: 1.5rem;
  --pd-spacing-xl: 2rem;
  --pd-spacing-2xl: 3rem;
  --pd-spacing-3xl: 4rem;
  --pd-transition: 300ms ease-in-out;

  /* Base styles */
  margin: auto;
  padding: 0;
  padding-top: clamp(16px, 3vw, 32px);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.6;
  color: var(--pd-text);
  background-color: var(--pd-bg);
  overflow-x: hidden;
}

/* Scrollbar gizleme */
.pd {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.pd::-webkit-scrollbar {
  display: none;
}



/* ============================================
     Container System
     ============================================ */

.pd .pd-container {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(16px, 4vw, 64px);
  width: 100%;
}

.pd .pd-container--narrow {
  max-width: 820px;
}

/* ============================================
     Media Overflow Prevention
     ============================================ */

.pd img,
.pd video {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ============================================
     SECTION 1: Video Hero (pd-hero)
     ============================================ */

.pd .pd-hero {
  position: relative;
  width: 100%;
  margin: 0;
  padding-inline: 0;
  margin-bottom: clamp(24px, 4vw, 48px);
}

.pd .pd-hero__video-wrapper {
  position: relative;
  margin-inline: 0;
  margin-top: 0;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}

.pd .pd-hero__video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}

/* Minimal overlay - hafif kontrast için */
.pd .pd-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
  pointer-events: none;
}

.pd .pd-hero .pd-container {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: clamp(16px, 4vw, 48px);
  pointer-events: none;
  z-index: 2;
}

.pd .pd-hero__content {
  max-width: 760px;
  padding: 0;
  color: var(--pd-text);
  pointer-events: auto;
}

.pd .pd-hero__title {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: var(--pd-spacing-sm);
  color: var(--pd-text);
  text-shadow: 0 2px 10px rgba(255, 255, 255, 0.9);
}

.pd .pd-hero__location {
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 500;
  color: var(--pd-accent);
  margin-bottom: var(--pd-spacing-md);
  text-shadow: 0 1px 5px rgba(255, 255, 255, 0.9);
}

.pd .pd-hero__value {
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.7;
  color: var(--pd-text-muted);
  margin-bottom: 0;
  max-width: 700px;
  text-shadow: 0 1px 5px rgba(255, 255, 255, 0.9);
}

/* ============================================
     Hero CTA Section (Video Altında)
     ============================================ */

.pd .pd-hero-cta {
  padding: clamp(32px, 6vw, 64px) 0;
  margin-bottom: clamp(48px, 8vw, 96px);
}

.pd .pd-hero-cta__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2rem);
  display: flex;
  justify-content: flex-start;
}

.pd .pd-hero-cta .pd-btn {
  min-width: 240px;
}

.pd .pd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0.75rem, 1vw + 0.5rem, 1rem) clamp(1.5rem, 2vw + 1rem, 2rem);
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1rem);
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--pd-radius);
  transition: all var(--pd-transition);
  cursor: pointer;
  border: 2px solid transparent;
  min-height: 44px;
}

.pd .pd-btn--primary {
  background: linear-gradient(135deg, #1e3a5f 0%, #2d4a6b 100%);
  color: #ffffff;
  box-shadow: var(--pd-shadow-md);
}

.pd .pd-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--pd-shadow-lg);
}

.pd .pd-btn--secondary {
  background: rgba(255, 255, 255, 0.95);
  color: var(--pd-text);
  border-color: var(--pd-border);
  box-shadow: var(--pd-shadow-sm);
}

.pd .pd-btn--secondary:hover {
  background: var(--pd-surface);
  border-color: var(--pd-accent);
  box-shadow: var(--pd-shadow-md);
}

.pd .pd-btn--large {
  padding: clamp(1rem, 1.2vw + 0.5rem, 1.25rem) clamp(2rem, 2.5vw + 1rem, 2.5rem);
  font-size: clamp(1rem, 1.2vw + 0.5rem, 1.125rem);
}

/* ============================================
     SECTION 2: Hızlı Proje Kimliği (pd-meta)
     ============================================ */

.pd .pd-meta {
  padding-block: clamp(16px, 3vw, 32px);
  margin-bottom: clamp(24px, 4vw, 48px);
}

.pd .pd-meta__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 18px);
  padding: clamp(14px, 2.4vw, 22px);
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(8px);
}

.pd .pd-meta__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.7);
}

.pd .pd-meta__icon {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.9);
  color: var(--pd-accent);
}

.pd .pd-meta__icon svg {
  width: 20px;
  height: 20px;
}

.pd .pd-meta__content {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
  min-width: 0;
}

.pd .pd-meta__label {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  opacity: 0.72;
  letter-spacing: 0.2px;
  color: var(--pd-text-muted);
  text-transform: uppercase;
}

.pd .pd-meta__value {
  display: block;
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
  color: var(--pd-text);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ============================================
     SECTION 3: Editorial Featured Image (pd-feature)
     ============================================ */

.pd .pd-feature {
  margin-top: clamp(24px, 5vw, 48px);
  margin-bottom: clamp(24px, 5vw, 48px);
}

.pd .pd-feature__inner {
  width: 100%;
}

.pd .pd-feature__image-wrapper {
  border-radius: var(--pd-radius);
  overflow: hidden;
  box-shadow: var(--pd-shadow-lg);
  margin-bottom: clamp(32px, 6vw, 64px);
}

.pd .pd-feature__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.pd .pd-feature__caption {
  font-size: clamp(16px, 1.2vw + 0.5rem, 18px);
  line-height: 1.7;
  color: var(--pd-text-muted);
  text-align: center;
  font-style: italic;
  max-width: 900px;
  margin: 0 auto;
}

/* ============================================
     SECTION 4: Editorial Gallery (pd-gallery)
     ============================================ */

.pd .pd-gallery {
  margin-top: clamp(24px, 5vw, 48px);
  margin-bottom: clamp(24px, 5vw, 48px);
}

.pd .pd-gallery__inner {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(32px, 6vw, 64px);
}

.pd .pd-gallery__item {
  border-radius: var(--pd-radius);
  overflow: hidden;
  box-shadow: var(--pd-shadow-lg);
  background: var(--pd-surface);
}

.pd .pd-gallery__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.pd .pd-gallery__caption {
  padding: var(--pd-spacing-lg);
  font-size: clamp(15px, 1vw + 0.5rem, 17px);
  line-height: 1.7;
  color: var(--pd-text-muted);
}

/* ============================================
     SECTION 5: Satış & Pazarlama Metni (pd-copy)
     ============================================ */

.pd .pd-copy {
  margin-top: clamp(24px, 4vw, 40px);
  margin-bottom: clamp(24px, 4vw, 40px);
}

.pd .pd-copy p {
  margin-bottom: 14px;
}

.pd .pd-copy__inner {
  width: 100%;
}

.pd .pd-copy__section {
  margin-bottom: var(--pd-spacing-2xl);
}

.pd .pd-copy__heading {
  font-size: clamp(24px, 2vw + 0.5rem, 32px);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: var(--pd-spacing-lg);
  color: var(--pd-text);
}

.pd .pd-copy__text {
  font-size: clamp(16px, 1.2vw + 0.5rem, 18px);
  line-height: 1.7;
  color: var(--pd-text-muted);
  margin-bottom: 14px;
}

.pd .pd-copy__text:last-child {
  margin-bottom: 0;
}

.pd .pd-copy__highlights {
  margin-top: var(--pd-spacing-3xl);
  padding: var(--pd-spacing-2xl);
  background: var(--pd-surface);
  border-radius: var(--pd-radius);
  box-shadow: var(--pd-shadow-md);
}

.pd .pd-copy__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--pd-spacing-md);
}

.pd .pd-copy__list-item {
  font-size: clamp(16px, 1vw + 0.5rem, 18px);
  line-height: 1.7;
  color: var(--pd-text-muted);
  padding-left: var(--pd-spacing-xl);
  position: relative;
}

.pd .pd-copy__list-item::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--pd-accent);
  font-weight: 700;
  font-size: 1.2em;
}

/* ============================================
     SECTION 6: Lokasyon & Avantajlar (pd-location)
     ============================================ */

.pd .pd-location {
  padding-block: clamp(56px, 10vw, 120px);
  margin-bottom: clamp(48px, 8vw, 96px);
}

.pd .pd-location__inner {
  width: 100%;
}

.pd .pd-location__heading {
  font-size: clamp(24px, 2vw + 0.5rem, 32px);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: var(--pd-spacing-2xl);
  color: var(--pd-text);
  text-align: center;
}

.pd .pd-location__advantages {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--pd-spacing-lg);
}

.pd .pd-location__advantage {
  display: flex;
  align-items: center;
  gap: var(--pd-spacing-md);
  padding: var(--pd-spacing-lg);
  background: var(--pd-surface);
  border-radius: var(--pd-radius);
  box-shadow: var(--pd-shadow-sm);
  transition: all var(--pd-transition);
}

.pd .pd-location__advantage:hover {
  box-shadow: var(--pd-shadow-md);
  transform: translateY(-2px);
}

.pd .pd-location__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--pd-bg);
  border-radius: 50%;
  color: var(--pd-accent);
}

.pd .pd-location__text {
  font-size: clamp(16px, 1vw + 0.5rem, 18px);
  line-height: 1.7;
  color: var(--pd-text);
  margin: 0;
}

/* ============================================
     SECTION 7: Alt CTA (pd-cta)
     ============================================ */

.pd .pd-cta {
  padding: clamp(56px, 10vw, 120px) 0;
  background: var(--pd-surface);
  border-radius: var(--pd-radius);
  box-shadow: var(--pd-shadow-md);
  margin-bottom: clamp(48px, 8vw, 96px);
}

.pd .pd-cta__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2rem);
  text-align: center;
}

.pd .pd-cta__heading {
  font-size: clamp(24px, 2vw + 0.5rem, 32px);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: var(--pd-spacing-md);
  color: var(--pd-text);
}

.pd .pd-cta__text {
  font-size: clamp(16px, 1.2vw + 0.5rem, 18px);
  line-height: 1.7;
  color: var(--pd-text-muted);
  margin-bottom: var(--pd-spacing-xl);
}

.pd .pd-cta__actions {
  display: flex;
  justify-content: center;
  gap: var(--pd-spacing-md);
}

/* ============================================
     Final CTA Section (pd-ctaEnd)
     ============================================ */

.pd .pd-showcase {
  margin-top: clamp(24px, 5vw, 48px);
  margin-bottom: clamp(24px, 5vw, 48px);
}

.pd .pd-showcase__inner {
  width: 100%;
}

.pd .pd-showcase__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: var(--pd-radius);
  box-shadow: var(--pd-shadow-lg);
}

.pd .pd-ctaEnd {
  padding-block: clamp(40px, 6vw, 80px);
  background: var(--pd-surface);
  border: 1px solid var(--pd-border);
  border-radius: var(--pd-radius);
  box-shadow: var(--pd-shadow-md);
  margin-bottom: clamp(24px, 4vw, 48px);
  margin-left: 10px;
  margin-right: 10px;
}

.pd .pd-ctaEnd__inner {
  width: 100%;
  text-align: center;
}

.pd .pd-ctaEnd__kicker {
  font-size: clamp(12px, 0.8vw + 0.5rem, 14px);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--pd-accent);
  margin-bottom: var(--pd-spacing-md);
  opacity: 0.9;
}

.pd .pd-ctaEnd__title {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: var(--pd-spacing-md);
  color: var(--pd-text);
  word-wrap: break-word;
  hyphens: auto;
}

.pd .pd-ctaEnd__desc {
  font-size: clamp(16px, 1vw + 0.5rem, 18px);
  line-height: 1.7;
  color: var(--pd-text-muted);
  margin-bottom: var(--pd-spacing-xl);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.pd .pd-ctaEnd__actions {
  margin-bottom: var(--pd-spacing-lg);
}

.pd .pd-ctaEnd__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0.875rem, 1vw + 0.5rem, 1rem) clamp(2rem, 2.5vw + 1rem, 2.5rem);
  font-size: clamp(0.9375rem, 1vw + 0.5rem, 1.0625rem);
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--pd-radius);
  transition: all var(--pd-transition);
  cursor: pointer;
  border: 2px solid transparent;
  min-height: 44px;
  background: linear-gradient(135deg, #1e3a5f 0%, #2d4a6b 100%);
  color: #ffffff;
  box-shadow: var(--pd-shadow-md);
}

.pd .pd-ctaEnd__btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--pd-shadow-lg);
}

.pd .pd-ctaEnd__btn:focus-visible {
  outline: 2px solid var(--pd-text);
  outline-offset: 2px;
}

.pd .pd-ctaEnd__note {
  font-size: clamp(14px, 0.9vw + 0.5rem, 16px);
  line-height: 1.6;
  color: var(--pd-text-muted);
  margin-top: var(--pd-spacing-lg);
  margin-bottom: 0;
}

.pd .pd-ctaEnd__link {
  color: var(--pd-accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: color var(--pd-transition);
}

.pd .pd-ctaEnd__link:hover {
  color: var(--pd-text);
  text-decoration-color: var(--pd-text);
}

.pd .pd-ctaEnd__link:focus-visible {
  outline: 2px solid var(--pd-accent);
  outline-offset: 2px;
  border-radius: 2px;
}

/* ============================================
     Responsive Kurallar
     ============================================ */

/* Tablet (768px - 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
  .pd .pd-hero__video-wrapper {
    width: calc(100% - 2 * 32px);
    border-radius: 18px;
  }

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

@media (min-width: 768px) {
  .pd .pd-hero-cta__inner {
    justify-content: center;
  }

  .pd .pd-hero-cta .pd-btn {
    min-width: auto;
  }

  .pd .pd-gallery__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--pd-spacing-2xl);
  }

  .pd .pd-location__advantages {
    grid-template-columns: repeat(2, 1fr);
  }

  .pd .pd-ctaEnd__inner {
    text-align: center;
  }

  .pd .pd-ctaEnd__btn {
    display: inline-flex;
    min-width: auto;
  }
}

/* Desktop (>= 1024px) */
@media (min-width: 1024px) {
  .pd .pd-hero-cta__inner {
    justify-content: flex-start;
  }

  .pd .pd-meta__inner {
    gap: var(--pd-spacing-xl);
  }

  .pd .pd-location__advantages {
    grid-template-columns: repeat(3, 1fr);
  }

  .pd .pd-ctaEnd {
    padding-block: clamp(40px, 6vw, 80px);
  }

  .pd .pd-ctaEnd__inner {
    text-align: center;
  }

  .pd .pd-ctaEnd__title {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Mobil (< 768px) */
@media (max-width: 767px) {
  .pd section {
    padding-block: 28px;
  }

  .pd .pd-container {
    padding-inline: clamp(16px, 4vw, 32px);
  }

  .pd .pd-hero {
    margin-bottom: 24px;
  }

  .pd .pd-feature,
  .pd .pd-gallery,
  .pd .pd-showcase {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  /* Yanlardan yapışmayı tamamen bitir */
  .pd .pd-hero__video-wrapper {
    width: calc(100% - 32px);
    margin-top: 12px;
    border-radius: 14px;
  }

  /* Metin taşmasını engelle */
  .pd .pd-hero .pd-container {
    padding: 14px;
  }

  .pd .pd-hero__title {
    font-size: clamp(18px, 5vw, 22px);
    line-height: 1.25;
  }

  .pd .pd-hero__location {
    font-size: 14px;
  }

  .pd .pd-hero__value {
    font-size: 14px;
    line-height: 1.6;
  }

  .pd .pd-hero__content {
    padding: 0;
  }

  .pd .pd-hero-cta {
    padding: clamp(24px, 5vw, 40px) 0;
    margin-bottom: clamp(32px, 6vw, 48px);
  }

  .pd .pd-hero-cta__inner {
    justify-content: center;
  }

  .pd .pd-hero-cta .pd-btn {
    width: 100%;
    max-width: 100%;
  }

  .pd .pd-meta {
    padding-block: 18px;
    margin-bottom: clamp(32px, 6vw, 48px);
  }

  /* Eğer bazı cihazlarda container padding yetmiyorsa ek güvenlik */
  .pd .pd-meta .pd-container {
    padding-inline: 16px;
  }

  .pd .pd-meta__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 12px;
    border-radius: 16px;
  }

  .pd .pd-meta__item {
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
  }

  .pd .pd-meta__icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }

  .pd .pd-meta__value {
    font-size: 13.5px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .pd .pd-feature__image-wrapper {
    margin-bottom: clamp(16px, 3vw, 24px);
  }

  .pd .pd-location {
    padding-block: clamp(40px, 8vw, 64px);
    margin-bottom: clamp(32px, 6vw, 48px);
  }

  .pd .pd-cta {
    padding-block: clamp(40px, 8vw, 64px);
    margin-bottom: clamp(32px, 6vw, 48px);
  }

  .pd .pd-cta__actions {
    flex-direction: column;
  }

  .pd .pd-cta__actions .pd-btn {
    width: 100%;
  }

  .pd .pd-ctaEnd__btn {
    width: 100%;
    max-width: 100%;
  }
}

/* ============================================
     Animasyonlar (prefers-reduced-motion desteği)
     ============================================ */

@media (prefers-reduced-motion: no-preference) {
  .pd .pd-copy__section {
    opacity: 0;
    transform: translateY(20px);
    animation: pd-fade-in 0.8s ease-out forwards;
  }

  .pd .pd-copy__section:nth-child(1) {
    animation-delay: 0.1s;
  }

  .pd .pd-copy__section:nth-child(2) {
    animation-delay: 0.2s;
  }

  .pd .pd-copy__section:nth-child(3) {
    animation-delay: 0.3s;
  }

  .pd .pd-copy__section:nth-child(4) {
    animation-delay: 0.4s;
  }

  .pd .pd-copy__highlights {
    opacity: 0;
    transform: translateY(20px);
    animation: pd-fade-in 0.8s ease-out 0.5s forwards;
  }
}

@keyframes pd-fade-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Reduced motion için animasyonları kapat */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ============================================
     Erişilebilirlik
     ============================================ */

.pd .pd-btn:focus-visible {
  outline: 2px solid var(--pd-text);
  outline-offset: 2px;
}

/* Görsel performans */
.pd .pd-hero__video,
.pd .pd-feature__image,
.pd .pd-gallery__image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* ============================================
     Editorial Section (pd-editorial)
     ============================================ */

.pd .pd-editorial {
  margin-top: clamp(24px, 5vw, 48px);
  margin-bottom: clamp(24px, 5vw, 48px);
}

.pd .pd-editorial__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: var(--pd-radius);
  box-shadow: var(--pd-shadow-lg);
  display: block;
}

/* ============================================
     Gallery Grid (pd-gallery__grid)
     ============================================ */

.pd .pd-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--pd-spacing-lg);
}

@media (max-width: 768px) {
  .pd .pd-gallery__grid {
    grid-template-columns: 1fr;
  }
}

.pd .pd-gallery__grid .pd-gallery__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: var(--pd-radius);
  box-shadow: var(--pd-shadow-md);
  display: block;
}

/* ============================================
     Simple Project Detail (pd-simple)
     ============================================ */

.pd-simple {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 4rem) clamp(1rem, 3vw, 2rem);
}

.pd-simple__hero {
  width: 100%;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.pd-simple__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.pd-simple__meta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 2vw, 2rem);
  margin-bottom: clamp(2rem, 4vw, 3rem);
  padding: clamp(1.5rem, 3vw, 2rem);
  background: #E8F4F8;
  border-radius: 12px;
}

.pd-simple__meta-item {
  align-items: flex-start;
  gap: 0.75rem;
}

.pd-simple__meta-icon {
  flex-shrink: 0;
  padding-bottom: 5px;
  width: 500px;
  height: 30px;
  color: var(--copper-500, #e8a855);
}

.pd-simple__meta-content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.pd-simple__meta-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-text-secondary, #4a5568);
  font-weight: 600;
}


.pd-simple__meta-value {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-text-primary, #1e3a5f);
}


/* Responsive: 768px altında */
@media (max-width: 768px) {
  .pd .pd-simple__meta-value {
    font-size: 13px;
  }
}

.pd-simple__feature {
  width: 100%;
  margin-bottom: clamp(2rem, 4vw, 3rem);
  margin-top: 1px;
}

.pd-simple__feature-image {
  width: clamp(70%, 85%, 90%);
  margin: 0 auto;
  height: clamp(200px, 30vw, 500px);
  max-height: clamp(200px, 30vw, 500px);
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.pd-simple__content {
  max-width: 800px;
  margin: 0 auto clamp(2rem, 4vw, 3rem);
  text-align: center;
  padding-top: 40px;
}

.pd-simple__title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--color-text-primary, #1e3a5f);
}

.pd-simple__text {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--color-text-secondary, #4a5568);
  margin-bottom: 1.5rem;
}

.pd-simple__text:last-child {
  margin-bottom: 0;
}

.pd-simple__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.pd-simple__gallery-image {
  width: 100%;
  height: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.pd-simple__cta {
  text-align: center;
}

/* Responsive: 900px altında */
@media (max-width: 900px) {

  .pd .pd-simple__feature-image,
  .pd-simple__feature-image {
    width: 90%;
    height: clamp(150px, 40vw, 300px);
    max-height: clamp(150px, 40vw, 300px);
  }

  .pd-simple__meta {
    grid-template-columns: repeat(2, 1fr);
  }

  .pd-simple__gallery {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {

  .pd .pd-simple__feature-image,
  .pd-simple__feature-image {
    width: 95%;
    height: clamp(120px, 50vw, 250px);
    max-height: clamp(120px, 50vw, 250px);
  }
}

.focus-shapes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  margin-top: 60px;
}

.focus-shape {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  padding: 28px 32px;
  border-radius: 24px;
  background: linear-gradient(135deg, #f8f9fa, #fcfaf7);
  position: relative;
  overflow: hidden;
}

.focus-shape::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  bottom: 0;
  width: 120px;
  background: rgb(0 0 0 / 4%);
  transform: skewX(-12deg);
  transition: transform .4s ease, opacity .4s ease;
}

.focus-shape:hover::before {
  transform: skewX(-12deg) translateX(20px);
  opacity: 0.15;
}

.focus-shape__icon {
  z-index: 1;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  color: #495057;
}

.focus-shape__icon svg {
  width: 28px !important;
  height: 28px !important;
}

.focus-shape__content h3 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 700;
}

.focus-shape__content p {
  margin: 0;
  font-size: 15px;
  color: #6c757d;
}

@media (max-width: 768px) {
  .focus-shapes {
    gap: 14px;
    margin-top: 30px;
  }

  .focus-shape {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 23px 5px;
  }

  .focus-shape::before {
    display: none;
  }

  .focus-shape__icon {
    margin: 0 auto 16px;
  }

  .focus-shape__content h3 {
    font-size: 16px;
  }

  .focus-shape__content p {
    font-size: 15px;
  }
}


.bgY {
  background-color: #fff9ef;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-100 {
  margin-bottom: 100px;
}

/* SECTION */
.projects-section {
  padding: 80px 0;
  background-color: #ffffff;
}

/* TITLE */
.section-title {
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  color: #1e3a5f;
  margin-bottom: 45px;
}

/* TABS */
.project-tabs {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 50px;
}

.tab-btn {
  background-color: #ffffff;
  border: 2px solid #e5e7eb;
  color: #1e3a5f;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 12px;
  cursor: pointer;
  transition: all .3s ease;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
}

.tab-btn i {
  margin-right: 8px;
  color: #f0b866;
}

.tab-btn:hover {
  border-color: #f0b866;
  transform: translateY(-2px);
}

.tab-btn.active {
  background-color: #f0b866;
  color: #ffffff;
  border-color: #f0b866;
}

/* TAB CONTENT */
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* PROJECT CARD */
.custom-project-card {
  background-color: #ffffff;
  border: 1px solid #fce6c5;
  border-radius: 18px;
  padding: 17px;
  height: 100%;
  transition: all .35s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
}

.custom-project-card h4 {
  font-size: 21px;
  font-weight: 600;
  color: #1e3a5f;
  margin-bottom: 12px;
}

.custom-project-card p {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 24px;
  min-height: 72px;
}

.custom-project-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(30, 58, 138, .15);
}

/* BUTTON */
.btn-detail {
  display: inline-block;
  padding: 12px 28px;
  background-color: #1e3a5f;
  color: #ffffff !important;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease;
}

.btn-detail:hover {
  background-color: #f0b866;
  color: #ffffff;
  transform: scale(1.05);
}

.project-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 14px;
  margin-bottom: 18px;
}

.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.custom-project-card:hover .project-image img {
  transform: scale(1.08);
}

.alt-tabs {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 12px;
}


.alt-tabs::after {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 21px;
  left: 54%;
  width: 1px;
  background-color: #95989d;
}

@media (max-width:768px) {
  .alt-tabs::after {
    left: 63%;
  }
}

.alt-tabs .tab-btn {
  background: none;
  border: none;
  box-shadow: none;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 600;
  color: #6b7280;
  position: relative;
}

.alt-tabs .tab-btn.active {
  color: #ce8d2d;
}

.tab-indicator {
  position: absolute;
  bottom: -1px;
  height: 3px;
  width: 0;
  background-color: #f0b866;
  transition: all .4s ease;
  border-radius: 3px;
}

@media (max-width: 768px) {
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    --bs-gutter-x: 1rem;
  }

  .col-lg-4,
  .col-md-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}


/* proje detay sayfası css */

.gallery-main img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 12px;
}

.thumb-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}


.gallery-thumbs {
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: auto;
  display: flex;
  padding-bottom: 7px;
}


.gallery-thumbs img {
  min-width: 120px;
  height: 90px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  opacity: .6;
  flex-shrink: 0;
}


.gallery-thumbs img.active,
.gallery-thumbs img:hover {
  opacity: 1;
}


.thumb-nav {
  background: #fff;
  border: 1px solid #ddd;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  position: absolute;
  z-index: 2;
}
/* Hover */
.thumb-nav:hover {
  background: #f5f5f5;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* Tıklama (basma hissi) */
.thumb-nav:active {
  transform: scale(0.92);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25) inset;
}
.thumb-nav.prev {
  left: -18px;
}

.thumb-nav.next {
  right: -18px;
}

.gallery-thumbs::-webkit-scrollbar {
  height: 6px;
}

.gallery-thumbs::-webkit-scrollbar-track {
  background: transparent;
}

.gallery-thumbs::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .25);
  border-radius: 10px;
}


.feature-list li {
  padding: 6px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 15px;
}

.project-tabs-detail {
  display: flex;
  flex-direction: column;
}

.project-tab-nav {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
}


.project-tab-content {
  border: 1px solid #e5e5e5;
  padding: 25px;
  background: #fff;
  border-radius: 0 12px 12px 12px;
}

@media (max-width:768px) {
  .project-tab-content {
    padding: 15px;
  }
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

.mt-20 {
  margin-top: 20px;
}

.mt-50 {
  margin-top: 50px;
}


.project-tab-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  padding: 0;
}

.project-tab-nav li {
  flex: 1;
}

.tab-detail-btn {
  width: 100%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  padding: 10px 7px;
  border-radius: 13px 13px 1px 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  color: #555;
  transition: all 0.3s ease;
}

.tab-detail-btn i {
  font-size: 18px;
  color: #999;
}

.tab-detail-btn:hover {
  background: #c99242;
  color: #fff;
  transform: translateY(-2px);
}

.tab-detail-btn:hover i {
  color: #fff;
}

.tab-detail-btn.active {
  background: linear-gradient(135deg, #cb8256, #c78c2a);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 3px 9px var(--copper-300);
}

.tab-detail-btn.active i {
  color: #fff;
}

@media (max-width: 768px) {
  .project-tab-nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
  }

  .project-tab-nav li {
    flex: 0 0 auto;
  }

  .tab-detail-btn {
    min-width: 130px;
    padding: 10px 12px;
    font-size: 15px;
    white-space: nowrap;
  }

  .project-tab-nav::-webkit-scrollbar {
    display: none;
  }
}

.proje-ozellikleri .row>* {
  padding-right: 1px !important;
  padding-left: 2px !important;
}

.ozellik-item span {
  font-size: 15px;
}

.mesafe-bilgileri ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mesafe-line {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: #fafafa;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
}

.mesafe-line i {
  font-size: 14px;
  color: #8b8b8b;
}

.mesafe-adi {
  font-weight: 500;
}

.mesafe-deger {
  font-weight: 600;
  color: #111;
  white-space: nowrap;
}

@media (max-width: 576px) {
  .mesafe-line {
    font-size: 14px;
    padding: 9px 10px;
  }
}

.tab-actions {
  border-top: 1px solid #eee;
  padding-top: 16px;
}

.action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #ddd;
  color: #333;
  background: #fff;
}

.action-btn i {
  font-size: 16px;
}

.video-btn {
  border-color: #d6d6d6;
}

.map-btn {
  border-color: #d6d6d6;
}

@media (max-width: 576px) {
  .action-btn {
    padding: 13px;
    font-size: 14px;
  }
}

.action-btn {
  transition: background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.action-btn:hover {
  background: #f7f7f7;
  border-color: #cfcfcf;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

.project-tabs-detail p {
  font-size: 15px;
}


.phase-gallery {
  display: none;
}

.phase-gallery.active {
  display: block;
}



.details-right {
  margin-top: 100px !important;
}

@media (max-width:768px) {
  .details-right {
    margin-top: 35px !important;
  }


}

.gallery-phases {
  display: inline-flex;
  gap: 12px;
  padding: 6px;
  border-radius: 11px;
  background: rgb(45 74 107 / 15%);
  border: 1px solid rgb(45 74 107 / 10%);
}


.phase-btn {
  position: relative;
  padding: 10px 22px;
  background: transparent;
  border: none;
  border-radius: 11px;
  color: #1e3a5f;
  font-weight: 600;
  letter-spacing: .5px;
  cursor: pointer;
  transition: all .3s ease;
}

.phase-btn:hover {
  color: #4a6f99;
}

.phase-btn.active {
  background: linear-gradient(135deg, var(--navy-700), #737373);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 3px 9px var(--navy-900);
}


.phase-btn.active::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 6px;
  height: 2px;
  background: rgba(255, 255, 255, .75);
  border-radius: 2px;
}

.price-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.price-card {
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  background: #fff;
}

.price-card h5 {
  margin-bottom: 10px;
}

.btn-download {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 18px;
  background: var(--navy-500);
  color: #fff !important;
  text-decoration: none;
  border-radius: 4px;
}

.btn-download:hover {
  background: #1e3a5f;
}


@media(max-width:768px) {
  .phase-btn {
    padding: 10px 18px;
  }
}


#carouselExample {
  height: 95vh;
  /* Tam ekran */
}

#carouselExample .carousel-item img {
  height: 95vh;
  object-fit: cover;
}

/* YAZIYI TAM ORTALAMA */
.slider-title {
  position: absolute;
  inset: 0;
  /* top right bottom left = 0 */
  z-index: 10;

  display: flex;
  flex-direction: column;
  justify-content: center;
  /* dikey ortala */
  align-items: center;
  /* yatay ortala */

  text-align: center;
  color: #fff;
  padding: 20px;
  pointer-events: none;
}

.bnm-hero {
  font-size: 50px;
}

.bnm-sub {
  color: #ffffff;
  font-size: 20px;
}

@media (max-width: 768px) {
  .bnm-hero {
  font-size: 37px;
}

.bnm-sub {
  font-size: 17px;
}
}

